1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-06 09:17:25 +00:00
freebsd/sys/kern
2001-08-23 22:51:22 +00:00
..
bus_if.m
device_if.m
genassym.sh
imgact_aout.c
imgact_elf.c Unbreak linux compatibility by providing the correct length of the buffer. 2001-08-18 04:24:30 +00:00
imgact_gzip.c
imgact_shell.c
inflate.c
init_main.c
init_sysent.c Regenerate from syscalls.master using the new makesyscalls.sh revision. 2001-08-22 23:27:20 +00:00
kern_acct.c
kern_acl.c
kern_cap.c
kern_clock.c - Close races with signals and other AST's being triggered while we are in 2001-08-10 22:53:32 +00:00
kern_condvar.c - Fix a bug in the previous workaround for the tsleep/endtsleep race. 2001-08-21 18:42:45 +00:00
kern_conf.c Make the fmt arguments to make_dev and make_dev_alias const char *. 2001-08-02 20:35:35 +00:00
kern_descrip.c Move <machine/*> after <sys/*> 2001-08-23 13:19:32 +00:00
kern_environment.c
kern_event.c
kern_exec.c Fix a simple typo I just happened to find. 2001-08-22 19:12:24 +00:00
kern_exit.c *** empty log message *** 2001-08-09 01:21:58 +00:00
kern_fork.c
kern_idle.c
kern_intr.c - Close races with signals and other AST's being triggered while we are in 2001-08-10 22:53:32 +00:00
kern_jail.c Anton kindly pointed out (and fixed) a bug in the Jail handling of the 2001-08-03 18:21:06 +00:00
kern_kthread.c
kern_ktr.c
kern_ktrace.c
kern_linker.c Sync the default module search path with the one in 2001-08-20 01:12:28 +00:00
kern_lock.c If we've panic'd already, then just bail in lockmgr rather than blocking or 2001-08-10 23:29:15 +00:00
kern_lockf.c Add yet one check for SEEK_END overflow 2001-08-23 17:09:23 +00:00
kern_malloc.c - Remove asleep(), await(), and M_ASLEEP. 2001-08-10 06:45:43 +00:00
kern_mib.c Fix cut/paste blunder. Serves me right for doing a last minute tweak 2001-07-27 15:52:49 +00:00
kern_module.c
kern_mutex.c If we have already panic'd then don't bother enforcing mutex asserts as 2001-07-31 17:45:50 +00:00
kern_ntptime.c
kern_physio.c
kern_proc.c Fix part of another problem that bde pointed out. This is different 2001-08-16 23:43:24 +00:00
kern_prot.c o Modify p_candebug() such that there is no longer automatic acceptance 2001-07-31 17:25:12 +00:00
kern_random.c
kern_resource.c
kern_sema.c Implement kernel semaphores. 2001-08-14 22:13:14 +00:00
kern_shutdown.c Add a new kernel option RESTARTABLE_PANICS. If this option is present, 2001-08-23 20:32:21 +00:00
kern_sig.c Make COMPAT_43 optional again. XXX we need COMPAT_FBSD3 etc for this 2001-08-21 02:32:59 +00:00
kern_subr.c
kern_switch.c
kern_sx.c Use witness_upgrade/downgrade for sx_try_upgrade/downgrade. 2001-08-23 22:51:22 +00:00
kern_synch.c Release the sched_lock before bombing out in mi_switch() via db_error(). 2001-08-21 23:10:37 +00:00
kern_syscalls.c
kern_sysctl.c Make dynamic sysctl entries start at 0x100, not decimal 100 - there are 2001-07-25 17:21:18 +00:00
kern_tc.c
kern_time.c
kern_timeout.c Move most of the kernel submap initialization code, including the 2001-08-22 04:07:27 +00:00
kern_xxx.c
ksched.c - Close races with signals and other AST's being triggered while we are in 2001-08-10 22:53:32 +00:00
link_aout.c
link_elf_obj.c Fix some of the GDB linkage setup. The l_name member of the gdb linkage 2001-08-10 23:15:13 +00:00
link_elf.c Fix some of the GDB linkage setup. The l_name member of the gdb linkage 2001-08-10 23:15:13 +00:00
linker_if.m
Make.tags.inc
Makefile
makeobjops.pl
makesyscalls.sh Add padding before each element of the syscall argument structures in 2001-08-22 23:22:47 +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 Export the head structure for the device statistics STAILQ in 2001-08-04 18:02:47 +00:00
subr_disk.c Don't dump on the label sector or below. This avoids clobbering the 2001-08-15 11:35:45 +00:00
subr_disklabel.c
subr_diskmbr.c
subr_diskslice.c
subr_eventhandler.c Don't try to find an eventhandler list if the list of lists hasn't 2001-07-31 03:52:16 +00:00
subr_hints.c
subr_kobj.c
subr_log.c
subr_mbuf.c Rename mb_init() mbuf subsystem initialization routine to mbuf_init(), in 2001-08-03 05:05:32 +00:00
subr_mchain.c
subr_module.c
subr_param.c Conditionalize VM_SWZONE_SIZE_MAX and VM_BCACHE_SIZE_MAX so MD sections 2001-08-20 16:29:13 +00:00
subr_pcpu.c
subr_prf.c
subr_prof.c - Close races with signals and other AST's being triggered while we are in 2001-08-10 22:53:32 +00:00
subr_rman.c
subr_sbuf.c
subr_scanf.c
subr_smp.c - Close races with signals and other AST's being triggered while we are in 2001-08-10 22:53:32 +00:00
subr_taskqueue.c
subr_trap.c - Close races with signals and other AST's being triggered while we are in 2001-08-10 22:53:32 +00:00
subr_turnstile.c If we have already panic'd then don't bother enforcing mutex asserts as 2001-07-31 17:45:50 +00:00
subr_witness.c Add witness_upgrade() and witness_downgrade() for handling upgrades and 2001-08-23 22:47:05 +00:00
subr_xxx.c
sys_generic.c
sys_pipe.c
sys_process.c Zap 'ptrace(PT_READ_U, ...)' and 'ptrace(PT_WRITE_U, ...)' since they 2001-08-08 05:25:15 +00:00
sys_socket.c Don't bother passing p to rtioctl just so it can fail to pass it to mrt_ioctl 2001-07-25 20:15:28 +00:00
syscalls.c Regenerate from syscalls.master using the new makesyscalls.sh revision. 2001-08-22 23:27:20 +00:00
syscalls.master
sysv_ipc.c
sysv_msg.c Fix obsolete code. 2001-07-30 19:28:02 +00:00
sysv_sem.c
sysv_shm.c
tty_compat.c
tty_conf.c
tty_cons.c
tty_pty.c
tty_subr.c
tty_tty.c
tty.c Export the tk_nin and tk_nout variables (number of tty input/output 2001-08-04 18:09:24 +00:00
uipc_accf.c
uipc_domain.c
uipc_mbuf2.c
uipc_mbuf.c Forgot to remove this un-needed test. (M_WAITOK won't fail) 2001-08-19 04:30:13 +00:00
uipc_proto.c Implement a LOCAL_PEERCRED socket option which returns a 2001-08-17 22:01:18 +00:00
uipc_sockbuf.c
uipc_socket2.c
uipc_socket.c
uipc_syscalls.c
uipc_usrreq.c Forgot to remove this un-needed test. (M_WAITOK won't fail) 2001-08-19 04:30:13 +00:00
vfs_acl.c o As part of the move to not maintaining copies of the vnode owning uid 2001-04-29 19:53:50 +00:00
vfs_aio.c
vfs_bio.c Remove the code that limited the buffer_map to 1/2 the size of the 2001-08-22 18:10:37 +00:00
vfs_cache.c
vfs_cluster.c
vfs_conf.c
vfs_default.c
vfs_export.c
vfs_extattr.c lseek: fix check for vattr.va_size overflow. Check suggested by bde simple not 2001-08-23 17:01:25 +00:00
vfs_init.c
vfs_lookup.c
vfs_mount.c
vfs_subr.c Revert previous accidental commit. FWIW, it was part of enabling 2001-07-27 15:57:17 +00:00
vfs_syscalls.c lseek: fix check for vattr.va_size overflow. Check suggested by bde simple not 2001-08-23 17:01:25 +00:00
vfs_vnops.c vn_stat(): if va_size (u_quad_t) > OFF_MAX, return EOVERFLOW, don't copy it 2001-08-23 17:56:48 +00:00
vnode_if.pl
vnode_if.src