NetBSD/sys/kern
jdc e0dc2d1568 Revert previous ('_ncpus' is now 'ncpus' again).
MI variable names have precedence.
2005-06-06 19:56:46 +00:00
..
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 An Elf32_Addr can't be cast to caddr_t without first being cast to intptr_t 2005-06-03 13:30:10 +00:00
core_elf64.c
core_netbsd.c When writing coredumps, don't write zero uninstantiated demand-zero pages. 2005-06-02 17:01:43 +00:00
exec_aout.c
exec_conf.c
exec_ecoff.c
exec_elf32.c - add const. 2005-05-29 22:24:14 +00:00
exec_elf64.c
exec_macho.c - add const. 2005-05-29 22:24:14 +00:00
exec_script.c Some changes in veriexec. 2005-05-19 20:16:19 +00:00
exec_subr.c - add const. 2005-05-29 22:24:14 +00:00
genlintstub.awk
init_main.c - add const. 2005-05-29 22:24:14 +00:00
init_sysctl.c Revert previous ('_ncpus' is now 'ncpus' again). 2005-06-06 19:56:46 +00:00
init_sysent.c Regen 2005-05-29 21:11:30 +00:00
kern_acct.c
kern_clock.c
kern_descrip.c - add const. 2005-05-29 22:24:14 +00:00
kern_drvctl.c
kern_event.c - add const. 2005-05-29 22:24:14 +00:00
kern_exec.c - add const. 2005-05-29 22:24:14 +00:00
kern_exit.c - add const. 2005-05-29 22:24:14 +00:00
kern_fork.c Add P_CLDSIGIGN, P_NOCLDSTOP and P_NOCLDWAIT to the list of flags we want 2005-05-17 19:22:19 +00:00
kern_kcont.c
kern_ksyms.c - add const. 2005-05-29 22:24:14 +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_debug.c
kern_malloc.c rename "kbucket" to "kmembuckets", for greater clarity. 2005-05-30 23:04:53 +00:00
kern_microtime.c
kern_ntptime.c
kern_physio.c
kern_proc.c
kern_prot.c
kern_ras.c
kern_resource.c - add const. 2005-05-29 22:24:14 +00:00
kern_sa.c Revert previous ('_ncpus' is now 'ncpus' again). 2005-06-06 19:56:46 +00:00
kern_sig.c - add const. 2005-05-29 22:24:14 +00:00
kern_subr.c - add const. 2005-05-29 22:24:14 +00:00
kern_synch.c - add const. 2005-05-29 22:24:14 +00:00
kern_sysctl.c - add const. 2005-05-29 22:24:14 +00:00
kern_systrace.c
kern_time.c - add const. 2005-05-29 22:24:14 +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 Make veriexec_fp_cmp() a bit more useful by allowing it to compare two 2005-05-29 16:07:10 +00:00
kern_xxx.c
kgdb_stub.c Yes, it was a cool trick >20 years ago to use "0123456789abcdef"[a] to 2005-05-17 04:14:57 +00:00
Make.tags.inc
Makefile
makesyscalls.sh
subr_autoconf.c - add const. 2005-05-29 22:24:14 +00:00
subr_blist.c - add const. 2005-05-29 22:24:14 +00:00
subr_devsw.c
subr_disk_mbr.c
subr_disk.c - add const. 2005-05-29 22:24:14 +00:00
subr_evcnt.c
subr_extent.c
subr_log.c - add const. 2005-05-29 22:24:14 +00:00
subr_pool.c
subr_prf.c - add const. 2005-05-29 22:24:14 +00:00
subr_prof.c
subr_prop.c - add const. 2005-05-29 22:24:14 +00:00
subr_userconf.c - add const. 2005-05-29 22:24:14 +00:00
subr_xxx.c
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-05-29 21:11:30 +00:00
syscalls.conf
syscalls.master Argument for swapctl cannot be const, since it gets loaded with swap 2005-05-29 21:07:49 +00:00
sysv_ipc.c
sysv_msg.c
sysv_sem.c
sysv_shm.c
tty_bsdpty.c - add const. 2005-05-29 22:24:14 +00:00
tty_conf.c Constify argument to ttyldisc_lookup and ttyldisc_remove. 2005-06-04 22:45:11 +00:00
tty_ptm.c
tty_pty.c - add const. 2005-05-29 22:24:14 +00:00
tty_subr.c
tty_tb.c - add const. 2005-05-29 22:24:14 +00:00
tty_tty.c
tty.c Panic strings should not end with \n. 2005-05-08 18:44:39 +00:00
uipc_domain.c - add const. 2005-05-29 22:24:14 +00:00
uipc_mbuf2.c
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_proto.c
uipc_sem.c
uipc_socket2.c - add const. 2005-05-29 22:24:14 +00:00
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 - add const. 2005-05-29 22:24:14 +00:00
vfs_bio.c - add const. 2005-05-29 22:24:14 +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 Use ANSI function decls. 2005-06-05 23:47:48 +00:00
vfs_subr.c introduce a macro to initialize uvm_object and use it. 2005-06-06 12:09:19 +00:00
vfs_syscalls.c Use ANSI function decls. 2005-06-05 23:47:48 +00:00
vfs_vnops.c Use ANSI function decls. 2005-06-05 23:47:48 +00:00
vnode_if.c
vnode_if.sh
vnode_if.src