njoly
648dc01fac
Kill extra space in function argument.
2014-01-08 10:14:21 +00:00
christos
184ec92de6
add ptsname_r
2014-01-08 02:19:12 +00:00
christos
c25b2b2709
return the same errors as linux for ptsname_r
2014-01-08 02:17:30 +00:00
christos
eabc0dd171
add ptsname_r
2014-01-08 02:15:42 +00:00
christos
6a0886ad81
perror is obsolete, use warn and add missing paren.
2014-01-08 01:56:20 +00:00
pooka
6459f6aa95
do as the comment says and #if defined(every_other) || defined(platform) || ...
...
===> #if !defined(__NetBSD__)
2014-01-08 01:47:31 +00:00
pooka
f67143f64b
OpenBSD support
...
from Justin Cormack via github
2014-01-08 01:45:29 +00:00
mbalmer
8905acc60a
Use 5.2 usage pattern in the synopsis.
2014-01-07 21:54:17 +00:00
christos
5053829301
remove register
2014-01-07 21:48:12 +00:00
christos
d7bd454c19
handle unaligned accesses
2014-01-07 21:46:47 +00:00
degroote
f2475e079d
Before scanning, check if the card is up. If it is not the case, exit
...
with some useful error message. Add some note about this fact in the man
page too.
2014-01-07 20:25:24 +00:00
palle
6c190f50bb
sun4v: trap table setup - currently populated with dummy entries which will be properly implemented later - parts from OpenBSD - OK martin@
2014-01-07 20:11:35 +00:00
gson
26125ae798
Add some minimal tests of vmstat(1), to serve as regression tests
...
for PR bin/44518.
2014-01-07 16:47:13 +00:00
njoly
115fef786a
Kill unneeded paragraph macro.
2014-01-07 13:34:11 +00:00
christos
1b05a7d034
PR/46182: Andreas Gustafsson: Make all files ending in [.-]sh executable.
...
The perfect is the enemy of the good.
2014-01-07 13:32:38 +00:00
wiz
0eb3a654b0
Better document eval, mentioning optional second and third arguments.
...
Requested by martin.
Bump date.
2014-01-07 13:32:21 +00:00
msaitoh
4737180880
Insert completion barrier between register write and delay().
...
One exception is chip reset (to avoid hangup).
2014-01-07 13:14:39 +00:00
joerg
844399f6ed
Fix build with GCC 4.5.
2014-01-07 09:28:57 +00:00
dsl
ff2955473b
Re-instate the zero length sections in elf core dumps (they probably help
...
describe the process memory layout).
Fudge the a.out core code to not dump the entire contents.
I'm not sue that anything can read a.out core files - more progress might
be made on such dumps by converting the a.out file to elf!
2014-01-07 07:59:03 +00:00
pho
425d8c4c9a
Add pho@ to NetBSD Developers.
2014-01-07 04:46:02 +00:00
joerg
715627650d
Non-literal format strings should be an error by default for clang.
2014-01-07 02:16:41 +00:00
joerg
405b1c40db
xasprintf uses format strings.
2014-01-07 02:15:27 +00:00
joerg
6fdbf705b4
Ignore non-literal format strings, the modifications can't be expressed
...
with the current framework.
2014-01-07 02:15:02 +00:00
joerg
44aca6ca00
Check format strings for ex_printf.
2014-01-07 02:14:02 +00:00
joerg
ba96826bca
Format string checks for do_log.
2014-01-07 02:13:39 +00:00
joerg
eec35cced6
Annotate format strings. Add a bunch of int casts for size limits.
2014-01-07 02:13:00 +00:00
joerg
bbb837ac5b
Format string checks for file_vprintf and file_error_core
2014-01-07 02:12:07 +00:00
joerg
d28d267401
Format string verification
2014-01-07 02:11:29 +00:00
joerg
b3199998db
Fix format strings.
2014-01-07 02:10:49 +00:00
joerg
8aff69ab6f
Annotate warnc/errc for format string checking.
2014-01-07 02:09:37 +00:00
joerg
4875b4da16
Add format string checks for _warn_helper.
2014-01-07 02:09:01 +00:00
joerg
a97560b644
Annotate logit to provide transitive format string checks.
2014-01-07 02:07:43 +00:00
joerg
d9c7ee5b63
Annotate functions using format strings.
2014-01-07 02:07:08 +00:00
joerg
d29a92a31f
Format string annotations and fixes for resulting fallout.
2014-01-07 02:06:42 +00:00
joerg
8fa06c3796
Replace with a simple -e x for sed.
2014-01-07 01:59:36 +00:00
htodd
d423ddd359
Fix build (cast to const char *).
2014-01-06 23:23:10 +00:00
joerg
3fce799b21
Move __printflike to the prototype. Add explicit cast for void * ->
...
char * to make GCC happy.
2014-01-06 22:59:10 +00:00
christos
5eb5e1c36d
- use just the basename for program name
...
- quote variables
- use mktemp to create directories (from jtc)
- exit on errors
2014-01-06 22:43:15 +00:00
joerg
8a78d908fb
Add __printflike.
2014-01-06 21:15:15 +00:00
joerg
e371cb1bb3
Add __printflike where necessary.
2014-01-06 21:12:19 +00:00
gson
46f418f7e1
Fix spelling of "daemon". Pointed out by Thomas Klausner.
2014-01-06 16:42:57 +00:00
njoly
32806908ee
Kill one more trailing space in function argument.
2014-01-06 14:57:10 +00:00
gson
e54ff2dc1b
Make t_hostent test cases that query the DNS work on systems with no
...
Internet connectivity, by hijacking DNS queries and /etc/resolv.conf
accesses using librumphijack and providing a minimal DNS server to
answer the queries.
2014-01-06 14:50:32 +00:00
christos
3286a3a6f9
PR/48502: M. Levinson: vi(1) no longer moves the cursor when yanking text
...
using a mark (remove dangling else)
2014-01-06 14:21:37 +00:00
njoly
fa8cf4e111
Remove extra trailing spaces in functions arguments.
2014-01-06 13:59:00 +00:00
wiz
079d5678c6
Remove core.9lua, now called systm.9lua.
2014-01-06 13:05:47 +00:00
wiz
3181678dad
Use more markup. Fix a typo.
2014-01-06 13:03:33 +00:00
wiz
a760028eaf
Add xrefs to pmf(9lua) and systm(9lua)
2014-01-06 13:03:01 +00:00
apb
97dd2db015
Another comment change, missed in previous commit.
2014-01-06 11:26:06 +00:00
apb
d337f0a2a1
Attempt to improve comments about how to choose servers,
...
and about what "tos minsane" does.
2014-01-06 11:25:03 +00:00