summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Change WARNING line about SCB paging to:ache1996-11-133-6/+6
* Don't fiddle with RTS if RTS flow control is off. This gives applicationsbde1996-11-136-102/+153
* Oops I forgot to add the official id for this card.jhay1996-11-132-4/+6
* Another round of resync and some added sound support.asami1996-11-138-40/+23
* Submitted by: Archie and me.julian1996-11-131-1/+3
* Add support for header type == 1 devices (PCI 2.1 compatible PCI to PCIse1996-11-126-8/+22
* Fix PCI to PCI bridge register bit field masks.se1996-11-124-72/+22
* Fixed buffer overflow for large values in editval(). The buffers werebde1996-11-121-5/+5
* Removed another #include of opt_temporary.h.bde1996-11-123-6/+3
* Removed #include of "opt_temporary.h". All the temporary options wentbde1996-11-122-4/+2
* Added missing prototype for new function sbcreatecontrol().bde1996-11-121-1/+3
* Forward-declare `struct inpcb' so that including this file doesn't causebde1996-11-121-1/+2
* Fixed spelling error in previous commit. This did not compile.bde1996-11-121-3/+3
* Restored writability of kern.maxvnodes. It was broken a year ago inbde1996-11-122-4/+4
* Killed "unknown protocol" printf.dg1996-11-121-2/+1
* Near AHC_SCBPAGING_ENABLE add following commentache1996-11-123-3/+6
* 1. Avoid a race in scclose(). tty.c has kludges so that the race issos1996-11-113-15/+45
* Removed (now unused) XT_KEYBOARD option.nate1996-11-112-4/+2
* Removed 'XT_KEYBOARD' option from syscons. Document new-style way ofnate1996-11-116-18/+30
* Replaced I586_OPTIMIZED_BCOPY and I586_OPTIMIZED_BZERO with boot-timebde1996-11-1115-222/+577
* Fixed pessimized (short) i/o port type.bde1996-11-114-10/+10
* Fixed pessimized (short) i/o port types.bde1996-11-111-4/+4
* Fixed pessimized (short) i/o port type.bde1996-11-111-2/+2
* Turned off -W and -Winline so that the warnings that should be fixed forbde1996-11-111-3/+3
* Fixed pessimized (short) i/o port type.bde1996-11-111-2/+2
* Preserve %esi and %edi for get_diskinfo(). See the logs for similar fixesbde1996-11-111-0/+4
* Make snake 3.0-CURRENT here.jkh1996-11-112-4/+4
* Preserve %esi and %edi for all BIOS calls. This is probably only necessarybde1996-11-111-1/+25
* Update the database of known devices (people, please consider this when youmsmith1996-11-111-7/+13
* Clean up the memory mapped/Programmed I/O stuff so that the driver completelygibbs1996-11-111-69/+73
* Clean up the memory mapped/Programmed I/O stuff so that the driver completelygibbs1996-11-112-302/+337
* Clean up the memory mapped/Programmed I/O stuff so that the driver completelygibbs1996-11-111-16/+22
* Add the AHC_FORCE_PIO option.gibbs1996-11-113-12/+24
* Fix two problems with SCB Paging.gibbs1996-11-112-36/+29
* Add the IP_RECVIF socket option, which supplies a packet's incoming interfacefenner1996-11-119-112/+180
* Support the PG_G flag on Pentium-Pro processors. This prettydyson1996-11-117-89/+255
* Allow us to enable the 'XT_KEYBOARD' code using a configuration flag.nate1996-11-106-24/+60
* Put the packet error printf inside #ifdef DIAGNOSTIC.dg1996-11-102-2/+6
* Re-enable the TCP SYN-attack protection code. I was the one who didn'tfenner1996-11-102-6/+2
* Fixed lookup of ".." in checkpath. It always failed, so renames ofbde1996-11-092-2/+2
* Fix an ordering bug -- pmap_remove_pages should be called BEFOREdyson1996-11-091-2/+2
* Back out my previous change.max1996-11-091-2/+2
* Re-sync with -current. Should be in 2.2.asami1996-11-0911-127/+158
* (1) Updateasami1996-11-0910-30/+38
* Only access the specific interrupt status registers if required.se1996-11-081-4/+4
* Fixed spacefree calculation in ext2_direnter(). This bug sometimes causedbde1996-11-082-2/+2
* Removed gratuitous differences between ext2_readwrite.c and ufs_readwrite.c.bde1996-11-082-24/+34
* Remove option I586_FAST_BCOPY. The code will be included by defaultasami1996-11-088-52/+38
* Typo, MATSHITA -> MATSUSHITA.max1996-11-071-2/+2
* Fix the message buffer mapping. This actually allows to increasejoerg1996-11-074-68/+66
OpenPOWER on IntegriCloud