thorpej
8fa28a286c
Bring in the following change from Binutils-current:
...
2002-09-28 Matt Thomas <matt@3am-software.com>
Jason Thorpe <thorpej@wasabisystems.com>
* config/tc-vax.c (md_estimate_size_before_relax): Only try to
convert undefined references to GOT32/PLT32 if PIC code is
requested. Fix comment.
2002-11-05 14:33:35 +00:00
thorpej
b4f17138b9
* Tidy up CC1_SPEC. Remove the -mno-pic flag, which didn't actually
...
work properly.
* Add a new -mno-asm-pic flag which tells the assembler to assemble
the code non-PIC even if it was compiled PIC.
2002-11-05 14:31:58 +00:00
thorpej
54a7ee3470
Allow more than one interface to be specified on the command line.
2002-11-05 14:18:04 +00:00
mrg
3e8df71794
- do the COMPAT_16 dance in sysctl_diskstats() for the where == NULL case
...
as well. pointed out by enami@.
- defflag COMPAT_16.
2002-11-05 13:22:32 +00:00
cjs
faade5e87c
Fix typo.
2002-11-05 12:13:40 +00:00
cjs
c866abcfc9
Restore umass_fixup_sony so that Sony cameras work once again.
2002-11-05 12:06:58 +00:00
fair
f1db6afa29
Add udsbr(4) with radio(4) attachment to standard configs
2002-11-05 08:31:43 +00:00
chs
f9c2080322
merge pmap.c for all 4k-page motorola-MMU (or compatible) m68k platforms.
2002-11-05 07:41:17 +00:00
grant
f437cb0639
s/anyways/anyway/
2002-11-05 07:34:31 +00:00
thorpej
e0f2bd703f
Only skip the copy if we are already relocated; always clear
...
the BSS.
2002-11-05 06:16:21 +00:00
thorpej
80369ce3c8
Set the entry point to 0 for the ELF case, too.
2002-11-05 06:10:35 +00:00
thorpej
314b43faa0
For ELF, set d->loadaddr to 0, as we do for a.out.
...
On both my 4000/60 and SIMH, a boot program NOT loaded at 0 consistently
is loaded +0x5200 too high in memory, which which causes a fatal trap back
into the console even before the self-relocating code can run. "wHATEver."
2002-11-05 06:08:29 +00:00
dbj
3f75e3780c
check that a disklabel is valid before trying to extract partition
...
information from it when checking for apple ufs filesystems
2002-11-05 05:18:50 +00:00
thorpej
1a49eb0ca9
Make sure to fill in the load address in the dest. MOP header.
2002-11-05 05:06:05 +00:00
thorpej
ac17ec7137
Show the load address in hex.
2002-11-05 04:54:26 +00:00
enami
230caefde1
- Remove the last __P.
...
- Don't put space between function name and () op.
2002-11-05 04:49:05 +00:00
fair
97a835073c
Add the radio(4) driver to NetBSD/alpha
2002-11-05 04:45:09 +00:00
fair
caee39d926
Add required IPSEC #include files that prevented this from compiling.
2002-11-05 02:07:25 +00:00
enami
6709c26d9f
In the function usage(),
...
- The -n and -t option was missing in sample command line.
- Indent the description of -r option correctly.
- Use `basename $0` instead of $0.
2002-11-05 01:53:58 +00:00
thorpej
80f8dbe30a
Add a new VM map, lkm_map, which machine-dependent code can provide
...
in the event that it needs to use a special VM range (x86_64 falls
into this category). We fall back onto kernel_map if machine-dependent
code doesn't create a special map.
2002-11-05 01:24:35 +00:00
thorpej
6596b29802
t4 -> ta0
2002-11-05 00:05:15 +00:00
jdolecek
3d73192560
struct kevent's udata is actually intptr_t
2002-11-04 22:14:46 +00:00
christos
511dcb963a
PR/18929: Kimmo Suominen: rpc.rusersd ignores utmpx
2002-11-04 22:03:38 +00:00
thorpej
0bc2a57e26
Use named indices for RA, SR, MULLO, MULHI, and EPC in the
...
trapframe.
2002-11-04 20:02:09 +00:00
briggs
0a3ddcba15
Catch up with jdolecek again and remove ./usr/include/powerpc/macho_machdep.h.
2002-11-04 19:58:36 +00:00
thorpej
fab408c3af
Use named indices for trapframe slots, and use the TA0-TA3 names
...
where appropriate.
2002-11-04 19:51:05 +00:00
briggs
9e19c6e872
Add ./usr/include/powerpc/macho_machdep.h
2002-11-04 19:49:00 +00:00
thorpej
c8fbf16072
Define named constants for the trapframe register idices (they
...
are different from the normal register numbers). Use these names
in genassym.cf. (Wow, how ever did that test kernel boot before...)
2002-11-04 19:40:04 +00:00
pooka
00f370741b
we don't own Jason, even if we'd like to
...
(fix typo in comment, in case you're wondering ;)
2002-11-04 19:17:33 +00:00
thorpej
ad825a97f1
t4-t7 -> ta0-ta3
2002-11-04 18:54:13 +00:00
thorpej
1d0b5f8106
A few more t4-t7 -> ta0-ta3 that I missed before.
2002-11-04 18:45:55 +00:00
thorpej
731fe805a1
t4-t7 -> ta0-ta3
2002-11-04 18:41:37 +00:00
thorpej
32d1740afc
Add FRAME_[TA0-TA3] and TF_REG_[TA0-TA3]. Change TF_REG_* to use
...
defined constants for register indices, rather than hard-coded numbers.
2002-11-04 18:41:03 +00:00
pooka
426a477b06
Be more verbose about the second DAC support.
...
requested by the wiz
2002-11-04 17:07:44 +00:00
wiz
29d58d0333
s/sqiud/squid/ in comment, reported by skrueger at europe com.
2002-11-04 16:59:37 +00:00
pooka
486e308c1a
note eap(4) change
2002-11-04 16:38:51 +00:00
kent
22d0e4bb85
auvia_set_params:
...
For a fixed-rate codec, when AUMODE_RECORD and AUDIO_ENCODING_MULAW or
AUDIO_ENCODING_ALAW, use AUDIO_ENCODING_SLINEAR_LE/16bit for native encoding
instead of AUDIO_ENCODING_ULINEAR/8bit because aurateconv does not support
sampling rate conversion for 8 bit PCM.
This change fixes PR kern/18834.
2002-11-04 16:38:49 +00:00
pooka
acfba287f0
reflect second DAC support
2002-11-04 16:37:04 +00:00
pooka
d6b170e2de
add support for the second DAC found on the chip. to attach the second
...
audio device, define EAP_USE_BOTH_DACS
2002-11-04 16:34:25 +00:00
jdolecek
2ba45545df
back previous off; don't install macho_machdep.h
2002-11-04 15:27:15 +00:00
kent
8eadd119b9
Add power-management register definitions.
2002-11-04 14:56:10 +00:00
wiz
98219f2782
regen (typo fix from PR 18921)
2002-11-04 12:36:25 +00:00
wiz
ec50e0a966
Fix typo reported by Nicolas Joly in PR 18921.
2002-11-04 12:35:27 +00:00
mrg
c7cd1b33d0
fix PR#18909, but not quite exactly the same as the patch provided. also,
...
check if the filesize causes a size_t overflow and if so, use the fallback
read/write loop method.
2002-11-04 12:04:23 +00:00
itohy
ba91c01b07
Fix asm usage. "tf" is an output operand, not an input.
2002-11-04 08:12:30 +00:00
junyoung
0c51bd608e
Missing '.'
2002-11-04 08:05:52 +00:00
itohy
94b2e6e61d
Dump DDB_* and SYMTAB_SPACE options to opt_ddbparam.h rather than opt_ddb.h.
...
These options are used in limited files but #include "opt_ddb.h" are
everywhere, and changing them caused almost full recompilation.
2002-11-04 06:24:38 +00:00
simonb
af5c630516
cpu_dump() has to return something if it bails early; make it so.
2002-11-04 05:41:29 +00:00
thorpej
65fdfe7d64
Add TA0-TA3 register indices.
2002-11-04 04:24:48 +00:00
thorpej
abaff8e1c6
t4-t7 -> ta0-ta3
2002-11-04 04:06:51 +00:00