1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-10 09:42:26 +00:00
freebsd/sys/kern
Peter Wemm 8ee6d9e90f Fix the kern.module_path issue that required the trailing '/' character
on each module path component.  Fix a one-byte buffer overflow at the
same time that got highlighted in the process.
2001-09-12 00:50:23 +00:00
..
bus_if.m
device_if.m
genassym.sh
imgact_aout.c This brings in a Yahoo coredump patch from Paul, with additional mods by 2001-09-08 20:02:33 +00:00
imgact_elf.c This brings in a Yahoo coredump patch from Paul, with additional mods by 2001-09-08 20:02:33 +00:00
imgact_gzip.c
imgact_shell.c
inflate.c
init_main.c
init_sysent.c
kern_acct.c
kern_acl.c
kern_cap.c
kern_clock.c
kern_condvar.c
kern_conf.c
kern_descrip.c
kern_environment.c
kern_event.c
kern_exec.c
kern_exit.c Rip some well duplicated code out of cpu_wait() and cpu_exit() and move 2001-09-10 04:28:58 +00:00
kern_fork.c Rip some well duplicated code out of cpu_wait() and cpu_exit() and move 2001-09-10 04:28:58 +00:00
kern_idle.c
kern_intr.c
kern_jail.c
kern_kthread.c
kern_ktr.c
kern_ktrace.c
kern_linker.c Fix the kern.module_path issue that required the trailing '/' character 2001-09-12 00:50:23 +00:00
kern_lock.c
kern_lockf.c
kern_malloc.c
kern_mib.c
kern_module.c
kern_mutex.c
kern_ntptime.c
kern_physio.c
kern_proc.c Add on UPAGES to ki_rssize since it is there as result of the process 2001-09-10 07:29:32 +00:00
kern_prot.c
kern_random.c
kern_resource.c
kern_sema.c
kern_shutdown.c - Axe holding_giant as it is not used now anyways and was ok'd by 2001-09-10 21:04:49 +00:00
kern_sig.c This brings in a Yahoo coredump patch from Paul, with additional mods by 2001-09-08 20:02:33 +00:00
kern_subr.c
kern_switch.c
kern_sx.c
kern_synch.c
kern_syscalls.c
kern_sysctl.c
kern_tc.c
kern_time.c
kern_timeout.c
kern_xxx.c
ksched.c
link_aout.c
link_elf_obj.c Fix a warning. l_name is managed by us and is malloc/free'ed. 2001-09-10 07:53:04 +00:00
link_elf.c Fix a warning. l_name is managed by us and is malloc/free'ed. 2001-09-10 07:53:04 +00:00
linker_if.m
Make.tags.inc
Makefile
makeobjops.pl
makesyscalls.sh Fix the definition generation code from rev 1.15 that generates non-style(9) 2001-09-05 01:27:53 +00:00
md4c.c
md5c.c
p1003_1b.c
posix4_mib.c
subr_acl_posix1e.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_eventhandler.c
subr_hints.c
subr_kobj.c
subr_log.c
subr_mbuf.c
subr_mchain.c
subr_module.c
subr_param.c
subr_pcpu.c
subr_prf.c
subr_prof.c
subr_rman.c
subr_sbuf.c
subr_scanf.c
subr_smp.c
subr_taskqueue.c
subr_trap.c
subr_turnstile.c
subr_witness.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 Correct a debugging message. 2001-09-11 12:20:24 +00:00
sysv_shm.c
tty_compat.c
tty_conf.c
tty_cons.c
tty_pty.c
tty_subr.c
tty_tty.c
tty.c Fix a warning on alpha (real problem) and make pstat -t work as a bonus. 2001-09-10 12:05:47 +00:00
uipc_accf.c
uipc_domain.c
uipc_mbuf2.c
uipc_mbuf.c
uipc_proto.c
uipc_sockbuf.c
uipc_socket2.c
uipc_socket.c
uipc_syscalls.c
uipc_usrreq.c
vfs_acl.c
vfs_aio.c
vfs_bio.c
vfs_cache.c Fix a memory leak in __getcwd() that can occur after a filesystem 2001-09-04 19:03:47 +00:00
vfs_cluster.c
vfs_conf.c
vfs_default.c
vfs_export.c Fix some signed/unsigned integer confusion, and add bounds checking of 2001-09-10 11:28:07 +00:00
vfs_extattr.c
vfs_init.c
vfs_lookup.c
vfs_mount.c
vfs_subr.c
vfs_syscalls.c
vfs_vnops.c This brings in a Yahoo coredump patch from Paul, with additional mods by 2001-09-08 20:02:33 +00:00
vnode_if.pl
vnode_if.src