oster
d9ff8342a0
Clean up a few comments, and improve code formatting somewhat.
...
Makes things a bit more readable.
No functional changes.
2004-01-06 03:27:13 +00:00
lukem
5f82e1b832
deprecate NO_SENDMAIL and consistently test MKSENDMAIL
2004-01-06 02:10:43 +00:00
sjg
345311007d
Handle more complex conditional expressions.
...
CondCvtArg now returns NULL if it consumed all input, or a pointer
to any left overs.
2004-01-06 01:18:52 +00:00
lukem
e5c11e87f6
rc.d(8) Implement ``one'' prefix to allow a "one shot" operation as if
...
the rc.conf(5) var is set, yet perform all of the other prerequisite tests.
2004-01-06 01:00:46 +00:00
lukem
f3bab2a8fc
Implement ``one'' prefix to allow a "one shot" operation as if
...
${rcvar}=yes yet all the other prerequisite tests are still performed.
The existing ``force'' prefix is a sledgehammer that ignores all the
prerequisite checks and always returns a zero exit status; this is a
more gentle approach to the problem of "manipulate this disabled
service without editing rc.conf(5)".
2004-01-06 00:52:24 +00:00
wrstuden
d27168eb15
Add iSNS service ("isns") at port 3205 for tcp & udp. From iana.
...
Add "iscsi-target" at 3260/tcp as per iana. Add "iscsi-rfc" at
860/tcp. Modify comment on "iscsi" service to indicate that it
should move to 860/tcp after the iSCSI RFC gets released. iscsi-rfc
should be removed at that point.
The problem with the iscsi service at present is that all through
draft development, everyone used 3260. As part of the RFC publishing,
the port number will be changed to 860. However no one has started
to use the new port number yet, so it's premature to switch yet.
2004-01-06 00:23:01 +00:00
christos
c8fc596cbc
Simplify previous; if F_CLOSEM fails, just fall back doing the old thing.
...
Calling stderror here is not safe, because we might have not setjmp()'ed
yet.
2004-01-06 00:20:16 +00:00
nathanw
97a491c111
Add a missing { to cpu_exit() so that it compiles.
...
(Alpha still doesn't boot with the new-reaper changes, though. First
process to exit kills the system).
2004-01-05 23:51:19 +00:00
jmmv
672f49e3a2
Let the usage message fit in 80 columns to avoid wrapping.
2004-01-05 23:35:41 +00:00
jmmv
0d52ea4901
Remove extra newline from usage message.
2004-01-05 23:27:16 +00:00
jmmv
b635f565e7
Homogenize usage messages: make the 'usage' word all lowercase, as this seems
...
to be the most common practice in our tree.
2004-01-05 23:23:32 +00:00
christos
62a68c898b
use F_CLOSEM if it is available.
2004-01-05 23:12:30 +00:00
hannken
39ce18659d
Mapping of console device goes into the reserved tlb's.
...
Max. memory is 32M for console at fb and 48M for console on com.
If this becomes a problem TLB_NRESERVED needs to become variable.
2004-01-05 19:55:27 +00:00
matt
724f5b2c53
Regen.
2004-01-05 19:31:08 +00:00
matt
f89c0bcfa9
Add Agilent Technologies vendor ID
...
Add Agilent Tachyon_DX2 product ID
Add HP Tachyon_XL2 product ID
2004-01-05 19:30:51 +00:00
itojun
8047470762
sys/types.h is not needed here. kevlo@openbsd
2004-01-05 19:21:00 +00:00
itojun
85dd54f188
KNF, from kevlo@openbsd
2004-01-05 19:20:10 +00:00
wiz
6cd16c1552
New sentence, new line; sort options.
2004-01-05 18:46:44 +00:00
wiz
e055b80b2e
Add -l to usage.
2004-01-05 18:46:33 +00:00
augustss
a6cfb45c19
The report size is not a local item, so don't clear it when clearing local items.
2004-01-05 17:55:48 +00:00
christos
f3e0632950
document -l, bump date, thanks wiz
2004-01-05 17:43:44 +00:00
christos
f2563a1a34
don't allow -l without -a
2004-01-05 17:43:25 +00:00
jmmv
b9173dc41c
Rewrite the loop in printflg(): if passing -Z to pax with syntax errors
...
(like executing "pax -Z" by itself), this caused a shr of 32 bits, which is
undefined behavior (C99) if the variable is 32 bits wide, too. Also solves
a problem where the flgch array could be indexed out of bounds.
Thanks to uwe@ and lha@ for their suggestions... I just found the bug :p
2004-01-05 17:27:46 +00:00
wiz
64b5cffc26
Collapse single letter options. Sort option descriptions.
2004-01-05 17:27:17 +00:00
wiz
d8ca651179
Add -q to usage.
2004-01-05 17:26:57 +00:00
hannken
036559b798
Implement fb_mmap(). From David P. Reese Jr. with PR #23985 .
2004-01-05 16:05:14 +00:00
christos
852c1683c1
Use PROG_CXX so we don't need to include -lstdc++ explicitly. From Nick Hudson.
2004-01-05 15:35:59 +00:00
nonaka
d382cc6c5a
Use memset() for "Clear all of BSS".
...
If (edata-address & 3) != (end-address & 3), my own code cause infinity loop.
Fixed it.
2004-01-05 15:31:03 +00:00
nonaka
62610dfbb2
reduce program size.
2004-01-05 15:17:54 +00:00
nonaka
227a19589a
Use 32bit daddr_t.
2004-01-05 15:15:26 +00:00
augustss
2be4a9297b
One more device. From OpenBSD.
2004-01-05 13:49:40 +00:00
augustss
35b09dafaa
Regen.
2004-01-05 13:46:43 +00:00
augustss
150753278e
Add a number of devices. From OpenBSD.
2004-01-05 13:46:20 +00:00
augustss
8bcf98def6
Add an HP adapter. From FreeBSD.
2004-01-05 13:36:24 +00:00
augustss
7cdc2658bb
Try harder to get initial descriptor. Do a port reset now and then
...
in the retry loop.
2004-01-05 13:32:23 +00:00
augustss
4d6e985752
Fix bug in error path. From OpenBSD.
2004-01-05 13:30:45 +00:00
augustss
5f31dab3df
Add more scanners.
2004-01-05 13:29:49 +00:00
augustss
cfbab17b08
Add another device.
2004-01-05 13:29:27 +00:00
augustss
9622982931
Get rid of a vnode.h include.
2004-01-05 13:29:08 +00:00
augustss
770f7ef656
Get rid of some vnode.h includes.
2004-01-05 13:28:18 +00:00
rtr
9723cd6d45
constype and kbd_mode for sun
2004-01-05 13:19:17 +00:00
rtr
f8c6e245c3
FILES= ldblarrow rdblarrow
2004-01-05 13:08:57 +00:00
augustss
60846c1584
Regen.
2004-01-05 13:05:39 +00:00
augustss
e3d816149f
Add lots of devices. From FreeBSD.
2004-01-05 13:05:16 +00:00
rtr
febb3dd5a4
XF86VidMode.3 manpage and alias
2004-01-05 12:25:36 +00:00
jmmv
e9d1ef2910
Add the xconsole_delay property which specifies the number of seconds to
...
wait when returning from the X console before reactivating the mouse.
Some systems may require more than the default (or may want less to get
faster response).
2004-01-05 12:16:25 +00:00
rtr
73a679e1b3
true type includes
2004-01-05 12:14:04 +00:00
jmmv
506d12cd39
Add 2004 to copyright notice because of previous change.
2004-01-05 12:04:46 +00:00
jmmv
d6a1e75dd8
Call wscons mode hooks before and after generic_wscons_event. This is to
...
allow the selection mode hide the mouse before the device is closed, thus
fixing a minor problem (the pointer remained visible when returning from
X for some seconds).
2004-01-05 12:01:52 +00:00
jmmv
033feda138
Fix xconsole handling (enable the mouse properly when returning from X).
...
Closes PR bin/23223 by FUKAUMI Naoki.
2004-01-05 11:17:14 +00:00