aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>:Bruce Evans1996-09-2144-199/+288
* Include <sys/filio.h> explicitly - don't depend on <machine/soundcard.h>Bruce Evans1996-09-211-0/+1
* Remove SHARED_LIBCC_INT sample, it's gone and has been a do-nothing optionPeter Wemm1996-09-213-24/+3
* Remove the partial support for a shared -lcc_int, since it's been unusablePeter Wemm1996-09-217-22/+15
* Moved the prototype for ioctl() from <sys/ioctl.h> to <sys/ioccom.h>Bruce Evans1996-09-212-10/+12
* Who would have though that dmesg didn't understand message buffers?Bruce Evans1996-09-211-8/+16
* Note that Adaptec 1510 controller is supported (via aic0 driver).Jordan K. Hubbard1996-09-211-1/+2
* I don't understand, I committed this fix (move a counter and fixed a typo)Paul Traina1996-09-212-8/+6
* Syntax error: so_incom -> so_incompAndrey A. Chernov1996-09-212-4/+4
* ".Xr chflags 1," -> ".Xr chflags 1 ,"Peter Wemm1996-09-211-1/+1
* Unlocalize `date`Andrey A. Chernov1996-09-211-3/+3
* Fix for PR#1230, make ``.for'' loops iterate backwards.Steve Price1996-09-211-1/+1
* Fiexed CFLAGS. Compiling things in the kernel without -O now causesBruce Evans1996-09-212-4/+4
* If the incomplete listen queue for a given socket is full,Paul Traina1996-09-202-10/+36
* Fixed bogus obj target (found by objwarn check).Bruce Evans1996-09-201-3/+1
* Don't include <sys/conf.h> for the kernel in disk-related headers.Bruce Evans1996-09-2011-39/+38
* Changed an arg name in the pseudo-prototype for bzero() to matchBruce Evans1996-09-203-69/+84
* Added a `checkdpadd' target to help check that ${DPADD} is consistent withBruce Evans1996-09-202-3/+16
* Fixed and simplified `whereobj' rule. Use the not-so-new -V feature.Bruce Evans1996-09-201-10/+2
* Fixed order and whitespace of examples/cvs entries.Bruce Evans1996-09-201-7/+7
* Fixed lots of warnings from gcc-2.7.x about "left-hand operand ofBruce Evans1996-09-201-3/+2
* Replace GNU-made __P definition by standard from sys/cdefs.hAndrey A. Chernov1996-09-201-0/+4
* Fixed CLEANFILES. The *.3 links were missing.Bruce Evans1996-09-202-13/+64
* Add the utrace syscall.Poul-Henning Kamp1996-09-201-3/+4
* Fixed CLEANFILES. osreldate was missing.Bruce Evans1996-09-201-3/+4
* This should have gone away with the COMPAT_43 cruft. cgetent() is nowBruce Evans1996-09-201-339/+0
* Fixed a bug in the receive buffer allocation code that resulted in aDavid Greenman1996-09-202-10/+28
* Handle ICMP codes defined in RFC1812 more appropriatelyPaul Traina1996-09-201-1/+7
* Remove now un-necessary FreeBSD specific code since our timespecNate Williams1996-09-209-528/+0
* ts_sec -> tv_secNate Williams1996-09-202-5/+5
* Whoops, I should've used the LINT config file. More ts -> tv changesNate Williams1996-09-204-18/+18
* Whoops, I should've used the LINT config file. More ts -> tv changesNate Williams1996-09-208-48/+48
* Correct Warner Losh's entity name from a.john to a.imp :-)Peter Wemm1996-09-202-5/+14
* ts_sec -> tv_secNate Williams1996-09-202-4/+4
* ts_sec -> tv_secNate Williams1996-09-201-3/+3
* Add Warner Losh to developers list.Jordan K. Hubbard1996-09-202-2/+7
* Add back shutdown support, this time using the at_shutdown() mechanism.David Greenman1996-09-202-28/+22
* ts_sec -> tv_secNate Williams1996-09-204-19/+19
* ts_sec -> tv_secNate Williams1996-09-205-13/+13
* ts_sec -> tv_secNate Williams1996-09-203-8/+8
* When the devconf stuff was ripped out of the kernel, the ripper neglectedDavid Greenman1996-09-202-36/+34
* More ts_nse -> tv_nsec changes following the kernel changes I made earlier.Nate Williams1996-09-201-3/+3
* Fix an spl window, a page manipulation at interrupt time that wasJohn Dyson1996-09-201-28/+84
* For now we just hexdump the stuff in USER records.Poul-Henning Kamp1996-09-192-3/+20
* The userland change to the utrace(2) call.Poul-Henning Kamp1996-09-194-4/+11
* Add the utrace(caddr_t addr,size_t len) syscall, that will store thePoul-Henning Kamp1996-09-198-6/+65
* In sys/time.h, struct timespec is defined as:Nate Williams1996-09-1931-199/+199
* Attempt to untangle the timeout code a bit, also make the default ftpPeter Wemm1996-09-192-20/+35
* Make fetch 64-bit safe, corresponding to libftpio changes.Peter Wemm1996-09-191-26/+31
* Make libftpio 64-bit clean.Peter Wemm1996-09-193-25/+36