NetBSD/sys/kern
is 07b064e02e New ARP system, supports IPv4 over any hardware link.
Some of the stuff (e.g., rarpd, bootpd, dhcpd etc., libsa) still will
only support Ethernet. Tcpdump itself should be ok, but libpcap needs
lot of work.

For the detailed change history, look at the commit log entries for
the is-newarp branch.
1997-03-15 18:09:08 +00:00
..
Make.tags.inc
Makefile Do not build vnode_if.[ch] for each kernel. Build them once, like the 1996-02-29 20:54:58 +00:00
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 Add missing \n in printf format for "cannot mount root" error message. 1997-02-02 02:55:06 +00:00
init_sysent.c Syscalls.master changed, regen. (NFSCLIENT -> NFS) 1997-01-31 02:35:52 +00:00
kern_acct.c First pass at prototyping 1996-02-04 02:15:01 +00:00
kern_clock.c Use splclock() to block time updates, not splhigh(). 1997-02-28 04:45:35 +00:00
kern_descrip.c Eliminate kern_conf.h 1996-03-30 22:24:38 +00:00
kern_exec.c Return EISDIR for directories, not EACCES. 1997-03-14 06:12:11 +00:00
kern_exit.c check options argument to wait{3,4,pid}(); from Klaus Klein in PR 3182. 1997-02-07 05:33:07 +00:00
kern_fork.c pass P_SUGID to child. from freebsd. 1997-02-18 01:30:37 +00:00
kern_ktrace.c More proto fixes 1996-02-09 18:59:18 +00:00
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 * catch up with system call argument type fixups/const poisoning. 1996-12-22 10:21:06 +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 * catch up with system call argument type fixups/const poisoning. 1996-12-22 10:21:06 +00:00
kern_subr.c Only make the memory-disk device the default root device when 1997-02-24 12:20:47 +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 Add a sysctl node "kern.root_device", which contains the external 1997-01-31 02:33:59 +00:00
kern_time.c NFSCLIENT -> NFS 1997-01-31 02:34:23 +00:00
kern_xxx.c backout previous kprintf change 1996-10-13 02:32:29 +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 Only call Debugger() on panic if "db_onpanic" is set. 1997-01-09 05:38:22 +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 First pass at prototyping 1996-02-04 02:15:01 +00:00
sys_generic.c in pollscan, cast incoming fd to unsigned int. from mycroft. 1997-02-23 02:23:07 +00:00
sys_process.c fix obscure problem involving ptrace of init 1996-05-15 06:17:47 +00:00
sys_socket.c Implement poll(2). 1996-09-07 12:40:22 +00:00
syscalls.c Syscalls.master changed, regen. (NFSCLIENT -> NFS) 1997-01-31 02:35:52 +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 NFSCLIENT -> NFS 1997-01-31 02:34:23 +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 don't thow away char_type's 'const'ness via a cast when passing it to scanc(). 1996-10-25 22:11:39 +00:00
tty_conf.c Add line discipline code, initialization, and config support for MosquitoNet's 1996-05-19 17:17:50 +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
uipc_domain.c formatting fix only 1996-08-14 05:43:35 +00:00
uipc_mbuf.c Move `static' to the beginning of the storage class specifiers. 1996-12-18 20:24:50 +00:00
uipc_proto.c uipc_proto.c: No need for the forward decls anymore; everything is prototyped. 1996-02-13 21:10:43 +00:00
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 Oops. Add missing label. 1996-05-23 17:07:03 +00:00
vfs_bio.c curproc was being used directly for ru_{in,ou}block counting. Instead 1996-10-15 23:06:27 +00:00
vfs_cache.c First pass at prototyping 1996-02-04 02:17:43 +00:00
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 backout previous kprintf change 1996-10-13 02:32:29 +00:00
vfs_lookup.c make the namei struct members ni_dirp and ni_next, and the componentname 1996-10-25 23:13:58 +00:00
vfs_subr.c Do previous change properly (pasto; should have been inside the loop). 1997-02-23 00:07:18 +00:00
vfs_syscalls.c Add missing part of MNT_NOATIME commit: add it to the flags that can 1997-03-13 20:20:39 +00:00
vfs_vnops.c Implement poll(2). 1996-09-07 12:40:22 +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