Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-04-28 | flesh | Theo de Raadt | |
2000-04-28 | improve the english | Theo de Raadt | |
2000-04-28 | type decl error | Theo de Raadt | |
2000-04-18 | Repairs. | Aaron Campbell | |
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell | |
2000-04-02 | First appeared in OpenBSD 2.1 | Todd C. Miller | |
2000-03-14 | Suffix "i.e." and "e.g." with a comma. Just another really picky man page | Aaron Campbell | |
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)). | |||
2000-01-22 | ie. -> i.e., | Aaron Campbell | |
1999-12-28 | speed up blowfish by > 20%. | Niels Provos | |
1999-11-17 | Add missing MLINKs | Todd C. Miller | |
1999-09-28 | Set j = i after arc4random key schedule to be more like arc4 stream cipher; | Theo de Raadt | |
from conversations between various people | |||
1999-09-23 | Typo fixes. | Alex Feldman | |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell | |
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it... | |||
1999-07-04 | trash some old leftover macros and replace them with -mdoc macros | Aaron Campbell | |
1999-06-30 | clarify trade secret issue | Theo de Raadt | |
1999-06-29 | if /dev/arandom is not available for seeding, use data from sysctl | Niels Provos | |
kern.arandom. | |||
1999-05-25 | punctuation | Aaron Campbell | |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
1999-05-17 | spelling | Theo de Raadt | |
1999-05-16 | Cleanup xrefs under SEE ALSO. Specifically: | Alex Feldman | |
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries. | |||
1999-05-14 | CBC bug reported by Juergen Nickelsen <ni@tellique.de> | Niklas Hallqvist | |
1999-03-26 | use stdlib; millert | Theo de Raadt | |
1999-03-18 | typo; nash@mcs.net | Aaron Campbell | |
1999-02-26 | skipjack in libc; isakmpd and such will want it | Theo de Raadt | |
1998-11-20 | Add thread-safety to libc, so that libc_r will build (on i386 at least). | David Leonard | |
All POSIX libc api now there (to P1003.1c/D10) (more md stuff is needed for other libc/arch/*) (setlogin is no longer a special syscall) Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS). Doc some re-entrant routines Add libc_r to intro(3) dig() uses some libc srcs and an extra -I was needed there. Add more md stuff to libc_r. Update includes for the pthreads api Update libc_r TODO | |||
1998-09-07 | More man page fixes. Particularly fix uses of it's/its, affect/effect, | Aaron Campbell | |
then/than and such. Other miscellaneous problems fixed across these source files. | |||
1998-08-30 | Fix UA cases in a MI way | Niklas Hallqvist | |
1998-08-22 | doc UA faulting code | Theo de Raadt | |
1998-08-21 | for new functions, fix BE & UA cases. LE UA case is still busted | Theo de Raadt | |
1998-08-10 | add ECB and CBC encryption for octet streams | Niels Provos | |
1998-08-10 | fix base64 encoding, this problem was reported by | Niels Provos | |
Solar Designer <solar@false.com> some time ago. | |||
1998-07-21 | s/u8/u_int8_t/, s/u32/u_int32_t, put castsb.h into cast.c and include | Niels Provos | |
header files from the correct path. | |||
1998-07-21 | Add CAST encryption, implementation by Steve Reid <sreid@sea-to-sky.net>. | Niels Provos | |
Man pages will come soon, I hope. | |||
1998-07-05 | add .Xr's for all the random functions in libc | Todd C. Miller | |
1998-03-22 | $OpenBSD$ | Niklas Hallqvist | |
1998-03-04 | #if 0 | Theo de Raadt | |
1998-03-02 | improve performance of blowfish encryption, also speeds up blowfish passwords. | Niels Provos | |
1998-02-27 | extra commas go foom foom foom | Theo de Raadt | |
1998-02-25 | clarify about possible password lengths. | Niels Provos | |
1998-02-18 | #if __STDC__ -> #ifdef __STDC__, now all of them. | Niels Provos | |
1997-11-30 | 2**8 is normally 256 and not 64, I should resign from applied math it seems. | Niels Provos | |
1997-11-30 | kill bad .Os line | Theo de Raadt | |
1997-11-05 | explain about MD5 and Blowfish passwords. | Niels Provos | |
1997-09-10 | indentation cleanup | Theo de Raadt | |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff | |
1997-07-23 | tabify | kstailey | |
1997-07-09 | Clean up some -Wall flowers. | Todd C. Miller | |
1997-07-01 | fix that repeating passwords yield same hash + increment minor | Niels Provos | |
1997-06-29 | surely not long! | Theo de Raadt | |
1997-04-30 | Be more careful about possible type promotion | Thorsten Lockert | |