summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove bits/syscall.h when cleaningDavid Schleef2001-07-031-0/+1
* Added a script to create bits/syscall.h for each arch.Manuel Novoa III2001-06-284-426/+41
* Stub out an initial version. Manuel will be writingEric Andersen2001-06-271-0/+229
* Step one in a process to ween ourselves off of using asm/unistd.h.Eric Andersen2001-06-271-1/+79
* Make these PIC and _LIBC_REENTRANT compatible.Manuel Novoa III2001-06-272-8/+89
* Remove simulated d_type support for getdents and the dirent struct, and useManuel Novoa III2001-06-251-2/+11
* This adds in support for PIC on x86. Unfortunately, this will breakEric Andersen2001-06-231-0/+81
* Add the in* and out* functions for i386. Note: the sys/io.h header forManuel Novoa III2001-06-171-0/+171
* I am very proud of myself. I managed to write a working _start forEric Andersen2001-06-152-0/+52
* Makefile targets to symlink arch-specific headers into include/ (onlyDavid Schleef2001-05-261-0/+3
* Add in some more GNU compatible locale stuff. I only implement theEric Andersen2001-05-251-0/+44
* Ok, this should finish off my massive ro-organization. The sourceEric Andersen2001-05-121-3/+2
* Change FILENAME_MAX to be only 255. Max filename on ext2 is 255,Eric Andersen2001-05-071-1/+1
* Bring sh and i386 longjmp implementations into syncEric Andersen2001-04-191-0/+2
* Remove all the __THROW macrosEric Andersen2001-04-192-12/+12
* Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen2001-04-063-9/+9
* Fix longjmp on i386. Also adds siglongjmp.Manuel Novoa III2001-03-204-2/+122
* Sync with glibc i386 bits.Eric Andersen2001-03-193-4/+4
* Sync i386 up with _all_ the glibc 2.1.3 include/bits headers,Eric Andersen2001-03-1929-0/+5529