]> Git Repo - uclibc-ng.git/history - libc
Add hint for read ahead function in fcntl.h for AVR32 arch
[uclibc-ng.git] / libc /
2008-11-03 Hans-Christian EgtvedtAdd hint for read ahead function in fcntl.h for AVR32...
2008-11-03 Hans-Christian EgtvedtAdd include to silence compiler warning when compiling...
2008-11-02 Bernhard Reutner... - Fix __user_locking with stdio buffers (Carmelo AMOROSO)
2008-11-02 Denis Vlasenkoresolver: reinstate searching if search domains acciden...
2008-11-01 Denis Vlasenko__dns_lookup: document and optimize a bit
2008-11-01 Denis Vlasenkoresolver: partially fix bug 660 -
2008-11-01 Denis Vlasenkoresolver: fix part of bug 1468:
2008-11-01 Denis Vlasenkoresolver: trivial code trasformations for readability.
2008-11-01 Denis Vlasenkotrivial code shrink by making some strings static
2008-10-31 Bernhard Reutner... - whitespace fixes
2008-10-31 Bernhard Reutner... - improve readability, no objcode changes.
2008-10-30 Ricard WanderlofFile removed as it was not only redundant but also...
2008-10-29 Bernhard Reutner... - fix another fallout from r23660
2008-10-28 Denis Vlasenkogetaddrinfo.c: improve readability
2008-10-28 Denis Vlasenkogetaddrinfo.c: reformat. no code changes
2008-10-28 Bernhard Reutner... - trim superfluous ';'. No objcode changes
2008-10-28 Bernhard Reutner... - fix compilation if LFS is off and STUBs are requested
2008-10-28 Ricard WanderlofRemove all references to __no_netlink_support as after...
2008-10-28 Rob LandleyFinally fix the MALLOC=y and MALLOC_SIMPLE=y breakage...
2008-10-28 Denis Vlasenkomake getaddrinfo to NOT query DNS for IPv6 address...
2008-10-27 Bernhard Reutner... - pull in prototype for memalign()
2008-10-27 Bernhard Reutner... - fix typo in r23808
2008-10-27 Denis Vlasenkolibc/inet/getaddrinfo.c: const'ify some data;
2008-10-25 Khem RajUse C implementation of strncmp.
2008-10-24 Bernhard Reutner... - fix mips syscall (Atsushi Nemoto)
2008-10-24 Bernhard Reutner... - tidy up inline:
2008-10-22 Bernhard Reutner... - remove superfluous ';'. No objcode changes.
2008-10-22 Bernhard Reutner... - delete_module() takes two arguments on linux-2.6
2008-10-20 Bernhard Reutner... - need to grab features before looking at eventually...
2008-10-19 Bernhard Reutner... - do not include netlink headers if netlink is turned...
2008-10-19 Bernhard Reutner... - fix sigaction on older kernels (Michael Deutschmann)
2008-10-18 Bernhard Reutner... - sync fix for scandir errno handling to scandir64...
2008-10-17 Bernhard Reutner... - des uses ntohl
2008-10-16 Bernhard Reutner... This should fix malloc with debug and without threads...
2008-10-11 Khem RajFix bug 4994 hangs on read(). I have tested the patch...
2008-10-10 Bernhard Reutner... - fix copy'n paste error
2008-10-10 Bernhard Reutner... - fix return value
2008-10-10 Bernhard Reutner... - add signalfd()
2008-10-08 Bernhard Reutner... - Fix strtol*() with xlocale (on e.g. x86_64) (closes...
2008-10-08 Bernhard Reutner... - add/use variables to make build-tools configurable
2008-10-06 Carmelo AmorosoFix scandir function to reset the errno when the
2008-10-06 Bernhard Reutner... - fix typo in previous commit
2008-10-06 Bernhard Reutner... - add libc_hidden_def(clock_getres) as spotted by Ned...
2008-10-06 Bernhard Reutner... - sync obstack.{c,h} with glibc (Peter S. Mazinger)
2008-10-06 Bernhard Reutner... - Fallback waitid impl (Peter S. Mazinger)
2008-10-06 Bernhard Reutner... - hide relocation (Peter S. Mazinger)
2008-10-06 Bernhard Reutner... - tweak inclusion of asm/socket.h for linux-2.4 (Peter...
2008-10-03 Bernhard Reutner... - add long double math wrappers (Ned Ludd)
2008-10-03 Bernhard Reutner... - use c89-style comments
2008-10-01 Carmelo AmorosoFix compilation problem whit the following config options:
2008-09-30 Bernhard Reutner... - add missing const qualifier for !__NR_sched_setaffini...
2008-09-30 Bernhard Reutner... - remove some duplicate includes
2008-09-30 Bernhard Reutner... - fix compilation of UCLIBC_HAS_PTY && !ASSUME_DEVPTS...
2008-09-29 Bernhard Reutner... - add a copy of user_regs
2008-09-29 Bernhard Reutner... - honour UCLIBC_HAS_SYSLOG
2008-09-29 Bernhard Reutner... - now passes all LTP tests
2008-09-29 Carmelo Amorosoi18n: Fix mbrtowc function to handle 0xc0 and 0xc1...
2008-09-29 Bernhard Reutner... - fix ISO C keywords
2008-09-27 Denis Vlasenkogetgrouplist(): ...add files which I forgot to add.
2008-09-27 Denis Vlasenkoimplement getgrouplist()
2008-09-26 Mike Frysingeruse __UCLIBC_HAS_STUBS__
2008-09-26 Bernhard Reutner... - move libm_hidden_proto to the corresponding headers...
2008-09-26 Peter KjellerstedtRebased the memcpy() and memset() implementations for...
2008-09-26 Peter KjellerstedtCorrect _init()/_fini() for CRISv32 as suggested by...
2008-09-25 Bernhard Reutner... - cast both times to double for consistency
2008-09-25 Bernhard Reutner... - also clean .oS
2008-09-25 Bernhard Reutner... - disable gettext support in obstack.
2008-09-25 Bernhard Reutner... - fix compilation of legacy mode
2008-09-25 Bernhard Reutner... - add missing hidden_def
2008-09-25 Bernhard Reutner... - fix !LFS case for i386
2008-09-25 Bernhard Reutner... - arm eabi needs __UCLIBC_TRUNCATE64_HAS_4_ARGS__
2008-09-25 Carmelo Amorososh: Fix SYSCALL_INST_STRx to work for SH-2[A] core...
2008-09-25 Mike Frysingerdelete/init module functions are not 2.4 specific
2008-09-24 Bernhard Reutner... - only compile them if the respective syscalls are...
2008-09-24 Bernhard Reutner... - silence warning about possibly undefined preprocessor...
2008-09-24 Bernhard Reutner... - Fix arguments to compare function. Closes #1081
2008-09-22 Carmelo AmorosoAdd work-around for powerpc.
2008-09-21 Paul MundtFix up memset() argument ordering in open_memstream...
2008-09-19 Bernhard Reutner... - fix for r23427. Thanks to psm for mentioning this...
2008-09-19 Bernhard Reutner... - add posix_fadvise. Not yet tested most likely broken...
2008-09-19 Bernhard Reutner... - take LFS into account and add fallback via fadvise64
2008-09-19 Bernhard Reutner... - posix_fadvise64 for i386
2008-09-18 Carmelo AmorosoFix posix_fadvise[64] functions to return the error...
2008-09-18 Bernhard Reutner... - remove non stdc path (old style definitions). No...
2008-09-18 Bernhard Reutner... - exec_comm_child can not return ever
2008-09-17 Hans-Christian Egtvedtavr32: add defines and prototype function for sync_file...
2008-09-16 Bernhard Reutner... - sync_file_range(). Missed the i386 directory in previ...
2008-09-16 Carmelo AmorosoAdd INTERNAL_SYSCALL macros for sh
2008-09-16 Bernhard Reutner... - add sync_file_range()
2008-09-15 Bernhard Reutner... - commentary typo fix
2008-09-13 Chris Zankelxtensa: The Xtensa port needs to define the __UCLIBC_TR...
2008-09-13 Chris Zankelxtensa: The Xtensa-specific strcmp.S file is testing...
2008-09-12 Bernhard Reutner... - fix typo
2008-09-11 Bernhard Reutner... - whitespace fixes
2008-09-11 Bernhard Reutner... - remove gethostbyname_r relocation
2008-09-11 Bernhard Reutner... - remove posix_openpt relocation
2008-09-11 Bernhard Reutner... - fix typo
2008-09-11 Bernhard Reutner... - remove relocations for clock_getres
2008-09-09 Carmelo AmorosoAdd optimized memcpy implementation for sh4 (from Stuar...
2008-09-09 Carmelo AmorosoFix some locale multibyte tests failures ad below:
next
This page took 0.080687 seconds and 7 git commands to generate.