summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
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
2000-04-04Update to ncurses-5.0-20000401:Todd C. Miller
o change unctrl() to render C1 characters (128-159) as ~@, ~A, etc. o trace() function is provided only if TRACE is defined, e.g., in the debug library. Modify related calls to _tracechar() to use unctrl() instead.
2000-04-04Fix the leak for real (that's what I get for hacking when i can't sleep).Todd C. Miller
2000-04-04Fix an fd leak if the read from /dev/arandom fails. Pointed out byTodd C. Miller
Markus Friedl.
2000-04-04repair some mis-directed linksTheo de Raadt
2000-04-04MLINK srandomdevTodd C. Miller
2000-04-03Add srandomdev() from FreeBSD for use by sendmail and others.Todd C. Miller
2000-04-03correct Xr to where we actually install the man pagesTheo de Raadt
2000-04-02First appeared in OpenBSD 2.1Todd C. Miller
2000-04-01do some file renaming here, and more linksTheo de Raadt
2000-04-01more MLINKSTheo de Raadt
2000-03-31Tell how to set the localtime link here too.Todd C. Miller
2000-03-31Add a pointer to zic so new users can figure out how to set theTodd C. Miller
timezone. The obvious thing to do is 'man timezone' so hopefully folks will be able to get the info they need.
2000-03-30Reference /etc/localtime in FILES section.Todd C. Miller
2000-03-30Try a hard link before a soft one since we want hard links inTodd C. Miller
the zoneinfo dir.
2000-03-30Make 'zic -l' actually work. I guess we all just do the symlinkTodd C. Miller
by hand and thus never noticed.
2000-03-30oopsTheo de Raadt
2000-03-30no buffer.3, instead, cp before pod2manTheo de Raadt
2000-03-29name is incorrect: openssl people please noteTheo de Raadt
2000-03-29Add missing d2i_DHparams.cat3 to MANALLTodd C. Miller
2000-03-29Run pod2man with the basename of the pod page so the heading is normal.Todd C. Miller
2000-03-29initial attempt at a complete set of ssl/crypto man pages as part of the ↵Theo de Raadt
base system, oh this is going to hurt