freebsd_amp_hwpstate/sys/kern
Garrett Wollman b135805469 Define a new socket option, SO_PRIVSTATE. Getting it returns the state
of the SS_PRIV flag in so_state; setting it always clears same.
1996-02-07 16:19:19 +00:00
..
Make.tags.inc
Makefile
imgact_aout.c
imgact_gzip.c
imgact_shell.c
inflate.c
init_main.c
init_sysent.c Removed stale #includes of "opt_sysvipc.h". 1996-01-20 21:36:31 +00:00
kern_acct.c
kern_clock.c
kern_conf.c
kern_descrip.c Improve the performance for pipe(2) again. Also include some 1996-02-04 19:56:35 +00:00
kern_devconf.c Properly calculate the amount of the devconf to output in SYSCTL_OUT. 1996-01-31 18:05:19 +00:00
kern_exec.c Removed stale #includes of "opt_sysvipc.h". 1996-01-20 21:36:31 +00:00
kern_exit.c Removed stale #includes of "opt_sysvipc.h". 1996-01-20 21:36:31 +00:00
kern_fork.c
kern_ktrace.c
kern_lkm.c
kern_lockf.c
kern_malloc.c Implement what I mentioned in rev 1.18: limit per-bucket allocations to 1996-01-29 11:12:37 +00:00
kern_ntptime.c
kern_physio.c
kern_proc.c
kern_prot.c
kern_random.c
kern_resource.c
kern_sig.c Improved killproc() log message and made it and the other similar message 1996-01-31 12:44:33 +00:00
kern_subr.c
kern_synch.c Improved killproc() log message and made it and the other similar message 1996-01-31 12:44:33 +00:00
kern_sysctl.c
kern_tc.c
kern_time.c
kern_timeout.c
kern_xxx.c
makesyscalls.sh
md5c.c
subr_autoconf.c
subr_clist.c
subr_disklabel.c
subr_diskmbr.c
subr_diskslice.c Fixed dangling pointer bugs in DIOCSDINFO. 1996-01-28 08:15:44 +00:00
subr_dkbad.c
subr_log.c
subr_param.c
subr_prf.c Kernel printf now returns int. 1996-01-29 03:18:05 +00:00
subr_prof.c
subr_rlist.c
subr_trap.c
subr_xxx.c
sys_generic.c
sys_pipe.c Apparent fix for a pipe hang problem. 1996-02-07 06:41:56 +00:00
sys_process.c Major fixes for ptrace()... 1996-01-24 18:29:00 +00:00
sys_socket.c
syscalls.c
syscalls.master
sysv_ipc.c
sysv_msg.c
sysv_sem.c
sysv_shm.c
tty.c
tty_compat.c
tty_conf.c
tty_cons.c
tty_pty.c Fix a bug I made in the devfs. 1996-01-26 12:42:39 +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 Define a new socket option, SO_PRIVSTATE. Getting it returns the state 1996-02-07 16:19:19 +00:00
uipc_socket2.c
uipc_syscalls.c Enable the new fast pipe code. The old pipes can be used with the 1996-01-28 23:41:40 +00:00
uipc_usrreq.c
vfs_bio.c
vfs_cache.c
vfs_cluster.c An earlier modification had decreased CPU usage, but also 1996-01-28 18:25:54 +00:00
vfs_conf.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.sh
vnode_if.src