itojun
781846fcdb
use NI_MAX*. 10 is not enough for port number. sync w/kame
2003-04-15 07:32:06 +00:00
itojun
670e872d62
10 char is not sufficient here. sync w/ kame
2003-04-15 07:31:23 +00:00
itojun
c2a20cc150
%d is not 10 chars, but 12 chars. uwse NI_MAXSERV. sync w/ kame. from openbsd
2003-04-15 07:23:19 +00:00
elric
3c7e4881c4
Fix typo. params files are not stored in /dev/cgd/
2003-04-15 06:43:36 +00:00
lukem
a1e70625a5
remove superfluous "uname=root gname=wheel" from etc/postfix/** entries
2003-04-15 06:21:51 +00:00
erh
6070c46916
Add a regression test to check that forced unmounts work correctly.
...
Bug described in PR kern/5683
2003-04-15 06:19:57 +00:00
grant
6dbbe09cdf
in delete_package(), always warn if there is a checksum mismatch,
...
improve text.
2003-04-14 23:42:21 +00:00
fvdl
7b402ff9df
If an alternate superblock is used, update the standard one correctly.
2003-04-14 18:50:52 +00:00
kleink
901550cf82
Following the pci(9) example, list cardbusreg.h here as well.
2003-04-14 18:34:26 +00:00
agc
9878b0d124
The "default" case usually occurs at the end of all other options, so change
...
it to follow convention.
Add /* NOTREACHED */ comments, per share/misc/style.
2003-04-14 17:40:07 +00:00
perry
5f549c5ea8
Add a quirk for the Tandberg SLR/5
...
Fix supplied by Rex McMaster in PR kern/13603
2003-04-14 16:18:23 +00:00
rtr
0c265012d6
Added myself
2003-04-14 15:24:43 +00:00
itojun
5a6a4446f8
avoid hardcoded SOCK_xx; with markus; should allow ssh over SCTP
2003-04-14 14:36:47 +00:00
rjs
971ce6c243
Remove membase and memsize device config parameters.
2003-04-14 14:20:10 +00:00
rjs
9e4c3aa218
Remove unused structure member variables.
2003-04-14 14:18:41 +00:00
rjs
8704a520e3
Remove unused sa_membase and sa_memsize structure member variables.
2003-04-14 14:16:10 +00:00
wiz
5af328316a
Bump date for last.
2003-04-14 12:06:26 +00:00
simonb
4604766a89
Remove CAVEATS section and note that isascii() works on all integer
...
values.
From PR standards/21179 from Christian Biere. Verified against SUSv3 too.
2003-04-14 12:04:18 +00:00
wiz
367cad0a97
regen (Risc PC)
2003-04-14 11:57:45 +00:00
wiz
8c98a58428
Make it "Risc PC" instead of RiscPC.
...
Noted by Ben Harris who pointed at
http://www.riscos.com/faqs/spelling_and_pronunciation.htm .
2003-04-14 11:57:10 +00:00
dsl
225615a61a
avoid calling toupper with posibly -ve value. fixes PR 21171
2003-04-14 11:33:40 +00:00
itojun
506c5eeb9e
permit -s 0. from Maxim Konovalov
2003-04-14 10:18:37 +00:00
dsl
238b338f74
Report usage() if getopt() returns '?'
...
Partial fix for bin/21146
2003-04-14 09:49:15 +00:00
wiz
3c88fe4c61
Bump date, remove an article.
2003-04-14 08:45:51 +00:00
kleink
8c5e6bc1d8
Well, _The_ Open Group.
2003-04-14 08:38:24 +00:00
kleink
c9e531d4d4
Use the real TOG specification name for references.
2003-04-14 08:37:29 +00:00
jdolecek
e75e2e6438
seteuid() and setegid() were adopted in IEEE Std 1003.1-2001 + X/Open
...
portability guide issue 6, adjust headers to expose the function
prototypes with appropriate _POSIX_C_SOURCE/_XOPEN_SOURCE defines
fixes standards/21136 by MAEKAWA Masahide
2003-04-14 08:12:11 +00:00
gmcgarry
dbb7ed96ba
Remove confusing examples.
2003-04-14 06:47:12 +00:00
wiz
16abdc28f6
regen (RiscPC)
2003-04-14 06:32:57 +00:00
wiz
c08f5994be
Correct casing of RiscPC. From Igor Sobrado in PR 21144.
2003-04-14 06:32:02 +00:00
wiz
3f001e56e4
hpib -> HP-IB. From Igor Sobrado in PR 21143.
...
Use more mdoc macros.
2003-04-14 06:25:47 +00:00
wiz
09d1ef0601
regen (IP Filter, ITE, some misc.)
2003-04-14 05:48:46 +00:00
wiz
a20ec90fe2
Uppercase ITE. Addresses PRs 21138 to 21141 by Igor Sobrado.
2003-04-14 05:45:40 +00:00
salo
0db44986d2
Add slovak language libc message catalog.
2003-04-14 05:21:47 +00:00
mrg
72fb03a384
note less 381 update
2003-04-14 03:06:20 +00:00
mrg
0634cd7fff
fix build errors
2003-04-14 03:02:28 +00:00
mrg
1492c6b657
merge less 381
2003-04-14 02:56:45 +00:00
mrg
e0555382b4
import less 381. changes:
...
v375 4/7/02 Fix searching for SGR sequences; fix SECURE build;
add SGR support to DJGPP version (thanks to Eli Zaretskii).
v376 6/10/02 Fix bug in overstriking mulitbyte UTF-8 characters
(thanks to Jungshik Shin).
Posted to Web page.
-----------------------------------------------------------------
v377 9/10/02 Fix bug in Windows version when file contains CR;
fix bug in search highlights with -R;
make initial buffer limit really be 64K not unlimited.
v378 9/30/02 Misc bug fixes and compiler warning cleanup.
Posted to Web page.
-----------------------------------------------------------------
v379 11/23/02 Add -L option; fix bug with ctrl-K in lesskey files;
improve UTF-8 overstriking and underscore overstriking;
fix minor man page problems; change to autoconf 2.54.
v380 11/24/02 Make LINENUM same as POSITION.
v381 11/28/02 Make -N use 7 columns for line number if possible.
2003-04-14 02:09:56 +00:00
petrov
488c2452ee
clean-up unused definition.
2003-04-14 01:44:06 +00:00
oster
351bc1e187
Remember to close the component if we decide it's not suitable for use
...
as a hot spare. Closes PR#20989 by David Brownlee.
2003-04-13 22:07:11 +00:00
augustss
44617bfaa7
Add quirk for Genesys Logic GL641USB. From PR kern/21131.
2003-04-13 20:54:31 +00:00
kleink
c02f38cf64
Warn if the old unsetenv() is referenced.
2003-04-13 17:39:13 +00:00
wiz
e69dc8ffac
Fix some broken mdoc. Closes PR 21124 from Igor Sobrado.
2003-04-13 16:35:02 +00:00
cjep
cb8e57462e
Builtin -> Built-in. PR#21129
2003-04-13 16:12:59 +00:00
cjep
0ea55ddab3
standalone -> stand-alone. PR#21128
2003-04-13 16:11:49 +00:00
cjep
f46e568a4b
Typo (wheter -> whether). PR#21126.
2003-04-13 16:05:46 +00:00
cjep
58ab011c50
standalone -> stand-alone. PR#21125.
2003-04-13 16:04:02 +00:00
yamt
f5f20840e2
save and restore errno in signal handlers.
2003-04-13 10:22:40 +00:00
jmmv
8fee00a553
... ca/LC_MESSAGES is not needed.
2003-04-13 09:54:41 +00:00
jmmv
4f7db6cd44
Finally add complete support for Catalan (ca_ES, ca) LC_CTYPE and libc
...
catalog messages.
Thanks to salo for letting me know what was missing.
2003-04-13 09:48:18 +00:00