2011-06-14 |
Rich Felker | avoid 64bit warnings when using pointers as entropy... |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Rich Felker | fix sigset macro for 64-bit systems (<< was overflowing... |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Rich Felker | remove all .size and .type directives for functions... |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Rich Felker | remove old useless timezone.s file (unused) |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Rich Felker | fix wrong type for wcsrchr argument 2 |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Rich Felker | x86_64 fenv support (untested; at least known to build... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Rich Felker | fix fesetround - it was writing to status word instead... |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Rich Felker | floating point environment, untested |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Rich Felker | malloc: cast size down to int in bin_index functions |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Rich Felker | another return value fix for mktemp... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Rich Felker | add netpacket/packet.h |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Rich Felker | it's called getgrgid_r, not getgruid_r... |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Rich Felker | implement psignal and psiginfo |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Rich Felker | isgreater etc. relation macros for math.h |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Rich Felker | mq names without leading / have impl-def behavior;... |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Rich Felker | define MQ_PRIO_MAX |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Rich Felker | use __WCHAR_TYPE__ on i386 if it is defined |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Rich Felker | mq send/recv functions are cancellation points |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Rich Felker | implement mq_notify |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Rich Felker | add support for POSIX message queues, except mq_notify |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Rich Felker | use __attribute__((const)) for errno and pthread_self... |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Rich Felker | use volatile pointers for intentional-crash code. |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Rich Felker | fix handling of d_name in struct dirent |
commit | commitdiff | tree | snapshot |
2011-06-05 |
Rich Felker | safety fix for glob's vla usage: disallow patterns... |
commit | commitdiff | tree | snapshot |
2011-06-05 |
Rich Felker | eliminate (harmless in this case) vla usage in fnmatch.c |
commit | commitdiff | tree | snapshot |
2011-05-30 |
Rich Felker | missing prototypes for mbsnrtowcs and wcsnrtombs |
commit | commitdiff | tree | snapshot |
2011-05-30 |
Rich Felker | implement pthread_[sg]etconcurrency. |
commit | commitdiff | tree | snapshot |
2011-05-30 |
Rich Felker | implement uselocale function (minimal) |
commit | commitdiff | tree | snapshot |
2011-05-29 |
Rich Felker | add useless, obsolescent function ulimit |
commit | commitdiff | tree | snapshot |
2011-05-29 |
Rich Felker | fix backwards posix_spawn file action order |
commit | commitdiff | tree | snapshot |
2011-05-29 |
Rich Felker | add accidentally-omitted file needed for posix_spawn... |
commit | commitdiff | tree | snapshot |
2011-05-29 |
Rich Felker | add file actions support to posix_spawn |
commit | commitdiff | tree | snapshot |
2011-05-28 |
Rich Felker | posix_spawn: honor POSIX_SPAWN_SETSIGDEF flag |
commit | commitdiff | tree | snapshot |
2011-05-28 |
Rich Felker | initial implementation of posix_spawn |
commit | commitdiff | tree | snapshot |
2011-05-27 |
Rich Felker | modernize coding style in sjlj asm |
commit | commitdiff | tree | snapshot |
2011-05-23 |
Rich Felker | fix strncat and wcsncat (double null termination) |
commit | commitdiff | tree | snapshot |
2011-05-23 |
Rich Felker | fix wcsncpy writing past end of buffer |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Rich Felker | fix brk/sbrk behavior to match the real legacy functions |
commit | commitdiff | tree | snapshot |
2011-05-17 |
Rich Felker | release notes for 0.7.10 v0.7.10 |
commit | commitdiff | tree | snapshot |
2011-05-11 |
Rich Felker | fix the last known rounding bug in floating point printing |
commit | commitdiff | tree | snapshot |
2011-05-08 |
Rich Felker | eventfd syscall wrapper and read/write wrappers |
commit | commitdiff | tree | snapshot |
2011-05-08 |
Rich Felker | optimize out useless default-attribute object in pthrea... |
commit | commitdiff | tree | snapshot |
2011-05-08 |
Rich Felker | optimize compound-literal sigset_t's not to contain... |
commit | commitdiff | tree | snapshot |
2011-05-08 |
Rich Felker | overhaul implementation-internal signal protections |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Rich Felker | reduce some ridiculously large spin counts |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Rich Felker | remove debug code that was missed in barrier commit |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Rich Felker | completely new barrier implementation, addressing major... |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Rich Felker | add SA_NOMASK alias for SA_NODEFER with _GNU_SOURCE |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Rich Felker | fix fclose return status logic, again |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Rich Felker | fix undefined call order in fclose, possible lost outpu... |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Rich Felker | workaround for preprocessor bug in pcc |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Rich Felker | minor optimization in puts: use inline putc_unlocked... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Rich Felker | avoid crashing when nel==0 is passed to qsort |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Rich Felker | use compiler builtins for variadic macros when available |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Rich Felker | correct variadic prototypes for execl* family |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Rich Felker | replace heap sort with smoothsort implementation by... |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Rich Felker | add word-sized ctz function to atomic.h |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Rich Felker | function signature fix: add const qualifier to mempcpy... |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Rich Felker | typo in prototype for mempcpy |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Rich Felker | prototype for mempcpy |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Rich Felker | fix bug in ipv6 parsing that prevented parsing a lone... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Rich Felker | ipv6 parsing code (formerly dummied-out) |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Rich Felker | fix 2 eof-related bugs in scanf |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Rich Felker | update release notes to new format, add more v0.7.9 |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Rich Felker | fix initial stack alignment in new threads on x86_64 |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Rich Felker | update release notes in prep for 0.7.9 release |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Rich Felker | omit errno update path for syscalls that cannot fail |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Rich Felker | fix bogus return values for inet_pton |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Rich Felker | move wait.h macros out of bits. they do not vary. |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Rich Felker | include signal.h to avoid thorny __sigcontext/sigcontex... |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Rich Felker | fix minor bugs due to incorrect threaded-predicate... |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Rich Felker | workaround bug in linux dup2 |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Rich Felker | properly create new session/controlling terminal in... |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Rich Felker | implement (nonstandard) forkpty |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Rich Felker | disallow blank strings as service or host name |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Rich Felker | fix bugs in ipv4 parsing |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Rich Felker | fix initgroups (uninitialized count passed to getgrouplist) |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Rich Felker | shadow password fixes: empty fields should read as... |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Rich Felker | namespace fixes for sys/mman.h |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Rich Felker | fix missing include in posix_madvise.c (compile error) |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Rich Felker | support posix_madvise (previous a stub) |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Rich Felker | add syscall wrappers for posix_fadvise, posix_fallocate |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Rich Felker | block cancellation in wordexp, handle more errors |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Rich Felker | avoid malloc of potentially-large string in wordexp |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Rich Felker | move some more code out of pthread_create.c |
commit | commitdiff | tree | snapshot |
2011-04-19 |
Rich Felker | fix uninitialized waiters field in semaphores |
commit | commitdiff | tree | snapshot |
2011-04-19 |
Rich Felker | dns lookups: protect against cancellation and fix incor... |
commit | commitdiff | tree | snapshot |
2011-04-19 |
Rich Felker | avoid fd leak if opendir is cancelled when calloc has... |
commit | commitdiff | tree | snapshot |
2011-04-19 |
Rich Felker | protect ftw and nftw against cancellation |
commit | commitdiff | tree | snapshot |
2011-04-19 |
Rich Felker | protect syslog against cancellation |
commit | commitdiff | tree | snapshot |
2011-04-19 |
Rich Felker | recheck cancellation disabled flag after syscall return... |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Rich Felker | remove bogus extra logic for close cancellability |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Rich Felker | fix typo in x86_64 cancellable syscall asm |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Rich Felker | minimal realpath implementation using /proc |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Rich Felker | pthread_exit is not supposed to affect cancellability |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Rich Felker | fix pthread_exit from cancellation handler |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Rich Felker | clean up handling of thread/nothread mode, locking |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Rich Felker | debloat: use __syscall instead of syscall where possible |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Rich Felker | fix bugs in cancellable syscall asm |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Rich Felker | optimize cancellation enable/disable code |
commit | commitdiff | tree | snapshot |
next |