summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix a couble of typos.sos1997-10-161-6/+6
* remove forgotten debug printf()julian1997-10-161-2/+1
* Two more places where root filesystems were mounted, put them at the head ofjulian1997-10-163-4/+4
* We are mounting the root.julian1997-10-162-4/+4
* Add a little example on libvgl usage.sos1997-10-162-0/+122
* 1/ by default make all versions of the same device get the same vnode.julian1997-10-162-6/+5
* some cleanups of init code, and changes needed to support disk layering.julian1997-10-162-62/+75
* Make the supported media info output the default.peter1997-10-163-27/+10
* Proper spacing in the Synopsis.max1997-10-161-2/+2
* srandom(time()) is too weak even for joke, use srandom(time() ^ getpid())ache1997-10-151-0/+4
* On execing a sgid program, do not set P_SUGID when cr_gid and cr)_uidguido1997-10-151-3/+4
* Remove Xref to format(8) which does not exist.max1997-10-151-2/+1
* Include the machine-dependent Makefile.inc for sys in the correct place.bde1997-10-152-3/+4
* Removed the subdirectory paths from the definitions of MAN[1-9]. Theybde1997-10-1514-132/+87
* Unspam l10n ranges checkache1997-10-151-0/+39
* Added some 2-line source files to get a direct correspondencebde1997-10-155-0/+10
* Remove old SIGALRM absorbing back-compat code. It wasn't working at allpeter1997-10-151-83/+1
* Give up on the "try and compensate for broken programs" cruft and revertpeter1997-10-151-70/+0
* Do not use gawk random, we have better one in libcache1997-10-152-2/+4
* Sigh. Signal handlers are executed on leaving the system call, notpeter1997-10-151-8/+2
* vnops megacommitphk1997-10-1520-1029/+490
* One could be surprised how much bugs can still be found here...joerg1997-10-151-2/+3
* Hide a silly ``unknown board type'' message behind bootverbose. Thejoerg1997-10-152-6/+8
* Hmm, realign the vnops into two columns.phk1997-10-1531-338/+338
* Stylistic overhaul of vnops tables.phk1997-10-1531-2129/+1910
* When the default vnops funtion is vn_default_error(), there is no reason tophk1997-10-154-232/+4
* Mention that the Zip driver (vpo) requires SCSI disk support, and worksmsmith1997-10-153-3/+9
* IN_HASHED goes in the in-core flags ip->i_flag, not in the on-disk flagsbde1997-10-152-8/+8
* Use err(3). Add prototypes.charnier1997-10-152-111/+113
* Use err(3). Rewrote man page in mdoc format.charnier1997-10-152-105/+80
* Add usage().charnier1997-10-154-24/+35
* Fix various bogons reported in this PR.jkh1997-10-1510-18/+28
* Initialise LCP, IPCP and CCP as soon as LCP is down.brian1997-10-151-1/+4
* Correct a bug in the 'allow arbitrary number of socket descriptors' changeswpaul1997-10-141-4/+4
* Reset the flag right away, could catch a bogon someday.phk1997-10-142-2/+4
* I think my previous change may have opened a race conditio.phk1997-10-1410-23/+28
* Makefile for contributed version of awk.jraynard1997-10-142-6/+27
* Remove old version of awk.jraynard1997-10-1432-29563/+0
* Add a new startup variables menu for tweaking rc.conf variables in morejkh1997-10-149-21/+246
* This commit was generated by cvs2svn to compensate for changes in r30411,jraynard1997-10-14260-0/+49739
|\
| * Virgin import of GNU awk 3.0.3jraynard1997-10-14260-0/+49739
* Sheesh! Who's put a non-comment comment into this file?joerg1997-10-141-1/+2
* Improve my hack from rev 1.6 of displayq.c, and make the TCPjoerg1997-10-149-4/+58
* Deleted obsolete non-Intel CPU options.kato1997-10-142-18/+2
* Fix bogon I introduced while adding disks menu to label editor.jkh1997-10-143-9/+15
* ufs_ihashrem() should not be called from the UFS layer, but from thephk1997-10-145-8/+12
* Moved `SRCS+= frexp.c' to the correct Makefile.inc.bde1997-10-142-6/+6
* Moved `SRCS+= frexp.c' to the correct Makefile.inc.bde1997-10-141-2/+2
* Fixed searching of $PATH in execvp(). Do what sh(1) should do accordingbde1997-10-142-26/+87
* if_ep.c clarification/simplification.itojun1997-10-144-546/+184
OpenPOWER on IntegriCloud