You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Michael Forney 22f29bfebe shadow: Implement putspent 13 years ago
..
aio support configurable page size on mips, powerpc and microblaze 13 years ago
complex complex: add C11 CMPLX macros and replace cpack with them 14 years ago
conf correct the sysconf value for RTSIG_MAX 13 years ago
crypt comment potentially-confusing use of struct crypt_data type 13 years ago
ctype iswspace: fix handling of 0 13 years ago
dirent refactor headers, especially alltypes.h, and improve C++ ABI compat 13 years ago
env remove errno setting from setenv, malloc sets it correctly on oom 13 years ago
errno fix typo in newly-added error message for EOWNERDEAD 13 years ago
exit add support for init/fini array in main program, and greatly simplify 13 years ago
fcntl provide emulation of fcntl F_DUPFD_CLOEXEC on old kernels 13 years ago
fenv fenv: fix i386 fesetround for sse 13 years ago
internal fix potential deadlock bug in libc-internal locking logic 13 years ago
ipc fix harmless inconsistency in semtimedop 13 years ago
ldso fix uninitialized variable in dladdr 13 years ago
legacy add legacy getloadavg api 13 years ago
linux fix the prototype of settimeofday to follow the original BSD declaration 13 years ago
locale remove spurious tmp file present since initial git check-in 13 years ago
malloc slightly optimize __brk for size 13 years ago
math math: clean up __rem_pio2 13 years ago
misc fix and refactor child reaping logic in wordexp 13 years ago
mman support configurable page size on mips, powerpc and microblaze 13 years ago
mq use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
multibyte fix buffer overflow in mbsrtowcs 13 years ago
network Fix dn_expand pointer following 13 years ago
passwd shadow: Implement putspent 13 years ago
prng improve the quality of output from rand_r 13 years ago
process add missing va_end in execl* for correcness and static code analyzers 13 years ago
regex fix allocation sizes in regcomp 13 years ago
sched add pthread_setaffinity_np and pthread_getaffinity_np functions 13 years ago
search POSIX conformance fix: define struct entry in search.h 13 years ago
select remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG 13 years ago
setjmp remove fenv saving/loading code from setjmp/longjmp on arm 14 years ago
signal fix sigemptyset and sigfillset for mips 13 years ago
stat make fchdir, fchmod, fchown, and fstat support O_PATH file descriptors 13 years ago
stdio minor vfprintf and vfwprintf changes to please static code analyzers 13 years ago
stdlib make fcvt decimal point location for zero make more sense 13 years ago
string strcmp: Remove unnecessary check for *r 13 years ago
temp fix typo in comment in __randname 13 years ago
termios legacy junk compatibility grab-bag 14 years ago
thread fix invalid implicit pointer conversion in pthread_key_create 13 years ago
time remove O_NOFOLLOW from __map_file used for time zone file loading 13 years ago
unistd simplify faccessat AT_EACCESS path and eliminate resource dependence 13 years ago