| Commit message (Expand) | Author | Age | Files | Lines |
* | getnewbuf(): check return value from tsleep(). Interruptible NFS may pass | dt | 1999-04-14 | 1 | -7/+4 |
* | Fix typos. | nik | 1999-04-14 | 1 | -3/+7 |
* | Change description of file(1) following symlinks to the truth (namely, | nik | 1999-04-14 | 1 | -28/+16 |
* | temp fix for internal queue overflow problem | mjacob | 1999-04-14 | 1 | -14/+34 |
* | Add example for 'makeoptions DEBUG' and some notes. I have not activated | peter | 1999-04-14 | 3 | -3/+36 |
* | Activate lsock(1). | des | 1999-04-14 | 1 | -1/+2 |
* | Import lsock(1), a Perl script for listing open Internet sockets. | des | 1999-04-14 | 3 | -0/+146 |
* | Install kld.4. | bde | 1999-04-14 | 1 | -10/+8 |
* | Search bdevsw[] instead of the half-baked builtin table of devices | bde | 1999-04-14 | 1 | -14/+26 |
* | Generate intrnames[] dynamically. This should be new-bus friendly. | bde | 1999-04-14 | 15 | -562/+385 |
* | Document the "-D" option (UTSL). | obrien | 1999-04-14 | 1 | -0/+12 |
* | Close PR #11122: check key length before calling strncmp() | wpaul | 1999-04-14 | 1 | -3/+4 |
* | Support linking against libgcc_r. | obrien | 1999-04-14 | 1 | -0/+6 |
* | Create a libgcc with POSIX threads support. | obrien | 1999-04-14 | 2 | -2/+11 |
* | Add a commented-out example on using the makeoptions command to get a | peter | 1999-04-13 | 2 | -2/+6 |
* | Build the functionality of the wdc_p hack into the ide_pci.c code. | peter | 1999-04-13 | 6 | -105/+18 |
* | Shoot the LKM support in the old wd/wdc/atapi driver set in the head and | peter | 1999-04-13 | 22 | -1038/+63 |
* | Move the declaration of faultin() from the vm headers to proc.h, since | peter | 1999-04-13 | 2 | -4/+4 |
* | Drop the atapi module from the build, it's just wasting time. | peter | 1999-04-13 | 1 | -2/+2 |
* | Hopefully replicate the install.debug changes from the i386 version. | peter | 1999-04-13 | 2 | -48/+30 |
* | Clean up the kernel/kernel.debug/install.debug etc stuff. | peter | 1999-04-13 | 3 | -117/+63 |
* | Clean up the -g/DEBUG handling. This logic can go in the Makefile | peter | 1999-04-13 | 3 | -30/+8 |
* | As the INFO stuff un doc/ works, we may as well build/install it. | markm | 1999-04-13 | 1 | -2/+2 |
* | Some more fixes: | wpaul | 1999-04-13 | 2 | -38/+45 |
* | Use u_int32_t for sin_addr.s_addr rather than u_long to avoid | simokawa | 1999-04-13 | 1 | -4/+4 |
* | Initialize alpha_unaligned_* as I intended. | simokawa | 1999-04-13 | 1 | -6/+6 |
* | Removed DIAGNOSTIC opion redefinition. | semenu | 1999-04-13 | 2 | -4/+2 |
* | Reference kldfind(2), kldfirstmod(2), kldload(2), kldnext(2), kldstat(2), | ghelmer | 1999-04-13 | 1 | -1/+7 |
* | Add kld(4) man page. Copyright notice in PR submission was "???", which | ghelmer | 1999-04-13 | 1 | -0/+162 |
* | Remove my temporary detection for PR 7059, Tor Egge fixed this bug. | cracauer | 1999-04-13 | 1 | -5/+1 |
* | Make sending the postcard optional (as suggested by phk). | hm | 1999-04-13 | 1 | -3/+4 |
* | Fixed bogus SRCS definition which broke `make depend'. Plain `make' | bde | 1999-04-13 | 1 | -3/+2 |
* | Note that cc -aout has been broken for a while and a reminder to | imp | 1999-04-13 | 1 | -1/+6 |
* | Fix a misspelling. | jkh | 1999-04-13 | 2 | -2/+2 |
* | During variable expansion, the internal representation of the expression | tegge | 1999-04-13 | 1 | -5/+5 |
* | Backout early start of APs since it caused some machines to hang. | tegge | 1999-04-13 | 7 | -28/+7 |
* | Correctly ref editline(3). | ghelmer | 1999-04-13 | 1 | -8/+4 |
* | Typo fix. | ghelmer | 1999-04-13 | 1 | -2/+2 |
* | Change LKM/modload to KLD/kldload. | ghelmer | 1999-04-13 | 1 | -4/+4 |
* | Update description of how to analyse kernel dumps. | grog | 1999-04-13 | 1 | -60/+54 |
* | Merge in some updates for the RealTek driver, mainly: | wpaul | 1999-04-12 | 2 | -168/+113 |
* | Grr... don't touch the PN_GEN (general purpose) register in pn_setcfg() | wpaul | 1999-04-12 | 1 | -6/+8 |
* | Add support for the 3cSOHO100-TX, which is a "hurricane" chipset | wpaul | 1999-04-12 | 2 | -3/+8 |
* | Mention the new splash_pcx decoder. | des | 1999-04-12 | 2 | -6/+28 |
* | Typo fix, src/sys/gnu/usr.bin/cc -> src/gnu/usr.bin/cc. | max | 1999-04-12 | 1 | -2/+2 |
* | Remove extraneous space | brian | 1999-04-12 | 7 | -14/+14 |
* | Fix typo in source-explaining comment. | cracauer | 1999-04-12 | 1 | -2/+2 |
* | More consistent with surrounding style. (Hey - it looked great in the | eivind | 1999-04-12 | 1 | -2/+2 |
* | Shorten line. | eivind | 1999-04-12 | 1 | -3/+3 |
* | Add a guarded abort() for the problem in PR bin/7059 (no fix so far, | cracauer | 1999-04-12 | 1 | -17/+33 |