summaryrefslogtreecommitdiff
path: root/sys/modules/examples/luahello/luahello.lua
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2015-10-27 15:56:21 +0000
committerchristos <christos@NetBSD.org>2015-10-27 15:56:21 +0000
commitbc1743d00a496de2f0ddfa819e79fb7eccfcc5be (patch)
tree5d20618fe440f09e954446c38aa5c355d32651a1 /sys/modules/examples/luahello/luahello.lua
parentf700563f34ceffb9e9c69185d1edef302431a3c0 (diff)
- Print the negotiated feature bits.
- Use aprint_error_dev on error, instead of printf - Add missing abort call.
Diffstat (limited to 'sys/modules/examples/luahello/luahello.lua')
0 files changed, 0 insertions, 0 deletions
2006-10-12 01:30:41 +0000'>2006-10-12- sprinkle __unused on function decls.christos 2006-07-21- Use the LWP cached credentials where sane.ad 2006-05-14integrate kauth.elad 2005-12-11merge ktrace-lwp.christos 2005-06-21PR-30566: Poll must not return <sys/errno.h> values.ws 2005-04-28White space police.martin 2005-02-27nuke trailing whitespaceperry 2004-05-16"panicking" needs a k.wiz 2003-10-18Revert previous change as it breaks the build on a number of ports.cdi 2003-10-17Introduce null console. This pseudo device acts as a normal console with thecdi 2003-10-03Make 'minor(dev) == 1' a device that isn't affected by TIOCCONS.dsl 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 2003-03-06Add cn_halt and cn_flush entries to consdevs. (needed for dma-only consolematt 2002-10-23merge kqueue branch into -currentjdolecek 2002-09-27remove trailing \n in panic(). approved perry.provos 2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna 2002-08-02As in PR kern/10999 from Matthew Orgass, make the panic message moresoren 2001-11-13add RCSIDslukem 2001-06-04Use back the 'u'&037 form - since it's CTRL-u, it's more readable that wayjdolecek 2001-06-03cngetsn(): cosmetic only - use '\025' instead 'u'&037, and '\b' instead '\007'jdolecek 2001-06-03fix commentlukem