| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | part 2 of the bsdi compat tweak attempt. I believe that BSDI use both | peter | 1996-09-27 | 2 | -2/+8 |
* | Apparently, BSDI have a new system call gate. I was experimenting | peter | 1996-09-27 | 2 | -4/+6 |
* | Drat, missed this prototype for random_select(). | peter | 1996-09-27 | 2 | -2/+4 |
* | I've been meaning to commit this for months. Implement select() | peter | 1996-09-27 | 4 | -6/+96 |
* | Fix a couple of bugs causing false positives | pst | 1996-09-26 | 1 | -6/+3 |
* | Fixed a few hundred warnings (2400 in LINT) for signed vs unsigned | bde | 1996-09-24 | 2 | -12/+26 |
* | Eliminated includes of the "temporary" backwards compatibility header | bde | 1996-09-24 | 1 | -7/+7 |
* | call srandom() during the boot to start the sequence with a slightly less | peter | 1996-09-23 | 1 | -1/+9 |
* | add simple srandom() and prototype | peter | 1996-09-23 | 2 | -3/+12 |
* | add forgotten $Id$ | wosch | 1996-09-22 | 3 | -1/+5 |
* | Remove the extra length field from the utrace entries. It's redundant. | phk | 1996-09-22 | 2 | -16/+6 |
* | Reformatted FreeBSD additions to match 4.4Lite style. Mixed tabs and | bde | 1996-09-22 | 1 | -7/+7 |
* | Fixed a bug with the management of the pointer to the first TxCB in the | dg | 1996-09-22 | 2 | -98/+76 |
* | Remove the code that renices +4 a process that has had 10 minutes of | gpalmer | 1996-09-22 | 1 | -7/+2 |
* | Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>: | bde | 1996-09-21 | 44 | -199/+288 |
* | Include <sys/filio.h> explicitly - don't depend on <machine/soundcard.h> | bde | 1996-09-21 | 1 | -0/+1 |
* | Moved the prototype for ioctl() from <sys/ioctl.h> to <sys/ioccom.h> | bde | 1996-09-21 | 2 | -10/+12 |
* | I don't understand, I committed this fix (move a counter and fixed a typo) | pst | 1996-09-21 | 2 | -8/+6 |
* | Syntax error: so_incom -> so_incomp | ache | 1996-09-21 | 2 | -4/+4 |
* | Fiexed CFLAGS. Compiling things in the kernel without -O now causes | bde | 1996-09-21 | 1 | -2/+2 |
* | If the incomplete listen queue for a given socket is full, | pst | 1996-09-20 | 2 | -10/+36 |
* | Don't include <sys/conf.h> for the kernel in disk-related headers. | bde | 1996-09-20 | 11 | -39/+38 |
* | Changed an arg name in the pseudo-prototype for bzero() to match | bde | 1996-09-20 | 3 | -69/+84 |
* | Fixed lots of warnings from gcc-2.7.x about "left-hand operand of | bde | 1996-09-20 | 1 | -3/+2 |
* | Fixed a bug in the receive buffer allocation code that resulted in a | dg | 1996-09-20 | 2 | -10/+28 |
* | Handle ICMP codes defined in RFC1812 more appropriately | pst | 1996-09-20 | 1 | -1/+7 |
* | Whoops, I should've used the LINT config file. More ts -> tv changes | nate | 1996-09-20 | 4 | -18/+18 |
* | Whoops, I should've used the LINT config file. More ts -> tv changes | nate | 1996-09-20 | 8 | -48/+48 |
* | Add back shutdown support, this time using the at_shutdown() mechanism. | dg | 1996-09-20 | 2 | -28/+22 |
* | When the devconf stuff was ripped out of the kernel, the ripper neglected | dg | 1996-09-20 | 2 | -36/+34 |
* | Fix an spl window, a page manipulation at interrupt time that was | dyson | 1996-09-20 | 1 | -28/+84 |
* | Add the utrace(caddr_t addr,size_t len) syscall, that will store the | phk | 1996-09-19 | 8 | -6/+65 |
* | In sys/time.h, struct timespec is defined as: | nate | 1996-09-19 | 31 | -199/+199 |
* | Fixed bug with reversed trunc/round_page() in madvise...start must be | dg | 1996-09-19 | 1 | -3/+3 |
* | Implemented a better, dynamic, mechanism for adjusting the transmit | dg | 1996-09-19 | 2 | -4/+38 |
* | Various de-bogotifications of userconfig. | phk | 1996-09-19 | 1 | -11/+18 |
* | Add APM_IDLE_CPU option, that is off by default. | phk | 1996-09-19 | 6 | -9/+15 |
* | Add a new sysctl variable kern.sominqueue to override the MINIMUM queue | pst | 1996-09-19 | 3 | -6/+16 |
* | Increased transmit threshold to 1024 bytes to fix a problem with underruns | dg | 1996-09-18 | 2 | -4/+4 |
* | Add needed spl protection, and some minor cleanups in vfs_vmio_release. | dyson | 1996-09-18 | 1 | -8/+14 |
* | Updated driver to a newer version from Matt Thomas, preserving our local | dg | 1996-09-18 | 3 | -953/+1429 |
* | .TARGETOBJDIR has been removed from make and CANONICALOBJDIR set in | swallace | 1996-09-18 | 1 | -2/+2 |
* | Argh, I have had one "uid 0 on /: file system full" too many. The problem | peter | 1996-09-17 | 1 | -2/+4 |
* | Re-enable conf82371fb2 now that I have verified that it works, even if | rgrimes | 1996-09-16 | 1 | -5/+1 |
* | Fix something that has annoyed me since day one of userconfig: when the | phk | 1996-09-15 | 1 | -6/+10 |
* | Removed iprintf(). It was copied to db_iprintf() in ddb. | bde | 1996-09-15 | 2 | -40/+2 |
* | Attached vm ddb commands `show map', `show vmochk', `show object', | bde | 1996-09-14 | 5 | -108/+133 |
* | Attached simple external ddb commands `show rtc', `show pgrpdump' | bde | 1996-09-14 | 8 | -43/+50 |
* | Support statically attaching of ddb commands in non-ddb modules. | bde | 1996-09-14 | 2 | -41/+111 |
* | Moved instantiation of `poff' to sys.c. It is no longer used in disk.c. | bde | 1996-09-14 | 2 | -24/+30 |