| Commit message (Expand) | Author | Age | Files | Lines |
* | fix .Xr macro | wosch | 1996-09-21 | 6 | -7/+7 |
* | 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 |
* | Remove SHARED_LIBCC_INT sample, it's gone and has been a do-nothing option | peter | 1996-09-21 | 3 | -24/+3 |
* | Remove the partial support for a shared -lcc_int, since it's been unusable | peter | 1996-09-21 | 7 | -22/+15 |
* | Moved the prototype for ioctl() from <sys/ioctl.h> to <sys/ioccom.h> | bde | 1996-09-21 | 2 | -10/+12 |
* | Who would have though that dmesg didn't understand message buffers? | bde | 1996-09-21 | 1 | -8/+16 |
* | Note that Adaptec 1510 controller is supported (via aic0 driver). | jkh | 1996-09-21 | 1 | -1/+2 |
* | 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 |
* | ".Xr chflags 1," -> ".Xr chflags 1 ," | peter | 1996-09-21 | 1 | -1/+1 |
* | Unlocalize `date` | ache | 1996-09-21 | 1 | -3/+3 |
* | Fix for PR#1230, make ``.for'' loops iterate backwards. | steve | 1996-09-21 | 1 | -1/+1 |
* | Fiexed CFLAGS. Compiling things in the kernel without -O now causes | bde | 1996-09-21 | 2 | -4/+4 |
* | If the incomplete listen queue for a given socket is full, | pst | 1996-09-20 | 2 | -10/+36 |
* | Fixed bogus obj target (found by objwarn check). | bde | 1996-09-20 | 1 | -3/+1 |
* | 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 |
* | Added a `checkdpadd' target to help check that ${DPADD} is consistent with | bde | 1996-09-20 | 2 | -3/+16 |
* | Fixed and simplified `whereobj' rule. Use the not-so-new -V feature. | bde | 1996-09-20 | 1 | -10/+2 |
* | Fixed order and whitespace of examples/cvs entries. | bde | 1996-09-20 | 1 | -7/+7 |
* | Fixed lots of warnings from gcc-2.7.x about "left-hand operand of | bde | 1996-09-20 | 1 | -3/+2 |
* | Replace GNU-made __P definition by standard from sys/cdefs.h | ache | 1996-09-20 | 1 | -0/+4 |
* | Fixed CLEANFILES. The *.3 links were missing. | bde | 1996-09-20 | 2 | -13/+64 |
* | Add the utrace syscall. | phk | 1996-09-20 | 1 | -3/+4 |
* | Fixed CLEANFILES. osreldate was missing. | bde | 1996-09-20 | 1 | -3/+4 |
* | This should have gone away with the COMPAT_43 cruft. cgetent() is now | bde | 1996-09-20 | 1 | -339/+0 |
* | 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 |
* | Remove now un-necessary FreeBSD specific code since our timespec | nate | 1996-09-20 | 9 | -528/+0 |
* | ts_sec -> tv_sec | nate | 1996-09-20 | 2 | -5/+5 |
* | 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 |
* | Correct Warner Losh's entity name from a.john to a.imp :-) | peter | 1996-09-20 | 2 | -5/+14 |
* | ts_sec -> tv_sec | nate | 1996-09-20 | 2 | -4/+4 |
* | ts_sec -> tv_sec | nate | 1996-09-20 | 1 | -3/+3 |
* | Add Warner Losh to developers list. | jkh | 1996-09-20 | 2 | -2/+7 |
* | Add back shutdown support, this time using the at_shutdown() mechanism. | dg | 1996-09-20 | 2 | -28/+22 |
* | ts_sec -> tv_sec | nate | 1996-09-20 | 4 | -19/+19 |
* | ts_sec -> tv_sec | nate | 1996-09-20 | 5 | -13/+13 |
* | ts_sec -> tv_sec | nate | 1996-09-20 | 3 | -8/+8 |
* | When the devconf stuff was ripped out of the kernel, the ripper neglected | dg | 1996-09-20 | 2 | -36/+34 |
* | More ts_nse -> tv_nsec changes following the kernel changes I made earlier. | nate | 1996-09-20 | 1 | -3/+3 |
* | Fix an spl window, a page manipulation at interrupt time that was | dyson | 1996-09-20 | 1 | -28/+84 |
* | For now we just hexdump the stuff in USER records. | phk | 1996-09-19 | 2 | -3/+20 |
* | The userland change to the utrace(2) call. | phk | 1996-09-19 | 4 | -4/+11 |
* | 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 |
* | Attempt to untangle the timeout code a bit, also make the default ftp | peter | 1996-09-19 | 2 | -20/+35 |
* | Make fetch 64-bit safe, corresponding to libftpio changes. | peter | 1996-09-19 | 1 | -26/+31 |