NetBSD/sys/kern
cgd 3748c1aef7 try to insure that the 'default' address for shm segments is the same
from process to process.  It apparently is on SysV systems, and some
programs depend on this.  Suggested by  John Birrell <jb@werple.mira.net.au>.
1995-06-29 11:43:17 +00:00
..
Make.tags.inc
Makefile make it reflect the current makesyscalls.sh, pointed out by 1994-12-23 10:08:25 +00:00
exec_aout.c
exec_conf.c Generic mi ELF loader; delete Linux and Svr4 compat conf entries and 1995-06-22 21:29:47 +00:00
exec_ecoff.c
exec_elf.c Generic mi ELF loader; delete Linux and Svr4 compat conf entries and 1995-06-22 21:29:47 +00:00
exec_elf32.c Generic mi ELF loader; delete Linux and Svr4 compat conf entries and 1995-06-22 21:29:47 +00:00
exec_script.c Change `fdclose' to `fdrelease', to avoid confusion with device interfaces. 1995-04-10 18:27:59 +00:00
exec_subr.c
init_main.c - new copyargs routine. 1995-04-22 19:42:47 +00:00
init_sysent.c makesyscalls.sh was changed 1995-04-22 19:43:50 +00:00
kern_acct.c Update to use timer{add,sub}(). 1995-03-21 13:33:34 +00:00
kern_clock.c add support for clocks with hz > 1000, and for cases where 1000000 / hz != int 1995-03-03 01:24:03 +00:00
kern_descrip.c Extracted all of the compat_xxx routines, and created a library [libcompat] 1995-06-24 20:33:55 +00:00
kern_exec.c Generate the new ps_strings format. 1995-05-16 14:19:03 +00:00
kern_exit.c Extracted all of the compat_xxx routines, and created a library [libcompat] 1995-06-24 20:33:55 +00:00
kern_fork.c Clean up comments related to last change, and remove an unneeded 1995-03-18 14:35:14 +00:00
kern_ktrace.c don't default return types to ints; specify them. 1995-03-26 07:48:47 +00:00
kern_lkm.c - new copyargs routine. 1995-04-22 19:42:47 +00:00
kern_malloc.c make this work sanely on a 64-bit machine. Sacrifices a small bit of 1995-05-01 22:39:11 +00:00
kern_physio.c
kern_proc.c Use %p. 1995-03-19 23:44:44 +00:00
kern_prot.c Extracted all of the compat_xxx routines, and created a library [libcompat] 1995-06-24 20:33:55 +00:00
kern_resource.c Extracted all of the compat_xxx routines, and created a library [libcompat] 1995-06-24 20:33:55 +00:00
kern_sig.c Extracted all of the compat_xxx routines, and created a library [libcompat] 1995-06-24 20:33:55 +00:00
kern_subr.c add a facility by which to register 'hooks' to be run at shutdown time. 1995-05-31 20:41:44 +00:00
kern_synch.c Fix various signal handling bugs: 1995-06-08 23:51:01 +00:00
kern_sysctl.c Extracted all of the compat_xxx routines, and created a library [libcompat] 1995-06-24 20:33:55 +00:00
kern_time.c Update to use timer{add,sub}(). 1995-03-21 13:33:34 +00:00
kern_xxx.c Extracted all of the compat_xxx routines, and created a library [libcompat] 1995-06-24 20:33:55 +00:00
makesyscalls.sh - new copyargs routine. 1995-04-22 19:42:47 +00:00
subr_autoconf.c
subr_disk.c Make definition of b_cylinder global. 1995-03-29 20:57:35 +00:00
subr_log.c
subr_prf.c copy some format specifiers from kprintf to sprintf. b & r still missing 1995-06-16 10:52:17 +00:00
subr_prof.c Use %p. 1995-03-19 23:44:44 +00:00
subr_rmap.c
subr_xxx.c
sys_generic.c Update to use timer{add,sub}(). 1995-03-21 13:33:34 +00:00
sys_process.c Fix various signal handling bugs: 1995-06-08 23:51:01 +00:00
sys_socket.c
syscalls.c Update to match syscalls.master. 1995-03-09 17:33:07 +00:00
syscalls.conf
syscalls.master Make memory map syscalls consistently use size_t. 1995-03-09 17:28:28 +00:00
sysv_ipc.c #include <sys/vnode.h>, for prototypes. 1995-06-03 05:53:28 +00:00
sysv_msg.c Extracted all of the compat_xxx routines, and created a library [libcompat] 1995-06-24 20:33:55 +00:00
sysv_sem.c Extracted all of the compat_xxx routines, and created a library [libcompat] 1995-06-24 20:33:55 +00:00
sysv_shm.c try to insure that the 'default' address for shm segments is the same 1995-06-29 11:43:17 +00:00
tty.c Only do software flow control if IXOFF is set. Also fix hardware flow control 1995-06-04 14:01:37 +00:00
tty_compat.c Added TIOCGSID for COMPAT_SVR4 [get session id] 1995-03-31 03:07:41 +00:00
tty_conf.c
tty_pty.c Rename pttty() to ptytty() to mimic ptyioctl(). 1995-04-19 22:33:56 +00:00
tty_subr.c
tty_tb.c tty_tb.c: need to include ioctl_compat.h in order to compile. 1995-05-10 16:52:53 +00:00
tty_tty.c
uipc_domain.c
uipc_mbuf.c
uipc_proto.c
uipc_socket.c properly determine if send/rcv timeout values are out of range. 1995-05-23 00:19:30 +00:00
uipc_socket2.c
uipc_syscalls.c Extracted all of the compat_xxx routines, and created a library [libcompat] 1995-06-24 20:33:55 +00:00
uipc_usrreq.c Add missing argument to closef(). 1995-04-05 21:26:40 +00:00
vfs_bio.c fix pr 1128; change vfs_bufstats defn from DIAGNOSTIC - > DEBUG 1995-06-20 10:42:33 +00:00
vfs_cache.c Preserve the ISWHITEOUT flag between cache_enter() and cache_lookup(). 1995-05-30 09:02:02 +00:00
vfs_cluster.c Sync with CSRG. 1994-12-13 09:14:34 +00:00
vfs_conf.c
vfs_init.c Use %p. 1995-03-19 23:44:44 +00:00
vfs_lockf.c Use %p. 1995-03-19 23:44:44 +00:00
vfs_lookup.c needs systm.h 1995-03-08 01:20:50 +00:00
vfs_subr.c Moved egid credential from cr_groups[0] to new field cr_gid. POSIX.1 1995-06-01 22:43:30 +00:00
vfs_syscalls.c Extracted all of the compat_xxx routines, and created a library [libcompat] 1995-06-24 20:33:55 +00:00
vfs_vnops.c Remove gratuitous extra indirections. 1995-05-23 06:11:29 +00:00
vnode_if.sh add prototypes before each inline 1995-03-10 04:13:52 +00:00
vnode_if.src Remove a_fp. 1994-12-14 18:58:43 +00:00