summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Removed unused #includes.bde1998-02-253-13/+2
* Removed redundant test against MAXDSIZ (the rlimit test is stronger).bde1998-02-252-6/+6
* Fixed missing permissions checking for mounting by non-root.bde1998-02-251-2/+36
* To commit japanese online manuals into doc/ja/man.hanai1998-02-251-1/+43
* Fixed the calculation of `delta' in settime(). We once set allbde1998-02-251-29/+14
* Fix page prezeroing for SMP, and fix some potential paging-in-progressdyson1998-02-2511-108/+127
* Removed clean target. Simply add to CLEANFILES so that the default targetbde1998-02-251-10/+2
* Remove ${CLEANDIRS} in the default clean rule, so that bsd.prog.mk canbde1998-02-251-3/+8
* OOPs typo TCF, not TCP....julian1998-02-251-2/+2
* Added a prototype for a qsort comparision function and fixed the usualbde1998-02-251-4/+5
* Fixed the usual type mismatch for a qsort comparison function.bde1998-02-251-4/+5
* Fixed the usual type mismatch for a signal handling function.bde1998-02-252-3/+4
* Removed vestiges of previous microtime() implementation.bde1998-02-252-12/+4
* Removed _POSIX_SOURCE ifdef. This is not a POSIX.1 header.bde1998-02-251-3/+1
* Removed _POSIX_SOURCE ifdefs. This is not a POSIX.1 header.bde1998-02-252-4/+0
* Removed _POSIX_SOURCE ifdefs. This is not a POSIX.1 header, so POSIXbde1998-02-252-10/+2
* Bring our in.h up to date with respect to allocatedjulian1998-02-251-3/+86
* Don't include <sys/time.h> if _POSIX_SOURCE is defined. This fixesbde1998-02-251-4/+3
* Don't add files handled by bsd.kmod.mk to CLEANFILES. Don't add never-bde1998-02-254-8/+8
* Don't add ${DOC}.ascii* to CLEANFILES twice.bde1998-02-251-5/+5
* Don't add non-generated sources to CLEANFILES. There was no problembde1998-02-251-2/+2
* Don't add streambuf.cc to SRCS twice.bde1998-02-251-2/+2
* Don't add OBJS to CLEANFILES. bsd.obj.mk does it. Some objects werebde1998-02-251-3/+1
* Add loran0 to LINTphk1998-02-243-3/+6
* Add the smallest and least useful device-driver by a fair margin...phk1998-02-245-4/+129
* Make maxchild and max child-per-minute default values configurable frompst1998-02-242-20/+62
* Add the 'do/while hack' to all the queue macrosjulian1998-02-241-57/+59
* Add a -p option which is the same as the -m option but providedsteve1998-02-242-2/+7
* Back out "always view in lowercase" partache1998-02-248-58/+62
* added "Telecom Device SuperSocket RE450T" (PCMCIA NE2000 variant).itojun1998-02-242-2/+32
* Added NTT ThunderCard Modem... (because I'm using it :-))hosokawa1998-02-242-2/+14
* commented out REX-5535 because -current does not have spc driver.hosokawa1998-02-242-10/+10
* Add the Intel 82371SB USB host controller to the known list.sos1998-02-241-1/+3
* Add DESTDIR to afterinstallache1998-02-241-1/+1
* Correct some severe VM tuning problems for small systems (<=16MB), anddyson1998-02-241-7/+10
* Oops, back out DESTDIR addition, handled automatically by bsd.prog.mkache1998-02-241-1/+1
* Make ftpd log IP-addresses in addition to hostnames.eivind1998-02-241-2/+3
* Update to sort of match reality by literally including <sys/dirent.h>bde1998-02-241-58/+46
* Update to match reality again.bde1998-02-241-31/+56
* MF22: removed duplicate #include of <sys.cdefs.h> and fixed comments aboutbde1998-02-241-24/+9
* Forward declare more structs that are used in prototypes here - don'tbde1998-02-242-4/+9
* Exit with a nonzero status if we get killed by a SIGINT. POSIX.2bde1998-02-241-4/+5
* Fixed annoying warning for unused sccsid.bde1998-02-242-4/+8
* Don't #include implementation header <machine/types.h> directly.bde1998-02-241-5/+2
* Add more info about -W optionache1998-02-233-6/+12
* Note that default local charset assumed as ISO 8859-1ache1998-02-233-3/+9
* Implement loadable DOS<->local conversion tables for DOS namesache1998-02-2313-79/+276
* Implement loadable DOS<->local conversion tables for DOS namesache1998-02-2312-134/+274
* Use port 0x110 to avoid PNP conflicts.steve1998-02-232-3/+3
* Fix signatures of NEC's DOS formats.kato1998-02-232-18/+18
OpenPOWER on IntegriCloud