Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | prevent bogus reverse query for 1.0.0.0.in-addr.arpa. | itojun | 1999-12-11 | 1 | -7/+5 | |
| | | | | this occurs by mixing up ::1 as IPv6 auto-tunnel address like ::10.1.1.1. | |||||
* | fix gethostbyname2(foo, AF_INET6). | itojun | 1999-12-11 | 1 | -1/+9 | |
| | | | | | on /etc/hosts lookup, file static variable "hosts" was damaged and prevented lookup of IPv6 hostnames. | |||||
* | add inet6_option_* and inet6_rthdr_*. | itojun | 1999-12-11 | 6 | -2/+1520 | |
| | | | | increase shlib minor. | |||||
* | fix BIND820 bug in inet_pton(). it should bark if there's ambiguous | itojun | 1999-12-08 | 1 | -2/+4 | |
| | | | | text after IPv6 address string, like "0:1:2:3:4:5:6:7:8". | |||||
* | fix DNS; all this is due for squishing in a few days anyways, i suspect; ↵ | deraadt | 1999-12-07 | 1 | -0/+1 | |
| | | | | fujiwara@rcac.tdi.co.jp | |||||
* | Add missing MLINKs | millert | 1999-11-17 | 3 | -4/+8 | |
| | ||||||
* | Clean up memchr slightly to better match coming memrchr | espie | 1999-11-14 | 1 | -4/+4 | |
| | | | | (K&R-style type promotions are evil), | |||||
* | Tweaks; millert@ | aaron | 1999-11-10 | 1 | -8/+9 | |
| | ||||||
* | calloc.c is back | millert | 1999-11-10 | 1 | -1/+1 | |
| | ||||||
* | calloc() needs to be separate from malloc in case a user wants to have | millert | 1999-11-10 | 2 | -25/+54 | |
| | | | | their own malloc() implementation. | |||||
* | Merge calloc(3) man page into malloc.3; as suggested by millert@ | aaron | 1999-11-09 | 3 | -90/+41 | |
| | ||||||
* | Move calloc() into malloc.c and only zero out the area if malloc() | millert | 1999-11-09 | 3 | -55/+26 | |
| | | | | | | didn't do so for us. By default, malloc() zeros out the space it allocates but the programmer cannot rely on this as it is implementation- specific (and configurable via /etc/malloc.conf) | |||||
* | Install man-page links for strtok_r. | art | 1999-11-09 | 1 | -1/+2 | |
| | ||||||
* | Document strtok_r. | art | 1999-11-09 | 1 | -8/+19 | |
| | ||||||
* | Implement strtok_r. | art | 1999-11-09 | 1 | -5/+15 | |
| | ||||||
* | Set j = i after arc4random key schedule to be more like arc4 stream cipher; | deraadt | 1999-09-28 | 1 | -1/+2 | |
| | | | | from conversations between various people | |||||
* | Correct buffer size. | alex | 1999-09-27 | 1 | -3/+3 | |
| | ||||||
* | Formatting and grammar. | aaron | 1999-09-27 | 1 | -2/+2 | |
| | ||||||
* | Typo fixes. | alex | 1999-09-23 | 1 | -2/+2 | |
| | ||||||
* | index/rindex as deprecated synonyms to strchr/strrchr. | espie | 1999-09-21 | 11 | -193/+39 | |
| | ||||||
* | use writev() where possible | deraadt | 1999-09-16 | 1 | -12/+29 | |
| | ||||||
* | Supply examples and discuss limitations. | pjanzen | 1999-09-14 | 2 | -7/+120 | |
| | ||||||
* | use stronger language when pointing people at strtol() | deraadt | 1999-09-13 | 1 | -1/+12 | |
| | ||||||
* | typo | espie | 1999-09-07 | 1 | -2/+2 | |
| | ||||||
* | succesful -> successful | aaron | 1999-09-06 | 1 | -2/+2 | |
| | ||||||
* | Using .Li inside a .Bd -literal block messes up the fonts thereafter; | pjanzen | 1999-09-04 | 1 | -4/+4 | |
| | | | | .Li ... -> \&... | |||||
* | typo | deraadt | 1999-09-03 | 1 | -3/+3 | |
| | ||||||
* | sizeof("string") includes 0 byte; aazubel@tatu.cnba.uba.ar | deraadt | 1999-09-03 | 1 | -2/+2 | |
| | ||||||
* | Use strtol() and strtoul() instead of atoi(). This allows us to catch | millert | 1999-09-03 | 3 | -16/+29 | |
| | | | | errors reasonably and deal correctly with unsigned quantities. | |||||
* | add an inner xor to make prediction attacks against the ids harder, due | provos | 1999-08-26 | 1 | -3/+5 | |
| | | | | to an attack pointed out by David Wagner. | |||||
* | better english; deraadt@/millert@ | aaron | 1999-07-20 | 2 | -6/+6 | |
| | ||||||
* | - remove all trailing whitespace | aaron | 1999-07-09 | 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... | |||||
* | use SIOCGIFCONF much more carefully | deraadt | 1999-07-08 | 3 | -42/+102 | |
| | ||||||
* | use .Li to refer to data types | aaron | 1999-07-05 | 1 | -2/+3 | |
| | ||||||
* | repairs; better English, formatting, etc. | aaron | 1999-07-05 | 18 | -266/+299 | |
| | ||||||
* | trash some old leftover macros and replace them with -mdoc macros | aaron | 1999-07-04 | 4 | -18/+9 | |
| | ||||||
* | better wording | aaron | 1999-07-04 | 1 | -3/+3 | |
| | ||||||
* | cleaned up | deraadt | 1999-07-03 | 2 | -633/+678 | |
| | ||||||
* | if_freenameindex() API | deraadt | 1999-07-03 | 2 | -11/+19 | |
| | ||||||
* | cleaner | deraadt | 1999-07-03 | 3 | -9/+208 | |
| | ||||||
* | man pages from WIDE | deraadt | 1999-07-03 | 3 | -2/+498 | |
| | ||||||
* | install man page | deraadt | 1999-07-03 | 1 | -2/+2 | |
| | ||||||
* | man page for net_addrcmp(3) | aaron | 1999-07-03 | 1 | -0/+64 | |
| | ||||||
* | Ignore SIGs in the answer section for now as we don't use them (yet). | jakob | 1999-07-03 | 1 | -1/+6 | |
| | | | | OK'd by deraadt. | |||||
* | whoops, fix a bug in my example :) | aaron | 1999-07-03 | 1 | -2/+2 | |
| | ||||||
* | add an example | aaron | 1999-07-03 | 1 | -3/+38 | |
| | ||||||
* | remove redundant .Pp macros | aaron | 1999-07-02 | 1 | -2/+1 | |
| | ||||||
* | .Dd should not be given abbreviated month names | aaron | 1999-07-02 | 1 | -2/+2 | |
| | ||||||
* | remove extra comma from .Dd arguments: "Month ##, ####" is the correct format, | aaron | 1999-07-02 | 1 | -2/+2 | |
| | | | | not "Month, ##, ####" | |||||
* | indent and audit | deraadt | 1999-07-01 | 3 | -258/+220 | |
| |