| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | oops | Eric Andersen | 2004-01-03 | 1 | -6/+0 |
* | Minor changes | Eric Andersen | 2004-01-03 | 1 | -13/+24 |
* | Peter S. Mazinger writes: | Eric Andersen | 2004-01-02 | 5 | -2/+140 |
* | rohde at soap dot adsl dot dk writes: | Eric Andersen | 2004-01-02 | 1 | -1/+1 |
* | rohde at soap dot adsl dot dk writes: | Eric Andersen | 2004-01-02 | 1 | -1/+1 |
* | Fix __freadable and __fwritable... were using '~' instead of '!'. (ugh) | Manuel Novoa III | 2004-01-02 | 1 | -10/+13 |
* | Oops... temporarily support the old stdio code. | Manuel Novoa III | 2004-01-02 | 1 | -0/+5 |
* | The checking Erik added seems to be unnecessary. Without it, I am not | Manuel Novoa III | 2004-01-02 | 1 | -72/+5 |
* | Redo the exec functions to comply with SUSv3. | Manuel Novoa III | 2004-01-02 | 8 | -208/+332 |
* | Rewrite popen for SUSv3 compliance. | Manuel Novoa III | 2004-01-02 | 1 | -47/+171 |
* | Minor fix from upstream glibc. | Manuel Novoa III | 2004-01-02 | 1 | -4/+8 |
* | Kept the same approach, but rewrote the code for the most part. | Manuel Novoa III | 2004-01-02 | 1 | -86/+98 |
* | Fir errno return when the file/path is NULL or points to an empty string. | Eric Andersen | 2003-12-31 | 1 | -6/+6 |
* | Add extra checks for sigprocmask and rt_sigprocmask syscalls. | Eric Andersen | 2003-12-31 | 1 | -4/+34 |
* | Fix the manditory typo in my last minute untested fix. | Eric Andersen | 2003-12-30 | 1 | -1/+1 |
* | Make sleep behave itself properly inthe presence of SIGCHLD | Eric Andersen | 2003-12-30 | 2 | -11/+8 |
* | Rework malloc. The new default implementation is based on dlmalloc from Doug | Eric Andersen | 2003-12-30 | 18 | -798/+3133 |
* | Update and restore malloc-simple. Slow as molasses, but trivially | Eric Andersen | 2003-12-30 | 2 | -0/+233 |
* | Fix a really dumb bug introduced in version 1.4 of this file (a patch for ipv6 | Eric Andersen | 2003-12-28 | 1 | -1/+3 |
* | Fix whitespace | Eric Andersen | 2003-12-28 | 1 | -5/+5 |
* | Handle the app_fini stuff in exit without requiring atexit(). | Manuel Novoa III | 2003-12-27 | 2 | -3/+13 |
* | Fix a long-standing bug with pthreads. A couple of linuxthreads files | Manuel Novoa III | 2003-12-27 | 33 | -152/+126 |
* | oops | Eric Andersen | 2003-12-22 | 1 | -1/+1 |
* | implement the worthless cuserid() function we claim to support. | Eric Andersen | 2003-12-22 | 1 | -0/+8 |
* | In unistd.h, getpgrp() is redirected to __getpgid(), but | Eric Andersen | 2003-12-22 | 1 | -1/+3 |
* | Patch from Paul Mundt <lethal@linux-sh.org>: | Eric Andersen | 2003-12-17 | 5 | -1/+431 |
* | Fix some dst issues in _time_mktime(). | Manuel Novoa III | 2003-12-14 | 1 | -5/+12 |
* | Fix a couple of 'declaration after statement' errors. | Manuel Novoa III | 2003-12-14 | 2 | -3/+2 |
* | Paul Mundt <lethal@linux-sh.org> writes: | Eric Andersen | 2003-12-05 | 1 | -0/+96 |
* | Fix infinite loop in putgrent (forgotten increment). | Manuel Novoa III | 2003-12-04 | 1 | -0/+1 |
* | Fix arm profiling support, which was accidentally removed | Eric Andersen | 2003-12-04 | 1 | -0/+6 |
* | Building of iconv.o was accidently always disabled. | Manuel Novoa III | 2003-12-04 | 1 | -8/+4 |
* | Lethal noticed that the generated file gmon-start.S was not | Eric Andersen | 2003-12-03 | 4 | -0/+8 |
* | Patch from lethal, adding syscall() to the sh64 port | Eric Andersen | 2003-12-03 | 2 | -1/+25 |
* | remove some garbage | Eric Andersen | 2003-12-03 | 1 | -1/+0 |
* | Add a syscall() implementation using a hacked version of the syscall6 macro. | Manuel Novoa III | 2003-12-02 | 2 | -1/+26 |
* | Add function versions of ntohl and friends | Eric Andersen | 2003-12-02 | 2 | -1/+68 |
* | Avoid a potentially undefined operation with a veriable++ in a macro | Eric Andersen | 2003-12-02 | 1 | -2/+2 |
* | Put in a dummy reference to main so busybox will link. | Manuel Novoa III | 2003-12-02 | 1 | -0/+6 |
* | Patch by "Bradley D. LaRonde" <brad@ltc.com> for boehm garbage collector. | Manuel Novoa III | 2003-11-29 | 1 | -0/+3 |
* | Another missing mips function, needed by the boehm garbage collector. | Manuel Novoa III | 2003-11-28 | 2 | -1/+32 |
* | Add sysmips(), based on a patch by Atsushi Nemoto <anemo@mba.ocn.ne.jp>. | Manuel Novoa III | 2003-11-28 | 3 | -2/+7 |
* | Remove SAFECFLAGS. It was a workaround for failures in old awk script | Eric Andersen | 2003-11-22 | 15 | -116/+33 |
* | Add missing weak alias for bcmp | Eric Andersen | 2003-11-20 | 1 | -0/+4 |
* | Always include locale.h, which was included by libintl.h only when | Manuel Novoa III | 2003-11-20 | 1 | -0/+2 |
* | Don't depend on BSD naming | Eric Andersen | 2003-11-20 | 1 | -12/+12 |
* | Add an initial set of arm optimized string functions. These | Eric Andersen | 2003-11-20 | 12 | -1/+1117 |
* | Lets try that one again... | Eric Andersen | 2003-11-20 | 1 | -8/+6 |
* | Make certain that the arch specific stuff is always compiled last | Eric Andersen | 2003-11-20 | 1 | -4/+7 |
* | Fixup dependancies to ensure arch specific string functions | Eric Andersen | 2003-11-20 | 1 | -3/+3 |