NetBSD/sys/kern
fvdl c3167b9545 Do previous better. Use FSYNC_RECLAIM as it was before. 2000-03-17 01:25:06 +00:00
..
Make.tags.inc
Makefile
exec_aout.c
exec_conf.c
exec_ecoff.c
exec_elf32.c Update for compat_netbsd32. 2000-02-06 16:49:51 +00:00
exec_elf64.c
exec_elf_common.c
exec_script.c (exec_script_makecmds): remove declaration of vnops, now in 2000-02-01 01:23:29 +00:00
exec_subr.c
genassym.awk
genassym.sh
init_main.c Create new kernel thread to issue statfs(2) system call to check free 2000-03-10 01:13:18 +00:00
init_sysent.c Regen 2000-01-31 15:13:24 +00:00
kern_acct.c Create new kernel thread to issue statfs(2) system call to check free 2000-03-10 01:13:18 +00:00
kern_allocsys.c
kern_clock.c
kern_descrip.c
kern_exec.c
kern_exit.c
kern_fork.c
kern_kthread.c
kern_ktrace.c
kern_lkm.c
kern_lock.c Three MULTIPROCESSOR + LOCKDEBUG fixes: 2000-02-09 16:46:09 +00:00
kern_malloc.c Add some very simple code to auto-size the kmem_map. We take the 2000-02-11 19:22:52 +00:00
kern_ntptime.c
kern_physio.c One small piece from UBC: create a pool for I/O buffers. One small piece 2000-02-14 20:12:02 +00:00
kern_proc.c
kern_prot.c
kern_resource.c
kern_sig.c remove kern_logsigexit being "on" for DIAGNOSTIC 2000-02-08 04:13:51 +00:00
kern_subr.c add hashdone() - frees memory previously allocated via hashinit() 2000-03-16 17:19:53 +00:00
kern_synch.c
kern_sysctl.c add hw.alignbytes sysctl mib. this gives you the value of ALIGNBYTES 2000-02-27 06:13:35 +00:00
kern_time.c correct ratecheck() signedness. without this fix, ratecheck() will never 2000-02-16 12:36:19 +00:00
kern_xxx.c
kgdb_stub.c
makesyscalls.sh
subr_autoconf.c #define __HAVE_DEVICE_REGISTER on ports that have it, and check for 2000-02-01 04:01:19 +00:00
subr_disk.c Fix a bug in disksort_*() which caused non-optimal ordering when multiple 2000-02-07 20:16:47 +00:00
subr_extent.c
subr_log.c
subr_pool.c Use ratecheck(). 2000-02-14 19:28:19 +00:00
subr_prf.c
subr_prof.c
subr_rmap.c
subr_xxx.c
sys_generic.c build stkbuf out of u_long rather than char for sys_ioctl() to ensure we get an aligned array 2000-03-17 00:01:48 +00:00
sys_process.c
sys_socket.c
syscalls.c Regen 2000-01-31 15:13:24 +00:00
syscalls.conf
syscalls.master __semctl13 -> ____semctl13 because this now is not called directly. 2000-01-31 15:12:30 +00:00
sysv_ipc.c
sysv_msg.c
sysv_sem.c __semctl13 -> ____semctl13 because this now is not called directly. 2000-01-31 15:12:30 +00:00
sysv_shm.c
tty.c
tty_conf.c
tty_pty.c
tty_subr.c
tty_tb.c
tty_tty.c
uipc_domain.c Implement pffinddomain(), and use it as appropriate. 2000-02-06 02:54:15 +00:00
uipc_mbuf.c introduce m->m_pkthdr.aux to hold random data which needs to be passed 2000-03-01 12:49:27 +00:00
uipc_mbuf2.c introduce m->m_pkthdr.aux to hold random data which needs to be passed 2000-03-01 12:49:27 +00:00
uipc_proto.c
uipc_socket.c Make kernel SOMAXCONN patchable. Will add sysctl once we 2000-02-07 18:43:26 +00:00
uipc_socket2.c more fix to ancillary data alignment. we need padding after 2000-02-29 19:14:59 +00:00
uipc_syscalls.c
uipc_usrreq.c
vfs_bio.c One small piece from UBC: create a pool for I/O buffers. One small piece 2000-02-14 20:12:02 +00:00
vfs_cache.c
vfs_cluster.c
vfs_getcwd.c
vfs_init.c
vfs_lockf.c
vfs_lookup.c
vfs_subr.c Do previous better. Use FSYNC_RECLAIM as it was before. 2000-03-17 01:25:06 +00:00
vfs_syscalls.c In fdatasync, do not call bioops.io_fsync, since we're not flushing 2000-03-15 16:30:39 +00:00
vfs_vnops.c Fixes to the softdep code from Ethan Solomita <ethan@geocast.com>. 2000-02-14 22:00:21 +00:00
vnode_if.c
vnode_if.sh
vnode_if.src