| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | stupid cut-n-paste bug | Eric Andersen | 2002-07-15 | 1 | -5/+5 |
* | Patch for a silly bug from David Blythe | Eric Andersen | 2002-07-15 | 1 | -1/+1 |
* | Silence a couple of silly warnings | Eric Andersen | 2002-07-15 | 2 | -0/+2 |
* | Rework pread and pwrite support so it should actually work. | Eric Andersen | 2002-07-15 | 3 | -33/+219 |
* | Kill this stale file | Eric Andersen | 2002-07-11 | 2 | -32/+1 |
* | Attempt to clean up the strerror_r situation. | Manuel Novoa III | 2002-07-07 | 1 | -8/+0 |
* | Fix namespace pollution by hiding statfix and statfix64 by | Eric Andersen | 2002-07-07 | 5 | -11/+11 |
* | Cleanup namespace leaks by prepending __ to global stuff to | Eric Andersen | 2002-07-07 | 1 | -2/+3 |
* | Only define __uwchar_t if wide char support is enabled. | Manuel Novoa III | 2002-07-05 | 1 | -1/+1 |
* | Enable WCHAR support for C/POSIX stub locales. | Manuel Novoa III | 2002-07-03 | 2 | -16/+51 |
* | Make clone work, part 2. | Eric Andersen | 2002-07-03 | 2 | -1/+30 |
* | Fix clone so it compiles | Eric Andersen | 2002-07-03 | 2 | -8/+20 |
* | Several cleanups/fixes from Marshall M. Midden <m4@brecis.com> | Eric Andersen | 2002-06-26 | 3 | -1/+3 |
* | Fix support for 2.0.x linux kernels. Oops. | Eric Andersen | 2002-06-21 | 1 | -2/+2 |
* | Cleanup the getcwd implementation (again) since I broke it | Eric Andersen | 2002-06-18 | 3 | -8/+174 |
* | Eliminate all the pointless globals from getcwd(). Default | Eric Andersen | 2002-06-18 | 1 | -1/+7 |
* | Kill kernel_version.c, which is completely meaningless crap | Eric Andersen | 2002-06-18 | 2 | -54/+1 |
* | Fix perror() and printf("%m") to not call strerror(), as required by the | Manuel Novoa III | 2002-06-18 | 1 | -0/+8 |
* | Patch from Martin Proulx <mproulx@okiok.com> to support | Eric Andersen | 2002-06-18 | 17 | -0/+1098 |
* | Add support for sigtimedwait and sigwaitinfo | Eric Andersen | 2002-06-17 | 1 | -0/+39 |
* | Kill the libc-lock headers, which we do not use and which are | Eric Andersen | 2002-06-10 | 2 | -375/+0 |
* | Changes so that 'regdef.h' gets included in the development environment. | "Steven J. Hill" | 2002-06-04 | 6 | -4/+66 |
* | Moved to 'sys' directory. | "Steven J. Hill" | 2002-06-04 | 1 | -61/+0 |
* | Doh! A silly typo broke select... | Eric Andersen | 2002-05-30 | 1 | -2/+2 |
* | And with this, the alpha port is not basically working. | Eric Andersen | 2002-05-30 | 1 | -24/+24 |
* | Make these properly cope with 64bit systems | Eric Andersen | 2002-05-30 | 2 | -29/+35 |
* | Fixup some silly bugs I added earlier | Eric Andersen | 2002-05-30 | 1 | -40/+37 |
* | Needed for the alpha port | Eric Andersen | 2002-05-30 | 6 | -1/+292 |
* | Make syscalls.c way more generic. Now works on alpha... | Eric Andersen | 2002-05-30 | 1 | -4/+173 |
* | Several h8300 updates from Yoshinori Sato <qzb04471@nifty.ne.jp> | Eric Andersen | 2002-05-23 | 2 | -5/+5 |
* | Changes needed for MIPS with regards to the .init and .fini sections. | "Steven J. Hill" | 2002-05-20 | 1 | -4/+0 |
* | Use the default version in include/sys instead | Eric Andersen | 2002-05-12 | 2 | -70/+0 |
* | Fixes for 64 bit arches | Eric Andersen | 2002-05-12 | 1 | -1/+29 |
* | Small cleanups for alpha | Eric Andersen | 2002-05-12 | 1 | -0/+1 |
* | Add a default syscalls.h that will just error out. | Eric Andersen | 2002-05-12 | 3 | -0/+252 |
* | First pass attempt at an alpha port | Eric Andersen | 2002-05-10 | 35 | -0/+3158 |
* | New locale support (in development). Supports LC_CTYPE, LC_NUMERIC, | Manuel Novoa III | 2002-05-06 | 3 | -0/+512 |
* | Use __off64_t instead of off64_t. | Miles Bader | 2002-04-25 | 1 | -2/+2 |
* | Stupid libgcc.a from gcc 2.95.x uses __write in pure.o | Eric Andersen | 2002-04-25 | 1 | -0/+3 |
* | Don't bother zeroing BSS, since actually we _can_ rely on the loader to do it. | Miles Bader | 2002-04-25 | 1 | -10/+1 |
* | Add support for mmap64 | Eric Andersen | 2002-04-24 | 2 | -1/+53 |
* | Stub out pread and pwrite when not available | Eric Andersen | 2002-04-17 | 1 | -0/+16 |
* | Change branch to fallthrough. Unclean, but it removes last R_PPC_REL24. | David Schleef | 2002-04-17 | 1 | -3/+3 |
* | Just tail-call __uClibc_main. There's no real point to calling abort if | Miles Bader | 2002-04-17 | 1 | -4/+2 |
* | (L_dummy_main_reference): Reference the C symbol `main', not the linker | Miles Bader | 2002-04-15 | 1 | -5/+4 |
* | Fix dummy main reference so it works... | Eric Andersen | 2002-04-14 | 4 | -13/+24 |
* | Manuel and I were looking into a problem with applications failing to link | Eric Andersen | 2002-04-14 | 12 | -1/+65 |
* | John Traill <john.traill@motorola.com> noticed that on powerpc | Eric Andersen | 2002-04-10 | 1 | -0/+148 |
* | Some minor updates per discussion with Miles Bader | Eric Andersen | 2002-04-10 | 2 | -8/+12 |
* | Make assembly code PIC-compatible. | David Schleef | 2002-04-10 | 5 | -0/+28 |