NetBSD/sys/kern
jdolecek d7129f9255 fix typo in #ifdef __FreeBSD__
Pointed out by Chris Jepeway in private e-mail, thanks!
2001-12-11 18:15:09 +00:00
..
cnmagic.c In cn_get_magic() don't increment i in the for(;;) loop, as it's already 2001-11-27 20:00:36 +00:00
core_elf32.c Cast off_t to (long long) for printing. 2001-12-10 02:07:37 +00:00
core_elf64.c Add support for dumping ELF-cormat core files. 2001-12-09 23:05:56 +00:00
core_netbsd.c Move the code that walks the process's VM map during a coredump 2001-12-10 01:52:26 +00:00
exec_aout.c
exec_conf.c Make the coredump routine exec-format/emulation specific. Split 2001-12-08 00:35:25 +00:00
exec_ecoff.c
exec_elf32.c
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
kern_acct.c
kern_allocsys.c
kern_clock.c
kern_descrip.c Back off previous for now, Jason thinks it's not right. Will discuss 2001-12-07 07:09:29 +00:00
kern_exec.c Make the coredump routine exec-format/emulation specific. Split 2001-12-08 00:35:25 +00:00
kern_exit.c
kern_fork.c Make the coredump routine exec-format/emulation specific. Split 2001-12-08 00:35:25 +00:00
kern_kthread.c
kern_ktrace.c
kern_lkm.c
kern_lock.c
kern_malloc_debug.c
kern_malloc.c Introduce new function malloc_roundup(), suggested by Bill Sommerfeld 2001-12-05 01:29:04 +00:00
kern_ntptime.c Changed clocktl interface to use syscallargs structures 2001-12-09 16:10:43 +00:00
kern_physio.c
kern_proc.c
kern_prot.c remove diagnostic test checking for cr_ref = 0. It will never be, because 2001-12-06 23:11:59 +00:00
kern_resource.c Two changes to setrlimit(2): 2001-11-23 18:56:33 +00:00
kern_sig.c Make the coredump routine exec-format/emulation specific. Split 2001-12-08 00:35:25 +00:00
kern_subr.c
kern_synch.c asm -> __asm. 2001-11-30 16:21:16 +00:00
kern_sysctl.c
kern_time.c Changed clocktl interface to use syscallargs structures 2001-12-09 16:10:43 +00:00
kern_xxx.c
kgdb_stub.c
Make.tags.inc
Makefile
makesyscalls.sh
subr_autoconf.c Don't compare an int against NULL. 2001-12-10 00:33:04 +00:00
subr_disk.c Use cached pointer to next buf instead of re-fetching it. GCC actually 2001-11-30 01:31:30 +00:00
subr_extent.c
subr_log.c
subr_pool.c
subr_prf.c
subr_prof.c
subr_prop.c
subr_rmap.c
subr_userconf.c
subr_xxx.c
sys_generic.c
sys_pipe.c fix typo in #ifdef __FreeBSD__ 2001-12-11 18:15:09 +00:00
sys_process.c * Allow machine-dependent code to specify hooks for ptrace(2) 2001-12-05 00:58:05 +00:00
sys_socket.c
syscalls.c
syscalls.conf
syscalls.master
sysv_ipc.c
sysv_msg.c
sysv_sem.c
sysv_shm.c
tty_conf.c Add IRFRAMEDISC line discipline. 2001-12-03 23:30:37 +00:00
tty_pty.c
tty_subr.c
tty_tb.c
tty_tty.c
tty.c
uipc_domain.c
uipc_mbuf2.c
uipc_mbuf.c
uipc_proto.c
uipc_socket2.c
uipc_socket.c
uipc_syscalls.c
uipc_usrreq.c
vfs_bio.c
vfs_cache.c KNF. 2001-12-10 01:49:26 +00:00
vfs_getcwd.c
vfs_init.c
vfs_lockf.c
vfs_lookup.c - Implement 2001-12-08 04:09:59 +00:00
vfs_subr.c update vnode flags in ddb vnode-printing function. 2001-12-10 01:38:48 +00:00
vfs_syscalls.c
vfs_vnops.c replace "vnode" and "vtext" with "file" and "exec" in uvmexp field names. 2001-12-09 03:07:43 +00:00
vnode_if.c
vnode_if.sh
vnode_if.src