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
christos
6a7d0524dc
add getcap
2011-10-11 19:34:38 +00:00
christos
08c23328c8
make getcap a link to getent, since many of the databases we use are of the
...
"cap" format.
2011-10-11 19:25:07 +00:00
christos
5345ba7f3a
fix usage formatting.
2011-10-11 19:24:43 +00:00
joerg
01476cad21
Update build system for mdocml 1.12.0.
2011-10-11 19:20:13 +00:00
joerg
b1e8115bf5
Merge changes for mdocml-1.12.0.
2011-10-11 19:12:13 +00:00
joerg
c5f73b3488
Import mdocml 1.12.0:
...
- Support to output HTML fragments
- Initial support for mdoc->man translation
- Initial eqn support
- preconv / apropos / demandoc (not hooked up)
- Various bugfixes
2011-10-11 19:09:36 +00:00
njoly
afff027bd4
Do not use sdtemp0 for all addresses in SYNOPSIS, switch to sdtemp*
...
instead.
2011-10-11 17:53:27 +00:00
christos
13d04b5999
print the flag too next to the units like bash does.
2011-10-11 15:27:11 +00:00
macallan
eb069a115e
remove spurious warning about duplicate devices when using info from MD
...
code ( like OpenFirmware )
ok jmcneill
2011-10-11 15:19:09 +00:00
joerg
3990e5f3ce
Disable format string validation with clang, it doesn't like gettext too
...
much.
2011-10-11 15:18:09 +00:00
joerg
e88c6d8036
Fix memset usage.
2011-10-11 15:13:08 +00:00
christos
c1a250a123
don't forget to subtract the offset; found by clang -Warray-bounds
2011-10-11 15:11:59 +00:00
christos
e9f7791ec5
fix some empty bodies.
2011-10-11 15:10:17 +00:00
tteras
a09a6d0cd5
From Rainer Weikusat <rweikusat@mobileactivedefense.com>: Release unused
...
phase2 of passive remotes after acquire.
2011-10-11 14:50:15 +00:00
tteras
4c2f40f96a
From Wolfgang Schmieder <wolfgang.schmieder@honeywell.com>: setup phase1
...
port properly.
2011-10-11 14:37:17 +00:00
joerg
9aa0541bdf
Update LLVM/Clang snapshot to r141658. This primarily fixes a regression
...
preventing Qt4 from building.
2011-10-11 13:53:56 +00:00
tsutsui
ecc8104269
Fix "Error occurs, please reset" boot problem on
...
X68030 + 060turbo in 060 mode, found on NetBSD booth
at OSC 2011 Hiroshima:
- use -D__daddr_t=int32_t for all bootloader files
to avoid 64 bit ops in FFS
- explicitly specify -m68020-60 to avoid 64 bit mulsl/mulul
instructions which need to be handled by 060SP emulation
but not available in 060turbo IPL ROM
(LFS still has uint64_t members even with 32bit daddr_t)
The problem was investigated (at least 1.6.2 bootloaders worked)
by Yasushi Oshima at OSC booth, and fixes have been confirmed
by Y.Sugahara on his 060turbo. Thanks everyone!
Should also be pulled up to netbsd-5.
2011-10-11 13:07:06 +00:00
tsutsui
077be3445f
Consistently use "%#"PRIxVADDR to print VA, not "0x%#"PRIxVADDR
...
or "0x%"PRIxVADDR etc. Noticed by Y.Sugahara.
2011-10-11 12:25:56 +00:00
tsutsui
f6bedb7e36
Create sysmon(4) devices. Noticed by Y.Sugahara.
2011-10-11 12:08:20 +00:00
plunky
7602c6b7f6
use WARNS?=4 for all Lua modules
2011-10-11 07:10:15 +00:00
dholland
4c6b92a6b0
Fix sets for new tzdata.
2011-10-11 05:19:38 +00:00
mrg
58ea3a282e
force on -DPIC and re-apply the old .pico rules again.
...
i'd expect this to help hppa/sh3 builds, but it doesn't entirely.
it does get the related command lines much closer though.
2011-10-11 03:10:26 +00:00
christos
c6bacb34f2
regen arm
2011-10-10 23:14:48 +00:00
christos
7b0e9de91a
make this compile
2011-10-10 23:13:25 +00:00
tnozaki
6b58a1b843
revert r1.21, still problem exists for posix2008 mbsnrtowcs(not yet commited),
...
but i have no time to investigate t_mbrtowc failure.
2011-10-10 22:45:45 +00:00
christos
71f924834e
make alpha compile.
2011-10-10 22:18:08 +00:00
christos
fdf8f3b19f
mknative for sparc64 and alpha
2011-10-10 22:18:00 +00:00