summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Added a note about OPTi 82C929 based cards.smpatel1996-04-111-5/+10
* When cslip gets an uncompressed packet, it attempts to save off the TCP/IPdg1996-04-111-4/+11
* Added documentation for "options PAS_JOYSTICK_ENABLE"scrappy1996-04-111-1/+4
* mentioned support for enabling gameport on ProAudio Spectrum withscrappy1996-04-113-3/+12
* Disable sio3 in GENERIC - it messes with ATI cards.jkh1996-04-102-4/+4
* removed RS_IBUFSIZE #ifndef - have been informed it was a bad ideascrappy1996-04-103-9/+3
* hp300 -> i386nate1996-04-102-4/+4
* Placed an #ifndef around RS_IBUFSIZE so that it can be changed in thescrappy1996-04-103-3/+9
* Gag! Somebody removed the bus mouse from GENERIC for reasons unknown.jkh1996-04-092-2/+4
* Logging UDP and TCP connection attempts should not be enabled by default.pst1996-04-093-6/+6
* Reinstitute the map lock for processes being swapped out. Thisdyson1996-04-091-1/+18
* Added isa_dmadone() to fix the errors the sound driver has been complainingsmpatel1996-04-082-10/+13
* Update drivers to use isa_dma_acquire() and isa_dma_release()smpatel1996-04-086-5/+24
* Add a lock for DMA Channels to prevent two devices from using the same DMAsmpatel1996-04-083-94/+230
* Added a $Id$ keyword. Bruce still needs to put a copyright noticewollman1996-04-082-0/+10
* Replace usage of buf->b_actf with queue.3 and buf->b_act.phk1996-04-081-7/+5
* Replace usage of buf->b_actf by queue.3 and buf->b_actphk1996-04-083-19/+21
* Add five macros to TAILQ family to improve readability.phk1996-04-081-1/+9
* Map lock checks not needed anymore for swapping out. We don't usedyson1996-04-081-12/+2
* Removed sections 3 and 4 from my copyright.dg1996-04-084-24/+4
* Killed sections 3 and 4 of my copyright as I think it is unnecessarilydg1996-04-082-12/+2
* Killed sections 3 and 4 of my copyright as I don't agree with it (I believedg1996-04-085-32/+53
* remove b_actb, it's not used anywhere.phk1996-04-072-4/+4
* Use breakpoint() function instead of inline assembler.bde1996-04-072-12/+4
* Changed bdb() to breakpoint() and always enable it.bde1996-04-072-68/+60
* Use rdtsc() function instead of inline essembler.bde1996-04-072-12/+4
* Changed #includes of <i386/include/foo.h> to #includes of <machine/foo.h>.bde1996-04-073-11/+13
* Changed #includes of <i386/include/foo.h> to #includes of <machine/foo.h>.bde1996-04-074-13/+12
* Removed never-used #includes of <machine/cpu.h>. Many were apparentlybde1996-04-0721-47/+17
* Removed now-unused #includes of <machine/cpu.h>. They were for bootverbosebde1996-04-0724-60/+27
* Removed unused declaration of bootverbose.bde1996-04-072-4/+2
* systm.h:bde1996-04-072-2/+4
* Moved declaration of bootverbose to a better place. Externs shouldbde1996-04-071-2/+1
* Moved declaration of bootverbose to a better place. It isn'tbde1996-04-072-8/+2
* Declared pgrpdump() properly.bde1996-04-071-1/+3
* Fixed the ownership and permissions of /dev/io. Rev.1.32 broke rev.1.29.bde1996-04-072-4/+4
* Fixed devfs device names and numbers.bde1996-04-073-105/+213
* Cleaned up naming and formatting in recent changes.bde1996-04-071-18/+15
* Allow specifying the BIOS drive number. Removed the hd drive type.bde1996-04-076-51/+83
* Don't generate code for the unused function sleep().bde1996-04-071-1/+3
* Removed the 2 remaining calls to sleep().bde1996-04-071-4/+4
* Move the "mib" variables out to their own file.phk1996-04-073-136/+177
* Added proper splnet protection while modifying the interface address list.dg1996-04-071-2/+17
* Major cleanups for the pmap code.dyson1996-04-072-364/+152
* Fix the reproto.sh script that was broken after my KNFification.joerg1996-04-075-43/+100
* KNFify the function definitions. It's harder to grep around when thejoerg1996-04-063-32/+50
* pccard.c:gpalmer1996-04-062-0/+3
* Switch 586/686 back to generic_bzero and #if 0'd the "optimized" code. Itdg1996-04-065-9/+11
* Fixed a bug in DEVFS code that was producing "name slot allocation failed"scrappy1996-04-051-15/+12
* Fix adjkerntz expression priority.ache1996-04-052-6/+6
OpenPOWER on IntegriCloud