summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Create /var/db/pkg/.mkversion file with datestamp.asami1999-03-291-1/+4
|
* Document portmap_program and lpd_programjfitz1999-03-291-1/+11
| | | | Suggested by: Bill Fumerola <billf@jade.chc-chimes.com>
* typo fixeskjc1999-03-291-2/+2
| | | | | PR: docs/10738 Submitted by:Yamaguchi Takahiro tyama@titanium.crc.uec.ac.jp
* Describe referenced states for plex and subdisk.grog1999-03-281-9/+9
| | | | | | Remove BUGS entry for initializing RAID-5 plexes. Get date right.
* Increase the timeout and wait for ``PPP'' in the compuservebrian1999-03-281-3/+3
| | | | | | example. Submitted by: MALCOLM BOFF <Malcolm_Boff@compuserve.com>
* Remove incomplete diagram in troff output only.grog1999-03-271-4/+9
| | | | | | | | | Typo: replace 'subvolume' with 'subdisk'. Put a \& in front of a line starting with a period. PR: docs/10809 Reported-by: Kanenda
* Fixed bitrot in synopsis.bde1999-03-261-2/+2
|
* Fix recurring typo: fine -> filewpaul1999-03-2510-20/+20
|
* Mention securelevel 3 to match comment in rc.conf.ghelmer1999-03-241-2/+2
|
* Document natd_programbrian1999-03-241-1/+4
|
* Cosmetic changes for troff outputgrog1999-03-241-34/+60
| | | | | | Long-wished-by: joerg Clarify yet again how to perform a newfs on a vinum volume.
* Removed all traces of LN_FLAGS. It was only used to produce a linkbde1999-03-233-12/+43
| | | | | | | | | | | | | | | | /usr/sbin/sysctl -> ${DESTDIR}/sbin/sysctl in some versions of 2.2, and this link was broken if DESTDIR was set. Added a SYMLINKS macro. This works the same as LINKS, except it creates symlinks and the linked-to pathname may be relative. This is more flexible than LN_FLAGS, since it supports installing symlinks independently of hard links. Use `ln -f[s] ...' instead of `rm -f ...; ln [-s] ...' for LINKS and SYMLINKS. This is equivalent if the target is neither a directory nor a symlink to a directory. PR: 8279
* Typo fix (set --> get).alex1999-03-221-3/+3
| | | | Obtained from: OpenBSD (David Leonard)
* Restored objlink. The previous commit was confused about the differencebde1999-03-212-4/+14
| | | | between OBJLINK and objlink.
* Oops! forgot to introduce the src file in my last commit.foxfair1999-03-201-0/+78
|
* Supporting locale for Chinese Big5 completely.foxfair1999-03-202-4/+5
|
* Document net.inet.ip.fastforwarding, and the fact that it bypasses thedes1999-03-201-7/+17
| | | | | | ipfirewall code. Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
* security(1) doesn't exist, but security(7) does.billf1999-03-201-2/+2
| | | | | PR: docs/10478 Submitted by: Oliver Fromme <oliver.fromme@heim3.tu-clausthal.de>
* Clarify yet again that we need to synchronize the debug state ofgrog1999-03-191-19/+36
| | | | | | | kernel and userland modules. Describe the superdevice method of ensuring that people at least recognize the problem if they run into a debug synchronization problem.
* more $d -> %d fixesmsmith1999-03-191-4/+4
|
* Fix some $d -> %d mistakes.msmith1999-03-191-5/+5
| | | | Submitted by: crb@crbowman.erols.com
* Document the flags and p parameters to VOP_LOCK and VOP_UNLOCK. Also,ghelmer1999-03-172-7/+52
| | | | | | | at Doug Rabson's suggestion, add vn_lock(9) as an alternative name for this manpage and note its calling convention. PR: docs/9338
* Spelling and grammar fixes.ghelmer1999-03-151-23/+23
| | | | PR: docs/10401
* Fix reference (FreeBSD 3.0.1 -> FreeBSD 3.1), remove apparent typo,ghelmer1999-03-151-4/+5
| | | | | | and fix reference to sysctl(8). PR: docs/10428 docs/10482
* 1) line 76: "fine" should be "file"billf1999-03-152-6/+6
| | | | | | | 2) line 80: "abso" should be "also" PR: docs/10496 Submitted by: Osamu Mihara <mihara@prd.fc.nec.co.jp>
* Typo - latter -> letterbillf1999-03-151-2/+2
| | | | | PR: docs/10591 Submitted by: Kanenda <vanitas@ma3.seikyou.ne.jp>
* EACESS -> EACCESalex1999-03-151-2/+2
| | | | Submitted by: garath@code.ridgefield.org via OpenBSD
* New names for the list; the DES crypt and libwrap for tcp_wrappers.markm1999-03-141-1/+3
|
* Bitrot. Remove objlink as it is not pleasant to be downwind.markm1999-03-143-38/+6
| | | | | PR: 8071 Reviewed by: Sheldon Hearn <sheldonh@iafrica.com>
* Bring in some MASTER_SITE_{AFTERSTEP,WINDOWMAKER} from bsd.port.mkbillf1999-03-141-1/+3
|
* Clarify the undesirability of static configuration.grog1999-03-131-44/+48
| | | | | | Describe the problems of synchronization between userland and driver. Tripped-over-by: Chris Foote <chris@senet.com.au>
* Oops, syscons.4 hasn't been added to Makefile!yokota1999-03-111-2/+3
|
* erst0 -> ersa0ghelmer1999-03-071-2/+2
| | | | PR: docs/9860
* MAKEDEV pty# makes 32 pty pairs, not 16.ghelmer1999-03-072-4/+4
| | | | PR: docs/9879
* update misc i4b documentation to i4b release 0.71.00hm1999-03-073-23/+128
|
* Removed old scsi section 9 man pages. Only cd.9 has been converted tobde1999-03-064-381/+2
| | | | | | cam. scsiconf.9, sd.9, and st.9 can now be found in the Attic. Reviewed by: ken
* Fixed bitrot in synopsis (devfs_link was renamed to devfs_makelink).bde1999-03-062-5/+6
| | | | Didn't fix bitrot in this page's name; just install a link.
* Fixed wrong function prototype(s) in synopsis.bde1999-03-066-14/+12
|
* Fixed bitrot in synopsis (u_long changed to uintptr_t for portability).bde1999-03-062-6/+6
|
* Fixed C syntax error in synopsis.bde1999-03-061-2/+2
|
* Fixed bitrot in synopsis (const poisoning hadn't reached here).bde1999-03-061-2/+2
|
* Fixed missing headers in synopsis.bde1999-03-062-1/+5
|
* Fixed bitrot in synopsis (fuword() and suword() changed to support alpha).bde1999-03-062-2/+2
|
* Allocate a target mode instance to handle our target mode session, cleangibbs1999-03-051-16/+79
| | | | | | it up on exit. The address for attaching the emulator (path, target id, lun) is now specified on the command line. Some attempt at cathing signals and cleaning up target mode instances is now made.
* Fixed bitrot in synopsis (some const poisoning hadn't reached here).bde1999-03-051-2/+2
|
* Typo fix.jkoshy1999-03-022-4/+4
| | | | | PR: docs/10348 Submitted by: Chris Costello <chris@holly.dyndns.org>
* Change some .Ar macros to .Pa.grog1999-03-021-20/+40
| | | | | | | | | | Describe /dev/vinum/control* Describe drive "referenced" state. Remove warning about kldunload; it seems to work now. Still more descriptions of how to debug things.
* Add a missing word and change a "then" to "than".ghelmer1999-03-021-3/+3
| | | | PR: docs/9304 docs/9822
* Apply mdoc macros, remove some spacing that caused unexpected line breaking,ghelmer1999-03-021-78/+221
| | | | | | | and fix some spelling errors. (I also took the liberty of converting the reference to LKMs to KLDs.) PR: docs/9238 docs/9305
* Fix disorder introduced by me in the Euro part 2 locale commit.imp1999-03-011-15/+15
| | | | | Submited by: bde (This was uncommitted for too long in my tree, but is well tested)
OpenPOWER on IntegriCloud