Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-04-12 | list 'i' only once | Hugh Graham | |
2000-04-10 | missing THREAD_UNLOCK; netch@segfault.kiev.ua | Theo de Raadt | |
2000-04-10 | document EWOULDBLOCK; freebsd | Theo de Raadt | |
2000-04-05 | Clarify _SC_ARG_MAX | Todd C. Miller | |
2000-04-04 | Update 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-04 | Fix the leak for real (that's what I get for hacking when i can't sleep). | Todd C. Miller | |
2000-04-04 | Fix an fd leak if the read from /dev/arandom fails. Pointed out by | Todd C. Miller | |
Markus Friedl. | |||
2000-04-04 | repair some mis-directed links | Theo de Raadt | |
2000-04-04 | MLINK srandomdev | Todd C. Miller | |
2000-04-03 | Add srandomdev() from FreeBSD for use by sendmail and others. | Todd C. Miller | |
2000-04-03 | correct Xr to where we actually install the man pages | Theo de Raadt | |
2000-04-02 | First appeared in OpenBSD 2.1 | Todd C. Miller | |
2000-04-01 | do some file renaming here, and more links | Theo de Raadt | |
2000-04-01 | more MLINKS | Theo de Raadt | |
2000-03-31 | Tell how to set the localtime link here too. | Todd C. Miller | |
2000-03-31 | Add a pointer to zic so new users can figure out how to set the | Todd 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-30 | Reference /etc/localtime in FILES section. | Todd C. Miller | |
2000-03-30 | Try a hard link before a soft one since we want hard links in | Todd C. Miller | |
the zoneinfo dir. | |||
2000-03-30 | Make 'zic -l' actually work. I guess we all just do the symlink | Todd C. Miller | |
by hand and thus never noticed. | |||
2000-03-30 | oops | Theo de Raadt | |
2000-03-30 | no buffer.3, instead, cp before pod2man | Theo de Raadt | |
2000-03-29 | name is incorrect: openssl people please note | Theo de Raadt | |
2000-03-29 | Add missing d2i_DHparams.cat3 to MANALL | Todd C. Miller | |
2000-03-29 | Run pod2man with the basename of the pod page so the heading is normal. | Todd C. Miller | |
2000-03-29 | initial 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 | |||
2000-03-29 | more MLINKS | Theo de Raadt | |
2000-03-28 | tzfile(5) not tzfil(5) | Theo de Raadt | |
2000-03-28 | need more links for MD[45]Transform | Theo de Raadt | |
2000-03-28 | typo | Theo de Raadt | |
2000-03-28 | sigblock.3 MLINK | Theo de Raadt | |
2000-03-28 | fseeko.3 and ftello.3 | Theo de Raadt | |
2000-03-28 | no need to spec the link path | Theo de Raadt | |
2000-03-28 | Expose MDXTransform functions to be consistent with sha1 and rmd160. | Todd C. Miller | |
2000-03-26 | Update to ncurses-5.0-20000325 | Todd C. Miller | |
2000-03-24 | Make f_bsize signed. Having it unsigned causes surprising (and unwanted) | Todd C. Miller | |
type coercions. With this fixed I can back out the hack in df. | |||
2000-03-24 | Mention that FNM_LEADING_DIR and FNM_CASEFOLD are extensions. | Todd C. Miller | |
I got bit by this recently in my own code... | |||
2000-03-23 | *_r MLINKS | David Leonard | |
2000-03-23 | oops, return values are int | David Leonard | |
2000-03-23 | asctime_r, ctime_r, gmtime_r, localtime_r. ok aaron@ | David Leonard | |
2000-03-23 | readdir_r. ok aaron@ | David Leonard | |
2000-03-23 | getgrnam_r, getgrgid_r. ok aaron@ | David Leonard | |
2000-03-23 | Add #ifdef __STDC__ around the rangematch function header to avoid | Todd C. Miller | |
promotion of test to int, thus violating the prototype. Gcc handles this gracefully but more std ANSI compilers will complain. | |||
2000-03-23 | test re-entrant getpwnam_r | David Leonard | |
2000-03-22 | MACHINE_STACK_GROWS_UP | David Leonard | |
2000-03-21 | force shell execution; TDeval@PrimeOBJ.COM | Theo de Raadt | |
2000-03-20 | x509_att.c that was left out. | Hakan Olsson | |
2000-03-19 | Change how obj_dat.pl is run, it has changed to take args insted of io redirect | Bob Beck | |
2000-03-19 | No, I'm a luser and a moron. this is *not* supposed to be here. | Bob Beck | |
2000-03-19 | this appears to be needed again. | Bob Beck | |
2000-03-19 | OpenSSL 0.9.5 merge | Bob Beck | |
*warning* this bumps shared lib minors for libssl and libcrypto from 2.1 to 2.2 if you are using the ssl26 packages for ssh and other things to work you will need to get new ones (see ~beck/libsslsnap/<arch>) on cvs or ~beck/src-patent.tar.gz on cvs |