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