kochi
589c0d70ae
Resolve conflicts from acpica-20030228-2 import.
2003-03-04 17:25:09 +00:00
jmmv
1d2af97bbf
Remove trailing whitespace.
2003-03-04 17:16:15 +00:00
kochi
f874599c20
Import the Intel ACPICA 20030228 release.
2003-03-04 17:07:34 +00:00
kochi
f93b318be7
import the Intel ACPICA 20030228 release
2003-03-04 16:43:14 +00:00
fredb
4ac9063aa0
Explain that "sh" has no effect except for locally attached printers,
...
using, in part, language provided by Gabriel Rosenkoeter. This partially
fixes bin/20525 filed by Peter I. Hansen.
CVS ----------------------------------------------------------------------
2003-03-04 16:10:04 +00:00
yamt
4ff37a4920
no point to compare wint_t and EOF.
2003-03-04 15:09:54 +00:00
yamt
da2254b6db
iswctype: return 0 if charclass is 0.
2003-03-04 15:05:57 +00:00
jmmv
29e803a523
Add the /usr/share/examples/wsmoused directory (hi wiz!).
2003-03-04 14:53:01 +00:00
jmmv
48f9faab8e
Add the wsmoused.conf(5) manpage.
2003-03-04 14:51:52 +00:00
jmmv
0ca9b0e305
Add the /usr/share/examples/wsmoused directory and the wsmoused.conf file
...
inside it.
2003-03-04 14:39:06 +00:00
jmmv
ba49f26643
Configuration file is optional, as well as sections inside it.
2003-03-04 14:38:25 +00:00
jmmv
f556391190
Add a wsmoused sample configuration file.
2003-03-04 14:36:17 +00:00
jmmv
68e2c80483
Add support to parse a configuration file, /etc/wsmoused.conf by default.
...
This file lets users tune the behavior of the daemon in a easy way, without
having to mess with command line options (nor in rc.conf).
It will also simplify future integration of new functionality within the
program as multiple "modes" of operator are recognized.
The new wsmoused.conf(5) manpage contains all related details.
Some error message cleanup and minor manpage fixes too.
Ok'ed by christos.
2003-03-04 14:33:55 +00:00
fvdl
1d6960703b
Return value style update (no parentheses)
2003-03-04 14:22:15 +00:00
yamt
182b7b7cda
lower acpi interrupt level to IPL_VM.
...
it's the highest level it can use because it uses malloc(9).
XXX probably, it's still higher than it needs.
ok'ed by thorpej.
2003-03-04 13:44:08 +00:00
soren
e0395ed0f1
G/c old macppc grf entries.
2003-03-04 13:29:12 +00:00
soren
889bcccc72
Attach on recent TiBooks.
...
XXX The mixer doesn't work yet.
2003-03-04 13:28:20 +00:00
yamt
36c89d3a8a
wctob returns EOF, not WEOF.
2003-03-04 13:27:12 +00:00
tshiozak
352611fffc
add manpages for wctype, wctrans, iswctype and towctrans.
2003-03-04 12:26:26 +00:00
dogcow
dd911e8f5d
Reworked the bfd accesses to use the documented interfaces.
...
Also, use the file offsets for direct reading/writing, rather
than going through poorly-documented bfd internal magic.
2003-03-04 12:16:41 +00:00
tshiozak
188f0525a0
add manual pages for iswctype(), towctrans(), wctype() and wctrans().
2003-03-04 12:11:49 +00:00
wiz
2c9762a5ec
Mention how to enter ddb on macppc. Bump date and copyright.
2003-03-04 12:02:51 +00:00
dsl
b7c921ed3d
The IDT is an array of struct gate_descriptor.
2003-03-04 10:39:10 +00:00
tshiozak
ca7b6ea6df
add #include <string.h> for memset().
2003-03-04 10:35:31 +00:00
tshiozak
76c65c8cdb
fix a latent bug; host structure was mistaken for file structure.
...
my latest changes actualize it on ISO8859-x locales.
2003-03-04 08:49:15 +00:00
matt
fb2cebb577
Pass the address of the intrframe to the ext_intr routine.
2003-03-04 08:34:12 +00:00
dogcow
12931a397c
change bfd_close -> bfd_close_all_done, as to discard any changes libbfd
...
thinks may have been made to the object file during symbol groveling.
2003-03-04 08:32:58 +00:00
wiz
5cdc073488
postfix-2.0.5 out.
2003-03-04 08:07:21 +00:00
matt
e1d9426036
Make to define ${BOARDTYPE}
2003-03-04 07:52:21 +00:00
matt
107803a3a3
Re-arrange things in evbppc & powerpc to support OEA-based eval boards
...
in evbppc. OEA-based board(s) to be added later.
2003-03-04 07:50:57 +00:00
matt
9875f9218d
Add some missing volatiles.
2003-03-04 07:48:09 +00:00
thorpej
d3f54e81dd
Fix the following pathological scanario:
...
* User allocates ZFOD region, but does not actually touch the buffer
to fault in the pages.
* In a loop, user writes this buffer to a network socket, triggering
sosend_loan().
* uvm_loan() calls uvm_loanzero() once for each page in the loaned
region (since the pages have not yet faulted in). This causes a
page to be allocated and zero'd. The result is the kernel spends
a lot of time allocating and zero'ing pages.
This fixes creates a special object which owns a single zero'd page.
This single zero'd page is used to satisfy all loans of non-resident
ZFOD mappings.
Thanks to Allen Briggs for discovering the problem and for providing
an initial patch.
2003-03-04 06:18:54 +00:00
taca
57fdc950ca
BIND 9.2.2 has out.
2003-03-04 03:41:59 +00:00
lukem
cfcaeea176
don't print the command & start time until after the options are parsed...
2003-03-04 02:20:28 +00:00
thorpej
23d2066add
Cast the argument passed to vtophys() to a vaddr_t.
2003-03-04 01:10:50 +00:00
fvdl
a345044000
s/i386_isa_chipset/x86_isa_chipset/
2003-03-04 01:07:36 +00:00
fvdl
f28dd1acef
s/i386_isa_chipset/x86_isa_chipset/, it's defined on multiple ports, but
...
used in shared code.
2003-03-04 01:06:38 +00:00
nathanw
5d3c3b4483
add man pages for wctob() and btowc().
2003-03-04 00:32:55 +00:00
nathanw
fba8aef839
libc bumped to 12.96 by tshiozak.
2003-03-04 00:31:40 +00:00
fvdl
d8464bf767
The intrmasks array is only used in if 0-ed code, so if 0 it as well.
2003-03-03 23:49:18 +00:00
dsl
a124f92ed5
Seems better to display p_sv{u,g}id when asked for it...
2003-03-03 23:13:21 +00:00
pk
f26c7b7e7f
Note a kernel pmap locking problem in pmap_kenter_pa4m().
2003-03-03 22:43:58 +00:00
kanaoka
31bc31ea63
acpica-unix-20030228.tar.gz is out.
2003-03-03 22:31:29 +00:00
fvdl
7b925fa8cf
Use unsigned long long to print msr values.
2003-03-03 22:23:22 +00:00
fvdl
2934facefc
use CVAROFF.
2003-03-03 22:17:15 +00:00
fvdl
60ff7764b1
Use pmap_cpu_has_pg_n()
2003-03-03 22:16:54 +00:00
fvdl
22c3c5973b
The IDT is an array of struct gate_descriptor.
2003-03-03 22:16:20 +00:00
fvdl
5d9be5f0db
The IDT only contains gate descriptors, so define it as such.
2003-03-03 22:14:15 +00:00
fvdl
1b64bc0ae7
define pmap_cpu_has_pg_n and pmap_cpu_has_invlpg to make code sharing
...
easier.
2003-03-03 22:13:16 +00:00
fvdl
3ebdf8bcc3
Make CVAR asm reference macro CVAROFF, taking an offset.
2003-03-03 22:12:22 +00:00