summaryrefslogtreecommitdiff
path: root/gnu/Makefile
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>2014-03-04 21:07:38 +0000
committermrg <mrg@NetBSD.org>2014-03-04 21:07:38 +0000
commitbb269a48a309936c70c6ae3cda17034d0ecbef46 (patch)
tree248cbbc03c59f0cf993c0f89bc77aaeb329b5389 /gnu/Makefile
parente7dd1fc70ab7d2f51a96210450c698774b621ce2 (diff)
partial mknative-gcc for gcc 4.8 and ppc64.
Diffstat (limited to 'gnu/Makefile')
0 files changed, 0 insertions, 0 deletions
mind 2010-07-12sel_setevents: fix error - match event-set, as intended.rmind 2010-07-11Disable direct select for now, since it still brings problems.rmind 2010-07-10sel_setevents: fix direct injecting of fd bit for select() case.rmind 2010-07-08sel_do_scan: do not bother to assert for SEL_SCANNING state before blocking,rmind 2010-07-08Implement direct select/poll support, currently effective for socket andrmind 2010-04-25Make select/poll work with more than 32 CPUs.ad 2009-12-20Add comment about locking.rmind 2009-12-12Bounding the 'nfds' arg to poll() at the current process limit for actualdsl 2009-11-11- selcommon/pollcommon: drop redundant l argument.rmind 2009-11-01- Move inittimeleft() and gettimeleft() to subr_time.c, where they belong.rmind 2009-11-01Move common logic in selcommon() and pollcommon() into sel_do_scan().rmind 2009-10-21Remove uarea swap-out functionality:rmind 2009-05-24More changes to improve kern_descrip.c.ad 2009-03-29Move the internal poll/select related API's to use timespec insteadchristos 2009-03-21Allocate sleep queue locks with mutex_obj_alloc. Reduces memory usagead 2009-01-11merge christos-time_tchristos 2008-11-20pollcommon: use a more appropriate type than char[].yamt 2008-10-15- Rename cpu_lookup_byindex() to cpu_lookup(). The hardware ID isn't ofad 2008-06-04Check the result of allocation in the cases where size is passed by user.rmind 2008-05-26Take the mutex pointer and waiters count out of sleepq_t: the values canad 2008-04-30PR kern/38547 select/poll do not set l_kpriorityad 2008-04-28Remove clause 3 and 4 from TNF licensesmartin 2008-04-24Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, sincead 2008-04-17s/selwakeup/selnotify/ in a comment.yamt 2008-03-29selwakeup: convert a while() loop into a do/while() since the first testad 2008-03-27Replace use of CACHE_LINE_SIZE in some obvious places.ad 2008-03-23Split select/poll into their own file.ad