68 Commits (056c8b1ab582a7e4df2aa1a0d9b300b0c99c3f23)

Author SHA1 Message Date
Rich Felker df9e11bb06 protect ftw and nftw against cancellation 15 years ago
Rich Felker d2c604d5a4 protect syslog against cancellation 15 years ago
Rich Felker e98bdca9df minimal realpath implementation using /proc 15 years ago
Rich Felker 90f09a0dde remove stupid debug code in wordexp 15 years ago
Rich Felker d251c2645c implement wordexp. first try, may be buggy. intended to be safe. 15 years ago
Rich Felker 19c1830eaa simplify syslog, add vsyslog interface (nonstandard) 15 years ago
Rich Felker a77411a50d remove useless SIGPIPE protection from syslog 15 years ago
Rich Felker a444ee3410 fix syslog (corrected SIGPIPE blocking, and using dgram instead of stream) 15 years ago
Rich Felker 91e836fda7 implement getgrouplist (for initgroups), formerly dummied-out 15 years ago
Rich Felker 750b738e53 add ptsname_r (nonstandard) and split ptsname (standard) to separate file 15 years ago
Rich Felker c546be175c move bswap functions to static inline in byteswap.h 15 years ago
Rich Felker 4f4ba4c02f fix broken bswap_32 15 years ago
Rich Felker 0161244784 remove ugly warning-suppression hack from crypt - this invokes UB! 15 years ago
Rich Felker 9ae8d5fc71 fix all implicit conversion between signed/unsigned pointers 15 years ago
Rich Felker aa398f56fa global cleanup to use the new syscall interface 15 years ago
Rich Felker bad481266e fix compile failure: legacy cuserid needs to define feature test 15 years ago
Rich Felker f7eb91e795 fix getrlimit handling on 32-bit systems, and ease porting to 64-bit 15 years ago
Rich Felker 0b44a0315b initial check-in, version 0.5.0 15 years ago