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