| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Move fork to common/syscalls (with NO_MMU check). Add Makefile to sparc so | Manuel Novoa III | 2001-03-06 | 2 | -3/+1 |
* | Patch from Michael Shmulevich (michaels@jungo.com) -- functions were not | Manuel Novoa III | 2001-03-05 | 2 | -4/+7 |
* | Fixed vfork on i386. Reduced size of __uClibc_syscall. | Manuel Novoa III | 2001-03-04 | 3 | -23/+38 |
* | Create __uClibc_main to handle what can be done in C instead of each arch's | Manuel Novoa III | 2001-02-19 | 1 | -31/+2 |
* | Revert stdio to initializing itself. Not quite a pretty but that ensures that | Eric Andersen | 2001-02-09 | 1 | -21/+1 |
* | Clean up atexit.c; make sure sysconf and atexit agree; link in ref'd libgcc.a | Manuel Novoa III | 2001-01-25 | 1 | -1/+4 |
* | "I will always compile before I commit." | Eric Andersen | 2001-01-16 | 1 | -0/+1 |
* | Update the comments a wee bit. | Eric Andersen | 2001-01-16 | 1 | -4/+9 |
* | Remove an extra "/" from the crt0 path | Eric Andersen | 2001-01-16 | 1 | -1/+1 |
* | Makefile fixes | Eric Andersen | 2001-01-16 | 1 | -4/+4 |
* | Facelist/cleanup for several syscalls. Added poll. | Eric Andersen | 2001-01-16 | 1 | -0/+51 |
* | Added common handling of errno. | Eric Andersen | 2001-01-16 | 1 | -7/+0 |
* | Fix termios handling. Now synced with behavior of GNU libc. | Eric Andersen | 2001-01-15 | 1 | -0/+212 |
* | Use the name crt0.o, and cp it to $(TOPDIR)/libcrt0.o | Eric Andersen | 2001-01-15 | 2 | -2/+133 |