NetBSD/sys/kern
thorpej a4c7bab10e Use the pool allocator for sockets. 1998-08-02 04:53:11 +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
exec_aout.c
exec_conf.c fix sizeofs so they comply with the KNF style guide. yes, it is pedantic. 1998-07-31 22:50:48 +00:00
exec_ecoff.c
exec_elf32.c fix sizeofs so they comply with the KNF style guide. yes, it is pedantic. 1998-07-31 22:50:48 +00:00
exec_elf64.c
exec_elf_common.c defopt COMPAT_SVR4 1998-06-26 00:07:06 +00:00
exec_script.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
exec_subr.c Don't cast the null residual pointer passed to vn_rdwr(). 1998-07-28 18:11:39 +00:00
genassym.awk Oops... That was meant for the head. 1997-11-04 20:45:22 +00:00
genassym.sh new command "config" to set type (for c), constraint and printmodifier. 1998-04-25 19:48:27 +00:00
init_main.c Use the pool allocator for sockets. 1998-08-02 04:53:11 +00:00
init_sysent.c * defopt COMPAT_{09,10,11,12,13} and COMPAT_NOMID. 1998-07-05 08:49:30 +00:00
kern_acct.c fix sizeofs so they comply with the KNF style guide. yes, it is pedantic. 1998-07-31 22:50:48 +00:00
kern_clock.c defopt NTP and PPS_SYNC, in preparation for adding PPS support. 1998-04-22 07:08:11 +00:00
kern_descrip.c fix sizeofs so they comply with the KNF style guide. yes, it is pedantic. 1998-07-31 22:50:48 +00:00
kern_exec.c Change the "aresid" argument of vn_rdwr() from an int * to a size_t *, 1998-07-28 18:37:47 +00:00
kern_exit.c Use a pool for proc structures. 1998-08-02 04:41:32 +00:00
kern_fork.c Use a pool for proc structures. 1998-08-02 04:41:32 +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 fix sizeofs so they comply with the KNF style guide. yes, it is pedantic. 1998-07-31 22:50:48 +00:00
kern_lkm.c Use vfs_attach()/vfs_detach(). 1998-02-18 07:11:21 +00:00
kern_lock.c defopt LOCKDEBUG 1998-05-20 01:32:29 +00:00
kern_malloc.c defopt LOCKDEBUG 1998-05-20 01:32:29 +00:00
kern_ntptime.c fix sizeofs so they comply with the KNF style guide. yes, it is pedantic. 1998-07-31 22:50:48 +00:00
kern_physio.c Fix some arithmetics lossage on typeless pointers. 1998-05-08 18:18:55 +00:00
kern_proc.c Use a pool for proc structures. 1998-08-02 04:41:32 +00:00
kern_prot.c fix sizeofs so they comply with the KNF style guide. yes, it is pedantic. 1998-07-31 22:50:48 +00:00
kern_resource.c fix sizeofs so they comply with the KNF style guide. yes, it is pedantic. 1998-07-31 22:50:48 +00:00
kern_sig.c fix sizeofs so they comply with the KNF style guide. yes, it is pedantic. 1998-07-31 22:50:48 +00:00
kern_subr.c fix sizeofs so they comply with the KNF style guide. yes, it is pedantic. 1998-07-31 22:50:48 +00:00
kern_synch.c defopt DDB. 1998-07-04 22:18:13 +00:00
kern_sysctl.c fix sizeofs so they comply with the KNF style guide. yes, it is pedantic. 1998-07-31 22:50:48 +00:00
kern_time.c fix sizeofs so they comply with the KNF style guide. yes, it is pedantic. 1998-07-31 22:50:48 +00:00
kern_xxx.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +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
makesyscalls.sh Argh, protect userland from includes in the syscall names file. 1998-02-19 03:30:24 +00:00
subr_autoconf.c fix sizeofs so they comply with the KNF style guide. yes, it is pedantic. 1998-07-31 22:50:48 +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 Don't create the extent region pool until one of our callers is of the 1998-07-24 06:40:45 +00:00
subr_log.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
subr_pool.c Fix a braino in the idle page instrumentation. 1998-08-02 04:34:46 +00:00
subr_prf.c defopt DDB. 1998-07-04 22:18:13 +00:00
subr_prof.c fix sizeofs so they comply with the KNF style guide. yes, it is pedantic. 1998-07-31 22:50:48 +00:00
subr_rmap.c
subr_xxx.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
sys_generic.c fix sizeofs so they comply with the KNF style guide. yes, it is pedantic. 1998-07-31 22:50:48 +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 fix sizeofs so they comply with the KNF style guide. yes, it is pedantic. 1998-07-31 22:50:48 +00:00
syscalls.c * defopt COMPAT_{09,10,11,12,13} and COMPAT_NOMID. 1998-07-05 08:49:30 +00:00
syscalls.conf Add compat_13. 1997-11-25 19:02:50 +00:00
syscalls.master * defopt COMPAT_{09,10,11,12,13} and COMPAT_NOMID. 1998-07-05 08:49:30 +00:00
sysv_ipc.c Don't use vaccess() here. 1997-05-08 17:16:15 +00:00
sysv_msg.c Various SysV IPC prototype changes. 1998-05-07 18:00:49 +00:00
sysv_sem.c Various SysV IPC prototype changes. 1998-05-07 18:00:49 +00:00
sysv_shm.c uvm_deallocate() takes an address and a size, not an address range. From 1998-07-24 20:47:59 +00:00
tty.c fix sizeofs so they comply with the KNF style guide. yes, it is pedantic. 1998-07-31 22:50:48 +00:00
tty_conf.c fix sizeofs so they comply with the KNF style guide. yes, it is pedantic. 1998-07-31 22:50:48 +00:00
tty_pty.c defopt COMPAT_SUNOS 1998-06-25 23:40:33 +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 fix sizeofs so they comply with the KNF style guide. yes, it is pedantic. 1998-07-31 22:50:48 +00:00
tty_tty.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
uipc_domain.c defopt NATM. 1998-07-05 22:48:05 +00:00
uipc_mbuf.c Don't call the protocol drain routines if how == M_NOWAIT, which typically 1998-08-01 01:47:24 +00:00
uipc_proto.c use AF_LOCAL instead of AF_UNIX 1998-07-18 05:04:35 +00:00
uipc_socket.c Use the pool allocator for sockets. 1998-08-02 04:53:11 +00:00
uipc_socket2.c Use the pool allocator for sockets. 1998-08-02 04:53:11 +00:00
uipc_syscalls.c fix sizeofs so they comply with the KNF style guide. yes, it is pedantic. 1998-07-31 22:50:48 +00:00
uipc_usrreq.c fix sizeofs so they comply with the KNF style guide. yes, it is pedantic. 1998-07-31 22:50:48 +00:00
vfs_bio.c fix sizeofs so they comply with the KNF style guide. yes, it is pedantic. 1998-07-31 22:50:48 +00:00
vfs_cache.c fix sizeofs so they comply with the KNF style guide. yes, it is pedantic. 1998-07-31 22:50:48 +00:00
vfs_cluster.c Fix a condition where we might erroneously write out a buffer with garbage 1998-04-26 14:45:23 +00:00
vfs_init.c Always include fifos; "not an option any more". 1998-06-24 20:58:44 +00:00
vfs_lockf.c fix sizeofs so they comply with the KNF style guide. yes, it is pedantic. 1998-07-31 22:50:48 +00:00
vfs_lookup.c defopt KTRACE 1998-06-25 21:17:15 +00:00
vfs_subr.c fix sizeofs so they comply with the KNF style guide. yes, it is pedantic. 1998-07-31 22:50:48 +00:00
vfs_syscalls.c fix sizeofs so they comply with the KNF style guide. yes, it is pedantic. 1998-07-31 22:50:48 +00:00
vfs_vnops.c Change the "aresid" argument of vn_rdwr() from an int * to a size_t *, 1998-07-28 18:37:47 +00:00
vnode_if.c Regen. 1998-07-30 00:46:27 +00:00
vnode_if.sh __Namespace__ __protection__. 1998-07-30 00:46:01 +00:00
vnode_if.src Replace the `waitfor' argument to the fsync vnode operator with a `flags' 1998-06-05 19:38:56 +00:00