freebsd_amp_hwpstate/sys/kern
John Polstra 6f8126face Correct an "&" operator which should have been "&&".
Submitted by:	mjacob
1999-02-05 22:24:26 +00:00
..
Make.tags.inc
Makefile
bus_if.m
device_if.m
imgact_aout.c *_execsw static structures cannot be const due to the way they interact 1999-01-29 22:59:43 +00:00
imgact_elf.c Correct an "&" operator which should have been "&&". 1999-02-05 22:24:26 +00:00
imgact_gzip.c *_execsw static structures cannot be const due to the way they interact 1999-01-29 22:59:43 +00:00
imgact_shell.c *_execsw static structures cannot be const due to the way they interact 1999-01-29 22:59:43 +00:00
inflate.c
init_main.c Remove unused "kern.shutdown_timeout" sysctl node. 1999-01-30 19:36:02 +00:00
init_sysent.c
kern_acct.c
kern_clock.c
kern_conf.c
kern_descrip.c
kern_environment.c
kern_exec.c
kern_exit.c Added comments about non-staticization so it doesn't get un-done next 1999-01-31 03:15:13 +00:00
kern_fork.c
kern_intr.c
kern_ktrace.c
kern_linker.c
kern_lkm.c
kern_lock.c
kern_lockf.c
kern_malloc.c
kern_mib.c
kern_module.c
kern_ntptime.c
kern_physio.c
kern_proc.c
kern_prot.c
kern_random.c
kern_resource.c Added comments about non-staticization so it doesn't get un-done next 1999-01-31 03:15:13 +00:00
kern_shutdown.c An error in the last commit; the changes were submitted by, not reviewed by, 1999-01-30 19:29:10 +00:00
kern_sig.c
kern_subr.c Switch context before doing some i/o operations that might block if 1999-02-02 12:11:01 +00:00
kern_synch.c
kern_syscalls.c
kern_sysctl.c
kern_tc.c
kern_threads.c
kern_time.c
kern_timeout.c
kern_xxx.c
ksched.c
link_aout.c
link_elf.c
link_elf_obj.c
makedevops.pl
makedevops.sh
makesyscalls.sh
md5c.c
p1003_1b.c
posix4_mib.c
subr_autoconf.c
subr_blist.c
subr_bus.c
subr_clist.c
subr_devstat.c
subr_disklabel.c
subr_diskmbr.c
subr_diskslice.c
subr_dkbad.c
subr_log.c
subr_module.c
subr_param.c
subr_prf.c
subr_prof.c
subr_rlist.c
subr_rman.c
subr_scanf.c
subr_smp.c
subr_trap.c
subr_xxx.c
sys_generic.c
sys_pipe.c Fix race in pipe read code whereby a blocked lock can allow another 1999-02-04 23:50:49 +00:00
sys_process.c
sys_socket.c Moved prototypes for soo_{read,write,close} into socketvar.h where they 1999-02-01 21:16:31 +00:00
syscalls.c
syscalls.master
sysv_ipc.c Use suser() to determine super-user-ness, don't examine cr_uid directly. 1999-01-30 12:21:49 +00:00
sysv_msg.c Use suser() to determine super-user-ness, don't examine cr_uid directly. 1999-01-30 12:21:49 +00:00
sysv_sem.c
sysv_shm.c
tty.c Use suser() to check for super user rather than examining cr_uid directly. 1999-01-30 12:17:38 +00:00
tty_compat.c
tty_conf.c
tty_cons.c
tty_pty.c Use suser() to check for super user rather than examining cr_uid directly. 1999-01-30 12:17:38 +00:00
tty_snoop.c
tty_subr.c
tty_tb.c
tty_tty.c
uipc_domain.c
uipc_mbuf.c
uipc_proto.c
uipc_sockbuf.c
uipc_socket.c Fix the port of the NetBSD 19990120-accept fix. I misread a piece of 1999-02-02 07:23:28 +00:00
uipc_socket2.c
uipc_syscalls.c
uipc_usrreq.c
vfs_aio.c More const fixes for -Wall, -Wcast-qual 1999-01-29 23:18:50 +00:00
vfs_bio.c
vfs_cache.c
vfs_cluster.c
vfs_conf.c
vfs_default.c
vfs_export.c vp->v_object must be valid after normal flow of vfs_object_create() 1999-02-04 18:25:39 +00:00
vfs_extattr.c Use suser() to determine super-user-ness. 1999-01-30 12:27:00 +00:00
vfs_init.c
vfs_lookup.c
vfs_mount.c
vfs_subr.c vp->v_object must be valid after normal flow of vfs_object_create() 1999-02-04 18:25:39 +00:00
vfs_syscalls.c Use suser() to determine super-user-ness. 1999-01-30 12:27:00 +00:00
vfs_vnops.c Use suser() to determine super-user-ness, don't examine cr_uid directly. 1999-01-30 12:21:49 +00:00
vnode_if.pl
vnode_if.sh
vnode_if.src