.. |
compat_exec.c
|
Include <sys/exec_aout.h> explicitly instead of relying on <sys/exec.h> to
|
2009-08-15 23:39:35 +00:00 |
compat_mod.c
|
compat glue for new lwp_park()
|
2013-03-29 01:02:49 +00:00 |
compat_mod.h
|
Move boottime50 and its associated sysctl into the compat module. As
|
2013-02-21 01:39:54 +00:00 |
compat_sigaltstack.h
|
Use 'curlwp' here insteald of the 'l' - which isn't passsed as an arg
|
2011-06-05 09:37:10 +00:00 |
compat_util.c
|
Introduce struct pathbuf. This is an abstraction to hold a pathname
|
2010-11-19 06:44:33 +00:00 |
compat_util.h
|
Move boottime50 and its associated sysctl into the compat module. As
|
2013-02-21 01:39:54 +00:00 |
gen_errno_tables.awk
|
|
|
if_43.c
|
Remove includes <sys/mount.h> and <sys/sched.h> added for <sys/syscallargs.h>.
|
2011-01-19 10:21:16 +00:00 |
kern_exit_43.c
|
do_sys_wait(): fix previous by checking for ru != NULL. Noticed by
|
2009-11-04 21:23:02 +00:00 |
kern_info_09.c
|
|
|
kern_info_43.c
|
|
|
kern_ipc_10.c
|
|
|
kern_resource_43.c
|
|
|
kern_sa_60.c
|
Add compat_60 stub for the SA syscall (all which just call sys_nosys).
|
2012-02-19 17:40:46 +00:00 |
kern_select_50.c
|
Put async i/o compat routines in a separate source module from the
|
2011-01-17 15:57:04 +00:00 |
kern_sig_13.c
|
Remove includes <sys/mount.h> and <sys/sched.h> added for <sys/syscallargs.h>.
|
2011-01-19 10:21:16 +00:00 |
kern_sig_16.c
|
Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3!
|
2012-02-19 21:05:51 +00:00 |
kern_sig_43.c
|
Remove includes <sys/mount.h> and <sys/sched.h> added for <sys/syscallargs.h>.
|
2011-01-19 10:21:16 +00:00 |
kern_time_30.c
|
Remove includes <sys/mount.h> and <sys/sched.h> added for <sys/syscallargs.h>.
|
2011-01-19 10:21:16 +00:00 |
kern_time_50.c
|
compat glue for new lwp_park()
|
2013-03-29 01:02:49 +00:00 |
kern_time_60.c
|
compat glue for new lwp_park()
|
2013-03-29 01:02:49 +00:00 |
kern_xxx_12.c
|
Remove includes <sys/mount.h> and <sys/sched.h> added for <sys/syscallargs.h>.
|
2011-01-19 10:21:16 +00:00 |
Makefile
|
compat glue for new lwp_park()
|
2013-03-29 01:02:49 +00:00 |
Makefile.inc
|
Merge from matt-nb5-mips64
|
2009-12-14 00:47:10 +00:00 |
rndpseudo_50.c
|
Only do COMPAT_NETBSD32 stuff if _LP64
|
2012-08-03 07:51:21 +00:00 |
rtsock_14.c
|
Retire varargs.h support. Move machine/stdarg.h logic into MI
|
2011-07-17 20:54:30 +00:00 |
rtsock_50.c
|
Add a new AF/PF_ROUTE which is 64-bit clean which makes the routing socket
|
2011-02-01 01:39:19 +00:00 |
sysv_ipc_50.c
|
compile into nothing if not compat 50.
|
2009-01-21 16:12:20 +00:00 |
sysv_msg_14.c
|
Remove includes <sys/mount.h> and <sys/sched.h> added for <sys/syscallargs.h>.
|
2011-01-19 10:21:16 +00:00 |
sysv_msg_50.c
|
Remove includes <sys/mount.h> and <sys/sched.h> added for <sys/syscallargs.h>.
|
2011-01-19 10:21:16 +00:00 |
sysv_sem_14.c
|
Remove includes <sys/mount.h> and <sys/sched.h> added for <sys/syscallargs.h>.
|
2011-01-19 10:21:16 +00:00 |
sysv_sem_50.c
|
Remove includes <sys/mount.h> and <sys/sched.h> added for <sys/syscallargs.h>.
|
2011-01-19 10:21:16 +00:00 |
sysv_shm_14.c
|
Remove includes <sys/mount.h> and <sys/sched.h> added for <sys/syscallargs.h>.
|
2011-01-19 10:21:16 +00:00 |
sysv_shm_50.c
|
Remove includes <sys/mount.h> and <sys/sched.h> added for <sys/syscallargs.h>.
|
2011-01-19 10:21:16 +00:00 |
tty_43.c
|
|
|
tty_60.c
|
Also copy the sfd element of struct ptmget. This somehow
|
2012-10-19 19:44:06 +00:00 |
uipc_syscalls_30.c
|
|
|
uipc_syscalls_40.c
|
Remove includes <sys/mount.h> and <sys/sched.h> added for <sys/syscallargs.h>.
|
2011-01-19 10:21:16 +00:00 |
uipc_syscalls_43.c
|
|
|
uipc_syscalls_50.c
|
Remove includes <sys/mount.h> and <sys/sched.h> added for <sys/syscallargs.h>.
|
2011-01-19 10:21:16 +00:00 |
vfs_syscalls_12.c
|
Remove includes <sys/mount.h> and <sys/sched.h> added for <sys/syscallargs.h>.
|
2011-01-19 10:21:16 +00:00 |
vfs_syscalls_20.c
|
Clean up vnode lock operations pass 2:
|
2010-06-24 12:58:48 +00:00 |
vfs_syscalls_30.c
|
Introduce struct pathbuf. This is an abstraction to hold a pathname
|
2010-11-19 06:44:33 +00:00 |
vfs_syscalls_40.c
|
Remove includes <sys/mount.h> and <sys/sched.h> added for <sys/syscallargs.h>.
|
2011-01-19 10:21:16 +00:00 |
vfs_syscalls_43.c
|
Move boottime50 and its associated sysctl into the compat module. As
|
2013-02-21 01:39:54 +00:00 |
vfs_syscalls_50.c
|
Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with
|
2012-03-13 18:40:26 +00:00 |
vm_12.c
|
Remove includes <sys/mount.h> and <sys/sched.h> added for <sys/syscallargs.h>.
|
2011-01-19 10:21:16 +00:00 |
vm_43.c
|
Remove clause 3 (UCB advertising clause) from the University of Utah
|
2011-02-08 20:20:06 +00:00 |