NetBSD/sys/kern
nathanw 68b16f8c13 Patch from Nick Hudson to clean up a couple of cases in proc_unstop(),
as well as improving the comments a bit. Addresses PR kern/20159.
2003-04-23 21:32:10 +00:00
..
cnmagic.c
core_elf32.c Tweak some comments so that they match the other comments more properly. 2003-02-25 05:27:35 +00:00
core_elf64.c Add support for dumping ELF-cormat core files. 2001-12-09 23:05:56 +00:00
core_netbsd.c
exec_aout.c
exec_conf.c
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
exec_subr.c
genassym.awk
genassym.sh
genlintstub.awk
init_main.c
init_sysent.c regen 2003-03-18 18:09:48 +00:00
kern_acct.c
kern_allocsys.c
kern_clock.c
kern_descrip.c
kern_event.c
kern_exec.c
kern_exit.c
kern_fork.c
kern_kthread.c
kern_ktrace.c
kern_lkm.c
kern_lock.c
kern_lwp.c
kern_malloc_debug.c
kern_malloc.c Make the memory allocation code MP-safe. 2003-02-14 21:51:36 +00:00
kern_microtime.c
kern_ntptime.c
kern_physio.c
kern_proc.c
kern_prot.c
kern_ras.c
kern_resource.c
kern_sa.c
kern_sig.c
kern_subr.c
kern_synch.c ltsleep(): deal with PNOEXITERR after re-taking the interlock (if necessary). 2003-02-04 20:15:59 +00:00
kern_sysctl.c put back nmaxproc check mistakely changed in rev.1.132 2003-03-27 18:34:18 +00:00
kern_systrace.c
kern_time.c
kern_timeout.c
kern_verifiedexec.c
kern_xxx.c Merge the nathanw_sa branch. 2003-01-18 10:06:22 +00:00
kgdb_stub.c
Make.tags.inc
Makefile SYSDIR should be relative here, too. 2001-04-05 19:49:40 +00:00
makesyscalls.sh Merge the nathanw_sa branch. 2003-01-18 10:06:22 +00:00
subr_autoconf.c
subr_devsw.c in devsw_name2blk(), as we use strncmp(), make sure the next character 2003-02-01 11:12:35 +00:00
subr_disk.c
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
subr_prf.c
subr_prof.c
subr_prop.c
subr_userconf.c
subr_xxx.c add RCSIDs 2001-11-12 15:25:01 +00:00
sys_generic.c
sys_pipe.c
sys_pmc.c
sys_process.c
sys_socket.c
syscalls.c
syscalls.conf Round up the sysent table size. 2000-12-09 06:15:42 +00:00
syscalls.master
sysv_ipc.c
sysv_msg.c
sysv_sem.c
sysv_shm.c Introduce "top down" memory management for mmap()ed allocations. This 2003-02-20 22:16:05 +00:00
tty_conf.c /*CONTCOND*/ while (0)'ed macros 2002-11-02 07:20:42 +00:00
tty_pty.c
tty_subr.c
tty_tb.c
tty_tty.c merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
tty.c
uipc_domain.c
uipc_mbuf2.c
uipc_mbuf.c
uipc_proto.c add RCSIDs 2001-11-12 15:25:01 +00:00
uipc_sem.c
uipc_socket2.c A bit of an ugly workaround to avoid a warning for a larger MSIZE. 2003-04-17 13:12:39 +00:00
uipc_socket.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
vfs_cache.c
vfs_getcwd.c
vfs_init.c
vfs_lockf.c
vfs_lookup.c
vfs_subr.c fix wrong calculation. pointed by enami. 2003-04-22 13:11:23 +00:00
vfs_syscalls.c add simple_locks that are missed in the previous. 2003-04-20 07:06:33 +00:00
vfs_vnops.c Copy birthtime in vn_stat. 2003-04-03 14:53:38 +00:00
vnode_if.c
vnode_if.sh
vnode_if.src