summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2003-01-16fpr0 is recommended to be operated in full 64bits, although seemed to work ot...Michael Shalayeff
2003-01-16make it compileMichael Shalayeff
2003-01-16extern the eprol and etext; better eprol definitionMichael Shalayeff
2003-01-15minbrk is exposed, gmon uses itMichael Shalayeff
2003-01-15typos; jmc@prioris.mini.pw.edu.plTheo de Raadt
2003-01-14Bye-bye libc_r. libc_r and libnpthread go away. libpthreadMarco S Hyman
2003-01-14Add sanity check to prevent int oflow for very large allocations.Todd C. Miller
2003-01-08Move the rounds into separate functions on sparc64 so gcc's optimizerTodd C. Miller
2003-01-07Better have an OpenBSD static rcsid rather than a NetBSD static rcsid forMiod Vallat
2003-01-07Get static rcsid correctly, better style for .S files, trim whitespace.Miod Vallat
2003-01-07Properly align __infinity - m88k is very strict wrt double alignment.Miod Vallat
2003-01-07Get the rounding modes table correct, eventually.Miod Vallat
2003-01-07One more pass to get thinks correct wrt weak symbols and syscalls.Miod Vallat
2003-01-07Updated from tzcode2002d (ftp://elsie.nci.nih.gov/pub/)Todd C. Miller
2003-01-05spellingTheo de Raadt
2003-01-05spellingTheo de Raadt
2003-01-04spellingTheo de Raadt
2003-01-04Fix *longjmp() return values.Miod Vallat
2003-01-03Get the m88k libm to say no to drugs.Miod Vallat
2003-01-02Adapt to recent changes in libc/libc_r wrt weak symbols, so that programsMiod Vallat
2003-01-02Rename cerror to __cerror and curbrk to __curbrk, to avoid namespaceMiod Vallat
2003-01-02Begone.Miod Vallat
2003-01-02Handle things like "%%m" correctly; closes PR 3057Todd C. Miller
2003-01-02TyposMiod Vallat
2002-12-31amiga and sun3 turned out to not be y2k+3 compliant here. Remove them, asMiod Vallat
2002-12-31If we're going to replace strtok() with strtok_r(), and the caller of theJun-ichiro itojun Hagino
2002-12-31Catch EISDIR in execvp() and friends so that if a directory appearsTodd C. Miller
2002-12-23Unbreak for bigendian, identical diff as Theo's.Dale Rahn
2002-12-23o Ansi function headersTodd C. Miller
2002-12-17Make SysV-style shared memory and semaphore limits sysctl'able.Todd C. Miller
2002-12-16typo; torh@bogus.netMarkus Friedl
2002-12-15Casting to unsigned int in isfoo() causes problems on alpha andTodd C. Miller
2002-12-15more writeable -> writable by torhHenning Brauer
2002-12-14Instead of doing "if (c == EOF) return 0;" use the hook ('?') operatorTodd C. Miller
2002-12-13Less stupid check for 7-bit ascii in toupper/tolowerTodd C. Miller
2002-12-13Cast to unsigned int, not unsigned char, since what is being cast is anTodd C. Miller
2002-12-12use ldl_l/stl_c instead of ldq_l and ldq_c as _spinlock_lock_tMarco S Hyman
2002-12-11add a debugging function not normally calledMarco S Hyman
2002-12-11Convert ctype.h macros into inline functions. This fixes the issues weTodd C. Miller
2002-12-11Make x_handy in XDR u_int, not int since there are places in theTodd C. Miller
2002-12-10use proper __findenv() prototype; millert@ okMichael Shalayeff
2002-12-10Document BSD behavior of accepting '-' within optstring as long asTodd C. Miller
2002-12-10When doing permutation, only treat "-" as an option if it was specifiedTodd C. Miller
2002-12-10bug fixHiroaki Etoh
2002-12-09From Andrushock, s/sucess/success/gTodd C. Miller
2002-12-08Fix pasto, spotted by lebel@Todd C. Miller
2002-12-08In BUGS section, append a warning to not use '-' as the first characterTodd C. Miller
2002-12-08SUS (and apparently 1003.1-2001) say to check optstring for NULLTodd C. Miller
2002-12-08If we are passed "-" in argv and the user didn't specify '-' in optstring,Todd C. Miller
2002-12-08BSD getopt() supports '-' in the optstring so we should too.Todd C. Miller