NetBSD/sys/kern
mjacob f67d760363 Ancient...needed a slight amount of fixing. 1997-05-04 01:54:24 +00:00
..
Make.tags.inc Ancient...needed a slight amount of fixing. 1997-05-04 01:54:24 +00:00
Makefile
exec_aout.c fix some typos and clean up some comments. 1996-09-26 23:34:46 +00:00
exec_conf.c allow a.out executable support to be optional (conditioned on EXEC_AOUT), 1996-10-02 05:29:29 +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 Probe linux emul before svr4 emul. From Christos. 1997-03-13 02:55:25 +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 backout previous kprintf change 1996-10-13 02:32:29 +00:00
exec_subr.c exec vnode locking protocol changes: in a nutshell, don't keep vnodes 1996-09-30 23:18:43 +00:00
genassym.awk This little awk program translates the initialized data table found 1997-02-03 21:31:17 +00:00
genassym.sh Look for $AWK in environment 1997-03-13 22:47:20 +00:00
init_main.c Move findroot/setroot stuff from configure() to cpu_rootconf(). 1997-03-26 22:38:40 +00:00
init_sysent.c Add POSIX.1b nanosleep(). 1997-04-16 14:41:28 +00:00
kern_acct.c
kern_clock.c Use splclock() to block time updates, not splhigh(). 1997-02-28 04:45:35 +00:00
kern_descrip.c Like in F_SETLK, check if F_GETLK is actually called with a 1997-04-02 18:22:32 +00:00
kern_exec.c Do not return success when checking for execute permission by super-user and no 1997-04-23 20:18:16 +00:00
kern_exit.c Delay turning off P_TRACED until the process is actually waited on. It can't 1997-04-28 13:17:05 +00:00
kern_fork.c pass P_SUGID to child. from freebsd. 1997-02-18 01:30:37 +00:00
kern_ktrace.c
kern_lkm.c backout previous kprintf change 1996-10-13 02:32:29 +00:00
kern_malloc.c KMEMSTATS is a header option; pull in "opt_kmemstats.h". 1997-02-02 21:22:16 +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 Check user access rights only if `uio_segflg' says it's a user space buffer. 1996-06-13 22:30:18 +00:00
kern_proc.c backout previous kprintf change 1996-10-13 02:32:29 +00:00
kern_prot.c Nuke the old COMPAT_09 truncation of UIDs, GIDs, process and process group IDs. 1997-04-23 18:59:53 +00:00
kern_resource.c * catch up with system call argument type fixups/const poisoning. 1996-12-22 10:21:06 +00:00
kern_sig.c Reinstate P_FSTRACE, with different semantics: 1997-04-28 04:49:27 +00:00
kern_subr.c Renames: /dumpconf/cpu_dumpconf/, /boot/cpu_reboot/ 1997-03-26 22:42:13 +00:00
kern_synch.c Fix an inconsistency that came in with Lite: setrq() was renamed to 1996-11-06 20:19:19 +00:00
kern_sysctl.c kern.osrevision now returns value of NetBSD symbol (from <sys/param.h>), 1997-03-21 06:50:48 +00:00
kern_time.c Don't allow the time to be set backwards if in highly secure mode, since this would allow inode change times to be manipulated. 1997-04-26 21:22:57 +00:00
kern_xxx.c Renames: /dumpconf/cpu_dumpconf/, /boot/cpu_reboot/ 1997-03-26 22:42:13 +00:00
kgdb_stub.c New ARP system, supports IPv4 over any hardware link. 1997-03-15 18:09:08 +00:00
makesyscalls.sh * Don't actually output args structure definitions for INDIR syscalls (typo). 1996-12-22 06:45:14 +00:00
subr_autoconf.c Call device_register() if __alpha__ || hp300 1996-12-17 08:59:15 +00:00
subr_disk.c removed #ifdef tahoe 1996-10-17 16:31:54 +00:00
subr_extent.c Feature: 1996-11-21 18:46:34 +00:00
subr_log.c Implement poll(2). 1996-09-07 12:40:22 +00:00
subr_prf.c XXX Kludge for PowerPC; needs a kernel vfprintf(). 1997-04-17 00:06:28 +00:00
subr_prof.c As discussed, replace KERNBASE with kernel_text. 1996-12-18 20:12:58 +00:00
subr_rmap.c backout previous kprintf change 1996-10-13 02:32:29 +00:00
subr_xxx.c
sys_generic.c in pollscan, cast incoming fd to unsigned int. from mycroft. 1997-02-23 02:23:07 +00:00
sys_process.c Reinstate P_FSTRACE, with different semantics: 1997-04-28 04:49:27 +00:00
sys_socket.c Implement poll(2). 1996-09-07 12:40:22 +00:00
syscalls.c Add POSIX.1b nanosleep(). 1997-04-16 14:41:28 +00:00
syscalls.conf Change reboot(2) to take two arguments: bootopt like normal and also 1996-08-09 10:30:23 +00:00
syscalls.master Add POSIX.1b nanosleep(). 1997-04-16 14:41:28 +00:00
sysv_ipc.c
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 Calling shmdt(2) before calling shmat(2) would crash the system because 1996-09-01 22:53:06 +00:00
tty.c Fix a CRNL/NLCR botch I made after looking this up in the X/Open spec. 1997-04-07 16:09:28 +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
tty_tty.c Implement poll(2). 1996-09-07 12:40:22 +00:00
uipc_domain.c Add netatalk domain. 1997-04-04 14:22:21 +00:00
uipc_mbuf.c Oops; forgot to GC the last mbuf allocated when out of clusters. 1997-04-28 17:03:58 +00:00
uipc_proto.c
uipc_socket.c Implement SO_TIMESTAMP socket option: receive a timeval timestamp 1997-01-11 05:15:01 +00:00
uipc_socket2.c Implement sbcreatecontrol(), a generic function to create a "control" 1997-01-11 05:16:46 +00:00
uipc_syscalls.c * catch up with system call argument type fixups/const poisoning. 1996-12-22 10:16:54 +00:00
uipc_usrreq.c Internalize and externalize file descriptors being passed via local domain 1997-04-10 01:51:21 +00:00
vfs_bio.c Fix two performance issues: 1997-04-09 21:12:10 +00:00
vfs_cache.c
vfs_cluster.c backout previous kprintf change 1996-10-13 02:32:29 +00:00
vfs_conf.c NFSCLIENT -> NFS 1997-01-31 02:36:24 +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 Added a sanity check to the force-directory routine, as the CREATE and 1997-04-08 16:11:48 +00:00
vfs_subr.c Fix error in vfs_hang_addrlist() that caused file systems to be exported 1997-04-25 02:43:10 +00:00
vfs_syscalls.c * Make chown()/fchown() use a piece of common code to set ownership. 1997-04-30 19:29:43 +00:00
vfs_vnops.c Do not return generation counts to the user. 1997-03-24 21:44:53 +00:00
vnode_if.c regen 1997-01-22 06:54:31 +00:00
vnode_if.sh add multiple inclusion protection to generated header 1997-01-22 06:51:59 +00:00
vnode_if.src Implement poll(2). 1996-09-07 12:40:22 +00:00