Age | Commit message (Expand) | Author |
2004-02-08 | FD_SETSIZE has been cranked up to 1024 | Otto Moerbeek |
2004-02-08 | add libm parts for amd64; much from netbsd, integration by mickey. | Theo de Raadt |
2004-02-08 | 16 byte align for performance, as on other architectures | Theo de Raadt |
2004-02-08 | from freebsd, helps awk too: | Theo de Raadt |
2004-02-08 | from freebsd (and appears to make our awk work better) | Theo de Raadt |
2004-02-07 | Do not generate text relocations in PIC code. | Dale Rahn |
2004-02-06 | use the kernel default for buf size. no behavior change by default. | Ted Unangst |
2004-02-06 | make old & new SYSENTRY macros | Theo de Raadt |
2004-02-06 | fix alias definition, was backwards. | Dale Rahn |
2004-02-06 | remove silly stub file for alpha and only try to compile _atomic_lock.c | Brad Smith |
2004-02-04 | remove some debug code and cleanup.. | Theo de Raadt |
2004-02-04 | Traditionally, getopt(3) has treated "--foo" the same as "--". However, | Todd C. Miller |
2004-02-04 | H comes before J; | Jason McIntyre |
2004-02-03 | OK, this time the AES soft keys work with ssh and such. I spent over 3 | Theo de Raadt |
2004-02-03 | oops, software key gen bug | Theo de Raadt |
2004-02-03 | Switch to using software generated extended keys (because the cpu cannot | Theo de Raadt |
2004-02-03 | Obsoleted by getopt_long.c | Todd C. Miller |
2004-02-03 | correct psABI functions _Q_feq and friends (they return 'int' not long double); | Jason Wright |
2004-02-03 | Correct the arm ifdefs previously inserted, is working correctly now. | Dale Rahn |
2004-02-03 | Correct modf (from alpha) instead of one which doesnt compile from NetBSD | Dale Rahn |
2004-02-03 | config for arm, copied from powerpc/sparc ok markus@ | Dale Rahn |
2004-02-03 | Cut-n-pasto: three source files were listed twice. Caused problems on | Hans Insulander |
2004-02-03 | If on an i386, detect existance of the VIA C3 xcrypt-* using sysctl of | Theo de Raadt |
2004-02-02 | remove sparcv9 code. | Brad Smith |
2004-02-02 | 'F'reeguard doc, as reported missing by brad. nit free thanks to jmc | Ted Unangst |
2004-02-02 | add missing frexp | Dale Rahn |
2004-02-02 | cleanup | Dale Rahn |
2004-02-02 | This file was not supposed to committed. | Dale Rahn |
2004-02-02 | Use the real fpgetround found in softfloat. | Dale Rahn |
2004-02-02 | fix __weak_alias | Dale Rahn |
2004-02-02 | Add missing minbrk symbol, fixes profiling builds. | Dale Rahn |
2004-02-02 | sparc -> sparc64 | Brad Smith |
2004-02-02 | sigh, watch for compile errors... | Dale Rahn |
2004-02-01 | Add const type qualifier. ok jmc@ | Thomas Nordin |
2004-02-01 | No multi-line strings, to please gcc3. No functional change. | Miod Vallat |
2004-02-01 | escape punctuation correctly; | Jason McIntyre |
2004-02-01 | s/RFC3390/RFC 3390/ | Jason McIntyre |
2004-02-01 | do not double login_cap.c; tholo | Theo de Raadt |
2004-02-01 | add paper.txt target; | Jason McIntyre |
2004-02-01 | link into build. make obj is safe in arm dir. | Dale Rahn |
2004-02-01 | s/arm32/arm/ with VFP bit to match netbsd. | Dale Rahn |
2004-02-01 | Add a simple work-around for deadlocking on recursive | Brad Smith |
2004-02-01 | tag.. | Dale Rahn |
2004-02-01 | ARGH, forgot tags. | Dale Rahn |
2004-02-01 | arm libc support. From NetBSD. currently supports softfloat. | Dale Rahn |
2004-02-01 | startup files for arm. Partially borrowed from NetBSD. | Dale Rahn |
2004-01-31 | missing comma; jmc@ | Markus Friedl |
2004-01-31 | document net.inet.tcp.rfc3390; ok jmc@ | Markus Friedl |
2004-01-30 | Fix a logic thinko I made in rev. 1.27. This fixes nlist when | Todd C. Miller |
2004-01-29 | fix to use sigaltstack again. help miod ok miod deraadt | Ted Unangst |