summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add wcd0 to `all' target. The fate of the IDE CDROM support in 2.2jkh1996-05-022-4/+4
* NBPG -> PAGE_SIZEphk1996-05-022-26/+26
* NBPG -> getpagesize()phk1996-05-023-4/+4
* Use PAGE_SIZE instead of NBPGphk1996-05-021-2/+2
* Cache the result of getpagesize() so we only make one syscall.phk1996-05-022-16/+19
* Replace NBPG with getpagesize()phk1996-05-021-3/+3
* Yow! /dev/wcd0c got omitted from the boot.flp somehow. Guess that explainsjkh1996-05-021-2/+2
* Back out my stupid braino; I was thinking strlen and not sizeof.fenner1996-05-023-6/+6
* Size temp var correctly; buf[4*sizeof "123"] is not long enoughfenner1996-05-023-6/+6
* Convert the time2posix man page to mdoc format. This stillmpp1996-05-011-49/+45
* Fix a typo.mpp1996-05-011-1/+1
* Remove a redundant description of the EMFILE error, and fix a typo.mpp1996-05-011-7/+1
* Add section with pgp keys (feel free to give it a better layout)phk1996-05-015-5/+88
* Provide a rudimentary man page for this, based mostly on the README.PATCH.markm1996-05-012-2/+61
* Rewrite this a bit. The patch has already been applied, and usersmarkm1996-05-011-47/+39
* Bump SNAP date to 960501 since that's what it is now. Next SNAP, thesejkh1996-05-012-4/+8
* Might as well be factual. Sigh!jkh1996-05-011-2/+2
* Fix the last known bogon with the packages menu. It's SNAP time!jkh1996-05-015-11/+11
* Make the call to fortune here conditional as well.jkh1996-05-011-1/+1
* If we've selected X, select the compat21 distribution as well.jkh1996-05-012-4/+4
* Add the compat21 dist.jkh1996-05-012-2/+4
* Added calibration the i8254 and the i586 clocks agains the RTC at bootbde1996-05-019-237/+1257
* i386/machdep.cbde1996-05-012-28/+6
* Include <sys/buf.h> so that this does't blow up with B_WRITE undefined.jkh1996-05-012-2/+4
* Oops, restored existent option LINUX. It is used at config-time.bde1996-05-013-3/+6
* Made this self-sufficent (except for <sys/types.h>) when compiled inbde1996-05-011-35/+43
* Fixed a race that caused panics in kernel printfs when the screen timeoutbde1996-05-013-6/+15
* Don't return unused values in cpu_switch() or savectx().bde1996-05-015-22/+10
* Removed unused #include.bde1996-05-012-4/+2
* Micro tweak for getting the Holographic shell message to stay on thejkh1996-05-013-6/+6
* Removed nonexistent option "LINUX" (what's that :-).bde1996-05-015-10/+5
* Only disable sio3 by default.bde1996-05-012-4/+4
* Default to udp if neither udp nor tcp is specified. The previous revisionbde1996-05-012-2/+4
* Removed prototype for obsolete function sleep().bde1996-05-011-2/+1
* Removed unnecessary #includes from <sys/imgact.h> so that it isbde1996-05-019-16/+27
* Removed bogus _BEGIN_DECLS/_END_DECLS.bde1996-05-019-92/+57
* Made this self-sufficent (apart from <sys/types.h>) again. It includedbde1996-05-011-6/+7
* Alex Nash added for his contribution of the compat21 distribution.jkh1996-05-011-1/+2
* Made this compile again. A comment delimiter got deleted in the Lite2bde1996-05-011-1/+2
* Fixed incomplete or wrong lists of prerequisite #includes related tobde1996-05-015-3/+10
* Fixed incomplete or wrong lists of prerequisite #includes related tobde1996-05-012-2/+4
* Fixed a wrong prerequisite #include and a missing function-arg type.bde1996-05-011-3/+3
* Fixed misformatted #include (.Ft -> .Fd).bde1996-05-011-1/+1
* Made this work with the documented prerequisite #includes (none).bde1996-05-011-0/+8
* Oops, this should have been with the ctype changes.bde1996-05-011-11/+9
* Fixed longstanding namespace convolution involving rune_t vs wchar_t.bde1996-05-018-48/+56
* Fixed timeouts. I broke them in rev.1.17 for the FORCE_COMCONSOLE andbde1996-04-301-4/+21
* Removed gratuitous differences from Lite2.bde1996-04-301-7/+4
* #include <sys/filedesc.h> explicitly instead of depending on it beingbde1996-04-303-3/+6
* Fixed nfs sysctls. They missed out on the fs -> vfs name changes frombde1996-04-304-10/+10
OpenPOWER on IntegriCloud