Namhyung Kim
|
2c3d44dc4a
select: remove unused MAX_SELECT_SECONDS
|
14 years ago |
Vasiliy Kulikov
|
65329bf46b
fs/select.c: fix information leak to userspace
|
14 years ago |
Shawn Bohrer
|
95aac7b1cd
epoll: make epoll_wait() use the hrtimer range feature
|
14 years ago |
Andrew Morton
|
231f3d393f
select: rename estimate_accuracy() to select_estimate_accuracy()
|
14 years ago |
Christoph Hellwig
|
5d0e52830e
Add generic sys_old_select()
|
15 years ago |
Jiri Slaby
|
d554ed895d
fs: use rlimit helpers
|
15 years ago |
Alexey Dobriyan
|
a99bbaf5ee
headers: remove sched.h from poll.h
|
15 years ago |
Guillaume Knispel
|
5ae87e79ec
poll/select: avoid arithmetic overflow in __estimate_accuracy()
|
15 years ago |
Guillaume Knispel
|
b2add73dbf
poll/select: initialize triggered field of struct poll_wqueues
|
16 years ago |
Eric Dumazet
|
4938d7e023
poll: avoid extra wakeups in select/poll
|
16 years ago |
Heiko Carstens
|
d4e82042c4
[CVE-2009-0029] System call wrappers part 32
|
16 years ago |
Heiko Carstens
|
5a8a82b1d3
[CVE-2009-0029] System call wrappers part 23
|
16 years ago |
Heiko Carstens
|
c9da9f2129
[CVE-2009-0029] Make sys_pselect7 static
|
16 years ago |
Bernd Schmidt
|
62568510b8
Fix timeouts in sys_pselect7
|
16 years ago |
Tejun Heo
|
5f820f648c
poll: allow f_op->poll to sleep
|
16 years ago |
Arjan van de Ven
|
4d36a9e65d
select: deal with math overflow from borderline valid userland data
|
16 years ago |
Arjan van de Ven
|
96d2ab484e
hrtimer: fix signed/unsigned bug in slack estimator
|
16 years ago |
Arjan van de Ven
|
4ce105d30e
hrtimer: incorporate feedback from Peter Zijlstra
|
16 years ago |
Arjan van de Ven
|
90d6e24a36
hrtimer: make select() and poll() use the hrtimer range feature
|
16 years ago |
Arjan van de Ven
|
8ff3e8e85f
select: switch select() and poll() over to hrtimers
|
16 years ago |
Thomas Gleixner
|
b773ad40ac
select: add poll_select_set_timeout() and poll_select_copy_remaining() helpers
|
16 years ago |
Linus Torvalds
|
55d8538498
Fix performance regression on lmbench select benchmark
|
17 years ago |
Al Viro
|
9f3acc3140
[PATCH] split linux/file.h
|
17 years ago |
Al Viro
|
a2dcb44c3c
[PATCH] make osf_select() use core_sys_select()
|
17 years ago |
Roland McGrath
|
f3de272b82
signals: use HAVE_SET_RESTORE_SIGMASK
|
17 years ago |
Roland McGrath
|
4e4c22c711
signals: add set_restore_sigmask
|
17 years ago |
Pavel Machek
|
f5264481c8
trivial: small cleanups
|
17 years ago |
Karsten Wiese
|
844fcc5396
make sys_poll() wait at least timeout ms
|
17 years ago |
Jiri Slaby
|
1276b103c2
fs/select, remove unused macros
|
17 years ago |
Chris Wright
|
3075d9da0b
Use ERESTART_RESTARTBLOCK if poll() is interrupted by a signal
|
17 years ago |