NetBSD/sys/kern
2004-02-06 06:58:21 +00:00
..
cnmagic.c
core_elf32.c
core_elf64.c
core_netbsd.c
exec_aout.c
exec_conf.c
exec_ecoff.c
exec_elf32.c Back out >2 PT_LOAD changes from rev 1.96. They cause older GCC3-compiled 2004-01-07 16:42:53 +00:00
exec_elf64.c
exec_macho.c
exec_script.c
exec_subr.c
genassym.awk
genassym.sh
genlintstub.awk
init_main.c Bump default size of vnode cache to 1% of physical memory, instead of 2004-01-09 00:04:53 +00:00
init_sysctl.c Avoid dereferencing l...it might be NULL 2004-01-17 03:33:24 +00:00
init_sysent.c uuidgen(2) syscall. Originally from FreeBSD, ported by John Franklin in 2004-01-29 02:00:02 +00:00
kern_acct.c
kern_clock.c Fix NTP PPSAPI support (enabled with "options PPS_SYNC"): 2004-01-23 05:01:19 +00:00
kern_descrip.c fix F_MAXFD fcntl - it returned the value as errno instead 2004-01-07 09:26:29 +00:00
kern_event.c fix assertion - non-alive processes are in SZOMB state now 2004-01-11 18:51:15 +00:00
kern_exec.c Don't use uao_reference, directly use the pgops instead. XXX: we should 2004-02-05 22:26:52 +00:00
kern_exit.c Rearrange process exit path to avoid need to free resources from different 2004-01-04 11:33:29 +00:00
kern_fork.c
kern_ksyms.c If ksyms have not been initialized, return ENXIO in ksymsopen instead of 2004-01-08 22:48:26 +00:00
kern_kthread.c
kern_ktrace.c clean up a little: 2004-01-16 05:03:02 +00:00
kern_lkm.c
kern_lock.c
kern_lwp.c g/c process state SDEAD - it's not used anymore after 'reaper' removal 2004-01-11 19:39:48 +00:00
kern_malloc_debug.c
kern_malloc.c
kern_microtime.c
kern_ntptime.c
kern_physio.c store a i/o priority hint in struct buf for buffer queue discipline. 2004-01-10 14:39:50 +00:00
kern_proc.c Rearrange process exit path to avoid need to free resources from different 2004-01-04 11:33:29 +00:00
kern_prot.c
kern_ras.c
kern_resource.c
kern_sa.c kernel part of no-syscall upcall stack return: libpthread registers 2004-01-02 18:52:17 +00:00
kern_sig.c Move the sigfilter hook to a more adequate location, and rename it to better 2003-12-24 22:53:59 +00:00
kern_subr.c
kern_synch.c ; may be a comment character in assembly, use \n as a separator instead. 2004-01-04 13:27:53 +00:00
kern_sysctl.c In sysctl_locate(), use "rnode" like everywhere else, don't call it 2004-01-17 04:01:14 +00:00
kern_systrace.c clean up a little: 2004-01-16 05:03:02 +00:00
kern_time.c kernel part of no-syscall upcall stack return: libpthread registers 2004-01-02 18:52:17 +00:00
kern_timeout.c
kern_uuid.c uuidgen(2) syscall. Originally from FreeBSD, ported by John Franklin in 2004-01-29 02:00:02 +00:00
kern_verifiedexec.c
kern_xxx.c
kgdb_stub.c
Make.tags.inc
Makefile
makesyscalls.sh
subr_autoconf.c
subr_devsw.c
subr_disk_mbr.c
subr_disk.c add a new bufq strategy, BUFQ_PRIOCSCAN (per-priority CSCAN). 2004-01-10 14:49:44 +00:00
subr_extent.c
subr_log.c
subr_pool.c - fix locking order problem. (pa_slock -> pr_slock) 2004-01-16 12:47:37 +00:00
subr_prf.c
subr_prof.c
subr_prop.c Remove trailing blank line. 2003-12-21 11:54:16 +00:00
subr_userconf.c
subr_xxx.c
sys_generic.c
sys_pipe.c
sys_pmc.c
sys_process.c
sys_socket.c
syscalls.c uuidgen(2) syscall. Originally from FreeBSD, ported by John Franklin in 2004-01-29 02:00:02 +00:00
syscalls.conf
syscalls.master uuidgen(2) syscall. Originally from FreeBSD, ported by John Franklin in 2004-01-29 02:00:02 +00:00
sysv_ipc.c
sysv_msg.c
sysv_sem.c
sysv_shm.c - Don't use uao_ functions directly; use them through the pgops methods. 2004-02-05 22:28:33 +00:00
tty_conf.c
tty_pty.c
tty_subr.c
tty_tb.c
tty_tty.c
tty.c ioctl TIOCSCTTY: re-arrange SESSHOLD() calls to allow for better code generation. 2004-02-06 06:58:21 +00:00
uipc_domain.c
uipc_mbuf2.c
uipc_mbuf.c Fix the kern.mbuf tunables. 2004-01-21 02:11:20 +00:00
uipc_proto.c
uipc_sem.c
uipc_socket2.c
uipc_socket.c
uipc_syscalls.c
uipc_usrreq.c Avoid using m_clget() on a mbuf already in use, especially when we 2003-12-29 22:08:02 +00:00
vfs_bio.c Buffer cache fixes to avoid thrashing between high and low water marks 2004-01-30 11:32:16 +00:00
vfs_cache.c
vfs_getcwd.c
vfs_init.c
vfs_lockf.c
vfs_lookup.c
vfs_subr.c bump vnode hold count for page cache as well 2004-01-14 11:28:04 +00:00
vfs_syscalls.c
vfs_vnops.c Allow vfs_write_suspend() to wait if the file system is already 2004-01-10 17:16:38 +00:00
vnode_if.c Make VOP_STRATEGY(bp) a real VOP as discussed on tech-kern. 2004-01-25 18:06:48 +00:00
vnode_if.sh Make VOP_STRATEGY(bp) a real VOP as discussed on tech-kern. 2004-01-25 18:02:04 +00:00
vnode_if.src Make VOP_STRATEGY(bp) a real VOP as discussed on tech-kern. 2004-01-25 18:02:04 +00:00