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 alternate backend support for getgrouplist
Josiah Worcester
2015-03-15
1
-24
/
+0
*
eliminate atomics in syslog setlogmask function
Rich Felker
2015-03-04
1
-4
/
+6
*
make all objects used with atomic operations volatile
Rich Felker
2015-03-03
1
-2
/
+2
*
fix bad character checking in wordexp
Rich Felker
2015-02-11
1
-0
/
+1
*
simplify part of getopt_long
Rich Felker
2015-01-21
1
-13
/
+11
*
always set optarg in getopt_long
Rich Felker
2015-01-21
1
-1
/
+1
*
for multithreaded set*id/setrlimit, handle case where callback does not run
Rich Felker
2015-01-15
1
-3
/
+3
*
increase syslog message limit from 256 to 1024
Rich Felker
2015-01-13
1
-1
/
+1
*
fix regression in getopt_long support for non-option arguments
Rich Felker
2015-01-11
1
-7
/
+6
*
check for connect failure in syslog log opening
Rich Felker
2015-01-09
1
-2
/
+6
*
overhaul forkpty function using new login_tty
Rich Felker
2014-12-21
1
-26
/
+45
*
block pthread cancellation in openpty function
Rich Felker
2014-12-20
1
-9
/
+14
*
don't write openpty results until success is determined
Rich Felker
2014-12-20
1
-10
/
+12
*
add login_tty function
Felix Janda
2014-12-20
1
-0
/
+14
*
set optopt in getopt_long
Rich Felker
2014-12-20
1
-0
/
+1
*
add error message printing to getopt_long and make related improvements
Rich Felker
2014-12-20
2
-6
/
+32
*
support translation for getopt error messages
Rich Felker
2014-12-20
1
-0
/
+2
*
fix stderr locking and ferror semantics in getopt message printing
Rich Felker
2014-12-19
1
-12
/
+16
*
simplify getopt_long argv permutation loop logic
Rich Felker
2014-12-13
1
-3
/
+1
*
fix handling of "--" with getopt_long argv permutation
Rich Felker
2014-12-13
1
-1
/
+0
*
accept null longopts pointer in getopt_long
Rich Felker
2014-12-11
1
-1
/
+1
*
fix getopt handling of initial '+' in optstring
Rich Felker
2014-12-10
1
-1
/
+1
*
support abbreviated options in getopt_long
Rich Felker
2014-12-10
1
-7
/
+18
*
support options after non-option arguments in getopt_long (argv permutation)
Rich Felker
2014-12-10
1
-0
/
+39
*
fix getopt handling of ':' modifier for multibyte option characters
Rich Felker
2014-12-04
1
-4
/
+9
*
add support for non-option arguments extension to getopt
Gianluca Anzolin
2014-12-02
2
-4
/
+20
*
getopt: fix optional argument processing
Felix Fietkau
2014-11-15
1
-2
/
+2
*
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
[prev]
[next]