Commit Graph

136264 Commits

Author SHA1 Message Date
augustss
e0b1c109ad Add an example for setting keyboard auto repeat rate. 2005-05-03 11:51:34 +00:00
hannken
cad9d39281 Fix last commit. The last block of the file system may have changed
even if the last cylinder group is not modified.
2005-05-03 09:43:23 +00:00
tron
12c1fb5b6d "loadfile_machdep.h" should not be installed as pointed out by
Izumi Tsutsui. This needs to be fixed in the build process.
2005-05-03 08:24:15 +00:00
matt
57947b7b48 Make longjmp on vax not use sigreturn. Instead it rewrites the
jmp_buf into one compatible with __longjmp14 and relies on that
to change that into a ucontext_t suitable for setcontext(2).
2005-05-03 04:37:33 +00:00
matt
cedcd39661 Don't cast x to double, it already is one. 2005-05-03 04:18:32 +00:00
lukem
3e3c4f88c3 Another fix for MKSHARE=no. (broken a while ago in rev 1.17. hi rtr!) 2005-05-03 00:23:41 +00:00
lukem
aac90486da Fix for MKSHARE=no 2005-05-03 00:21:47 +00:00
christos
467d3a1e76 remove bogus frees on uninitialized variable. 2005-05-03 00:20:17 +00:00
lukem
cd64c3eed3 zoneinfo directories don't need MKSHARE=yes.
Part of PR 29968 from Jukka Salmi.
2005-05-03 00:16:59 +00:00
matt
56bbae8802 rate limit the printfs for oversized ethernet packets. 2005-05-02 21:20:27 +00:00
macallan
d42b58bdf7 more formatting fixes 2005-05-02 16:02:43 +00:00
jwise
3b4f381581 Sort list, and add Nunavut, which has been a Canadian province since 1999. 2005-05-02 15:48:58 +00:00
jwise
245f508216 Cyprus is part of Europe, not Asia. Turkey is currently listed in both
Europe and Asia, I'm leaving it that way.
2005-05-02 15:39:27 +00:00
yamt
b954935865 bump date for the previous. 2005-05-02 15:37:06 +00:00
yamt
330cc0a11e split IFCAP_CSUM_xxx to IFCAP_CSUM_xxx_Rx and IFCAP_CSUM_xxx_Tx. 2005-05-02 15:34:31 +00:00
augustss
c2c00331d7 Use UTF8 to encode strings read from the device (instead of using '?' for
characters >=0x100).

Also add serial number string to the device information struct.
2005-05-02 15:32:18 +00:00
jwise
9ea9920e14 The current President of the United States is George Walker Bush, not George
Walker Bush, Jr. (his father was George Herbert Walker Bush).
2005-05-02 15:29:59 +00:00
jwise
c0b02c27ef Begin major reworking of calendar.history. Goals are:
* every day of the year should have at least one entry
  * all entries should have been fact-checked against reliable sources,
    particularly for dates
  * calendar should contain a fair balance of world history -- existing
    calendar, being based on that shipped in 4.2BSD, was very northern
    california-centric.

This commit meets these guidelines through March 13.  I will continue to
update this as time permits.
2005-05-02 15:20:43 +00:00
wiz
c3605e4fae Fix a tyo, and add an article. 2005-05-02 15:13:43 +00:00
wiz
a8a05c8e60 Bump date for previous. 2005-05-02 15:12:49 +00:00
kochi
d7c1ac702a Import Intel ACPI-CA 20050408. 2005-05-02 15:09:59 +00:00
kochi
42773dd406 Merge changes for ACPI-CA 20050408. 2005-05-02 14:54:46 +00:00
kochi
a7c9d49c21 Merge changes for ACPI-CA 20050408 2005-05-02 14:53:04 +00:00
kochi
57d7792cce Merge ACPI-CA 20050408 2005-05-02 14:52:09 +00:00
macallan
45aba3b6e2 fixed formatting 2005-05-02 14:49:08 +00:00
kochi
1b73770414 Import the INTEL ACPI-CA 20050408 2005-05-02 14:42:07 +00:00
martin
5f3107ece4 Add wscons virtual consoles 2005-05-02 13:39:54 +00:00
tron
450260eeec Install "loadfile_machdep.h" to fix build of "libsa". 2005-05-02 12:31:08 +00:00
macallan
a4073e00bc - made blitter operationd asynchronous
- removed some debug code
- prevent blitter operations when not in WSDISPLAYIO_MODE_EMUL
(approved by martin)
2005-05-02 11:22:31 +00:00
hira
18e601be03 Move the definition of CLEANFILES before the inclusion of bsd.prog.mk. 2005-05-02 11:00:55 +00:00
macallan
848a995a1f name added 2005-05-02 04:38:31 +00:00
christos
b290747a50 Fix the second place where the CHAR_MIN test was used. 2005-05-02 03:54:24 +00:00
rh
917b282244 regen 2005-05-02 03:37:01 +00:00
rh
e923440213 Add IC Ensemble / VIA Technologies Envy24 Multichannel Audio controllers. 2005-05-02 03:36:22 +00:00
lukem
b26a3203a3 Add /etc/pam.conf and /etc/pam.d/* 2005-05-02 03:23:43 +00:00
lukem
188cee5c01 Fix previous, caused by premature optimization...
Noted by Kirk Russell.
2005-05-02 02:51:04 +00:00
lukem
710a7ff6e8 Use zeropad() and hexprint() instead of printf(1). 2005-05-02 00:47:58 +00:00
lukem
117d01fe78 Add hexprint(); display the given number as hex.
Add a comment to document zeropad()'s purpose.
2005-05-02 00:46:46 +00:00
christos
0534825a44 Simplify the previous patch. 2005-05-02 00:45:08 +00:00
macallan
3d2d786653 fixed tab width and formatting 2005-05-01 23:57:03 +00:00
macallan
7d5f292228 Made the Alt key act like STOP when options SPARCBOOK_CMD is #defined to
allow console switching with Alt-Fn because the SPARCbook 3 keyboard has no
STOP
2005-05-01 23:31:36 +00:00
macallan
80ef75e061 made rasops_allocattr_color() respect WS_DEFAULT_FG and WS_DEFAULT_BG instead of using white on black 2005-05-01 23:19:01 +00:00
oster
c10404e844 Cleanup the meter code a bit -- a bunch of stuff wasn't even being used.
Fix a few overflow issues.  (Thanks to beefy and pooka, among others)
2005-05-01 22:37:34 +00:00
wiz
fbd2fc5eca Fix typo. 2005-05-01 21:47:11 +00:00
augustss
93a47b5a89 Change bug section now that transaction translation works somewhat. 2005-05-01 21:32:24 +00:00
chs
c4af7cdeea various fixes / cleanups:
- turn on some BTLB printfs
 - some initial bits of PCX-T support
 - simplify cpu_reboot()
 - in setregs(), flush the FPU before accessing the PCB copy.
2005-05-01 20:40:02 +00:00
chs
6bfb915818 there is no 1.6 hp700 release to be compatible with.
leave 2.0 compat in for now.
2005-05-01 20:22:02 +00:00
augustss
649ae4a707 Update TODO comment and copyright. 2005-05-01 19:45:40 +00:00
augustss
8a543dce0d Note that have been various bug fixes to ehci. 2005-05-01 19:42:59 +00:00
augustss
9c5fb57b96 Only complain when opening full speed isoc devices, other types seem to
work reasonably (even if there is no proper scheduling of the TT yet).
2005-05-01 19:35:07 +00:00