summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/i386
Commit message (Expand)AuthorAgeFilesLines
* Oops. I'd left an extra invocation of sigaction in there...Eric Andersen2003-02-031-3/+1
* Finish up fixing stat and setting various system types.Eric Andersen2003-01-241-1/+1
* Ok, people are probably going to hate me for this... This commit changes theEric Andersen2003-01-241-29/+2
* Update architecture specific support to consistantlyEric Andersen2003-01-232-3/+2
* Update a tiny bitEric Andersen2003-01-231-5/+1
* simpler method for getting a 'main' reference. Make _init and _finiEric Andersen2003-01-231-6/+12
* Update sigaction syscall names to act more like glibc. Fix the x86 sigactionEric Andersen2003-01-222-1/+170
* Based on discussions with Stefan Allius, change it so that we alwaysEric Andersen2002-12-123-61/+6
* I forgot to include features.hEric Andersen2002-11-291-0/+2
* Make support for global constructors and global destructors beEric Andersen2002-11-271-0/+9
* Support O_STREAMINGEric Andersen2002-10-091-0/+1
* This commit contains a patch from Stefan Allius <allius@atecom.com> to changeEric Andersen2002-10-011-15/+12
* Change <bits/syscall.h> to <bits/sysnum.h>.Miles Bader2002-09-053-5/+5
* Added __kernel_fsid_t to satisfy some apps that need it.David McCullough2002-08-271-0/+8
* Make bits/kernel_types.h include guard names match the includeEric Andersen2002-08-261-3/+9
* Tweak things so that struct stat and struct stat64 (seem to) work onManuel Novoa III2002-08-241-0/+27
* Break dependancy of bits/types.h on the asm/posix_types.h kernelEric Andersen2002-08-241-0/+29
* Split out the definition of struct stat into the new archEric Andersen2002-08-231-0/+56
* Eliminate wrapping of struct stat and use the kernel versionEric Andersen2002-08-191-0/+4
* Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__Eric Andersen2002-08-162-8/+8
* Just in case, crash if somehow `exit' returns anywaysEric Andersen2002-08-061-0/+2
* Add support for people calling syscall()Eric Andersen2002-07-243-76/+78
* Rework syscall handling. Rewrite syscall handlers for x86 and ARM.Eric Andersen2002-07-221-156/+109
* Clean up CLK_TCK situation. clock() and sysconf() now use anManuel Novoa III2002-07-151-73/+0
* Fix dummy main reference so it works...Eric Andersen2002-04-141-2/+6
* Manuel and I were looking into a problem with applications failing to linkEric Andersen2002-04-142-0/+7
* Create a much more careful ftruncate64 implementation, that shouldEric Andersen2002-04-092-23/+1
* Add in support for ftruncate64 on both ARM and x86Eric Andersen2002-03-312-1/+23
* Remove the C++ support stubs, since these now live elsewhere andEric Andersen2002-03-162-19/+0
* Build our own crti.o and crtn.o with a cross arch method that IEric Andersen2002-03-131-1/+1
* Move syscall.h generation to the top level MakefileEric Andersen2002-03-011-1/+0
* Major rework of the include files to eliminate redundancyEric Andersen2002-03-0165-7233/+524
* Fixup setjmp and longjmp so they behave themselves properly nowEric Andersen2002-01-313-84/+1
* Fixup setjmp implementation so it actaully works as expectedEric Andersen2002-01-304-47/+146
* Make sbrk common, add arm/brk.c, cleanup leftover damageEric Andersen2002-01-213-50/+3
* Turn off the useless personality crapEric Andersen2002-01-021-0/+2
* Change all 'cd <foo>; bar' constructs to 'cd <foo> && bar' forEric Andersen2002-01-011-2/+2
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-192-6/+4
* Use the asm version by default on x86. Tag _start as a function.Eric Andersen2001-12-192-3/+6
* Add include/sys/reg.h to make gdbserver happyEric Andersen2001-11-292-0/+44
* Scrub up some lingering problems preventing readdir64 from workingEric Andersen2001-11-141-2/+4
* Initial first (lame) pass at making a pthreads library. ThisEric Andersen2001-11-141-0/+28
* Fix the clone syscall so it actually works.Eric Andersen2001-11-142-30/+31
* Wohoo! David McCullough found the bug! His comments follow:Eric Andersen2001-10-051-12/+20
* Yet more minor cleanupsEric Andersen2001-10-041-1/+4
* Cleanup brk/sbrkEric Andersen2001-10-034-83/+77
* Gut this file, and quit referrng to _IO_* junkEric Andersen2001-09-271-146/+1
* Update to accomodate the header file changesEric Andersen2001-09-2771-1099/+1838
* This will hopefully make global constructors and destructors workEric Andersen2001-08-282-0/+21
* Added __BEGIN_DECLS and __END_DECLS to the files that didn't haveDavid McCullough2001-07-116-0/+20