summaryrefslogtreecommitdiff
path: root/src/misc
AgeCommit message (Expand)AuthorLines
2012-06-20fix ptsname_r to conform to the upcoming posix requirementsRich Felker-4/+13
2012-05-06add isastream (obsolete STREAMS junk)Rich Felker-0/+7
2012-05-03implement stub versions of sched_*Rich Felker-10/+0
2012-04-24ditch the priority inheritance locks; use malloc's version of lockRich Felker-9/+9
2012-04-22implement getusershell, etc. legacy functionsRich Felker-0/+33
2012-04-22add getresuid and getresgid syscall wrappersRich Felker-0/+16
2012-04-16wordexp must set the we_offs entries of we_wordv to null pointersRich Felker-0/+4
2012-04-16fix crash in wordfree if we_offs is not initialized by the callerRich Felker-0/+2
2012-03-01implement a64l and l64a (legacy xsi stuff)Rich Felker-0/+26
2012-02-23fix (hopefully) PTRACE_TRACEME (command 0) argument handlingRich Felker-2/+2
2012-02-17fix get_current_dir_name behaviorRich Felker-2/+6
2012-02-17add get_current_dir_name functionRich Felker-0/+12
2012-01-24add legacy futimes and lutimes functionsRich Felker-0/+26
2012-01-20use prlimit syscall for getrlimit/setrlimitRich Felker-4/+14
2012-01-20add prlimit syscall wrapperRich Felker-0/+8
2012-01-18alias basename to glibc name for it, to meet abi goalsRich Felker-0/+3
2011-09-16fix ptrace (maybe)Rich Felker-1/+8
2011-09-15implement ptrace syscall wrapper (untested)Rich Felker-0/+18
2011-09-13remove some stray trailing space charactersRich Felker-1/+1
2011-07-30fix some bugs in setxid and update setrlimit to use __synccallRich Felker-2/+27
2011-07-22check for fd exhaustion in forkptyRich Felker-2/+15
2011-07-22incorrect check for open failure in openpty functionRich Felker-1/+1
2011-06-25wordexp cannot use we_offs unless WRDE_DOOFFS flag is setRich Felker-1/+2
2011-06-18fix memory leak on failure in realpathRich Felker-4/+4
2011-05-29add useless, obsolescent function ulimitRich Felker-0/+19
2011-04-20properly create new session/controlling terminal in forkptyRich Felker-1/+4
2011-04-20implement (nonstandard) forkptyRich Felker-0/+22
2011-04-19block cancellation in wordexp, handle more errorsRich Felker-2/+17
2011-04-19avoid malloc of potentially-large string in wordexpRich Felker-10/+28
2011-04-18protect ftw and nftw against cancellationRich Felker-1/+6
2011-04-18protect syslog against cancellationRich Felker-5/+19
2011-04-17minimal realpath implementation using /procRich Felker-0/+43
2011-04-15remove stupid debug code in wordexpRich Felker-1/+0
2011-04-15implement wordexp. first try, may be buggy. intended to be safe.Rich Felker-0/+128
2011-04-13simplify syslog, add vsyslog interface (nonstandard)Rich Felker-31/+36
2011-04-13remove useless SIGPIPE protection from syslogRich Felker-9/+0
2011-04-13fix syslog (corrected SIGPIPE blocking, and using dgram instead of stream)Rich Felker-10/+8
2011-04-13implement getgrouplist (for initgroups), formerly dummied-outv0.7.8Rich Felker-4/+16
2011-04-13add ptsname_r (nonstandard) and split ptsname (standard) to separate fileRich Felker-11/+16
2011-04-12move bswap functions to static inline in byteswap.hRich Felker-16/+0
2011-04-12fix broken bswap_32Rich Felker-1/+1
2011-04-11remove ugly warning-suppression hack from crypt - this invokes UB!Rich Felker-1/+1
2011-03-25fix all implicit conversion between signed/unsigned pointersRich Felker-2/+2
2011-03-20global cleanup to use the new syscall interfaceRich Felker-20/+8
2011-02-16fix compile failure: legacy cuserid needs to define feature testRich Felker-0/+1
2011-02-15fix getrlimit handling on 32-bit systems, and ease porting to 64-bitRich Felker-3/+3
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+3194