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
matt
fb19a9fd0f
Regen.
2011-10-13 19:51:58 +00:00
matt
6ace03d30b
Init MSI hooks.
2011-10-13 19:51:17 +00:00
matt
ea294abe0f
Move pai to end of struct pmap.
2011-10-13 19:50:39 +00:00
matt
70ffeb8989
Don't declare cpu_send_ipi if BOOKE
2011-10-13 19:49:50 +00:00
plunky
f65a48c2ec
max WARNS is 4
2011-10-13 17:23:28 +00:00
joerg
158f0bd157
Kill redundant ()
2011-10-13 16:58:30 +00:00
christos
464319bdbd
Deal with core file initialization. The code is till wrong: all the core_ops
...
are unused and adding the core target does not work.
2011-10-13 16:00:37 +00:00
yamt
727daf99ff
isempty: fix a query result type.
2011-10-13 14:40:06 +00:00
tsutsui
1d2139ec6c
Bump version to denote 060turbo boot fix.
2011-10-13 11:35:37 +00:00
njoly
2d570cc56e
Fix wiconfig section in xref.
2011-10-13 11:12:05 +00:00
njoly
c6cf5c2525
Do not delete nul.in line, but tag it as obsolete.
2011-10-13 07:47:30 +00:00
mbalmer
a51a64158b
Add towns to dmr's dates.
2011-10-13 07:44:27 +00:00
mbalmer
67aae85cd8
Dennis "dmr" Ritchie R.I.P.
2011-10-13 07:41:32 +00:00
jruoho
b2ff993d35
Remove bogus assertion that came with revisions 1.55-1.56.
2011-10-13 05:20:45 +00:00
dholland
f89ffda9f6
As a precaution, add sys/param.h explicitly to some headers that will
...
no longer get it via sys/ucred.h and don't already include it
explicitly. These should in turn be removed when it can be confirmed
that it's safe to do so. (Because sys/param.h is full of things that
are often tested with #if, it's not in general safe to remove it
without checking, as such tests fail silently if the symbol goes
missing.)
2011-10-12 23:04:22 +00:00
dholland
d389117968
sys/ucred.h does not require sys/param.h any more, only limits.h.
2011-10-12 23:03:36 +00:00
wiz
6bc209b109
Remove trailing whitespace.
2011-10-12 22:50:31 +00:00
christos
b13e8d0c26
Remove duplicate documentation that is mentioned in stickt(7)
2011-10-12 22:46:36 +00:00
apb
a844ed90bd
Exit with non-zero status when asked to create an unrecognised device.
2011-10-12 20:57:55 +00:00
christos
5a7c3e577e
renamed len -> i but did not fix it everywhere.
2011-10-12 19:48:24 +00:00
njoly
7c1e53294f
PR/45452: Fix pasto (found by tsutsui@) which prevented ra* device
...
special files creation.
2011-10-12 17:03:49 +00:00
njoly
7050f108c0
Fix ampersand special character.
2011-10-12 16:59:20 +00:00
christos
f42bf26590
PR/45456: Tetsuya Isaki: Don't mix stdio and write.
2011-10-12 16:45:37 +00:00