OSDN Git Service

sort out a few issues that show up on mips
[uclinux-h8/uClibc.git] / libc /
2006-12-12 Eric Andersensort out a few issues that show up on mips
2006-12-11 Eric Andersenmostly revert the locking changes for 'malloc', as...
2006-12-11 Mike Frysingerfix building when pthread support is disabled
2006-12-11 Mike Frysingerdont try and compile if the MMU is disabled
2006-12-11 Mike Frysingerneed endian.h for __LONG_LONG_PAIR() macro
2006-12-11 Mike Frysingercleanup style
2006-12-11 Mike Frysingercreate new menu so people can select what format they...
2006-12-09 Eric Andersenthese weaks are also needed in libc.so for the time...
2006-12-09 Eric Andersenoops, use __pthread_mutex_unlock() not pthread_mutex_un...
2006-12-09 Eric AndersenAdd missing sys/types.h header
2006-12-09 Eric Andersensilence a lot of warnings and fix a few genuine bugs...
2006-12-08 Mike FrysingerRichard Sandiford writes: add support for init/fini...
2006-12-08 Eric Andersenseems this is the newfangled way to tell folks this...
2006-12-08 Eric AndersenTake Mike Frysinger's comments into account -- make...
2006-12-08 Eric Andersenadd some warnings to archs that need a bit of attention
2006-12-08 Mike Frysingerif __NR_swapon does not exist, dont try and create...
2006-12-08 Mike Frysingerif __NR_swapoff does not exist, dont try and create...
2006-12-08 Mike Frysingerif __NR_msync does not exist, dont try and create a...
2006-12-08 Mike Frysingeronly define mremap() if the syscall exists
2006-12-08 Mike Frysingerif __NR_mprotect does not exist, dont try and create...
2006-12-08 Eric Andersenthis stuff is for uClibc internal use only
2006-12-08 Eric Andersenfinish the pthread locking cleanups. This should get...
2006-12-08 Eric Andersen__resolv_lock is supposed to be shared, not static
2006-12-08 Eric AndersenFill in a few more of the missing pieces...
2006-12-07 Eric AndersenMajor cleanup of internal mutex locking. Be more consi...
2006-12-07 Eric AndersenMajor cleanup of internal mutex locking. Be more consi...
2006-12-06 Eric Andersenstdio update from mjn3
2006-12-06 Eric Andersenupdate from mjn3
2006-12-06 Eric Andersenprepare to later remove bits/kernel_types.h from bits...
2006-12-06 Eric Andersenbits/kernel_stat.h is for internal uClibc use only...
2006-12-06 Mike Frysingerpulling in kernel config.h wont fly
2006-12-02 Mike FrysingerPTHREAD_THREADS_MAX is supposed to be in pthread-specif...
2006-12-02 "Steven J. Hill"(no commit message)
2006-12-02 "Steven J. Hill"Remove definition of TIMER_MAX which breaks builds...
2006-11-29 Eric Andersenremove redundant headers local to libpthread, causing...
2006-11-29 Bernhard Reutner... - honor __UCLIBC_HAS_LFS__
2006-11-29 Bernhard Reutner... - Cleanout the only occurance of the SUSv3 LEGACY funct...
2006-11-29 Bernhard Reutner... - gcvt() is marked LEGACY in XSI and mandatory in BSD.
2006-11-27 Mike Frysingerfix from cmetcalf to make sure we clear the auxvt table...
2006-11-17 Mike FrysingerBernd Schmidt writes: [blackfin updates] add support...
2006-11-17 Mike Frysingerrevert PTHREAD_THREADS_MAX back to former size since...
2006-11-10 Eric Andersenarm thumb:
2006-11-07 Eric AndersenI failed to check the patch adding support for the...
2006-11-06 Eric Andersenmips64 patch from Atsushi Nemoto:
2006-11-06 Eric Andersenmips64 patch from Atsushi Nemoto:
2006-11-04 Eric Andersenmips64 patch from Atsushi Nemoto:
2006-11-04 Eric Andersenmips64 patch from Atsushi Nemoto:
2006-11-04 Eric Andersenmips64 patch from Atsushi Nemoto:
2006-11-04 Eric Andersenmips64 patch from Atsushi Nemoto:
2006-11-04 Eric Andersenmips64 patch from Atsushi Nemoto:
2006-11-04 Eric Andersenmips64 patch from Atsushi Nemoto:
2006-11-04 Eric Andersenmips64 patch from Atsushi Nemoto
2006-11-04 Eric Andersenmips64 patch from Atsushi Nemoto:
2006-11-04 Eric Andersenmips64 patch from Atsushi Nemoto:
2006-11-04 Eric Andersenmips64 patch from Atsushi Nemoto:
2006-11-04 Eric Andersenbased on a patch from Atsushi Nemoto:
2006-11-02 Eric AndersenIn bug 622, JohnAta writes:
2006-10-23 Paul MundtMerge SH-2 trapa fixups from Mark.
2006-10-19 Peter KjellerstedtMake strdup() use memcpy() rather than strcpy() to...
2006-10-07 Khem RajAdd the mmap.c missed out in the last commit.
2006-10-07 Khem RajAdd mmap function needed for ARM EABI and define thumb...
2006-09-28 Mike Frysingerimplement support for the rest of the 32bit uid syscalls
2006-09-25 Peter KjellerstedtDo not include tls.h unless __UCLIBC_HAS_THREADS__...
2006-09-23 Mike Frysingeronly include _lfs_64.h when __UCLIBC_HAS_LFS__ is defin...
2006-09-22 Peter KjellerstedtAdded support for sysconf(_SC_MONOTONIC_CLOCK).
2006-09-22 Peter KjellerstedtRemove code to define errno in this file. It is defini...
2006-09-19 Peter KjellerstedtAllow the res argument to clock_getres() to be NULL.
2006-09-11 Eric AndersenAtsushi Nemoto writes:
2006-09-11 Eric AndersenThe readahead syscall requires LFS/64 bit support
2006-08-31 Khem RajFix from Joseph Myers: Save and restore iWMMXt register...
2006-08-31 Peter KjellerstedtMade it compile again.
2006-08-30 Eric Andersenfix bug 1012 as noted by moschny
2006-08-30 Eric Andersentweak a few syscalls using varargs
2006-08-25 Mike Frysingerfix from psm: makes use of the malloc debug option...
2006-08-25 Paul MundtBump SHMLBA up to a sensible size for dcache alias...
2006-08-25 Mike Frysingermerge with psm: sync with common socket headers
2006-08-24 Mike Frysingerfix from psm: enable readahead prototype
2006-08-24 Mike Frysingeronly pull in errno.h when not assembler
2006-08-24 Mike Frysingerimplement readahead()
2006-08-24 Mike Frysingerfixups from psm for ASSEMBLER handling
2006-08-24 Mike Frysingeruse the common huge_val.h version now
2006-08-24 Mike Frysingerupdate to new huge_val headers
2006-08-24 Mike Frysingerfix from psm: disable unsupported features
2006-08-24 Mike Frysingerfix from psm: just use common resource.h
2006-08-24 Mike Frysingerjust be like every other uclibc port
2006-08-24 Mike Frysingersync with glibc
2006-08-24 Mike Frysingeradd back in HIDDEN_JUMPTARGET() as pointed out by psm
2006-08-24 Mike Frysingerfix from psm: only define __ASSUME_NETLINK_SUPPORT...
2006-08-24 Mike Frysingersync with upstream via psm
2006-08-24 Mike Frysingers/ifdef ASM/ifndef ASM/ as point out by psm
2006-08-24 Mike Frysingersync with upstream via psm
2006-08-24 Mike Frysingersync with upstream via psm
2006-08-23 Mike Frysingerpsm updates: add __libc symbols for signal cancellation
2006-08-23 Mike Frysingersync with upstream via psm
2006-08-23 Mike Frysingersync with psm: update errno handling to be the same...
2006-08-23 Mike Frysingermerge from psm: hide more brk
2006-08-23 Mike Frysingersync with upstream via psm
2006-08-23 Mike Frysingersync with upstream via psm
2006-08-23 Mike Frysingerimport new headers from upstream via psm
2006-08-23 Mike Frysingerfix from psm: remove unused defines/includes
next