freebsd_amp_hwpstate/sys/kern
Don Lewis bd508d391b Fix descriptor leak provoked by KKIS.05051999.003b exploit code.
unp_internalize() takes a reference to the descriptor.  If the send
fails after unp_internalize(), the control mbuf would be freed ophaning
the reference.

Tested in -CURRENT by: Pierre Beyssac <beyssac@enst.fr>
1999-05-10 18:09:39 +00:00
..
Make.tags.inc
Makefile
bus_if.m * Augment the interface language to allow arbitrary C code to be 'passed 1999-05-10 17:06:14 +00:00
device_if.m * Augment the interface language to allow arbitrary C code to be 'passed 1999-05-10 17:06:14 +00:00
imgact_aout.c Fix a couple of warnings and some bitrot in comments. 1999-05-09 16:04:14 +00:00
imgact_elf.c Fix a couple of warnings and some bitrot in comments. 1999-05-09 16:04:14 +00:00
imgact_gzip.c Fix a couple of warnings and some bitrot in comments. 1999-05-09 16:04:14 +00:00
imgact_shell.c Fix a couple of warnings and some bitrot in comments. 1999-05-09 16:04:14 +00:00
inflate.c
init_main.c Lites2 seems to have pretty much disappeared from the radar, and I suspect 1999-05-09 20:42:45 +00:00
init_sysent.c
kern_acct.c
kern_clock.c
kern_conf.c Unconfuse DEV_MODULE() and DEV_DRIVER_MODULE() about the difference between 1999-05-09 13:00:50 +00:00
kern_descrip.c
kern_environment.c
kern_exec.c
kern_exit.c
kern_fork.c
kern_intr.c
kern_jail.c
kern_ktrace.c
kern_linker.c First stages of a module dependency cleanup. This part fixes a 1999-05-08 13:01:59 +00:00
kern_lock.c
kern_lockf.c Fix a freelist trashing under following confitions: 1999-05-08 22:46:46 +00:00
kern_malloc.c
kern_mib.c
kern_module.c First stages of a module dependency cleanup. This part fixes a 1999-05-08 13:01:59 +00:00
kern_ntptime.c
kern_physio.c I got tired of seeing all the cdevsw[major(foo)] all over the place. 1999-05-08 06:40:31 +00:00
kern_proc.c
kern_prot.c
kern_random.c
kern_resource.c
kern_shutdown.c I got tired of seeing all the cdevsw[major(foo)] all over the place. 1999-05-08 06:40:31 +00:00
kern_sig.c
kern_subr.c
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 Use KERNBASE for the load address of the kernel rather than magic constants 1999-05-08 13:03:49 +00:00
link_elf.c Use KERNBASE for the load address of the kernel rather than magic constants 1999-05-08 13:03:49 +00:00
link_elf_obj.c Use KERNBASE for the load address of the kernel rather than magic constants 1999-05-08 13:03:49 +00:00
makedevops.pl Remove hack to accept French spelling of METHOD (METHODE) 1999-05-10 17:45:49 +00:00
makesyscalls.sh
md5c.c
p1003_1b.c
posix4_mib.c
subr_autoconf.c
subr_blist.c
subr_bus.c * Augment the interface language to allow arbitrary C code to be 'passed 1999-05-10 17:06:14 +00:00
subr_clist.c
subr_devstat.c
subr_disklabel.c
subr_diskmbr.c
subr_diskslice.c Hack the diskslice stuff so that it allows the alpha sysinstall to 1999-05-09 11:27:41 +00:00
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 Make sure the mem_range_AP_init() prototype is seen where it's needed, and 1999-05-08 17:48:22 +00:00
subr_trap.c
subr_xxx.c
sys_generic.c
sys_pipe.c
sys_process.c
sys_socket.c
syscalls.c
syscalls.master
sysv_ipc.c
sysv_msg.c
sysv_sem.c
sysv_shm.c
tty.c I got tired of seeing all the cdevsw[major(foo)] all over the place. 1999-05-08 06:40:31 +00:00
tty_compat.c
tty_conf.c
tty_cons.c I got tired of seeing all the cdevsw[major(foo)] all over the place. 1999-05-08 06:40:31 +00:00
tty_pty.c I got tired of seeing all the cdevsw[major(foo)] all over the place. 1999-05-08 06:40:31 +00:00
tty_snoop.c I got tired of seeing all the cdevsw[major(foo)] all over the place. 1999-05-08 06:40:31 +00:00
tty_subr.c
tty_tb.c
tty_tty.c
uipc_domain.c
uipc_mbuf.c
uipc_proto.c
uipc_sockbuf.c
uipc_socket.c
uipc_socket2.c
uipc_syscalls.c
uipc_usrreq.c Fix descriptor leak provoked by KKIS.05051999.003b exploit code. 1999-05-10 18:09:39 +00:00
vfs_aio.c major(something) can never become NODEV. 1999-05-09 13:13:52 +00:00
vfs_bio.c
vfs_cache.c
vfs_cluster.c
vfs_conf.c
vfs_default.c
vfs_export.c Fix some of the places where too much inside knowledge about major/minor 1999-05-08 07:02:41 +00:00
vfs_extattr.c
vfs_init.c
vfs_lookup.c
vfs_mount.c
vfs_subr.c Fix some of the places where too much inside knowledge about major/minor 1999-05-08 07:02:41 +00:00
vfs_syscalls.c
vfs_vnops.c
vnode_if.pl
vnode_if.sh
vnode_if.src