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
tron
071441c2a1
Remove "/etc/X11" and "/etc/fonts". The other X11 directories are not
...
listed here, too.
2003-03-05 16:47:03 +00:00
soren
1f3cd4f95f
Be more verbose about unsupported keys.
2003-03-05 16:18:24 +00:00
mrg
0164a94391
fixes for XF4.3.
2003-03-05 15:29:04 +00:00
kochi
4b93d57ab3
Intel ACPI CA updated to 20030228.
2003-03-05 15:15:19 +00:00
kochi
7629f23bb8
Fix a bug that affects machines which has non-zero base GPE blocks.
...
This bug is already reported to Intel ACPICA people.
2003-03-05 15:13:01 +00:00
ragge
be084ba94f
vax -> __vax__. Didn't I fix this a year ago?
2003-03-05 13:19:59 +00:00
itohy
b75bbfd9a4
Regen (add ESS1878 (ess) and ESS0005 (joy))
2003-03-05 13:10:03 +00:00
itohy
24c03411b6
Add ESS1878 (ess) and ESS0005 (joy) for ESS ES1878 audio device.
2003-03-05 13:08:27 +00:00
dsl
35df36296b
Report correct values for p_uutime_{u}sec, p_ustime_{u}sec and p_uctime_{u}sec
2003-03-05 11:46:49 +00:00
dsl
15cb5a5b82
Apportion execution time evenly between stime and utime when the process
...
hasn't been interrupted by any profiling interrupts.
Collect time from all active LWPs.
2003-03-05 11:44:01 +00:00
dsl
dc55700b28
Get processes execution time before the LWPs state is changed
2003-03-05 11:40:55 +00:00
agc
2a540cd45f
Forward declare struct lwp as well as struct trapframe.
2003-03-05 11:28:14 +00:00
jmmv
fc6e93306c
Make the global XConsole variable static.
2003-03-05 10:51:43 +00:00
grant
e41c87001a
fix some comments
2003-03-05 10:27:59 +00:00
wiz
e2b15c4c77
Add readelf(1) man page, requested by mrg.
2003-03-05 09:37:21 +00:00
martin
549d82b84d
Add support for watching coming/going pccard interfaces.
...
Patch from KOIE Hidetaka in PR bin/20584.
2003-03-05 09:03:49 +00:00
skrll
3d4925b3cd
Update binutils version and correct gnusrc/
2003-03-05 08:42:49 +00:00