summaryrefslogtreecommitdiff
path: root/epoll_sub.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2014-01-221-0/+13
|\
| * Check does arch have the epoll_create and __NR_epoll_wait syscalls.Marcin Juszkiewicz2014-01-221-0/+13
| | | | | | | | | | | | Some architectures (like AArch64) do not have deprecated syscalls. Signed-off-by: Marcin Juszkiewicz <mjuszkiewicz@redhat.com>
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-02-101-1/+1
|\ \ | |/ | | | | | | | | | | Conflicts: Makefile.am WIN32-Code/event2/event-config.h configure.in
| * Update copyright notices to 2012Nick Mathewson2012-02-101-1/+1
| |
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-10-261-1/+1
|\ \ | |/
| * Update copyright dates to 2011.Nick Mathewson2011-10-241-1/+1
| |
* | Add evconfig-private to remaining filesKevin Bowling2011-01-071-0/+1
|/
* Update all our copyright notices to say "2010"Nick Mathewson2010-03-041-0/+1
|
* Update copyright statements to reflect the facts that:Nick Mathewson2009-01-271-2/+1
| | | | | | | | | a) this is 2009 b) niels and nick have been comaintainers for a while c) saying "all rights reserved" when you then go on to explicitly disclaim some rights is sheer cargo-cultism. svn:r1065
* minor corrections; change license to 3-clause BSD licenseNiels Provos2003-10-041-4/+1
| | | | svn:r84
* copyrightNiels Provos2003-03-081-0/+29
| | | | svn:r52
* support for Linux eventpoll mechanismNiels Provos2003-03-071-0/+26
svn:r42