bouyer
2bbf86d46b
Regen: add 2 acard pciide controllers.
2002-09-11 20:43:42 +00:00
bouyer
60f292630a
Add 2 accard pciide controllers. From linux.
2002-09-11 20:43:07 +00:00
martin
000826593a
Make kernels without KTRACE work.
2002-09-11 20:19:45 +00:00
mycroft
403e42f619
Do self-relocation similar to sparc.
2002-09-11 19:46:40 +00:00
mycroft
e46eb805f1
This ld script is no longer necessary.
2002-09-11 19:46:04 +00:00
mycroft
aa1330ce71
Do the _rtld_relocate_nonplt_self() thing for SPARC.
2002-09-11 19:11:05 +00:00
mycroft
82148aec74
The ld script is no longer necessary.
2002-09-11 18:20:47 +00:00
christos
d0deebbba7
Add a simple test to see if the whoami functionality works.
2002-09-11 18:19:42 +00:00
mycroft
d603bed369
Implement _rtld_relocate_nonplt_self() on Alpha.
2002-09-11 18:18:37 +00:00
mycroft
735f9f38c0
Split the `self' case out of _rtld_relocate_nonplt_objects, into a new function
...
_rtld_relocate_nonplt_self(), which is called from _rtld_start.
Now we're completely relocated before main() is called.
We also no longer need _GOT_END_, so junk the ld script.
This code assumes that ld.elf_so only contains RELATIVE relocs, but that's
supposed to be the case for -Bsymbolic anyway.
2002-09-11 17:23:23 +00:00
gehenna
fcba53f1a9
fix that no major numbers is assigned dynamically if the
...
not-listed-in-majors device switch is loaded.
2002-09-11 16:33:03 +00:00
wiz
c682d53b51
Remove some superfluous quoting. Bump date for last change.
2002-09-11 15:38:44 +00:00
jdc
e311e7faf2
Add information about cgsix boards and notes on how to set the graphics
...
resolution.
This page should probably be shared with sun3 and sparc64 at some point.
2002-09-11 15:34:08 +00:00
jdc
5436cf8ed4
Add a hack for xterm-like terminals where "\E[m" will turn off
...
other attributes.
2002-09-11 15:23:24 +00:00
minoura
6e13c802a2
Descend to locale subdir.
2002-09-11 14:55:55 +00:00
minoura
a2bb3221ba
Regression tests for libc locale (LC_CTYPE) functions.
...
Based on Citrus repository xpg4dl/test/*, written by tshiozak and yamt.
2002-09-11 14:54:33 +00:00
junyoung
b240241362
Add $NetBSD$.
2002-09-11 14:19:30 +00:00
mycroft
3294e33d95
Don't blindly receive all multicast packets just because we're on a turbo.
...
Pay lip service to making promiscuous mode work.
2002-09-11 13:15:58 +00:00
scw
08dfbb4305
- Be more consistent about using ptel_t where it matters.
...
- Add event counters for some key pmap events (similar to mpc6xx pmap).
- Use the cache-friendly, optimised copy/zero page functions.
- Add the necessary cache management code to enable WriteBack caching
of KSEG1 mappings. Seems to work fine so far.
2002-09-11 11:08:45 +00:00
scw
ecb4124668
- Add cache-friendly, optimised copypage/zeropage functions for use by
...
the pmap module.
- Add {,e}intrnames and {,e}intrcnt to keep kernel-symbol grovelling
tools like vmstat(8) happy.
2002-09-11 11:03:08 +00:00
scw
b08dae4d46
Tweak the interrupt names to properly match reality.
2002-09-11 10:57:50 +00:00
scw
e47c955f01
Get the correct evcnt structure and ipl number when initialising softints.
2002-09-11 10:56:43 +00:00
scw
2b0c53084c
Slight tweak to save one instruction in the pteg TLB miss case.
2002-09-11 10:55:05 +00:00
simonb
6ebf56cc52
Use AU1500_MAC0_BASE as well as a test for setting the MAC addresses
...
of the on-chip interfaces.
2002-09-11 08:30:48 +00:00
itojun
255121cf44
avoid from applying IPsec transport mode to the packets when the kernel
...
forwards the packets.
sync w/kame
2002-09-11 08:15:37 +00:00
thorpej
b00903c834
Fix signed/unsigned comparison warnings from gcc 3.3.
2002-09-11 07:22:19 +00:00
mycroft
f13a876c12
Remove straggling NEXT_TURBO #ifdefs.
2002-09-11 07:17:33 +00:00
mycroft
d6a62735b7
Attach nextdisplay on the mono turbo.
2002-09-11 07:06:16 +00:00
mycroft
8ac5416160
In en_put(), if we don't get a packet, just return 0. This is how we tell
...
the libsa code to retransmit.
2002-09-11 06:32:07 +00:00
enami
78948a7123
Salvage pre-devsw config support so that one can config such as other
...
branch's kernel.
2002-09-11 06:20:09 +00:00
itojun
822449ac65
KNF - return is not a function.
2002-09-11 05:36:26 +00:00
mycroft
d5e3432796
Don't know whether it works, but enable the '030 support for the Hell of it.
2002-09-11 04:17:01 +00:00
itojun
8808abb7b8
correct pointer signedness mixups. sync w/kame
2002-09-11 03:45:44 +00:00
itojun
75e1911429
reduce diff w/kame
2002-09-11 03:23:24 +00:00
oster
20185a3677
Amazingly enough, nothing is actually using the *_bxor3() functions.
...
#if 0 them.
2002-09-11 03:01:23 +00:00
oster
9dfe7eee91
Use the newly added RF_DEBUG_STRIPELOCK to effectively remove a bunch
...
of stuff that most of the world will never want to use.
2002-09-11 02:52:33 +00:00
oster
fc178c4727
Add a new debugging #define: RF_DEBUG_STRIPELOCK
2002-09-11 02:51:21 +00:00
itojun
9401012487
KNF - return is not a function. sync w/kame.
2002-09-11 02:46:42 +00:00
itojun
6dedde045a
correct signedness mixup in pointer passing. sync w/kame
2002-09-11 02:41:19 +00:00
oster
cdb79dd4ae
Nuke unneeded #include "rf_debugprint.h"
2002-09-11 02:22:49 +00:00
mycroft
a0688f1086
Determine turbo-ness based on the ROM machine type here, too.
2002-09-11 02:17:14 +00:00
mycroft
c618f2cc87
Comprehensive patches from Christian Limpach:
...
* Fix problems with the DMA and SCSI drivers.
* Make turbo machines sort of work.
Additional fixes from me:
* Determine if we're a turbo at boot time, by looking at the ROM machine type.
* Set the display size correctly (1120 pixels wide, but padded to 1152 only on
non-turbo machines).
Caveats:
* SCSI doesn't work on the turbo (or at least it blows chunks with no devices
attached).
* Media selection doesn't work on the turbo (the BMAP stuff doesn't exist on
turbo machines).
* The boot block is prone to timing out.
2002-09-11 01:46:29 +00:00
joda
a55a6f7fef
now gone
2002-09-10 22:44:28 +00:00
joda
d998bbaa97
move manpages to man/obsolete.mi
2002-09-10 22:32:09 +00:00
joda
b602ef94f1
kf/kfd has gone
2002-09-10 22:19:41 +00:00
joda
7d3aba796f
don't build kfd; there are security issues with heimdal 0.4e, and we
...
don't actually need it
2002-09-10 22:17:04 +00:00
joda
aee72c5968
don't build kf; there are security issues with heimdal 0.4e, and we
...
don't actually need it
2002-09-10 22:16:22 +00:00
scw
151ee8c81a
Fix a devsw merge botch.
2002-09-10 21:10:18 +00:00
nathanw
cdee09ffbb
At least some versions of the M-Systems DiskOnKey also need
...
UMASS_QUIRK_NO_MAX_LUN.
2002-09-10 16:52:48 +00:00
mycroft
db439ed878
Only one linker script is needed.
2002-09-10 14:19:18 +00:00