| Commit message (Expand) | Author | Age | Files | Lines |
* | "1 easy fix in 10 excrutiating steps" | jkh | 1995-05-13 | 1 | -2/+2 |
* | Only use card's soft-configured irq if no irq was specified in the kernel | dg | 1995-05-12 | 1 | -5/+7 |
* | The death of `options NODUMP'. Now the dump area can be dynamically | wollman | 1995-05-12 | 2 | -11/+31 |
* | - Add an entry to allow swapping on a vn device (if one is configured). | wpaul | 1995-05-12 | 1 | -3/+22 |
* | Add 'rc' line | ache | 1995-05-12 | 2 | -2/+6 |
* | RISCom/8 driver | ache | 1995-05-12 | 3 | -0/+1682 |
* | Make `make links' work by leaving swapkernel.c off out of the links processing | wollman | 1995-05-11 | 1 | -3/+3 |
* | Fix -Wformat warnings from LINT kernel. | rgrimes | 1995-05-11 | 12 | -36/+41 |
* | Use spc, not spt, DUH! Thanks Bruce! | phk | 1995-05-11 | 1 | -2/+2 |
* | Add variable `idelayed' and macros setdelayed() and schedsofttty() | bde | 1995-05-11 | 3 | -3/+19 |
* | Move conflicts flag to the end. | jkh | 1995-05-11 | 1 | -2/+2 |
* | Add loadandclear(). It atomically loads a value from memory, clears the | bde | 1995-05-11 | 1 | -1/+12 |
* | Pass me the pointed chapeau - this typo somehow got through my testing. | jkh | 1995-05-11 | 1 | -2/+2 |
* | If you config a kernel with 'config kernel swap generic' and try to | wpaul | 1995-05-11 | 1 | -2/+2 |
* | Remove all vestiges of the ALLOW_CONFLICT_FOO evil and replace it with | jkh | 1995-05-11 | 4 | -63/+28 |
* | Delete two debugging printfs that mistakenly crept in. | wollman | 1995-05-11 | 1 | -2/+1 |
* | Make networking domains drop-ins, through the magic of GNU ld. (Some day, | wollman | 1995-05-11 | 2 | -20/+21 |
* | Submitted by: wpaul (with 2 lines moved by rgrimes) | rgrimes | 1995-05-10 | 2 | -3/+37 |
* | Fix -Wformat warnings, still need to do something about %b and pointer | rgrimes | 1995-05-09 | 6 | -20/+24 |
* | Rewrite the MCD_TRACE macro to be a varargs macro so that the extraneous | rgrimes | 1995-05-09 | 1 | -18/+25 |
* | Cleanup to the INET part of lpt.c. | phk | 1995-05-09 | 1 | -108/+152 |
* | Correction, Jim Lowe is the author... Getting code to work right is far | pst | 1995-05-08 | 1 | -1/+1 |
* | Update copyright notice to properly reflect that this was original work | pst | 1995-05-08 | 1 | -1/+2 |
* | Fix numerous bugs in wdsize(). | bde | 1995-05-08 | 1 | -15/+7 |
* | The value -1 is special. Allow it. | jkh | 1995-05-08 | 1 | -2/+2 |
* | Make disk.c smart enough to handle disk with "OnTrack Disk manager". | phk | 1995-05-08 | 1 | -7/+17 |
* | Add hook for pstat -t | ache | 1995-05-07 | 1 | -1/+3 |
* | Add additional check for IRQ > 15. This code still needs a lot of work! | jkh | 1995-05-07 | 1 | -2/+8 |
* | Duh! Get the section number for config(8) right! :) | jkh | 1995-05-07 | 1 | -2/+2 |
* | If user specifies IRQ 2, remap it to IRQ 9 with a warning. | jkh | 1995-05-07 | 1 | -1/+5 |
* | Fix style inconsistencies in the last few commits. | bde | 1995-05-07 | 1 | -30/+28 |
* | Submitted by: john@physiol.su.oz.au (John Mackin) | bde | 1995-05-07 | 1 | -28/+32 |
* | Major cleanup up SunOS/VAT driver emulation code, added a BSD style copyright | pst | 1995-05-07 | 3 | -123/+193 |
* | Restructured the floppy tape probe. | joerg | 1995-05-06 | 4 | -20/+41 |
* | Fix spelling error. Commented out ISO and ISO related things until I | dg | 1995-05-05 | 2 | -12/+20 |
* | Check for 0 before dividing by it. Patch from Paul Traina, modified | dg | 1995-05-05 | 1 | -2/+10 |
* | Kill bogus duplicated code that resulted in an editing screwup of mine | dg | 1995-05-04 | 1 | -24/+1 |
* | Correct the definition for the (unused) cpu_setstack(). | dg | 1995-05-04 | 1 | -2/+2 |
* | Fixed a hard-coded slot number which crept in. | phk | 1995-05-03 | 1 | -2/+2 |
* | Forgot this part of the if_ze power off patch. | phk | 1995-05-03 | 1 | -6/+2 |
* | Reduce latency by checking FIFO for samples in start | dufault | 1995-05-02 | 1 | -40/+84 |
* | Fix CHOWN_RESTRICTED and NO_TRUNC to return correct values per POSIX | ache | 1995-05-02 | 1 | -5/+5 |
* | Back out incorrect jkh's fix and apply correct one | ache | 1995-05-02 | 1 | -4/+8 |
* | The handling of _SC_SAVED_IDS was wrong; _POSIX_SAVED_IDS has no value | jkh | 1995-05-02 | 1 | -5/+1 |
* | Added a memcpy() routine. | dg | 1995-05-02 | 1 | -1/+24 |
* | A missing 'and', probably my fault. | phk | 1995-05-02 | 1 | -2/+2 |
* | Do the obvious thing: when the interface is downed, power off the card. | phk | 1995-05-02 | 1 | -148/+78 |
* | Fixed a problem that can cause left-over pv_entries and as | dyson | 1995-05-01 | 1 | -27/+9 |
* | Aaron Daily of Adaptec has informed me that some form of paged SCB | gibbs | 1995-05-01 | 1 | -6/+4 |
* | Set the return value (outb'd to the sequencer) for non zero status | gibbs | 1995-05-01 | 1 | -10/+17 |