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
*
make endmntent function handle null argument
Timo Teräs
2014-08-08
1
-1
/
+1
*
implement ffsl and ffsll functions
Rich Felker
2014-07-31
2
-0
/
+14
*
add issetugid function to check for elevated privilege
Brent Cook
2014-07-19
1
-0
/
+7
*
provide getauxval(AT_SECURE) even if it is missing from the aux vector
Rich Felker
2014-07-17
1
-0
/
+1
*
implement the LOG_CONS option in syslog
Rich Felker
2014-07-11
1
-1
/
+9
*
suppress early syslog return when log socket cannot be opened
Rich Felker
2014-07-11
1
-4
/
+1
*
implement the LOG_PERROR option in syslog
Rich Felker
2014-07-11
1
-2
/
+4
*
fix the %m specifier in syslog
Clément Vasseur
2014-07-11
1
-0
/
+3
*
implement fmtmsg function
Rich Felker
2014-06-21
1
-0
/
+90
*
support optional-argument extension to getopt via double-colon
Rich Felker
2014-06-11
1
-2
/
+5
*
fix for broken kernel side RLIM_INFINITY on mips
Szabolcs Nagy
2014-05-30
2
-2
/
+18
*
support kernels with no SYS_open syscall, only SYS_openat
Rich Felker
2014-05-24
1
-1
/
+1
*
add getauxval function
Rich Felker
2014-04-07
1
-0
/
+12
*
use syscall_arg_t for arguments in public syscall() function
Rich Felker
2014-03-18
1
-7
/
+7
*
fix negated error codes from ptsname_r
Rich Felker
2014-03-17
1
-1
/
+1
*
fix nftw FTW_MOUNT flag
Rich Felker
2014-02-01
1
-2
/
+1
*
optimize get_current_dir_name to reduce stack bloat
Rich Felker
2013-12-13
1
-3
/
+1
*
include cleanups: remove unused headers and add feature test macros
Szabolcs Nagy
2013-12-12
7
-10
/
+3
*
fix and refactor child reaping logic in wordexp
Rich Felker
2013-11-22
1
-6
/
+16
*
fix fd leak and case where fd 1 is already closed in wordexp
Rich Felker
2013-11-22
1
-4
/
+4
*
fix resource exhaustion and zero-word cases in wordexp
Rich Felker
2013-11-22
1
-8
/
+18
*
improve robustness of wordexp and fix handling of 0-word case
Rich Felker
2013-11-22
1
-11
/
+16
*
remove incorrect cancellation points from realpath
Rich Felker
2013-08-31
1
-4
/
+4
*
debloat realpath's allocation strategy
Rich Felker
2013-08-31
1
-12
/
+6
*
make realpath use O_PATH when opening the file
Rich Felker
2013-08-31
1
-1
/
+1
*
debloat code that depends on /proc/self/fd/%d with shared function
Rich Felker
2013-08-02
1
-1
/
+3
*
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
[next]