summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Another try: fixed bogus change of the fifo settings for the non-speed of 0.bde1996-04-133-9/+9
* Don't use a newfangled auto initializer. Initialize everything byjhay1996-04-131-2/+6
* Changed _BSD_PID_T_ from long to int. Lite2 changed pid_t from long tobde1996-04-131-2/+2
* Changed `noreturn' to `__noreturn__' so that all headers don't break ifbde1996-04-131-4/+4
* Fix a longstanding bug and a buglet of no significance.phk1996-04-131-23/+18
* Eliminated sloppy common-style declarations. Now there are no duplicatedbde1996-04-133-5/+12
* Eliminated sloppy common-style declarations. Now there are no duplicatedbde1996-04-137-28/+48
* Declared `unittab' as static. It was bogusly shared between the asc andbde1996-04-132-3/+7
* Document how to drop into DDB from a serial console.jkh1996-04-131-1/+10
* Use PCB_SAVEFPU_SIZE instead of a too-small size in savectx(). Thisbde1996-04-133-27/+33
* Generate #define of PCB_SAVEFPU_SIZE for use in savectx().bde1996-04-132-2/+4
* Improve the handling of receive errors. Fix a nasty bug in the receivejhay1996-04-123-165/+486
* Make alltraps a .globl so that DDB doesn't make people belive they havephk1996-04-123-3/+6
* Fix a bogon I introduced with my last change.phk1996-04-121-2/+2
* remove variables KMODGRP?=, KMODOWN?=, KMODMODE?=wosch1996-04-111-43/+15
* Moved AUTO_EOI_[12] and most sio and pcvt options out of the makefile.bde1996-04-1111-13/+53
* Fixed a spl hog. The vmdaemon process ran entirely at splhigh. Itbde1996-04-111-1/+3
* Spell cpu_switch() with an i in a comment.bde1996-04-111-2/+2
* Fixed the PF_REMOTE case of ptcwrite(). I broke it in rev.1.22. Outputbde1996-04-111-4/+15
* 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
OpenPOWER on IntegriCloud