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
jmmv
9be8f275ce
xconsole is a global property, so move it to the global scope.
...
Fixes part of PR bin/23223.
2004-01-05 11:01:32 +00:00
augustss
b2b29c39fa
Remove a -compact for readability.
2004-01-05 11:00:00 +00:00
jmmv
1b5b2c057b
fifo, ttystat and xconsole properties are generic (used by all modes), so
...
move them to their respective section. Fixes part of PR bin/23223.
2004-01-05 10:59:19 +00:00
jmmv
4414164694
Recognize the "fifo" property (again) in configuration files. This was lost
...
in some previous commit...
2004-01-05 10:56:02 +00:00
rtr
ccdb07b2cc
add keyboard.4 manpage
2004-01-05 10:16:18 +00:00
rtr
4000871e51
All remaining modules except xf1bpp which may need special handling.
2004-01-05 10:14:18 +00:00
jdolecek
d0210c07a4
update to recent changes - exit2() doesn't exist anymore and the
...
exit path always calls lwp_exit2()
pointed out Martin Husemann, change reviewed by Chuck Silvers
also update comment with switch_exit() prototype while here
2004-01-05 08:59:55 +00:00
rtr
5538078997
LDADD+= -lXext -lX11 since Xfontcache is now shared
2004-01-05 08:22:59 +00:00
rtr
241604c488
dont override MAN= w/ MAN= must have been sleeping
2004-01-05 05:36:20 +00:00
rtr
dadf1c4fd2
cirrus driver sub-modules alpine & laguna.
2004-01-05 05:31:12 +00:00
rtr
250ac0853c
OS/Driver readme files xfree86 specific.
2004-01-05 05:18:08 +00:00