summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2000-04-26const poisoningJun-ichiro itojun Hagino
2000-04-26add $KAME$ for future version trackingJun-ichiro itojun Hagino
2000-04-26bring 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-26remove #if 0'ed portion which we will never revisit (no behavior change).Jun-ichiro itojun Hagino
2000-04-26sync 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.
2000-04-25well if you cannot do a libc commit properly a week before 2.7 tree lock, ↵Theo de Raadt
surely it can wait till after 2.7
2000-04-25TypoMarc Espie
2000-04-25Mention that ktrace(2) doesn't follow linksTodd C. Miller
2000-04-25Missed this in last ncurses syncTodd C. Miller
2000-04-25C deals with complex functions, but not imaginary ones yet.Marc Espie
2000-04-25correct boundary check. XXX should avoid code duplicate here...Jun-ichiro itojun Hagino
2000-04-25getpw*_r()David Leonard
2000-04-25another annoying thingTheo de Raadt
2000-04-25omit RC5Theo de Raadt
2000-04-24correct exampleTheo de Raadt
2000-04-24proper include files; ath@algonet.seTheo de Raadt
2000-04-21Change kernel-only open flag FNOSYMLINK to userland-visible O_NOFOLLOW;Todd C. Miller
adapated from FreeBSD. Also change O_FSYNC to the more standard O_SYNC and document it. open(2) needs some real examples for proper usage, to come later.
2000-04-21Don't hyphenate the words {left|right}most.Aaron Campbell
2000-04-21Add ERRORS section (the strdup(3) function may fail and set errno to any of theAaron Campbell
errors specified by the library routine malloc(3)).
2000-04-21Check return value of strdup(3) for NULL in example code (duh).Aaron Campbell
2000-04-21Flesh out libc string function man pages.Aaron Campbell
2000-04-20Flesh out stdlib function man pages.Aaron Campbell
2000-04-20bump because of p{read,write}{,v}Theo de Raadt
2000-04-20p{read,write}{,v} man pagesTheo de Raadt
2000-04-20- Formatting repairs and standardizations.Aaron Campbell
- s/MESSAGES/DIAGNOSTICS/, and put message descriptions in a nice list. - Talk more about how using malloc() in signal handlers is bad.
2000-04-20Flesh out all of the stdio man pages.Aaron Campbell
2000-04-18Repairs, mostly removing hard sentence breaks.Aaron Campbell
2000-04-18Repairs.Aaron Campbell
2000-04-17Whoops, missed a few.Aaron Campbell
2000-04-17Move some misplaced periods outside of the parentheses.Aaron Campbell
2000-04-16Fix strcpy/strcat abuse and fix stupid behaviour of the defaultBob Beck
RAND_file_name - changed so that it stats the filename it returns before returing it. If the file won't stat, return DEVRANDOM (for us /dev/arandom) instead, thus making the default behaviour moderately intelligent.
2000-04-16Fix randfile so it doesn't attempt to chmod and write entropy back toBob Beck
devices. This caused people's /dev/arandom's to be permitted 600, which causes rsa to fail to get random data, which results in all kinds of fun with ssh :)
2000-04-16from: gluk@ptci.ruMichael Shalayeff
make it grok current core dumps. seem to work now. also millert@ took a look.
2000-04-16sync with ftp://elsie.nci.nih.gov/pub/tzcode2000c.tar.gz, millert@ okDavid Leonard
2000-04-16avoid misunderstanding in history portion, okay'ed by aaron.Jun-ichiro itojun Hagino
may need english check:-) (getifaddrs.c is straight import from bsdi4)
2000-04-164 new pages; ignore conflicting pages that the OpenSSL group keeps merging ↵Theo de Raadt
into their tree
2000-04-16link to correct renamed pagesTheo de Raadt
2000-04-16Fix this for the case where the file is a device - make sure we don'tBob Beck
attempt to read from a device forever.
2000-04-15- For consistency, `super-user' -> `superuser' in all cases.Aaron Campbell
- Some punctuation fixes. - Some `id' -> `ID'.
2000-04-15OpenSSL 0.9.5a mergeBob Beck
2000-04-15import openssl-0.9.7-beta1Bob Beck
2000-04-15Mostly punctuation fixes.Aaron Campbell
2000-04-14Check $TERMCAP for a termcap entry even when we are using the system'sTodd C. Miller
getcap(3) routines.
2000-04-13Fix an oopsie so these get initialized even when RSA isn't there,Bob Beck
thanks niklas@ *WARNING* - this breaks the patch used in the "ssl26" port - you'll need to use the new minty ssl-intl port, coming right after this
2000-04-13use getifaddrs, to avoid copmlicated align constraint in SIOCGIFCONF.Jun-ichiro itojun Hagino
2000-04-12Trailing whitespace begone!Aaron Campbell
2000-04-12list 'i' only onceHugh Graham
2000-04-10missing THREAD_UNLOCK; netch@segfault.kiev.uaTheo de Raadt
2000-04-10document EWOULDBLOCK; freebsdTheo de Raadt
2000-04-05Clarify _SC_ARG_MAXTodd C. Miller