aboutsummaryrefslogtreecommitdiff
path: root/lib/poll-loop.c
AgeCommit message (Expand)Author
2011-11-28Revert "poll-loop: Enable checking whether a FD caused a wakeup."Ben Pfaff
2011-09-23poll-loop: Enable checking whether a FD caused a wakeup.Jesse Gross
2011-08-15poll-loop: Remove static variable n_waiters.Ben Pfaff
2011-05-27poll-loop: Fix typo in comment.Ben Pfaff
2011-05-24poll-loop: Automatically log reason for wakeup when CPU usage spikes.Ben Pfaff
2011-05-13poll-loop: Make wakeup logging more portable and easier to understand.Ben Pfaff
2010-11-30coverage: Make the coverage counters catalog program-specific.Ben Pfaff
2010-10-29vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.Ben Pfaff
2010-10-01Switch many macros from using CONTAINER_OF to using OBJECT_CONTAINING.Ben Pfaff
2010-07-21vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff
2010-05-26poll-loop: New function poll_timer_wait_until().Ben Pfaff
2010-05-26poll-loop: Change poll_timer_wait() parameter from "int" to "long long".Ben Pfaff
2010-01-06poll-loop: Drop unused poll_fd_callback() feature.Ben Pfaff
2010-01-06fatal-signal: Run signal hooks outside of actual signal handlers.Jesse Gross
2009-12-02Merge "master" branch into "db".Ben Pfaff
2009-11-09Fix incorrect printf format specifiers.Ben Pfaff
2009-11-04Add new function xzalloc(n) as a shorthand for xcalloc(1, n).Ben Pfaff
2009-06-15Update primary code license to Apache 2.0.Ben Pfaff
2009-07-08Import from old repository commit 61ef2b42a9c4ba8e1600f15bb0236765edc2ad45.v0.90.0Ben Pfaff