summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Collapse)Author
1999-07-07Add IPSec Sysctl info. ok angelos@.Kjell Wooding
1999-07-07The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.Aaron Campbell
Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one.
1999-07-07First REAL cut at documenting bimap.Kjell Wooding
1999-07-06Whoops. Missed man page. removed -UKjell Wooding
1999-07-06Option -U is solaris only. Pointed out by theo.Kjell Wooding
1999-07-06delete meaningless entry in BUGSTheo de Raadt
1999-07-06if SIGUSR1 is received, kill gettys, run /etc/rc.shutdown, and halt the machineTheo de Raadt
1999-07-06first cut at documenting bimapTheo de Raadt
1999-07-06gethostname() is safeTheo de Raadt
1999-07-05Big cleanup of the userland ipf parsing code.Kjell Wooding
inet_addr() was replaced with inet_aton. atoi() tests were replaced by range-checked strtol calls. Error checking of ipf.rules input should be vastly improved now.
1999-07-05fix Nm usage in SYNOPSIS section; d@Aaron Campbell
1999-07-04trash some old leftover macros and replace them with -mdoc macrosAaron Campbell
1999-07-04some repairsAaron Campbell
1999-07-04new -mdoc man pages; kwesterback@home.comAaron Campbell
1999-07-03remove redundant .Pp macrosAaron Campbell
1999-07-02rename SADB_foo_X_bar to SADB_X_foo_barTheo de Raadt
1999-07-02consistent .Dd usage; proper format is: .Dd Month DD, YYYYAaron Campbell
1999-07-01print kern.arandom unsignedTheo de Raadt
1999-07-01extra fclose(); ronald@chersonese.comTheo de Raadt
1999-07-01Add support for Joliet extensions. From FreeBSDDavid Leonard
1999-06-29mention kern.arandomNiels Provos
1999-06-29remove reference to format(8), which does not exist; form@kti.nsc.ruAaron Campbell
1999-06-18whoopsAaron Campbell
1999-06-18new ipnat(4) and ipnat(5) mdoc-style man pages; kwesterback@home.comAaron Campbell
1999-06-17go back to UDP mounts by default until NFS/TCP is fixedTodd C. Miller
1999-06-16missed i386 -> __i386__Marc Espie
1999-06-11<netinets/ip_proxy.h> -> <netinet/ip_proxy.h>; ryker@ugrad.cs.ualberta.caAaron Campbell
1999-06-10Handle PAGER in a manner consistent with the Single Unix Specification:Paul Janzen
that is, use PAGER rather than "more" if it is defined and non-null, not just if it is defined.
1999-06-08Some large partition fixesNiklas Hallqvist
1999-06-06use inet_aton() instead of inet_addr()Theo de Raadt
1999-06-06mention the `manual' command; mcsmart@engin.umich.eduAaron Campbell
1999-06-06typo; mcsmart@engin.umich.eduAaron Campbell
1999-06-05Merge with EOM 1.41, RCSIdsNiklas Hallqvist
1999-06-05Merge with EOM 1.89Niklas Hallqvist
author: ho Remove early variable initialization.
1999-06-05Use the Listen-on address as local address if Local-addressNiklas Hallqvist
not given, but Listen-on is.
1999-06-05fix another inet_aton()Theo de Raadt
1999-06-05Remove bad examples of stuff we do not yet support in this version anyhowNiklas Hallqvist
1999-06-05Merge with EOM 1.15Niklas Hallqvist
author: niklas More error checking of certs
1999-06-05Merge with EOM 1.14Niklas Hallqvist
author: niklas Add some error checking
1999-06-05Merge with EOM 1.27Niklas Hallqvist
author: niklas style author: niklas strdup error checking
1999-06-05use inet_aton()Theo de Raadt
1999-06-05capitalize the acronym IDAaron Campbell
1999-06-05more .Os cleansingAaron Campbell
1999-06-04start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@Aaron Campbell
1999-06-03check for interface names before hostnamesTheo de Raadt
1999-06-02snprintfTheo de Raadt
1999-06-02Merge with EOM 1.16Niklas Hallqvist
author: niklas As PF_KEY per the specs is a best-effort service, expect messages to get lost. That means both replies in PF_KEY "RPCs" and expirations, the latter we solve with extra paranoia and sets timeouts in isakmpd too.
1999-06-02Merge with EOM 1.23Niklas Hallqvist
author: niklas Doc fixes from OpenBSD author: niklas Some extra error checking, documentation and style wrt connections author: niklas Initial text for Passive-Connections author: niklas Doc fix from OpenBSD
1999-06-02Merge with EOM 1.112Niklas Hallqvist
author: niklas Some restructuring of ID checks, but still no coupling to names.
1999-06-02exchange.c: Merge with EOM 1.106Niklas Hallqvist
timer.c: Merge with EOM 1.12 author: ho Logging nitpicks