.. |
imgact_aout.c
|
Fixed the easy cases of const poisoning in the kernel. Cosmetic.
|
1996-08-31 16:52:44 +00:00 |
imgact_elf.c
|
Fixed the easy cases of const poisoning in the kernel. Cosmetic.
|
1996-08-31 16:52:44 +00:00 |
imgact_gzip.c
|
Fixed the easy cases of const poisoning in the kernel. Cosmetic.
|
1996-08-31 16:52:44 +00:00 |
imgact_shell.c
|
Fixed the easy cases of const poisoning in the kernel. Cosmetic.
|
1996-08-31 16:52:44 +00:00 |
inflate.c
|
|
|
init_main.c
|
call srandom() during the boot to start the sequence with a slightly less
|
1996-09-23 04:37:54 +00:00 |
init_sysent.c
|
Add the utrace(caddr_t addr,size_t len) syscall, that will store the
|
1996-09-19 19:49:13 +00:00 |
init_sysvec.c
|
|
|
kern_acct.c
|
|
|
kern_clock.c
|
|
|
kern_conf.c
|
|
|
kern_descrip.c
|
Fixed bitrot in the read-only attribute:
|
1996-09-28 16:33:21 +00:00 |
kern_exec.c
|
|
|
kern_exit.c
|
Don't use __dead in the kernel. It was an obfuscation for gcc >= 2.5
|
1996-09-13 09:20:15 +00:00 |
kern_fork.c
|
Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.
|
1996-09-03 14:25:27 +00:00 |
kern_ktrace.c
|
Remove the extra length field from the utrace entries. It's redundant.
|
1996-09-22 18:17:51 +00:00 |
kern_lkm.c
|
`struct linker_set execsw_set' was declared as const and pointers in it
|
1996-09-03 22:52:27 +00:00 |
kern_lockf.c
|
Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.
|
1996-09-03 14:25:27 +00:00 |
kern_malloc.c
|
|
|
kern_mib.c
|
Oops, read-only is spelled RD here.
|
1996-09-28 15:53:30 +00:00 |
kern_ntptime.c
|
|
|
kern_physio.c
|
|
|
kern_proc.c
|
Attached simple external ddb commands show rtc', show pgrpdump'
|
1996-09-14 10:53:48 +00:00 |
kern_prot.c
|
Added #include of <unistd.h> so that there is some chance that
|
1996-09-03 12:52:58 +00:00 |
kern_random.c
|
I've been meaning to commit this for months. Implement select()
|
1996-09-27 13:25:13 +00:00 |
kern_resource.c
|
|
|
kern_shutdown.c
|
Changed cncheckc() interface so that it is 8-bit clean - return -1
|
1996-09-14 04:31:09 +00:00 |
kern_sig.c
|
|
|
kern_subr.c
|
|
|
kern_synch.c
|
Remove the code that renices +4 a process that has had 10 minutes of
|
1996-09-22 06:35:24 +00:00 |
kern_sysctl.c
|
Fixed bogus casts (const on the wrong *' in **') in a qsort-comparision
|
1996-09-03 22:26:31 +00:00 |
kern_tc.c
|
|
|
kern_time.c
|
if we jump the time, we need to check all the process real interval timers.
|
1996-09-30 19:28:52 +00:00 |
kern_timeout.c
|
|
|
kern_xxx.c
|
|
|
Make.tags.inc
|
|
|
Makefile
|
|
|
makesyscalls.sh
|
Don't use __dead in the kernel. It was an obfuscation for gcc >= 2.5
|
1996-09-13 09:20:15 +00:00 |
md5c.c
|
|
|
subr_autoconf.c
|
|
|
subr_clist.c
|
Attached simple external ddb commands show rtc', show pgrpdump'
|
1996-09-14 10:53:48 +00:00 |
subr_disklabel.c
|
Don't include <sys/conf.h> for the kernel in disk-related headers.
|
1996-09-20 17:39:44 +00:00 |
subr_diskmbr.c
|
Don't include <sys/conf.h> for the kernel in disk-related headers.
|
1996-09-20 17:39:44 +00:00 |
subr_diskslice.c
|
Don't include <sys/conf.h> for the kernel in disk-related headers.
|
1996-09-20 17:39:44 +00:00 |
subr_dkbad.c
|
Don't include <sys/conf.h> for the kernel in disk-related headers.
|
1996-09-20 17:39:44 +00:00 |
subr_log.c
|
|
|
subr_param.c
|
|
|
subr_prf.c
|
Fixed the easy cases of const poisoning in the kernel. Cosmetic.
|
1996-08-31 16:52:44 +00:00 |
subr_prof.c
|
|
|
subr_rlist.c
|
|
|
subr_trap.c
|
Updated #includes to 4.4Lite style.
|
1996-09-10 08:32:01 +00:00 |
subr_xxx.c
|
|
|
sys_generic.c
|
|
|
sys_pipe.c
|
|
|
sys_process.c
|
|
|
sys_socket.c
|
|
|
syscalls.c
|
Add the utrace(caddr_t addr,size_t len) syscall, that will store the
|
1996-09-19 19:49:13 +00:00 |
syscalls.master
|
Add the utrace(caddr_t addr,size_t len) syscall, that will store the
|
1996-09-19 19:49:13 +00:00 |
sysv_ipc.c
|
|
|
sysv_msg.c
|
Don't depend in the kernel on the gcc feature of doing arithmetic on
|
1996-08-31 14:48:13 +00:00 |
sysv_sem.c
|
|
|
sysv_shm.c
|
Fix a problem with child inheritance of sysv shm. Problem brought
|
1996-09-10 22:35:25 +00:00 |
tty_compat.c
|
|
|
tty_conf.c
|
|
|
tty_cons.c
|
Changed cncheckc() interface so that it is 8-bit clean - return -1
|
1996-09-14 04:25:32 +00:00 |
tty_pty.c
|
|
|
tty_snoop.c
|
|
|
tty_subr.c
|
Attached simple external ddb commands show rtc', show pgrpdump'
|
1996-09-14 10:53:48 +00:00 |
tty_tb.c
|
|
|
tty_tty.c
|
|
|
tty.c
|
Fixed the easy cases of const poisoning in the kernel. Cosmetic.
|
1996-08-31 16:52:44 +00:00 |
uipc_domain.c
|
|
|
uipc_mbuf.c
|
|
|
uipc_proto.c
|
|
|
uipc_sockbuf.c
|
Add a new sysctl variable kern.sominqueue to override the MINIMUM queue
|
1996-09-19 00:54:36 +00:00 |
uipc_socket2.c
|
Add a new sysctl variable kern.sominqueue to override the MINIMUM queue
|
1996-09-19 00:54:36 +00:00 |
uipc_socket.c
|
|
|
uipc_syscalls.c
|
|
|
uipc_usrreq.c
|
|
|
vfs_bio.c
|
Fix an spl window, a page manipulation at interrupt time that was
|
1996-09-20 02:26:35 +00:00 |
vfs_cache.c
|
|
|
vfs_cluster.c
|
|
|
vfs_conf.c
|
|
|
vfs_export.c
|
Correct vget by removing a window where a vnode can potentially go away.
|
1996-09-28 03:36:07 +00:00 |
vfs_extattr.c
|
In sys/time.h, struct timespec is defined as:
|
1996-09-19 18:21:32 +00:00 |
vfs_init.c
|
|
|
vfs_lookup.c
|
|
|
vfs_mount.c
|
|
|
vfs_subr.c
|
Correct vget by removing a window where a vnode can potentially go away.
|
1996-09-28 03:36:07 +00:00 |
vfs_syscalls.c
|
In sys/time.h, struct timespec is defined as:
|
1996-09-19 18:21:32 +00:00 |
vfs_vnops.c
|
|
|
vnode_if.pl
|
|
|
vnode_if.sh
|
|
|
vnode_if.src
|
|
|