..
bus_if.m
device_if.m
genassym.sh
Improve kernel bootstrapping:
2001-01-28 06:39:56 +00:00
gensetdefs.pl
Don't hard-code alignment and data declarations valid for 64-bit
2001-01-29 01:55:54 +00:00
imgact_aout.c
Back out proc locking to protect p_ucred for obtaining additional
2001-01-27 00:01:31 +00:00
imgact_elf.c
Change and clean the mutex lock interface.
2001-02-09 06:11:45 +00:00
imgact_gzip.c
Fix a typo.
2001-01-24 08:42:39 +00:00
imgact_shell.c
inflate.c
init_main.c
Change and clean the mutex lock interface.
2001-02-09 06:11:45 +00:00
init_sysent.c
kern_acct.c
Change and clean the mutex lock interface.
2001-02-09 06:11:45 +00:00
kern_acl.c
Back out proc locking to protect p_ucred for obtaining additional
2001-01-27 00:01:31 +00:00
kern_cap.c
kern_clock.c
Change and clean the mutex lock interface.
2001-02-09 06:11:45 +00:00
kern_condvar.c
Change and clean the mutex lock interface.
2001-02-09 06:11:45 +00:00
kern_conf.c
KASSERT that the minor number passed to make_dev() is valid.
2001-02-02 03:32:11 +00:00
kern_descrip.c
kern_environment.c
kern_event.c
Proc locking.
2001-01-24 00:35:12 +00:00
kern_exec.c
Fix typo: seperate -> separate.
2001-02-06 11:21:58 +00:00
kern_exit.c
Change and clean the mutex lock interface.
2001-02-09 06:11:45 +00:00
kern_fork.c
Change and clean the mutex lock interface.
2001-02-09 06:11:45 +00:00
kern_idle.c
- Point out that we don't lock anything during the idle setup because
2001-02-09 14:59:43 +00:00
kern_intr.c
Change and clean the mutex lock interface.
2001-02-09 06:11:45 +00:00
kern_jail.c
kern_kthread.c
Change and clean the mutex lock interface.
2001-02-09 06:11:45 +00:00
kern_ktr.c
Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variables
2001-01-10 04:43:51 +00:00
kern_ktrace.c
kern_linker.c
Another round of the <sys/queue.h> FOREACH transmogriffer.
2001-02-04 16:08:18 +00:00
kern_lock.c
Change and clean the mutex lock interface.
2001-02-09 06:11:45 +00:00
kern_lockf.c
kern_malloc.c
Change and clean the mutex lock interface.
2001-02-09 06:11:45 +00:00
kern_mib.c
kern_module.c
Mechanical change to use <sys/queue.h> macro API instead of
2001-02-04 13:13:25 +00:00
kern_mutex.c
Change and clean the mutex lock interface.
2001-02-09 06:11:45 +00:00
kern_ntptime.c
kern_physio.c
kern_proc.c
Change and clean the mutex lock interface.
2001-02-09 06:11:45 +00:00
kern_prot.c
Change and clean the mutex lock interface.
2001-02-09 06:11:45 +00:00
kern_random.c
kern_resource.c
Change and clean the mutex lock interface.
2001-02-09 06:11:45 +00:00
kern_shutdown.c
Change and clean the mutex lock interface.
2001-02-09 06:11:45 +00:00
kern_sig.c
Change and clean the mutex lock interface.
2001-02-09 06:11:45 +00:00
kern_subr.c
Change and clean the mutex lock interface.
2001-02-09 06:11:45 +00:00
kern_switch.c
Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variables
2001-01-10 04:43:51 +00:00
kern_synch.c
Change and clean the mutex lock interface.
2001-02-09 06:11:45 +00:00
kern_syscalls.c
kern_sysctl.c
Mechanical change to use <sys/queue.h> macro API instead of
2001-02-04 13:13:25 +00:00
kern_tc.c
kern_time.c
kern_timeout.c
Change and clean the mutex lock interface.
2001-02-09 06:11:45 +00:00
kern_xxx.c
ksched.c
link_aout.c
link_elf_obj.c
link_elf.c
linker_if.m
Make.tags.inc
makedevops.pl
Makefile
makeobjops.pl
makesyscalls.sh
md5c.c
p1003_1b.c
posix4_mib.c
subr_acl_posix1e.c
Back out proc locking to protect p_ucred for obtaining additional
2001-01-27 00:01:31 +00:00
subr_autoconf.c
subr_blist.c
subr_bus.c
Unset the devclass if the attach fails and the devclass was not set to
2001-01-08 22:16:26 +00:00
subr_clist.c
Fix typo: seperate -> separate.
2001-02-06 11:21:58 +00:00
subr_devstat.c
Another round of the <sys/queue.h> FOREACH transmogriffer.
2001-02-04 16:08:18 +00:00
subr_disk.c
subr_disklabel.c
A bit of sanity-checking in bioqdisksort(): panic if we recurse.
2001-01-14 18:48:42 +00:00
subr_diskmbr.c
subr_diskslice.c
subr_eventhandler.c
Change and clean the mutex lock interface.
2001-02-09 06:11:45 +00:00
subr_kobj.c
subr_log.c
subr_module.c
subr_param.c
subr_prf.c
Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variables
2001-01-10 04:43:51 +00:00
subr_prof.c
Change and clean the mutex lock interface.
2001-02-09 06:11:45 +00:00
subr_rman.c
Change and clean the mutex lock interface.
2001-02-09 06:11:45 +00:00
subr_sbuf.c
Remove an assertion I forgot to remove in the previous commit: sbuf_len()
2001-01-28 00:33:58 +00:00
subr_scanf.c
subr_smp.c
Change and clean the mutex lock interface.
2001-02-09 06:11:45 +00:00
subr_taskqueue.c
subr_trap.c
Change and clean the mutex lock interface.
2001-02-09 06:11:45 +00:00
subr_turnstile.c
Change and clean the mutex lock interface.
2001-02-09 06:11:45 +00:00
subr_witness.c
Change and clean the mutex lock interface.
2001-02-09 06:11:45 +00:00
subr_xxx.c
sys_generic.c
poll(2) array limits (take 2) - after some input from bde.
2001-02-09 08:10:22 +00:00
sys_pipe.c
Style improvements for last fix. Should be functionally the same.
2001-01-11 00:13:54 +00:00
sys_process.c
Change and clean the mutex lock interface.
2001-02-09 06:11:45 +00:00
sys_socket.c
syscalls.c
syscalls.master
sysv_ipc.c
sysv_msg.c
Use predictable internal names for the sysvipc modules, so we have a
2001-01-14 18:04:30 +00:00
sysv_sem.c
Use predictable internal names for the sysvipc modules, so we have a
2001-01-14 18:04:30 +00:00
sysv_shm.c
It is _DEFINITELY_ not okay to change shmseg on a running system.
2001-02-04 20:10:32 +00:00
tty_compat.c
tty_conf.c
tty_cons.c
tty_pty.c
tty_snoop.c
Remove unused #include "snp.h"
2001-01-29 10:06:22 +00:00
tty_subr.c
Fix typo: seperate -> separate.
2001-02-06 11:21:58 +00:00
tty_tty.c
tty.c
Change and clean the mutex lock interface.
2001-02-09 06:11:45 +00:00
uipc_accf.c
uipc_domain.c
uipc_mbuf2.c
uipc_mbuf.c
Change and clean the mutex lock interface.
2001-02-09 06:11:45 +00:00
uipc_proto.c
uipc_sockbuf.c
uipc_socket2.c
uipc_socket.c
First step towards an MP-safe zone allocator:
2001-01-21 22:23:11 +00:00
uipc_syscalls.c
Change and clean the mutex lock interface.
2001-02-09 06:11:45 +00:00
uipc_usrreq.c
vfs_acl.c
Back out proc locking to protect p_ucred for obtaining additional
2001-01-27 00:01:31 +00:00
vfs_aio.c
Change and clean the mutex lock interface.
2001-02-09 06:11:45 +00:00
vfs_bio.c
Change and clean the mutex lock interface.
2001-02-09 06:11:45 +00:00
vfs_cache.c
vfs_cluster.c
Fix typo: teh -> the.
2001-02-06 09:18:39 +00:00
vfs_conf.c
Change and clean the mutex lock interface.
2001-02-09 06:11:45 +00:00
vfs_default.c
Change and clean the mutex lock interface.
2001-02-09 06:11:45 +00:00
vfs_export.c
Change and clean the mutex lock interface.
2001-02-09 06:11:45 +00:00
vfs_extattr.c
Change and clean the mutex lock interface.
2001-02-09 06:11:45 +00:00
vfs_init.c
Another round of the <sys/queue.h> FOREACH transmogriffer.
2001-02-04 16:08:18 +00:00
vfs_lookup.c
vfs_mount.c
Change and clean the mutex lock interface.
2001-02-09 06:11:45 +00:00
vfs_subr.c
Change and clean the mutex lock interface.
2001-02-09 06:11:45 +00:00
vfs_syscalls.c
Change and clean the mutex lock interface.
2001-02-09 06:11:45 +00:00
vfs_vnops.c
Change and clean the mutex lock interface.
2001-02-09 06:11:45 +00:00
vnode_if.pl
vnode_if.src