summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't claim XMS isn't implemented (it is).msmith1998-02-262-1/+17
* Fixes for some bugs in the VFAT/FAT32 support:msmith1998-02-268-42/+62
* In the author's words:msmith1998-02-264-30/+80
* Changes to support the addition of a new sysctl variable:dg1998-02-264-48/+46
* Deleted KLOCK-hack.kato1998-02-266-58/+14
* Sync with sys/i386/conf/majors.i386 revision 1.35.kato1998-02-261-1/+2
* Sync with sys/i386/conf/files.i386 revision 1.193.kato1998-02-262-2/+4
* Fixed syntax error by recent changes to the queue macros.kato1998-02-261-3/+3
* Update man page to reflect reality.jkh1998-02-261-20/+66
* isofs -> cd9660jkh1998-02-261-2/+2
* added two new files: allowed_domains.txt and allowed_ips.txt.jmb1998-02-252-16/+42
* Removed unused #includes.bde1998-02-252-4/+2
* Fixed a syntax error. Strange but correct code was broken by recentbde1998-02-251-2/+2
* Minimize clock drift between getting and setting timeache1998-02-251-9/+26
* Added missing #include of "opt_devfs.h".bde1998-02-252-8/+6
* PR: 5812danny1998-02-251-1/+5
* Added a used #include.bde1998-02-251-0/+1
* Removed a stale comment and staler code.bde1998-02-252-15/+2
* Don't depend on "implicit int" or bloat the data section in thebde1998-02-251-3/+3
* Don't depend on "implicit int".bde1998-02-251-4/+4
* Declare function pointer args as pointers, not as functions.bde1998-02-251-3/+3
* Fixed a missing newline in a debugging printf.bde1998-02-251-4/+4
* 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
OpenPOWER on IntegriCloud