Fix typo when deregistering the VLAN unconfig event handlerSubmitted by: Masao Uebayashi <[email protected]>MFC after: 3 days
dirdeps.mk now sets DEP_RELDIR
Fix a lock up where we enter swapper() with interrupts disabled.In smp_rendezvous_cpus we expect to wait for all cpus to entersmp_rendezvous_action. If we call this holding a proc lock swapper may
Fix a lock up where we enter swapper() with interrupts disabled.In smp_rendezvous_cpus we expect to wait for all cpus to entersmp_rendezvous_action. If we call this holding a proc lock swapper mayattempt to also lock it, however as interrupts are disabled the cpu neverhandles the ipi. Because smp_rendezvous_action waits for all signaledcpus before contining it may get caught waiting for the cpu running swapperas the proc mutex will be unlocked after smp_rendezvous_cpus finishes.The fix is to enable interrupts in the configure stage as we should bedoing.MFC after: 1 week
show more ...
Do not build or install gasp.info anymore, as gasp has not been built orinstalled for more than 6 years.Obtained from: projects/binutils-2.17
Update doc Makefile and texinfo config file.
Update makeinfo include paths, and configuration settings for the asinfo page.
Do not build or install gasp.info anymore, as gasp is obsolete.
Removed. It was used for building gdb docs, which we don't do hereanymore.
Remove building gdb info files. The gdb info files are built as partof building gdb itself, which has been decoupled from binutils foras much as is reasonable.
Turn back on the building of GDB info files.
This should be the right set of docs sources.
Disable building of GDB info files until the gdb6 upgrade is finished.
Don't build separate annotate.info, it's already part of gdb.info.
Fixed CLEANFILES.Submitted by: cron
Update for 2.12.1 20-July-2002 import.
Add the missing dependency (gdbint.info: gdb-cfg.texi).This should resume parallel builds, among other things.
Fixed CLEANFILES.
Reconnect gdb info file to the build.Submitted by: Szilveszter Adam <[email protected]>
There will be no GDB related .info files unless someone that cares about themsends a patch.
For the benefit of those Emacs users amongst us, only cut out gdb.inforather than *.info.
Grre-^#$(*+#@$!@% I hate .info files, I really do (thus I have NO_INFO set...)Don't try to read files from a non-existant gdb.291/.
Upgrade for readline 4.2
Upgrade to Binutils 2.10.1.
Install the general binutils (such as `nm') info files.Patch submitted by: nbmPR: 16585Submitted by: Assar Westerlund <[email protected]>
12