206155 Commits

Author SHA1 Message Date
dholland
01ea6459ae "return f();" where both f and the enclosing function return void is
sometimes convenient. But, it's not standard, so don't do it.
2011-10-15 19:50:20 +00:00
rmind
fe52151587 Avoid return with expression in void functions. 2011-10-15 19:02:27 +00:00
jruoho
987b86de6d Xref i2cscan(8). 2011-10-15 16:35:45 +00:00
tsutsui
d2a6937ff8 - remove variable names from function declarations
- some KNF
2011-10-15 15:34:06 +00:00
tsutsui
33298caa65 Update implemented/unimplemented FP functions. 2011-10-15 15:24:28 +00:00
tsutsui
e01bad8769 Add hyperboric and trigonometric functions to m68k FPE, written by isaki@.
With these emulations (~4KB text) xeyes on XM6i works better.
Discussed with isaki@ at OSC 2011 Hiroshima.
2011-10-15 15:14:29 +00:00
mbalmer
d06854f919 Remove, has been moved to share/examples/lua. 2011-10-15 13:02:24 +00:00
mbalmer
e0c22d6455 Install, and add to the set lists, example code to illustrate Lua module use. 2011-10-15 13:00:59 +00:00
mbalmer
250c0b9d25 Example files showing Lua module usage. 2011-10-15 12:58:43 +00:00
mbalmer
9fb73f45a7 Add db:changes() 2011-10-15 12:58:20 +00:00
gson
4b51693338 Fix cut-and-paste-o that casused the raid1_normal test case to have no
cleanup function defined, resulting in a rump_server process hanging
around after the tests completed.
2011-10-15 11:31:40 +00:00
mbalmer
c1c0ad71d4 Link the sqlite Lua module to the build and add it to the set lists. 2011-10-15 10:46:24 +00:00
mbalmer
78f8cb2089 Remove un-needed headers. 2011-10-15 10:35:06 +00:00
mbalmer
5dbf24395e A small test/demo program to show the sqlite Lua module usage. 2011-10-15 10:27:06 +00:00
mbalmer
a4de1688e1 A Lua module to access SQLite databases. 2011-10-15 10:26:30 +00:00
tron
364c7183d8 Fix build of kernels without filemon(4). 2011-10-15 10:18:24 +00:00
jruoho
45bcb64b3b Add few basic checks. 2011-10-15 07:38:31 +00:00
jruoho
d79436d44f Move the sigaction(2) test to the right place. 2011-10-15 07:00:48 +00:00
jruoho
d7cfdec1a4 Move the ucontext(2) test to the right place. 2011-10-15 06:54:52 +00:00
jruoho
e6064fc127 Move the writev(2) test to the right place. 2011-10-15 06:50:52 +00:00
jruoho
2a39986da0 Move the clock_gettime(2) timer test to the right place. 2011-10-15 06:42:16 +00:00
jruoho
175ae78538 Follow the design principles of tests(7) by merging 't_poll3w' to 't_poll'
as a test case instead of separate file.
2011-10-15 06:33:45 +00:00
jruoho
04c8b02c8d Move the mkdir(2) test to the right place. 2011-10-15 06:26:33 +00:00
jruoho
599acddbd9 Move the pipe(2) test to the right place. 2011-10-15 06:17:02 +00:00
jruoho
45e23a6a46 Move the posix_fadvise(2) test to the right place. 2011-10-15 06:10:26 +00:00
christos
21f0c7f9d4 move gpio.so to shl.mi where it belongs (requested by mrg@) 2011-10-15 01:32:11 +00:00
sjg
db4d363da5 Add the plumbing so one could compile filemon(4) into a kernel. 2011-10-15 00:23:08 +00:00
joerg
f2ac4d0c2a Add __format_arg attribute to gettext(3) and friends. 2011-10-14 22:42:01 +00:00
yamt
759124c59e - add functions to scan the tree in the reverse order
(i wonder if it's the longest function name in the tree)
- assertions
- comments
- fix and update unittest
2011-10-14 19:42:14 +00:00
bouyer
aec06f468b Both bdt_ov->ov_dmamap_sync() and bus_dmamap_sync() return void,
so don't write return bdt_ov->ov_dmamap_sync(). Pointed out by njoly@
2011-10-14 18:28:04 +00:00
yamt
11a7e56d00 unwarp a short line 2011-10-14 16:15:54 +00:00
yamt
ccdce53c95 constify 2011-10-14 16:10:47 +00:00
yamt
82698115b1 fix "get_tag" result of unittest 2011-10-14 16:06:05 +00:00
christos
e3b4b0657c fix sun2 build; mark lua shared object appropriately so that it is not required 2011-10-14 15:48:50 +00:00
yamt
e4944d443e make the output of unittest a little machine-readable 2011-10-14 15:31:35 +00:00
yamt
1414ffd151 int -> unsigned int where appropriate 2011-10-14 15:18:05 +00:00
yamt
c66560279a add a function to check if a tree is empty. 2011-10-14 15:16:59 +00:00
yamt
765c84955a include string.h for memset 2011-10-14 15:15:27 +00:00
christos
1a007818e3 simplify the bad extension code, by dsl. 2011-10-14 14:38:20 +00:00
njoly
651a0d2777 Void function ukyopon_get_status should not return a value. 2011-10-14 13:12:41 +00:00
njoly
02348c9c23 Add missing .debug entries for sqlite3. 2011-10-14 12:53:21 +00:00
hannken
2cc7a01f10 Change the vnode locking protocol of VOP_GETATTR() to request at least
a shared lock.  Make all calls outside of file systems respect it.

The calls from file systems need review.

No objections from tech-kern.
2011-10-14 09:23:28 +00:00
wiz
b8600d3839 rcs-5.8 out, from Snader_LB 2011-10-13 23:42:06 +00:00
wiz
f418a13aec new diffutils, nawk (from Snader_LB)
update mdocml entry after import
2011-10-13 23:40:53 +00:00
joerg
ac86ba952c Hook up SQLite into the build 2011-10-13 22:08:16 +00:00
joerg
63250efa82 Add build glue for SQLite 2011-10-13 21:40:27 +00:00
joerg
5e537536a5 Import pre-release of SQLite 3.6.9 based on 8bf13b036a. 2011-10-13 21:37:19 +00:00
christos
dc0f26b327 fix core dump handling. In essence remove all the custom code that dealt with
it, and use the gdb standard code.
2011-10-13 21:11:57 +00:00
matt
e2fc350142 Fix printing of phy. 2011-10-13 19:53:30 +00:00
matt
e1da7aef13 Fix PPC _SOFT_FLOAT 2011-10-13 19:52:33 +00:00