summaryrefslogtreecommitdiff
path: root/src/sys/event.rs
AgeCommit message (Expand)Author
2014-12-15bitflags! derives Copy for you now, so remove our derivings.Jonathan Reem
2014-12-12Fallout of Copy opt-in for non-LinuxValerii Hiora
2014-11-28Implement Show for event::EventFlagCarl Lerche
2014-10-31Update source code to new rustcRoma Sokolov
2014-10-10Update static->constTilde Engineering
2014-09-21correctly match the kqueue man pageClark Gaebel
2014-09-20Be warning-free on Darwin.Clark Gaebel
2014-08-25Tweaks + fix accept4Carl Lerche
2014-08-24SysError does not need desc fieldCarl Lerche
2014-08-21Fix O_* flags for Darwin. Minor kqueue tweaks.Carl Lerche
2014-08-21Bind kqueue + misc cleanupCarl Lerche