Commit Graph

122762 Commits

Author SHA1 Message Date
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
grant
2578a722df bump date for last 2004-01-05 05:12:54 +00:00
schmonz
db827e3573 Note that the Compaq "iPaq" HNE-200 works with this driver. 2004-01-05 04:41:06 +00:00
rtr
8176970043 shared lib versions for shared libs turned on in previous commit. 2004-01-05 04:32:38 +00:00
lukem
ccf752736a Get the copyright info for etc/release from sys/conf/copyright.
Idea from Simon Burge.
2004-01-05 04:05:06 +00:00
lukem
32e6b841fb Generate the copyright string from sys/conf/copyright rather than
replicating it here.  Idea from Simon Burge.
2004-01-05 03:53:10 +00:00
soren
6a8f6bd71b Back out previos; xf86Pci.h is linked from XSERVERINCDIR.
Pointed out by Tyler.
2004-01-05 03:48:38 +00:00
soren
ce4f8ccef2 Use XSERVERINCDIR. 2004-01-05 03:47:10 +00:00
lukem
7bb9d6c875 Store the copyright text in conf/copyright, and use conf/newvers.sh
to generate the appropriate  const char copyright[] = "...";
statement instead of hard coding it into kern/init_main.c.
Idea from Simon Burge.
2004-01-05 03:33:06 +00:00
soren
bea92f5554 Needs os-support/bus for xf86Pci.h. 2004-01-05 02:43:37 +00:00
rtr
41b837f4b1 major version should be 6 not 1 2004-01-05 02:31:54 +00:00
rtr
e12de730ff Build shared versions of these libs. 2004-01-05 02:29:30 +00:00
chs
7e6508e29e add a PMAP_NC flag for pmap_kenter_pa() to specific a non-cached mapping.
use this in mbus_dmamem_map() to fix corruption of DMA memory.
note that this TLB bit is ignored on some CPUs (PA7100 and probably
others of that era), so this doesn't fix the problem in general,
but it does work on newer models and will make things easier later.
2004-01-05 02:25:32 +00:00
schmonz
113854bb28 Add Compaq "iPaq" HNE-200 USB Ethernet adapter. 2004-01-05 01:52:03 +00:00
schmonz
b7319ca85e Regen (Compaq "iPaq" HNE-200 USB Ethernet adapter). 2004-01-05 01:51:34 +00:00
schmonz
f3d2103991 Add Compaq "iPaq" HNE-200 USB Ethernet adapter. 2004-01-05 01:50:00 +00:00
oster
181f2eebee remove terminate_disk_queues from RF_Raid_s. The hist_diskreq[]
stuff is only used for the CHAINDECLUSTERING, so hide it with an #if.
2004-01-05 01:19:07 +00:00
christos
b76a454b90 Ad F_CLOSEM, F_MAXFD from Matt Thomas. 2004-01-05 00:36:49 +00:00
christos
dee210d770 Add F_CLOSEM, F_MAXFD. 2004-01-05 00:35:53 +00:00
christos
8a293ad181 Document F_MAXFD, F_CLOSEM 2004-01-05 00:34:34 +00:00
christos
43c0378045 PR/23971: Robert Elz: Quotacheck fails when max uid is present and takes
forever if there are large gaps in the uid space. It also does not work
properly with the fsck preen code it uses.
2004-01-05 00:17:07 +00:00