OSDN Git Service

uclinux-h8/uClibc.git
2009-11-19 Bernhard Reutner... libutil: provide knob to disable it
2009-11-19 Bernhard Reutner... libnsl: add knob to disable it
2009-11-19 Bernhard Reutner... fixup working in helptexts
2009-11-19 Bernhard Reutner... test: sync up with toplevel buildsys
2009-11-19 Bernhard Reutner... .gitignore more testfiles
2009-11-19 Bernhard Reutner... MAXFLOAT: obsolescent in SUSv4
2009-11-19 Bernhard Reutner... _Exit(): add weak alias to _exit() for C99
2009-11-17 Bernhard Reutner... correct documentation
2009-11-17 Bernhard Reutner... .gitignore: remove unneeded pattern
2009-11-15 Bernhard Reutner... libm: use int_WRAPPER_C99 macro
2009-11-15 Bernhard Reutner... ldso: Add missing newlines to some debug messages
2009-11-14 Bernhard Reutner... Revert "libm: fix C99_MATH on __NO_LONG_DOUBLE_MATH...
2009-11-14 Bernhard Reutner... libm: fix C99_MATH on __NO_LONG_DOUBLE_MATH hosts
2009-11-14 Bernhard Reutner... realpath: SUSv4 compliant
2009-11-13 Bernhard Reutner... silence warning about undefined CPP token
2009-11-09 Austin FoxleyRules.mak fix typo (qstrup -> qstrip)
2009-10-28 Bernhard Reutner... Simplify kconfig wording of thread support
2009-10-28 Bernhard Reutner... remove wrong default for choice
2009-10-28 Bernhard Reutner... support selecting which locales to build
2009-10-23 Bernhard Reutner... remember some TODOs for 0.9.31
2009-10-22 Mike Frysingerdisable _POSIX_SPAWN define
2009-10-22 Mike Frysingerbuild with -fmerge-all-constants
2009-10-22 Mike Frysingertest/plt: add a script to find PLT usage
2009-10-22 Mike Frysingerlibc: add hidden calls to pthread cleanup funcs
2009-10-22 Mike Frysingerregex: call memcpy() ourselves
2009-10-22 Mike Frysingersysctl: avoid inline initialization
2009-10-22 Mike Frysingerinet_ntop4: avoid inline initialization
2009-10-22 Mike Frysingersparc: use fputs to write to stderr
2009-10-22 Mike Frysingersparc: use HIDDEN_JUMPTARGET for errno
2009-10-20 Austin Foxleyremove useless .gitignore
2009-10-17 Austin Foxleyadd .gitignore for test/ and extra/
2009-10-17 Austin Foxleytest/dlopen: use pthread_once directly
2009-10-17 Austin Foxleylinuxthreads: check TLS_DTV_AT_TP define correctly
2009-10-17 Austin Foxleymktemp does not depend on floats
2009-10-17 Austin Foxleygitignore: ignore install_dir/
2009-10-17 Austin FoxleyMakerules: add a do_sed command
2009-10-16 Austin Foxleyldso: fixup missed variable rename ( tls_tpnt -> tpntp )
2009-10-16 Bernhard Reutner... remove readelf from helptext
2009-10-15 Mike Frysingermalloc: handle size overflows in realloc()
2009-10-15 Mike Frysingersparc qops: unify & shrink
2009-10-15 Mike Frysingerldso: drop duplicated/unused defines
2009-10-15 Mike Frysingerldso: unify and cleanup _dl_mmap code
2009-10-15 Mike Frysingeri386: use common INTERNAL_SYSCALL_ERROR_P
2009-10-15 Mike Frysingerldso: define MAP_FAILED for everyone
2009-10-15 Mike Frysingerldso: simplify handling of extra _dl_lookup_hash() arg
2009-10-15 Mike Frysingerldso: clean up breakage in tls merge
2009-10-15 Austin Foxleyldso: fixup all the rest of the calls to _dl_find_hash
2009-10-14 Joseph MyersFix SH bits/kernel_types.h for new kernel headers.
2009-10-14 Denys Vlasenkocheck stat("/etc/resolv.conf") for errors
2009-10-14 Bernhard Reutner... fix cosmetic typo
2009-10-13 Bernhard Reutner... libc/inet/resolv.c: reread resolv.conf if its mtime...
2009-10-10 Mike Frysingerdrop __BCC__ cruft from string code
2009-10-09 Bernhard Reutner... check_ld some more flags
2009-10-09 Bernhard Reutner... SUSV4: remove utime.h
2009-10-08 Bernhard Reutner... add and use qstrip
2009-10-08 Bernhard Reutner... utime() is obsolescent in SUSv4
2009-10-08 Bernhard Reutner... ftw() is obsolescent in SUSv4
2009-10-08 Bernhard Reutner... _toupper, _tolower depend on SUSv4
2009-10-08 Bernhard Reutner... link-time warning for obsolescent/removed network funcs
2009-10-08 Bernhard Reutner... Fix building arm EABI
2009-10-08 Mike Frysingerresolv/crypt: convert to foo-y kbuild style
2009-10-08 Mike Frysingerldso: pull in missing bits/fcntl.h header for O_CLOEXEC
2009-10-08 Mike Frysingerldso: use O_CLOEXEC for cache file
2009-10-08 Mike Frysingerclean up O_CLOEXEC handling
2009-10-08 Mike Frysingerfcntl.h: drop unused/dead O_STREAMING
2009-10-08 Mike Frysingerldso: use MAP_FAILED with ld.so.cache
2009-10-06 Bernhard Reutner... fix coding style
2009-10-06 Bernhard Reutner... commentary typo fix
2009-10-06 Bernhard Reutner... trim whitespace
2009-10-06 Bernhard Reutner... whitespace cleanup
2009-10-05 Austin Foxleysparc: add stubs for more of the _Q* ops
2009-10-05 Bernhard Reutner... descriptive error message
2009-10-05 Austin Foxleymips: fix typo in elfinterp.c
2009-09-26 Austin FoxleyConfig.in: enable TLS config option only for nptl
2009-09-26 Austin Foxleyerrno.c: add tls versions of errno and h_errno
2009-09-26 Austin Foxleydl-support.c: add tls support
2009-09-26 Austin Foxleyresolv.c: add support for per thread res_state
2009-09-26 Austin Foxleyldso/: tls support for dynamic linker
2009-09-26 Austin Foxleyinclude/: add tls errno and res_state
2009-09-26 Daniel Jacobowitzmips: do not save variables in "hi" or "lo" across...
2009-09-25 Austin Foxleysparc specific bits/socket.h
2009-09-23 Austin Foxleydoc/: typo fix
2009-09-22 Stephan Raueadd timerfd syscall and header
2009-09-21 Austin Foxleysparc sigaction.c: fix the noted bugs by syncing up...
2009-09-19 Denys Vlasenkosigpause: remove libc_hidden_proto/def
2009-09-19 Denys Vlasenkosigwait: remove __sigwait and __GI_sigwait symbols...
2009-09-19 Denys Vlasenkoraise: remove unused hidden weak symbol __raise
2009-09-19 Denys Vlasenkolibc/misc/wctype/_wctype.c: make it more readable....
2009-09-19 Denys Vlasenkoremove a few more empty #if/#endif pairs
2009-09-18 Denys Vlasenkoconvert // comments to /**/; remove empty #if/#endif...
2009-09-18 Bernhard Reutner... trim Experimentally off and uncommented hidden
2009-09-18 Bernhard Reutner... fix make {,install_}{,host}utils
2009-09-18 Bernhard Reutner... document ARCH=
2009-09-17 Bernhard Reutner... always define float_t as float
2009-09-17 Bernhard Reutner... No need for a libresolv stub
2009-09-16 Bernhard Reutner... handle make ARCH= config
2009-09-15 Mike Frysingersys/mount.h: sync with latest glibc
2009-09-15 Andrew Stubbssh/user.h: clean up conflicts from kernel user.h
2009-09-15 Mike Frysingerdaemon: fix up INTERNAL_SYSCALL() usage
2009-09-15 Mike Frysingersetup attribute_optimize which comes with gcc-4.4+
next