opnsense-src/sys/dev/bktr
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
..
bktr_audio.c Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 2005-05-29 04:42:30 +00:00
bktr_audio.h Start each of the license/copyright comments with /*-, minor shuffle of lines 2005-01-06 01:43:34 +00:00
bktr_card.c Fix typos - remove duplicate "the". 2011-02-21 09:01:34 +00:00
bktr_card.h Add some cards: 2005-11-13 13:26:37 +00:00
bktr_core.c In order to maximize the re-usability of kernel code in user space this 2011-09-16 13:58:51 +00:00
bktr_core.h Start each of the license/copyright comments with /*-, minor shuffle of lines 2005-01-06 01:43:34 +00:00
bktr_i2c.c Remove extraneous semicolons, no functional changes. 2010-01-07 21:01:37 +00:00
bktr_i2c.h Update prototype for smbus callback change. 2006-09-18 20:17:42 +00:00
bktr_mem.c Fix a few printf problems on ia64 (and other 64-bit platforms). 2005-01-27 01:40:12 +00:00
bktr_mem.h Start each of the license/copyright comments with /*-, minor shuffle of lines 2005-01-06 01:43:34 +00:00
bktr_os.c Update d_mmap() to accept vm_ooffset_t and vm_memattr_t. 2009-12-29 21:51:28 +00:00
bktr_os.h Start each of the license/copyright comments with /*-, minor shuffle of lines 2005-01-06 01:43:34 +00:00
bktr_reg.h Fix one more misuse of u_long when uint32_t is actually meant. 2005-05-24 20:42:08 +00:00
bktr_tuner.c Add some cards: 2005-11-13 13:26:37 +00:00
bktr_tuner.h Add some cards: 2005-11-13 13:26:37 +00:00
CHANGELOG.TXT Commit the results of the typo hunt by Darren Pilgrim. 2006-08-04 07:56:35 +00:00
ioctl_bt848.h Use standard types in preference to BSD types so that these header files 2010-03-28 00:10:09 +00:00
ioctl_meteor.h Use standard types in preference to BSD types so that these header files 2010-03-28 00:10:09 +00:00
msp34xx.c Rename the kthread_xxx (e.g. kthread_create()) calls 2007-10-20 23:23:23 +00:00