Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
1999-09-26 | crank to version 2 for release, in case any dependencies have crept in | deraadt | 2 | -2/+2 | |
1999-09-23 | Typo fixes. | alex | 2 | -7/+7 | |
1999-09-21 | index/rindex as deprecated synonyms to strchr/strrchr. | espie | 11 | -193/+39 | |
1999-09-16 | use writev() where possible | deraadt | 1 | -12/+29 | |
1999-09-14 | Supply examples and discuss limitations. | pjanzen | 2 | -7/+120 | |
1999-09-13 | use stronger language when pointing people at strtol() | deraadt | 1 | -1/+12 | |
1999-09-07 | typo | espie | 1 | -2/+2 | |
1999-09-06 | succesful -> successful | aaron | 1 | -2/+2 | |
1999-09-04 | Using .Li inside a .Bd -literal block messes up the fonts thereafter; | pjanzen | 1 | -4/+4 | |
.Li ... -> \&... | |||||
1999-09-03 | typo | deraadt | 1 | -3/+3 | |
1999-09-03 | sizeof("string") includes 0 byte; aazubel@tatu.cnba.uba.ar | deraadt | 1 | -2/+2 | |
1999-09-03 | Use strtol() and strtoul() instead of atoi(). This allows us to catch | millert | 3 | -16/+29 | |
errors reasonably and deal correctly with unsigned quantities. | |||||
1999-08-26 | add an inner xor to make prediction attacks against the ids harder, due | provos | 1 | -3/+5 | |
to an attack pointed out by David Wagner. | |||||
1999-08-16 | include unistd.h | art | 1 | -0/+3 | |
1999-07-20 | better english; deraadt@/millert@ | aaron | 2 | -6/+6 | |
1999-07-09 | - remove all trailing whitespace | aaron | 3 | -33/+33 | |
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it... | |||||
1999-07-08 | use SIOCGIFCONF much more carefully | deraadt | 3 | -42/+102 | |
1999-07-05 | use .Li to refer to data types | aaron | 1 | -2/+3 | |
1999-07-05 | repairs; better English, formatting, etc. | aaron | 18 | -266/+299 | |
1999-07-04 | trash some old leftover macros and replace them with -mdoc macros | aaron | 4 | -18/+9 | |
1999-07-04 | better wording | aaron | 1 | -3/+3 | |
1999-07-03 | cleaned up | deraadt | 2 | -633/+678 | |
1999-07-03 | if_freenameindex() API | deraadt | 2 | -11/+19 | |
1999-07-03 | cleaner | deraadt | 3 | -9/+208 | |
1999-07-03 | man pages from WIDE | deraadt | 3 | -2/+498 | |
1999-07-03 | install man page | deraadt | 1 | -2/+2 | |