OSDN Git Service

uclinux-h8/uclibc-ng.git
2008-12-24 Denis Vlasenkorename test file
2008-12-24 Denis Vlasenkotest/Makefile: make "make compile" install headers...
2008-12-23 Denis Vlasenkolibc/sysdeps/linux/hppa/bits/signum.h: _NSIG == 65...
2008-12-23 Khem RajThese defines needs to be considered after recent linux...
2008-12-22 Bernhard Reutner... - mark capset() as linux specific
2008-12-22 Bernhard Reutner... - capget() is linux specific; Sync helptext with curren...
2008-12-22 Bernhard Reutner... - remove leftover from r13277
2008-12-22 Bernhard Reutner... - fix for !GETOPT_LONG
2008-12-22 Denis Vlasenkolibm/*: mass removal of:
2008-12-22 Denis Vlasenkoextra/locale/gen_wctype.c: remove __CTYPE_isalnum and...
2008-12-22 Denis VlasenkoUCLIBC_CTYPE_HEADER define is removed, as it always
2008-12-22 Bernhard Reutner... - remove whitespace
2008-12-22 Bernhard Reutner... - fix fpclassify, signbit, isfinite, isnan, isinf macro...
2008-12-22 Denis Vlasenkoadd new file to docs/
2008-12-22 Denis Vlasenkoremove stray comment (the identical one is just a few...
2008-12-22 Bernhard Reutner... - non-pic support for MIPS (Catherine Moore, clm at...
2008-12-22 Denis VlasenkoRemove unused macros
2008-12-22 Denis Vlasenkodocs/defines.txt: document _extern_inline
2008-12-21 Denis Vlasenkomore of warning fixes, mostly pointer signedness mismatches
2008-12-21 Denis Vlasenkomore of pointer signedness warnings removed
2008-12-21 Denis Vlasenkoheed multiple warnings of the type
2008-12-20 Denis Vlasenkolibc/stdio/_scanf.c: heed lots of warnings about signed...
2008-12-20 Denis Vlasenkoextra/locale/locale_mmap.h: fix broken whitespace
2008-12-20 Denis Vlasenkolibc/misc/locale/locale.c: heed a pile of warnings
2008-12-20 Denis Vlasenkolibc/misc/locale/locale.c: remove one unneeded static...
2008-12-20 Denis VlasenkoDeal with a few data fields which may be made constant.
2008-12-20 Denis Vlasenkolibc/string/i386/rawmemchr.c: i386 version, adapted...
2008-12-20 Denis Vlasenkostring/i386/strncpy.c: fixlet for testing code
2008-12-20 Denis Vlasenkostring/i386/strncpy: faster i386 version (same code...
2008-12-19 Denis Vlasenkostrchr: a bit faster version for i386 (same code size)
2008-12-19 Denis Vlasenkomemmove: smaller one for i386, with added testing,...
2008-12-19 Denis Vlasenkostrncat: shorter version for i386, add small embedded...
2008-12-19 Denis Vlasenkoremove one forgotten '##'. Heeds:
2008-12-19 Denis Vlasenkostring/i386: smaller, and hopefully easier to read...
2008-12-17 Denis Vlasenkofix for build failures resulting from "string ops for...
2008-12-17 Bernhard Reutner... - provide INTERNAL_SYSCALL for ia64 (Stefan Assmann...
2008-12-17 Denis Vlasenkosince gcc -Os hates us and does not inline string ops,
2008-12-17 Denis Vlasenkomemchr: smaller i386 version
2008-12-17 Denis Vlasenkoresolv: fix testcase failure
2008-12-16 Bernhard Reutner... - emulate unavailable syscall getpgrp on e.g. ia64...
2008-12-16 Bernhard Reutner... - install utils into the proper directories
2008-12-16 Denis Vlasenkofix testing "gcc -mpreferred-stack-boundary=2" on x86_64
2008-12-15 Denis VlasenkoRemove __libc_posix_fadvise[64] alias. It existed on...
2008-12-15 Denis Vlasenkoremove some duplicates in bits/signum.h. No code changes.
2008-12-15 Denis Vlasenkosigaction overhaul as described in docs/sigaction.txt
2008-12-14 Denis Vlasenkoheed compiler warnings about checking non-defined varia...
2008-12-14 Denis VlasenkoAdd proposed plan of sanitizing sigaction to docs/*
2008-12-13 Denis VlasenkoRemove the rest of "bounded pointers" scaffolding....
2008-12-13 Denis Vlasenkofeatures.h: add TODO (changing __OPTIMIZE_SIZE__ is...
2008-12-13 Denis Vlasenkodoc snippets about defines we provide and/or use
2008-12-13 Denis VlasenkoDo not install libc-XXXX.h files in "make install".
2008-12-13 Denis Vlasenkomake all "XXXhidden_proto(" consistently not use a...
2008-12-13 Denis VlasenkoMake it again possible to have compact and small stack...
2008-12-13 Denis Vlasenkostring/generic/memcmp.c: remove some really paranoid...
2008-12-13 Denis Vlasenko*: document __USE_EXTERN_INLINES better;
2008-12-12 Denis Vlasenkoi386/brk.c: gcc can't figure out how to use %ebx in...
2008-12-12 Bernhard Reutner... - only strip if cc compiled fine
2008-12-12 Denis Vlasenko*: remove vestiges of gcc's "bounded pointers" feature,
2008-12-12 Denis Vlasenkosmaller brk() for i386. Inspected assembly to see it...
2008-12-11 Carmelo AmorosoMove kernel-features.h header from the linuxthread...
2008-12-11 Mike Frysingercreate arch-generic brk() based on blackfin one
2008-12-11 Mike Frysingeradd inlines for Blackfin atomic functions
2008-12-11 Mike FrysingerBlackfin: add L2_SRAM flag for alloc func
2008-12-11 Mike FrysingerBlackfin: declare {INLINE,INTERNAL}_SYSCALL() and friends
2008-12-11 Mike Frysingeradd ENDPROC() macro for Blackfin assembly
2008-12-11 Mike Frysingeruse newer spiffy asm constraints to get better code...
2008-12-11 Mike Frysingerpunt old unused header
2008-12-11 Mike Frysingerupdate ptrace.h to latest from glibc
2008-12-11 Khem Rajget rid of __libc_* symbols. Some whitespace cleanups.
2008-12-10 Denis Vlasenko*: remove some __libc_XXX functions:
2008-12-10 Denis Vlasenkoremove __libc_fcntl[64]
2008-12-10 Denis Vlasenkoremove __libc_getdomainname alias. google says only...
2008-12-10 Bernhard Reutner... - document environment variables used by the install_...
2008-12-10 Rob LandleyRemove hardwired usr/ from install_utils (that's what...
2008-12-09 Denis Vlasenkosmaller memcpy
2008-12-09 Denis Vlasenkosetenv.c: tiny code shrink
2008-12-09 Denis Vlasenkosetenv.c: further code shrink
2008-12-09 Bernhard Reutner... - improve documentation of utils and hostutils
2008-12-09 Rob LandleyMention make utils, hostutils, install_utils.
2008-12-09 Denis Vlasenkofix segv on clearenv(); unsetenv("foo"); [was deref...
2008-12-09 Denis Vlasenkogetaddrinfo: runp->ifa_addr indeed can be NULL, don...
2008-12-08 Denis Vlasenkogetaddrinfo: remove superfluout indentation, fix incorr...
2008-12-08 Bernhard Reutner... - fix loop for checking ifaddr on both IPv4 and IPv6
2008-12-06 Denis Vlasenkoresolver: make new name resolutions reread /etc/resolv...
2008-12-04 Khem RajRemove __NTH from the declation.
2008-12-04 Carmelo AmorosoCLean librt/*.oS too (NPTL will add some).
2008-12-04 Carmelo AmorosoGo deeper while cleaning string directory to remove
2008-12-04 Carmelo AmorosoAdded do_awk commanf for invoking awk parser. It will...
2008-12-03 Bernhard Reutner... - use proper macros
2008-12-03 Bernhard Reutner... - use proper macro (no obj-code changes)
2008-12-03 Bernhard Reutner... - Use runtime pagesize (Jeremy Kerr)
2008-12-03 Carmelo AmorosoA missing change when we recently released a lot of fix
2008-12-03 Carmelo AmorosoTwo other absolutely safe change that will be used...
2008-12-02 Carmelo AmorosoFix wcswidth function when LOCALE support is disabled
2008-12-01 Denis Vlasenkohostid: improve extremely unreadable parts
2008-12-01 Denis Vlasenkoon Bernd's request, remove commented-out code snippets
2008-12-01 Denis Vlasenkoremove checks for "impossible" errors,
2008-12-01 Denis Vlasenkofix sigset_t size for mips (it's the only arch with...
2008-12-01 Denis Vlasenkooptimize signal mask ops. comment out "impossible"...
2008-12-01 Denis Vlasenkol64a: shrink by 13 bytes, and -1 reloc
next