| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__ | Eric Andersen | 2002-08-16 | 2 | -8/+8 |
* | Just in case, crash if somehow `exit' returns anyways | Eric Andersen | 2002-08-06 | 1 | -0/+2 |
* | Add support for people calling syscall() | Eric Andersen | 2002-07-24 | 3 | -76/+78 |
* | Rework syscall handling. Rewrite syscall handlers for x86 and ARM. | Eric Andersen | 2002-07-22 | 1 | -156/+109 |
* | Clean up CLK_TCK situation. clock() and sysconf() now use an | Manuel Novoa III | 2002-07-15 | 1 | -73/+0 |
* | Fix dummy main reference so it works... | Eric Andersen | 2002-04-14 | 1 | -2/+6 |
* | Manuel and I were looking into a problem with applications failing to link | Eric Andersen | 2002-04-14 | 2 | -0/+7 |
* | Create a much more careful ftruncate64 implementation, that should | Eric Andersen | 2002-04-09 | 2 | -23/+1 |
* | Add in support for ftruncate64 on both ARM and x86 | Eric Andersen | 2002-03-31 | 2 | -1/+23 |
* | Remove the C++ support stubs, since these now live elsewhere and | Eric Andersen | 2002-03-16 | 2 | -19/+0 |
* | Build our own crti.o and crtn.o with a cross arch method that I | Eric Andersen | 2002-03-13 | 1 | -1/+1 |
* | Move syscall.h generation to the top level Makefile | Eric Andersen | 2002-03-01 | 1 | -1/+0 |
* | Major rework of the include files to eliminate redundancy | Eric Andersen | 2002-03-01 | 65 | -7233/+524 |
* | Fixup setjmp and longjmp so they behave themselves properly now | Eric Andersen | 2002-01-31 | 3 | -84/+1 |
* | Fixup setjmp implementation so it actaully works as expected | Eric Andersen | 2002-01-30 | 4 | -47/+146 |
* | Make sbrk common, add arm/brk.c, cleanup leftover damage | Eric Andersen | 2002-01-21 | 3 | -50/+3 |
* | Turn off the useless personality crap | Eric Andersen | 2002-01-02 | 1 | -0/+2 |
* | Change all 'cd <foo>; bar' constructs to 'cd <foo> && bar' for | Eric Andersen | 2002-01-01 | 1 | -2/+2 |
* | Update my email address. I am no longer andersen@lineo.com | Eric Andersen | 2001-12-19 | 2 | -6/+4 |
* | Use the asm version by default on x86. Tag _start as a function. | Eric Andersen | 2001-12-19 | 2 | -3/+6 |
* | Add include/sys/reg.h to make gdbserver happy | Eric Andersen | 2001-11-29 | 2 | -0/+44 |
* | Scrub up some lingering problems preventing readdir64 from working | Eric Andersen | 2001-11-14 | 1 | -2/+4 |
* | Initial first (lame) pass at making a pthreads library. This | Eric Andersen | 2001-11-14 | 1 | -0/+28 |
* | Fix the clone syscall so it actually works. | Eric Andersen | 2001-11-14 | 2 | -30/+31 |
* | Wohoo! David McCullough found the bug! His comments follow: | Eric Andersen | 2001-10-05 | 1 | -12/+20 |
* | Yet more minor cleanups | Eric Andersen | 2001-10-04 | 1 | -1/+4 |
* | Cleanup brk/sbrk | Eric Andersen | 2001-10-03 | 4 | -83/+77 |
* | Gut this file, and quit referrng to _IO_* junk | Eric Andersen | 2001-09-27 | 1 | -146/+1 |
* | Update to accomodate the header file changes | Eric Andersen | 2001-09-27 | 71 | -1099/+1838 |
* | This will hopefully make global constructors and destructors work | Eric Andersen | 2001-08-28 | 2 | -0/+21 |
* | Added __BEGIN_DECLS and __END_DECLS to the files that didn't have | David McCullough | 2001-07-11 | 6 | -0/+20 |
* | remove bits/syscall.h when cleaning | David Schleef | 2001-07-03 | 1 | -0/+1 |
* | Added a script to create bits/syscall.h for each arch. | Manuel Novoa III | 2001-06-28 | 4 | -426/+41 |
* | Stub out an initial version. Manuel will be writing | Eric Andersen | 2001-06-27 | 1 | -0/+229 |
* | Step one in a process to ween ourselves off of using asm/unistd.h. | Eric Andersen | 2001-06-27 | 1 | -1/+79 |
* | Make these PIC and _LIBC_REENTRANT compatible. | Manuel Novoa III | 2001-06-27 | 2 | -8/+89 |
* | Remove simulated d_type support for getdents and the dirent struct, and use | Manuel Novoa III | 2001-06-25 | 1 | -2/+11 |
* | This adds in support for PIC on x86. Unfortunately, this will break | Eric Andersen | 2001-06-23 | 1 | -0/+81 |
* | Add the in* and out* functions for i386. Note: the sys/io.h header for | Manuel Novoa III | 2001-06-17 | 1 | -0/+171 |
* | I am very proud of myself. I managed to write a working _start for | Eric Andersen | 2001-06-15 | 2 | -0/+52 |
* | Makefile targets to symlink arch-specific headers into include/ (only | David Schleef | 2001-05-26 | 1 | -0/+3 |
* | Add in some more GNU compatible locale stuff. I only implement the | Eric Andersen | 2001-05-25 | 1 | -0/+44 |
* | Ok, this should finish off my massive ro-organization. The source | Eric Andersen | 2001-05-12 | 1 | -3/+2 |
* | Change FILENAME_MAX to be only 255. Max filename on ext2 is 255, | Eric Andersen | 2001-05-07 | 1 | -1/+1 |
* | Bring sh and i386 longjmp implementations into sync | Eric Andersen | 2001-04-19 | 1 | -0/+2 |
* | Remove all the __THROW macros | Eric Andersen | 2001-04-19 | 2 | -12/+12 |
* | Fix include/errno.h to not use kernel header, and instead use bits/errno.h. | Eric Andersen | 2001-04-06 | 3 | -9/+9 |
* | Fix longjmp on i386. Also adds siglongjmp. | Manuel Novoa III | 2001-03-20 | 4 | -2/+122 |
* | Sync with glibc i386 bits. | Eric Andersen | 2001-03-19 | 3 | -4/+4 |
* | Sync i386 up with _all_ the glibc 2.1.3 include/bits headers, | Eric Andersen | 2001-03-19 | 29 | -0/+5529 |