NetBSD/sys/kern
christos c0d7b8d87a move declaration of getcwd_common and constant to the header file. 2003-04-16 20:00:03 +00:00
..
Make.tags.inc
Makefile
cnmagic.c
core_elf32.c
core_elf64.c
core_netbsd.c
exec_aout.c
exec_conf.c grow #! line length -- patch from cgd, fixes PR kern/20112 from Todd Vierling 2003-04-02 00:58:56 +00:00
exec_ecoff.c
exec_elf32.c If we are doing TOPDOWN, we want to truncate the address downwards. If not, 2003-03-01 05:55:51 +00:00
exec_elf64.c
exec_elf_common.c
exec_macho.c
exec_script.c grow #! line length -- patch from cgd, fixes PR kern/20112 from Todd Vierling 2003-04-02 00:58:56 +00:00
exec_subr.c
genassym.awk
genassym.sh
genlintstub.awk
init_main.c Alternative pid/proc allocater, removes all searches associated with pid 2003-03-19 11:36:32 +00:00
init_sysent.c regen 2003-03-18 18:09:48 +00:00
kern_acct.c
kern_allocsys.c
kern_clock.c
kern_descrip.c Correct rewinding if FIONBIO or FIOASYNC fail in F_SETFL 2003-03-22 10:39:47 +00:00
kern_event.c Change 'data' argument to fo_ioctl and fo_fcntl from 'caddr_t' to 'void *'. 2003-03-21 21:13:50 +00:00
kern_exec.c typo 2003-04-10 20:57:01 +00:00
kern_exit.c Alternative pid/proc allocater, removes all searches associated with pid 2003-03-19 11:36:32 +00:00
kern_fork.c Alternative pid/proc allocater, removes all searches associated with pid 2003-03-19 11:36:32 +00:00
kern_kthread.c
kern_ktrace.c Don't require a file if CLEAR is set [did not work before because we 2003-04-03 18:54:16 +00:00
kern_lkm.c desupport LMRESERV_O, anything using it doesn't have chance of working 2003-04-10 19:06:04 +00:00
kern_lock.c
kern_lwp.c Alternative pid/proc allocater, removes all searches associated with pid 2003-03-19 11:36:32 +00:00
kern_malloc.c
kern_malloc_debug.c
kern_microtime.c
kern_ntptime.c
kern_physio.c
kern_proc.c Indentation fixes 2003-03-19 20:35:04 +00:00
kern_prot.c sys_setreuid(): parenthesize the ruid check in ?: condition, so that 2003-03-27 17:47:45 +00:00
kern_ras.c
kern_resource.c cpu times were miscalculated because 'usecs' could go -ve... 2003-03-14 21:38:26 +00:00
kern_sa.c
kern_sig.c ANSIfy proc_unstop 2003-04-15 12:11:25 +00:00
kern_subr.c
kern_synch.c
kern_sysctl.c put back nmaxproc check mistakely changed in rev.1.132 2003-03-27 18:34:18 +00:00
kern_systrace.c avoid a panic due to recent changes in kern_fork.c; prepare for lwp by 2003-03-30 00:40:05 +00:00
kern_time.c Change the contract for timer_settime() (the internal routine, not the 2003-03-10 21:49:56 +00:00
kern_timeout.c
kern_verifiedexec.c * Use PAGE_SIZE rather than NBPG. 2003-04-01 01:41:39 +00:00
kern_xxx.c
kgdb_stub.c
makesyscalls.sh
subr_autoconf.c Make cfroots const. 2003-03-16 08:09:58 +00:00
subr_devsw.c
subr_disk.c CONSTCONT should have been CONSTCOND 2003-04-13 09:08:04 +00:00
subr_extent.c
subr_log.c Ensure that the pgid arg to TIOCSPGRP is in the current session. 2003-03-13 10:20:06 +00:00
subr_pool.c Add the ability for pool caches to cache the physical address of 2003-04-09 18:22:13 +00:00
subr_prf.c Make sure to flush each line after printf. 2003-03-06 00:39:42 +00:00
subr_prof.c
subr_prop.c
subr_userconf.c
subr_xxx.c
sys_generic.c switch to LIST_FOREACH() in selrecord() 2003-03-26 17:50:16 +00:00
sys_pipe.c Change 'data' argument to fo_ioctl and fo_fcntl from 'caddr_t' to 'void *'. 2003-03-21 21:13:50 +00:00
sys_pmc.c
sys_process.c
sys_socket.c Change 'data' argument to fo_ioctl and fo_fcntl from 'caddr_t' to 'void *'. 2003-03-21 21:13:50 +00:00
syscalls.c regen 2003-03-18 18:09:48 +00:00
syscalls.conf
syscalls.master _lwp_setprivate returns void 2003-03-18 18:08:49 +00:00
sysv_ipc.c
sysv_msg.c
sysv_sem.c
sysv_shm.c
tty.c use VREAD instead of VWRITE, this ioctl is used to redirect console output. 2003-04-10 22:35:00 +00:00
tty_conf.c
tty_pty.c
tty_subr.c
tty_tb.c
tty_tty.c
uipc_domain.c
uipc_mbuf.c Add two new mbuf routines: 2003-04-12 02:49:25 +00:00
uipc_mbuf2.c
uipc_proto.c
uipc_sem.c
uipc_socket.c * Use a pool_cache constructor to record the physical address of mbufs 2003-04-09 18:38:01 +00:00
uipc_socket2.c
uipc_syscalls.c PR/21030: Naoto Shimazaki: fcntl to accepted socket does not work properly 2003-04-05 16:54:34 +00:00
uipc_usrreq.c RP/21088: Jesse Off: Return ENOBUFS instead of EINVAL when sbappend fails. 2003-04-10 18:55:11 +00:00
vfs_bio.c remove B_NEEDCOMMIT as it's no longer used. 2003-04-09 12:55:50 +00:00
vfs_cache.c ... and no need to aqcuire lock while free'ing old hash which no one 2003-03-02 13:26:22 +00:00
vfs_getcwd.c move declaration of getcwd_common and constant to the header file. 2003-04-16 20:00:03 +00:00
vfs_init.c
vfs_lockf.c DANGER WILL ROBINSON! 2003-03-05 18:28:22 +00:00
vfs_lookup.c Make sure the directory is still mounted before looking things up in it. 2003-04-10 07:26:52 +00:00
vfs_subr.c Set va_birthtime field in vattr_null(). 2003-04-03 09:13:10 +00:00
vfs_syscalls.c Use 'void *' instead of 'caddr_t' in prototypes of VOP_IOCTL, VOP_FCNTL 2003-03-21 23:11:19 +00:00
vfs_vnops.c Copy birthtime in vn_stat. 2003-04-03 14:53:38 +00:00
vnode_if.c regen: 2003-04-10 20:38:12 +00:00
vnode_if.sh
vnode_if.src 'tvp' in vop_rename needs to be vput(), not vrele()d, so adjust the 2003-04-10 20:35:36 +00:00