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 |
2011-04-17 |
Rich Felker | don't use pthread_once when there is no danger in race |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Rich Felker | fix some minor issues in cancellation handling patch |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Rich Felker | overhaul pthread cancellation |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Rich Felker | remove stupid debug code in wordexp |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Rich Felker | implement wordexp. first try, may be buggy. intended... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Rich Felker | avoid setting errno when checking for tty |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Rich Felker | document some changes in the upcoming release |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Rich Felker | fix O_SYNC definition, cleanup fcntl.h |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Rich Felker | fix FAPPEND typo on x86_64 (previously only fixed on... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Rich Felker | fcntl.h: move macros that do not vary between archs... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Rich Felker | fix broken fcntl locks on x86_64 |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Rich Felker | make tmpfile slightly more efficient (use unlink syscal... |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Rich Felker | fix typo in legacy FAPPEND definition |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Rich Felker | add useless type fd_mask. it's in the reserved namespace. |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Rich Felker | change sem_trywait algorithm so it never has to call... |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Rich Felker | cheap trick to further optimize locking normal mutexes |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Rich Felker | use a separate signal from SIGCANCEL for SIGEV_THREAD... |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Rich Felker | simplify cancellation point handling |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Rich Felker | simplify syslog, add vsyslog interface (nonstandard) |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Rich Felker | remove useless SIGPIPE protection from syslog |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Rich Felker | fix syslog (corrected SIGPIPE blocking, and using dgram... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Rich Felker | numerous fixes to sysv ipc |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Rich Felker | add syslog.h cruft for syslogd to use... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Rich Felker | add profile for getmntent_r |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Rich Felker | add syscall wrapper for flock |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Rich Felker | fix bug whereby getopt_long allowed mismatch in last... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Rich Felker | fix typos on RLIM_NLIMITS, remove _GNU_SOURCE test... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Rich Felker | fix and cleanup suseconds_t/timeval stuff (broken on... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Rich Felker | implement getgrouplist (for initgroups), formerly dummi... v0.7.8 |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Rich Felker | fix prototypes/signature for setgroups, etc. |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Rich Felker | fix incorrect GNU sighandler_t typedef |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Rich Felker | implement memrchr (nonstandard) and optimize strrchr... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Rich Felker | add ptsname_r (nonstandard) and split ptsname (standard... |
commit | commitdiff | tree | snapshot |
next |