HardenedBSD/sys/kern
Mike Smith 7a0beaf12d Expand the sscanf buffer to 32 bytes to make room for the expanded
pattern, with some space left over to avoid this mistake next time it's
improved.

Submitted by:	luoqi
1999-11-05 02:45:50 +00:00
..
bus_if.m
device_if.m
imgact_aout.c
imgact_elf.c
imgact_gzip.c
imgact_shell.c
inflate.c
init_main.c swapinit isn't called from vfs_mountroot, so don't complain about it in 1999-11-01 23:53:27 +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
kern_fork.c
kern_intr.c
kern_jail.c
kern_kthread.c
kern_ktrace.c
kern_linker.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
kern_shutdown.c
kern_sig.c Bail out of the process early if the coredumpfile limit is 0. 1999-10-30 18:55:11 +00:00
kern_subr.c
kern_switch.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
link_elf_obj.c
link_elf.c
Make.tags.inc
makedevops.pl
Makefile
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_disk.c
subr_disklabel.c
subr_diskmbr.c
subr_diskslice.c
subr_dkbad.c
subr_eventhandler.c
subr_log.c
subr_module.c
subr_param.c
subr_prf.c
subr_prof.c
subr_rman.c
subr_scanf.c Move strto{u}[ql]() into their own libkern files. 1999-11-03 18:20:59 +00:00
subr_smp.c
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_compat.c
tty_conf.c
tty_cons.c
tty_pty.c
tty_snoop.c
tty_subr.c
tty_tb.c
tty_tty.c
tty.c
uipc_domain.c
uipc_mbuf.c New function: 1999-11-01 15:03:20 +00:00
uipc_proto.c
uipc_sockbuf.c
uipc_socket2.c
uipc_socket.c
uipc_syscalls.c
uipc_usrreq.c
vfs_aio.c
vfs_bio.c Remove a #define which doesn't do miracles anymore. 1999-10-30 09:31:52 +00:00
vfs_cache.c
vfs_cluster.c
vfs_conf.c Expand the sscanf buffer to 32 bytes to make room for the expanded 1999-11-05 02:45:50 +00:00
vfs_default.c
vfs_export.c
vfs_extattr.c Most modern OSs have the ability to flag certain mounts as ones to 1999-11-01 04:57:43 +00:00
vfs_init.c Move a couple of globals here where they are initialised, rather than 1999-11-01 23:54:07 +00:00
vfs_lookup.c
vfs_mount.c Expand the sscanf buffer to 32 bytes to make room for the expanded 1999-11-05 02:45:50 +00:00
vfs_subr.c
vfs_syscalls.c Most modern OSs have the ability to flag certain mounts as ones to 1999-11-01 04:57:43 +00:00
vfs_vnops.c
vnode_if.pl
vnode_if.sh
vnode_if.src