Commit History

Author SHA1 Message Date
  Rich Felker 6de071a0be eliminate atomics in syslog setlogmask function 10 years ago
  Rich Felker 56fbaa3bbe make all objects used with atomic operations volatile 10 years ago
  Rich Felker 3f65494a4c increase syslog message limit from 256 to 1024 10 years ago
  Rich Felker c574321d75 check for connect failure in syslog log opening 10 years ago
  Rich Felker 781f26bc92 implement the LOG_CONS option in syslog 10 years ago
  Rich Felker a64a045d1d suppress early syslog return when log socket cannot be opened 10 years ago
  Rich Felker b8c4cf61cb implement the LOG_PERROR option in syslog 10 years ago
  Clément Vasseur da27118157 fix the %m specifier in syslog 10 years ago
  Szabolcs Nagy 571744447c include cleanups: remove unused headers and add feature test macros 11 years ago
  Rich Felker 427c0ca79e fix multiple bugs in syslog interfaces 12 years ago
  Rich Felker 79a5e73e51 emulate SOCK_CLOEXEC and SOCK_NONBLOCK for old (pre-2.6.27) kernels 12 years ago
  Rich Felker 4750cf4202 ditch the priority inheritance locks; use malloc's version of lock 13 years ago
  Rich Felker d2c604d5a4 protect syslog against cancellation 14 years ago
  Rich Felker 19c1830eaa simplify syslog, add vsyslog interface (nonstandard) 14 years ago
  Rich Felker a77411a50d remove useless SIGPIPE protection from syslog 14 years ago
  Rich Felker a444ee3410 fix syslog (corrected SIGPIPE blocking, and using dgram instead of stream) 14 years ago
  Rich Felker 0b44a0315b initial check-in, version 0.5.0 14 years ago