summaryrefslogtreecommitdiff
path: root/src/misc
AgeCommit message (Expand)AuthorFilesLines
2014-02-01fix nftw FTW_MOUNT flagRich Felker1-2/+1
2013-12-13optimize get_current_dir_name to reduce stack bloatRich Felker1-3/+1
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy7-10/+3
2013-11-22fix and refactor child reaping logic in wordexpRich Felker1-6/+16
2013-11-22fix fd leak and case where fd 1 is already closed in wordexpRich Felker1-4/+4
2013-11-22fix resource exhaustion and zero-word cases in wordexpRich Felker1-8/+18
2013-11-22improve robustness of wordexp and fix handling of 0-word caseRich Felker1-11/+16
2013-08-31remove incorrect cancellation points from realpathRich Felker1-4/+4
2013-08-31debloat realpath's allocation strategyRich Felker1-12/+6
2013-08-31make realpath use O_PATH when opening the fileRich Felker1-1/+1
2013-08-02debloat code that depends on /proc/self/fd/%d with shared functionRich Felker1-1/+3
2013-04-05Add ABI compatability aliases.Isaac Dunham1-0/+2
2013-04-01fix typo in setpriority syscall wrapperRich Felker1-1/+1
2013-03-23fix multiple bugs in syslog interfacesRich Felker1-24/+27
2012-12-07move new linux syscall wrapper functions to proper source dirRich Felker2-16/+0
2012-12-07fix trailing whitespace issues that crept in here and thereRich Felker2-2/+2
2012-12-06add arch_prctl syscall (amd64/x32 only)rofl0r1-0/+9
2012-12-06add personality syscallrofl0r1-0/+7
2012-09-30add getopt reset supportRich Felker2-2/+18
2012-09-29fix some more O_CLOEXEC/SOCK_CLOEXEC issuesRich Felker1-1/+1
2012-09-29emulate SOCK_CLOEXEC and SOCK_NONBLOCK for old (pre-2.6.27) kernelsRich Felker1-2/+1
2012-09-26fix dirname to handle input of form "foo/" correctlyRich Felker1-6/+5
2012-09-09add setdomainname syscall, fix getdomainname (previously a stub)Rich Felker2-1/+17
2012-09-07cleanup src/linux and src/misc trees, etc.Rich Felker20-2697/+158
2012-09-06fix constraint violation in ftwRich Felker1-1/+4
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2-2/+2
2012-08-30fix missing statics in crypt_sha256 codeRich Felker1-3/+3
2012-08-29anti-DoS rounds count limits for blowfish and des cryptRich Felker2-2/+2
2012-08-29limit sha512 rounds to similar runtime to sha256 limitRich Felker1-1/+1
2012-08-29add sha256/sha512 cryptRich Felker4-1/+700
2012-08-23optimize legacy ffs functionRich Felker1-4/+2
2012-08-10add blowfish hash support to cryptRich Felker3-8/+806
2012-08-09make crypt return an unmatchable hash rather than NULL on failureRich Felker1-5/+2
2012-08-02fix missing static in getusershell (namespace pollution)Rich Felker1-1/+1
2012-06-29replace old and ugly crypt implementationRich Felker3-2574/+1055
2012-06-20fix ptsname_r to conform to the upcoming posix requirementsRich Felker2-4/+13
2012-05-06add isastream (obsolete STREAMS junk)Rich Felker1-0/+7
2012-05-03implement stub versions of sched_*Rich Felker1-10/+0
2012-04-24ditch the priority inheritance locks; use malloc's version of lockRich Felker1-9/+9
2012-04-22implement getusershell, etc. legacy functionsRich Felker1-0/+33
2012-04-22add getresuid and getresgid syscall wrappersRich Felker2-0/+16
2012-04-16wordexp must set the we_offs entries of we_wordv to null pointersRich Felker1-0/+4
2012-04-16fix crash in wordfree if we_offs is not initialized by the callerRich Felker1-0/+2
2012-03-01implement a64l and l64a (legacy xsi stuff)Rich Felker1-0/+26
2012-02-23fix (hopefully) PTRACE_TRACEME (command 0) argument handlingRich Felker1-2/+2
2012-02-17fix get_current_dir_name behaviorRich Felker1-2/+6
2012-02-17add get_current_dir_name functionRich Felker1-0/+12
2012-01-24add legacy futimes and lutimes functionsRich Felker2-0/+26
2012-01-20use prlimit syscall for getrlimit/setrlimitRich Felker2-4/+14
2012-01-20add prlimit syscall wrapperRich Felker1-0/+8