Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-07-07 | Add IPSec Sysctl info. ok angelos@. | Kjell Wooding | |
1999-07-07 | The 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-07 | First REAL cut at documenting bimap. | Kjell Wooding | |
1999-07-06 | Whoops. Missed man page. removed -U | Kjell Wooding | |
1999-07-06 | Option -U is solaris only. Pointed out by theo. | Kjell Wooding | |
1999-07-06 | delete meaningless entry in BUGS | Theo de Raadt | |
1999-07-06 | if SIGUSR1 is received, kill gettys, run /etc/rc.shutdown, and halt the machine | Theo de Raadt | |
1999-07-06 | first cut at documenting bimap | Theo de Raadt | |
1999-07-06 | gethostname() is safe | Theo de Raadt | |
1999-07-05 | Big 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-05 | fix Nm usage in SYNOPSIS section; d@ | Aaron Campbell | |
1999-07-04 | trash some old leftover macros and replace them with -mdoc macros | Aaron Campbell | |
1999-07-04 | some repairs | Aaron Campbell | |
1999-07-04 | new -mdoc man pages; kwesterback@home.com | Aaron Campbell | |
1999-07-03 | remove redundant .Pp macros | Aaron Campbell | |
1999-07-02 | rename SADB_foo_X_bar to SADB_X_foo_bar | Theo de Raadt | |
1999-07-02 | consistent .Dd usage; proper format is: .Dd Month DD, YYYY | Aaron Campbell | |
1999-07-01 | print kern.arandom unsigned | Theo de Raadt | |
1999-07-01 | extra fclose(); ronald@chersonese.com | Theo de Raadt | |
1999-07-01 | Add support for Joliet extensions. From FreeBSD | David Leonard | |
1999-06-29 | mention kern.arandom | Niels Provos | |
1999-06-29 | remove reference to format(8), which does not exist; form@kti.nsc.ru | Aaron Campbell | |
1999-06-18 | whoops | Aaron Campbell | |
1999-06-18 | new ipnat(4) and ipnat(5) mdoc-style man pages; kwesterback@home.com | Aaron Campbell | |
1999-06-17 | go back to UDP mounts by default until NFS/TCP is fixed | Todd C. Miller | |
1999-06-16 | missed i386 -> __i386__ | Marc Espie | |
1999-06-11 | <netinets/ip_proxy.h> -> <netinet/ip_proxy.h>; ryker@ugrad.cs.ualberta.ca | Aaron Campbell | |
1999-06-10 | Handle 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-08 | Some large partition fixes | Niklas Hallqvist | |
1999-06-06 | use inet_aton() instead of inet_addr() | Theo de Raadt | |
1999-06-06 | mention the `manual' command; mcsmart@engin.umich.edu | Aaron Campbell | |
1999-06-06 | typo; mcsmart@engin.umich.edu | Aaron Campbell | |
1999-06-05 | Merge with EOM 1.41, RCSIds | Niklas Hallqvist | |
1999-06-05 | Merge with EOM 1.89 | Niklas Hallqvist | |
author: ho Remove early variable initialization. | |||
1999-06-05 | Use the Listen-on address as local address if Local-address | Niklas Hallqvist | |
not given, but Listen-on is. | |||
1999-06-05 | fix another inet_aton() | Theo de Raadt | |
1999-06-05 | Remove bad examples of stuff we do not yet support in this version anyhow | Niklas Hallqvist | |
1999-06-05 | Merge with EOM 1.15 | Niklas Hallqvist | |
author: niklas More error checking of certs | |||
1999-06-05 | Merge with EOM 1.14 | Niklas Hallqvist | |
author: niklas Add some error checking | |||
1999-06-05 | Merge with EOM 1.27 | Niklas Hallqvist | |
author: niklas style author: niklas strdup error checking | |||
1999-06-05 | use inet_aton() | Theo de Raadt | |
1999-06-05 | capitalize the acronym ID | Aaron Campbell | |
1999-06-05 | more .Os cleansing | Aaron Campbell | |
1999-06-04 | start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@ | Aaron Campbell | |
1999-06-03 | check for interface names before hostnames | Theo de Raadt | |
1999-06-02 | snprintf | Theo de Raadt | |
1999-06-02 | Merge with EOM 1.16 | Niklas 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-02 | Merge with EOM 1.23 | Niklas 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-02 | Merge with EOM 1.112 | Niklas Hallqvist | |
author: niklas Some restructuring of ID checks, but still no coupling to names. | |||
1999-06-02 | exchange.c: Merge with EOM 1.106 | Niklas Hallqvist | |
timer.c: Merge with EOM 1.12 author: ho Logging nitpicks |