..
exec_aout.c
fix some typos and clean up some comments.
1996-09-26 23:34:46 +00:00
exec_conf.c
Generate dependencies on the exec format options EXEC_AOUT, EXEC_ECOFF,
1998-01-22 01:32:14 +00:00
exec_ecoff.c
clean up a comment (in code derived from the a.out code, where i cleaned
1996-09-27 03:38:27 +00:00
exec_elf32.c
added support for SCO UNIX (derived from iBCS2)
1998-02-09 01:29:10 +00:00
exec_elf64.c
add support and reorganize for 64-bit ELF, included by EXEC_ELF64
1996-09-26 20:51:03 +00:00
exec_elf_common.c
don't include <machine/exec.h> explicitly. No other changes needed, since
1996-10-07 21:43:02 +00:00
exec_script.c
Make this work for SETUIDSCRIPTS:
1997-07-08 02:32:02 +00:00
exec_subr.c
- add defopt's for UVM, UVMHIST and PMAP_NEW.
1998-02-10 14:08:44 +00:00
genassym.awk
Oops... That was meant for the head.
1997-11-04 20:45:22 +00:00
genassym.sh
replace gawk-specific C-style comments with generic AWK comments; from
1997-08-20 06:58:10 +00:00
init_main.c
Prevent the session ID from disappearing if the session leader exits
1998-02-14 00:37:26 +00:00
init_sysent.c
Regen.
1998-01-09 06:14:57 +00:00
kern_acct.c
Add const where appropriate.
1997-10-19 02:00:19 +00:00
kern_clock.c
Teach the NTP PLL how to lock when hz == 1000.
1998-01-31 10:42:11 +00:00
kern_descrip.c
- add defopt's for UVM, UVMHIST and PMAP_NEW.
1998-02-10 14:08:44 +00:00
kern_exec.c
- add defopt's for UVM, UVMHIST and PMAP_NEW.
1998-02-10 14:08:44 +00:00
kern_exit.c
- add defopt's for UVM, UVMHIST and PMAP_NEW.
1998-02-10 14:08:44 +00:00
kern_fork.c
Prevent the session ID from disappearing if the session leader exits
1998-02-14 00:37:26 +00:00
kern_fthread.c
whoops! undo GC, these are still used by OLDVM.
1998-02-07 16:23:35 +00:00
kern_ktrace.c
Add const where appropriate.
1997-10-19 02:00:19 +00:00
kern_lkm.c
- add defopt's for UVM, UVMHIST and PMAP_NEW.
1998-02-10 14:08:44 +00:00
kern_lock.c
snazzier LOCKDEBUG code.
1998-02-07 02:14:04 +00:00
kern_malloc.c
- add defopt's for UVM, UVMHIST and PMAP_NEW.
1998-02-10 14:08:44 +00:00
kern_ntptime.c
ntp_gettime()'s argument is a struct ntptimeval *, not a struct timex *
1996-12-22 06:23:38 +00:00
kern_physio.c
- add defopt's for UVM, UVMHIST and PMAP_NEW.
1998-02-10 14:08:44 +00:00
kern_proc.c
Prevent the session ID from disappearing if the session leader exits
1998-02-14 00:37:26 +00:00
kern_prot.c
Clean up code from last commit.
1997-11-10 08:26:09 +00:00
kern_resource.c
- add defopt's for UVM, UVMHIST and PMAP_NEW.
1998-02-10 14:08:44 +00:00
kern_sig.c
- add defopt's for UVM, UVMHIST and PMAP_NEW.
1998-02-10 14:08:44 +00:00
kern_subr.c
Remove rounding-down of hash size in hashinit(); support non &hashmask hash functions such as % [prime number] without bletcherous hacks.
1998-02-13 17:36:41 +00:00
kern_synch.c
Fix variable declarations: register -> register int.
1998-02-12 20:39:41 +00:00
kern_sysctl.c
Prevent the session ID from disappearing if the session leader exits
1998-02-14 00:37:26 +00:00
kern_time.c
Adjust u_int arguments of some system calls to int, to match user-level
1997-10-15 17:03:52 +00:00
kern_xxx.c
initial import of the new virtual memory system, UVM, into -current.
1998-02-05 07:59:28 +00:00
kgdb_stub.c
Use the macro PC_ADVANCE(), if defined, to skip over a breakpoint.
1997-09-10 19:37:31 +00:00
Make.tags.inc
RCS Id Police.
1998-01-09 08:03:16 +00:00
Makefile
RCS Id Police.
1998-01-09 08:03:16 +00:00
makesyscalls.sh
Oops, thinko
1998-01-09 06:17:51 +00:00
subr_autoconf.c
Call device_register() on i386 too.
1997-09-20 14:16:43 +00:00
subr_disk.c
Rearrange disk_detach() slightly, and make a small run-time cosmetic
1997-12-30 09:51:24 +00:00
subr_extent.c
Const'ify the extent name.
1998-01-21 22:33:49 +00:00
subr_log.c
Use offsetof() from libkern.h
1998-01-28 02:35:10 +00:00
subr_pool.c
Memory pool resource utility.
1997-12-15 11:14:57 +00:00
subr_prf.c
Put it back the way it was.
1997-11-17 00:59:56 +00:00
subr_prof.c
Add #include <sys/sysctl.h>, which in turn needs #include <vm/vm.h>.
1997-10-17 22:37:38 +00:00
subr_rmap.c
backout previous kprintf change
1996-10-13 02:32:29 +00:00
subr_xxx.c
First pass at prototyping
1996-02-04 02:15:01 +00:00
sys_generic.c
Fix slight argument bogosity with getgroups(), setgroups(), select(),
1997-11-04 21:24:14 +00:00
sys_process.c
- add defopt's for UVM, UVMHIST and PMAP_NEW.
1998-02-10 14:08:44 +00:00
sys_socket.c
Implement poll(2).
1996-09-07 12:40:22 +00:00
syscalls.c
Regen.
1998-01-09 06:09:17 +00:00
syscalls.conf
Add compat_13.
1997-11-25 19:02:50 +00:00
syscalls.master
Add __vfork14() system call at #282 .
1998-01-04 03:45:21 +00:00
sysv_ipc.c
Don't use vaccess() here.
1997-05-08 17:16:15 +00:00
sysv_msg.c
backout previous kprintf change
1996-10-13 02:32:29 +00:00
sysv_sem.c
backout previous kprintf change
1996-10-13 02:32:29 +00:00
sysv_shm.c
- add defopt's for UVM, UVMHIST and PMAP_NEW.
1998-02-10 14:08:44 +00:00
tty_conf.c
It's STRIPDISC, not STRIPIPDISC.
1997-04-03 00:54:19 +00:00
tty_pty.c
Implement poll(2).
1996-09-07 12:40:22 +00:00
tty_subr.c
remove duplicate prototypes from tty_subr.c (ndqb, putc, b_to_q), and
1996-10-25 21:20:29 +00:00
tty_tb.c
First pass at prototyping
1996-02-04 02:15:01 +00:00
tty_tty.c
Implement poll(2).
1996-09-07 12:40:22 +00:00
tty.c
Add ONOCR and ONLRET output modes, from XPG4.2.
1998-02-13 21:53:44 +00:00
uipc_domain.c
Add netatalk domain.
1997-04-04 14:22:21 +00:00
uipc_mbuf.c
Fix variable declarations: register -> register int.
1998-02-12 20:39:41 +00:00
uipc_proto.c
Add uipc_ctloutput().
1998-01-07 22:50:42 +00:00
uipc_socket2.c
Make insertion and removal of sockets from the partial and incoming
1998-01-07 23:47:08 +00:00
uipc_socket.c
Make insertion and removal of sockets from the partial and incoming
1998-01-07 23:47:08 +00:00
uipc_syscalls.c
When copying out multiple control messages, ensure that the next control
1998-02-06 23:19:26 +00:00
uipc_usrreq.c
Implement passing credentials as ancillary data on Unix domain sockets,
1998-01-07 22:57:09 +00:00
vfs_bio.c
add flags arg to hashinit(), to pass to malloc().
1998-02-07 02:44:44 +00:00
vfs_cache.c
add flags arg to hashinit(), to pass to malloc().
1998-02-07 02:44:44 +00:00
vfs_cluster.c
backout previous kprintf change
1996-10-13 02:32:29 +00:00
vfs_conf.c
Allow more than 4 (up to 16 now) virtual filesystems to be loaded.
1997-10-20 17:40:07 +00:00
vfs_init.c
backout previous kprintf change
1996-10-13 02:32:29 +00:00
vfs_lockf.c
make it compile with -DLOCKF_DEBUG
1997-04-10 23:46:18 +00:00
vfs_lookup.c
Conditionalize the recognition of symbolic link permission by
1997-10-30 22:47:06 +00:00
vfs_subr.c
- add defopt's for UVM, UVMHIST and PMAP_NEW.
1998-02-10 14:08:44 +00:00
vfs_syscalls.c
- add defopt's for UVM, UVMHIST and PMAP_NEW.
1998-02-10 14:08:44 +00:00
vfs_vnops.c
- add defopt's for UVM, UVMHIST and PMAP_NEW.
1998-02-10 14:08:44 +00:00
vnode_if.c
Regen.
1998-01-09 06:41:17 +00:00
vnode_if.sh
Add RCS IDs to generated files, in correct place.
1998-01-09 06:40:43 +00:00
vnode_if.src
Make last argument to VOP_READDIR off_t.
1997-10-10 02:07:00 +00:00