206173 Commits

Author SHA1 Message Date
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
christos
57ad8fd338 Handle sun2 2011-10-10 20:43:00 +00:00
christos
974dae711d turn on warnings, and fix compilation issues. 2011-10-10 20:41:05 +00:00
apb
460315368f zoneinfo: Import tzdata2011l. [apb 20111010]$ 2011-10-10 20:05:51 +00:00
apb
81ae8d99d7 tzdata updated to 2011l.
Mailing list moved to <tz@iana.org> (archive at
<https://mm.icann.org/pipermail/tz/>, but there's no field
for that in the 3RDPARTY file).
Robert Elz has taken over as temporary maintainer.
2011-10-10 20:01:08 +00:00
apb
670ea9dfc1 Sync with tzdata2011l. 2011-10-10 19:35:07 +00:00
apb
9b12fc4c00 Import tzdata2011l, from ftp://munnari.oz.au/pub/tzdata2011l.tar.gz.
This release was prepared by Robert Elz after a lawsuit
caused Arthur Olson to shut down the tz mailing list and the
FTP site at ftp://elsie.nci.nih.gov/pub/

Notable changes:
* Change in the end date for daylight savings time in Asia/Hebron (West Bank).
* Change in daylight savings time rules for Fiji.
2011-10-10 19:29:01 +00:00
apb
34e316abb9 Import tzdata2011k.
Notable changes:
* New time zone Asia/Hebron (West Bank), which no longer
  follows the same rules as Asia/Gaza (Gaza Strip).
* Several Eastern European countries abolish
  daylight svings time and move from +02:00 to +03:00.
2011-10-10 19:15:27 +00:00
apb
50abd63471 Import tzdata2011j.
Notable change: Samoa will move to the other side of the
International Date Line, jumping from 29 December 2011 23:59:59
to 31 December 2011 00:00:00.
2011-10-10 19:14:52 +00:00
jakllsch
c74047463e x86_print_ldt() is only used in the USER_LDT && LDT_DEBUG case. 2011-10-10 15:15:28 +00:00