NetBSD/sys/compat/common
atatat 31144d9976 Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for
indicating an unhandled "command".  ERESTART is -1, which can lead to
confusion.  ERESTART has been moved to -3 and EPASSTHROUGH has been
placed at -4.  No ioctl code should now return -1 anywhere.  The
ioctl() system call is now properly restartable.
2002-03-17 19:40:26 +00:00
..
Makefile
Makefile.inc
compat_exec.c
compat_util.c panic if more space than stackgaplen is requested. Maybe I should remove the 2002-03-17 00:16:07 +00:00
compat_util.h make the stackgap_{init,alloc} functions MP friendly (i.e. pass struct proc * 2002-03-16 20:43:48 +00:00
gen_errno_tables.awk
kern_exit_43.c make the stackgap_{init,alloc} functions MP friendly (i.e. pass struct proc * 2002-03-16 20:43:48 +00:00
kern_info_09.c
kern_info_43.c
kern_ipc_10.c make the stackgap_{init,alloc} functions MP friendly (i.e. pass struct proc * 2002-03-16 20:43:48 +00:00
kern_resource_43.c
kern_sig_13.c
kern_sig_43.c
kern_xxx_12.c
sysv_ipc_14.c
sysv_msg_14.c
sysv_sem_14.c
sysv_shm_14.c
tty_43.c Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for 2002-03-17 19:40:26 +00:00
uipc_syscalls_43.c make the stackgap_{init,alloc} functions MP friendly (i.e. pass struct proc * 2002-03-16 20:43:48 +00:00
vfs_syscalls_12.c
vfs_syscalls_43.c
vm_12.c
vm_43.c