HardenedBSD/sys/kern
Ugen J.S. Antsilevich 019b4d63ae Fix couple of nasty bugs..
- Overflow now calculated right
- Close works ok,does not looses tty
- Better overflow handling now the snooping stops
   on overflow,but programm notified and can reconnect if
   it want to..Default maximal buffer set to 664 K and this
   is probably too much..:)))
Utility still to come
1995-02-15 16:35:38 +00:00
..
imgact_aout.c First attempt to run linux binaries. This is only the changes needed to 1995-02-14 19:23:22 +00:00
imgact_gzip.c Actually access the right first page if the file. 1995-02-13 07:40:33 +00:00
imgact_shell.c
inflate.c
init_main.c
init_sysent.c First attempt to run linux binaries. This is only the changes needed to 1995-02-14 19:23:22 +00:00
kern_acct.c
kern_clock.c
kern_descrip.c
kern_devconf.c YPfix 1995-02-14 06:34:49 +00:00
kern_exec.c First attempt to run linux binaries. This is only the changes needed to 1995-02-14 19:23:22 +00:00
kern_exit.c
kern_fork.c
kern_ktrace.c
kern_lkm.c
kern_lockf.c
kern_malloc.c Calling semantics for kmem_malloc() have been changed...and the third 1995-02-02 08:49:08 +00:00
kern_ntptime.c
kern_physio.c
kern_proc.c
kern_prot.c
kern_resource.c
kern_sig.c
kern_subr.c Minor code improvement to uiomove() 1995-02-12 09:11:47 +00:00
kern_synch.c
kern_sysctl.c
kern_tc.c
kern_time.c YFfix. 1995-02-14 06:33:53 +00:00
kern_timeout.c
kern_xxx.c
Make.tags.inc
Makefile
makesyscalls.sh First attempt to run linux binaries. This is only the changes needed to 1995-02-14 19:23:22 +00:00
md5c.c
subr_autoconf.c
subr_clist.c
subr_disklabel.c
subr_diskmbr.c
subr_diskslice.c
subr_dkbad.c
subr_log.c
subr_param.c
subr_prf.c
subr_prof.c
subr_rlist.c Rewrote rlist_free(). The previous code was a good example of how to 1995-01-31 06:48:53 +00:00
subr_rmap.c
subr_trap.c First attempt to run linux binaries. This is only the changes needed to 1995-02-14 19:23:22 +00:00
subr_xxx.c
sys_generic.c
sys_process.c Wire the page table before doing the vm_fault(). Fixes a panic that 1995-02-10 22:36:11 +00:00
sys_socket.c
syscalls.c First attempt to run linux binaries. This is only the changes needed to 1995-02-14 19:23:22 +00:00
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 Fix couple of nasty bugs.. 1995-02-15 16:35:38 +00:00
tty_subr.c
tty_tb.c
tty_tty.c
tty.c Remove duplicated code from ttymalloc(). Disable ttyfree(). 1995-02-15 16:00:56 +00:00
uipc_domain.c
uipc_mbuf.c Update kmem_malloc() call to new waitflag(s) interface. 1995-02-05 07:08:27 +00:00
uipc_proto.c
uipc_sockbuf.c
uipc_socket2.c
uipc_socket.c Merge in the socket-level support for Transaction TCP. 1995-02-07 02:01:16 +00:00
uipc_syscalls.c
uipc_usrreq.c Fixed bug caused by attempting a connect with a null 'nam'. 1995-02-15 11:30:35 +00:00
vfs_bio.c Make B_NOCACHE and B_INVAL buffers work correctly - throw away the data in 1995-02-03 03:35:56 +00:00
vfs_cache.c
vfs_cluster.c
vfs_conf.c
vfs_export.c
vfs_extattr.c In sync(), don't dereference the proc pointer if it's NULL. Should fix 1995-02-13 13:45:04 +00:00
vfs_init.c
vfs_lookup.c
vfs_mount.c
vfs_subr.c
vfs_syscalls.c In sync(), don't dereference the proc pointer if it's NULL. Should fix 1995-02-13 13:45:04 +00:00
vfs_vnops.c YFfix 1995-02-14 06:31:13 +00:00
vnode_if.pl
vnode_if.sh
vnode_if.src