index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
misc
Age
Commit message (
Expand
)
Author
Lines
2015-03-15
add alternate backend support for getgrouplist
Josiah Worcester
-24
/
+0
2015-03-04
eliminate atomics in syslog setlogmask function
Rich Felker
-4
/
+6
2015-03-03
make all objects used with atomic operations volatile
Rich Felker
-2
/
+2
2015-02-11
fix bad character checking in wordexp
Rich Felker
-0
/
+1
2015-01-21
simplify part of getopt_long
Rich Felker
-13
/
+11
2015-01-21
always set optarg in getopt_long
Rich Felker
-1
/
+1
2015-01-15
for multithreaded set*id/setrlimit, handle case where callback does not run
Rich Felker
-3
/
+3
2015-01-13
increase syslog message limit from 256 to 1024
Rich Felker
-1
/
+1
2015-01-11
fix regression in getopt_long support for non-option arguments
Rich Felker
-7
/
+6
2015-01-09
check for connect failure in syslog log opening
Rich Felker
-2
/
+6
2014-12-21
overhaul forkpty function using new login_tty
Rich Felker
-26
/
+45
2014-12-20
block pthread cancellation in openpty function
Rich Felker
-9
/
+14
2014-12-20
don't write openpty results until success is determined
Rich Felker
-10
/
+12
2014-12-20
add login_tty function
Felix Janda
-0
/
+14
2014-12-20
set optopt in getopt_long
Rich Felker
-0
/
+1
2014-12-20
add error message printing to getopt_long and make related improvements
Rich Felker
-6
/
+32
2014-12-20
support translation for getopt error messages
Rich Felker
-0
/
+2
2014-12-19
fix stderr locking and ferror semantics in getopt message printing
Rich Felker
-12
/
+16
2014-12-13
simplify getopt_long argv permutation loop logic
Rich Felker
-3
/
+1
2014-12-13
fix handling of "--" with getopt_long argv permutation
Rich Felker
-1
/
+0
2014-12-11
accept null longopts pointer in getopt_long
Rich Felker
-1
/
+1
2014-12-10
fix getopt handling of initial '+' in optstring
Rich Felker
-1
/
+1
2014-12-10
support abbreviated options in getopt_long
Rich Felker
-7
/
+18
2014-12-10
support options after non-option arguments in getopt_long (argv permutation)
Rich Felker
-0
/
+39
2014-12-04
fix getopt handling of ':' modifier for multibyte option characters
Rich Felker
-4
/
+9
2014-12-02
add support for non-option arguments extension to getopt
Gianluca Anzolin
-4
/
+20
2014-11-15
getopt: fix optional argument processing
Felix Fietkau
-2
/
+2
2014-08-08
make endmntent function handle null argument
Timo Teräs
-1
/
+1
2014-07-31
implement ffsl and ffsll functions
Rich Felker
-0
/
+14
2014-07-19
add issetugid function to check for elevated privilege
Brent Cook
-0
/
+7
2014-07-17
provide getauxval(AT_SECURE) even if it is missing from the aux vector
Rich Felker
-0
/
+1
2014-07-11
implement the LOG_CONS option in syslog
Rich Felker
-1
/
+9
2014-07-11
suppress early syslog return when log socket cannot be opened
Rich Felker
-4
/
+1
2014-07-11
implement the LOG_PERROR option in syslog
Rich Felker
-2
/
+4
2014-07-11
fix the %m specifier in syslog
Clément Vasseur
-0
/
+3
2014-06-21
implement fmtmsg function
Rich Felker
-0
/
+90
2014-06-11
support optional-argument extension to getopt via double-colon
Rich Felker
-2
/
+5
2014-05-30
fix for broken kernel side RLIM_INFINITY on mips
Szabolcs Nagy
-2
/
+18
2014-05-24
support kernels with no SYS_open syscall, only SYS_openat
Rich Felker
-1
/
+1
2014-04-07
add getauxval function
Rich Felker
-0
/
+12
2014-03-18
use syscall_arg_t for arguments in public syscall() function
Rich Felker
-7
/
+7
2014-03-17
fix negated error codes from ptsname_r
Rich Felker
-1
/
+1
2014-02-01
fix nftw FTW_MOUNT flag
Rich Felker
-2
/
+1
2013-12-13
optimize get_current_dir_name to reduce stack bloat
Rich Felker
-3
/
+1
2013-12-12
include cleanups: remove unused headers and add feature test macros
Szabolcs Nagy
-10
/
+3
2013-11-22
fix and refactor child reaping logic in wordexp
Rich Felker
-6
/
+16
2013-11-22
fix fd leak and case where fd 1 is already closed in wordexp
Rich Felker
-4
/
+4
2013-11-22
fix resource exhaustion and zero-word cases in wordexp
Rich Felker
-8
/
+18
2013-11-22
improve robustness of wordexp and fix handling of 0-word case
Rich Felker
-11
/
+16
2013-08-31
remove incorrect cancellation points from realpath
Rich Felker
-4
/
+4
[next]