summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/arm/bits
Commit message (Collapse)AuthorAgeFilesLines
...
* These are needed for arm to compileEric Andersen2001-05-262-0/+181
|
* These seem to be missing alsoEric Andersen2001-05-123-0/+401
|
* This file was missing on armEric Andersen2001-05-121-0/+209
|
* Add missing header file for armEric Andersen2001-05-121-0/+93
|
* 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
* These are needed for arm ld.so support (not at all working yet...)Eric Andersen2001-04-242-0/+73
| | | | -Erik
* Remove all the __THROW macrosEric Andersen2001-04-192-2/+2
|
* Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen2001-04-061-0/+60
| | | | | | | This required we use _LIBC instead of __LIBC__ to be consistent with glibc. This had some sideffects in sys/syscalls.h. While fixing things, I made everything use __set_errno() for (eventual) thread support. -Erik
* It seems ARM 2.4.x kernels do not have iopl. Also add missingEric Andersen2001-03-301-0/+87
| | | | | bits/sem.h for ARM so everything now compiles and runs. -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
* Seems I forgot these...Eric Andersen2000-12-302-0/+518
|
* Need these includes, so add 'em.Eric Andersen2000-10-302-0/+134
|
* Remove some minor glibc'isms.Eric Andersen2000-10-262-3/+3
|
* Add in arm specific bits.Eric Andersen2000-10-2632-0/+2909