summaryrefslogtreecommitdiff
path: root/usr.bin/menuc/mdb.h
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 /usr.bin/menuc/mdb.h
parentb2782b14a8e5066f0436d79a391ce49f9e782b76 (diff)
lint: remove redundant '#' after 'argument' in diagnosticsHEADtrunk
Diffstat (limited to 'usr.bin/menuc/mdb.h')
0 files changed, 0 insertions, 0 deletions
arnish, dust with _KERNEL_OPTpooka 2012-05-24Add the following above the version = 0 line, just to provide a hint...abs 2009-02-18wsevent_copyout_events50: fix a bogus panic.yamt 2009-02-13Use "defopt MODULAR" in sys/conf/files, and #include "opt_modular.h"apb 2009-01-16always use the new version of wscons_event for in-kernel.yamt 2009-01-16wsevent_init: always initialize version. pointed out by christos.yamt 2009-01-15- reduce the number of #ifdefs.yamt 2009-01-14Allocate the max size needed so that we don't need to realloc in setversion.christos 2009-01-13provide wscons_event compatibility with 5.0.christos 2008-04-28Remove clause 3 and 4 from TNF licensesmartin 2008-04-24Network protocol interrupts can now block on locks, so merge the globalsad 2008-03-01Welcome to 4.99.55:rmind 2007-12-05Do not "return 1" from kqfilter for errors. That value is passedpooka 2007-02-09Merge newlock2 to head.ad 2006-11-16__unused removal on arguments; approved by core.christos 2006-10-12- sprinkle __unused on function decls.christos 2006-09-08Typo.uebayasi 2006-06-07merge FreeBSD timecounters from branch simonb-timecounterskardel 2006-02-07wsevent cleanup:jmmv 2005-12-11merge ktrace-lwp.christos 2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc 2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl 2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr 2002-12-26Don't leak memory on double init, and don't panic on double fini. Emitchristos 2002-11-26si_ -> sel_christos 2002-10-23merge kqueue branch into -currentjdolecek 2002-01-12Call malloc(9) with M_ZERO flag instead of memset() after malloc().tsutsui 2001-11-13add/cleanup RCSIDslukem 2001-10-25Change back to have a wseventvar in the softc for event sources. Thisaugustss 2001-10-24Major rototilling of the wsmux code. No user visible changes (except thataugustss 2001-10-13ANSIfy.augustss 2000-03-30Remove register declarations.augustss 2000-01-05replace embedded _rcsid[] string by __KERNEL_RCSID(), remove _copyright[]drochner