summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
...
* Reduce memory used by static buffers and allocate that memory dynamiclyEric Andersen2004-03-185-13/+68
* Cope gracefully with missing module syscallsEric Andersen2004-03-124-6/+21
* Rewrite the err/warn functions as they were broken (__noreturn__ funcsManuel Novoa III2004-03-113-76/+111
* Bug fix: gethostbyname2_r would fail if /etc/host was missing.Manuel Novoa III2004-03-101-21/+38
* Fixup naming of '_mmap' to 'mmap' so it will properly overrideEric Andersen2004-02-182-1/+1
* Alexandre Oliva writes:Eric Andersen2004-02-1828-0/+2266
* Alexandre Oliva writes:Eric Andersen2004-02-187-10/+10
* Fixup fdatasync on alpha, thanks to Alan HourihaneEric Andersen2004-02-171-0/+7
* Sigh... Fall back to alloca() if munmap is broken (uClinux).Manuel Novoa III2004-02-171-8/+6
* Generic fork works. Use it instead since this didn't handle errno_location.Manuel Novoa III2004-02-152-66/+1
* Oops.Eric Andersen2004-02-151-1/+2
* Mips can use the generic vforkEric Andersen2004-02-152-31/+1
* Cris can use the generic vforkEric Andersen2004-02-152-12/+1
* This should not be inlined. This should probably use aEric Andersen2004-02-151-2/+2
* Fixup fork implementation to provide the __libc_fork symbolEric Andersen2004-02-152-5/+7
* Use the generic fork implementation on sh64Eric Andersen2004-02-152-36/+1
* Oops.. The custom stream funcs should only be compiled if wanted.Manuel Novoa III2004-02-131-2/+4
* Paul Mundt lethal at linux-sh dot org writes:Eric Andersen2004-02-121-0/+2
* Add missing mips specific include/sys/user.hEric Andersen2004-02-121-0/+52
* New stdio core. Should be more maintainable. Fixes a couple of bugs.Manuel Novoa III2004-02-11115-7713/+9161
* Fix bug from the syscall reorganization, detected by python's test_poll.py.Manuel Novoa III2004-02-111-3/+3
* Do not include the create_module syscall if it is not presentEric Andersen2004-02-101-0/+3
* Fix completely hosed up formattingEric Andersen2004-02-061-10/+10
* Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it asEric Andersen2004-02-0614-0/+17
* Patch from Alan Hourihane <alanh@fairlite.demon.co.uk> for building alpha.Manuel Novoa III2004-02-052-11/+10
* Use 'mmap.c' instead of '_mmap.c'Eric Andersen2004-02-054-9/+9
* Patch from Paul Mundt, lethal at linux-sh dot org,Eric Andersen2004-01-311-0/+4
* Andrew May writes:Eric Andersen2004-01-303-2/+5
* Add missing abort instruction for powerpcEric Andersen2004-01-301-1/+5
* Paul Mundt, lethal at linux-sh dot org writes:Eric Andersen2004-01-302-1/+61
* Joakim Tjernlund writes:Eric Andersen2004-01-273-1/+245
* Oleksandr G. Zhadan writes:Eric Andersen2004-01-241-0/+11
* Imre Sunyi writes:Eric Andersen2004-01-241-11/+16
* Sort all the filesEric Andersen2004-01-211-45/+34
* Split up syscalls.c, since it had grown to be quite large and ugly.Eric Andersen2004-01-21171-2391/+3118
* Add pollEric Andersen2004-01-211-1/+1
* Move poll to its own file, rather than being only half in its own fileEric Andersen2004-01-212-10/+13
* Massive formatting cleanup, making it easier to parseEric Andersen2004-01-211-431/+503
* Add __data_start needed by boehm garbage collector, in turn needed by libgcj.Manuel Novoa III2004-01-171-0/+4
* Prevent runaway asserts, which can happen if there's a problem withManuel Novoa III2004-01-171-9/+15
* s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/gEric Andersen2004-01-1610-32/+32
* Link with libfloat if necessary.Manuel Novoa III2004-01-161-1/+1
* Include missing errno.h header (as noted by Alan Hourihane).Eric Andersen2004-01-141-3/+5
* Ok.. we need to link with libgcc.a for some archs. I haven't looked atManuel Novoa III2004-01-141-1/+1
* Add a dummy (always fails) wcsftime. This is needed for the libstdc++ localeManuel Novoa III2004-01-142-0/+36
* Add another devfs subdir to the list of checked subdirs.Manuel Novoa III2004-01-131-0/+1
* Oops... Seems I forgot an else...Manuel Novoa III2004-01-121-0/+1
* Implement res_search and res_querydomain based on netbsd code,Eric Andersen2004-01-041-5/+203
* My mistake. We do need some weak pthread_* funcs. But we were previouslyManuel Novoa III2004-01-041-2/+87
* And just like that, clone is now fixed.... Previously theEric Andersen2004-01-031-26/+38