OSDN Git Service

remove a few more empty #if/#endif pairs
[uclinux-h8/uClibc.git] / libc / sysdeps /
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-17 Bernhard Reutner... always define float_t as float
2009-09-15 Andrew Stubbssh/user.h: clean up conflicts from kernel user.h
2009-09-08 Denys Vlasenkosparc/sigaction.c: note possible bugs by comments....
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-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-17 Bernhard Reutner... support building out-of-tree
2009-08-13 Maxim Kuvyrkovm68k syscall: switch to common code
2009-08-05 Bernhard Reutner... handle _SC_NPROCESSORS_CONF and _SC_NPROCESSORS_ONLN
2009-08-01 Bernhard Reutner... ioperm is not used internally, remove hidden_proto
2009-08-01 Khem Rajsyscall.c: Use common syscall.c for ARM
2009-07-29 Carmelo Amorosobuild: Include Makefile.commonarch from common Makefile.in
2009-07-26 Mike Frysingerforce arches to provide sys/user.h
2009-07-26 Mike Frysingeradd missing UTIME_* defines for *at funcs
2009-07-26 Mike Frysingerenable nanosecond stat support for everyone
2009-07-26 Mike Frysingerenable sbrk() for everyone
2009-07-26 Mike Frysingeradd missing UTIME_* defines for *at funcs
2009-07-23 Mike FrysingerBlackfin: fix typo in byteswap.h commit
2009-07-23 Mike FrysingerBlackfin: fix incorrect attribute order
2009-07-23 Mike Frysingercreate real common vfork() function
2009-07-22 Jie ZhangBlackfin: no need to load P5 for shared FLAT
2009-07-22 Jie ZhangBlackfin: fix generation of Scrt1.o for FDPIC
2009-07-22 Mike FrysingerBlackfin: unify FDPIC/FLAT versions of clone
2009-07-22 Mike Frysingeradd hidden aliases for openat funcs
2009-07-22 Mike Frysingerbyteswap: unify common definitions
2009-07-21 Denys Vlasenkos/UCLIBC_INTERNAL/_LIBC/g
2009-07-20 Khem RajIt fixes the following warnings seen on mips build.
2009-07-20 Mike Frysingeravr32/microblaze/vax: punt local byteswap.h
2009-07-20 Mike Frysingersyscall: convert cris/hppa to common syscalls
2009-07-20 Mike Frysingersome ports define ENOTSUP
2009-07-20 Mike FrysingerINLINE_SYSCALL_NCS: scope out local vars to avoid conflicts
2009-07-20 Mike Frysingeralpha: fix building with no asm/elf.h
2009-07-20 Mike Frysingerfdatasync: handle latest alpha syscalls
2009-07-20 Mike Frysingeralpha/sigprocmask: fix implicit memset() prototype
2009-07-20 Mike Frysingerfirst pass at implementing *at funcs
2009-07-20 Mike Frysingermknod: convert to INLINE_SYSCALL() to sync with glibc
2009-07-20 Mike Frysingerfix typo in frv endian comment
2009-07-20 Mike Frysingerppoll: switch to INLINE_SYSCALL() to match glibc
2009-07-14 Joseph MyersFix ARM syscall argument loading.
2009-07-09 Mike Frysingersyscall(): create a common version based on INLINE_SYSC...
2009-07-09 Mike Frysingersyscall: unify part 2: NCS variety
2009-07-09 Peter Griffinsh: Change __HAVE_SHARED__ to __PIC__
2009-07-09 Mike Frysingerdrop missing {INLINE,INTERNAL}_SYSCALL fallback logic
2009-07-09 Mike Frysingersyscall: unify common syscall defines
2009-07-06 Austin Foxleysparc: Update syscalls.h to define INTERNAL_SYSCALL
2009-07-06 RonAvoid warnings about shifting more bits than we have
2009-07-06 RonProvide token prototypes for functions that are externa...
2009-07-03 Ingo van Lili386: store errno value before using __set_errno()
2009-07-03 Mike FrysingeruClibc_arch_features: sync defines between ports
2009-07-03 Mike FrysingerMerge branch 'master' of git://uclibc.org/uClibc
2009-07-02 Carmelo Amorososh: add cacheflush syscall wrapper
2009-06-30 Joseph MyersFix Thumb-2 setjmp.
2009-06-28 Joseph MyersAdd missing CLIBABI variables __aeabi_stdin, __aeabi_st...
2009-05-27 Mike Frysingerwaitid: linux ABI takes 5 args, not 4
2009-05-26 Austin FoxleyAdd working pipe implementation for sparc
2009-05-21 Austin FoxleyAdd a sigaction implementation for sparc
2009-05-05 Carmelo AmorosoMerge branch 'master' of git+ssh://carmelo@git.uclibc...
2009-05-05 Carmelo AmorosoAdd position independent code for crt1.S.
2009-03-27 Rob Landley32/64 bit sparc got unified in 2.6.29 the way x86/x86_6...
2009-03-16 Mike Frysingerenable mprotect() regardless of MMU as some systems...
2009-03-16 Mike Frysingerimport user.h from the kernel as it is no longer export...
2009-03-16 Khem RajUpdate copyright header.
2009-03-13 Mike Frysingeradd GNU extension for select timeouts where the sub...
2009-03-05 Khem RajDefine creat in an independent file
2009-03-03 Denis Vlasenkomknod: widen the parameters to match kernel
2009-03-02 Denis VlasenkoAdd EPOLLRDHUP constant
2009-02-27 Denis Vlasenkofix breakage in x86_64 defconfig
2009-02-25 Denis VlasenkoReinstate __libc_foo's needed for linuxthreads.old.
2009-02-23 Carmelo AmorosoUse gcc built-in defines for detecting SH cores instead of
2009-02-20 Carmelo AmorosoFix my previous commit to use preprocessor in the right...
2009-02-20 Carmelo AmorosoFix typo.
2009-02-20 Carmelo Amorososh: Fix __SH_SYSCALL_TRAP_BASE for SH2A architecture
2009-02-18 Denis Vlasenkomathcalls.h: remove tons of redundant semicolons; bette...
2009-02-17 Denis Vlasenkotest/math/compile_test.c: "are long double functions...
2009-02-13 Bernhard Reutner... - repair my r25322 that ment to deal with getdomainname...
2009-02-13 Bernhard Reutner... - we may need getdomainname internally
2009-02-13 Bernhard Reutner... - fix compilation of !UCLIBC_HAS_CTYPE_TABLES by mergin...
2009-02-13 Bernhard Reutner... - workaround oddity with position of function attributes
2009-02-11 Denis Vlasenkodocs/probe_math_exception.c:
2009-02-02 Denis Vlasenkolibm/ldouble_wrappers.c: add libm_hidden_def's to fix...
2009-01-28 Denis Vlasenkofix ppoll. we forgot to pass 5th parameter to the syscall
2009-01-22 Bernhard Reutner... - make sure __user is defined when including kernel...
2009-01-21 Bernhard Reutner... - remove unavailable functionality upon request (Peter...
2009-01-21 Denis Vlasenko*: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_D...
2009-01-18 Denis Vlasenko__global_locale must be visible to users, move it outsi...
2009-01-12 Bernhard Reutner... - fixup incomplete r24515 (fix redefinitions of posix_t...
2009-01-03 Denis VlasenkoGet rid of the following annoying warnings on ppc:
2008-12-29 Bernhard Reutner... - whitespace cleanup; no obj-code changes
2008-12-29 Bernhard Reutner... - expand SUSv3_LEGACY
2008-12-27 Denis VlasenkoHelp unifdef to remove private parts of headers
2008-12-27 Denis Vlasenkoctype: remove some trivial macros from ctype.h;
2008-12-23 Denis Vlasenkolibc/sysdeps/linux/hppa/bits/signum.h: _NSIG == 65...
next