macallan
93548a84e7
added missing files cg6_cursor.c, cg6_accel.c and missing include path for xaa
2005-05-03 20:52:50 +00:00
jonathan
f36cdf86c7
Fix ifdef botch in previous revision:
...
The `Static' forward declaration of ukbd_rawrepeat was inside #ifdef
UKBD_REPEAT but not #ifdef DISPLAY_COMPAT_RAWCKBD. The definition and
all other references are inside both #ifdefs. The `static' function
declaration with no definition failed GCC warnings.
Pass GCC warnings by wrapping the declaration with a check that both
CPP tokens are defined.
2005-05-03 18:37:46 +00:00
manu
89647c7ca6
First work on COMPAT_LINUX/amd64
...
Process startup and dynamiclinking work, but processes hang due to
Linux arch_prctl(2) not being really supported yet.
2005-05-03 16:26:27 +00:00
bsh
6c6d96d112
dependencies for .BEGIN is not accepted by the latest nbmake.
2005-05-03 14:51:42 +00:00
martin
b68faae566
Add wsmux and wsfont pseudo devices.
2005-05-03 14:48:52 +00:00
augustss
83ee25f9d4
Show an example of turning off auto repeat.
2005-05-03 13:26:25 +00:00
augustss
d069124a45
Don't emulate auto repeat in the keyboard driver, the wskbd driver does that.
...
Auto repeat emulation can be turned on by defining UKBD_REPEAT, but this
should never be necessary.
2005-05-03 13:15:21 +00:00
augustss
09661ed83a
Change the logic for generating auto repeat from the keyboard. Previously
...
auto repeat was only available in translated mode, but not in event mode.
Now both modes have auto repeat. There are actually a few users of
the event mode, and they deserve auto repeat too. :)
Also make it possible to turn off auto repeat by setting repeat.del1=0.
2005-05-03 13:13:07 +00:00
wiz
db647e5c29
postfix-2.2.3 is out.
2005-05-03 12:08:27 +00:00
wiz
f2944095c0
Fix a typo and add an s.
2005-05-03 11:57:11 +00:00
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