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
christos
daed4f8c46
fix the date.
2011-10-12 16:41:47 +00:00
christos
70b3f8cd32
process files in /etc/cron.d/
2011-10-12 16:39:48 +00:00
yamt
fbce579470
tweak some sql statements to improve chances to use the index.
2011-10-12 16:24:39 +00:00
njoly
3a1b9a69ca
define HAVE_STRPTIME needed for date parsing.
2011-10-12 15:33:38 +00:00
joerg
937673ea7b
Revert incorrect last change and redo it in a way that doesn't violate
...
strict aliasing rules.
2011-10-12 14:11:25 +00:00
christos
90136e10d7
fix wrong cast.
2011-10-12 13:44:33 +00:00
martin
dfa74ee736
Two small fixes from David H. Gutteridge in PR bin/45454.
2011-10-12 10:33:14 +00:00
mrg
0982d17428
psim builds on powerpc with gdb7.
2011-10-12 04:17:33 +00:00
mrg
2c45186ad3
fix the paths to libsim.
2011-10-12 03:57:45 +00:00
yamt
49413e3775
puffs file system server backed by postgresql
2011-10-12 01:05:00 +00:00
yamt
d654e928a2
- (ab)use pserialize instead of home-grown one
...
- add an explicit membar
2011-10-12 00:07:29 +00:00
yamt
4e27ff24fc
fix an integer promotion bug on 64 bit ports.
...
(signed + unsigned = unsigned)
2011-10-12 00:03:47 +00:00
yamt
8ddce5912c
assertion
2011-10-11 23:57:50 +00:00
yamt
f8a2cce5e6
comment
2011-10-11 23:57:07 +00:00
yamt
34164ca5b2
- make rnd.c mpsafe
...
- malloc -> kmem_alloc
2011-10-11 23:55:30 +00:00
yamt
c7633e4cbc
add comments
2011-10-11 23:53:31 +00:00
yamt
7ba43c7453
sprinkle __read_mostly
2011-10-11 23:50:24 +00:00
dholland
0b9f907571
Improve the output of gcc when a subprogram gets a signal. When OOMing
...
it gets signal 9, which prints "Killed" -- that this is actually
signal 9 and not a generic message is never clear and causes people to
file PRs unnecessarily.
Suggested by followups to PR 44096.
2011-10-11 23:05:48 +00:00
dholland
2dc4a881d5
Don't use 'nul' in filenames as windows will belch.
...
(Caught by importing the tree into mercurial)
2011-10-11 23:04:21 +00:00
christos
36efe015ea
make this compile.
2011-10-11 23:04:20 +00:00
dholland
56672c33d0
Don't use 'nul' in filenames as windows will belch.
...
(Caught by importing the tree into mercurial)
2011-10-11 23:04:20 +00:00
christos
ac8695a91e
mknative m68k
2011-10-11 23:04:12 +00:00
wiz
e6c49c32de
More standard Dt/Nm.
2011-10-11 20:39:40 +00:00