summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2004-01-29some fixes from wiz@netbsd, and a couple other bits;Jason McIntyre
2004-01-29cleanup byte order detection per arch a bit; mickey okTheo de Raadt
2004-01-28oopsTheo de Raadt
2004-01-28for make obj, enter x86_64; mickey okTheo de Raadt
2004-01-28toast long lineTheo de Raadt
2004-01-28the rest of the libs stuff; from art@ againMichael Shalayeff
2004-01-28things for amd64; from art@Michael Shalayeff
2004-01-28things for amd64; from art@Michael Shalayeff
2004-01-27remove redundant prototypes for pthread_[gs]etconcurrencyBrad Smith
2004-01-27remove $Header, it was messing up cvs for me. ok deraadt@Ted Unangst
2004-01-26Change read_stackseg_np to work with any thread, not just the currentMarco S Hyman
2004-01-26Use libkern's fast ffs() in libc too.Miod Vallat
2004-01-26add finalized guard to destructor calls, to prevent multiple calls.Marc Espie
2004-01-26small clean-up: typedef to desambiguate const, prototypes...Marc Espie
2004-01-26add DLT_IEEE802_11 support; from NetBSD. bump minor.Federico G. Schwindt
2004-01-25use new .St macro;Jason McIntyre