| Commit message (Expand) | Author | Age | Files | Lines |
* | Say one thing, do the other... nextpid -> lastpid | des | 2001-06-11 | 2 | -2/+2 |
* | Linprocfs builds on Alpha now. | des | 2001-06-11 | 1 | -4/+1 |
* | Implement proc/cpuinfo for the Alpha (thanks to gallatin). | des | 2001-06-11 | 1 | -10/+160 |
* | Rename nextpid to lastpid and externalize it. | des | 2001-06-11 | 2 | -7/+9 |
* | Nuke wrongly introduced experimental stuff during KAME merge. | ume | 2001-06-11 | 1 | -14/+0 |
* | Cleanup the tabbing | dillon | 2001-06-11 | 1 | -17/+16 |
* | Blah, I cut out a tad too much in the previous commit. (thanks again, Jake!) | des | 2001-06-11 | 1 | -0/+1 |
* | copyin(9) doesn't return ENAMETOOLONG. (thanks, Jake!) | des | 2001-06-11 | 1 | -10/+2 |
* | Use struct device * rather than device_t for (*pci_intr_route args), so | gallatin | 2001-06-11 | 1 | -1/+1 |
* | Add sbuf_copyin(). Also add 'b' variants of sbuf_{cat,copyin,cpy}() which | des | 2001-06-11 | 2 | -0/+105 |
* | For some reason, though the module builds just fine without <sys/lock.h>, | des | 2001-06-11 | 3 | -0/+3 |
* | Sync with recent KAME. | ume | 2001-06-11 | 137 | -8649/+13173 |
* | Add PSEUDOFS, and note that LINPROCFS depends on it. | des | 2001-06-11 | 2 | -2/+6 |
* | Add pseudofs and the new linprocfs here. | des | 2001-06-11 | 1 | -0/+5 |
* | Add a PSEUDOFS option to allow pseudofs to be built statically. | des | 2001-06-11 | 1 | -0/+1 |
* | Remove the old linprocfs code. | des | 2001-06-11 | 1 | -4/+0 |
* | Cosmetics: | joerg | 2001-06-11 | 2 | -32/+44 |
* | Try to make the setting of the SIGCHLD handler the same as setting of | dwmalone | 2001-06-11 | 1 | -1/+4 |
* | identify es1371 revision a | cg | 2001-06-11 | 1 | -1/+6 |
* | get clkrun the right way around | cg | 2001-06-11 | 1 | -5/+0 |
* | Minor whitespace changes. | des | 2001-06-11 | 1 | -57/+57 |
* | Preemptive brucification. | des | 2001-06-10 | 1 | -2/+0 |
* | Connect linprocfs to the build. | des | 2001-06-10 | 2 | -0/+13 |
* | These aren't needed any more. | des | 2001-06-10 | 5 | -2163/+0 |
* | New pseudofs-based linprocfs (repo-copied from linprocfs_misc.c). | des | 2001-06-10 | 1 | -210/+142 |
* | Disconnect linprocfs prior to moving it. | des | 2001-06-10 | 2 | -21/+1 |
* | Bail out if the fill function failed. | des | 2001-06-10 | 1 | -0/+10 |
* | Whoops, some of my test code snuck in here. | des | 2001-06-10 | 1 | -1/+1 |
* | Supply the intpin to the platform.pci_intr_map() function. It turns | gallatin | 2001-06-10 | 3 | -0/+6 |
* | Connect the fs directory to the build. | des | 2001-06-10 | 1 | -1/+1 |
* | Argh. Fix braino in previous commit. | des | 2001-06-10 | 1 | -1/+1 |
* | Add a 'flags' argument to the PFS_PROCDIR macro. | des | 2001-06-10 | 1 | -2/+2 |
* | Add a build directory and Makefile for pseudofs. | des | 2001-06-10 | 2 | -0/+20 |
* | Add support for process-dependent directories. This means that save for | des | 2001-06-10 | 6 | -147/+195 |
* | sbuf_new(9) now returns a struct sbuf * instead of an int. If the caller | des | 2001-06-10 | 3 | -21/+34 |
* | Move the first section up one page. The firmware bogusly uses the first | dfr | 2001-06-10 | 2 | -0/+2 |
* | Remove a 'return' statement which I put in while I was trying to debug | dfr | 2001-06-10 | 2 | -2/+0 |
* | Fix a minor style bug in the last commit. | jesper | 2001-06-10 | 1 | -1/+1 |
* | Make the default value of net.inet.ip.maxfragpackets and | jesper | 2001-06-10 | 3 | -3/+6 |
* | Explicitly initialize the reference count to 0. This silences a warning | des | 2001-06-10 | 1 | -1/+1 |
* | Blah, not my day. This file needs <sys/mutex.h> now. | des | 2001-06-10 | 1 | -0/+1 |
* | Remember to unlock the process pfind() returns. | des | 2001-06-10 | 1 | -1/+5 |
* | Add missing #include of <sys/mutex.h>. | des | 2001-06-10 | 3 | -0/+3 |
* | Catch up with the change in sbuf_new's prototype. | des | 2001-06-10 | 1 | -8/+8 |
* | Move the files from i386/isa/ic/ to dev/ic/. | nyan | 2001-06-10 | 6 | -138/+8 |
* | Added ESP98 specific register (merged from i386/isa/ic/esp.h). | nyan | 2001-06-10 | 1 | -0/+1 |
* | Removed unneeded pc98 code (merged from i386/isa/ic/ns16550.h). | nyan | 2001-06-10 | 1 | -14/+0 |
* | Bring in NetBSD code used in the PowerPC port. | benno | 2001-06-10 | 49 | -0/+17592 |
* | Changes to sys/ includes to support PowerPC. | benno | 2001-06-10 | 2 | -1/+4 |
* | Document the PANIC_REBOOT_WAIT_TIME option. | dd | 2001-06-10 | 2 | -4/+12 |