summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/i386
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Move fork to common/syscalls (with NO_MMU check). Add Makefile to sparc soManuel Novoa III2001-03-062-3/+1
* Patch from Michael Shmulevich (michaels@jungo.com) -- functions were notManuel Novoa III2001-03-052-4/+7
* Fixed vfork on i386. Reduced size of __uClibc_syscall.Manuel Novoa III2001-03-043-23/+38
* Create __uClibc_main to handle what can be done in C instead of each arch'sManuel Novoa III2001-02-191-31/+2
* Revert stdio to initializing itself. Not quite a pretty but that ensures thatEric Andersen2001-02-091-21/+1
* Clean up atexit.c; make sure sysconf and atexit agree; link in ref'd libgcc.aManuel Novoa III2001-01-251-1/+4
* "I will always compile before I commit."Eric Andersen2001-01-161-0/+1
* Update the comments a wee bit.Eric Andersen2001-01-161-4/+9
* Remove an extra "/" from the crt0 pathEric Andersen2001-01-161-1/+1
* Makefile fixesEric Andersen2001-01-161-4/+4
* Facelist/cleanup for several syscalls. Added poll.Eric Andersen2001-01-161-0/+51
* Added common handling of errno.Eric Andersen2001-01-161-7/+0
* Fix termios handling. Now synced with behavior of GNU libc.Eric Andersen2001-01-151-0/+212
* Use the name crt0.o, and cp it to $(TOPDIR)/libcrt0.oEric Andersen2001-01-152-2/+133
* A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.Eric Andersen2001-01-115-5/+147
* Handle fork and vfork on a per architecture basis...Eric Andersen2000-12-131-1/+1
* Fix doc blunder.Eric Andersen2000-11-041-4/+4
* Make spelling of uClibc be consistant.Eric Andersen2000-11-041-1/+1
* More cleanups. Fix things so tinylogin compiles.Eric Andersen2000-11-042-0/+518
* Fix symbol problem. Add in arm support -- might even work...Eric Andersen2000-10-301-1/+1
* Remove need for the bloated sysdep.h -- we don't need it, so axe it.Eric Andersen2000-10-302-5/+9
* Fixup some PMTsEric Andersen2000-10-302-2/+2
* Header file cleanupEric Andersen2000-10-302-0/+134
* Fix up stat so we translate from kernel stat to libc stat. Try to fixEric Andersen2000-10-291-1/+1
* _start.c is a failed experiment. Go back to using asm...Eric Andersen2000-10-281-1/+1