jdolecek
f7dd27c22b
fix section xrefs for ai(4) and ef(4)
2001-03-02 21:50:10 +00:00
jdolecek
13cb1a6488
Don't coredump if format given via -w doesn't contain alphanumeric
...
character; in such case, warn user the format is invalid.
This addresses bin/12316 by Perry E. Metzger.
2001-03-02 21:17:31 +00:00
tsubai
22961fea9b
Enable CD and microphone sound input on paddington based systems.
2001-03-02 20:36:00 +00:00
uch
27e08ba42c
fix matrix switch initial value.
2001-03-02 19:21:53 +00:00
uch
b36a55093a
HP Jornada 680 Japanese model keymap.
2001-03-02 19:19:34 +00:00
uch
28b76ec777
rewind progress bar when boot button is pushed.
...
(SH3) if check box on console window is checked, dump system register.
2001-03-02 18:26:37 +00:00
ad
edb647f542
Fix typo.
2001-03-02 17:57:34 +00:00
thorpej
80436e480c
Regen -- Add Mylex AcceleRAID and eXtremeRAID product and subsystem IDs.
2001-03-02 17:32:59 +00:00
thorpej
e7ad0a9187
Add Mylex AcceleRAID and eXtremeRAID product and sybsystem IDs.
2001-03-02 17:32:01 +00:00
pk
bba5d36487
Initialize the IPI message locks.
2001-03-02 17:00:13 +00:00
mhitch
626864333b
Use ${NM} and ${SIZE} so cross-compiling works. The machine and m68k include
...
directories still need to be fixed.
2001-03-02 16:46:19 +00:00
mhitch
f9e9387cf0
More missing register prefixes and _C_LABEL()s for ELF. Should now compile
...
with ELF, but still needs an "elf2bb" program.
2001-03-02 16:43:25 +00:00
mhitch
5864b6d958
More missing register prefixes.
2001-03-02 16:29:41 +00:00
itojun
dc3424f555
pass key to rijndael logic as binary, not hexadecimal string.
...
sync with kame
2001-03-02 15:42:39 +00:00
pk
0548d12369
* proc_trampoline: call `proc_trampoline_mp()' #if MULTIPROCESSOR;
...
currently necessary to acquire the `running in kernel mode' lock;
pointed out by Bill Sommerfeld/Simon Gerraty.
* remove reference to `cpu_set_kpc()' from comments, as we don't have it.
2001-03-02 10:27:00 +00:00
pk
e999fb6b77
bootstrap area: remove dead code + some trivial reformatting
2001-03-02 09:48:13 +00:00
sato
f199529e4b
add MC/R430(copy of MC/R530)
2001-03-02 09:14:36 +00:00
mrg
ecb878c12d
sync with GENERIC32.
2001-03-02 07:56:26 +00:00
mrg
3c2cb5a456
- no need to hard wire pci busses or hme0 anymore
...
- clean up some comments
- __ELF__ is defined by the compiler
2001-03-02 07:50:08 +00:00
mrg
23fecf2b24
clean up slightly; prepare to make this identical to sparc/frame.h.
2001-03-02 07:40:18 +00:00
mrg
3c31d4fccb
clean up slightly.
2001-03-02 07:36:57 +00:00
thorpej
848541a63e
In the self-describing bogus code block, at least use plausible
...
subclass IDs.
2001-03-02 06:56:11 +00:00
thorpej
af864c36fe
Regen; added Xircom WinGlobal modem product ID.
2001-03-02 06:53:54 +00:00
thorpej
7ec4113ee0
Add product ID for Xircom WinGlobal modem.
2001-03-02 06:51:07 +00:00
mrg
7a1cb1dbc2
use pci_bus_devorder() and pci_dev_funcorder()
2001-03-02 06:34:06 +00:00
mrg
11524b8374
allow pci_bus_maxdevs() to be replaced with pci_bus_devorder() and
...
pci_dev_funcorder() that have the following signatures:
int pci_bus_devorder(pci_chipset_tag_t pc, int bus, char list[32]);
int pci_dev_funcorder(pci_chipset_tag_t pc, int bus, int device, char list[8]);
they control the order of PCI bus probe at the device and function level,
by filling in a value from 0 to 31 for pci_bus_devorder() or 0 to 7 for
pci_dev_funcorder, with a value of -1 to signify no more entries.
when device properties arrive, these will be replaced with some facility
based on properties (design/implementation unknown currently.)
2001-03-02 06:24:17 +00:00
cgd
bc035adad9
update the date; pointed out by mycroft
2001-03-02 06:06:08 +00:00
itojun
f03176a0a8
have comment that refers to kame COVERAGE document. sync with kame
2001-03-02 04:55:40 +00:00
itojun
8c8c2f71a4
the date string in KAME version is getting very meaningless, remove.
2001-03-02 04:52:54 +00:00
cgd
21e6278642
don't forget the LIBRARY section
2001-03-02 04:52:08 +00:00
mjacob
bf630787f7
Fix isp_print_qentry to print all four lines- it's been broken for months.
2001-03-02 04:51:14 +00:00
itojun
7806b5d1f3
increase ipstat.ips_badaddr if the packet fails to pass address checks.
2001-03-02 04:26:10 +00:00
itojun
5c34a310c2
comment correction: 127/8 must not leave the node (RFC1122)
2001-03-02 03:07:29 +00:00
itojun
89b4c3edc6
reject packets with 127/8 on IPv4 src/dst, they must not appear on wire
...
(RFC1122). torture-tests will be welcomed.
XXX do we want to check source routing headers as well?
2001-03-02 02:05:36 +00:00
reinoud
5cc6423696
Fixed the bug that crept into giving support for moving IOMDs during startup.
...
Initially I gave it the type `int *iomd_base' but some macro's defined in
iomdreg.h calculated with the value asuming it to be an int ... thus all the
registers offsets were multiplied by four and that can only mean trouble !
The kernel boots again ever happily. Sorry for the inconvenience... it was
a good bug hunt though!
2001-03-02 01:46:57 +00:00
marcus
33090db137
Harmonized keycodes with USB.
2001-03-02 00:25:06 +00:00
bjh21
5b15e666a1
ARM7100 -> ARM710A, following information from reinoud.
2001-03-01 23:45:56 +00:00
marcus
104415e253
Dropped the leading underscore on _etext and _end, due to move to ELF.
2001-03-01 23:35:20 +00:00
marcus
389ac2109b
Kernel binary format is hereby officially changed to ELF32.
2001-03-01 23:34:08 +00:00
mjl
01cd332ad1
Fix typo to make this compile even w/ debug defines.
2001-03-01 22:53:13 +00:00
lukem
571663338d
rlc
2001-03-01 22:46:13 +00:00
tv
e64fcaf2af
Also make hup work in single user; revert dot.cshrc to atatat's version,
...
and make equivalent for dot.shrc.
2001-03-01 22:45:49 +00:00
lukem
4dea53e974
AYBABTU
2001-03-01 22:35:52 +00:00
tv
15f19b7a16
Use "head -1" as a generic way to snarf the first line of the pid file;
...
also works with the existing alias in dot.shrc.
2001-03-01 22:30:41 +00:00
atatat
f4ad2126ae
Teach the hup alias to deal with sendmail's pid file
2001-03-01 22:26:57 +00:00
thorpej
8f79095477
Differentiate a couple of similar error message, and add newlines
...
on the end of them.
2001-03-01 22:10:57 +00:00
is
8931aeb7a9
Don't use the frames' provided EA yet; something is wrong.
2001-03-01 22:01:52 +00:00
is
db27e55251
Add register prefixes.
2001-03-01 21:32:53 +00:00
minoura
8770ff2900
Sync with news68k:
...
Remove unneeded COMPAT_HPUX stuff.
2001-03-01 17:11:13 +00:00
uch
2485a882f2
if catch unknown scancode, print its row and column.
2001-03-01 16:41:36 +00:00