summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/i386/bits
Commit message (Collapse)AuthorAgeFilesLines
* Add in some more GNU compatible locale stuff. I only implement theEric Andersen2001-05-251-0/+44
| | | | C locale of course. util-linux needs this stuff to compile...
* Change FILENAME_MAX to be only 255. Max filename on ext2 is 255,Eric Andersen2001-05-071-1/+1
| | | | | | | so there is no reason to allocate 4k. Change working of execvep.c per patch from Matthias Kilian <kili@outback.escape.de> so that there is not a fixed 127 byte buffer. Too easy to overflow... -Erik
* Remove all the __THROW macrosEric Andersen2001-04-192-12/+12
|
* 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
| | | | | | since we will end up needing a few more of them anyways, and all the other arches have the full set anyways. -Erik
* Clean up atexit.c; make sure sysconf and atexit agree; link in ref'd libgcc.aManuel Novoa III2001-01-251-1/+4
| | | | objects with shared uClibc; allow disabling long long support.
* Facelist/cleanup for several syscalls. Added poll.Eric Andersen2001-01-161-0/+51
|
* Fix termios handling. Now synced with behavior of GNU libc.Eric Andersen2001-01-151-0/+212
| | | | -Erik
* More cleanups. Fix things so tinylogin compiles.Eric Andersen2000-11-042-0/+518
| | | | Fix a bug in getdelim -- patch from David Whedon <dwhedon@gordian.com>.
* Fixup some PMTsEric Andersen2000-10-302-2/+2
|
* Header file cleanupEric Andersen2000-10-302-0/+134
|
* Needed now.Eric Andersen2000-10-091-0/+141
|
* Add in support for shm/ipc.Eric Andersen2000-10-072-0/+134
|
* More stuff. Down to only 43 missing functions before BusyBox willEric Andersen2000-08-101-0/+46
| | | | | | link. Fixed socket stuff so it doesn't pull in kernel headers and stubbed out fork and clone. A few other header file cleanups. -Erik
* fix sys/vfs so it doesn't pull in kernel stuff.Eric Andersen2000-07-091-0/+61
| | | | -Erik
* Forgot this file.Eric Andersen2000-07-091-0/+196
| | | | -Erik
* Some more major updates to further superate ucLibc from the kernelEric Andersen2000-07-0624-0/+2235
| | | | | headers (the way it has been done in GNU libc). -Erik
* Hacked things so longjmp now works.Eric Andersen2000-07-062-165/+155
| | | | -Erik
* Initial revision0_9_1Erik Andersen2000-05-141-0/+176