haad
57fb98e3bf
Fix build on amd64. Patch sent by dieter roelants.
2009-04-06 22:48:26 +00:00
dyoung
ac5f968c78
Fix spelling.
2009-04-06 21:22:47 +00:00
pooka
9b83cef174
dump readdir offset
2009-04-06 20:47:17 +00:00
pooka
e9d1ffe915
compile in snapshot code
2009-04-06 20:46:44 +00:00
pooka
eafbd6f42b
let drivers define DPRINTF
2009-04-06 20:41:29 +00:00
pooka
3099e2e65e
In case using mmio, use windowing instead of trying to map the
...
entire image.
Benefits:
* the whole image does not need to fit into VA
* a core dump is not of gargantuan proportions
Performance is pretty close to one whopping mmap. I'll finetune
the parameters later, although the current ones seem pretty good
in initial testing.
2009-04-06 20:40:33 +00:00
kefren
430d7ee47c
fix null references introduced while merging bzip2 1.0.5
...
fixes PR/41032
ok christos@
2009-04-06 19:33:22 +00:00
joerg
d595a1c226
Import pkg_install-20090406:
...
Remove premature return that broke dependency tracking for pkg_add -u.
Fixes PR 41143.
2009-04-06 18:49:08 +00:00
mkirby
71920adca4
Note addition of new Czech (QWERTY) keyboard layout.
...
PR kern/16216
ok agc@ jdc@
2009-04-06 17:34:13 +00:00
mkirby
ff12b9febc
Add a Czech (QWERTY) keyboard layout, and teach wscons about latin 2 characters.
...
Original code from Lubomir Kundrak, adapted to current and cleaned up by me.
Fixes PR kern/16216
ok agc@ jdc@
2009-04-06 17:32:09 +00:00
joerg
3e0637e9dd
libarchive moved to src/external a while ago.
2009-04-06 15:05:52 +00:00
pooka
afc5bcc1fa
* dump op-specific return info before the generic one
...
* dump readdir response values
2009-04-06 14:45:11 +00:00
pooka
556e6e2b6b
Fix reference leak in fix for PR kern/40948.
...
Pointed out by David Holland.
2009-04-06 14:09:57 +00:00
lukem
5bd52bbac4
fix sign-compare issues
2009-04-06 12:50:36 +00:00
lukem
d4ab6626c0
fix sign-compare issue
2009-04-06 12:47:20 +00:00
tsutsui
0f492f906e
assym.fth.h also requires sparc symlink. Fix build without DESTDIR.
2009-04-06 12:43:26 +00:00
lukem
5f508bdac7
redo previous to fix amd64 build
2009-04-06 12:38:35 +00:00
lukem
73a6ad29bd
fix sign-compare issue
2009-04-06 12:36:27 +00:00
lukem
48680f64b2
fix sign-compare issues
2009-04-06 12:35:20 +00:00
lukem
3a92921379
fix sign-compare issue
2009-04-06 12:33:11 +00:00
lukem
fb63fbd0cc
fix sign-compare issues
2009-04-06 12:32:30 +00:00
lukem
2a936e3086
fix sign-compare issue
2009-04-06 12:27:01 +00:00
lukem
e6cb0042e9
remove mispelt WARNS. (it will be set in ../Makefile.inc "soon")
2009-04-06 12:19:16 +00:00
lukem
428fc016ff
fix sign-compare issues
2009-04-06 12:18:19 +00:00
pooka
74e11245a1
MNT_SOFTDEP -> MNT_LOG in example. pointed out by mrg.
2009-04-06 12:03:50 +00:00
pooka
efd7bfa323
release root vnode at unmount
2009-04-06 03:27:39 +00:00
christos
3b75967235
make fileio.h work with objdir.
2009-04-06 00:48:19 +00:00
christos
b10afc8344
regen
2009-04-06 00:48:04 +00:00
martin
ecad31aebd
Now that we use ?= to optionally assing to ddb.onpanic, match that when
...
testint existing configurations too.
2009-04-06 00:30:33 +00:00
tsutsui
d5a18ca183
Remove redundant call of check_partitions().
2009-04-05 22:22:27 +00:00
dholland
c9388f6666
Fix broken build from missing comma. (HI CHRISTOS!!)
2009-04-05 21:19:37 +00:00
christos
568f8242aa
PR/41144: ntpd dies when syncing, use octal format to avoid \xcCLOCK to be
...
parsed as \xcc
2009-04-05 19:59:26 +00:00
christos
b01113f755
use the proper status variable.
2009-04-05 17:33:11 +00:00
bouyer
f8059f7e67
m_split0(): If the newly allocated mbuf holds only the header,
...
don't forget to set m_len to 0. Otherwise whatever will compute the size
of this chain (including s_split() itself if called again on this chain)
will get it wrong, leading to various issues.
Bug exposed by the NFS server code with linux clients using TCP mounts.
2009-04-05 16:31:21 +00:00
apb
dc1b0e5339
Fix broken "prev" pointer in one case.
2009-04-05 15:47:03 +00:00
pooka
f505490c8d
Invariants should be tested for with KASSERT instead of semi-pretending
...
that them not holding is an acceptable error condition.
2009-04-05 15:10:41 +00:00
dogcow
f0f15c8b0d
Watch one's "p"s and "q"s and fix cast aspersions on alpha ("warning: field
...
precision should have type 'int', but argument 2 has type 'long int'")
2009-04-05 12:15:07 +00:00
lukem
7b61bfdc7c
fix sign-compare issues
2009-04-05 12:06:33 +00:00
lukem
aa4393e8f7
WARNS=4
2009-04-05 12:04:04 +00:00
lukem
cf65938aa6
fix sign-compare issues
2009-04-05 12:03:48 +00:00
lukem
2b2f4703f2
fix sign-compare issues
2009-04-05 11:48:02 +00:00
cegger
56ce1b94f8
buildfix: include <sys/device.h> for device_t
2009-04-05 09:56:16 +00:00
cegger
b61989a8ff
buildfix: include <sys/selinfo.h> for struct selinfo.
2009-04-05 08:33:04 +00:00
tsutsui
5b474e0dd4
Add some noticeable changes pulled up recently.
2009-04-05 06:50:11 +00:00
uwe
6a2ffc8f1b
Provide pmf(9) hooks that do what dopowerhooks(9) hook does.
...
XXX: Do NOT call pmf_class_network_register() yet, b/c db8320.c
doesn't provide if_stop method!
2009-04-05 03:37:07 +00:00
uwe
4e37bb5a9c
Register with pmf(9), tell it we don't need anything.
2009-04-05 02:29:40 +00:00
uwe
c7b2923b5e
Register null hooks with pmf(9) for now, which is no worse than before
...
and allows us to test other things. Power management is still done
via CONFIG_HOOK_POWERCONTROL_LCD.
2009-04-05 02:23:00 +00:00
uwe
620a6f25ea
Register with pmf(9), tell it we don't need anything.
2009-04-05 02:18:59 +00:00
tsutsui
6084f8a077
Remove unused check_partitions().
...
The similar check is done in check_one_root() in label.c.
2009-04-05 02:18:41 +00:00
uwe
b22b1f73c6
Register with pmf(9), tell it we don't need anything.
2009-04-05 02:17:18 +00:00