| Commit message (Expand) | Author | Age | Files | Lines |
* | "1 easy fix in 10 excrutiating steps" | jkh | 1995-05-13 | 2 | -4/+4 |
* | Only use card's soft-configured irq if no irq was specified in the kernel | dg | 1995-05-12 | 2 | -10/+14 |
* | pread/pwrite() should be static. | dg | 1995-05-12 | 1 | -3/+3 |
* | Fix getsockopt(IP_ACCT_*) to not panic kernel | ache | 1995-05-12 | 1 | -3/+2 |
* | The death of `options NODUMP'. Now the dump area can be dynamically | wollman | 1995-05-12 | 8 | -27/+81 |
* | - 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 | 3 | -3/+9 |
* | RISCom/8 driver | ache | 1995-05-12 | 6 | -0/+3364 |
* | Increased ratio of allowed vnodes on freelist to 1/4th of the total. This | dg | 1995-05-12 | 2 | -6/+6 |
* | I'm about to jump on the swap-initialization, and having talked | phk | 1995-05-12 | 1 | -132/+1 |
* | Add some more defines that don't change the genericness of a file. | wollman | 1995-05-11 | 1 | -0/+20 |
* | Make `make links' work by leaving swapkernel.c off out of the links processing | wollman | 1995-05-11 | 3 | -9/+9 |
* | Fix -Wformat warnings from LINT kernel. | rgrimes | 1995-05-11 | 32 | -89/+113 |
* | Use spc, not spt, DUH! Thanks Bruce! | phk | 1995-05-11 | 1 | -2/+2 |
* | Define _POSIX_VDISABLE so that it can be used in #if expressions. | bde | 1995-05-11 | 3 | -7/+7 |
* | Add variable `idelayed' and macros setdelayed() and schedsofttty() | bde | 1995-05-11 | 6 | -6/+40 |
* | 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 | 2 | -2/+24 |
* | Pass me the pointed chapeau - this typo somehow got through my testing. | jkh | 1995-05-11 | 2 | -4/+4 |
* | If you config a kernel with 'config kernel swap generic' and try to | wpaul | 1995-05-11 | 2 | -4/+4 |
* | Remove all vestiges of the ALLOW_CONFLICT_FOO evil and replace it with | jkh | 1995-05-11 | 6 | -100/+41 |
* | #ifdef'd my Nagel/ACK hack with "TCP_ACK_HACK", disabled by default. I'm | dg | 1995-05-11 | 2 | -2/+48 |
* | Delete two debugging printfs that mistakenly crept in. | wollman | 1995-05-11 | 3 | -6/+3 |
* | Make networking domains drop-ins, through the magic of GNU ld. (Some day, | wollman | 1995-05-11 | 18 | -100/+147 |
* | Unlock the vnode before sleeping on an OBJ_DEAD object. Should fix Bruce's | dg | 1995-05-10 | 1 | -15/+16 |
* | Changed "handle" from type caddr_t to void *; "handle" is several different | dg | 1995-05-10 | 8 | -19/+19 |
* | Updated routing-socket code from Berkeley | wollman | 1995-05-10 | 1 | -23/+20 |
* | Submitted by: wpaul (with 2 lines moved by rgrimes) | rgrimes | 1995-05-10 | 2 | -3/+37 |
* | Submitted by: Mike Pritchard <pritc003@maroon.tc.umn.edu> | bde | 1995-05-09 | 4 | -4/+54 |
* | Replaced some bcopy()'s with memcpy()'s so that gcc while inline/optimize. | dg | 1995-05-09 | 8 | -68/+59 |
* | Fix a misspelled constant in tcp_input.c. | olah | 1995-05-09 | 2 | -4/+4 |
* | Fix -Wformat warnings, still need to do something about %b and pointer | rgrimes | 1995-05-09 | 9 | -31/+35 |
* | Rewrite the MCD_TRACE macro to be a varargs macro so that the extraneous | rgrimes | 1995-05-09 | 2 | -36/+50 |
* | Added bounce support for user scsi requests. | dyson | 1995-05-09 | 1 | -1/+7 |
* | Cleanup to the INET part of lpt.c. | phk | 1995-05-09 | 1 | -108/+152 |
* | Improved hashinit panic strings. | dg | 1995-05-08 | 1 | -3/+3 |
* | 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 |
* | sdsize() didn't open a device often enough. This caused swap partitions on | bde | 1995-05-08 | 1 | -17/+4 |
* | Fix numerous bugs in wdsize(). | bde | 1995-05-08 | 1 | -15/+7 |
* | Declare dssize(). | bde | 1995-05-08 | 1 | -1/+3 |
* | Fix reopening of open subdevices for DIOCSYNCSLICEINFO: | bde | 1995-05-08 | 1 | -8/+45 |
* | 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 |
* | Make two "ttyout" ttysleep wmesg unique | ache | 1995-05-07 | 1 | -3/+4 |
* | Add hook for pstat -t | ache | 1995-05-07 | 3 | -3/+9 |
* | 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 | 2 | -60/+56 |