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 |
2011-04-08 |
Rich Felker | better fix sysconf pthread stack min |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Rich Felker | consistency with pthread stack min in limits.h |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Rich Felker | fix broken sigsetjmp on x86_64 |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Rich Felker | workaround broken msghdr struct on 64bit linux |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Rich Felker | fix ipv6 address printing: 2001 appeared as 201, etc. |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Rich Felker | fix broken dns response parsing code that made most... |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Rich Felker | return the requested string as the "canonical name... |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Rich Felker | fix uninitialized variables in dns lookup code |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Rich Felker | fix bug in TRE found by clang (typo && instead of &) |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Rich Felker | fix misplaced *'s in string functions (harmless) |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Rich Felker | fix broken unsigned comparison in wcstoumax |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Rich Felker | fix breakage due to converting a return type to size_t... |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Rich Felker | fixed crash in new rsyscall (failure to set sa_flags... |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Rich Felker | consistency: change all remaining syscalls to use SYS_... |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Rich Felker | move rsyscall out of pthread_create module |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Rich Felker | pthread exit stuff: don't bother setting errno when... |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Rich Felker | fix rsyscall handler: must not clobber errno from signa... |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Rich Felker | fix typo in sys/msg.h |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Rich Felker | add startup abi functions, dummy for now. eventually... |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Rich Felker | add _res (__res_state()) dummy |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Rich Felker | add IN_LOOPBACKNET constant (nonstandard but in reserve... |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Rich Felker | document more changes for 0.7.7 v0.7.7 |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Rich Felker | fix prototype for strsep |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Rich Felker | fix completely bogus loop condition in getmntent_r |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Rich Felker | major semaphore improvements (performance and correctness) |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Rich Felker | fix signal-based timers with null sigevent argument |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Rich Felker | fix incorrect (and conflicting on LP64 archs) types... |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Rich Felker | fix (hopefully) statvfs breakage on x86_64 that resulte... |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Rich Felker | document more changes |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Rich Felker | new framework to inhibit thread cancellation when needed |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Rich Felker | add ip6 pktinfo stuff for x86_64 |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Rich Felker | add sysv ipc message queues (completely untested) |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Rich Felker | getopt.h is a GNU-getopt-specific header. always expose... |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Rich Felker | add sysexits.h legacy header |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Rich Felker | implement the adjtime and adjtimex functions (nonstandard) |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Rich Felker | add getmntent_r interface (all of mntent is nonstandard... |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Rich Felker | add some missing ipv6 stuff |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Rich Felker | implement if_indextoname and if_nametoindex functions |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Rich Felker | add (nonstandard) cfmakeraw function |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Rich Felker | add pivot_root syscall wrapper |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Rich Felker | add more legacy functions: setlinebuf and setbuffer |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Rich Felker | alternate name for syslog.h |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Rich Felker | uncomment IP_PKTINFO |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Rich Felker | support the nonstandard err.h interfaces |
commit | commitdiff | tree | snapshot |
next |