freebsd-nq/sys/kern
Poul-Henning Kamp 60767bf422 Use more compiler friendly test for overflow.
Submitted by:	bde
1999-08-21 18:22:44 +00:00
..
bus_if.m Alter the behavior of sys/kern/subr_bus.c:device_print_child() 1999-07-29 01:03:04 +00:00
device_if.m
imgact_aout.c
imgact_elf.c Fix the previous warning a different way since the emul_path exposure was 1999-07-09 19:10:14 +00:00
imgact_gzip.c
imgact_shell.c
inflate.c
init_main.c
init_sysent.c Re-commit these files after updating syscalls.master (in the proper order 1999-08-05 08:26:27 +00:00
kern_acct.c Fix a dev_t/udev_t issue with accounting. lastcomm now shows the 1999-07-10 06:27:36 +00:00
kern_clock.c Oops, the previous commit only worked in the one case it was tested for. 1999-07-24 20:21:10 +00:00
kern_conf.c First small steps at merging DEVFS and PHK's Dev_t stuff. 1999-08-20 20:25:00 +00:00
kern_descrip.c Fix fd race conditions (during shared fd table usage.) Badfileops is 1999-08-04 18:53:50 +00:00
kern_environment.c
kern_exec.c Stop profiling on exec. 1999-08-11 20:35:38 +00:00
kern_exit.c
kern_fork.c Fix the following problem: 1999-07-21 18:02:27 +00:00
kern_intr.c
kern_jail.c
kern_kthread.c
kern_ktrace.c
kern_linker.c Change the name of the static variable 'files' to 'linker_files' in 1999-08-20 00:18:07 +00:00
kern_lock.c
kern_lockf.c
kern_malloc.c
kern_mib.c Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>, 1999-08-08 18:43:05 +00:00
kern_module.c Implement a new generic mechanism for attaching handler functions to 1999-08-21 06:24:40 +00:00
kern_ntptime.c
kern_physio.c Use more compiler friendly test for overflow. 1999-08-21 18:22:44 +00:00
kern_proc.c Run queue heads have moved to TAILQ's. 1999-08-19 00:13:58 +00:00
kern_prot.c
kern_random.c
kern_resource.c
kern_shutdown.c Implement a new generic mechanism for attaching handler functions to 1999-08-21 06:24:40 +00:00
kern_sig.c expand_name: 1999-08-16 18:13:39 +00:00
kern_subr.c These changes appear to give us benefits with both small (32MB) and 1999-07-08 06:06:00 +00:00
kern_switch.c Fix a typo and a bug. 1999-08-19 16:06:08 +00:00
kern_synch.c Don't initialize run queues here, do it all in one place. 1999-08-19 00:14:43 +00:00
kern_syscalls.c
kern_sysctl.c
kern_tc.c Oops, the previous commit only worked in the one case it was tested for. 1999-07-24 20:21:10 +00:00
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 Remove redundant spaces in the whole line, not only the first occurrence. 1999-08-18 08:39:14 +00:00
Makefile
makesyscalls.sh
md5c.c
p1003_1b.c
posix4_mib.c
subr_autoconf.c
subr_blist.c
subr_bus.c Change calling of chained event handler from always after 1999-08-16 21:44:14 +00:00
subr_clist.c
subr_devstat.c
subr_disklabel.c Spring cleaning around strategy and disklabels/slices: 1999-08-14 11:40:51 +00:00
subr_diskmbr.c Spring cleaning around strategy and disklabels/slices: 1999-08-14 11:40:51 +00:00
subr_diskslice.c Spring cleaning around strategy and disklabels/slices: 1999-08-14 11:40:51 +00:00
subr_dkbad.c Spring cleaning around strategy and disklabels/slices: 1999-08-14 11:40:51 +00:00
subr_eventhandler.c Implement a new generic mechanism for attaching handler functions to 1999-08-21 06:24:40 +00:00
subr_log.c
subr_module.c
subr_param.c
subr_prf.c Merge the cons.c and cons.h to the best of my ability. alpha may or 1999-08-09 10:35:05 +00:00
subr_prof.c
subr_rman.c
subr_scanf.c
subr_smp.c Merge the cons.c and cons.h to the best of my ability. alpha may or 1999-08-09 10:35:05 +00:00
subr_trap.c On FPU exceptions, pass a useful error code (one of the FPE_... 1999-07-25 13:16:09 +00:00
subr_xxx.c
sys_generic.c
sys_pipe.c Fix fd race conditions (during shared fd table usage.) Badfileops is 1999-08-04 18:53:50 +00:00
sys_process.c Implement support for hardware debug registers on the i386. 1999-07-09 04:16:00 +00:00
sys_socket.c Fix fd race conditions (during shared fd table usage.) Badfileops is 1999-08-04 18:53:50 +00:00
syscalls.c Re-commit these files after updating syscalls.master (in the proper order 1999-08-05 08:26:27 +00:00
syscalls.master Add CPT_NOA, LIBCOMPAT, NODEF, NOARGS, NOPROTO, and NOIMPL to the commented 1999-08-11 22:13:46 +00:00
sysv_ipc.c
sysv_msg.c
sysv_sem.c
sysv_shm.c
tty_compat.c
tty_conf.c
tty_cons.c First small steps at merging DEVFS and PHK's Dev_t stuff. 1999-08-20 20:25:00 +00:00
tty_pty.c First small steps at merging DEVFS and PHK's Dev_t stuff. 1999-08-20 20:25:00 +00:00
tty_snoop.c
tty_subr.c
tty_tb.c
tty_tty.c
tty.c Enable ttymalloc(). 1999-08-08 20:24:58 +00:00
uipc_domain.c
uipc_mbuf.c
uipc_proto.c
uipc_sockbuf.c
uipc_socket2.c
uipc_socket.c
uipc_syscalls.c Fix fd race conditions (during shared fd table usage.) Badfileops is 1999-08-04 18:53:50 +00:00
uipc_usrreq.c
vfs_aio.c Spring cleaning around strategy and disklabels/slices: 1999-08-14 11:40:51 +00:00
vfs_bio.c Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>, 1999-08-08 18:43:05 +00:00
vfs_cache.c
vfs_cluster.c These changes appear to give us benefits with both small (32MB) and 1999-07-08 06:06:00 +00:00
vfs_conf.c
vfs_default.c
vfs_export.c The bdevsw() and cdevsw() are now identical, so kill the former. 1999-08-13 10:29:38 +00:00
vfs_extattr.c Replace a redundant vfs_object_create() call (already done in vn_open) 1999-08-12 20:38:32 +00:00
vfs_init.c Removed references to a nonexistent variable. This fixes building kernels 1999-07-29 07:14:28 +00:00
vfs_lookup.c Add sysctl and support code to allow directories to be VMIO'd. The default 1999-07-26 06:25:53 +00:00
vfs_mount.c
vfs_subr.c The bdevsw() and cdevsw() are now identical, so kill the former. 1999-08-13 10:29:38 +00:00
vfs_syscalls.c Replace a redundant vfs_object_create() call (already done in vn_open) 1999-08-12 20:38:32 +00:00
vfs_vnops.c oops: Add missing include. 1999-08-13 11:22:48 +00:00
vnode_if.pl
vnode_if.sh
vnode_if.src