summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common
Commit message (Expand)AuthorAgeFilesLines
...
* Fix broken getpriority syscall, per email from Marshall M. MiddenEric Andersen2002-08-281-2/+15
* Make bits/kernel_types.h include guard names match the includeEric Andersen2002-08-261-1/+5
* Use the kernel version of struct msqid_ds directly, since we don'tEric Andersen2002-08-251-16/+14
* Finish off the bits/kernel_stat.h cleanup for properEric Andersen2002-08-251-1/+27
* Make shm stuff work properly.Eric Andersen2002-08-252-23/+22
* Tweak things so that struct stat and struct stat64 (seem to) work onManuel Novoa III2002-08-241-7/+0
* Avoid `ECANCELED' redefined on mipsEric Andersen2002-08-241-3/+4
* Break dependancy of bits/types.h on the asm/posix_types.h kernelEric Andersen2002-08-242-10/+18
* Split out the definition of struct stat into the new archEric Andersen2002-08-232-612/+60
* Split out the arch dependant errno_values.h junk into arch dependant files.Eric Andersen2002-08-231-392/+7
* (initfini.s): Search the uClibc include dir, so we can find <features.h>.Miles Bader2002-08-231-1/+1
* Rework struct stat/stat64 handling to eliminate kernel headersEric Andersen2002-08-221-2/+613
* Rework errno handling to be kernel header freeEric Andersen2002-08-222-12/+523
* Hide .hidden stuff unless explicitly enabledEric Andersen2002-08-221-10/+16
* Revert mode_t change. Sigh. As Manuel so eloquently put it: "this is the wayEric Andersen2002-08-212-3/+2
* Eliminate wrapping of struct stat and use the kernel versionEric Andersen2002-08-199-477/+49
* Work from Stefan Allius which allows superH to use the commonEric Andersen2002-08-192-1/+7
* Directly use kernel types for uid_t, gid_t, and dev_t to avoid theEric Andersen2002-08-181-3/+12
* whitespaceMiles Bader2002-08-161-0/+1
* (errno): Only define as a macro if __UCLIBC_HAS_THREADS__ is defined.Miles Bader2002-08-161-3/+4
* Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__Eric Andersen2002-08-161-1/+1
* Revert commit by davidm to printf.c that initialized conv_numManuel Novoa III2002-08-121-9/+9
* Fix a number of compile time warnings so that uClibc will build with -Werror ...David McCullough2002-08-091-0/+1
* pread and pwrite were broken in several ways:David McCullough2002-08-091-19/+23
* At some stage I was getting conflicts on the SH platform withDavid McCullough2002-08-091-2/+2
* Patch from Martin Proulx <mproulx@okiok.com> to fix i960Eric Andersen2002-07-311-1/+1
* Oops. I accidentally omitted the actual mknod() function.Eric Andersen2002-07-271-0/+9
* Add some syscalls which I moved out of syscalls.cEric Andersen2002-07-225-0/+239
* Rework syscall handling. Rewrite syscall handlers for x86 and ARM.Eric Andersen2002-07-227-174/+113
* Clean up CLK_TCK situation. clock() and sysconf() now use anManuel Novoa III2002-07-152-2/+18
* stupid cut-n-paste bugEric Andersen2002-07-151-5/+5
* Silence a couple of silly warningsEric Andersen2002-07-152-0/+2
* Rework pread and pwrite support so it should actually work.Eric Andersen2002-07-153-33/+219
* Attempt to clean up the strerror_r situation.Manuel Novoa III2002-07-071-8/+0
* Fix namespace pollution by hiding statfix and statfix64 byEric Andersen2002-07-075-11/+11
* Cleanup namespace leaks by prepending __ to global stuff toEric Andersen2002-07-071-2/+3
* Only define __uwchar_t if wide char support is enabled.Manuel Novoa III2002-07-051-1/+1
* Enable WCHAR support for C/POSIX stub locales.Manuel Novoa III2002-07-032-16/+51
* Several cleanups/fixes from Marshall M. Midden <m4@brecis.com>Eric Andersen2002-06-262-0/+2
* Fix support for 2.0.x linux kernels. Oops.Eric Andersen2002-06-211-2/+2
* Cleanup the getcwd implementation (again) since I broke itEric Andersen2002-06-183-8/+174
* Eliminate all the pointless globals from getcwd(). DefaultEric Andersen2002-06-181-1/+7
* Kill kernel_version.c, which is completely meaningless crapEric Andersen2002-06-182-54/+1
* Fix perror() and printf("%m") to not call strerror(), as required by theManuel Novoa III2002-06-181-0/+8
* Add support for sigtimedwait and sigwaitinfoEric Andersen2002-06-171-0/+39
* Kill the libc-lock headers, which we do not use and which areEric Andersen2002-06-102-375/+0
* Doh! A silly typo broke select...Eric Andersen2002-05-301-2/+2
* Make these properly cope with 64bit systemsEric Andersen2002-05-302-29/+35
* Fixup some silly bugs I added earlierEric Andersen2002-05-301-40/+37
* Make syscalls.c way more generic. Now works on alpha...Eric Andersen2002-05-301-4/+173