summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
...
* Don't use linux/sysctl.h and instead locally define struct __sysctl_args.Eric Andersen2003-08-221-1/+9
* Patch from Atsushi Nemoto, who writes:Eric Andersen2003-08-222-1/+95
* Add missing semicolonsEric Andersen2003-08-211-2/+2
* Correct included header for ustat.Manuel Novoa III2003-08-201-1/+1
* scanf %lc,%ls,%l[ would always set mb_fail on eof or error,Manuel Novoa III2003-08-181-8/+22
* _wchar_utf8sntowcs and _wchar_wcsntoutf8s now set errno if EILSEQ.Manuel Novoa III2003-08-181-0/+7
* Fix a cut-and-paste error. Collation should be working again.Manuel Novoa III2003-08-171-1/+1
* Use the common version for bits/sem.h. Fixup the types toEric Andersen2003-08-145-351/+2
* Patch from Paul Mundt adding uClibc sh64 support:Eric Andersen2003-08-1318-2/+1225
* Add support for the ulimit syscallEric Andersen2003-08-101-0/+81
* Add in a MALLOC_GLIBC_COMPAT option to let people decide if theyEric Andersen2003-08-082-0/+10
* Add support for personality(), prctl(), ustat(), and ulimit()Eric Andersen2003-08-083-6/+38
* Patch from David Wuertele to prevent "conflicts with new declaration with CEric Andersen2003-08-051-0/+4
* Zou WeiJun noticed a type breaking the stime syscallEric Andersen2003-08-051-1/+1
* For sparc, powerpc, mips, and alpha we should also use theEric Andersen2003-08-044-251/+0
* Update inet_aton() to support an undocumented feature of inet_aton,Eric Andersen2003-08-041-7/+13
* Replace 'new' in a prototype to avoid c++ problems.Manuel Novoa III2003-08-011-1/+1
* Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III2003-08-0134-2166/+6903
* Remove the arch specific shm.h and use the fixed up commonEric Andersen2003-08-016-496/+34
* Bug fix from Peter Kjellerstedt <peter.kjellerstedt@axis.com>. vfscanf wasManuel Novoa III2003-07-171-1/+9
* Patch from Peter Kjellerstedt to make it simpler for arches to specifyEric Andersen2003-07-151-1/+1
* Yikes! This was doing another lock instead of unlocking the stream.Manuel Novoa III2003-07-141-1/+1
* As noted by Felix Radensky back on 16 Mar:Eric Andersen2003-07-032-2/+2
* Yield to yet another glibc-ism and add __prognameEric Andersen2003-06-301-0/+3
* Fix a couple of typosEric Andersen2003-06-271-2/+1
* ret could have been used uninitialized in one caseEric Andersen2003-06-272-2/+2
* Revenge of the TypoEric Andersen2003-06-271-1/+1
* Yet more cleanup for the reentrant pwd/grp functions so theyEric Andersen2003-06-279-20/+55
* Fixup errno handlingEric Andersen2003-06-2713-55/+93
* Do not let isatty mess up errnoEric Andersen2003-06-271-3/+11
* Cleanup a couple of ugly bitsEric Andersen2003-06-271-6/+4
* Implement mmap64 for armEric Andersen2003-06-272-1/+80
* add mmap64 for i386Eric Andersen2003-06-272-1/+113
* oops. Fix the name so it is "mmap64", not "__mmap64"Eric Andersen2003-06-271-2/+3
* Actually, some arches do support _syscall6, so implement a generic versionEric Andersen2003-06-271-7/+36
* Mention that the common mmap64 is a stub and must be overriddenEric Andersen2003-06-271-0/+7
* Add missing madvise syscallEric Andersen2003-06-271-0/+6
* Per a patch from Rob McMullen, add getprotoent_r, getprotobyname_r,Eric Andersen2003-06-271-20/+74
* Change 'undefined behavior' of fflush() on readonly or reading streamsManuel Novoa III2003-06-241-8/+18
* Optionally support the struct tm extension fields.Manuel Novoa III2003-06-172-12/+40
* Patch from Ronald Wahl fixing an IPV6 specific problemEric Andersen2003-06-171-2/+2
* As noted by Peter S. MazingerEric Andersen2003-06-161-227/+0
* Add memmem().Manuel Novoa III2003-06-162-1/+35
* Implement syscall() for powerpc. Fixup syscall code soEric Andersen2003-06-154-14/+61
* Fix arm syscall implementation so it does not blow chunks with gcc 3.3Eric Andersen2003-06-112-9/+25
* Patch from Peter S. Mazinger to make the get-needed-libgcc-objectsEric Andersen2003-06-051-2/+3
* Kill the runtime fallback to fork and make it be compile timeEric Andersen2003-06-031-19/+9
* Fix brokenEric Andersen2003-06-031-44/+46
* Clone still had a few little PIC problems....Eric Andersen2003-05-301-39/+84
* In a number of places we erroneously used tests such as '#ifdef PIC' when weEric Andersen2003-05-308-15/+15