summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Reclaim UPAGES_HOLE (8k) that was chopped out of process address space.peter1999-12-113-4/+2
* Don't simulate a pseudo address-space beyond VM_MAXUSER_ADDRESS thatpeter1999-12-112-80/+0
* Allow kernel accesses to a small region of the user stack which is useddfr1999-12-111-4/+21
* bktr driver 2.06 changelogroger1999-12-111-1/+7
* According to RFC 793, a reset should be honored if the sequence numberjlemon1999-12-112-14/+12
* Major update to the Mylex DAC960 driver adding new hardware supportmsmith1999-12-115-174/+305
* Fix a '&&' that should have been a '&'.archie1999-12-101-1/+1
* Add reference to RFC 1702, after learning how to have "T. Li"archie1999-12-102-0/+16
* Make the usb and ide/ata device identification a little saner. Rather thanpeter1999-12-105-115/+135
* Zap c_index() and c_rindex(). Bruce prefers these to implicitly convertpeter1999-12-104-45/+24
* Add some gross ad-hock hacks to increase stability of if_detach:imp1999-12-101-2/+17
* Merge from sys/isa/sio.c rev 1.279.kato1999-12-102-24/+36
* Remove ze and zp drivers.kato1999-12-106-30/+0
* Merge from sys/dev/syscons/syscons.c rev 1.329.kato1999-12-101-0/+10
* Remove unused includes.marcel1999-12-102-4/+0
* Remove reference to ze and zp drivers.phk1999-12-101-2/+0
* Remove the if_ze and if_zp drivers.phk1999-12-1014-3432/+0
* Remove the B_BAD buffer flag, it is no longer used.phk1999-12-104-22/+4
* Fix memory leak.yokota1999-12-101-0/+1
* o Make pccard work at all by including card.himp1999-12-102-24/+36
* kill debug printf that says detachimp1999-12-101-2/+0
* Fix pccard ed driver, I think.imp1999-12-103-3/+5
* Move the turning on of the interrupts for the card at the bridge fromimp1999-12-101-15/+14
* Add support new keys: lshifta, rshifta, lctrla, rctrla, lalta, andyokota1999-12-104-13/+100
* Add "panic key" function to syscons. When this key is defined in ayokota1999-12-101-0/+10
* Define some more function keys in the keymap: panic, lshifta, rshifta, etc.yokota1999-12-101-0/+7
* Make the origins clear.tanimura1999-12-104-0/+15
* Fix several typos.archie1999-12-091-17/+17
* Move source files common to all platforms from <arch>/conf/files.<arch>archie1999-12-097-90/+22
* arc4random.c now in conf/files (left out of last commit.. oops!)dan1999-12-092-2/+0
* Added VT_HPFS vnode type.semenu1999-12-091-1/+2
* First version of HPFS stuff.semenu1999-12-0911-0/+5008
* Move libkern/arc4random.c into conf/files. I was planning on doing andan1999-12-095-4/+1
* Fix a route table leak in rtalloc() and rtalloc_ign(). It isjdp1999-12-091-5/+12
* Backed out previous commit because it contains wrong changes.kato1999-12-091-19/+11
* Sync with sys/dev/fb/vga.c rev 1.5.kato1999-12-092-10/+8
* Sync with sys/i386/isa/wd.c rev 1.216.kato1999-12-091-11/+19
* Merge from sys/i386/conf/options.i386 rev 1.128.kato1999-12-092-0/+6
* Merge from sys/i386/conf/files.i386 rev 1.284.kato1999-12-092-0/+64
* rtcalloc() is removed because it turned out not to be necessary for FreeBSD.shin1999-12-095-20/+5
* Merge _isa and _isasubr since only one function remained in _isasubrimp1999-12-094-263/+158
* Update man page: BPF is supported even in the KLD version.archie1999-12-092-2/+2
* Fix 'make clean'archie1999-12-091-0/+2
* New netgraph node type 'pptpgre': this performs GRE encapsulationarchie1999-12-0811-1/+1114
* Include net/slcompress.c in the build of this module.archie1999-12-083-25/+19
* [ repository copy of sys/pci/pci_ioctl.h to sys/sys/pciio.h happened in theken1999-12-0812-233/+84
* Add opt_svr4.h to SRCS. This fixes make depend.marcel1999-12-081-1/+1
* Backout changes made in 1.102 following feedback from NTSC usersroger1999-12-081-11/+17
* Add support for compiling SVR4 as a static modulenewton1999-12-084-0/+70
* Change the devstat priorities to the std values now in devicestats.hsos1999-12-084-4/+4
OpenPOWER on IntegriCloud