Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-06-18 | note get{addr,name}info are recommended than inet_xx. | Jun-ichiro itojun Hagino | |
2000-06-18 | Mark kernel threads as system processes. Make ps hide them by default, | Niklas Hallqvist | |
show them with -k. Do not try to show RSS based values for them as they mess up column alignment. vmstat -f now shows kernel threads separately from rforks too. | |||
2000-06-15 | RSA goes in tree for next our next release, as it will be after | Bob Beck | |
Sept 21. Note: This means you shouldn't really be running -current for anything in the United States. Either wait for Sept 21, or for the next release, or move to the free world :) | |||
2000-06-14 | document swap encrypt ctl level | Niels Provos | |
2000-06-13 | Fix some compile warnings. | Angelos D. Keromytis | |
2000-06-13 | Cast to avoid warning. | Angelos D. Keromytis | |
2000-06-13 | Support files for shared library, expected by gcc, allows shared libraries to | Dale S. Rahn | |
have constructors and destructors. | |||
2000-06-12 | correct ENI_SALEN case to meet rfc2553bis. | Jun-ichiro itojun Hagino | |
2000-06-12 | correct behavior against invalid sockaddr. previous code may return 0 | Jun-ichiro itojun Hagino | |
(success) on invalid sockaddr. sync with rfc2553bis regarding to getnameinfo error code. (sync with kame) | |||
2000-06-09 | remove unused code | Eric Jackson | |
2000-06-06 | 2nd patch for stack mishandling; wd@ics.nara-wu.ac.jp | Theo de Raadt | |
2000-06-01 | State explicitly that strlc{py,at} only work on real C strings. | Todd C. Miller | |
Clarify point about always NUL-terminating. | |||
2000-05-25 | synchronize net.inet{,6} as much as possible with reality. | Jun-ichiro itojun Hagino | |
there stil are missing items, or items without description. | |||
2000-05-25 | no more nfsiod; mickey | Theo de Raadt | |
2000-05-25 | remove net.inet6.ip6.gif_hlim | Jun-ichiro itojun Hagino | |
2000-05-24 | add AF_INET6. | Jun-ichiro itojun Hagino | |
2000-05-19 | use getifaddrs(3) instead of SIOCGIFCONF, to avoid alignment issues. | Jun-ichiro itojun Hagino | |
2000-05-19 | Fix macro typo. | Angelos D. Keromytis | |
2000-05-18 | Really find the requested assertions, and fix authorizer retrieval. | Angelos D. Keromytis | |
2000-05-18 | Grrr...typo'ed on the typo correction...I'll call it a day (or night). | Angelos D. Keromytis | |
2000-05-18 | Oops, typo. | Angelos D. Keromytis | |
2000-05-18 | Manpage links. | Angelos D. Keromytis | |
2000-05-18 | Plug a minor memory leak associated with kn_get_licensees(), and make | Angelos D. Keromytis | |
the latter work before a query has been issued. | |||
2000-05-17 | nroff fixes (correct Dt, linebreak). | Jun-ichiro itojun Hagino | |
2000-05-17 | Oops, typo. | Angelos D. Keromytis | |
2000-05-17 | Add kn_free_key() | Angelos D. Keromytis | |
2000-05-15 | correct type of 2nd argument to meet RFC2553. (this should raise no ABI | Jun-ichiro itojun Hagino | |
problem due to type promotion). PR 1228. | |||
2000-05-15 | translate DNS error code into getaddrinfo error code (EAI_xxx). PR 1229. | Jun-ichiro itojun Hagino | |
2000-05-15 | Add support for building libraries with debugging information in them. | Niklas Hallqvist | |
Enable by setting DEBUGLIBS=yes in /etc/mk.conf, then -g libraries will get installed in /usr/lib/debug. This directory will be searched first if gcc is given the -g flag during the link stage. | |||
2000-05-01 | bye bye semconfig(2) | Theo de Raadt | |
2000-05-01 | Document device lookup semantics. | Hugh Graham | |
2000-04-30 | crank minor | Todd C. Miller | |
2000-04-30 | Add OPENDEV_BLCK | Todd C. Miller | |
2000-04-30 | Add OPENDEV_BLCK flag for opening the block devices (the character | Todd C. Miller | |
device is opened by default). Don't open the file w/o adding a /dev/ prefix unless the file has a '/' in it. This prevents problems where someone says "disklabel sd0" with a file called "sd0" in the cwd. The OPENDEV_DRCT flag has been deprecated as it is the the default behavior and always has been. Add checks for >= MAXPATHLEN and return ENAMETOOLONG in that case. | |||
2000-04-30 | #ifdef vax -> #ifdef __vax__ | Brandon Creighton | |
2000-04-28 | fix Xr; glam0006@tc.umn.edu | Theo de Raadt | |
2000-04-28 | flesh | Theo de Raadt | |
2000-04-28 | improve the english | Theo de Raadt | |
2000-04-28 | NCARGS is bigger these days; akr@m17n.org | Theo de Raadt | |
2000-04-28 | type decl error | Theo de Raadt | |
2000-04-27 | s/PCAP_ERRBUFF_SIZE/PCAP_ERRBUF_SIZE/ (sync with reality) | Jun-ichiro itojun Hagino | |
2000-04-27 | crank minor | Theo de Raadt | |
2000-04-27 | remove unused struct def. more sanity check for NULL. | Jun-ichiro itojun Hagino | |
2000-04-27 | Remove redundant HISTORY section. | Aaron Campbell | |
2000-04-26 | sync with libpcap v0.5 | Jakob Schlyter | |
add support for INET6 (kame) | |||
2000-04-26 | const poisoning | Jun-ichiro itojun Hagino | |
2000-04-26 | add $KAME$ for future version tracking | Jun-ichiro itojun Hagino | |
2000-04-26 | bring in latest KAME implementation. | Jun-ichiro itojun Hagino | |
conforms to draft-ietf-ipngwg-scopedaddr-format-01.txt. behavior change: returns numeric scopeid if we can't convert to string removed #if 0'ed portion which we will never revisit. | |||
2000-04-26 | remove #if 0'ed portion which we will never revisit (no behavior change). | Jun-ichiro itojun Hagino | |
2000-04-26 | sync with latest kame. | Jun-ichiro itojun Hagino | |
- completely disable AI_ADDRCONFIG support (post RFC2553) since it does not work for PF_UNSPEC. - remove unused variables, some delint. |