NetBSD/sys/kern
2005-07-16 22:47:18 +00:00
..
bufq_disksort.c
bufq_fcfs.c
bufq_priocscan.c
bufq_readprio.c
cnmagic.c
core_elf32.c Make copy{in,out}_proc work on all processes (including curproc) by 2005-07-06 22:30:42 +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 First work on COMPAT_LINUX/amd64 2005-05-03 16:26:27 +00:00
exec_ecoff.c
exec_elf32.c
exec_elf64.c add RCSIDs 2001-11-12 15:25:01 +00:00
exec_macho.c the magic number is not byte-swapped. 2005-06-25 02:22:57 +00:00
exec_script.c defopt verified_exec. 2005-07-16 22:47:18 +00:00
exec_subr.c Collect vmcmd statistics. 2005-07-06 23:08:57 +00:00
genlintstub.awk nuke trailing whitespace 2005-02-26 21:34:55 +00:00
init_main.c defopt verified_exec. 2005-07-16 22:47:18 +00:00
init_sysctl.c defopt verified_exec. 2005-07-16 22:47:18 +00:00
init_sysent.c Regen: 2005-07-10 22:05:24 +00:00
kern_acct.c Use ANSI function decls. Apply some static. 2005-06-23 23:15:12 +00:00
kern_clock.c
kern_descrip.c Use ANSI function decls. Apply some static. 2005-06-23 23:15:12 +00:00
kern_drvctl.c
kern_event.c - add const. 2005-05-29 22:24:14 +00:00
kern_exec.c defopt verified_exec. 2005-07-16 22:47:18 +00:00
kern_exit.c
kern_fork.c
kern_kcont.c Use ANSI function decls. Apply some static. 2005-06-23 23:15:12 +00:00
kern_ksyms.c Use %zx in a format string to print a size_t, not %lx, so a kernel 2005-06-25 05:30:04 +00:00
kern_kthread.c Merge the nathanw_sa branch. 2003-01-18 10:06:22 +00:00
kern_ktrace.c
kern_lkm.c
kern_lock.c
kern_lwp.c
kern_malloc_debug.c
kern_malloc.c
kern_microtime.c
kern_ntptime.c nuke trailing whitespace 2005-02-26 21:34:55 +00:00
kern_physio.c Use ANSI function decls. Apply some static. 2005-06-23 23:15:12 +00:00
kern_proc.c
kern_prot.c
kern_ras.c
kern_resource.c Use ANSI function decls. Apply some static. 2005-06-23 23:15:12 +00:00
kern_sa.c
kern_sig.c
kern_subr.c Make copy{in,out}_proc work on all processes (including curproc) by 2005-07-06 22:30:42 +00:00
kern_synch.c
kern_sysctl.c
kern_systrace.c From marius@openbsd: 2005-06-27 17:11:20 +00:00
kern_time.c Split sys_getitimer and sys_setitimer to make it possible to share the 2005-07-11 19:50:42 +00:00
kern_timeout.c
kern_uuid.c
kern_verifiedexec.c defopt verified_exec. 2005-07-16 22:47:18 +00:00
kern_xxx.c Use ANSI function decls. Apply some static. 2005-06-23 23:15:12 +00:00
kgdb_stub.c Add missing const. Reported by Allar Ritter in tech-kern. 2005-07-13 04:24:26 +00:00
Make.tags.inc
Makefile
makesyscalls.sh
subr_autoconf.c clean up duplication which was to support the old (not locator passing) 2005-06-28 18:37:34 +00:00
subr_blist.c
subr_devsw.c
subr_disk_mbr.c
subr_disk.c
subr_evcnt.c
subr_extent.c Use ANSI function decls. 2005-06-23 18:46:17 +00:00
subr_log.c Use ANSI function decls. 2005-06-23 18:46:17 +00:00
subr_pool.c
subr_prf.c Use ANSI function decls. 2005-06-23 18:46:17 +00:00
subr_prof.c Use ANSI function decls. 2005-06-23 18:46:17 +00:00
subr_prop.c - add const. 2005-05-29 22:24:14 +00:00
subr_userconf.c Use ANSI decls, liberally apply static. 2005-06-23 18:44:44 +00:00
subr_xxx.c Use ANSI function decls. 2005-06-23 18:46:17 +00:00
sys_generic.c
sys_pipe.c
sys_pmc.c
sys_process.c
sys_socket.c
syscalls.c Regen: 2005-07-10 22:05:24 +00:00
syscalls.conf
syscalls.master Add Linux-compatible {,fl}{get,set,list}xattr() system call interface 2005-07-10 22:04:20 +00:00
sysv_ipc.c
sysv_msg.c
sysv_sem.c merge yamt-km branch. 2005-04-01 11:59:21 +00:00
sysv_shm.c
tty_bsdpty.c
tty_conf.c PR-30566: Poll must not return <sys/errno.h> values. 2005-06-21 14:01:11 +00:00
tty_ptm.c Cloning cleanup: 2004-11-30 04:25:43 +00:00
tty_pty.c PR-30566: Poll must not return <sys/errno.h> values. 2005-06-21 14:01:11 +00:00
tty_subr.c
tty_tb.c
tty_tty.c
tty.c Allow F{G,S}OWN to succeed on a tty that has no session associated with it, 2005-07-07 00:01:32 +00:00
uipc_domain.c
uipc_mbuf2.c
uipc_mbuf.c
uipc_proto.c
uipc_sem.c
uipc_socket2.c
uipc_socket.c Panic strings should not end with \n. 2005-05-08 18:44:39 +00:00
uipc_syscalls.c Close additional file descriptors if we set MSG_CTRUNC in a SCM_RIGHTS 2005-05-30 11:21:11 +00:00
uipc_usrreq.c uipc_usrreq: plug mbuf leak. 2005-06-16 14:36:42 +00:00
vfs_bio.c
vfs_cache.c introduce a new function, cache_lookup_raw(), for filesystems which 2004-06-27 08:50:44 +00:00
vfs_getcwd.c
vfs_init.c
vfs_lockf.c Re-arrange slighty, eliminate prototypes that are unnecessary when using 2005-06-05 23:10:25 +00:00
vfs_lookup.c A few tweaks to magic symlinks: 2005-07-06 18:53:00 +00:00
vfs_subr.c Move the rest of the extattr stuff into vfs_xattr.c 2005-07-10 22:10:00 +00:00
vfs_syscalls.c defopt verified_exec. 2005-07-16 22:47:18 +00:00
vfs_vnops.c defopt verified_exec. 2005-07-16 22:47:18 +00:00
vfs_xattr.c Move the rest of the extattr stuff into vfs_xattr.c 2005-07-10 22:10:00 +00:00
vnode_if.c regen 2005-02-26 22:15:10 +00:00
vnode_if.sh
vnode_if.src revert trailing whitespace change -- it had unintended consequences 2005-02-26 22:14:39 +00:00