summaryrefslogtreecommitdiff
path: root/share/man
AgeCommit message (Collapse)Author
2002-11-062x spelling, Jolan Luff, Thanks!Henning Brauer
2002-11-04state-opt = "max" seconds -> number, it limits the number of states notDaniel Hartmeier
time. ok henning@, pb@
2002-10-31document 'set require-order (yes|no)'Philipp Buehler
mini-BNF fix henning@ ok
2002-10-31spelling; Jolan Luff, thanks!Henning Brauer
2002-10-31There's no point in using a small block size when creating a swapTodd C. Miller
partition, it just slows down dd.
2002-10-29danger will robinson, dangerMichael Shalayeff
2002-10-29Document IGNORE and COMES_WITH; ok espiePeter Valchev
2002-10-27Remove 'flags X' syntax, if people make heavy use of X/FOOBAR, theyPhilipp Buehler
chould use macros, e.g. tcpinit="S/SAFR" pass in ... flags $tcpinit
2002-10-26indent section about arc4random; ok miod@Jakob Schlyter
2002-10-25Fix example.Mike Pechkin
If error don't use 0 in err/errx. More commits are comming. dhartmei@ ok
2002-10-24document va_copy; from NetBSD (kleink)Todd C. Miller
2002-10-21manual media setting no longer needed for the 21145Henning Brauer
2002-10-21o Add "-days 365" to the examples (default lifetime is 1 month).Todd C. Miller
o Add an example showing how to make a new cert w/o a new key. o Mention how to dump a cert in text format.
2002-10-20Intel 21145 supportHenning Brauer
2002-10-19Add manpage for asc scsi driver. From NetBSD.Hugh Graham
2002-10-17Overhaul of boot_`arch`(8) manual pages (unfinished).Miod Vallat
Attempt to factorize some texts, remove old or false stuff, try to be more {help,use}ful, etc. boot_alpha and boot_hp300 rewritten on the occasion, and boot_hppa is new.
2002-10-16Xr ccd for kicksTheo de Raadt
2002-10-15bugs are not bugs no more; pt out by miod@Michael Shalayeff
2002-10-15correct powerhook proto and a description for the int why; from ↵Michael Shalayeff
grendel@zeitbombe.org
2002-10-15option, not options; hamajima@nagoya.ydc.co.jpTheo de Raadt
2002-10-14New manpage elf(5), from FreeBSD, with minor changes due to differencesMiod Vallat
between OpenBSD and FreeBSD ELF support. Initially written by asmodai@freebsd.org.
2002-10-14Remove OPTi 82c621 from list of supported devices.Grigoriy Orlov
It disabled in pciide.c deraadt@ ok.
2002-10-14.Cm inside .Bd -literal screws upTheo de Raadt
2002-10-14Mention Prism3 and HostAP bugs in 1.4.0-1.4.2 firmware.Todd C. Miller
2002-10-14No need to modify submit.mc when enabling TLS. Noted by Marc MatteoTodd C. Miller
2002-10-14grammar & formattingHenning Brauer
From: Jolan Luff <jolan@cryptonomicon.org>, who is no i386 wheenie ;-) Thanks!
2002-10-14document binat netblocksHenning Brauer
from ryan
2002-10-14document USE_X11; from aleksander.piotrowski@piestrak.waw.plPeter Valchev
2002-10-14your -> one'sHenning Brauer
From: Gregory Steuck <greg@nest.cx> Thanks!
2002-10-13A new manual page to describe config(8)'s rules files. Will probably requireMiod Vallat
more details over time.
2002-10-13add support forHenning Brauer
Boca Turbo Serial 654 (4 port serial) Boca Turbo Serial 658 (8 port) from Andrey Smagin with a little help by me ok deraadt@
2002-10-13talk about lo0 issuesHenning Brauer
from Gregory Steuck greg at nest dot cx
2002-10-11Add a bit on volatile vs volatile pointers. OK jason@ millert@Marco S Hyman
2002-10-10mention that the Sun Crypto Accelerator 1000 is suspected to be a Broadom 5821.Jason Wright
If someone can confirm this (and heck, even better, test the driver patch I just committed and lemme know, I'd appreciate it).
2002-10-09missing comma; hiten@uk.FreeBSD.orgTheo de Raadt
2002-10-09document the extended return-icmp syntax, block return, block drop and setHenning Brauer
block-policy. from ryan ok dhartmei@
2002-10-08formatting knit, fix a run-together phraseTodd T. Fries
from Jean-Francois Brousseau <krapht@secureops.com>
2002-10-07Add 'reply-to' to filter rules, similar to route-to, but applying toDaniel Hartmeier
replies (packets that flow in the opposite direction of the packet that created state), used for symmetric routing enforcement. Document how route-to and reply-to work in context of stateful filtering.
2002-10-05Allow filtering based on IP header's tos field.Daniel Hartmeier
2002-10-04now i wanna be your dogMichael Shalayeff
2002-10-04a makefileMichael Shalayeff
2002-10-04the fire from sparcMichael Shalayeff
2002-10-04enlighten ppl w/ hppa man pagesMichael Shalayeff
2002-10-04add a missing license, propepd by jason@Michael Shalayeff
2002-10-04recover from french invasionMichael Shalayeff
2002-10-04new sentence, new lineHenning Brauer
pointed out by Dries Schellekens, Thanks!
2002-10-02Next-to-last minute changes:Miod Vallat
- do not install format(8) on hp300, and drtest(8) on vax - incomplete MAKEDEV(8) updates.
2002-10-02Add a small blurb about portmap being disabled by default, yet necessaryMiod Vallat
for YP operation. ok deraadt@
2002-10-01Post-last minute change:Miod Vallat
The anti-doping police (mickey@) says, with reason, that listing in "SEE ALSO" devices that are already .Xr in the device list is overkill. So trim these lists again.
2002-10-01Last minute cleanings (yes, close to release, last minutes spend longerMiod Vallat
than regular minutes): - do not install manual pages covering hardware we do not currently support - link autoconf(4) - remove mtio(4), this is an mi page now - do not link kUmem(4) -> mem(4) since there is no corresponding code. What a joke. - .Xr .Cd police - intro(4) update, closer to reality ok hugh@ deraadt@