Commit Graph

44 Commits (113a0e4590881ce579ca992a80ddc562b3372ede)

Author SHA1 Message Date
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 17 years ago
Arjan van de Ven 4ce105d30e hrtimer: incorporate feedback from Peter Zijlstra 17 years ago
Arjan van de Ven 90d6e24a36 hrtimer: make select() and poll() use the hrtimer range feature 17 years ago
Arjan van de Ven 8ff3e8e85f select: switch select() and poll() over to hrtimers 17 years ago
Thomas Gleixner b773ad40ac select: add poll_select_set_timeout() and poll_select_copy_remaining() helpers 17 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 18 years ago
Chris Wright 3075d9da0b Use ERESTART_RESTARTBLOCK if poll() is interrupted by a signal 18 years ago
Oleg Nesterov 9bf084f70f do_poll: return -EINTR when signalled 18 years ago
Oleg Nesterov 252e5725cf do_sys_poll: simplify playing with on-stack data 18 years ago
Alexey Dobriyan dd23aae4f5 Fix select on /proc files without ->poll 18 years ago
WANG Cong ccf6780dc3 Style fix in fs/select.c 18 years ago
Milind Arun Choudhary 022a169244 ROUND_UP macro cleanup in fs/(select|compat|readdir).c 18 years ago
Randy Dunlap e63340ae6b header cleaning: don't include smp_lock.h when not used 18 years ago
Vadim Lobanov bbea9f6966 [PATCH] fdtable: Make fdarray and fdsets equal in size 18 years ago
Chris Snook 4e6fd33b75 [PATCH] enforce RLIMIT_NOFILE in poll() 19 years ago
Frode Isaksen 04a3446c90 [PATCH] fs: sys_poll with timeout -1 bug fix 19 years ago
Vadim Lobanov 4a4b69f79b [PATCH] Poll cleanups/microoptimizations 19 years ago
Mitchell Blank Jr b04eb6aa08 [PATCH] select: don't overflow if (SELECT_STACK_ALLOC % sizeof(long) != 0) 19 years ago
Andrew Morton 29ff2db551 [PATCH] select() warning fixes 19 years ago
Jes Sorensen 30c14e40ed [PATCH] avoid unaligned access when accessing poll stack 19 years ago
Arjan van de Ven 99ac48f54a [PATCH] mark f_ops const in the inode 19 years ago
Eric Dumazet e4a1f129f9 [PATCH] use fget_light() in select/poll 19 years ago
Andi Kleen 70674f95c0 [PATCH] Optimize select/poll by putting small data sets on the stack 19 years ago
Andrew Morton 74910e6c7d [PATCH] select: time comparison fixes 19 years ago
Andrew Morton 643a654540 [PATCH] select: fix returned timeval 19 years ago
Al Viro e110ab94eb [PATCH] fix __user annotations in fs/select.c 19 years ago
David Woodhouse 9f72949f67 [PATCH] Add pselect/ppoll system call implementation 19 years ago
Dipankar Sarma b835996f62 [PATCH] files: lock-free fd look-up 20 years ago
Dipankar Sarma badf16621c [PATCH] files: break up files struct 20 years ago
Adrian Bunk 75c96f8584 [PATCH] make some things static 20 years ago
Linus Torvalds 1da177e4c3 Linux-2.6.12-rc2 20 years ago