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 |
2011-04-12 |
Rich Felker | speed up threaded fork |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Rich Felker | more changes for upcoming 0.7.8 |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Rich Felker | optimize ntohl etc. in terms of bswap functions |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Rich Felker | move bswap functions to static inline in byteswap.h |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Rich Felker | fix broken bswap_32 |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Rich Felker | utmpx.h is no longer under standards, so expose ut_exit... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Rich Felker | add some traditional aliases to stat.h |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Rich Felker | fix printf("%.9g", 1.1) and similar not dropping traili... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Rich Felker | add missing rlimit macros |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Rich Felker | more types cleanup |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Rich Felker | cleanup types stuff in headers, fix missing u_int*_t... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Rich Felker | fix errno handling in scandir: |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Rich Felker | fix fputwc return value |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Rich Felker | remove ugly warning-suppression hack from crypt - this... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Rich Felker | update README since we now DO have a mailing list |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Rich Felker | add some ugly legacy type names in sys/types.h (u_char... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Rich Felker | add legacy BSD-style timer*() macros in sys/time.h |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Rich Felker | add missing UTIME_* macros in sys/stat.h |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Rich Felker | add missing float.h macros |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Rich Felker | run pthread tsd destructors when a timer thread pretend... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Rich Felker | greatly improve SIGEV_THREAD timers |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Rich Felker | prepare notes for 0.7.8 release |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Rich Felker | work around a nasty bug in linux readv syscall |
commit | commitdiff | tree | snapshot |
next |