2013-02-21 |
Rich Felker | use memcmp instead of str[n]cmp for temp function XXXXXX...
|
commit | commitdiff | tree |
2013-02-21 |
Rich Felker | fix error cases in mkostemps core
|
commit | commitdiff | tree |
2013-02-21 |
Rich Felker | remove leftover unused variable in mktemp after refactoring
|
commit | commitdiff | tree |
2013-02-21 |
Rich Felker | add mkostemp, mkstemps, and mkostemps functions and...
|
commit | commitdiff | tree |
2013-02-17 |
Rich Felker | remove unused #undef environ now that libc.h no longer...
|
commit | commitdiff | tree |
2013-02-17 |
Rich Felker | consistently use the internal name __environ for environ
|
commit | commitdiff | tree |
2013-02-17 |
Rich Felker | add fgetgrent function
|
commit | commitdiff | tree |
2013-02-07 |
Rich Felker | fix typo in newly-added error message for EOWNERDEAD
|
commit | commitdiff | tree |
2013-02-07 |
Rich Felker | improve error strings
|
commit | commitdiff | tree |
2013-02-03 |
Rich Felker | base system() on posix_spawn
|
commit | commitdiff | tree |
2013-02-03 |
Rich Felker | fix unsigned comparison bug in posix_spawn
|
commit | commitdiff | tree |
2013-02-03 |
Rich Felker | overhaul posix_spawn to use CLONE_VM instead of vfork
|
commit | commitdiff | tree |
2013-02-03 |
Rich Felker | streamline old-kernel fallback path of pipe2 to use...
|
commit | commitdiff | tree |
2013-02-03 |
Rich Felker | fix regression that made shared libs crash on arm
|
commit | commitdiff | tree |
2013-02-02 |
Rich Felker | dynamically allocate storage for gethostby* buffers
|
commit | commitdiff | tree |
2013-02-02 |
Rich Felker | fix blank ai_canonname from getaddrinfo for non-CNAMEs
|
commit | commitdiff | tree |
2013-02-02 |
Rich Felker | fix memory leak due to double call to getaddrinfo in...
|
commit | commitdiff | tree |
2013-02-02 |
Rich Felker | fix error returns in gethostby*_r functions
|
commit | commitdiff | tree |
2013-02-02 |
Rich Felker | fix uninitialized map_len being used in munmap failure...
|
commit | commitdiff | tree |
2013-02-02 |
Rich Felker | fix stale locks left behind when pthread_create fails
|
commit | commitdiff | tree |
2013-02-02 |
Rich Felker | if pthread_create fails, it must not attempt mmap if...
|
commit | commitdiff | tree |
2013-02-02 |
Rich Felker | pthread stack treatment overhaul for application-provided...
|
commit | commitdiff | tree |
2013-02-01 |
Rich Felker | replace __wake function with macro that performs direct...
|
commit | commitdiff | tree |
2013-02-01 |
Rich Felker | fix up minor misplacement of restrict keyword in spawnattr...
|
commit | commitdiff | tree |
2013-02-01 |
Rich Felker | release notes for 0.9.9
|
commit | commitdiff | tree |
2013-02-01 |
Rich Felker | revert regex "cleanup" that seems unjustified and may...
|
commit | commitdiff | tree |
2013-01-31 |
Rich Felker | SOL_TCP is nonstandard and not in the reserved namespace
|
commit | commitdiff | tree |
2013-01-26 |
Rich Felker | fix tm_to_time logic for number of days in november
|
commit | commitdiff | tree |
2013-01-24 |
Rich Felker | add RTLD_NODELETE flag for dlopen
|
commit | commitdiff | tree |
2013-01-24 |
Rich Felker | add support for RTLD_NOLOAD to dlopen
|
commit | commitdiff | tree |
2013-01-24 |
Rich Felker | fix regression in dlsym: rejection of special RTLD_...
|
commit | commitdiff | tree |
2013-01-19 |
Rich Felker | use a common definition of NULL as 0L for C and C++
|
commit | commitdiff | tree |
2013-01-16 |
Rich Felker | fix warning building dynlink.c stub for static libc
|
commit | commitdiff | tree |
2013-01-16 |
Rich Felker | fix bug in dladdr that prevented resolving addresses...
|
commit | commitdiff | tree |
2013-01-14 |
Rich Felker | Merge remote-tracking branch 'nsz/math'
|
commit | commitdiff | tree |
2013-01-10 |
Rich Felker | fix another case of cloexec/nonblock flags not matching...
|
commit | commitdiff | tree |
2013-01-10 |
Rich Felker | check for invalid handles in dlsym/dlclose
|
commit | commitdiff | tree |
2013-01-02 |
Rich Felker | add some new-ish IPPROTO constants that were missing
|
commit | commitdiff | tree |
2012-12-28 |
Rich Felker | expose [v]asprintf under _BSD_SOURCE
|
commit | commitdiff | tree |
2012-12-28 |
Rich Felker | align EPOLL_* flags with fcntl O_* flag definitions...
|
commit | commitdiff | tree |
2012-12-27 |
Rich Felker | fix alignment logic in strlcpy
|
commit | commitdiff | tree |
2012-12-26 |
Rich Felker | add linux extension POLLRDHUP to poll.h
|
commit | commitdiff | tree |
2012-12-26 |
Rich Felker | fix reference to libc struct in static tls init code
|
commit | commitdiff | tree |
2012-12-20 |
Rich Felker | clean up and fix logic for making mmap fail on invalid...
|
commit | commitdiff | tree |
2012-12-19 |
Rich Felker | merge a few fixes by sh4rm4
|
commit | commitdiff | tree |
2012-12-16 |
Rich Felker | fix breakage in ldd (failure to print library load...
|
commit | commitdiff | tree |
2012-12-15 |
Rich Felker | Merge remote-tracking branch 'nsz/math'
|
commit | commitdiff | tree |
2012-12-15 |
Rich Felker | add some missing macros to sys/shm.h
|
commit | commitdiff | tree |
2012-12-13 |
Rich Felker | add missing flags in sys/timerfd.h
|
commit | commitdiff | tree |
2012-12-12 |
Rich Felker | treat invalid C as an error even if warnings aren't...
|
commit | commitdiff | tree |
2012-12-11 |
Rich Felker | fix double errno-decoding in the old-kernel fallback...
|
commit | commitdiff | tree |
2012-12-11 |
Rich Felker | fix regressions in app compatibility from previous...
|
commit | commitdiff | tree |
2012-12-10 |
Rich Felker | document self-synchronized destruction issue for stdio...
|
commit | commitdiff | tree |
2012-12-10 |
Rich Felker | syscall() declaration belongs in unistd.h, not sys...
|
commit | commitdiff | tree |
2012-12-08 |
Rich Felker | add support for ctors/dtors on arm with modern gcc
|
commit | commitdiff | tree |
2012-12-08 |
Rich Felker | page-align initial brk value used by malloc in shared...
|
commit | commitdiff | tree |
2012-12-07 |
Rich Felker | remove __arch_prctl alias for arch_prctl
|
commit | commitdiff | tree |
2012-12-07 |
Rich Felker | move new linux syscall wrapper functions to proper...
|
commit | commitdiff | tree |
2012-12-07 |
Rich Felker | fix trailing whitespace issues that crept in here and...
|
commit | commitdiff | tree |
2012-12-07 |
Rich Felker | fix invalid read in aligned_alloc
|
commit | commitdiff | tree |
2012-12-06 |
Rich Felker | move signal.h REG_* macros under _GNU_SOURCE protection
|
commit | commitdiff | tree |
2012-12-06 |
Rich Felker | fix names of ipc_perm __key/__seq elements
|
commit | commitdiff | tree |
2012-12-06 |
Rich Felker | remove fenv saving/loading code from setjmp/longjmp...
|
commit | commitdiff | tree |
2012-12-05 |
Rich Felker | fix inefficiency of math.h isless, etc. macros
|
commit | commitdiff | tree |
2012-12-05 |
Rich Felker | remove mips setjmp/longjmp code to save/restore fenv
|
commit | commitdiff | tree |
2012-12-05 |
Rich Felker | add scsi headers scsi.h and sg.h
|
commit | commitdiff | tree |
2012-12-05 |
Rich Felker | use __builtin_offsetof to implement offsetof when possible
|
commit | commitdiff | tree |
2012-12-05 |
Rich Felker | use alternate argument syntax for restrict with lio_listio
|
commit | commitdiff | tree |
2012-12-04 |
Rich Felker | fix regression in arm user.h that happened during big...
|
commit | commitdiff | tree |
2012-12-03 |
Rich Felker | add _ALL_SOURCE as an alias for _GNU_SOURCE/enable...
|
commit | commitdiff | tree |
2012-12-03 |
Rich Felker | feature test macros: make _GNU_SOURCE enable everything
|
commit | commitdiff | tree |
2012-12-02 |
Rich Felker | fix a couple issues in the inttypes.h PRI/SCN macros
|
commit | commitdiff | tree |
2012-12-01 |
Rich Felker | provide NSIG under _BSD_SOURCE (default) as well as...
|
commit | commitdiff | tree |
2012-11-30 |
Rich Felker | fix ordering of shared library ctors with respect to...
|
commit | commitdiff | tree |
2012-11-27 |
Rich Felker | fix some restrict-qualifier mismatches in newly added...
|
commit | commitdiff | tree |
2012-11-27 |
Rich Felker | update readme and release notes for 0.9.8
|
commit | commitdiff | tree |
2012-11-27 |
Rich Felker | remove stat member aliases from ppc-specific bits/stat.h
|
commit | commitdiff | tree |
2012-11-26 |
Rich Felker | fix eventfd and inotify nonblock/cloexec flags to match...
|
commit | commitdiff | tree |
2012-11-26 |
Rich Felker | fix missing limits when only _BSD_SOURCE is defined
|
commit | commitdiff | tree |
2012-11-26 |
Rich Felker | fixup mcontext stuff to expost gregset_t/fpregset_t...
|
commit | commitdiff | tree |
2012-11-26 |
Rich Felker | make sys/procfs.h mostly work on most archs
|
commit | commitdiff | tree |
2012-11-26 |
Rich Felker | remove microblaze user.h incorrectly copied from arm
|
commit | commitdiff | tree |
2012-11-26 |
Rich Felker | eliminate gdb complaints about missing linux-gate.so.1
|
commit | commitdiff | tree |
2012-11-24 |
Rich Felker | begin sys/user.h and sys/reg.h fixes for ports
|
commit | commitdiff | tree |
2012-11-24 |
Rich Felker | fix powerpc ucontext, again..
|
commit | commitdiff | tree |
2012-11-23 |
Rich Felker | fix termios constants on mips
|
commit | commitdiff | tree |
2012-11-23 |
Rich Felker | sigcontext/mcontext cleanup for arch-specific bits
|
commit | commitdiff | tree |
2012-11-23 |
Rich Felker | fix powerpc sigsetjmp asm to match the new jmp_buf...
|
commit | commitdiff | tree |
2012-11-23 |
Rich Felker | fix powerpc setjmp/longjmp to save/restore float regs...
|
commit | commitdiff | tree |
2012-11-23 |
Rich Felker | add missing startfiles for powerpc
|
commit | commitdiff | tree |
2012-11-23 |
Rich Felker | fix up leftover, incorrect NSIG definitions in arch...
|
commit | commitdiff | tree |
2012-11-23 |
Rich Felker | remove stuff that doesn't belong in powerpc 32-bit...
|
commit | commitdiff | tree |
2012-11-21 |
Rich Felker | more ppc signal.h typedef order fixes
|
commit | commitdiff | tree |
2012-11-21 |
Rich Felker | fix misordered typedefs in ppc signal.h
|
commit | commitdiff | tree |
2012-11-21 |
Rich Felker | ppc signal/NSIG related fix (warning fix, redefinition)
|
commit | commitdiff | tree |
2012-11-21 |
Rich Felker | add back NSIG, removed from powerpc in last commit...
|
commit | commitdiff | tree |
2012-11-21 |
Rich Felker | make powerpc signal.h namespace-clean for posix/isoc
|
commit | commitdiff | tree |
2012-11-21 |
Rich Felker | fix powerpc types to match abi, and some feature test...
|
commit | commitdiff | tree |
2012-11-19 |
Rich Felker | fix error in configure script using >/dev/null in noclobber...
|
commit | commitdiff | tree |
2012-11-19 |
Rich Felker | fix powerpc asm not to store data in volatile space...
|
commit | commitdiff | tree |
next |