matt
f6c7ed1948
Steal the variable VM_* stuff from m68k.
2001-07-16 05:45:52 +00:00
matt
bb9bd28fa8
Change way PIC stuff is emitted for ELF to be more flexible.
2001-07-16 05:43:32 +00:00
matt
59ce75e3e7
Need to emit PLT magic for PIC ELF files.
2001-07-16 05:42:50 +00:00
matt
ee534ba09d
Fix ABS32 ARM reloc case. ELF shared libs on ARM now work!
2001-07-16 05:40:53 +00:00
augustss
bd538b438b
Regen.
2001-07-16 05:04:51 +00:00
manu
764096179a
- No more lost error messages during syslogd startup, they now all appear on
...
stdout before syslogd becomes a daemon.
- Flags for setuid/setgid/chroot syslogd after initialization is completed
- Warning instead of silent ignoring for malformed lines (with spaces instead
of tags)
Approved by Christos
2001-07-16 05:04:47 +00:00
augustss
f4d7e2e9d6
Add SOHOware NUB100. From OpenBSD.
2001-07-16 05:04:29 +00:00
elric
99e8b114e0
So, the PowerStorm 4d20 a.k.a. 32bit TGA2 w/ IBM RGB561 RAMDAC was causing
...
the kernel to panic since it is recognised as a TGA and the TGA driver
doesn't [yet] know what to do with it.
This patch fixes that by:
o making tgamatch() try to actually figure out what kind
of TGA card is there, rather than simply relying on the
vendor/product ids.
o creating a tga_cnmatch() so that the console code in
arch/alpha/pci/pci_machdep.c can cause the same to occur.
o breaking up some of tga_getdevconfig() into a few different
functions to re-use code that would have been duplicated.
o changed arch/alpha/pci/pci_machdep.c so that it calls out
to tga_cnmatch() if DEVICE_IS_TGA() matches before it decides
to attach the console as a TGA.
Addresses PR: port-alpha/12923
2001-07-16 00:55:16 +00:00
wiz
1d32ca9175
Add pmap includes (/usr/include/powerpc/ibm4xx and
...
/usr/include/powerpc/mpc6xx and contents). Fixes port-macppc/13468.
2001-07-15 23:29:13 +00:00
wiz
059761d1f5
Add lots of forms man pages, kthread(9), pci_intr_*(9), and
...
{rem,set}runqueue(9).
2001-07-15 23:27:17 +00:00
wiz
7c1f7d7cee
add cat4/sc.0
2001-07-15 23:25:36 +00:00
matt
85d99cf46c
Fix binder routine to not use a volatile register.
2001-07-15 23:19:59 +00:00
thorpej
dcfd225d73
Defer sending shootdown IPIs a bit longer. Reduces traffic a fair
...
bit more.
2001-07-15 21:57:01 +00:00
martin
accb35c3a2
Fix slight glitch from rev. 1.70: bp is not adjusted for next loop after
...
outputting some data.
Fix provided by isaki@par.odn.ne.jp in PR kern/13472.
2001-07-15 21:17:29 +00:00
christos
2c913b0983
Fix problem reported by Greg Woods, with ld -n generated binaries.
...
Now if the requested alignment of the psection is less than PAGE_SIZE
we use readvn, not pagedvn and we don't adjust sizes.
2001-07-15 20:52:35 +00:00
christos
87e055d89e
Use DPRINTF, and print all exec_vmcmds when we are debugging.
...
Don't use DEBUG, use DEBUG_EXEC to turn all that on.
2001-07-15 20:49:40 +00:00
ichiro
5cbb157eb8
initial commit UDA1341 CODEC
2001-07-15 20:19:31 +00:00
jdolecek
318fdc0c37
execute signal handlers on separate signal stack, if it's been provided
2001-07-15 20:02:21 +00:00
matt
2285430c7e
Bugfix for _rtld_start. Enable common plt processing code for arm
2001-07-15 17:31:02 +00:00
matt
126898a2cd
Initial CSU for ARM with shared ELF.
2001-07-15 17:29:00 +00:00
manu
ba6302b854
Removed two debug messages commited by mistake. Sorry about this.
2001-07-15 17:27:32 +00:00
ichiro
e5e13da17f
Mapping the SSP registers
2001-07-15 17:18:53 +00:00
ichiro
5bc60be08a
add handle of sc_ssph
2001-07-15 17:12:11 +00:00
thorpej
ff62d4c0c5
- Tweak the pmap locking protocol slightly -- require that a pmap must
...
be locked before it can be marked as `active' on a processor.
- Require that pmaps other than the kernel pmap be locked when they
are passed to pmap_tlb_shootdown(). This, combined with the locking
protocol tweak, allow us to get a consistent view of `activeness' of
a pmap, which means we can optmize away a lot of TLB shootdown traffic
for user pmaps.
- Borrow an idea from the i386mp branch; use the normal SHOOTDOWN IPI
to deal with hitting the entire TLB, and garbage-collect the TBIA
and TBIAP IPIs.
2001-07-15 16:42:18 +00:00
fredette
047e3dd5d8
When reporting an ICR value, use bitmask_snprintf to
...
give a human-readable description of the value.
2001-07-15 16:32:40 +00:00
fredette
7c89e5223a
Added.
2001-07-15 16:29:29 +00:00
fredette
b17cd016d5
Removed. It's easier to keep this file with MACHINE-specific
...
sources.
2001-07-15 16:28:55 +00:00
fredette
9308245f59
Replace vm_page_t with struct vm_page *.
2001-07-15 16:27:57 +00:00
jdolecek
8f278f8b6e
Add Belgian AZERTY-based keymap, provided by Atanas Argirov in misc/13464.
2001-07-15 14:46:02 +00:00
jdolecek
55aebfe98e
Remove initial newline from copyright[], which was mistakely added in rev.1.191.
...
Fixes kern/13470 by Tetsuya Isaki.
2001-07-15 14:36:06 +00:00
ichiro
fed0a40ba6
add definition I/Opins of UDA1341
2001-07-15 13:29:38 +00:00
ichiro
cf1c37c9aa
UDA1341TS economy audio CODEC for portable applications.
...
This is used for iPAQ CODEC.
2001-07-15 08:34:36 +00:00
matt
4fbde64366
More changes to get gdb to run on NetBSD/arm
2001-07-15 07:43:12 +00:00
takemura
a0b378689f
Suppress warning message:
...
warning: duplicate script for target "fp.o" ignored
And delete verbose ifs.
2001-07-15 06:38:07 +00:00
matt
a5024ec2b0
Grabbed from gnu/gdb/config/arm. Slightly tweaked for ELF.
2001-07-15 05:32:31 +00:00
matt
ad91959ada
NetBSD should not default to embed on arm.
2001-07-15 05:30:27 +00:00
thorpej
f79117f725
UVM never passes us a NULL pmap argument; remove that Mach VM leftover.
2001-07-15 05:24:20 +00:00
matt
1c2ce68f11
Enable arm if OBJECT_FMT is ELF. Initialize first few GOT entries for ARM.
2001-07-15 03:09:22 +00:00
matt
a61a40997d
Initial support for dynamic ELF support on ARM.
2001-07-15 03:08:33 +00:00
matt
00f7d1ea67
Add support for ARM ELF dynamic relocs.
2001-07-15 01:44:10 +00:00
hubertf
861dbe4370
Interface change for strip_txz(): now stores suffix
2001-07-15 00:34:14 +00:00
ichiro
60f2ec7ec1
enable extended gpio operation
2001-07-15 00:30:17 +00:00
hubertf
f990f4a5a2
* Bugfix: if PLIST_SRC directly follows PLIST_CWD, ignore
...
the PLIST_CWD in creating the tar pipe.
This takes care of pkg_create -p PREFIX -L FAKE
where PREFIX does not exist at pkg creation time.
From OpenBSD's rev. 1.9->1.10
* Register PLIST_SRC before dependencies and conflicts so that the
PLIST_CWD != PLIST_SRC hack works with dependencies present.
From OpenBSD's rev. 1.10->1.11
* improve error message to tell full path of exec() that failed
2001-07-15 00:23:14 +00:00
manu
6248c5cc45
strtol -> strtoul because we use an unsigned type (uid_t/gid_t)
...
isdigit with an unsigned char cast
2001-07-14 21:56:45 +00:00
matt
7a4fca28c6
Add a GOTSYM which emits the right stuff to GOT symbols under ELF and/or
...
a.out.
2001-07-14 18:24:41 +00:00
thorpej
6908e679ac
Cosmetic change.
2001-07-14 17:55:42 +00:00
kanaoka
0158d481bd
Add rnd, ppp and com* at pcmcia? function ?.
2001-07-14 17:02:57 +00:00
manu
3ac4f70df5
errno is not tested any more if dbopen succeeds (to quote errno(2), "It
...
should only be examined after an error")
Added an additionnal chdir so that -o works with a file in the current
directory.
2001-07-14 14:50:44 +00:00
kleink
8468d6d854
Fix obvious typo in multiple-inclusion protection wrapper.
2001-07-14 12:05:53 +00:00
scottr
8f69e0c022
After modifying the Apple Disk Partition Map, use the DIOCGDINFO/DIOCWDINFO
...
ioctls to refresh the in-core disk label. From Bob Nestor.
2001-07-14 07:57:16 +00:00