index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add ABI compatability aliases.
Isaac Dunham
2013-04-05
1
-0
/
+2
*
fix typo in setpriority syscall wrapper
Rich Felker
2013-04-01
1
-1
/
+1
*
fix multiple bugs in syslog interfaces
Rich Felker
2013-03-23
1
-24
/
+27
*
move new linux syscall wrapper functions to proper source dir
Rich Felker
2012-12-07
2
-16
/
+0
*
fix trailing whitespace issues that crept in here and there
Rich Felker
2012-12-07
2
-2
/
+2
*
add arch_prctl syscall (amd64/x32 only)
rofl0r
2012-12-06
1
-0
/
+9
*
add personality syscall
rofl0r
2012-12-06
1
-0
/
+7
*
add getopt reset support
Rich Felker
2012-09-30
2
-2
/
+18
*
fix some more O_CLOEXEC/SOCK_CLOEXEC issues
Rich Felker
2012-09-29
1
-1
/
+1
*
emulate SOCK_CLOEXEC and SOCK_NONBLOCK for old (pre-2.6.27) kernels
Rich Felker
2012-09-29
1
-2
/
+1
*
fix dirname to handle input of form "foo/" correctly
Rich Felker
2012-09-26
1
-6
/
+5
*
add setdomainname syscall, fix getdomainname (previously a stub)
Rich Felker
2012-09-09
2
-1
/
+17
*
cleanup src/linux and src/misc trees, etc.
Rich Felker
2012-09-07
20
-2697
/
+158
*
fix constraint violation in ftw
Rich Felker
2012-09-06
1
-1
/
+4
*
use restrict everywhere it's required by c99 and/or posix 2008
Rich Felker
2012-09-06
2
-2
/
+2
*
fix missing statics in crypt_sha256 code
Rich Felker
2012-08-30
1
-3
/
+3
*
anti-DoS rounds count limits for blowfish and des crypt
Rich Felker
2012-08-29
2
-2
/
+2
*
limit sha512 rounds to similar runtime to sha256 limit
Rich Felker
2012-08-29
1
-1
/
+1
*
add sha256/sha512 crypt
Rich Felker
2012-08-29
4
-1
/
+700
*
optimize legacy ffs function
Rich Felker
2012-08-23
1
-4
/
+2
*
add blowfish hash support to crypt
Rich Felker
2012-08-10
3
-8
/
+806
*
make crypt return an unmatchable hash rather than NULL on failure
Rich Felker
2012-08-09
1
-5
/
+2
*
fix missing static in getusershell (namespace pollution)
Rich Felker
2012-08-02
1
-1
/
+1
*
replace old and ugly crypt implementation
Rich Felker
2012-06-29
3
-2574
/
+1055
*
fix ptsname_r to conform to the upcoming posix requirements
Rich Felker
2012-06-20
2
-4
/
+13
*
add isastream (obsolete STREAMS junk)
Rich Felker
2012-05-06
1
-0
/
+7
*
implement stub versions of sched_*
Rich Felker
2012-05-03
1
-10
/
+0
*
ditch the priority inheritance locks; use malloc's version of lock
Rich Felker
2012-04-24
1
-9
/
+9
*
implement getusershell, etc. legacy functions
Rich Felker
2012-04-22
1
-0
/
+33
*
add getresuid and getresgid syscall wrappers
Rich Felker
2012-04-22
2
-0
/
+16
*
wordexp must set the we_offs entries of we_wordv to null pointers
Rich Felker
2012-04-16
1
-0
/
+4
*
fix crash in wordfree if we_offs is not initialized by the caller
Rich Felker
2012-04-16
1
-0
/
+2
*
implement a64l and l64a (legacy xsi stuff)
Rich Felker
2012-03-01
1
-0
/
+26
*
fix (hopefully) PTRACE_TRACEME (command 0) argument handling
Rich Felker
2012-02-23
1
-2
/
+2
*
fix get_current_dir_name behavior
Rich Felker
2012-02-17
1
-2
/
+6
*
add get_current_dir_name function
Rich Felker
2012-02-17
1
-0
/
+12
*
add legacy futimes and lutimes functions
Rich Felker
2012-01-24
2
-0
/
+26
*
use prlimit syscall for getrlimit/setrlimit
Rich Felker
2012-01-20
2
-4
/
+14
*
add prlimit syscall wrapper
Rich Felker
2012-01-20
1
-0
/
+8
*
alias basename to glibc name for it, to meet abi goals
Rich Felker
2012-01-18
1
-0
/
+3
*
fix ptrace (maybe)
Rich Felker
2011-09-16
1
-1
/
+8
*
implement ptrace syscall wrapper (untested)
Rich Felker
2011-09-15
1
-0
/
+18
*
remove some stray trailing space characters
Rich Felker
2011-09-13
1
-1
/
+1
*
fix some bugs in setxid and update setrlimit to use __synccall
Rich Felker
2011-07-30
1
-2
/
+27
*
check for fd exhaustion in forkpty
Rich Felker
2011-07-22
1
-2
/
+15
*
incorrect check for open failure in openpty function
Rich Felker
2011-07-22
1
-1
/
+1
*
wordexp cannot use we_offs unless WRDE_DOOFFS flag is set
Rich Felker
2011-06-25
1
-1
/
+2
*
fix memory leak on failure in realpath
Rich Felker
2011-06-18
1
-4
/
+4
*
add useless, obsolescent function ulimit
Rich Felker
2011-05-29
1
-0
/
+19
*
properly create new session/controlling terminal in forkpty
Rich Felker
2011-04-20
1
-1
/
+4
[next]