| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a load of typos | brian | 1999-07-28 | 3 | -24/+24 |
* | Add a module Makefile for the PNIC driver. | wpaul | 1999-07-28 | 2 | -3/+31 |
* | Convert the PNIC driver to newbus. | wpaul | 1999-07-28 | 2 | -167/+223 |
* | Show how to use the new filter capabilities | brian | 1999-07-27 | 1 | -1/+89 |
* | o Overhaul filtering, adding facilities to jump over rules and to | brian | 1999-07-27 | 7 | -297/+431 |
* | Every reqh in an aborted pipe is given status CANCELED and the callback is | n_hibma | 1999-07-27 | 1 | -15/+7 |
* | Change "telesis" to "telesyn" to reflect their change of name. | nik | 1999-07-27 | 1 | -2/+2 |
* | FreeBSD.ORG -> FreeBSD.org | nik | 1999-07-27 | 1 | -3/+3 |
* | Remove references to the non-existent addgroup(8) and rmgroup(8) | nik | 1999-07-27 | 2 | -6/+2 |
* | Remove the quotes from the kernel configuration "options" lines, to | nik | 1999-07-27 | 1 | -6/+6 |
* | Changed 'overriding what /etc/passwd says' to 'overriding default set | n_hibma | 1999-07-27 | 1 | -2/+2 |
* | Roar! Finish what I started last night: somehow only the header file change | wpaul | 1999-07-27 | 2 | -10/+46 |
* | If we've negotiated CBCP and have also specified ``none'' as a possible | brian | 1999-07-27 | 3 | -9/+45 |
* | Fixed disordering in previous commit. | bde | 1999-07-27 | 1 | -4/+5 |
* | Case matters. | mdodd | 1999-07-27 | 2 | -6/+6 |
* | Implement the BUS_PROBE_NOMATCH method for the PCI bus. | mdodd | 1999-07-27 | 2 | -2/+64 |
* | On FreeBSD/i386, when you use the SYS_RES_MEMORY resource to allocate | wpaul | 1999-07-27 | 2 | -2/+4 |
* | Hide pthread cancellation routines behind #ifdef NOT_YET. They are | deischen | 1999-07-27 | 1 | -3/+7 |
* | This covers the previous version, since a null commit message was accidentally | green | 1999-07-27 | 2 | -2/+2 |
* | Be a bit more consistent with variable names. | brian | 1999-07-27 | 2 | -10/+10 |
* | *** empty log message *** | green | 1999-07-26 | 2 | -8/+22 |
* | Start ppp before natd, not afterwards. | brian | 1999-07-26 | 7 | -126/+126 |
* | Sync with sys/i386/isa/npx.c revision up to 1.75. | kato | 1999-07-26 | 1 | -24/+202 |
* | Sync with sys/i386/isa/clock.c revision up to 1.140. | kato | 1999-07-26 | 3 | -111/+45 |
* | Sync with sys/i386/i386/userconfig.c revision up to 1.150. | kato | 1999-07-26 | 1 | -3/+4 |
* | Sync with sys/i386/i386/machdep.c revision 1.356. | kato | 1999-07-26 | 2 | -8/+8 |
* | Sync with sys/i386/conf/files.i386 revision 1.254. | kato | 1999-07-26 | 2 | -4/+14 |
* | Don't complain if 0 bytes are written to the tun device, simply | brian | 1999-07-26 | 1 | -1/+4 |
* | Sync with sys/i386/conf/GENERIC revision 1.178. | kato | 1999-07-26 | 2 | -26/+28 |
* | Add missing cause for an EINVAL return (msgtype < 1). | sheldonh | 1999-07-26 | 1 | -1/+4 |
* | Fix an off-by-one error and correct the man page WRT clearing | brian | 1999-07-26 | 3 | -6/+14 |
* | Add a default ppp.conf (mode 600). | brian | 1999-07-26 | 16 | -23/+226 |
* | Correct HISTORY section, according to CVS logs. | sheldonh | 1999-07-26 | 1 | -2/+3 |
* | Convert interrupt count from signed to unsigned and the total | n_hibma | 1999-07-26 | 1 | -4/+6 |
* | Pull on my asbestos undies and claim ownership of inetd to prevent further | des | 1999-07-26 | 1 | -1/+2 |
* | Here goes, the "clear up any possible confusion" commit. | green | 1999-07-26 | 1 | -11/+65 |
* | Pave the way for the fla driver. | phk | 1999-07-26 | 3 | -9/+15 |
* | Bring two wayward memory allocation failure messages in line with | sheldonh | 1999-07-26 | 1 | -3/+3 |
* | Add sysctl and support code to allow directories to be VMIO'd. The default | alc | 1999-07-26 | 8 | -17/+34 |
* | remove <ctype.h> - not needed | ache | 1999-07-26 | 1 | -1/+0 |
* | Various formatting fixes on my FPE trapcode commit. | cracauer | 1999-07-26 | 8 | -468/+450 |
* | Typo: assember -> assembler | kris | 1999-07-26 | 2 | -4/+4 |
* | Add recognition that Microsoft NT does not exist. | grog | 1999-07-26 | 1 | -0/+5 |
* | unsigned char cleanup | ache | 1999-07-26 | 1 | -17/+17 |
* | Don't background pccardd, it nullfies the "-z" flag. pccardd itself | obrien | 1999-07-26 | 2 | -4/+4 |
* | More cleanups to ident_stream. Variables moved around, changed. | green | 1999-07-25 | 1 | -16/+11 |
* | Remove paths that are listed as compulsory (sorta). /usr/local is not | markm | 1999-07-25 | 1 | -3/+3 |
* | Add comments, change variable names to make them consistent (r -> err, | n_hibma | 1999-07-25 | 11 | -155/+173 |
* | asprintf() does use realloc() internally, but saying so in the manpage can be | hoek | 1999-07-25 | 1 | -4/+2 |
* | On FPU exceptions, pass a useful error code (one of the FPE_... | cracauer | 1999-07-25 | 14 | -119/+705 |