briggs
953bcec0ab
ifmedia_set() should not panic, nor can it really fail. So if there is
...
some problem setting the media to the requested value (usually IFM_AUTO),
we now force the media selection to IFM_NONE.
This addresses PR/14029 ``panic("ifmedia_set") a little too brutal''
and may address to some degree PR/19504 and PR/23341.
2003-11-03 14:43:32 +00:00
dsl
33aba4e04e
Add the rest of the cat8/*/makedev.0 files
2003-11-03 12:22:17 +00:00
ragge
2fc6066af3
Add assembly routines for some of the bignum functions. Most comes from VMS,
...
a few written by me. This speeds up ssh 2-3 times.
2003-11-03 10:22:28 +00:00
ragge
3a99ca5371
Set USER_LABEL_PREFIX to "", otherwise native compilation of some GNU
...
utilities (like texinfo) fails.
2003-11-03 10:07:34 +00:00
wiz
0128b312f7
Misc fixes from Soren Jacobsen in PR 23350.
2003-11-03 09:56:37 +00:00
wiz
38ecd597c4
Add an article.
2003-11-03 08:09:16 +00:00
wiz
ae05ebb9c6
Use Dv for some defines; replace > with \*[Gt] for HTML.
2003-11-03 08:07:36 +00:00
kochi
84795bd3fd
* now the size of ACPI_DEVICE_INFO is variable:
...
it can now accomodate multiple _CIDs
sizeof(ACPI_DEVICE_INFO) should not be used
* make ad_devinfo member in acpi_devnode a pointer
* implement acpi_match_hid() to simplify matching devices;
_CIDs are also taken into account now as well as _HID
2003-11-03 06:03:47 +00:00
mycroft
21978e6e0a
Add another item, and some comments on particular machines affected.
2003-11-03 05:41:06 +00:00
yamt
933834a7ae
revert rev.1.70 as it was not needed.
...
uvm_map_lookup_entry() should handle addresses out of the map.
2003-11-03 04:39:11 +00:00
yamt
efe5d5c154
make lint happy.
2003-11-03 04:20:28 +00:00
yamt
c8d12c1c35
retire PG_ZERO zero-fill checks. uvm_pagefree now check it for us.
2003-11-03 04:02:13 +00:00
yamt
70538d0c22
add a DEBUG check if freed PG_ZERO pages are really zero-filled.
2003-11-03 03:58:28 +00:00
nisimura
d77f7e03eb
Add little notes about the capability and limition of the IDE driver.
2003-11-03 03:29:51 +00:00
christos
1b8a2beb0c
Fix uninitialized variable.
2003-11-03 03:22:55 +00:00
ichiro
8b115395c7
Fix uninitialized variable warnings
2003-11-03 03:05:25 +00:00
yamt
e8ee7a1778
document a recent uvm_pagefree PG_ZERO change.
2003-11-03 01:28:01 +00:00
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