Historique des commits

Auteur SHA1 Message Date
  Rich Felker 208eb584ef syscall organization overhaul il y a 12 ans
  Rich Felker fe0260400e add acct syscall source file, omitted in last syscalls commit il y a 12 ans
  Rich Felker 6cf8bfdb64 add acct, accept4, setns, and dup3 syscalls (linux extensions) il y a 12 ans
  Rich Felker b10d0230c1 add IPPROTO_HOPOPTS to in.h il y a 12 ans
  Rich Felker f59cedb549 add IPPROTO_MAX to in.h il y a 12 ans
  Rich Felker 695a04fc25 fix redundant _Noreturn def in err.h il y a 12 ans
  Rich Felker 455f96857f remove all remaining redundant __restrict/__inline/_Noreturn defs il y a 12 ans
  Rich Felker b7afd7a7ec sysmacros major/minor: result should have type unsigned int, not dev_t il y a 12 ans
  Rich Felker 997ba92a0f add linux tee syscall il y a 12 ans
  Rich Felker 00e6bbcc05 add linux sync_file_range syscall il y a 12 ans
  Rich Felker b72db3d1ed move fallocate syscall wrapper to linux-specific syscalls dir il y a 12 ans
  Rich Felker 90f770523f add linux readahead syscall il y a 12 ans
  Rich Felker adb88e773b add fallocate (nonstandardized) function il y a 12 ans
  Rich Felker 5271ff46b9 fix broken fallocate syscall in posix_fallocate il y a 12 ans
  Rich Felker 231b9d1880 add timerfd interfaces (untested) il y a 12 ans
  Rich Felker f0f17b5b70 add stdnoreturn.h (C11) il y a 12 ans
  Rich Felker 3cd084bb03 TCP_* is in the reserved namespace for tcp.h; make use of that il y a 12 ans
  Rich Felker 6951110368 remove unneeded judgemental commentary from ftw.h il y a 12 ans
  Rich Felker c1a9658bd1 default features: make musl usable without feature test macros il y a 12 ans
  Rich Felker 9f65796c35 add clang-compatible thread-pointer code for mips il y a 12 ans
  Rich Felker b9bb8f67bb cleanup src/linux and src/misc trees, etc. il y a 12 ans
  Rich Felker 780aede419 fix constraint violation in ftw il y a 12 ans
  Rich Felker c4ea0e3f8e provide loff_t for splice syscall il y a 12 ans
  Rich Felker 0c05bd3a9c further use of _Noreturn, for non-plain-C functions il y a 12 ans
  Rich Felker 453059571c fix invalid implicit pointer conversion in gnulib-compat functions il y a 12 ans
  Rich Felker c8ea985748 add _Noreturn function attribute, with fallback for pre-C11 GNUC il y a 12 ans
  Rich Felker ac5d085691 dladdr should be available under _BSD_SOURCE as well as _GNU_SOURCE il y a 12 ans
  Rich Felker 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 il y a 12 ans
  Rich Felker bac03cdde1 remove dependency of wmemmove on wmemcpy direction il y a 12 ans
  Rich Felker 594318fd3d remove dependency of memmove on memcpy direction il y a 12 ans