matt
7b28c56025
Align psections to their specified alignment (if possible). Use
...
mmap(2) MAP_ALIGNED.
2003-03-06 07:34:56 +00:00
matt
210f48e582
Remove unneeded conditional code.
2003-03-06 07:15:46 +00:00
igy
3c0a5d1f13
Remove #ifdef __HAVE_GENERIC_SOFT_INTERRUPTS switch and old interrupt
...
support. Ixp12x0 port always uses generic soft interrupt.
2003-03-06 06:17:43 +00:00
igy
edcaa77675
insert macro to protect itself against multiple includion.
2003-03-06 06:14:16 +00:00
matt
3dc865b386
Relocate Discovery first thing in initppc (if not at expected address).
...
This implies that if PMON tells us where the GT is, we write that address
in gtbase.
2003-03-06 06:04:21 +00:00
matt
a190651169
Make most of PPC (OEA) bus_space's identical (or as identical as possible).
...
(except mvmeppc).
2003-03-06 05:25:18 +00:00
lukem
7f9b0a178a
add wcstok(3) (missed in previous?)
2003-03-06 04:05:45 +00:00
fvdl
27e2af69da
Call db_machine_init to set up the ddb ipi vector.
2003-03-06 00:47:00 +00:00
matt
6074e25e08
Add support for mmap(2) to be able to return memory aligned on a 2^n
...
boundary.
2003-03-06 00:41:51 +00:00
matt
6221ccd63f
Make sure to flush each line after printf.
2003-03-06 00:39:42 +00:00
matt
7109fe9012
Add cn_halt and cn_flush entries to consdevs. (needed for dma-only console
...
devices).
2003-03-06 00:38:26 +00:00
thorpej
40543d7e0e
Go back to using bfd_{get,put}_32() for now.
2003-03-06 00:31:41 +00:00
thorpej
fab643fb6f
Update dbsym(8) to work with the new BFD. From Tom Spindler, tweaked
...
slightly by me.
2003-03-06 00:26:10 +00:00
matt
0b8a5fd80f
Adapt to powerpc/bus.h changes.
2003-03-06 00:20:39 +00:00
fvdl
4e5e707719
* Rework interrupt code
...
* Redirect some include files to x86
* Enable ioapic usage
* Do MP.
2003-03-05 23:55:57 +00:00
thorpej
6689073e50
When computing the LOADADDR() of .data and .sdata, use:
...
LOADADDR(previous_section) + (ADDR(current_section) - ADDR(previous_section))
to avoid using SIZEOF(), which does not properly take into account
the size of orphans that might be sorted with the section.
2003-03-05 23:54:22 +00:00
christos
1fbc199e4e
use M_ACPI where appropriate.
2003-03-05 23:00:56 +00:00
christos
35f9126434
Fix the fallout from potr malloc changes
2003-03-05 22:56:46 +00:00
manu
a6757a0de1
Less accurate vm_region, but it sticks better to Darwin results.
2003-03-05 22:39:48 +00:00
wiz
d201ab9752
Moved back to usr.sbin.
2003-03-05 22:09:46 +00:00
wiz
54ad96333d
Build map-mbone, mrinfo, mrouted, and mtrace from usr.sbin again instead
...
of gnu/usr.sbin, now that the license has been cleared.
2003-03-05 22:09:07 +00:00
matt
ff2281b498
Add preliminary support Marvell (Galileo) Discovery System Controllers.
...
This code was contributed by Allegro Networks.
2003-03-05 22:08:18 +00:00
wiz
22c010e66d
Update license, from OpenBSD.
2003-03-05 22:04:59 +00:00
thorpej
d61bfb46b5
Make sure we output %progbits instead of @progbits. @ is a comment
...
character in ARM assembly.
2003-03-05 22:03:22 +00:00
wiz
e6f08c9f93
Move back here from gnu/dist/mtrace now that mrouted license is cleared.
2003-03-05 22:02:03 +00:00
wiz
9aeb2c2f6a
Add license, from OpenBSD.
2003-03-05 21:59:59 +00:00
wiz
ba718fd8b9
Move back here from gnu/dist/mrinfo now that mrouted license is cleared.
2003-03-05 21:58:20 +00:00
wiz
d67d82e27f
Add license, from OpenBSD.
2003-03-05 21:56:26 +00:00
wiz
b22b38318c
Move back here from gnu/dist/map-mbone now the mrouted license is cleared.
2003-03-05 21:55:51 +00:00
wiz
7f3982ff72
Add RCS Id; new sentence, new line; at least one mdoc fix; sort sections.
2003-03-05 21:48:59 +00:00
wiz
6b7e50194b
mdocified man page from mpech@openbsd.org
2003-03-05 21:40:08 +00:00
thorpej
7c31b2a553
Fix a merge error which could result in the linker crashing
...
for static links. Should fix toolchain/20589.
2003-03-05 21:34:27 +00:00
wiz
2dd997ff9e
ANSIfy one more.
2003-03-05 21:32:51 +00:00
wiz
ff2bebb731
Use vsnprintf instead of vsprintf. From OpenBSD.
2003-03-05 21:15:18 +00:00
wiz
b4cca63351
Add license (from Xerox), from OpenBSD.
2003-03-05 21:12:26 +00:00
wiz
f74dd12ce6
License update from Stanford, via OpenBSD.
2003-03-05 21:07:14 +00:00
wiz
c60d41a9de
Move back from gnu/dist/mrouted, now that it's available under a BSD
...
license.
2003-03-05 21:05:38 +00:00
thorpej
925de95670
Remove the adjust-section-size-for-orphan code. That patch was rejected
...
by the FSF binutils maintainers, who instead suggested a different way
of addressing the problem.
(Besides, the size adjustment code was broken by the binutils update,
since about 1/2 of the changes got lost.)
2003-03-05 21:02:56 +00:00
thorpej
8844d7e3c0
In place_orphan, simplify the way we allow non-code read-only sections
...
to be merged with .text if no .rodata section is present.
2003-03-05 20:27:33 +00:00
tshiozak
326ed36874
changes related to lib/20576 and lib/20577.
...
- add wcstok() and wcswcs(),
- add wcstok(3),
- move btowc() and wctob() into each ctype modules,
- bump ctype interface ABI version,
- bump i18n modules' minor and
- update sets.
and fix a stupid bug in _RUNE_ISCACHED macro.
2003-03-05 20:18:14 +00:00
dsl
4c320740d2
Use do_setres{u,g}id for osf1_sys_set{u,g}id
2003-03-05 18:47:39 +00:00
dsl
dfdb668a2e
Reimplement linux_sys_setresgid() in terms of do_setresgid()
2003-03-05 18:46:11 +00:00
dsl
eabc565aaf
Use do_setresuid() to implement linux_sys_setresuid()
2003-03-05 18:44:46 +00:00
dsl
a5de203f9f
Add do_setresuid() and do_setresgid() and implement sys_setuid, sys_seteuid,
...
sys_setreuid (and gid equivs) in terms of them.
2003-03-05 18:42:19 +00:00
dsl
ef96ef8655
Add definitions for do_setres{u,g}id() to common up various system calls that
...
set the uid and gid values.
2003-03-05 18:39:17 +00:00
mycroft
adddd74e0e
DANGER WILL ROBINSON!
...
We cannot store LWP pointers permanently in lock structures, for two reasons:
1) They are somewhat ephemeral. Dangling pointers are bad.
2) A different LWP may issue the unlock, and in this case, we were not actually
doing the unlock at all. This was causing processes to exit without undoing
fcntl(2) locks. Furthermore, the locks are process-specific to begin with,
so the test was just plain wrong.
Instead, we go back to storing a proc pointer for POSIX locks. In addition, we
add an extra pointer to the LWP, which is used in deadlock detection. After
the lock is granted, this pointer is 0ed and there is no reference to the LWP.
Now evolution can inc my mail again.
2003-03-05 18:28:22 +00:00
shiba
012395b8fb
Used correct aue_flags in ELECOM LD-USB/T and ELECOM LD-USB/TX.
...
Submitted by: Yasushi Oshima <oshimaya@sc.starcat.ne.jp>
Takeshi Shibagaki <shiba@netbsd.org>
(refer to [bsd-usb:685],[bsd-usb:686])
Approved by: gehenna, kanaoka
2003-03-05 17:37:36 +00:00
thorpej
a69c74895f
Fix a merge error.
2003-03-05 16:55:48 +00:00
soren
ea477f4ba7
Forgot dummy printf.
2003-03-05 16:52:16 +00:00
tron
0f3d1214d1
Remove "/etc/X11" and "/etc/fonts" which are X11 specific.
2003-03-05 16:50:20 +00:00