freebsd-dev/sys/kern
Bruce Evans 1fbf1f7140 Fixed garbage being returned for constant int values, e.g., for
KERN_SAVED_IDS.

Should be in 2.2.

Reviewed by:	phk
Found by:	NIST-PCTS
1996-12-15 14:38:46 +00:00
..
imgact_aout.c
imgact_elf.c Added a missing break, so all static bins would be missed :( 1996-10-24 19:13:00 +00:00
imgact_gzip.c
imgact_shell.c
inflate.c
init_main.c init_main.c: pass -d to init if DEVFS_ROOT 1996-10-28 11:34:57 +00:00
init_sysent.c
init_sysvec.c
kern_acct.c
kern_clock.c Improved biasing of i586 clock by adjusting for hardclock() latency. 1996-10-25 13:01:56 +00:00
kern_conf.c Fixed a null pointer panic in ADDENTRY(). Unloading the lkm and joy 1996-12-06 12:47:05 +00:00
kern_descrip.c
kern_exec.c Fix an ordering bug -- pmap_remove_pages should be called BEFORE 1996-11-09 03:54:25 +00:00
kern_exit.c
kern_fork.c Move static variable nextpid out from fork1(). Now top(1) can print 1996-10-27 13:29:22 +00:00
kern_ktrace.c
kern_lkm.c
kern_lockf.c
kern_malloc.c
kern_mib.c
kern_ntptime.c
kern_physio.c
kern_proc.c
kern_prot.c
kern_random.c More merge and update. 1996-10-30 22:41:46 +00:00
kern_resource.c
kern_shutdown.c Further improved version of hadling a HALT when there is no console. 1996-10-31 00:57:28 +00:00
kern_sig.c Fixed sigaction() for SIGKILL and SIGSTOP. Reading the old action now 1996-11-29 18:01:55 +00:00
kern_subr.c
kern_synch.c
kern_sysctl.c Fixed garbage being returned for constant int values, e.g., for 1996-12-15 14:38:46 +00:00
kern_tc.c Improved biasing of i586 clock by adjusting for hardclock() latency. 1996-10-25 13:01:56 +00:00
kern_time.c
kern_timeout.c Improved biasing of i586 clock by adjusting for hardclock() latency. 1996-10-25 13:01:56 +00:00
kern_xxx.c
Make.tags.inc
Makefile
makesyscalls.sh
md5c.c close bin/1648 libmd not 64bit safe. 1996-10-22 16:27:47 +00:00
subr_autoconf.c
subr_clist.c
subr_disklabel.c Removed all references to b_cylinder (aka b_cylin). It was evil and 1996-12-01 16:34:41 +00:00
subr_diskmbr.c Don't clobber max_ncyls, ending up guessing thetotal number of cylinders as 1996-11-04 17:40:43 +00:00
subr_diskslice.c Removed all references to b_cylinder (aka b_cylin). It was evil and 1996-12-01 16:34:41 +00:00
subr_dkbad.c
subr_log.c
subr_param.c
subr_prf.c
subr_prof.c Fixed magic and wrong numbers in calibration of nullfunc_loop_profiled() 1996-12-13 12:59:28 +00:00
subr_rlist.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 if there is no console, cngetc should act like getc and return -1 1996-10-30 21:40:25 +00:00
tty_pty.c
tty_snoop.c
tty_subr.c
tty_tb.c
tty_tty.c
tty.c Help broken d_stop() routines by flushing the output queue before 1996-11-29 16:16:47 +00:00
uipc_domain.c
uipc_mbuf.c
uipc_proto.c
uipc_sockbuf.c Add the IP_RECVIF socket option, which supplies a packet's incoming interface 1996-11-11 04:56:32 +00:00
uipc_socket2.c Add the IP_RECVIF socket option, which supplies a packet's incoming interface 1996-11-11 04:56:32 +00:00
uipc_socket.c Check for error return from uiomove to prevent looping endlessly in 1996-11-29 19:03:42 +00:00
uipc_syscalls.c
uipc_usrreq.c Add comments to hard-to-follow File descriptor handling code 1996-12-05 22:41:13 +00:00
vfs_bio.c Clean-up of the new buffer kva allocation code. Also, there was an 1996-12-05 04:28:52 +00:00
vfs_cache.c
vfs_cluster.c Implement a new totally dynamic (up to MAXPHYS) buffer kva allocation 1996-11-30 22:41:49 +00:00
vfs_conf.c
vfs_export.c Restored writability of kern.maxvnodes. It was broken a year ago in 1996-11-12 09:24:31 +00:00
vfs_extattr.c
vfs_init.c
vfs_lookup.c Don't allow empty pathnames. POSIX standard. 1996-12-01 16:05:44 +00:00
vfs_mount.c
vfs_subr.c Restored writability of kern.maxvnodes. It was broken a year ago in 1996-11-12 09:24:31 +00:00
vfs_syscalls.c
vfs_vnops.c
vnode_if.pl
vnode_if.sh
vnode_if.src