HardenedBSD/sys/kern
David Greenman a5782ecc36 Fixed minor struct cred leak. Discovered while looking for the opposite
condition - too many frees, which has yet to be found.

Reviewed by:	dyson
1996-01-04 06:09:00 +00:00
..
imgact_aout.c
imgact_gzip.c
imgact_shell.c
inflate.c
init_main.c
init_sysent.c Converted two options over to the new scheme: USER_LDT and KTRACE. 1996-01-03 21:42:35 +00:00
kern_acct.c
kern_clock.c Staticize. 1995-12-17 21:23:44 +00:00
kern_conf.c kern_conf.c: remove a now unused variable. 1995-12-22 15:56:35 +00:00
kern_descrip.c
kern_devconf.c
kern_exec.c
kern_exit.c Converted two options over to the new scheme: USER_LDT and KTRACE. 1996-01-03 21:42:35 +00:00
kern_fork.c Converted two options over to the new scheme: USER_LDT and KTRACE. 1996-01-03 21:42:35 +00:00
kern_ktrace.c Converted two options over to the new scheme: USER_LDT and KTRACE. 1996-01-03 21:42:35 +00:00
kern_lkm.c Removed unused function lkmenodev(). 1995-12-16 00:01:40 +00:00
kern_lockf.c
kern_malloc.c
kern_ntptime.c
kern_physio.c
kern_proc.c fill in kinfo_eproc.e_login - otherwise a sysctl to read the eprocs wont 1996-01-01 17:01:03 +00:00
kern_prot.c
kern_random.c 1) ifdef out some unused functions (for now) 1995-12-29 08:04:32 +00:00
kern_resource.c
kern_sig.c Converted two options over to the new scheme: USER_LDT and KTRACE. 1996-01-03 21:42:35 +00:00
kern_subr.c
kern_synch.c Converted two options over to the new scheme: USER_LDT and KTRACE. 1996-01-03 21:42:35 +00:00
kern_sysctl.c Fix the reversed source and dest args to bcopy() in the kernel space 1996-01-01 17:05:07 +00:00
kern_tc.c Staticize. 1995-12-17 21:23:44 +00:00
kern_time.c Finished staticizing of timevalfix(). 1995-12-26 01:07:42 +00:00
kern_timeout.c Staticize. 1995-12-17 21:23:44 +00:00
kern_xxx.c
Make.tags.inc
Makefile
makesyscalls.sh
md5c.c
subr_autoconf.c
subr_clist.c
subr_disklabel.c
subr_diskmbr.c
subr_diskslice.c
subr_dkbad.c
subr_log.c
subr_param.c
subr_prf.c
subr_prof.c Implemented non-statistical kernel profiling. This is based on 1995-12-29 15:30:05 +00:00
subr_rlist.c
subr_trap.c Converted two options over to the new scheme: USER_LDT and KTRACE. 1996-01-03 21:42:35 +00:00
subr_xxx.c
sys_generic.c Converted two options over to the new scheme: USER_LDT and KTRACE. 1996-01-03 21:42:35 +00:00
sys_process.c Updated to match 1TB filesize changes. Some pindexes were still offsets 1995-12-17 06:59:36 +00:00
sys_socket.c
syscalls.c Converted two options over to the new scheme: USER_LDT and KTRACE. 1996-01-03 21:42:35 +00:00
syscalls.master Converted two options over to the new scheme: USER_LDT and KTRACE. 1996-01-03 21:42:35 +00:00
sysv_ipc.c
sysv_msg.c Update sysv_*.c to get their argument definitions from sysproto.h 1995-12-15 05:00:31 +00:00
sysv_sem.c Gack - if you're going to call semexit() from elsewhere, it shouldn't 1995-12-28 01:31:38 +00:00
sysv_shm.c I report a problem about shmget(). (I'm using FreeBSD-2.1.0R) 1995-12-26 16:03:32 +00:00
tty_compat.c
tty_conf.c
tty_cons.c Remove crufty "pg" function. 1995-12-22 13:09:39 +00:00
tty_pty.c Fixed pty names. The control and slave names were back to front. 1995-12-22 15:53:53 +00:00
tty_snoop.c
tty_subr.c
tty_tb.c
tty_tty.c Fixed permissions of /dev/tty. 1995-12-22 15:57:31 +00:00
tty.c Oops, the last commit missed one change from 200 to OBUFSIZ + 100. 1995-12-16 21:45:02 +00:00
uipc_domain.c Uniformized pr_ctlinput protosw functions. The third arg is now `void 1995-12-16 02:14:44 +00:00
uipc_mbuf.c
uipc_proto.c
uipc_sockbuf.c
uipc_socket2.c
uipc_socket.c
uipc_syscalls.c Converted two options over to the new scheme: USER_LDT and KTRACE. 1996-01-03 21:42:35 +00:00
uipc_usrreq.c
vfs_bio.c Fixed minor struct cred leak. Discovered while looking for the opposite 1996-01-04 06:09:00 +00:00
vfs_cache.c kern_conf.c: remove a now unused variable. 1995-12-22 15:56:35 +00:00
vfs_cluster.c Fixed bugs and finished staticization for things inside `#ifdef DEBUG'. 1995-12-22 16:06:46 +00:00
vfs_conf.c
vfs_export.c Moved the #ifdef DIAGNOSTIC in vrele() so that the check for negative 1996-01-02 18:13:20 +00:00
vfs_extattr.c Staticize. 1995-12-17 21:23:44 +00:00
vfs_init.c Staticize. 1995-12-17 21:23:44 +00:00
vfs_lookup.c Converted two options over to the new scheme: USER_LDT and KTRACE. 1996-01-03 21:42:35 +00:00
vfs_mount.c
vfs_subr.c Moved the #ifdef DIAGNOSTIC in vrele() so that the check for negative 1996-01-02 18:13:20 +00:00
vfs_syscalls.c Staticize. 1995-12-17 21:23:44 +00:00
vfs_vnops.c Staticize. 1995-12-17 21:23:44 +00:00
vnode_if.pl
vnode_if.sh
vnode_if.src