Историја ревизија

Аутор SHA1 Порука Датум
  Rich Felker 9505bfbc40 fix signal.h breakage from moving stack_t to arch-specific bits пре 11 година
  Rich Felker bd5f221eaa move signal.h definition of stack_t to arch-specific bits пре 11 година
  Rich Felker 3500555db3 fix const-correctness in sigandset/sigorset arguments пре 11 година
  Rich Felker 8f0359605a fix multiple minor namespace issues in headers пре 11 година
  Rich Felker a926fe26c1 fix incorrect type for new si_call_addr in siginfo_t пре 11 година
  Szabolcs Nagy b54f169bfd update siginfo according to linux headers пре 11 година
  Rich Felker 9448b0513e refactor headers, especially alltypes.h, and improve C++ ABI compat пре 11 година
  Rich Felker 8c741783fc fix some obscure header type size/alignment issues пре 12 година
  rofl0r a1990e1e83 add sigandset and sigorset (needed for qemu) пре 12 година
  Rich Felker 769fd4ce20 feature test macros: make _GNU_SOURCE enable everything пре 12 година
  Rich Felker 7dcb640da3 provide NSIG under _BSD_SOURCE (default) as well as _GNU_SOURCE пре 12 година
  Rich Felker a8da6c2f28 fixup mcontext stuff to expost gregset_t/fpregset_t as appropriate пре 12 година
  Rich Felker 65b98213e4 add back NSIG, removed from powerpc in last commit, but for all archs пре 12 година
  Rich Felker c1a9658bd1 default features: make musl usable without feature test macros пре 12 година
  Rich Felker 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 пре 12 година
  Rich Felker 90e123f4a8 fix redef of sigprocmask constants on mips пре 12 година
  Rich Felker ba8a96b068 more mips bits-header fixes пре 12 година
  Rich Felker 9f370fa99e bsd_signal is a legacy (removed) XSI function, not needed in _BSD_SOURCE пре 12 година
  Rich Felker 419ae6d5c9 support _BSD_SOURCE feature test macro пре 12 година
  Rich Felker 0115a6ed96 rename __sa_restorer to sa_restorer in struct sigaction пре 13 година
  Rich Felker 8eb9a3afba fix typo in FPE_FLTUND definition, signal.h пре 13 година
  Rich Felker 81a5577a86 fix missing SIG_DFL, SIG_IGN, SIG_ERR without posix in signal.h пре 13 година
  Rich Felker 03a8362930 fix broken siginfo_t with _GNU_SOURCE defined пре 13 година
  Rich Felker 8c07f6eac8 add some more siginfo aliases broken software expects... пре 13 година
  Rich Felker f780ac5baf cleanup redundancy in bits/signal.h versions пре 13 година
  Rich Felker fb80e047cc implement gnu sigisemptyset пре 13 година
  Rich Felker adb7093caa fix missing prototypes/wrong signature for psiginfo, psignal пре 13 година
  Rich Felker 7f5471529c fix some struct padding to match LSB/glibc ABI where it may be helpful пре 13 година
  Rich Felker 202911435b add SA_NOMASK alias for SA_NODEFER with _GNU_SOURCE пре 14 година
  Rich Felker 0f5b43550c fix incorrect GNU sighandler_t typedef пре 14 година