freebsd-dev/sys/dev/syscons
Kip Macy 8451d0dd78 In order to maximize the re-usability of kernel code in user space this
patch modifies makesyscalls.sh to prefix all of the non-compatibility
calls (e.g. not linux_, freebsd32_) with sys_ and updates the kernel
entry points and all places in the code that use them. It also
fixes an additional name space collision between the kernel function
psignal and the libc function of the same name by renaming the kernel
psignal kern_psignal(). By introducing this change now we will ease future
MFCs that change syscalls.

Reviewed by:	rwatson
Approved by:	re (bz)
2011-09-16 13:58:51 +00:00
..
apm
blank
daemon
dragon
fade
fire
green
logo
rain
snake
star
warp
scgfbrndr.c
schistory.c Fix typos. 2010-11-09 10:59:09 +00:00
scmouse.c In order to maximize the re-usability of kernel code in user space this 2011-09-16 13:58:51 +00:00
scterm-teken.c Fix whitespace inconsistencies in the TTY layer and its drivers owned by me. 2011-06-26 18:26:20 +00:00
scterm.c
scvesactl.c
scvgarndr.c
scvidctl.c Clean up code a bit to make it more readable. 2010-11-30 16:46:15 +00:00
scvtb.c
syscons.c In order to maximize the re-usability of kernel code in user space this 2011-09-16 13:58:51 +00:00
syscons.h Add support for alternative break-to-debugger to syscons(4). While most 2011-08-27 22:10:45 +00:00
sysmouse.c