OSDN Git Service

uclinux-h8/uClibc.git
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+
2009-09-14 Bernhard Reutner... Revert "default ?conf to native arch"
2009-09-08 Denys Vlasenkosparc/sigaction.c: note possible bugs by comments....
2009-09-08 Denys Vlasenkostrsignal.c: whitespace fixes, no code changes (verifie...
2009-09-08 Denys Vlasenkotime.c: style cleanup. no code changes (verified with...
2009-09-08 Denys Vlasenkosimpler and shorter read_TZ_file() helper
2009-09-06 Denys Vlasenkodocs/defines.txt: add a note about possibly obsolete...
2009-09-06 Denys Vlasenkowordexp.c: cleanup - remove old hidden_proto's; remove...
2009-09-06 Denys Vlasenkowordexp.c: fix a bug where we might close stdout
2009-09-06 Mike Frysingerfstatat: fix up behavior on 32/64 bit hosts
2009-09-06 Mike Frysingerxstatconv: drop useless hidden code
2009-09-06 Khem RajRevert "syscall.c: Use common syscall.c for ARM"
2009-09-06 Denys Vlasenkomd5 passwords: reduce static usage
2009-09-05 Denys Vlasenkorexec.c: style fixes, no code chages (verified with...
2009-09-05 Denys Vlasenkorexec.c: small code shrink
2009-09-05 Denys Vlasenkocomment out "int rexecoptions"; make "char ahostbuf...
2009-09-05 Denys Vlasenkodo not save/restore errno around free() calls
2009-09-05 Denys Vlasenkodo not pass 3rd param to open() which do not create...
2009-09-05 Denys Vlasenkowtmp code: style fixes, no code changes
2009-09-05 Denys Vlasenkoremove(): slight readabability tweak, no code changes
2009-09-05 Denys Vlasenkoopensock: work correctly on IPv6-only config
2009-09-05 Denys Vlasenkolckpwdf: remove a wrong comment and one write-only...
2009-09-05 Denys VlasenkoCLOEXEC: use open(CLOEXEC) if exist; do not check fcntl...
2009-09-05 Denys Vlasenkoutent.c: fix a few bugs, and shrink a bit
2009-09-05 Denys Vlasenkomath.h: fix trivial typo (missing !): !defined __NO_LON...
2009-08-31 Mike Frysingerdrop last _syscall6 checks
2009-08-30 Bernhard Reutner... honour NO_LONG_DOUBLE_MATH
2009-08-30 Khem RajBuild posix_fadvice{64} only when UCLIBC_HAS_ADVANCED_R...
2009-08-30 Khem RajAdd posix_fadvise{64}.c routines to Makefile.arch
2009-08-30 Khem RajAdd posix_fadvise and posix_fadvise64 for powerpc
2009-08-25 Bernhard Reutner... default ?conf to native arch
2009-08-25 Bernhard Reutner... use CURDIR
2009-08-19 Bernhard Reutner... use pwd, not PWD
2009-08-17 Bernhard Reutner... always define CONFIG_SHELL
2009-08-17 Bernhard Reutner... support building out-of-tree
2009-08-17 Bernhard Reutner... add hidden aliases for newer regex search functions
2009-08-13 Maxim Kuvyrkovm68k syscall: switch to common code
2009-08-10 Bernhard Reutner... define attribute_noreturn
2009-08-05 Bernhard Reutner... handle _SC_NPROCESSORS_CONF and _SC_NPROCESSORS_ONLN
2009-08-05 Bernhard Reutner... fix compilation
2009-08-04 Joseph MyersFix daemon build for no-MMU no-threads.
2009-08-01 Bernhard Reutner... ioperm is not used internally, remove hidden_proto
2009-08-01 Khem RajMakefile.in: Let make release or make dist to use git.
2009-08-01 Khem RajRules.mak: Fix references to svn.
2009-08-01 Khem Rajsyscall.c: Use common syscall.c for ARM
2009-08-01 Khem Rajfnmatch.c: Include unistd.h before undefining _LIBC.
2009-07-31 Khem Rajfnmatch.c: Change scope of posixly_correct to be global.
2009-07-30 Carmelo Amorosotest_librt: Fix shmtest.c test case
2009-07-30 Carmelo Amorosotest_librt: Fix build system for shm_open/unlink tests
next