Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-07 | Do the memset only if tcgetattr() fails just in case the failed | Todd C. Miller | |
tcgetattr() mucked with the passed in struct termios in some way. | |||
2001-08-07 | Keep a verbatim copy of the old struct termios instead of using | Todd C. Miller | |
flags to keep track of what we changed. Print a newline if echo is off, even if we didn't turn it off ourselves. Fixes art's problem with a newline not being printed when piping to less. | |||
2001-08-07 | typo. | Peter Valchev | |
2001-08-07 | KNF; and i bonked jakob in the head for it too, with a plastic bottle of coke | Theo de Raadt | |
2001-08-07 | add copyright notices; noted as missing by itojun | Theo de Raadt | |
2001-08-07 | typo | Jun-ichiro itojun Hagino | |
2001-08-07 | -Wunused | Jun-ichiro itojun Hagino | |
2001-08-07 | sorry, correct the polarity of return value on AF_INET6. | Jun-ichiro itojun Hagino | |
2001-08-07 | for AF_INET6, must compare sin6_scope_id. | Jun-ichiro itojun Hagino | |
2001-08-06 | add note about updating minor in libc_r/shlib_version; deraadt@ | Jakob Schlyter | |
2001-08-06 | bump minor; getrrsetbyname(3) in libc | Jakob Schlyter | |
2001-08-06 | Add CITI to Author section | Jim Rees | |
Add HISTORY section | |||
2001-08-06 | add AUTHORS and update HISTORY | Jakob Schlyter | |
2001-08-06 | OpenBSD id-tags | Jakob Schlyter | |
2001-08-06 | add getrrsetbyname(3) - API to retrieve arbitrary DNS records | Jakob Schlyter | |
2001-08-06 | o) We always close .Bl and .Bd tags; | Mike Pechkin | |
o) .Sh AUTHOR -> .Sh AUTHORS; o) We don't like .Pp before/after .Sh; o) We don't like .Pp before/after .Rs/.Re; o) NetBSD -> .Nx; o) OpenBSD -> .Ox; millert@ ok | |||
2001-08-05 | Spelling corrections per PR 1988 by Andrew Hoerter. | Hugh Graham | |
2001-08-05 | there's no no host.conf on openbsd. pointed out by smb | Jun-ichiro itojun Hagino | |
2001-08-04 | Move decision whether to make a new hash table or not to be after | Todd C. Miller | |
the open(). That way if the user opened with O_EXLOCK and another process has the .db locked we don't decide to zero hash before the locking process has had a chance to write to the database. This also makes the logic simpler since we can just fstat the fd and check for size == 0 && !O_RDONLY. Closes PR 1934. | |||
2001-08-04 | don't return on void. | Federico G. Schwindt | |
2001-08-04 | pthread_mutexattr_* manpage; from FreeBSD. | Federico G. Schwindt | |
2001-08-03 | Update sp->fts_cur in fts_read() before returning NULL. This | Todd C. Miller | |
prevents a duplicate free() in fts_close(). From karls@inet.no with some other, similar cases added. | |||
2001-08-03 | typo; krapht@secureops.com | Theo de Raadt | |
2001-08-03 | fix #include | Theo de Raadt | |
2001-08-03 | add MLINKS; ok rees@ | Jakob Schlyter | |
2001-08-03 | document sectok_friendly_open. fix sectoc_open arg. ok rees@ | Jakob Schlyter | |
2001-08-03 | Acknowledge VM's limitations. | Marc Espie | |
2001-08-03 | o Fix sectok_apdu() proto | Todd C. Miller | |
o s/sectok_scopen/sectok_open/ o Change the block of sectok_apdu options to a tagged list ress@ OK | |||
2001-08-03 | add man page | Jim Rees | |
2001-08-02 | #include <sys/types.h> for linux | Jim Rees | |
2001-08-02 | pet peeve, insure vs ensure | Hugh Graham | |
insure is to indemnify against some contingency ensure is to make sure | |||
2001-08-02 | stdio.h is evil on PalmOS | Jim Rees | |
2001-08-02 | add Palm version of sectok_dump_reply() | Jim Rees | |
2001-08-01 | import openssl-0.9.7-beta1 | Bob Beck | |
2001-08-01 | merge openssl 0.9.6b-engine | Bob Beck | |
Note that this is a maintenence release, API's appear *not* to have changed. As such, I have only increased the minor number on these libraries | |||
2001-08-01 | http://www.openssl.org/news/secadv_prng.txt; ok beck@ | Markus Friedl | |
2001-07-31 | add support for EDNS0 extended flag DNSSEC OK (aka DO). ok deraadt@ | Jakob Schlyter | |
2001-07-31 | more MLINK | Theo de Raadt | |
2001-07-31 | Add missing MLINKS for various .3 man pages | Kenneth R Westerback | |
2001-07-31 | Add missing LINK for cgetusedb | Kenneth R Westerback | |
2001-07-31 | Document that entries with d_fileno == 0 are invalid. | Artur Grabowski | |
From Egil Möller <redhog@mini.dhs.org> | |||
2001-07-31 | more Xr completions | Theo de Raadt | |
2001-07-30 | fix YESEXPR; jabley@buddha.automagic.org | Theo de Raadt | |
2001-07-30 | PalmOS mods | Jim Rees | |
2001-07-30 | linux mods | Jim Rees | |
2001-07-30 | handling of arg can cause EFAULT; dd@FreeBSD.org | Theo de Raadt | |
2001-07-29 | Minor style pedentry from ben@arbor.net plus some of my own and sync | Todd C. Miller | |
libkern and libc versions. | |||
2001-07-27 | clean up. | Mike Pechkin | |
millert@ ok | |||
2001-07-27 | add sectok_friendly_open() - like sectok_open() but accepts | Jakob Schlyter | |
the reader as a string instead of an integer. ok rees@ | |||
2001-07-27 | varargs.h -> stdarg.h | Marco S Hyman | |