summaryrefslogtreecommitdiff
path: root/share/locale/monetary/converted/et_EE.ISO8859-15.src
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 /share/locale/monetary/converted/et_EE.ISO8859-15.src
parentb2782b14a8e5066f0436d79a391ce49f9e782b76 (diff)
lint: remove redundant '#' after 'argument' in diagnosticsHEADtrunk
Diffstat (limited to 'share/locale/monetary/converted/et_EE.ISO8859-15.src')
0 files changed, 0 insertions, 0 deletions
5ebc134aa18d3093cf0a1d8d'>comments and assertions.yamt 2011-12-02move priority inheritance code to separate functionsyamt 2011-07-27These don't need uvm/uvm_extern.h.uebayasi 2011-05-13Sprinkle __cacheline_aligned and __read_mostly, make some functions static.rmind 2009-11-18turnstile_block: reduce code duplication.yamt 2009-11-18turnstile_block: turn a comment into KASSERTs.yamt 2009-10-21Remove uarea swap-out functionality:rmind 2009-09-13PR kern/41923: assertion "cur != owner" failedbouyer 2009-03-21Allocate sleep queue locks with mutex_obj_alloc. Reduces memory usagead 2008-08-12turnstile_block(): When an LWP puts its turnstile onto a sync object'sthorpej 2008-05-31Add a comment to turnstile_block:ad 2008-05-26Take the mutex pointer and waiters count out of sleepq_t: the values canad 2008-04-28Remove clause 3 and 4 from TNF licensesmartin 2008-04-28Add MI code to support in-kernel preemption. Preemption is deferred byad 2008-04-24fix typo in commentalc 2008-04-04When a timeshared LWP blocks on a turnstile, elevate its priority into thead 2008-03-17Add a boolean parameter to syncobj_t::sobj_unsleep. If true we want thead 2008-02-14Make schedstate_percpu::spc_lwplock an exernally allocated item. Removead 2008-01-04Start detangling lock.h from intr.h. This is likely to cause short termad 2007-12-05Match the docs: MUTEX_DRIVER/SPIN are now only for porting code writtenad 2007-11-07Merge from vmlocking:ad 2007-11-06Merge scheduler changes from the vmlocking branch. All discussed onad 2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad 2007-05-17merge yamt-idlelwp branch. asked by core@. some ports still needs work.yamt 2007-04-10turnstile_wakeup: when restoring inherited priority, only lock curlwpad 2007-03-12Pass an ipl argument to pool_init/POOL_INIT to be used when initializingad 2007-02-27typedef pri_t and use it instead of int and u_char.yamt 2007-02-27turnstile_wakeup(): on a !MULTIPROCESSOR kernel the LWP is already locked.ad 2007-02-26implement priority inheritance.yamt 2007-02-15Add uvm_kick_scheduler() (MP safe) to replace wakeup(&proc0).ad 2007-02-09Merge newlock2 to head.ad