NetBSD/sys/kern
phil b1bfdee5fe In sys_flock, change EBADF to EINVAL because error was generated by
a bad argument, not a bad file descriptor. (Found in response to
PR 2602.)
1997-07-17 17:54:40 +00:00
..
Make.tags.inc
Makefile
exec_aout.c
exec_conf.c
exec_ecoff.c
exec_elf32.c
exec_elf64.c
exec_elf_common.c
exec_script.c Make this work for SETUIDSCRIPTS: 1997-07-08 02:32:02 +00:00
exec_subr.c
genassym.awk
genassym.sh Add "struct", "member", and "export" keywords, per PR #3555, from 1997-06-25 03:09:06 +00:00
init_main.c Call cpu_dumpconf() after cpu_rootconf(). 1997-06-14 04:18:34 +00:00
init_sysent.c regenerate. 1997-06-12 22:07:47 +00:00
kern_acct.c
kern_clock.c Moved db_show_callout() to ddb/db_xxx.c 1997-05-21 19:55:45 +00:00
kern_descrip.c In sys_flock, change EBADF to EINVAL because error was generated by 1997-07-17 17:54:40 +00:00
kern_exec.c
kern_exit.c
kern_fork.c Remove __FORK_BRAINDAMAGEd code; it's no longer needed. 1997-06-19 20:54:15 +00:00
kern_ktrace.c
kern_lkm.c Prototype lkmdispatch() in <sys/lkm.h>; all LKMs use it. 1997-05-28 02:44:55 +00:00
kern_lock.c There appear to be spinlock bugs in the VM code. They are not a problem 1997-07-06 22:51:59 +00:00
kern_malloc.c
kern_ntptime.c
kern_physio.c Use PHOLD() and PRELE(), rather than manipulating p_holdcnt directly. 1997-05-19 10:43:28 +00:00
kern_proc.c Moved db_kill_proc() and db_show_all_procs() to ddb/db_xxx.c 1997-05-21 19:56:50 +00:00
kern_prot.c
kern_resource.c
kern_sig.c
kern_subr.c Fix a slight botch in dumpdev configuration logic in the RB_ASKNAME 1997-06-16 00:25:05 +00:00
kern_synch.c
kern_sysctl.c Add HW_MACHINE_ARCH for the new sysctl hw.machine_arch which contains the 1997-06-06 23:14:36 +00:00
kern_time.c
kern_xxx.c
kgdb_stub.c
makesyscalls.sh
subr_autoconf.c
subr_disk.c
subr_extent.c
subr_log.c
subr_prf.c Avoid running off the end of the format string if the caller botched 1997-06-26 05:17:45 +00:00
subr_prof.c
subr_rmap.c
subr_xxx.c
sys_generic.c
sys_process.c
sys_socket.c
syscalls.c regenerate. 1997-06-12 22:07:47 +00:00
syscalls.conf
syscalls.master swapon back to compat_12 syscall.. 1997-06-12 22:05:37 +00:00
sysv_ipc.c
sysv_msg.c
sysv_sem.c
sysv_shm.c
tty.c Add some robustness to ttymodem(), e.g. do not SIGHUP when there hasn't been 1997-06-20 10:50:11 +00:00
tty_conf.c
tty_pty.c
tty_subr.c
tty_tb.c
tty_tty.c
uipc_domain.c
uipc_mbuf.c Get `canwait' argument to kmem_malloc() right. 1997-06-06 10:51:49 +00:00
uipc_proto.c
uipc_socket.c In sosetopt(): 1997-06-24 20:04:45 +00:00
uipc_socket2.c In sbappendaddr(), if the sockaddr length is larger than will fit in 1997-06-26 05:56:38 +00:00
uipc_syscalls.c Use UCHAR_MAX rather than "255" when sanity-checking the length of a 1997-06-26 06:13:36 +00:00
uipc_usrreq.c Several small changes to eliminate kludginess in dealing with unix domain 1997-06-26 06:06:40 +00:00
vfs_bio.c Check `b_dev' field in bdwrite() before using it as an index into bdevsw[]. 1997-07-08 22:03:30 +00:00
vfs_cache.c
vfs_cluster.c
vfs_conf.c Support ext2fs. 1997-06-11 10:40:16 +00:00
vfs_init.c
vfs_lockf.c
vfs_lookup.c
vfs_subr.c Add functions to set/reset the info about the publicly exported 1997-06-24 23:43:33 +00:00
vfs_syscalls.c Invalidate publicly exported FS info when unmounting it locally. 1997-06-24 23:44:57 +00:00
vfs_vnops.c
vnode_if.c update for new vnode_if.sh 1997-07-07 20:19:54 +00:00
vnode_if.sh mark prototypes for static inline functions in the generated files as 1997-07-07 20:17:36 +00:00
vnode_if.src