Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | More file system > filesystem | trhodes | 2002-05-16 | 4 | -8/+8 | |
| | ||||||
* | PC98 still uses wd#, so resurrect the wd# entry and mark is "pc98 only". | dd | 2002-05-06 | 1 | -0/+4 | |
| | | | | Noticed by: bde (four months ago) | |||||
* | Merge bsd.obj.mk's version of the _SUBDIR target with bsd.subdir.mk. | ru | 2002-04-23 | 1 | -4/+0 | |
| | | | | | | | | | | | | | | | | Ensure all standard targets honor SUBDIR. Now `make obj' descends into SUBDIRs even if NOOBJ is set (some descendants may still need an object directory, but we do not have such precedents). Now `make install' in non-bsd.subdir.mk makefiles runs `afterinstall' target _after_ `install' in SUBDIRs, like we do in bsd.subdir.mk. Nothing depended on the wrong order anyway. Fixed `distribute' targets (except for the bsd.subdir.mk version) so that they do not depend on _SUBDIR; `distribute' calls `install' which already depends on _SUBDIR. De-standardize `maninstall', otherwise manpages would be installed twice. (To be revised later.) | |||||
* | Non-sendmail users use the FreeBSD sendmail startup functionality to start | gshapiro | 2002-04-21 | 1 | -4/+1 | |
| | | | | | | | | | | | | alternative MTAs. Therefore, always install rc.sendmail, regardless of NO_SENDMAIL make.conf setting. Users can still set mta_start_script to a different script. This commit is after a repo-copy of src/etc/sendmail/rc.sendmail to src/etc/rc.sendmail. Noticed by: Calvin NG <calvinng@brel.com> MFC after: 3 days | |||||
* | Fixed mdoc(7) warnings visible in troff mode only. | ru | 2002-04-17 | 1 | -9/+9 | |
| | | | | Spotted by: Rich Morin <rdm@cfcl.com> | |||||
* | intro(8) is lacking a command status explanation, added. | trhodes | 2002-04-09 | 1 | -0/+11 | |
| | | | | | | PR: 36448 No objections from: ru MFC after: 3 days | |||||
* | Quoting Peter Wemm, "At great personal risk, touch the sendmail startup | gshapiro | 2002-04-05 | 2 | -0/+245 | |
| | | | | | | | | | | | | | | | | | | | | | again." As an alternative to sendmail_enable=NONE, solve the boot time problem for non-sendmail users completely by moving all of the sendmail startup code from /etc/rc to /etc/rc.sendmail. The source for that script will be kept in src/etc/sendmail/rc.sendmail so make.conf's NO_SENDMAIL will prevent it from being installed. A new rc.conf variable, mta_start_script specifies the script to run to start the user's preferred MTA. For backward compatibility, it will default to /etc/rc.sendmail. The specified script is called out of /etc/rc after checking to make sure it exists. A new rc.sendmail.8 man page has also been added which now houses the sendmail_* variable descriptions formerly in rc.conf.5. Use /etc/rc.sendmail in /etc/mail/Makefile to reduce code duplication. Reviewed by: -current, -stable, obrien, peter, ru MFC after: 1 week | |||||
* | More details on how to write a crunch.conf file for PicoBSD, | luigi | 2002-03-21 | 1 | -10/+71 | |
| | | | | and document the "import_files" option. | |||||
* | Add a paragraph break I missed in my last update. | cjc | 2002-03-20 | 1 | -0/+1 | |
| | ||||||
* | mdoc(7) police: tidy up. | ru | 2002-03-18 | 1 | -159/+169 | |
| | ||||||
* | mdoc(7) police: tidy up. | ru | 2002-03-18 | 1 | -27/+33 | |
| | ||||||
* | Add documentation for rc.early(8). | cjc | 2002-03-17 | 2 | -1/+5 | |
| | | | | | PR: misc/35992 MFC after: 3 days | |||||
* | Bunch of manpage fixes from Bruce Montague. | luigi | 2002-03-15 | 1 | -73/+77 | |
| | ||||||
* | The chapter on kernel debugging is now in the Developers' Handbook. | dd | 2002-03-10 | 1 | -2/+2 | |
| | | | | | | | Add a trailing slash to a URL while I'm here. PR: 35637 Submitted by: Gary W. Swearingen <swear@blarg.net>, setantae@submonkey.net | |||||
* | Forgot to update the date. | luigi | 2002-03-09 | 1 | -1/+1 | |
| | | | | | The manpage describes the latest batch of changes, and especially the runtime config was totally different before. | |||||
* | Lots of updates on the install process, detailing how to | luigi | 2002-03-09 | 1 | -17/+271 | |
| | | | | | | | | | install PicoBSD on hard disks and CDROM images, and on the bootstrap sequence and the places where you can customise a PicoBSD image. Now if some of the -doc guys want to put this stuff in a nice handbook page, that would be extremely useful! | |||||
* | Update manpage to reflect reality. | luigi | 2002-02-15 | 1 | -29/+149 | |
| | ||||||
* | yp(4) -> yp(8). | ru | 2002-01-14 | 2 | -2/+4 | |
| | | | | PR: docs/30797 | |||||
* | Convert to man4/Makefile style. | ru | 2002-01-14 | 1 | -4/+10 | |
| | ||||||
* | mdoc(7) police: tidy up the markup. | ru | 2002-01-14 | 1 | -59/+79 | |
| | ||||||
* | mdoc(7) police: sort xrefs. | ru | 2002-01-10 | 1 | -1/+1 | |
| | ||||||
* | MFalpha 1.18: Bring this closer to reality by removing mention of wd# | dd | 2002-01-07 | 1 | -5/+14 | |
| | | | | and adding ATA stuff. | |||||
* | ATAPI CDROM drives are acd#, not act#. | dd | 2002-01-07 | 1 | -1/+1 | |
| | ||||||
* | mdoc(7) police: Add missing markup bits for revisions 1.12 and 1.13. | ru | 2001-12-07 | 1 | -4/+11 | |
| | ||||||
* | Mention entropy_dir="NO" in diskless.8, since /var is an md-backed | rwatson | 2001-11-27 | 1 | -0/+7 | |
| | | | | file system and as such will not preserve its contents across boot. | |||||
* | Update diskless.8 to refer to 'device md' instead of 'options MFS'; in | rwatson | 2001-11-27 | 1 | -3/+3 | |
| | | | | | -CURRENT, md devices with FFS on top are used in the diskless boot process instead of MFS. | |||||
* | Simplify. | ru | 2001-10-25 | 1 | -6/+3 | |
| | ||||||
* | mdoc(7) police: join split punctuation to macro calls. | ru | 2001-08-10 | 2 | -6/+5 | |
| | ||||||
* | mdoc(7) police: expand plain text xrefs. | ru | 2001-08-08 | 1 | -1/+3 | |
| | ||||||
* | Removed whitespace at end-of-line; no content changes. I simply did | schweikh | 2001-07-14 | 3 | -6/+6 | |
| | | | | | | | | | | cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//' BTW, what editors are the culprits? I'm using vim and it shows me whitespace at EOL in troff files with a thick blue block... Reviewed by: Silence from cvs diff -b MFC after: 7 days | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 6 | -6/+6 | |
| | ||||||
* | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | dd | 2001-07-09 | 1 | -2/+0 | |
| | ||||||
* | mdoc(7) police: simplify the fix in rev. 1.25. | ru | 2001-07-04 | 1 | -2/+3 | |
| | ||||||
* | Update the manpage to reflect reality (and what was already in -stable). | luigi | 2001-06-20 | 1 | -199/+144 | |
| | ||||||
* | Fix a spacing issue. (No content changes.) | dd | 2001-06-01 | 1 | -4/+3 | |
| | ||||||
* | Removed duplilcate $FreeBSD$ tag. | ru | 2001-05-15 | 1 | -2/+0 | |
| | ||||||
* | Bring the doc up to date with regard to the /etc bootstrapping code | bsd | 2001-05-10 | 1 | -7/+19 | |
| | | | | and the role of /conf/default/etc. | |||||
* | MFS: bring Luigi's updated diskless man page into -current. | bsd | 2001-05-10 | 1 | -249/+165 | |
| | ||||||
* | mdoc(7) police: normalize .Nd. | ru | 2001-04-18 | 2 | -4/+2 | |
| | ||||||
* | mdoc(7) police: uppercase document title. | ru | 2001-04-18 | 1 | -1/+1 | |
| | ||||||
* | mdoc(7) police: sort xrefs. | ru | 2001-04-04 | 1 | -1/+1 | |
| | ||||||
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 3 | -3/+3 | |
| | ||||||
* | update this to be marginally closer to reality | mjacob | 2001-03-14 | 1 | -5/+14 | |
| | ||||||
* | Eliminate mdocNG warnings caused by misplaced or extraneous macro calls. | ru | 2001-02-28 | 1 | -2/+2 | |
| | ||||||
* | Prepare for mdocNG. | ru | 2001-02-28 | 1 | -3/+6 | |
| | ||||||
* | Remove (now unnecessary) MLINKS. | ru | 2001-02-19 | 3 | -6/+2 | |
| | ||||||
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -7/+7 | |
| | ||||||
* | sysinstall.8 lives in src/usr.sbin/sysinstall now and gets installed via | jhb | 2001-01-17 | 1 | -6/+0 | |
| | | | | normal means, so remove the hack to install it. | |||||
* | Only install sysinstall.8 if the release/sysinstall directory exists. This | ben | 2001-01-13 | 1 | -2/+5 | |
| | | | | | | | fixes the world for people without src-release. PR: 24122 Submitted by: Steven G. Kargl <kargl@apl.washington.edu> | |||||
* | Install sysinstall.8 as part of buildworld. | ben | 2001-01-01 | 1 | -1/+4 | |
| | | | | | PR: 19818 Submitted by: Brian Candler <B.Candler@pobox.com> |