| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Be a bit more prominant about the fact that setuid handling | Eric Andersen | 2004-08-16 | 1 | -3/+8 |
* | The variable used to store pagesize is not the same as the | Eric Andersen | 2004-08-16 | 1 | -5/+3 |
* | Fixup PAGE_SIZE problems | Eric Andersen | 2004-08-13 | 1 | -1/+1 |
* | doh | Eric Andersen | 2004-08-04 | 1 | -1/+1 |
* | Add missing header file needed to define PAGE_SIZE | Eric Andersen | 2004-08-04 | 1 | -0/+1 |
* | As Joakim Tjernlund rightly notes, I should have used PAGE_SIZE | Eric Andersen | 2004-08-03 | 1 | -2/+2 |
* | Do not grovel about in the ELF header for the page size when | Eric Andersen | 2004-07-28 | 1 | -2/+5 |
* | Oops. Missed a spot. | Eric Andersen | 2004-06-12 | 1 | -1/+1 |
* | scrap the goofy time + getpid() based "randomness" and use | Eric Andersen | 2004-06-06 | 1 | -28/+35 |
* | Joakim Tjernlund writes: | Eric Andersen | 2004-05-14 | 1 | -10/+6 |
* | Setup a _dl_pagesize value for use by staticly linked apps | Eric Andersen | 2004-05-11 | 1 | -0/+2 |
* | make certain that getpagesize() returns correct the value for mips | Eric Andersen | 2004-05-11 | 1 | -3/+25 |
* | Purge trailing white space | Eric Andersen | 2004-05-11 | 1 | -13/+13 |
* | Obligatory forgotten file... | Manuel Novoa III | 2004-05-08 | 1 | -1/+2 |
* | Change clock() to allow wrapping. | Manuel Novoa III | 2004-05-08 | 1 | -86/+145 |
* | "Fix" this so that at least things will link when threading is disabled. | Manuel Novoa III | 2004-05-07 | 1 | -4/+8 |
* | Fix a bug noticed by Oleg I. Vdovikin, oleg at cs dot msu dot su. | Eric Andersen | 2004-04-06 | 1 | -4/+0 |
* | Reduce memory used by static buffers and allocate that memory dynamicly | Eric Andersen | 2004-03-18 | 2 | -3/+18 |
* | Rewrite the err/warn functions as they were broken (__noreturn__ funcs | Manuel Novoa III | 2004-03-11 | 3 | -76/+111 |
* | New stdio core. Should be more maintainable. Fixes a couple of bugs. | Manuel Novoa III | 2004-02-11 | 6 | -68/+44 |
* | Split up syscalls.c, since it had grown to be quite large and ugly. | Eric Andersen | 2004-01-21 | 5 | -21/+18 |
* | Prevent runaway asserts, which can happen if there's a problem with | Manuel Novoa III | 2004-01-17 | 1 | -9/+15 |
* | Add a dummy (always fails) wcsftime. This is needed for the libstdc++ locale | Manuel Novoa III | 2004-01-14 | 2 | -0/+36 |
* | My mistake. We do need some weak pthread_* funcs. But we were previously | Manuel Novoa III | 2004-01-04 | 1 | -2/+87 |
* | Peter S. Mazinger writes: | Eric Andersen | 2004-01-02 | 1 | -0/+7 |
* | Handle the app_fini stuff in exit without requiring atexit(). | Manuel Novoa III | 2003-12-27 | 1 | -3/+4 |
* | Fix a long-standing bug with pthreads. A couple of linuxthreads files | Manuel Novoa III | 2003-12-27 | 14 | -95/+30 |
* | 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 | 1 | -2/+1 |
* | Building of iconv.o was accidently always disabled. | Manuel Novoa III | 2003-12-04 | 1 | -8/+4 |
* | Always include locale.h, which was included by libintl.h only when | Manuel Novoa III | 2003-11-20 | 1 | -0/+2 |
* | I forgot to update the thread locking in the last dst fix. | Manuel Novoa III | 2003-11-16 | 1 | -2/+4 |
* | For now, disable the iconv utility | Eric Andersen | 2003-11-08 | 1 | -8/+7 |
* | Fix up several errors related to filename length and errno that | Eric Andersen | 2003-11-08 | 1 | -2/+5 |
* | Add clock_gettime() submitted by Justus Pendleton <uc@ryoohki.net>. | Manuel Novoa III | 2003-11-07 | 2 | -1/+41 |
* | Hopefully fix the struct tm extension problem once and for all. | Manuel Novoa III | 2003-11-02 | 1 | -22/+65 |
* | Some more soft float fixes... for arm in particular (libfloat). | Manuel Novoa III | 2003-10-31 | 1 | -1/+1 |
* | Peter Kjellerstedt writes: | Eric Andersen | 2003-10-18 | 1 | -1/+1 |
* | Peter Kjellerstedt writes: | Eric Andersen | 2003-10-18 | 26 | -26/+26 |
* | Don't make two copies | Eric Andersen | 2003-10-12 | 2 | -34/+40 |
* | Sigh. It seems that csh wants glob_pattern_p(), we need to | Eric Andersen | 2003-10-12 | 1 | -5/+3 |
* | Patch from Rob McMullen: | Eric Andersen | 2003-10-09 | 1 | -0/+74 |
* | Apply a trivial patch that doesn't change anything, but which is alledged to | Eric Andersen | 2003-10-08 | 1 | -1/+1 |
* | Fix wctype.c so that wchar can be enabled without ctype table-based functions. | Manuel Novoa III | 2003-09-09 | 1 | -0/+58 |
* | Add back in table-less ctype funcs for those interested in minimizing | Manuel Novoa III | 2003-09-08 | 2 | -5/+93 |
* | oops. ftw would blow chunks if UCLIBC_HAS_LFS was disabled. | Eric Andersen | 2003-09-06 | 1 | -4/+1 |
* | fixup ftw and ftw64. Unfortunately, adding ftw64 doubles the | Eric Andersen | 2003-09-06 | 2 | -20/+51 |
* | Fix the bugs I stupidly added | Eric Andersen | 2003-09-06 | 3 | -2/+29 |
* | Let people enable ftw, make glob an option, add a new "Big and Tall" | Eric Andersen | 2003-09-06 | 1 | -1/+7 |
* | Add support for ftw and nftw | Eric Andersen | 2003-09-05 | 2 | -0/+660 |