sekiya
f17c77ee73
Use XFree86 4.x on sgimips.
2003-11-03 00:30:34 +00:00
matt
2e6ccf08b6
Honor NOINCLUDES= environment variable.
2003-11-02 23:46:02 +00:00
he
20a53a5841
Fix uninitialized error in pcib_print().
2003-11-02 22:03:42 +00:00
scw
b9d5da7eda
The expansion bus is mapped via ixpsip now.
2003-11-02 21:27:51 +00:00
scw
e9cd075343
It makes more sense to map the expansion bus registers in ixpsip
...
instead of the pci bridge driver.
2003-11-02 21:24:39 +00:00
scw
21f388f6e0
Add generic read/write region 1 ops.
2003-11-02 21:20:32 +00:00
hannken
3f72313b8e
Add "target kcore" to gdb53/sparc.
...
Taken verbatim from the old gdb in src/gnu/dist/toolchain/gdb.
Approved by: Christos Zoulas <zoulas@netbsd.org>
2003-11-02 20:59:28 +00:00
christos
62a5c8a602
Always use el->el_buffer, because newbuffer could have moved. From
...
Gerry Swislow gerry at certif dot com
2003-11-02 20:08:41 +00:00
christos
72dc1c2ac9
If the kill buffer is empty return normal. From Gerry Swislow gerry at certif
...
dot com
2003-11-02 20:07:58 +00:00
christos
d67d488ee2
Handle M- as escape. XXX: should probably select the meta-map instead.
...
From Gerry Swislow gerry at certif com
2003-11-02 20:06:57 +00:00
mycroft
d94e36f311
Add another one.
2003-11-02 19:42:03 +00:00
matt
0c6f824d5a
Fix LP64 bug.
2003-11-02 18:29:46 +00:00
thorpej
3d11ccec8c
Clean up getopt() usage, removing unnecessary warnx()'s.
...
From Sergey Svishchev <svs at ropnet dot ru>.
2003-11-02 17:43:01 +00:00
thorpej
2dc0580879
Remove unnecessary warnx() in getopt default case.
...
From Sergey Svishchev <svs at ropnet dot ru>.
2003-11-02 17:40:41 +00:00
jdolecek
a2ed003b8b
sa_yield(): 'sa' is used only for KDASSERT(), so make it #ifdef DEBUG
2003-11-02 17:04:05 +00:00
jdolecek
5e94c73334
kill unneded SYSVSHM includes
...
use ANSI C function definition for uvm_lwp_exit()
2003-11-02 16:53:43 +00:00
cl
afee7aa4d7
Extend the #ifdef M68040 so that the `sig' variable declaration is moved
...
in as well, as it's otherwise not used. (from atari/atari/trap.c and
x68k/x68k/trap.c)
2003-11-02 16:49:38 +00:00
jdolecek
1cfc34d60f
use LIST_FOREACH() as appropriate
2003-11-02 16:42:22 +00:00
jdolecek
7d64ff943e
add /* nothing */ comment to cpu_wait()/cpu_swapout()
2003-11-02 16:37:09 +00:00
cl
763d8350f0
perform indention change left out of previous commit
2003-11-02 16:30:55 +00:00
cl
350dd95eff
Cleanup signal delivery for SA processes:
...
General idea: only consider the LWP on the VP for signal delivery, all
other LWPs are either asleep or running from waking up until repossessing
the VP.
- in kern_sig.c:kpsignal2: handle all states the LWP on the VP can be in
- in kern_sig.c:proc_stop: only try to stop the LWP on the VP. All other
LWPs will suspend in sa_vp_repossess() until the VP-LWP donates the VP.
Restore original behaviour (before SA-specific hacks were added) for
non-SA processes.
- in kern_sig.c:proc_unstop: only return the LWP on the VP
- handle sa_yield as case 0 in sa_switch instead of clearing L_SA, add an
L_SA_YIELD flag
- replace sa_idle by L_SA_IDLE flag since it was either NULL or == sa_vp
Also don't output itimerfire overrun warning if the process is already
exiting.
Also g/c sa_woken because it's not used.
Also g/c some #if 0 code.
2003-11-02 16:26:10 +00:00
kochi
11bda6a540
The latest ACPI CA release from INTEL was imported by mycroft@.
2003-11-02 16:06:47 +00:00
perry
4d9c2f6d8f
Clean up the i386 examples somewhat, adding an example of upgrading
...
the boot blocks on the existing mounted root file system, and
eliminating references to bootxx_ufs.
I referenced the a partition even though most other ports seem to
reference the c partition. I don't know if that's the most correct
way to do it, but it seems to work for me and no one can tell me what
the canonical method is. I'd let someone else fix the man page but no
one seemed to want to and it really needed the example.
2003-11-02 16:04:31 +00:00
chs
914233e001
commands have grown, make the ramdisk bigger.
2003-11-02 16:02:09 +00:00
chs
d9fc04266e
fix parallel build.
2003-11-02 16:01:16 +00:00
chs
79f70b37d7
find libsa files.
2003-11-02 16:00:54 +00:00
he
ce7ac04a96
Extend the #ifdef M68040 so that the `sig' variable declaration is moved
...
in as well, as it's otherwise not used.
2003-11-02 15:55:16 +00:00
isaki
9f580c69ba
Oops, make it compilable with or without M68040.
2003-11-02 14:06:05 +00:00
isaki
ae50a81244
make it compilable.
2003-11-02 13:57:38 +00:00
shin
8e83097ff5
fix return value of _gsfb_mmap().
2003-11-02 13:12:14 +00:00
tsutsui
c7058a99ee
Fix leftover of MI mk48txx(4) changes inside #if defined(SUN4).
...
Pointed out by Juergen Hannken-Illjes.
2003-11-02 12:59:18 +00:00
he
c8122b488e
The compiler doesn't know that setjmp() always returns 0 "the first
...
time around", so move the initialization of cp0 and cp15 to outside
the if() statement to make this compile again.
2003-11-02 12:39:30 +00:00
jdolecek
b74c137c2a
use LIST_FOREACH() where appropriate
2003-11-02 12:01:40 +00:00
gson
159f73f5c9
Some possible MIDI input byte streams could cause sc->in_msg[]
...
to be overrun, causing a crash.
2003-11-02 11:56:36 +00:00
jdolecek
ec23fd5f28
properly initialize local variable in pnp_debugdump()
2003-11-02 11:32:03 +00:00
wiz
59409bce25
Some improvements from the OpenBSD version of this man page. Forwarded
...
by jmc@openbsd.
2003-11-02 11:27:49 +00:00
wiz
85cc64da0f
Typo; from Jared Yanovich via jmc@openbsd.
2003-11-02 11:18:10 +00:00
wiz
fff16e7f65
Uppercase name; from Jared Yanovich via jmc@openbsd.
2003-11-02 11:17:16 +00:00
wiz
6f9372dc27
Typo; from Jared Yanovich via jmc@openbsd.
2003-11-02 11:16:03 +00:00
wiz
dfb3c51536
Fix some typos. From Tom Cosgrove via jmc@openbsd.
2003-11-02 11:14:22 +00:00
jdolecek
076f4674a8
acpi_res_parse_ioport(): if the added entry is next to a previous I/O port
...
entry, just expand the previous entry instead of adding separate mapping
apparently some BIOSes make separate I/O port entries like this, and
some drivers then fail to attach; this change fixes mappings like
fdc0: io 0x3f2-0x3f3,0x3f4-0x3f5,0x3f7 irq 6 drq 2
to
fdc0: io 0x3f2-0x3f5,0x3f7 irq 6 drq 2
change tested by Bernd Ernesti
2003-11-02 11:12:53 +00:00
wiz
c5670263e0
Fix some typos. From Tom Cosgrove via jmc@openbsd.
2003-11-02 11:07:44 +00:00
wiz
218b6186ff
deferred, not deffered. Inspired by Tom Cosgrove.
2003-11-02 10:50:40 +00:00
wiz
d88f7b1d62
boundary, not boundry. Inspired by Tom Cosgrove.
2003-11-02 10:31:06 +00:00
martin
43b448a711
Redo previous so that it actually works - the OF node still is called "wdc"
...
but it is not the parent but the grandparent of the disk device now.
2003-11-02 10:13:23 +00:00
wiz
c0177219fe
Fix some typos. From Tom Cosgrove via jmc@openbsd.
2003-11-02 09:52:33 +00:00
wiz
0aca09fbc0
Fix two typos. From Tom Cosgrove via jmc@openbsd.
2003-11-02 09:49:20 +00:00
he
2cd9d70a98
Make the clock device aldo depend on mc146818, to make kernels without
...
the 'rtc at ebus' driver configured (e.g. for sbus machines) link.
2003-11-02 09:33:56 +00:00
wiz
301fe66e18
Fix typos, add articles, use more markup.
2003-11-02 09:08:16 +00:00
wiz
8920f41e3e
Bump date for previous.
2003-11-02 09:01:47 +00:00