.. |
exec_aout.c
|
support OMAGIC/NMAGIC a.out's
|
1993-12-12 19:26:18 +00:00 |
init_main.c
|
Canonicalize all #includes.
|
1993-12-18 03:59:02 +00:00 |
init_sysent.c
|
Canonicalize all #includes.
|
1993-12-18 03:59:02 +00:00 |
kern_acct.c
|
Canonicalize all #includes.
|
1993-12-18 03:59:02 +00:00 |
kern_clock.c
|
Canonicalize all #includes.
|
1993-12-18 03:59:02 +00:00 |
kern_descrip.c
|
Canonicalize all #includes.
|
1993-12-18 03:59:02 +00:00 |
kern_exec.c
|
sparc must flush register windows before vm_deallocate or else fireworks
|
1993-12-12 19:38:37 +00:00 |
kern_exit.c
|
Canonicalize all #includes.
|
1993-12-18 03:59:02 +00:00 |
kern_fork.c
|
Canonicalize all #includes.
|
1993-12-18 03:59:02 +00:00 |
kern_kinfo.c
|
Canonicalize all #includes.
|
1993-12-18 03:59:02 +00:00 |
kern_ktrace.c
|
Canonicalize all #includes.
|
1993-12-18 03:59:02 +00:00 |
kern_lkm.c
|
Canonicalize all #includes.
|
1993-12-18 03:59:02 +00:00 |
kern_malloc.c
|
Canonicalize all #includes.
|
1993-12-18 03:59:02 +00:00 |
kern_physio.c
|
Canonicalize all #includes.
|
1993-12-18 03:59:02 +00:00 |
kern_proc.c
|
Canonicalize all #includes.
|
1993-12-18 03:59:02 +00:00 |
kern_prot.c
|
Canonicalize all #includes.
|
1993-12-18 03:59:02 +00:00 |
kern_resource.c
|
Canonicalize all #includes.
|
1993-12-18 03:59:02 +00:00 |
kern_sig.c
|
Canonicalize all #includes.
|
1993-12-18 03:59:02 +00:00 |
kern_subr.c
|
Canonicalize all #includes.
|
1993-12-18 03:59:02 +00:00 |
kern_synch.c
|
Canonicalize all #includes.
|
1993-12-18 03:59:02 +00:00 |
kern_time.c
|
Canonicalize all #includes.
|
1993-12-18 03:59:02 +00:00 |
kern_xxx.c
|
Canonicalize all #includes.
|
1993-12-18 03:59:02 +00:00 |
makesyscalls.sh
|
add support for terry lambert's loadable kernel modules.
|
1993-06-07 19:51:59 +00:00 |
subr_autoconf.c
|
Canonicalize all #includes.
|
1993-12-18 03:59:02 +00:00 |
subr_disk.c
|
Canonicalize all #includes.
|
1993-12-17 07:56:32 +00:00 |
subr_log.c
|
Canonicalize all #includes.
|
1993-12-18 03:59:02 +00:00 |
subr_mcount.c
|
Canonicalize all #includes.
|
1993-12-18 03:59:02 +00:00 |
subr_prf.c
|
Canonicalize all #includes.
|
1993-12-18 03:59:02 +00:00 |
subr_rmap.c
|
Canonicalize all #includes.
|
1993-12-18 03:59:02 +00:00 |
subr_xxx.c
|
Canonicalize all #includes.
|
1993-12-18 03:59:02 +00:00 |
sys_generic.c
|
Canonicalize all #includes.
|
1993-12-18 03:59:02 +00:00 |
sys_process.c
|
initialize uninitialized variable, from Andy Heffernan <ahh@netcom.com>.
|
1993-12-01 22:05:04 +00:00 |
sys_socket.c
|
ANSIfications - removed all implicit function return types and argument
|
1993-06-27 06:01:27 +00:00 |
syscalls.c
|
update to new syscalls.master
|
1993-12-12 19:42:13 +00:00 |
syscalls.master
|
make syscall#0 "syscall", like in 4.4 (causes SYS_syscall to be defined)
|
1993-12-12 19:28:21 +00:00 |
sysv_ipc.c
|
Add the System V message queue and semaphore facilities. Implemented
|
1993-11-14 13:21:59 +00:00 |
sysv_msg.c
|
Add the System V message queue and semaphore facilities. Implemented
|
1993-11-14 13:21:59 +00:00 |
sysv_sem.c
|
kill bogus test
|
1993-11-15 07:54:45 +00:00 |
sysv_shm.c
|
Add the System V message queue and semaphore facilities. Implemented
|
1993-11-14 13:21:59 +00:00 |
tty_compat.c
|
ANSIfications - removed all implicit function return types and argument
|
1993-06-27 06:01:27 +00:00 |
tty_conf.c
|
tablet line discipline compiles and probably works now.
|
1993-11-02 06:19:24 +00:00 |
tty_pty.c
|
add a ptyattach() function, as in magnum.
|
1993-11-15 09:17:05 +00:00 |
tty_subr.c
|
from magnum branch: nbqd() was broken
|
1993-10-13 03:15:57 +00:00 |
tty_tb.c
|
T_LINEP member of struct tty becomes t_sc. This replaces the
|
1993-11-09 06:22:08 +00:00 |
tty_tty.c
|
don't permit TIOCSCTTY on /dev/tty, or kernel recursion happens
|
1993-11-24 03:40:10 +00:00 |
tty.c
|
fix from Daniel Harris <daniel@werple.apana.org.au>
|
1993-12-16 18:09:08 +00:00 |
uipc_domain.c
|
ANSIfications - removed all implicit function return types and argument
|
1993-06-27 06:01:27 +00:00 |
uipc_mbuf.c
|
slightly clean up ws's original patch to this file for the sense
|
1993-10-22 02:48:35 +00:00 |
uipc_proto.c
|
add $Id$ strings, and clean up file headers where necessary
|
1993-05-20 02:54:09 +00:00 |
uipc_socket2.c
|
ANSIfications - removed all implicit function return types and argument
|
1993-06-27 06:01:27 +00:00 |
uipc_socket.c
|
fix from david greenman, davidg@freefall.cdrom.com:
|
1993-11-05 23:00:27 +00:00 |
uipc_syscalls.c
|
Finish moving struct definitions outside of function declarations.
|
1993-07-17 15:24:33 +00:00 |
uipc_usrreq.c
|
Fix from Noriyuki Soda <soda@sra.co.jp>:
|
1993-09-14 03:35:08 +00:00 |
vfs_bio.c
|
new specfs.h and fifo.h locations
|
1993-11-12 05:54:12 +00:00 |
vfs_cache.c
|
Changes to VFS readdir semantics
|
1993-09-07 15:40:14 +00:00 |
vfs_conf.c
|
Support added for proc filesystem.
|
1993-08-24 12:56:22 +00:00 |
vfs_lookup.c
|
do something better with lookup return values; suggested by BSDI's msdosfs mod
|
1993-11-20 09:40:32 +00:00 |
vfs_subr.c
|
Do the right thing when arguments are NULL.
|
1993-12-09 18:00:18 +00:00 |
vfs_syscalls.c
|
BSDI official patch #15:
|
1993-10-27 02:33:40 +00:00 |
vfs_vnops.c
|
Changes to VFS readdir semantics
|
1993-09-07 15:40:14 +00:00 |