| Commit message (Expand) | Author | Age | Files | Lines |
* | Reclaim UPAGES_HOLE (8k) that was chopped out of process address space. | peter | 1999-12-11 | 3 | -4/+2 |
* | Don't simulate a pseudo address-space beyond VM_MAXUSER_ADDRESS that | peter | 1999-12-11 | 2 | -80/+0 |
* | Allow kernel accesses to a small region of the user stack which is used | dfr | 1999-12-11 | 1 | -4/+21 |
* | bktr driver 2.06 changelog | roger | 1999-12-11 | 1 | -1/+7 |
* | According to RFC 793, a reset should be honored if the sequence number | jlemon | 1999-12-11 | 2 | -14/+12 |
* | Major update to the Mylex DAC960 driver adding new hardware support | msmith | 1999-12-11 | 5 | -174/+305 |
* | Fix a '&&' that should have been a '&'. | archie | 1999-12-10 | 1 | -1/+1 |
* | Add reference to RFC 1702, after learning how to have "T. Li" | archie | 1999-12-10 | 2 | -0/+16 |
* | Make the usb and ide/ata device identification a little saner. Rather than | peter | 1999-12-10 | 5 | -115/+135 |
* | Zap c_index() and c_rindex(). Bruce prefers these to implicitly convert | peter | 1999-12-10 | 4 | -45/+24 |
* | Add some gross ad-hock hacks to increase stability of if_detach: | imp | 1999-12-10 | 1 | -2/+17 |
* | Merge from sys/isa/sio.c rev 1.279. | kato | 1999-12-10 | 2 | -24/+36 |
* | Remove ze and zp drivers. | kato | 1999-12-10 | 6 | -30/+0 |
* | Merge from sys/dev/syscons/syscons.c rev 1.329. | kato | 1999-12-10 | 1 | -0/+10 |
* | Remove unused includes. | marcel | 1999-12-10 | 2 | -4/+0 |
* | Remove reference to ze and zp drivers. | phk | 1999-12-10 | 1 | -2/+0 |
* | Remove the if_ze and if_zp drivers. | phk | 1999-12-10 | 14 | -3432/+0 |
* | Remove the B_BAD buffer flag, it is no longer used. | phk | 1999-12-10 | 4 | -22/+4 |
* | Fix memory leak. | yokota | 1999-12-10 | 1 | -0/+1 |
* | o Make pccard work at all by including card.h | imp | 1999-12-10 | 2 | -24/+36 |
* | kill debug printf that says detach | imp | 1999-12-10 | 1 | -2/+0 |
* | Fix pccard ed driver, I think. | imp | 1999-12-10 | 3 | -3/+5 |
* | Move the turning on of the interrupts for the card at the bridge from | imp | 1999-12-10 | 1 | -15/+14 |
* | Add support new keys: lshifta, rshifta, lctrla, rctrla, lalta, and | yokota | 1999-12-10 | 4 | -13/+100 |
* | Add "panic key" function to syscons. When this key is defined in a | yokota | 1999-12-10 | 1 | -0/+10 |
* | Define some more function keys in the keymap: panic, lshifta, rshifta, etc. | yokota | 1999-12-10 | 1 | -0/+7 |
* | Make the origins clear. | tanimura | 1999-12-10 | 4 | -0/+15 |
* | Fix several typos. | archie | 1999-12-09 | 1 | -17/+17 |
* | Move source files common to all platforms from <arch>/conf/files.<arch> | archie | 1999-12-09 | 7 | -90/+22 |
* | arc4random.c now in conf/files (left out of last commit.. oops!) | dan | 1999-12-09 | 2 | -2/+0 |
* | Added VT_HPFS vnode type. | semenu | 1999-12-09 | 1 | -1/+2 |
* | First version of HPFS stuff. | semenu | 1999-12-09 | 11 | -0/+5008 |
* | Move libkern/arc4random.c into conf/files. I was planning on doing an | dan | 1999-12-09 | 5 | -4/+1 |
* | Fix a route table leak in rtalloc() and rtalloc_ign(). It is | jdp | 1999-12-09 | 1 | -5/+12 |
* | Backed out previous commit because it contains wrong changes. | kato | 1999-12-09 | 1 | -19/+11 |
* | Sync with sys/dev/fb/vga.c rev 1.5. | kato | 1999-12-09 | 2 | -10/+8 |
* | Sync with sys/i386/isa/wd.c rev 1.216. | kato | 1999-12-09 | 1 | -11/+19 |
* | Merge from sys/i386/conf/options.i386 rev 1.128. | kato | 1999-12-09 | 2 | -0/+6 |
* | Merge from sys/i386/conf/files.i386 rev 1.284. | kato | 1999-12-09 | 2 | -0/+64 |
* | rtcalloc() is removed because it turned out not to be necessary for FreeBSD. | shin | 1999-12-09 | 5 | -20/+5 |
* | Merge _isa and _isasubr since only one function remained in _isasubr | imp | 1999-12-09 | 4 | -263/+158 |
* | Update man page: BPF is supported even in the KLD version. | archie | 1999-12-09 | 2 | -2/+2 |
* | Fix 'make clean' | archie | 1999-12-09 | 1 | -0/+2 |
* | New netgraph node type 'pptpgre': this performs GRE encapsulation | archie | 1999-12-08 | 11 | -1/+1114 |
* | Include net/slcompress.c in the build of this module. | archie | 1999-12-08 | 3 | -25/+19 |
* | [ repository copy of sys/pci/pci_ioctl.h to sys/sys/pciio.h happened in the | ken | 1999-12-08 | 12 | -233/+84 |
* | Add opt_svr4.h to SRCS. This fixes make depend. | marcel | 1999-12-08 | 1 | -1/+1 |
* | Backout changes made in 1.102 following feedback from NTSC users | roger | 1999-12-08 | 1 | -11/+17 |
* | Add support for compiling SVR4 as a static module | newton | 1999-12-08 | 4 | -0/+70 |
* | Change the devstat priorities to the std values now in devicestats.h | sos | 1999-12-08 | 4 | -4/+4 |