2011-06-14 |
Rich Felker | remove all .size and .type directives for functions... |
tree | commitdiff |
2011-06-14 |
Rich Felker | remove old useless timezone.s file (unused) |
tree | commitdiff |
2011-06-13 |
Rich Felker | fix wrong type for wcsrchr argument 2 |
tree | commitdiff |
2011-06-13 |
Rich Felker | x86_64 fenv support (untested; at least known to build... |
tree | commitdiff |
2011-06-13 |
Rich Felker | fix fesetround - it was writing to status word instead... |
tree | commitdiff |
2011-06-12 |
Rich Felker | floating point environment, untested |
tree | commitdiff |
2011-06-12 |
Rich Felker | malloc: cast size down to int in bin_index functions |
tree | commitdiff |
2011-06-12 |
Rich Felker | another return value fix for mktemp... |
tree | commitdiff |
2011-06-08 |
Rich Felker | it's called getgrgid_r, not getgruid_r... |
tree | commitdiff |
2011-06-08 |
Rich Felker | implement psignal and psiginfo |
tree | commitdiff |
2011-06-07 |
Rich Felker | mq names without leading / have impl-def behavior;... |
tree | commitdiff |
2011-06-07 |
Rich Felker | define MQ_PRIO_MAX |
tree | commitdiff |
2011-06-07 |
Rich Felker | mq send/recv functions are cancellation points |
tree | commitdiff |
2011-06-07 |
Rich Felker | implement mq_notify |
tree | commitdiff |
2011-06-07 |
Rich Felker | add support for POSIX message queues, except mq_notify |
tree | commitdiff |
2011-06-06 |
Rich Felker | use volatile pointers for intentional-crash code. |
tree | commitdiff |
2011-06-06 |
Rich Felker | fix handling of d_name in struct dirent |
tree | commitdiff |
2011-06-05 |
Rich Felker | safety fix for glob's vla usage: disallow patterns... |
tree | commitdiff |
2011-06-05 |
Rich Felker | eliminate (harmless in this case) vla usage in fnmatch.c |
tree | commitdiff |
2011-05-30 |
Rich Felker | implement pthread_[sg]etconcurrency. |
tree | commitdiff |
2011-05-30 |
Rich Felker | implement uselocale function (minimal) |
tree | commitdiff |
2011-05-29 |
Rich Felker | add useless, obsolescent function ulimit |
tree | commitdiff |
2011-05-29 |
Rich Felker | fix backwards posix_spawn file action order |
tree | commitdiff |
2011-05-29 |
Rich Felker | add accidentally-omitted file needed for posix_spawn... |
tree | commitdiff |
2011-05-29 |
Rich Felker | add file actions support to posix_spawn |
tree | commitdiff |
2011-05-28 |
Rich Felker | posix_spawn: honor POSIX_SPAWN_SETSIGDEF flag |
tree | commitdiff |
2011-05-28 |
Rich Felker | initial implementation of posix_spawn |
tree | commitdiff |
2011-05-27 |
Rich Felker | modernize coding style in sjlj asm |
tree | commitdiff |
2011-05-23 |
Rich Felker | fix strncat and wcsncat (double null termination) |
tree | commitdiff |
2011-05-23 |
Rich Felker | fix wcsncpy writing past end of buffer |
tree | commitdiff |
2011-05-22 |
Rich Felker | fix brk/sbrk behavior to match the real legacy functions |
tree | commitdiff |
2011-05-11 |
Rich Felker | fix the last known rounding bug in floating point printing |
tree | commitdiff |
2011-05-08 |
Rich Felker | eventfd syscall wrapper and read/write wrappers |
tree | commitdiff |
2011-05-08 |
Rich Felker | optimize out useless default-attribute object in pthrea... |
tree | commitdiff |
2011-05-08 |
Rich Felker | optimize compound-literal sigset_t's not to contain... |
tree | commitdiff |
2011-05-08 |
Rich Felker | overhaul implementation-internal signal protections |
tree | commitdiff |
2011-05-07 |
Rich Felker | reduce some ridiculously large spin counts |
tree | commitdiff |
2011-05-07 |
Rich Felker | remove debug code that was missed in barrier commit |
tree | commitdiff |
2011-05-07 |
Rich Felker | completely new barrier implementation, addressing major... |
tree | commitdiff |
2011-05-02 |
Rich Felker | fix fclose return status logic, again |
tree | commitdiff |
2011-05-02 |
Rich Felker | fix undefined call order in fclose, possible lost outpu... |
tree | commitdiff |
2011-05-02 |
Rich Felker | workaround for preprocessor bug in pcc |
tree | commitdiff |
2011-05-02 |
Rich Felker | minor optimization in puts: use inline putc_unlocked... |
tree | commitdiff |
2011-04-29 |
Rich Felker | avoid crashing when nel==0 is passed to qsort |
tree | commitdiff |
2011-04-27 |
Rich Felker | correct variadic prototypes for execl* family |
tree | commitdiff |
2011-04-27 |
Rich Felker | replace heap sort with smoothsort implementation by... |
tree | commitdiff |
2011-04-26 |
Rich Felker | function signature fix: add const qualifier to mempcpy... |
tree | commitdiff |
2011-04-25 |
Rich Felker | fix bug in ipv6 parsing that prevented parsing a lone... |
tree | commitdiff |
2011-04-25 |
Rich Felker | ipv6 parsing code (formerly dummied-out) |
tree | commitdiff |
2011-04-25 |
Rich Felker | fix 2 eof-related bugs in scanf |
tree | commitdiff |
2011-04-22 |
Rich Felker | fix initial stack alignment in new threads on x86_64 |
tree | commitdiff |
2011-04-22 |
Rich Felker | omit errno update path for syscalls that cannot fail |
tree | commitdiff |
2011-04-21 |
Rich Felker | fix bogus return values for inet_pton |
tree | commitdiff |
2011-04-21 |
Rich Felker | fix minor bugs due to incorrect threaded-predicate... |
tree | commitdiff |
2011-04-21 |
Rich Felker | workaround bug in linux dup2 |
tree | commitdiff |
2011-04-21 |
Rich Felker | properly create new session/controlling terminal in... |
tree | commitdiff |
2011-04-21 |
Rich Felker | implement (nonstandard) forkpty |
tree | commitdiff |
2011-04-21 |
Rich Felker | disallow blank strings as service or host name |
tree | commitdiff |
2011-04-21 |
Rich Felker | fix bugs in ipv4 parsing |
tree | commitdiff |
2011-04-20 |
Rich Felker | fix initgroups (uninitialized count passed to getgrouplist) |
tree | commitdiff |
2011-04-20 |
Rich Felker | shadow password fixes: empty fields should read as... |
tree | commitdiff |
2011-04-20 |
Rich Felker | namespace fixes for sys/mman.h |
tree | commitdiff |
2011-04-20 |
Rich Felker | fix missing include in posix_madvise.c (compile error) |
tree | commitdiff |
2011-04-20 |
Rich Felker | support posix_madvise (previous a stub) |
tree | commitdiff |
2011-04-20 |
Rich Felker | add syscall wrappers for posix_fadvise, posix_fallocate |
tree | commitdiff |
2011-04-20 |
Rich Felker | block cancellation in wordexp, handle more errors |
tree | commitdiff |
2011-04-20 |
Rich Felker | avoid malloc of potentially-large string in wordexp |
tree | commitdiff |
2011-04-20 |
Rich Felker | move some more code out of pthread_create.c |
tree | commitdiff |
2011-04-19 |
Rich Felker | fix uninitialized waiters field in semaphores |
tree | commitdiff |
2011-04-19 |
Rich Felker | dns lookups: protect against cancellation and fix incor... |
tree | commitdiff |
2011-04-19 |
Rich Felker | avoid fd leak if opendir is cancelled when calloc has... |
tree | commitdiff |
2011-04-19 |
Rich Felker | protect ftw and nftw against cancellation |
tree | commitdiff |
2011-04-19 |
Rich Felker | protect syslog against cancellation |
tree | commitdiff |
2011-04-19 |
Rich Felker | recheck cancellation disabled flag after syscall return... |
tree | commitdiff |
2011-04-18 |
Rich Felker | remove bogus extra logic for close cancellability |
tree | commitdiff |
2011-04-17 |
Rich Felker | fix typo in x86_64 cancellable syscall asm |
tree | commitdiff |
2011-04-17 |
Rich Felker | minimal realpath implementation using /proc |
tree | commitdiff |
2011-04-17 |
Rich Felker | pthread_exit is not supposed to affect cancellability |
tree | commitdiff |
2011-04-17 |
Rich Felker | fix pthread_exit from cancellation handler |
tree | commitdiff |
2011-04-17 |
Rich Felker | clean up handling of thread/nothread mode, locking |
tree | commitdiff |
2011-04-17 |
Rich Felker | debloat: use __syscall instead of syscall where possible |
tree | commitdiff |
2011-04-17 |
Rich Felker | fix bugs in cancellable syscall asm |
tree | commitdiff |
2011-04-17 |
Rich Felker | optimize cancellation enable/disable code |
tree | commitdiff |
2011-04-17 |
Rich Felker | don't use pthread_once when there is no danger in race |
tree | commitdiff |
2011-04-17 |
Rich Felker | fix some minor issues in cancellation handling patch |
tree | commitdiff |
2011-04-17 |
Rich Felker | overhaul pthread cancellation |
tree | commitdiff |
2011-04-15 |
Rich Felker | remove stupid debug code in wordexp |
tree | commitdiff |
2011-04-15 |
Rich Felker | implement wordexp. first try, may be buggy. intended... |
tree | commitdiff |
2011-04-15 |
Rich Felker | avoid setting errno when checking for tty |
tree | commitdiff |
2011-04-15 |
Rich Felker | make tmpfile slightly more efficient (use unlink syscal... |
tree | commitdiff |
2011-04-14 |
Rich Felker | change sem_trywait algorithm so it never has to call... |
tree | commitdiff |
2011-04-14 |
Rich Felker | cheap trick to further optimize locking normal mutexes |
tree | commitdiff |
2011-04-14 |
Rich Felker | use a separate signal from SIGCANCEL for SIGEV_THREAD... |
tree | commitdiff |
2011-04-14 |
Rich Felker | simplify cancellation point handling |
tree | commitdiff |
2011-04-13 |
Rich Felker | simplify syslog, add vsyslog interface (nonstandard) |
tree | commitdiff |
2011-04-13 |
Rich Felker | remove useless SIGPIPE protection from syslog |
tree | commitdiff |
2011-04-13 |
Rich Felker | fix syslog (corrected SIGPIPE blocking, and using dgram... |
tree | commitdiff |
2011-04-13 |
Rich Felker | numerous fixes to sysv ipc |
tree | commitdiff |
2011-04-13 |
Rich Felker | add syscall wrapper for flock |
tree | commitdiff |
2011-04-13 |
Rich Felker | fix bug whereby getopt_long allowed mismatch in last... |
tree | commitdiff |
next |