HardenedBSD/sys/kern
David Greenman c0e5de7d88 Moved setting of VTEXT flag into the appropriate image activators. This
fixes a bug where linux binaries would get the flag set inappropriately.
1995-08-24 10:32:37 +00:00
..
imgact_aout.c Moved setting of VTEXT flag into the appropriate image activators. This 1995-08-24 10:32:37 +00:00
imgact_gzip.c
imgact_shell.c
inflate.c
init_main.c Converted mountlist to a CIRCLEQ. 1995-08-11 11:31:18 +00:00
init_sysent.c
kern_acct.c Use the same method to determine the time that the process 1995-07-23 23:02:20 +00:00
kern_clock.c Eliminate sloppy common-style declarations. There should be none left for 1995-07-29 11:44:31 +00:00
kern_descrip.c
kern_devconf.c
kern_exec.c Moved setting of VTEXT flag into the appropriate image activators. This 1995-08-24 10:32:37 +00:00
kern_exit.c
kern_fork.c
kern_ktrace.c
kern_lkm.c
kern_lockf.c
kern_malloc.c
kern_ntptime.c
kern_physio.c
kern_proc.c
kern_prot.c Optimized and simplified version of setreuid/gid 1995-06-15 22:32:03 +00:00
kern_resource.c
kern_sig.c
kern_subr.c
kern_synch.c
kern_sysctl.c Fix the sysctl string routines to return as much of the 1995-07-31 10:07:31 +00:00
kern_tc.c Eliminate sloppy common-style declarations. There should be none left for 1995-07-29 11:44:31 +00:00
kern_time.c Killed "TIMEZONE" and "DST" options. They have been forced to 0 by config 1995-06-29 07:07:00 +00:00
kern_timeout.c Eliminate sloppy common-style declarations. There should be none left for 1995-07-29 11:44:31 +00:00
kern_xxx.c Call boot() instead of cpu_reset() if init isn't running in shutdown_nice. 1995-08-20 04:42:25 +00:00
Make.tags.inc
Makefile
makesyscalls.sh
md5c.c
subr_autoconf.c
subr_clist.c Optimize the zeroing of quotes. b_to_q() was always taking about 20% of 1995-07-11 19:39:54 +00:00
subr_disklabel.c On closer inspection, it turns out that all of the callers of disksort 1995-08-07 14:20:27 +00:00
subr_diskmbr.c Don't clip d_ncylinders to value used by partitions. 1995-08-23 11:43:45 +00:00
subr_diskslice.c
subr_dkbad.c
subr_log.c Made msgbuf range checking more robust and clean. 1995-08-07 07:58:23 +00:00
subr_param.c Eliminate sloppy common-style declarations. There should be none left for 1995-07-29 11:44:31 +00:00
subr_prf.c Woops, I committed the wrong version of the diff in the last rev. 1995-08-07 08:40:49 +00:00
subr_prof.c
subr_rlist.c
subr_rmap.c
subr_trap.c A couple of micro optimizations to improve NULL syscall performance by 1995-08-21 18:06:48 +00:00
subr_xxx.c
sys_generic.c
sys_process.c
sys_socket.c
syscalls.c
syscalls.master
sysv_ipc.c
sysv_msg.c Eliminate sloppy common-style declarations. There should be none left for 1995-07-29 11:44:31 +00:00
sysv_sem.c Eliminate sloppy common-style declarations. There should be none left for 1995-07-29 11:44:31 +00:00
sysv_shm.c Eliminate sloppy common-style declarations. There should be none left for 1995-07-29 11:44:31 +00:00
tty_compat.c Preserve current termios speed for TIOCSET*, if it matched with 1995-08-02 12:53:14 +00:00
tty_conf.c Obtained from: partly from ancient patches by ache and me via 1.1.5 1995-07-29 13:40:13 +00:00
tty_cons.c Partially fix `sysctl machdep.console_device'. The fix will be complete 1995-06-26 07:39:52 +00:00
tty_pty.c Back out predefined termios speeds check, it can cause troubles 1995-08-02 11:26:50 +00:00
tty_snoop.c
tty_subr.c Optimize the zeroing of quotes. b_to_q() was always taking about 20% of 1995-07-11 19:39:54 +00:00
tty_tb.c
tty_tty.c
tty.c Check for valid speed values in pty drive 1995-08-02 06:55:36 +00:00
uipc_domain.c Make everything except the unsupported network sources compile cleanly 1995-08-16 16:14:28 +00:00
uipc_mbuf.c Eliminate sloppy common-style declarations. There should be none left for 1995-07-29 11:44:31 +00:00
uipc_proto.c Make everything except the unsupported network sources compile cleanly 1995-08-16 16:14:28 +00:00
uipc_sockbuf.c
uipc_socket2.c
uipc_socket.c
uipc_syscalls.c
uipc_usrreq.c Make everything except the unsupported network sources compile cleanly 1995-08-16 16:14:28 +00:00
vfs_bio.c Resize both VMIO and non-VMIO buffers if the size changes. 1995-08-06 12:10:39 +00:00
vfs_cache.c Eliminate sloppy common-style declarations. There should be none left for 1995-07-29 11:44:31 +00:00
vfs_cluster.c Don't include vm_pageout.h. 1995-06-28 12:31:47 +00:00
vfs_conf.c
vfs_export.c Converted mountlist to a CIRCLEQ. 1995-08-11 11:31:18 +00:00
vfs_extattr.c The cred' and proc' args were missing for some VOP_OPEN() and VOP_CLOSE() 1995-08-17 11:53:51 +00:00
vfs_init.c
vfs_lookup.c Add support for amd direct maps. 1995-08-24 10:17:39 +00:00
vfs_mount.c
vfs_subr.c Converted mountlist to a CIRCLEQ. 1995-08-11 11:31:18 +00:00
vfs_syscalls.c The cred' and proc' args were missing for some VOP_OPEN() and VOP_CLOSE() 1995-08-17 11:53:51 +00:00
vfs_vnops.c vnode_pager_alloc() never returns NULL, so don't check for it. 1995-07-20 09:43:12 +00:00
vnode_if.pl Removed my special-case hack for VOP_LINK and fixed the problem with the 1995-08-01 18:51:02 +00:00
vnode_if.sh Removed my special-case hack for VOP_LINK and fixed the problem with the 1995-08-01 18:51:02 +00:00
vnode_if.src Removed my special-case hack for VOP_LINK and fixed the problem with the 1995-08-01 18:51:02 +00:00