Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rresvport_af() and bindresvport_af() | 1999-12-16 | 7 | -73/+209 | |
| | |||||
* | incorrect bounds on strlcpy() | 1999-12-16 | 1 | -2/+2 | |
| | |||||
* | Install swapctl.2, not swapon.2. swapon.2 should probably go away. | 1999-12-14 | 1 | -2/+2 | |
| | |||||
* | sync KAME rcsid. | 1999-12-12 | 1 | -2/+2 | |
| | |||||
* | inet6_rthdr_reverse() is not available yet. | 1999-12-12 | 1 | -1/+4 | |
| | |||||
* | prevent bogus reverse query for 1.0.0.0.in-addr.arpa. | 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). | 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_*. | 1999-12-11 | 7 | -3/+1521 | |
| | | | | increase shlib minor. | ||||
* | fix BIND820 bug in inet_pton(). it should bark if there's ambiguous | 1999-12-08 | 1 | -2/+4 | |
| | | | | text after IPv6 address string, like "0:1:2:3:4:5:6:7:8". | ||||
* | Don't use stdio since we don't want the password to end up in stdio | 1999-12-08 | 1 | -25/+24 | |
| | | | | buffers that may not get zeroed. | ||||
* | fix DNS; all this is due for squishing in a few days anyways, i suspect; fujiwara@rcac.tdi.co.jp | 1999-12-07 | 1 | -0/+1 | |
| | |||||
* | fix space regs load insns, also some tabs vs spaces | 1999-12-05 | 1 | -19/+20 | |
| | |||||
* | Formatting fixes, suggested by ericj@ | 1999-12-04 | 1 | -31/+32 | |
| | |||||
* | fix include list; dogcow@redback.com | 1999-11-30 | 1 | -1/+2 | |
| | |||||
* | mark some places that malloc is not checked | 1999-11-23 | 3 | -4/+8 | |
| | |||||
* | Add missing MLINKs | 1999-11-17 | 8 | -14/+24 | |
| | |||||
* | typos | 1999-11-15 | 2 | -4/+4 | |
| | |||||
* | Clean up memchr slightly to better match coming memrchr | 1999-11-14 | 1 | -4/+4 | |
| | | | | (K&R-style type promotions are evil), | ||||
* | EFAULT does not happen for all files; posix 1003.1, line 216 | 1999-11-14 | 1 | -6/+6 | |
| | |||||
* | this seem proper now | 1999-11-14 | 2 | -21/+22 | |
| | |||||
* | Tweaks; millert@ | 1999-11-10 | 1 | -8/+9 | |
| | |||||
* | calloc.c is back | 1999-11-10 | 1 | -1/+1 | |
| | |||||
* | calloc() needs to be separate from malloc in case a user wants to have | 1999-11-10 | 2 | -25/+54 | |
| | | | | their own malloc() implementation. | ||||
* | Merge calloc(3) man page into malloc.3; as suggested by millert@ | 1999-11-09 | 3 | -90/+41 | |
| | |||||
* | Move calloc() into malloc.c and only zero out the area if malloc() | 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) | ||||
* | Bump minor for addition of strtok_r. | 1999-11-09 | 1 | -1/+1 | |
| | |||||
* | Install man-page links for strtok_r. | 1999-11-09 | 1 | -1/+2 | |
| | |||||
* | Document strtok_r. | 1999-11-09 | 1 | -8/+19 | |
| | |||||
* | Implement strtok_r. | 1999-11-09 | 1 | -5/+15 | |
| | |||||
* | Add ip4.allow and etherip.allow entries. | 1999-10-28 | 1 | -1/+9 | |
| | |||||
* | SYNOPSIS needs #include <sys/types.h> | 1999-10-08 | 1 | -1/+2 | |
| | |||||
* | - Xr acct(2) from accton(8) and vice-versa. | 1999-10-07 | 1 | -1/+2 | |
| | | | | | - Add a FILES section to accton(8) indicating the default accounting file. - From pjanzen@ | ||||
* | document more tcp specific sysctls, mostly netbsd. | 1999-10-07 | 1 | -2/+19 | |
| | |||||
* | - let cryptographic checksums refer to each other | 1999-10-06 | 3 | -8/+10 | |
| | | | | - avoid .Xref to one's own manpage | ||||
* | Make this man page much clearer. | 1999-10-06 | 1 | -8/+22 | |
| | |||||
* | specifed -> specified | 1999-10-05 | 1 | -2/+2 | |
| | |||||
* | put back FTS_CHDIRROOT until next library major number crank | 1999-10-03 | 1 | -8/+22 | |
| | |||||
* | kill FTS_CHDIRROOT flag, it is broken beyond repair and no longer used | 1999-10-03 | 2 | -29/+9 | |
| | |||||
* | Fix multiple problems in the FTS_NOCHDIR case (mycroft@netbsd.org): | 1999-10-03 | 1 | -22/+47 | |
| | | | | | | | | | | | | | | | | | | * There was an off-by-one error that caused the addition of a NUL or slash in fts_build() to overwrite other memory. * After fts_palloc(), we need to reset `cp' so that it points to the new path name buffer; otherwise the addition of the file name before calling fts_stat() could lose. Also, fix stupidity in the fts_palloc() interface. We don't want N bytes more than the current buffer size; we want N bytes more than the current length. Just pass in the new size, since we can't figure it out easily here. fts_padjust() was doing more work than it needed to. Based on changes from mycroft@netbsd.org. Check for fts_pathlen oflow in two places. Done before I saw the NetBSD change (and last I checked they only did one of the checks). In the case of wrap, return ENAMETOOLONG. | ||||
* | Nail down semantics in case of failure. | 1999-09-28 | 1 | -2/+31 | |
| | | | | example for fdopen. | ||||
* | Set j = i after arc4random key schedule to be more like arc4 stream cipher; | 1999-09-28 | 1 | -1/+2 | |
| | | | | from conversations between various people | ||||
* | Correct buffer size. | 1999-09-27 | 1 | -3/+3 | |
| | |||||
* | Formatting and grammar. | 1999-09-27 | 3 | -21/+21 | |
| | |||||
* | Remove an unwanted `.'. | 1999-09-27 | 1 | -2/+2 | |
| | |||||
* | .Nm -> .Fn | 1999-09-26 | 2 | -4/+4 | |
| | |||||
* | Proper coding idioms. | 1999-09-26 | 2 | -2/+42 | |
| | | | | | [yes, there ARE some systems where read and write >SSIZE_MAX work, and physicists use those features to write huge files in one swoop] | ||||
* | Remove extraneous comma | 1999-09-26 | 1 | -2/+2 | |
| | |||||
* | `may return following error' => `may return the following error' | 1999-09-26 | 3 | -7/+7 | |
| | | | | `may return following errors' => `may return one of the following errors' | ||||
* | `nl' means something special to mdoc, so it must be escaped it meant literally. | 1999-09-26 | 1 | -2/+2 | |
| | |||||
* | grammar | 1999-09-25 | 1 | -9/+10 | |
| |