freebsd-dev/sys/kern
Guido van Rooij f4029c1446 Fix boot -p for DDBless kernels
Pointed out by: John Hay <jhay@icomtek.csir.co.za>
2001-12-11 10:21:26 +00:00
..
bus_if.m
device_if.m
genassym.sh
imgact_aout.c
imgact_elf.c
imgact_gzip.c
imgact_shell.c
inflate.c
init_main.c
init_sysent.c
kern_acct.c
kern_acl.c
kern_cap.c
kern_clock.c
kern_condvar.c Update to C99, s/__FUNCTION__/__func__/. 2001-12-10 05:51:45 +00:00
kern_conf.c
kern_descrip.c
kern_environment.c
kern_event.c
kern_exec.c Repeat after me -- "Use of ANSI string concatenation can be bad." 2001-12-10 05:40:12 +00:00
kern_exit.c
kern_fork.c
kern_idle.c
kern_intr.c Repeat after me -- "Use of ANSI string concatenation can be bad." 2001-12-10 05:40:12 +00:00
kern_jail.c o Introduce pr_mtx into struct prison, providing protection for the 2001-12-03 16:12:27 +00:00
kern_kthread.c
kern_ktr.c Missed an assignment of arg6 in previous commit. 2001-12-10 20:58:39 +00:00
kern_ktrace.c
kern_linker.c
kern_lock.c
kern_lockf.c make LOCKF_DEBUG kernel option work (sorta) 2001-12-02 12:47:25 +00:00
kern_malloc.c
kern_mib.c o Remove unnecessary inclusion of opt_global.h. 2001-12-06 21:55:41 +00:00
kern_module.c
kern_mtxpool.c
kern_mutex.c
kern_ntptime.c
kern_physio.c
kern_proc.c
kern_prot.c o A few more minor whitespace and other style fixes. 2001-12-06 21:58:47 +00:00
kern_random.c
kern_resource.c
kern_sema.c Repeat after me -- "Use of ANSI string concatenation can be bad." 2001-12-10 05:40:12 +00:00
kern_shutdown.c
kern_sig.c
kern_subr.c
kern_switch.c
kern_sx.c Update to C99, s/__FUNCTION__/__func__/. 2001-12-10 05:51:45 +00:00
kern_synch.c
kern_syscalls.c
kern_sysctl.c
kern_tc.c
kern_time.c
kern_timeout.c
kern_xxx.c
ksched.c
link_aout.c
link_elf_obj.c
link_elf.c
linker_if.m
Make.tags.inc Update pathnames for creation of tags file. 2001-12-05 01:23:21 +00:00
Makefile
makeobjops.pl
makesyscalls.sh
md4c.c
md5c.c
p1003_1b.c
posix4_mib.c
subr_acl_posix1e.c
subr_autoconf.c
subr_blist.c
subr_bus.c Update to C99, s/__FUNCTION__/__func__/. 2001-12-10 05:51:45 +00:00
subr_clist.c
subr_devstat.c
subr_disk.c
subr_disklabel.c
subr_diskmbr.c Wrap Dangerously Dedicated printf under if (bootverbose) 2001-12-11 05:35:43 +00:00
subr_diskslice.c
subr_eventhandler.c
subr_hints.c
subr_kobj.c
subr_log.c
subr_mbuf.c vm/vm_kern.c: rate limit (to once per second) diagnostic printf when 2001-12-01 00:21:30 +00:00
subr_mchain.c Update to C99, s/__FUNCTION__/__func__/. 2001-12-10 05:51:45 +00:00
subr_module.c
subr_param.c Allow maxusers to be specified as 0 in the kernel config, which will 2001-12-09 01:57:09 +00:00
subr_pcpu.c
subr_power.c
subr_prf.c o Introduce kern.security.bsd.unprivileged_read_msgbuf, which allows 2001-11-30 21:40:52 +00:00
subr_prof.c
subr_rman.c
subr_sbuf.c Update to C99, s/__FUNCTION__/__func__/. 2001-12-10 05:51:45 +00:00
subr_scanf.c
subr_smp.c
subr_taskqueue.c
subr_trap.c
subr_turnstile.c
subr_witness.c Repeat after me -- "Use of ANSI string concatenation can be bad." 2001-12-10 05:40:12 +00:00
subr_xxx.c
sys_generic.c
sys_pipe.c
sys_process.c
sys_socket.c
syscalls.c
syscalls.master
sysv_ipc.c
sysv_msg.c
sysv_sem.c
sysv_shm.c
tty_compat.c
tty_conf.c
tty_cons.c Fix boot -p for DDBless kernels 2001-12-11 10:21:26 +00:00
tty_pty.c
tty_subr.c
tty_tty.c
tty.c
uipc_accf.c
uipc_domain.c Update the comment about System initialization to reflect the use of 2001-12-08 04:20:54 +00:00
uipc_mbuf2.c
uipc_mbuf.c Update to C99, s/__FUNCTION__/__func__/. 2001-12-10 05:51:45 +00:00
uipc_proto.c
uipc_sockbuf.c
uipc_socket2.c
uipc_socket.c
uipc_syscalls.c
uipc_usrreq.c
vfs_acl.c
vfs_aio.c o Eliminate compilation warnings on 64-bit architectures. 2001-12-10 03:34:06 +00:00
vfs_bio.c The nbuf calculation was assuming that PAGE_SIZE = 4096 bytes, which is 2001-12-08 20:37:08 +00:00
vfs_cache.c
vfs_cluster.c
vfs_conf.c
vfs_default.c
vfs_export.c
vfs_extattr.c
vfs_init.c
vfs_lookup.c
vfs_mount.c
vfs_subr.c
vfs_syscalls.c
vfs_vnops.c
vnode_if.pl
vnode_if.src