summaryrefslogtreecommitdiffstats
path: root/source4/lib/replace/system/select.h
Commit message (Collapse)AuthorAgeFilesLines
* Make Samba 3 and Samba 4 both use the same single copy of libreplace.Jelmer Vernooij2008-09-161-41/+0
|
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit 40c0919aaa9c1b14bbaebb95ecce53eb0380fdbb)
* r23795: more v2->v3 conversionAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 84b468b2f8f2dffda89593f816e8bc6a8b6d42ac)
* r22829: system/select.h needs to bring in epoll.h for epoll usage inAndrew Tridgell2007-10-101-0/+4
| | | | | lib/events (This used to be commit 2c9d0b57f9cef96ac0878a9761f3c15774fda336)
* r22827: Change license to LGPL (discussed with tridge).Jelmer Vernooij2007-10-101-11/+16
| | | | (This used to be commit 1193c759622edd9e6843d9b7f53d9532748ce8a0)
* r20788: - remove epoll configure checks from libreplaceStefan Metzmacher2007-10-101-9/+0
| | | | | | | | | | | | | | - fix epoll configure checks for the epoll and aio events backends - we should only activate the epoll backend if sys/epoll.h and epoll_create() are found - we should only activate the aio backend if sys/epoll.h, epoll_create(), libaio.h and io_getevents() are found hopefully fix the build on 'bnhtest' in the build farm... metze (This used to be commit d46a5efb03ea1df50567cad00e1589870cdb31fe)
* r18129: moved the system includes into libreplace - this gives much moreAndrew Tridgell2007-10-101-0/+42
isolation of our portability environment from the main code, and also simplifies the includes system (no separate #ifdef _SAMBA_BUILD for tdb. ldb etc now) (This used to be commit 77d1a468e06290aba789e2f3affc769fc5159a21)