NetBSD/sys/kern
cgd 53eb1ac38c a few changes to select. most notable: don't sleep forever unless
user actually wants to.  (it could happen in strange circumstances...)
1993-06-14 05:11:58 +00:00
..
dead_vnops.c add $Id$ strings, and clean up file headers where necessary 1993-05-20 02:54:09 +00:00
fifo_vnops.c make the sleeps on socket open interruptable. 1993-05-27 15:38:18 +00:00
init_main.c hack on the uname "machine name" stuff for hopefully the last time. 1993-05-20 15:36:20 +00:00
init_sysent.c add support for terry lambert's loadable kernel modules. 1993-06-07 19:51:59 +00:00
kern__physio.c handle jolitz physio bug which i mentioned in mail; 1993-06-12 19:54:35 +00:00
kern_acct.c add include of select.h if necessary for protos, or delete if extraneous 1993-05-22 11:40:42 +00:00
kern_clock.c kill processes outright if they've exceeded their hard CPU limit. 1993-06-02 23:03:45 +00:00
kern_descrip.c add include of select.h if necessary for protos, or delete if extraneous 1993-05-22 11:40:42 +00:00
kern_exec.c fixed bug where extra spaces at the end of a shell name would 1993-06-07 03:09:29 +00:00
kern_exit.c add include of select.h if necessary for protos, or delete if extraneous 1993-05-22 11:40:42 +00:00
kern_fork.c nextpid & maxproc fixes from ws 1993-06-02 23:10:52 +00:00
kern_kinfo.c add include of select.h if necessary for protos, or delete if extraneous 1993-05-22 11:40:42 +00:00
kern_ktrace.c add $Id$ strings, and clean up file headers where necessary 1993-05-20 02:54:09 +00:00
kern_lkm.c allow modules to be loaded only if device is open for writing 1993-06-07 23:10:09 +00:00
kern_malloc.c patches to make kernel malloc() retryable. from <MDICKSON@CSI.compuserve.com> 1993-05-27 14:34:29 +00:00
kern_proc.c add include of select.h if necessary for protos, or delete if extraneous 1993-05-22 11:40:42 +00:00
kern_prot.c add $Id$ strings, and clean up file headers where necessary 1993-05-20 02:54:09 +00:00
kern_resource.c two fixes from ws: 1993-06-02 23:46:28 +00:00
kern_sig.c add $Id$ strings, and clean up file headers where necessary 1993-05-20 02:54:09 +00:00
kern_subr.c make strcpy "normal" and get rid of extra (random) spacing... 1993-06-02 23:47:23 +00:00
kern_synch.c add $Id$ strings, and clean up file headers where necessary 1993-05-20 02:54:09 +00:00
kern_time.c add $Id$ strings, and clean up file headers where necessary 1993-05-20 02:54:09 +00:00
kern_xxx.c add $Id$ strings, and clean up file headers where necessary 1993-05-20 02:54:09 +00:00
makesyscalls.sh add support for terry lambert's loadable kernel modules. 1993-06-07 19:51:59 +00:00
spec_vnops.c add $Id$ strings, and clean up file headers where necessary 1993-05-20 02:54:09 +00:00
subr_acct.c make kernel select interface be one-stop shopping & clean it all up. 1993-05-18 18:18:40 +00:00
subr_disk.c more disklabel changes 1993-05-20 23:12:53 +00:00
subr_log.c make kernel select interface be one-stop shopping & clean it all up. 1993-05-18 18:18:40 +00:00
subr_mcount.c add $Id$ strings, and clean up file headers where necessary 1993-05-20 02:54:09 +00:00
subr_prf.c add include of select.h if necessary for protos, or delete if extraneous 1993-05-22 11:40:42 +00:00
subr_rlist.c add $Id$ strings, and clean up file headers where necessary 1993-05-20 02:54:09 +00:00
subr_xxx.c make strlen return a size_t 1993-06-06 03:35:39 +00:00
sys_generic.c a few changes to select. most notable: don't sleep forever unless 1993-06-14 05:11:58 +00:00
sys_process.c move sipcreg into i386/include/reg.h where it belongs, right next to ipcreg. 1993-05-24 11:37:12 +00:00
sys_socket.c add include of select.h if necessary for protos, or delete if extraneous 1993-05-22 11:40:42 +00:00
syscalls.c add support for terry lambert's loadable kernel modules. 1993-06-07 19:51:59 +00:00
syscalls.master add support for terry lambert's loadable kernel modules. 1993-06-07 19:51:59 +00:00
sysv_shm.c add $Id$ strings, and clean up file headers where necessary 1993-05-20 02:54:09 +00:00
tty.c make getc() and ungetc() be rb{un,}getc(), so getc() and ungetc() 1993-06-06 23:04:42 +00:00
tty_compat.c patch from David Greenman and Rod Grimes (davidg@implode.rain.com and 1993-06-05 22:40:40 +00:00
tty_conf.c add include of select.h if necessary for protos, or delete if extraneous 1993-05-22 11:40:42 +00:00
tty_pty.c make getc() and ungetc() be rb{un,}getc(), so getc() and ungetc() 1993-06-06 23:04:42 +00:00
tty_ring.c make getc() and ungetc() be rb{un,}getc(), so getc() and ungetc() 1993-06-06 23:04:42 +00:00
tty_tb.c add $Id$ strings, and clean up file headers where necessary 1993-05-20 02:54:09 +00:00
tty_tty.c add include of select.h if necessary for protos, or delete if extraneous 1993-05-22 11:40:42 +00:00
uipc_domain.c add $Id$ strings, and clean up file headers where necessary 1993-05-20 02:54:09 +00:00
uipc_mbuf.c add $Id$ strings, and clean up file headers where necessary 1993-05-20 02:54:09 +00:00
uipc_proto.c add $Id$ strings, and clean up file headers where necessary 1993-05-20 02:54:09 +00:00
uipc_socket.c make kernel select interface be one-stop shopping & clean it all up. 1993-05-18 18:18:40 +00:00
uipc_socket2.c make kernel select interface be one-stop shopping & clean it all up. 1993-05-18 18:18:40 +00:00
uipc_syscalls.c add include of select.h if necessary for protos, or delete if extraneous 1993-05-22 11:40:42 +00:00
uipc_usrreq.c Yuval Yarom's 'panic:closef: count < 0' fix to unp_discard(). 1993-06-12 14:01:23 +00:00
vfs__bio.c clean up comment/rcsid... 1993-05-18 15:38:35 +00:00
vfs_bio.old.c add $Id$ strings, and clean up file headers where necessary 1993-05-20 02:54:09 +00:00
vfs_cache.c add $Id$ strings, and clean up file headers where necessary 1993-05-20 02:54:09 +00:00
vfs_conf.c Leave a hole for AFS 1993-06-10 16:25:01 +00:00
vfs_lookup.c add $Id$ strings, and clean up file headers where necessary 1993-05-20 02:54:09 +00:00
vfs_subr.c add $Id$ strings, and clean up file headers where necessary 1993-05-20 02:54:09 +00:00
vfs_syscalls.c add $Id$ strings, and clean up file headers where necessary 1993-05-20 02:54:09 +00:00
vfs_vnops.c add include of select.h if necessary for protos, or delete if extraneous 1993-05-22 11:40:42 +00:00