drochner
3214fe94f4
revert the only part of rev. 1.177 which made a functional
...
change -- it broke error reporting because st->asc(q) are
not set
(actually, I believe that SSD_RCODE_VALID is misnamed)
2005-04-25 17:08:46 +00:00
drochner
03734aa278
note that gettext's current version is 0.14.4, and remove some assertions
...
about file formats which are not true
2005-04-25 16:30:29 +00:00
matt
51ba88ed0f
Add ${DESTDIR}/usr/include/krb5 to CPPFLAGS so <parse_units.h> can be found.
2005-04-25 15:43:34 +00:00
matt
bb1ca526b7
Don't cast the lvalue; cast the rhs instead.
2005-04-25 15:42:46 +00:00
lukem
3fd1802e62
Move the MI printing of `copyright' to the MD cpu_startup() code
...
where the printing of `version' is already performed.
This has the benefit of allowing the copyright to be available
via dmesg(8) on platforms which need the `msgbuf' to be setup
in cpu_startup() before printed output is remembered.
2005-04-25 15:02:02 +00:00
wiz
2756e1f633
tcpdump(8), not (1).
2005-04-25 14:37:49 +00:00
wiz
f4edf0a7d3
Add $NetBSD$ RCS Id.
2005-04-25 14:36:48 +00:00
wiz
2ed9c873eb
Use \*[Gt]. Add $NetBSD$ RCS Id.
2005-04-25 14:36:36 +00:00
tshiozak
1cf148a9cc
make the error message kindly if the last character is incompleted.
...
(bin/30051)
2005-04-25 13:57:34 +00:00
tshiozak
7204e681ae
make sure to set errno to EINVAL if _citrus_iconv_open() returns ENOENT.
2005-04-25 13:42:04 +00:00
jmcneill
b0665daf43
Enable full-duplex mode by default on drivers that support it if the
...
underlying audio device was opened read/write. This is consistent with
Linux OSS behaviour and fixes a bug with certain applications (including
Skype) that assume this behaviour.
Fixes PR# 30044.
2005-04-25 13:19:46 +00:00
wiz
d02dd2f537
Add RCS Id, replace > with \*[Gt], remove references to
...
ancontrol(8), raycontrol(8), wicontrol(8), because we do not have those.
XXX: should link to wiconfig?
2005-04-25 12:28:10 +00:00
wiz
e206009652
New sentence, new line; non-argument options before
...
options with arguments (in SYNOPSIS); use standard section headers;
describe example.
2005-04-25 11:47:37 +00:00
wiz
2b16d52f32
For obsolete files, make sure that both words behind the pathname contain
...
"obsolete".
2005-04-25 11:38:01 +00:00
yamt
8c79aa408b
s!/var/run/nologin!/etc/nologin!g to match with the code.
2005-04-25 10:24:06 +00:00
manu
29ba532e9b
After more testing, it turns out that we don't really need to check the
...
source address to make NAT-T working with multiple clients behind the NAT.
Remove that check for the sake of RFC 2401 conformance.
2005-04-25 08:39:28 +00:00
skrll
d1c90589d8
Use the right arg structure for lfs_setattr, i.e. s/getattr/setattr/.
2005-04-25 06:28:51 +00:00
skrll
fb87303e67
Add lost RCSId.
2005-04-25 06:27:11 +00:00
matt
cfde366733
Use socklet_t with accept.
2005-04-25 03:43:22 +00:00
matt
0e46a38f38
Terminate variable argument list with NULL, not 0.
2005-04-25 01:33:03 +00:00
matt
5ac7f26c22
Emit headers with #include <parse_units.h> so that struct units is defined
...
so that extern struct units <foo> will not cause errors with gcc4.x
2005-04-25 01:25:25 +00:00
matt
35f4d7fe23
Terminate the arglist with a NULL instead of 0. (Shuts up gcc4.x)
2005-04-25 01:06:03 +00:00
blymn
c096161d93
Obsolete verifiedexec(4) man page
2005-04-25 00:46:18 +00:00
blymn
a682aea6b1
Remove outdated verifiedexec(4) man page, add veriexec(4) to makefile
2005-04-25 00:43:26 +00:00
blymn
3c941b3ee9
Remove veriexec(4) man page.
2005-04-25 00:40:31 +00:00
christos
fab093cf4d
Apply patch from the RedHat CVS tree. Avoids issue with -O3 using the
...
wrong registers with some opcodes, the error is:
Error: Illegal operands: There are only 32 single precision f registers; [0-31]
And the code to cause this is:
return (cond) ? x : -x;
where x is double.
2005-04-24 23:53:18 +00:00
christos
631ccd6107
Revert the previous patch. It is not worth it optimizing the code to avoid
...
compiler errors because it makes it gratutiously different.
2005-04-24 23:29:06 +00:00
dyoung
9b9ed510b0
Add IEEE 802.11 manual pages from FreeBSD to both the Makefiles
...
and the set lists.
2005-04-24 21:43:03 +00:00
christos
01592c7cfe
not supporting %c is confusing and it only uses up a few bytes.
2005-04-24 21:11:58 +00:00
dyoung
6b4168a18a
Add IEEE 802.11 manual pages from FreeBSD.
2005-04-24 21:11:07 +00:00
christos
19139351d0
Simplify the code and avoid a compiler issue with -O6 on sparc64:
...
Error: Illegal operands: There are only 32 single precision f registers; [0-31]
2005-04-24 19:33:52 +00:00
christos
950f51e55c
Remove unused, -- just used is enough. From uwe.
2005-04-24 18:18:52 +00:00
christos
d066f8aee0
Add a __used__ attribute next to the __unused__ attribute, because we don't
...
want the optimizer to get rid of the whole code erroneously (which happens
with -O6 on sparc64).
2005-04-24 18:15:52 +00:00
christos
557621f75a
KNF, WARNS=3.
2005-04-24 17:46:06 +00:00
thorpej
f190e3a631
Fix error message when input file does not exist. From James Lowden.
2005-04-24 17:08:42 +00:00
hannken
dc13562a0c
Fix an inconsistency where the last block of the snapshot contains old data.
...
The last block of the file system is written to the snapshot before the
file system is suspended. If the last cylinder group is modified after
the file system is suspended the last block of the snapshot may contain
old data. So update this block again.
2005-04-24 15:49:37 +00:00
kleink
57830ae5af
Fix printf format/argument mismatch.
...
XXX The surrounding conditional is bogus.
2005-04-24 13:34:18 +00:00
kleink
14fc3b7ba8
Fix printf format/argument mismatch.
2005-04-24 13:31:01 +00:00
blymn
f83fbb398f
Add bugs sub-heading to warn about whitespace in filenames.
2005-04-24 13:23:55 +00:00
blymn
97b6046c76
Put back the changes made by Wiz
2005-04-24 13:16:26 +00:00
blymn
05e15c389d
Move veriexec(4) man page to correct place.
2005-04-24 13:14:50 +00:00
blymn
4e1039d5bc
Shift veriexec(4) man page to correct place.
2005-04-24 13:09:48 +00:00
blymn
d725d86471
Fix possible bad memory reference, add panic on inconsistent state.
2005-04-24 12:58:26 +00:00
abs
5fed39f04c
Fix for Portuguese keymap from Rui Paulo
2005-04-24 08:18:47 +00:00
christos
13d863367b
Pax longopts were not empty element terminated.
2005-04-24 03:39:26 +00:00
christos
14f615efd9
If we cannot resolve a path, that probably means that we have not created
...
directories for that path yet. So, do the check for each component recursively
and succeed if none of the components fall outside our current working
directory.
2005-04-24 03:36:54 +00:00
christos
bc5cd54e43
PR/20228: Simon Burge: pax has problems reading a particular cpio archive
...
The problem here is that the archive is too short (< 512 bytes). The
buffer routines, try to read at least 512 bytes, even when we try to determine
what format file we have, which is wrong.
2005-04-24 03:26:03 +00:00
christos
15ea30eb09
PR/18759: FUKAUMI Naoki: pax/tar dot-dot handling broken
...
PR/18840: Frederick Bruckman: Fix for PR/18663 incomplete pax symlink handling
This patch makes ``--insecure'' do something. Now if ``--insecure''
is not set (the default) we do a realpath(3) in all the pathnames
that we are trying to create and if either realpath fails, or the
path is outside our working directory, we print a warning and die.
This maybe too strict and might fail on valid archives that create
symlinks and directories in the wrong order.
2005-04-24 01:45:03 +00:00
christos
06a1f6e7f2
For clarity instead of using -1 and -2 use the negative of the archive type.
2005-04-24 01:24:57 +00:00
christos
71c0f67846
PR/20071: Perry Metzger: --extract handling is broken. This patch fixes
...
Perry's example.
2005-04-24 01:23:21 +00:00