NetBSD/sys/kern
elad 6e4a854552 Support multiple entry types. Direct, indirect, and file can now be
combined in the signatures file using commas.
2005-08-02 16:14:10 +00:00
..
Make.tags.inc
Makefile
bufq_disksort.c
bufq_fcfs.c
bufq_priocscan.c
bufq_readprio.c
cnmagic.c - add const. 2005-05-29 22:24:14 +00:00
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
core_netbsd.c Rework the coredump code to have no explicit knownledge of how coredump 2005-06-10 05:10:12 +00:00
exec_aout.c
exec_conf.c
exec_ecoff.c
exec_elf32.c More cosmetic changes. 2005-07-17 23:53:57 +00:00
exec_elf64.c
exec_macho.c the magic number is not byte-swapped. 2005-06-25 02:22:57 +00:00
exec_script.c #ifdef VERIFIED_EXEC 2005-07-29 14:49:00 +00:00
exec_subr.c Collect vmcmd statistics. 2005-07-06 23:08:57 +00:00
genlintstub.awk
init_main.c defopt verified_exec. 2005-07-16 22:47:18 +00:00
init_sysctl.c #ifdef VERIFIED_EXEC 2005-07-29 14:49:00 +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 Simplify previous commit. 2005-07-29 22:57:34 +00:00
kern_exit.c - add const. 2005-05-29 22:24:14 +00:00
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
kern_ktrace.c - add const. 2005-05-29 22:24:14 +00:00
kern_lkm.c
kern_lock.c Fix function variable names shadowing global declarations. 2005-06-01 13:12:49 +00:00
kern_lwp.c
kern_malloc.c rename "kbucket" to "kmembuckets", for greater clarity. 2005-05-30 23:04:53 +00:00
kern_malloc_debug.c
kern_microtime.c
kern_ntptime.c
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 Revert previous ('_ncpus' is now 'ncpus' again). 2005-06-06 19:56:46 +00:00
kern_sig.c Introduce __sigtimedwait1 which will help adding COMPAT_NETBSD32 support 2005-07-23 22:02:13 +00:00
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 - add const. 2005-05-29 22:24:14 +00:00
kern_sysctl.c Fix an off-by-one in checking the return value of strlcpy(9). 2005-07-23 23:34:52 +00:00
kern_systrace.c From marius@openbsd: 2005-06-27 17:11:20 +00:00
kern_time.c Split sys_timer_create, sys_timer_gettime and sys_timer_settime so they 2005-07-23 18:54:07 +00:00
kern_timeout.c need a "const" 2005-06-01 12:27:15 +00:00
kern_uuid.c - add const. 2005-05-29 22:24:14 +00:00
kern_verifiedexec.c Support multiple entry types. Direct, indirect, and file can now be 2005-08-02 16:14:10 +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
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 - add const. 2005-05-29 22:24:14 +00:00
subr_devsw.c
subr_disk.c - add const. 2005-05-29 22:24:14 +00:00
subr_disk_mbr.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 Fix some locking issues: 2005-06-18 01:34:03 +00:00
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 - add const. 2005-05-29 22:24:14 +00:00
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
sysv_shm.c
tty.c In the SIGIO case, only check that we are the controlling tty if we are a 2005-07-25 17:32:03 +00:00
tty_bsdpty.c - add const. 2005-05-29 22:24:14 +00:00
tty_conf.c PR-30566: Poll must not return <sys/errno.h> values. 2005-06-21 14:01:11 +00:00
tty_ptm.c
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 - add const. 2005-05-29 22:24:14 +00:00
tty_tty.c
uipc_domain.c Properly fix the constipated lossage wrt -Wcast-qual and the sysctl 2005-06-09 02:19:59 +00:00
uipc_mbuf.c Since we decided "const struct mbuf *" would not do the right thing (tm), 2005-06-06 06:06:50 +00:00
uipc_mbuf2.c
uipc_proto.c
uipc_sem.c
uipc_socket.c
uipc_socket2.c - add const. 2005-05-29 22:24:14 +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 Properly fix the constipated lossage wrt -Wcast-qual and the sysctl 2005-06-09 02:19:59 +00:00
vfs_cache.c
vfs_getcwd.c Use ANSI function decls. 2005-06-05 23:47:48 +00:00
vfs_init.c Use ANSI function decls. 2005-06-05 23:47:48 +00:00
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 update file timestamps for nfsd loaned-read and mmap. 2005-07-23 12:18:41 +00:00
vfs_syscalls.c defopt verified_exec. 2005-07-16 22:47:18 +00:00
vfs_vnops.c Fix a null vp panic when creating a file at veriexec strict level 3. 2005-07-23 18:19:51 +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
vnode_if.sh
vnode_if.src