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
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