summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - 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
* To obey the traditional practice in mbuf chaining.itojun1997-10-011-10/+15
* Don't consider a SYN/ACK with CC but no CCECHO a proper T/TCPfenner1997-09-302-18/+22
* Killed a gratuitous assignment in a NetBSD case.dg1997-09-302-10/+2
* Two changes which should make the system less suseptible to receiverdg1997-09-302-58/+58
* Sort cross refereces in section SEE ALSO.wosch1997-09-291-3/+3
* Work around a bug in the 82557 NIC where the receiver will lock updg1997-09-296-114/+396
* Fixed a foobar on my part that broke non-SMP kernels. (I need some sleep...)fsmp1997-09-291-11/+24
* oops, I seem to have forgotten to commit this. redirect _cam_imask topeter1997-09-291-1/+2
* Screwed the debug for the cil deadlock, another 3 hours down the tubes...fsmp1997-09-291-2/+2
* Added a couple short-term debugs and a fix to the SPIN_MAX variable.fsmp1997-09-282-7/+38
* Fix a serious bug I introduced while adding in support for CAM interrupts.gibbs1997-09-288-31/+44
* Add a small hack to support the strange antics of the Unisys ELI 4003. Thismckay1997-09-284-40/+88
* Print the filename, not the directory we compiled in.phk1997-09-281-2/+2
* Fix handling of nested mountpoints in __getcwd()phk1997-09-282-6/+10
* Synchronize with sys/i386/isa/diskslice_machdep.c revision 1.26.kato1997-09-282-10/+14
* Fixed duplicate case introduced by previous commit.kato1997-09-281-5/+4
* Oops, include <sys/conf.h>.kato1997-09-282-0/+2
* Added a missing comma for the INTR_SPL case.fsmp1997-09-271-2/+2
* Add support to the host driver for "downloaded constants". These are immediategibbs1997-09-271-43/+32
* Add support to aicasm for "downloaded constants". These are immediategibbs1997-09-2713-62/+211
* Hide the `no magic' babble behind bootverbose, since it has proven tojoerg1997-09-272-10/+14
* Clustered read and write are switched at mount-option level.kato1997-09-2727-155/+161
* Synchronize with sys/i386/isa/syscons.c revision 1.233.kato1997-09-271-5/+23
* The previous commit broke support for the Pro/10; detect which sort ofmsmith1997-09-262-14/+50
OpenPOWER on IntegriCloud