| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Removed declarations of recently deleted variables and cleaned up | bde | 1996-09-14 | 1 | -6/+6 |
* | Potentially saved a whole 4 bytes and reduced bogusness by eliminating | bde | 1996-09-14 | 2 | -5/+4 |
* | Clean up some more problems with freeing busy or wired pages. The | dyson | 1996-09-14 | 1 | -6/+12 |
* | Changed cncheckc() interface so that it is 8-bit clean - return -1 | bde | 1996-09-14 | 2 | -5/+6 |
* | Changed cncheckc() interface so that it is 8-bit clean - return -1 | bde | 1996-09-14 | 1 | -1/+1 |
* | Changed cncheckc() interface so that it is 8-bit clean - return -1 | bde | 1996-09-14 | 12 | -25/+40 |
* | Changed cncheckc() interface so that it is 8-bit clean - return -1 | bde | 1996-09-14 | 2 | -4/+4 |
* | Removed another devconf leftover. A fat devconf support function was | bde | 1996-09-14 | 2 | -122/+56 |
* | Fixed Id. | bde | 1996-09-14 | 1 | -1/+1 |
* | Move TCPCTL_KEEPINIT to end of MIB list (sigh) | pst | 1996-09-13 | 1 | -4/+4 |
* | Make the misnamed tcp initial keepalive timer value (which is really the | pst | 1996-09-13 | 6 | -14/+21 |
* | Receipt of two SYN's are sufficient to set the t_timer[TCPT_KEEP] | pst | 1996-09-13 | 2 | -12/+24 |
* | Don't use __dead in the kernel. It was an obfuscation for gcc >= 2.5 | bde | 1996-09-13 | 6 | -19/+17 |
* | Made debugging code (pmap_pvdump()) compile again so that I can test LINT. | bde | 1996-09-13 | 2 | -4/+8 |
* | Removed another devconf leftover. | bde | 1996-09-13 | 1 | -9/+6 |
* | Don't compile a 256-byte unused table in the pca driver. | bde | 1996-09-13 | 2 | -1/+4 |
* | Added undocumented option SPX_HACK. | bde | 1996-09-13 | 3 | -3/+6 |
* | A modification that allows the driver strategy to modify the | dyson | 1996-09-13 | 1 | -2/+3 |
* | Back out typo introduced by latest commit. | asami | 1996-09-12 | 1 | -2/+2 |
* | Another round of merge/update. | asami | 1996-09-12 | 75 | -724/+1186 |
* | Primarily a fix so that pages are properly tracked for being | dyson | 1996-09-12 | 2 | -70/+124 |
* | Added a struct tag `fsid' for fsid_t so that sysproto.h can declare | bde | 1996-09-12 | 1 | -2/+2 |
* | Make userconfig two (default: on) options: | phk | 1996-09-11 | 12 | -16/+52 |
* | The intended usage is: | phk | 1996-09-11 | 2 | -0/+100 |
* | Add #ifdef for RAWBOOT. | phk | 1996-09-11 | 2 | -27/+54 |
* | Add "rawboot", sort the subdirs. | phk | 1996-09-11 | 1 | -2/+2 |
* | Fixed so that the card will go into promiscuous mode for BPF. | nate | 1996-09-11 | 1 | -3/+2 |
* | bzero the entire at_ifaddr struct we malloc, not just the first part of it.. | julian | 1996-09-11 | 1 | -1/+1 |
* | fix the ability of the VFS to reclaim devfs nodes correctly.. | julian | 1996-09-11 | 1 | -2/+3 |