summaryrefslogtreecommitdiff
path: root/sys/arch/evbcf
diff options
context:
space:
mode:
authorrillig <rillig@NetBSD.org>2023-07-09 10:42:07 +0000
committerrillig <rillig@NetBSD.org>2023-07-09 10:42:07 +0000
commit61a832267cc5bff1a90f086bd56309a3a0671255 (patch)
tree6f663ed82c04970fa2f72561dc8eb6681e5f29fe /sys/arch/evbcf
parentb2782b14a8e5066f0436d79a391ce49f9e782b76 (diff)
lint: remove redundant '#' after 'argument' in diagnosticsHEADtrunk
Diffstat (limited to 'sys/arch/evbcf')
0 files changed, 0 insertions, 0 deletions
ckdoc-9.3-0.6&id=e6c16100f0b9bc51c8eee9a2c7445efb121434bb'>Assert equality, not assignment, in selrecord.riastradh 2011-08-29Add kern.direct_select sysctl. Default to 0 for now.rmind 2011-08-09No need to lock the selcluster in selscan() if eitherhannken 2011-08-06Fix the races of direct select()/poll():hannken 2011-05-28If a signal did not fire, restore the original signal mask for pselect/polltschristos 2011-05-18No need to mask twice. The setup function does it.christos 2011-05-18PR/43625: Mark Davies: Fix pselect(2) to honor the temporary mask. pselect(2)christos 2011-03-06In a case of direct select, set only masked events, do not wakeup LWPrmind 2010-12-18- Fix a few possible locking issues in execve1() and exit1(). Add a notermind 2010-10-15Re-enable direct select.rmind 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