2013-07-24 |
Rich Felker | fix heap corruption bug in memalign
|
commit | commitdiff | tree |
2013-07-23 |
Rich Felker | enhance build process to allow selective -O3 optimization
|
commit | commitdiff | tree |
2013-07-23 |
Rich Felker | undefine internal-use type macros at the end of alltypes.h
|
commit | commitdiff | tree |
2013-07-22 |
Rich Felker | remove SIG_ATOMIC_MIN/MAX from stdint bits headers
|
commit | commitdiff | tree |
2013-07-22 |
Rich Felker | move register_t and u_int64_t (back) to alltypes
|
commit | commitdiff | tree |
2013-07-22 |
Rich Felker | fix regression in size of nlink_t (broken stat struct...
|
commit | commitdiff | tree |
2013-07-22 |
Rich Felker | make regoff_t and regex_t match C++ ABI
|
commit | commitdiff | tree |
2013-07-22 |
Rich Felker | disable legacy init/fini processing on ARM
|
commit | commitdiff | tree |
2013-07-22 |
Rich Felker | make pthread_key_t unsigned to match ABI
|
commit | commitdiff | tree |
2013-07-22 |
Rich Felker | make pthread attribute types structs, even when they...
|
commit | commitdiff | tree |
2013-07-22 |
Rich Felker | change wint_t to unsigned
|
commit | commitdiff | tree |
2013-07-22 |
Rich Felker | refactor headers, especially alltypes.h, and improve...
|
commit | commitdiff | tree |
2013-07-21 |
Rich Felker | remove init/fini array asm from arm crti/crtn files
|
commit | commitdiff | tree |
2013-07-21 |
Rich Felker | remove __libc_csu_* cruft
|
commit | commitdiff | tree |
2013-07-21 |
Rich Felker | add support for init/fini array in main program, and...
|
commit | commitdiff | tree |
2013-07-21 |
Rich Felker | fix order of fini_array execution for shared libs
|
commit | commitdiff | tree |
2013-07-20 |
Rich Felker | add support for init_array/fini_array ctors/dtors to...
|
commit | commitdiff | tree |
2013-07-20 |
Rich Felker | fix shm_open wrongly being cancellable
|
commit | commitdiff | tree |
2013-07-20 |
Rich Felker | fix uninitialized/stale use of alloc (%m modifier)...
|
commit | commitdiff | tree |
2013-07-20 |
Rich Felker | harden realloc/free to detect simple overflows
|
commit | commitdiff | tree |
2013-07-19 |
Rich Felker | add UIO_MAXIOV macro in sys/uio.h
|
commit | commitdiff | tree |
2013-07-19 |
Rich Felker | improve [f]stat[v]fs functions, and possibly work around...
|
commit | commitdiff | tree |
2013-07-19 |
Rich Felker | change uid_t, gid_t, and id_t to unsigned types
|
commit | commitdiff | tree |
2013-07-19 |
Rich Felker | fix invalid C in new trycppif tests in configure script
|
commit | commitdiff | tree |
2013-07-19 |
Rich Felker | add build system support for arch endian & float abi...
|
commit | commitdiff | tree |
2013-07-18 |
Rich Felker | make the dynamic linker find its path file relative...
|
commit | commitdiff | tree |
2013-07-18 |
Rich Felker | fix off-by-one error in checks for implementation-internal...
|
commit | commitdiff | tree |
2013-07-18 |
Rich Felker | fix FILENAME_MAX to match PATH_MAX
|
commit | commitdiff | tree |
2013-07-17 |
Rich Felker | make spacing in x86_64 alltypes.h.sh more uniform with...
|
commit | commitdiff | tree |
2013-07-17 |
Rich Felker | make posix_spawn (and functions that use it) use CLONE_VFORK...
|
commit | commitdiff | tree |
2013-07-17 |
Rich Felker | fix missing argument in variadic syscall macros
|
commit | commitdiff | tree |
2013-07-17 |
Rich Felker | fix error code on time conversion overflows
|
commit | commitdiff | tree |
2013-07-17 |
Rich Felker | fix fd leak in file mapping code used in new zoneinfo...
|
commit | commitdiff | tree |
2013-07-17 |
Rich Felker | the big time handling overhaul
|
commit | commitdiff | tree |
2013-07-13 |
Rich Felker | fix omission of dtv setup in static linked programs...
|
commit | commitdiff | tree |
2013-07-10 |
Rich Felker | add PIE support for ARM
|
commit | commitdiff | tree |
2013-07-10 |
Rich Felker | add some ARM EABI-specific exception handling infrastructure
|
commit | commitdiff | tree |
2013-07-10 |
Rich Felker | fix invalid library phdr pointers passed to callback...
|
commit | commitdiff | tree |
2013-07-09 |
Rich Felker | fix a couple misleading/wrong signal descriptions in...
|
commit | commitdiff | tree |
2013-07-09 |
Rich Felker | add realtime signals to strsignal
|
commit | commitdiff | tree |
2013-07-09 |
Rich Felker | fix off-by-one array bound in strsignal
|
commit | commitdiff | tree |
2013-07-09 |
Rich Felker | fix bogus lazy allocation in ctermid and missing malloc...
|
commit | commitdiff | tree |
2013-07-09 |
Rich Felker | fix fd leak on races and cancellation in ctermid
|
commit | commitdiff | tree |
2013-07-09 |
Rich Felker | fix missing SOCK_CLOEXEC in various functions that...
|
commit | commitdiff | tree |
2013-07-06 |
Rich Felker | add NFDBITS in sys/select.h with appropriate feature...
|
commit | commitdiff | tree |
2013-07-05 |
Rich Felker | move core memalign code from aligned_alloc to __memalign
|
commit | commitdiff | tree |
2013-07-05 |
Rich Felker | move alignment check from aligned_alloc to posix_memalign
|
commit | commitdiff | tree |
2013-07-01 |
Rich Felker | add stubs for additional legacy ether.h functions
|
commit | commitdiff | tree |
2013-07-01 |
Rich Felker | fix Makefile so "make install" works before include...
|
commit | commitdiff | tree |
2013-06-30 |
Rich Felker | release notes for 0.9.11
|
commit | commitdiff | tree |
2013-06-29 |
Rich Felker | fix failure of mbsrtowcs to record stop position when...
|
commit | commitdiff | tree |
2013-06-29 |
Rich Felker | fix shifts possibly larger than type in major() macro
|
commit | commitdiff | tree |
2013-06-29 |
Rich Felker | implement minimal dlinfo function
|
commit | commitdiff | tree |
2013-06-29 |
Rich Felker | add some comments about the mips ksigaction structure...
|
commit | commitdiff | tree |
2013-06-29 |
Rich Felker | fix missing synchronization in calls from dynamic linker...
|
commit | commitdiff | tree |
2013-06-29 |
Rich Felker | prevent shmget from allocating objects that overflow...
|
commit | commitdiff | tree |
2013-06-29 |
Rich Felker | work around wrong kernel type for sem_nsems member...
|
commit | commitdiff | tree |
2013-06-29 |
Rich Felker | add missing type shmatt_t in sys/shm.h
|
commit | commitdiff | tree |
2013-06-28 |
Rich Felker | implement week-based-year year numbers in strftime
|
commit | commitdiff | tree |
2013-06-28 |
Rich Felker | fix breakage in last commit to strftime due to missing...
|
commit | commitdiff | tree |
2013-06-28 |
Rich Felker | implement week numbers and half of the week-based-year...
|
commit | commitdiff | tree |
2013-06-28 |
Rich Felker | minor compatibility fixes in utmp.h and fixing mismatch...
|
commit | commitdiff | tree |
2013-06-27 |
Rich Felker | disallow creation of objects larger than PTRDIFF_MAX...
|
commit | commitdiff | tree |
2013-06-27 |
Rich Felker | fix syscall argument bug in pthread_getschedparam
|
commit | commitdiff | tree |
2013-06-27 |
Rich Felker | fix temp file leak in sem_open on successful creation...
|
commit | commitdiff | tree |
2013-06-27 |
Rich Felker | fix bug whereby sem_open leaked its own internal slots...
|
commit | commitdiff | tree |
2013-06-27 |
Rich Felker | in sem_open, don't leak vm mapping if fstat fails
|
commit | commitdiff | tree |
2013-06-27 |
Rich Felker | fix failure of pthread_setschedparam to pass correct...
|
commit | commitdiff | tree |
2013-06-26 |
Rich Felker | document in sysconf and unistd.h that per-thread cpu...
|
commit | commitdiff | tree |
2013-06-26 |
Rich Felker | fix iconv conversion to legacy 8bit codepages
|
commit | commitdiff | tree |
2013-06-26 |
Rich Felker | remove useless conditional before free from dynamic...
|
commit | commitdiff | tree |
2013-06-26 |
Rich Felker | fix dynamic linker handling of empty path file or error...
|
commit | commitdiff | tree |
2013-06-26 |
Rich Felker | respect iso c namespace in stdio.h and wchar.h regarding...
|
commit | commitdiff | tree |
2013-06-26 |
Rich Felker | make newline-delimited dynamic linker path file actually...
|
commit | commitdiff | tree |
2013-06-26 |
Rich Felker | implement inet_lnaof, inet_netof, and inet_makeaddr
|
commit | commitdiff | tree |
2013-06-26 |
Rich Felker | add ether_aton[_r] and ether_ntoa[_r] functions
|
commit | commitdiff | tree |
2013-06-22 |
Rich Felker | fix scanf %c conversion wrongly storing a terminating...
|
commit | commitdiff | tree |
2013-06-22 |
Rich Felker | fix major scanf breakage with unbuffered streams, fmemopen...
|
commit | commitdiff | tree |
2013-06-16 |
Rich Felker | fix invalid access in aio notification
|
commit | commitdiff | tree |
2013-06-16 |
Rich Felker | fix uninitialized variable in lio (aio) code
|
commit | commitdiff | tree |
2013-06-12 |
Rich Felker | improve the quality of output from rand_r
|
commit | commitdiff | tree |
2013-06-08 |
Rich Felker | add clock id macros for a number of new(ish) Linux...
|
commit | commitdiff | tree |
2013-06-08 |
Rich Felker | fix the type of CLOCKS_PER_SEC to match new clock_t...
|
commit | commitdiff | tree |
2013-06-08 |
Rich Felker | support cputime clocks for processes/threads other...
|
commit | commitdiff | tree |
2013-06-07 |
Rich Felker | fix mixup in previous change to gcc wrapper
|
commit | commitdiff | tree |
2013-06-07 |
Rich Felker | make gcc-specific headers (intrinsics, etc.) available...
|
commit | commitdiff | tree |
2013-06-07 |
Rich Felker | improve handling of nonstandard fields in struct tm
|
commit | commitdiff | tree |
2013-06-06 |
Rich Felker | implement 'm' modifier for wide scanf variants
|
commit | commitdiff | tree |
2013-06-05 |
Rich Felker | implement the 'm' (malloc) modifier for scanf
|
commit | commitdiff | tree |
2013-06-05 |
Rich Felker | refactor wide-char scanf string handling
|
commit | commitdiff | tree |
2013-06-04 |
Rich Felker | simplify some logic in scanf and remove redundant invalid...
|
commit | commitdiff | tree |
2013-06-04 |
Rich Felker | refactor scanf core to use common code path for all...
|
commit | commitdiff | tree |
2013-06-03 |
Rich Felker | align stack properly for calling global ctors/dtors...
|
commit | commitdiff | tree |
2013-06-03 |
Rich Felker | ensure that thread dtv pointer is never null to optimize...
|
commit | commitdiff | tree |
2013-05-26 |
Rich Felker | Merge remote-tracking branch 'nsz/review'
|
commit | commitdiff | tree |
2013-05-24 |
Rich Felker | change underlying type of clock_t to be uniform and...
|
commit | commitdiff | tree |
2013-05-23 |
Rich Felker | fix overflow behavior of clock() function
|
commit | commitdiff | tree |
2013-05-18 |
Rich Felker | Merge remote-tracking branch 'nsz/review'
|
commit | commitdiff | tree |
2013-05-18 |
Rich Felker | make err.h functions print __progname
|
commit | commitdiff | tree |
2013-05-17 |
Rich Felker | add FLT_TRUE_MIN, etc. macros from C11
|
commit | commitdiff | tree |