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