Commit Graph

136225 Commits

Author SHA1 Message Date
agc dc9630d5b3 Mark ./usr/share/locale/no@nynorsk/LC_MESSAGES/gettext.mo as obsolete. Really. 2005-04-30 14:26:38 +00:00
yamt dfc745b200 include atomic.h for x86_atomic_setbits/clearbits_l. 2005-04-30 08:37:16 +00:00
augustss 949688eeaf Remember what keyboard layout is set in the mux, that way new keyboards
can be given the same layout.  Fixes kern/19153.
2005-04-30 03:47:12 +00:00
tsutsui 8ed63e80db Avoid NULL pointer dereference on unexpected error cases. (from OpenBSD) 2005-04-30 02:18:43 +00:00
uwe 2d43262c9a Explain why we need PCKBC_CNATTACH_SELFTEST. 2005-04-29 22:48:25 +00:00
wiz 9b93dfd77c obsolete...obsolete... (i.e. make both keywords contain obsolete). 2005-04-29 21:08:13 +00:00
augustss af3503e371 Attach a USB keyboard as console keyboard if pckbc_cnattach() failed or
if there is no pckbc configured.  Previously only the latter cuased the
USB keyboard to be used.
This should make it more likely to get the USB keyboard as the console
on legacy free machines using the GENERIC config file.
2005-04-29 20:11:01 +00:00
augustss a4b28de3dd Mention PCKBC_CNATTACH_SELFTEST and PCKBD_LAYOUT. 2005-04-29 20:03:47 +00:00
martin 39cf15f027 Sparc64 now has completed the switch to wscons. 2005-04-29 19:44:28 +00:00
martin 6a4a23191b Add all missing USB stuff (from i386 GENERIC). 2005-04-29 19:41:21 +00:00
skrll 7e2b81accb Mention interrupt output transfers here.
Again from FreeBSD.
2005-04-29 19:16:17 +00:00
skrll e71eebcad0 Complete the interrupt output transfer support copy from FreeBSD, but
remove the incorrect access to the bulk part of the union.

Reviewed and OK'ed by Lennart.
2005-04-29 19:15:13 +00:00
augustss 91c4478386 Check if we have any SCSI busses so this file doesn't cause link errors
if used without SCSI.
2005-04-29 17:52:46 +00:00
augustss 6fbdbcbb3e If running as a demon, make sure config file has an absolute path name.
Partly addresses PR 15769.
2005-04-29 17:18:30 +00:00
augustss 71f12914f1 If UKBD_LAYOUT isn't defined, but PCKBD_LAYOUT is, use the latter as the
default layout.  Fixes half of kern/28668.
2005-04-29 17:02:06 +00:00
augustss 25a5dbc748 Mention UKBD_LAYOUT, which corresponds to PCKBD_LAYOUT for the ukbd driver. 2005-04-29 16:58:39 +00:00
augustss ecf40361a8 Change the default controlling devices to /dev/wskbd and /dev/wsmouse
(instead wskbd0 and wsmouse0), this way changes will affect all devices
instead of just the first one.
2005-04-29 16:51:33 +00:00
christos 593f2057dc Avoid compiler bug on 64 bit machines. 2005-04-29 16:00:31 +00:00
christos 1c5a570025 new gettext. 2005-04-29 15:31:55 +00:00
christos d097b35f6f adjust for new gettext. 2005-04-29 15:27:33 +00:00
christos e43cef87fc Merge conflicts. 2005-04-29 15:20:13 +00:00
christos e770a46755 ftp ftp.gnu.org 2005-04-29 15:05:03 +00:00
christos fd90a881be Merge conflicts and delete junk. 2005-04-29 15:05:01 +00:00
christos dbabf825dd ftp ftp.gnu.org 2005-04-29 15:04:32 +00:00
augustss 17e2d8f05a Allow 32 chars in the saved vendor string. Fixes kern/29760. 2005-04-29 15:04:29 +00:00
christos 7a27fa0d62 ftp ftp.gnu.org 2005-04-29 14:59:33 +00:00
christos f44c5b012e Add build glue via an import. 2005-04-29 14:59:32 +00:00
christos 7f4e062672 ftp ftp.gnu.org 2005-04-29 14:59:31 +00:00
christos 3d10c7e8f3 Add build glue via an import. 2005-04-29 14:59:30 +00:00
christos bc40814d02 ftp ftp.gnu.org 2005-04-29 14:56:20 +00:00
christos 593f5627da Speed this up by doing all the keywords in one pass. Also do all the keywords. 2005-04-29 14:53:35 +00:00
manu e0d963d34b Fix memory leak 2005-04-29 13:06:23 +00:00
martin 9aa40fe2c9 Add a missing #if to allow non-wscons compilation.
Noted by Juergen Hannken-Illjes.
2005-04-29 10:49:26 +00:00
yamt 85ea9d4e2a tweak order of #include to avoid an array of incomplete type.
found by gcc4.
2005-04-29 10:41:18 +00:00
yamt 8ca4d66b5e move decl of db_machine_command_table from db_interface.h to db_command.c
to avoid an array of incomplete type.  found by gcc4.
2005-04-29 10:40:16 +00:00
yamt 34c3fec469 move decl of inetsw to its own header to avoid array of incomplete type.
found by gcc4.  reported by Adam Ciarcinski.
2005-04-29 10:39:09 +00:00
yamt 9aacd16106 uvm_map_enter: don't bother to defer amap allocation if there's a mergable
existing entry.  although there're merits and demerits, i think it benefits
common cases.
2005-04-29 09:05:21 +00:00
martin 82a05c7f12 Avoid returning -1 from ffb_ioctl() - we want EPASSTHROUGH or EIO. 2005-04-29 08:38:33 +00:00
xtraeme 8628cd1f1d ITE8712F was supported, but it was detected as 8705F, now we can say
it's supported, bump date.
2005-04-29 02:10:20 +00:00
xtraeme 53eca961c3 Identify correctly ITE Super I/O chipsets by checking the core ID
register (only available in the model 8712F), if that fails we check
the vendor ID register as before.
2005-04-29 02:02:52 +00:00
riz a3332e6172 Tyop fix: s/selwakup/selwakeup/
Approved by jmcneill.
2005-04-28 20:27:30 +00:00
seanb 19f29785ae - add seanb 2005-04-28 19:52:04 +00:00
yamt 0a93637210 xennetback_ifstart: test a correct variable, rather than a function. 2005-04-28 18:28:00 +00:00
yamt d9e14a772f rename do_event to evtchan_do_event.
the former is too generic name and it actually hides a bug in xennetback.
2005-04-28 18:26:26 +00:00
martin 43e2f101d2 Use wscons/wskbd/wsmouse/wsdisplay by default. 2005-04-28 16:02:43 +00:00
martin eb7e634f97 Finish support for wskbd @ kbd @ zs/sab for sparc64 consoles.
Based on work from John Heasley and Michael Lorenz.
2005-04-28 15:03:48 +00:00
yamt 1e67869b4b uvm_map: don't leak a preallocated map entry on error. 2005-04-28 14:40:43 +00:00
martin 3132f37cb4 Ooops, missed this file when changing the bootdevice signature.
Pointed out by Juergen Hannken-Illjes.
2005-04-28 12:47:45 +00:00
elad 4b2d57a04f add elad 2005-04-28 11:30:55 +00:00
yamt 351efcca0f when checking timestamp, check tv_nsec as well. 2005-04-28 08:44:49 +00:00