summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* fd_revoke() shouldn't panic if the descriptor provided is not a file ornewton1999-12-122-18/+4
* Fix a number of server-side issues related to aborting badly formeddillon1999-12-127-9/+23
* Synopsis of problem being fixed: Dan Nelson originally reported thatdillon1999-12-1210-96/+126
* Bump local version number to 1.3.4.bp1999-12-122-2/+2
* This is Bosko Milekic's mbuf allocation waiting code. Basically, thisgreen1999-12-126-34/+232
* Update to version 1.3.4 of ncplib. Cleanup header files.bp1999-12-129-35/+42
* When booting verbose, indicate if we are using manual terminationgibbs1999-12-122-4/+16
* Move the wakeup_one() prototype from proc.h to systm.h. It now hangsgreen1999-12-122-1/+1
* Remove accidental pollution unrelated to previous commit. The issuedillon1999-12-122-4/+2
* Add MAP_NOSYNC feature to mmap(), and MADV_NOSYNC and MADV_AUTOSYNC todillon1999-12-1213-25/+91
* make sb dependant on sbccg1999-12-125-1216/+636
* move channel-swapping support to the hardware driver since it knows the cardcg1999-12-124-12/+11
* increase buffer size, reduce number of channels allocated since we only usecg1999-12-122-8/+8
* Quirk all Pioneer changers as changers up front, instead of waiting for theken1999-12-111-7/+1
* Lock reporting and assertion changes.eivind1999-12-1130-60/+126
* 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
OpenPOWER on IntegriCloud