2014-03-08 |
Rich Felker | add bits/user.h for sh port |
commit | commitdiff | tree | snapshot |
2014-03-08 |
Rich Felker | in fcntl, use unsigned long instead of long for variadi... |
commit | commitdiff | tree | snapshot |
2014-03-06 |
Rich Felker | update copyright dates to 2014 |
commit | commitdiff | tree | snapshot |
2014-03-06 |
rofl0r | x32: fix sysinfo() |
commit | commitdiff | tree | snapshot |
2014-03-05 |
Rich Felker | fix strerror on mips: one error code is out of the... |
commit | commitdiff | tree | snapshot |
2014-02-28 |
Rich Felker | improve configure's target arch matching |
commit | commitdiff | tree | snapshot |
2014-02-28 |
Rich Felker | fix missing CFLAGS in configure test for float on sh |
commit | commitdiff | tree | snapshot |
2014-02-28 |
Rich Felker | fix copy-and-paste error in configure's IEEE double... |
commit | commitdiff | tree | snapshot |
2014-02-28 |
Rich Felker | add nofpu subarchs to the sh arch, and properly detect... |
commit | commitdiff | tree | snapshot |
2014-02-28 |
Rich Felker | fix endian subarchs for sh arch |
commit | commitdiff | tree | snapshot |
2014-02-28 |
Rich Felker | rename superh port to "sh" for consistency |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Rich Felker | fix readdir not to set ENOENT when directory is removed... |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Szabolcs Nagy | in.h: new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACE |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Szabolcs Nagy | if_ether.h: new ethernet protocol type |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Szabolcs Nagy | sys/socket.h: add the SO_MAX_PACING_RATE SOL_SOCKET... |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Szabolcs Nagy | elf.h: add aarch64 relocations |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Szabolcs Nagy | elf.h: new elf header flag to mark 2008-NaN vs legacy... |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Rich Felker | add missing sub files for mipsel-sf to use softfloat... |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Szabolcs Nagy | mips: add mips-sf subarch support (soft-float) |
commit | commitdiff | tree | snapshot |
2014-02-24 |
rofl0r | fixup general __syscall breakage introduced in x32... |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Rich Felker | make the x32 port use the correct ld-musl-x32.path... |
commit | commitdiff | tree | snapshot |
2014-02-23 |
Bobby Bingham | superh port |
commit | commitdiff | tree | snapshot |
2014-02-23 |
rofl0r | fix x32 syscall arch.h timespec fixup code |
commit | commitdiff | tree | snapshot |
2014-02-23 |
rofl0r | fix some issues in x32 syscall_cp_fixup |
commit | commitdiff | tree | snapshot |
2014-02-23 |
Rich Felker | mostly-cosmetic fixups to x32 port merge |
commit | commitdiff | tree | snapshot |
2014-02-23 |
rofl0r | configure: suppress bogus pointer-int cast warnings |
commit | commitdiff | tree | snapshot |
2014-02-23 |
rofl0r | configure: recognize x86_64-x32 and x32 |
commit | commitdiff | tree | snapshot |
2014-02-23 |
rofl0r | x32 port (diff against vanilla x86_64) |
commit | commitdiff | tree | snapshot |
2014-02-23 |
rofl0r | import vanilla x86_64 code as x32 |
commit | commitdiff | tree | snapshot |
2014-02-23 |
rofl0r | sys/shm.h: move arch specific structs to bits/ |
commit | commitdiff | tree | snapshot |
2014-02-22 |
rofl0r | sys/sem.h: cheat and make all longs use time_t instead |
commit | commitdiff | tree | snapshot |
2014-02-22 |
rofl0r | use syscall_arg_t type for syscall prototypes in pthrea... |
commit | commitdiff | tree | snapshot |
2014-02-22 |
rofl0r | internal/syscall.h: add syscall_arg_t macro |
commit | commitdiff | tree | snapshot |
2014-02-22 |
rofl0r | internal/syscall.h: use a macro for the syscall args... |
commit | commitdiff | tree | snapshot |
2014-02-22 |
Rich Felker | add fallback emulation for accept4 on old kernels |
commit | commitdiff | tree | snapshot |
2014-02-18 |
Rich Felker | add flock64 alias for (struct) flock in fcntl.h |
commit | commitdiff | tree | snapshot |
2014-02-13 |
Rich Felker | add ipv6 and icmpv6 to getprotoent-family functions |
commit | commitdiff | tree | snapshot |
2014-02-13 |
Rich Felker | fix typo in table for getprotoent that caused out-of... |
commit | commitdiff | tree | snapshot |
2014-02-12 |
Rich Felker | make posix_spawn accept null pid pointer arguments |
commit | commitdiff | tree | snapshot |
2014-02-11 |
Szabolcs Nagy | add parens when bit and arith ops are mixed in macros... |
commit | commitdiff | tree | snapshot |
2014-02-11 |
Szabolcs Nagy | fix signed and unsigned comparision in macros in public... |
commit | commitdiff | tree | snapshot |
2014-02-10 |
Bobby Bingham | clone: make clone a wrapper around __clone |
commit | commitdiff | tree | snapshot |
2014-02-09 |
Szabolcs Nagy | fix fesetenv(FE_DFL_ENV) on x86_64 (see previous commit) |
commit | commitdiff | tree | snapshot |
2014-02-09 |
Szabolcs Nagy | fix fesetenv(FE_DFL_ENV) on i386 |
commit | commitdiff | tree | snapshot |
2014-02-07 |
Rich Felker | in fdopen, avoid setting O_APPEND flag if it's already set |
commit | commitdiff | tree | snapshot |
2014-02-07 |
Rich Felker | fix ftello result for append streams with unflushed... |
commit | commitdiff | tree | snapshot |
2014-02-05 |
Rich Felker | reduce namespace pollution in netinet/udp.h |
commit | commitdiff | tree | snapshot |
2014-02-05 |
Rich Felker | fix use of legacy u_intN_t types in netinet/tcp.h |
commit | commitdiff | tree | snapshot |
2014-02-05 |
Rich Felker | add support for BSD struct tcphdr in netinet/tcp.h |
commit | commitdiff | tree | snapshot |
2014-02-05 |
Rich Felker | add nonstandard timespec/timeval conversion macros... |
commit | commitdiff | tree | snapshot |
2014-02-05 |
Timo Teräs | add NO_ADDRESS macro to netdb.h as an alias for NO_DATA |
commit | commitdiff | tree | snapshot |
2014-02-05 |
Timo Teräs | add legacy functions setkey() and encrypt() |
commit | commitdiff | tree | snapshot |
2014-02-01 |
Rich Felker | fix nftw FTW_MOUNT flag |
commit | commitdiff | tree | snapshot |
2014-01-23 |
Szabolcs Nagy | fix an overflow in wcsxfrm when n==0 |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Rich Felker | add version.h to .gitignore; it is a generated file |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Rich Felker | fix crash in dynamic linker when certain copy relocatio... |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Szabolcs Nagy | fix initstate to make the state buffer usable in setstate |
commit | commitdiff | tree | snapshot |
2014-01-16 |
Rich Felker | fix system breakage window during make install due... |
commit | commitdiff | tree | snapshot |
2014-01-16 |
Rich Felker | remove more unnecessary operand-size suffixes from... |
commit | commitdiff | tree | snapshot |
2014-01-12 |
Rich Felker | remove gratuitous temp vars, casts, and suffixes in... |
commit | commitdiff | tree | snapshot |
2014-01-11 |
Rich Felker | remove size suffix in x86_64 __pthread_self asm |
commit | commitdiff | tree | snapshot |
2014-01-11 |
Rich Felker | make type of st_dev explicitly dev_t in x86_64 stat.h |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Rich Felker | fix namespace violation in sys/shm.h |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Rich Felker | fix namespace violations in utmpx.h |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Rich Felker | add IUTF8 to termios.h on archs that were missing it |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Rich Felker | fix namespace violations in termios.h, at least mostly |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Rich Felker | fix remaining known namespace violations for netinet... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Rich Felker | fix inadvertent use of struct in place of union for... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Szabolcs Nagy | add __isoc99_vfscanf weak alias to vfscanf |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Szabolcs Nagy | math: add drem and dremf weak aliases to i386 remainder asm |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Rich Felker | fix type of semctl variadic argument |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Rich Felker | in fcntl, avoid passing pointer arguments to syscalls... |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Rich Felker | fix const-correctness of argument to stime |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Rich Felker | fix signedness of pgoff argument to remap_file_pages |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Rich Felker | fix const-correctness in sigandset/sigorset arguments |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Rich Felker | remove sys/sysctl.h |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Rich Felker | fix incorrect type for wd argument of inotify_rm_watch |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Rich Felker | fix argument types for legacy function inet_makeaddr |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Rich Felker | eliminate explicit (long) casts when making syscalls |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Rich Felker | const-qualify the address argument to dladdr |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Rich Felker | add some missing LFS64 aliases for fadvise/fallocate... |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Rich Felker | release 0.9.15 v0.9.15 |
commit | commitdiff | tree | snapshot |
2014-01-03 |
rofl0r | fanotify.c: fix typo in header inclusion |
commit | commitdiff | tree | snapshot |
2014-01-02 |
Rich Felker | disable the brk function |
commit | commitdiff | tree | snapshot |
2014-01-02 |
Rich Felker | disable sbrk for all values of increment except 0 |
commit | commitdiff | tree | snapshot |
2014-01-02 |
rofl0r | add fanotify syscall wrapper and header |
commit | commitdiff | tree | snapshot |
2013-12-30 |
Timo Teräs | fix struct signalfd_siginfo |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Rich Felker | implement legacy function herror |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Rich Felker | add sys/quota.h and quotactl syscall wrapper |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Rich Felker | add netinet/igmp.h and multicast groups to netinet... |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Timo Teräs | add TCP_INFO and TCP_MD5SIG socket option related struc... |
commit | commitdiff | tree | snapshot |
2013-12-19 |
Rich Felker | fix failure of fchmod, fstat, fchdir, and fchown to... |
commit | commitdiff | tree | snapshot |
2013-12-19 |
Rich Felker | fix hangs in localtime for near-overflowing time_t... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Rich Felker | fix dynamic linker entry point for microblaze |
commit | commitdiff | tree | snapshot |
2013-12-13 |
Rich Felker | optimize get_current_dir_name to reduce stack bloat |
commit | commitdiff | tree | snapshot |
2013-12-13 |
Rich Felker | use 0 instead of NULL for null pointer constants |
commit | commitdiff | tree | snapshot |
2013-12-12 |
Szabolcs Nagy | include cleanups: remove unused headers and add feature... |
commit | commitdiff | tree | snapshot |
2013-12-12 |
Szabolcs Nagy | remove an unnecessary check in inet_pton |
commit | commitdiff | tree | snapshot |
2013-12-12 |
Szabolcs Nagy | math: define _GNU_SOURCE when implementing non-standard... |
commit | commitdiff | tree | snapshot |
2013-12-07 |
Rich Felker | add posix_close, accepted for inclusion in the next... |
commit | commitdiff | tree | snapshot |
next |