summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Compensate for pcb.h tweaks.peter1997-10-108-9/+29
* Don't #include unneeded includes here. pcb_ext.h picks up lots of otherpeter1997-10-102-8/+4
* GPROC0_SEL isn't used in any *.s files it seems..peter1997-10-102-6/+2
* Try out PPP_FILTERpeter1997-10-102-3/+5
* Add IDs for Intel 82371MX/82437MX (mobile PCI chipset).asami1997-10-101-1/+5
* Change default keymap (I left all the international ones alone) sojkh1997-10-103-6/+6
* Convert the VM86 option from a global option to an option only dependedpeter1997-10-1034-39/+80
* Allow a deleted deveice to delte it's nodes in other mounted devfsjulian1997-10-101-1/+7
* Major cleanup and debugging of the new AIO/LIO code. The LIO code isdyson1997-10-091-65/+258
* Fixed scrolling. Newline at the "--More--" prompt scrolled 2 lines.bde1997-10-091-2/+2
* - Enable PS/2 mouse support by default. Given that almost all new hardwarenate1997-10-082-4/+4
* Despam 1.11, 1.12 and 1.13 caused by no sync between author/committer/CURRENTmarkm1997-10-082-28/+72
* Don't allow the window to be increased beyond what is possible tofenner1997-10-071-3/+3
* `numdirtybuffers' was not maintained properly. This caused excessivebde1997-10-072-4/+8
* Preserve old SC_STATIC value after units exchangeache1997-10-071-1/+3
* Ooops, this should have made it into the same commit, but didn't.joerg1997-10-071-1/+3
* Introduce the SIOC[SG]IFGENERIC hooks that can be used to pass anjoerg1997-10-071-1/+3
* Fixed spammed Id.bde1997-10-071-1/+1
* Latest round of patches from the author.markm1997-10-077-39/+226
* Since i've just touched <sys/syslog.h>, thereby causing a large partjoerg1997-10-061-1/+6
* Shift the value for INTERNAL_MARK left by 3, as done for all otherjoerg1997-10-061-2/+2
* Remove dereference of uninitialized (and unused) variable. This enablesjlemon1997-10-062-6/+0
* Ack! Fix excessive cut/paste blunder during poll mods. Who had thepeter1997-10-061-3/+3
* Added two Cyrix 6x86/6x86MX options.kato1997-10-065-17/+100
* - Bring in APM_PCCARD_RESUME support from PAO, FreeBSD style. This newnate1997-10-061-8/+33
* Fixed spot in twintr() where tw_control and TWC_SYNC were used insteadstark1997-10-061-1/+1
* - Include <sys/interrupt.h> to avoid compiler errors.nate1997-10-061-0/+1
* - Hide the 'device doesn't supported shared interrupts' code behindnate1997-10-061-4/+5
* - Fix braino in last commit.nate1997-10-061-11/+3
* Modem cards send the speaker audio (dialing noises) to the host'snate1997-10-062-18/+49
* - Allocate the 'PCIC' interrupt from the last available (higher #) IRQnate1997-10-061-1/+1
* - Don't start at IRQ 0 in build-freelist, but instead start at IRQ 1.nate1997-10-061-1/+1
* Improve management of pages moving from the inactive to active queue. Additi...dyson1997-10-061-21/+94
* - Style policenate1997-10-062-30/+30
* Relax the vnode locking for read only operations.dyson1997-10-062-5/+6
* It is possible that MB's with really broken bios's not set up more ofdyson1997-10-067-0/+56
* Add the REGAL CDC-4X as a known CD-ROM changer device.joerg1997-10-051-1/+6
* Reverse rev 1.56 and rev 1.59. These made NFS too flakey.phk1997-10-052-14/+120
* Changes to support full make parallelism (-j<n>) in the worldjkh1997-10-051-8/+10
* Make sure that the memory type registers are the same for each CPUdyson1997-10-057-7/+371
* While booting diskless we have no proc pointer.phk1997-10-041-2/+3
* Synchronize with sys/i386/isa/if_ed.c revision 1.122.kato1997-10-041-6/+1
* Make the blank screen saver work with MDA and CGA. The fade and greenyokota1997-10-047-76/+340
* Allow interfaces to be attached to bpf at times other than boot.julian1997-10-031-2/+5
* Backed out part of a previous change: don't set ZWS on '790 chips; it hasdg1997-10-032-12/+2
* Call identifycyrix() when 6x86MX CPU is found. The identifycyrix()kato1997-10-032-4/+6
* Nuke these two out of date readme files. This stuff should be in de(4)peter1997-10-032-84/+0
* Synchronize with sys/i386/isa/syscons.c and syscons.h revisions 1.234kato1997-10-022-13/+25
* Killed the SYN_RECEIVED addition from rev 1.52. It results in legitimatedg1997-10-022-12/+2
* Add a new keyboard mode K_CODE. Returns a single byte for each keysos1997-10-018-41/+79
OpenPOWER on IntegriCloud