]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
23 years agoAdd error checking for copyin() operations in posix4 scheduling code.
rwatson [Thu, 28 Jun 2001 22:53:42 +0000 (22:53 +0000)]
Add error checking for copyin() operations in posix4 scheduling code.

23 years agoForced commit. Previous commit was:
jhb [Thu, 28 Jun 2001 22:23:06 +0000 (22:23 +0000)]
Forced commit.  Previous commit was:

Submitted by: Alexander N. Kabaev <ak03@gte.com>

23 years agoDon't check witness assertions if the lock doesn't use witness or witness
jhb [Thu, 28 Jun 2001 22:22:20 +0000 (22:22 +0000)]
Don't check witness assertions if the lock doesn't use witness or witness
is dead.

23 years agoFix more mntvnode and vnode interlock order reversals.
jhb [Thu, 28 Jun 2001 22:21:33 +0000 (22:21 +0000)]
Fix more mntvnode and vnode interlock order reversals.

23 years agoBack out previous commit: it doesn't help anything since write_file(),
dd [Thu, 28 Jun 2001 22:06:27 +0000 (22:06 +0000)]
Back out previous commit: it doesn't help anything since write_file(),
which is also called from handle_hup(), uses stdio(3).  Furthermore,
this means that calling exit(3) (via quit()) there is required to
flush the buffer write_file() was working on.

Submitted by: bde

23 years agos/Netherlands/the Netherlands/g
wilko [Thu, 28 Jun 2001 22:05:32 +0000 (22:05 +0000)]
s/Netherlands/the Netherlands/g

23 years agoUp the average age and hope I can still show my face next saturday.
guido [Thu, 28 Jun 2001 21:52:49 +0000 (21:52 +0000)]
Up the average age and hope I can still show my face next saturday.

23 years agoFix a one-byte overrun.
dd [Thu, 28 Jun 2001 21:50:53 +0000 (21:50 +0000)]
Fix a one-byte overrun.

PR: 28472
Submitted by: David Xu <davidx@viasoft.com.cn>
Obtained from: OpenBSD

23 years agoChange default of ipv6_default_interface to NO. This is meaningless
ume [Thu, 28 Jun 2001 21:45:47 +0000 (21:45 +0000)]
Change default of ipv6_default_interface to NO.  This is meaningless
in most cases and rather harmful.

Reported by: Kevin Oberman <oberman@es.net>
MFC after: 1 week

23 years agogetcwd(3) is defined by POSIX, not ISO C.
dd [Thu, 28 Jun 2001 19:27:02 +0000 (19:27 +0000)]
getcwd(3) is defined by POSIX, not ISO C.

Approved by: bde

23 years ago- create an entry of IPV6CTL_STATS sysctl.
ume [Thu, 28 Jun 2001 18:06:15 +0000 (18:06 +0000)]
- create an entry of IPV6CTL_STATS sysctl.
- fix the problem that netstat doesn't show raw6 and icmp6 pcblist.
- make netstat use sysctl to retreive stats of ipv6 and icmpv6
  instead of kread.

Obtained from: KAME
MFC after: 1 week

23 years agoFollow Mike's commit by adding acpi_powerres.c.
takawata [Thu, 28 Jun 2001 17:07:37 +0000 (17:07 +0000)]
Follow Mike's commit by adding acpi_powerres.c.

23 years agoAdd acpi_powerres.c to fix the acpi build.
jhb [Thu, 28 Jun 2001 17:02:31 +0000 (17:02 +0000)]
Add acpi_powerres.c to fix the acpi build.

Pointy-hat to: msmith

23 years agoMerge in parts of a larger patchset i received from Bruce. Untested
joerg [Thu, 28 Jun 2001 12:35:28 +0000 (12:35 +0000)]
Merge in parts of a larger patchset i received from Bruce.  Untested
by now (except of a compile test), but i believe this to contain no
actual functional changes.

. Fix the copyright of the Regents i accidentally broke in rev 1.197
  (although only a very small part of the original driver survived
  at all...).

. Bump MAX_CYLINDER since some obscure formats really use more than 80
  cylinders.

. Correctly handle BIO_FORMAT which used to be a bitmask but is now a BIO
  command of its own.

. Numerous stylistic fixes.

Submitted by: bde

23 years agoFix another buffer overflow.
tg [Thu, 28 Jun 2001 12:02:45 +0000 (12:02 +0000)]
Fix another buffer overflow.

PR: 15593
Submitted by: Przemyslaw Frasunek <venglin@lagoon.FreeBSD.lublin.pl>

23 years agoPut back the two semicolons I accidentally lost while reformatting this to
benno [Thu, 28 Jun 2001 09:56:59 +0000 (09:56 +0000)]
Put back the two semicolons I accidentally lost while reformatting this to
bring it closer to style(9).

Spotted by: Mark Peek <mark@whistle.com>

23 years agoAdd a new manpage to document the CTRx macros used when adding new KTR
jhb [Thu, 28 Jun 2001 07:20:05 +0000 (07:20 +0000)]
Add a new manpage to document the CTRx macros used when adding new KTR
tracepoints to kernel code.

23 years agoUse the .Bsx macro instead of .Tn BSD/OS.
jhb [Thu, 28 Jun 2001 07:16:04 +0000 (07:16 +0000)]
Use the .Bsx macro instead of .Tn BSD/OS.

23 years agoDon't insist on creating rocketport devices in /dev.
dd [Thu, 28 Jun 2001 07:07:12 +0000 (07:07 +0000)]
Don't insist on creating rocketport devices in /dev.

PR: 21394
Submitted by: Craig Leres <leres@ee.lbl.gov>

23 years agoDocument the existing vfc_flags.
dd [Thu, 28 Jun 2001 06:50:19 +0000 (06:50 +0000)]
Document the existing vfc_flags.

PR: 25837
Submitted by: Tony Finch <dot@dotat.at>

23 years agoReduce chattiness of entropy file mechanism with extreme prejudice.
rwatson [Thu, 28 Jun 2001 06:43:47 +0000 (06:43 +0000)]
Reduce chattiness of entropy file mechanism with extreme prejudice.

Reviewed by: USENIX Cabal (peter, jhb, wpaul, et al)

23 years agoRemove dgm module.
dd [Thu, 28 Jun 2001 06:41:23 +0000 (06:41 +0000)]
Remove dgm module.

Forgotten by: brian

23 years agoSync to my work in progress:
msmith [Thu, 28 Jun 2001 06:17:16 +0000 (06:17 +0000)]
Sync to my work in progress:

 - Reorder the acpi_* functions in a sensible fashion
 - Add acpi_ForeachPackageObject and acpi_GetHandleInScope
 - Use the new debugging layer/level names
 - Implement most of the guts of the acpi_thermal module; passive cooling
   isn't there yet, but active cooling should work.
 - Implement power resource handling (acpi_powerres.c)

This compiles and mostly works, but my test coverage is small, so feedback
is welcome.

23 years agoFix typo (s/=/+=/) in previous commit.
kuriyama [Thu, 28 Jun 2001 05:18:31 +0000 (05:18 +0000)]
Fix typo (s/=/+=/) in previous commit.

23 years agoCorrect comment: so_q -> so_comp, so_q0 -> so_incomp.
jlemon [Thu, 28 Jun 2001 04:39:49 +0000 (04:39 +0000)]
Correct comment: so_q -> so_comp, so_q0 -> so_incomp.

Submitted by: Adagio Vangogh <adagio_v@pacbell.net>

23 years ago- Fix a mntvnode and vnode interlock reversal.
jhb [Thu, 28 Jun 2001 04:12:56 +0000 (04:12 +0000)]
- Fix a mntvnode and vnode interlock reversal.
- Protect the mnt_vnode list with the mntvnode lock.
- Use queue(9) macros.

23 years ago- Protect the mnt_vnode list with the mntvnode lock.
jhb [Thu, 28 Jun 2001 04:10:07 +0000 (04:10 +0000)]
- Protect the mnt_vnode list with the mntvnode lock.
- Use queue(9) macros.

23 years agoBased on a draft email in David Greenman's files, add the birthdate
msmith [Thu, 28 Jun 2001 04:08:25 +0000 (04:08 +0000)]
Based on a draft email in David Greenman's files, add the birthdate
of FreeBSD.

Submitted by: dg

23 years ago- Fix a mntvnode and vnode interlock reversal.
jhb [Thu, 28 Jun 2001 04:05:54 +0000 (04:05 +0000)]
- Fix a mntvnode and vnode interlock reversal.
- Protect the mnt_vnode list with the mntvnode lock.

23 years agoGet kernel profiling on SMP systems closer to working by replacing the
jhb [Thu, 28 Jun 2001 04:03:29 +0000 (04:03 +0000)]
Get kernel profiling on SMP systems closer to working by replacing the
mcount spin mutex with a very simple non-recursive spinlock implemented
using atomic operations.

23 years agoFix a mntvnode and vnode interlock reversal.
jhb [Thu, 28 Jun 2001 03:52:04 +0000 (03:52 +0000)]
Fix a mntvnode and vnode interlock reversal.

23 years agoProtect the mnt_vnode list with the mntvnode lock.
jhb [Thu, 28 Jun 2001 03:50:17 +0000 (03:50 +0000)]
Protect the mnt_vnode list with the mntvnode lock.

23 years agoIntroduce syslogd_program and inetd_program variables in case somebody
dd [Thu, 28 Jun 2001 03:32:10 +0000 (03:32 +0000)]
Introduce syslogd_program and inetd_program variables in case somebody
wants to replace one of those programs.

PR: 13609
Submitted by: Goran Lowkrantz <goran.lowkrantz@infologigruppen.se>

23 years agoAdd the -E flag to not send messages that have an empty body. This is
mikeh [Thu, 28 Jun 2001 02:40:07 +0000 (02:40 +0000)]
Add the -E flag to not send messages that have an empty body. This is
useful for piping cron script error output by mail.

PR: bin/9494
Obtained from: NetBSD
MFC after: 2 weeks

23 years agoProvide access to the IA32 hardware debug registers from the ddb
bsd [Thu, 28 Jun 2001 02:08:13 +0000 (02:08 +0000)]
Provide access to the IA32 hardware debug registers from the ddb
kernel debugger.  Proper use of these registers allows setting
hardware watchpoints for use in kernel debugging.

MFC after: 2 weeks

23 years agoMinor grammar cleanup.
dd [Wed, 27 Jun 2001 23:08:57 +0000 (23:08 +0000)]
Minor grammar cleanup.

Submitted by: Mike Barcroft <mike@q9media.com>

23 years agoImplement recursive IP address searches based on the results of a
dd [Wed, 27 Jun 2001 23:06:47 +0000 (23:06 +0000)]
Implement recursive IP address searches based on the results of a
query to ARIN.

PR: 28426
Submitted by: Mike Barcroft <mike@q9media.com>

23 years agoFairwell dgm
brian [Wed, 27 Jun 2001 21:40:28 +0000 (21:40 +0000)]
Fairwell dgm

23 years agoRemove dgm
brian [Wed, 27 Jun 2001 21:38:43 +0000 (21:38 +0000)]
Remove dgm

23 years agoSpell digi right
brian [Wed, 27 Jun 2001 21:37:01 +0000 (21:37 +0000)]
Spell digi right

23 years agodon't flag the playback hardchan as busy on devices with only one of them.
cg [Wed, 27 Jun 2001 19:59:45 +0000 (19:59 +0000)]
don't flag the playback hardchan as busy on devices with only one of them.

if a device has vchans already but they are all busy, allocate another one
at open() time, up to a maximum of hw.snd.maxvchans.

when creating/destroying vchans, don't make/remove a devnode for the
first/last one as it replaces a hardchan.

23 years agoevent.h -> sys/event.h
dd [Wed, 27 Jun 2001 19:55:57 +0000 (19:55 +0000)]
event.h -> sys/event.h

Submitted by: David Hill <david@phobia.ms>

23 years agotidy up/simplify dsp_clone()
cg [Wed, 27 Jun 2001 19:51:02 +0000 (19:51 +0000)]
tidy up/simplify dsp_clone()

23 years agoclarify problem with inbound AH.
ume [Wed, 27 Jun 2001 19:41:20 +0000 (19:41 +0000)]
clarify problem with inbound AH.
spdadd A B -P in ipsec esp/tunnel/C-D/use ah/tunnel/C-D/require;
does not work due to 1-bit validation bit we are using with inbound
policy checking.

Submitted by: itojun
Obtained from: KAME
MFC after: 1 week

23 years agorefresh default router list on nd6_purge(), only if we are an
ume [Wed, 27 Jun 2001 17:56:17 +0000 (17:56 +0000)]
refresh default router list on nd6_purge(), only if we are an
autoconfigured host.

Obtained from: KAME

23 years agoVarious changes to the messages so that they are now appropriate for both
nik [Wed, 27 Jun 2001 17:48:43 +0000 (17:48 +0000)]
Various changes to the messages so that they are now appropriate for both
CD and DVD releases of FreeBSD.

23 years agoCatch up to mbuf allocator changes from last September so this compiles
jhb [Wed, 27 Jun 2001 14:57:17 +0000 (14:57 +0000)]
Catch up to mbuf allocator changes from last September so this compiles
again.

23 years agoMake this compile again. Broken since June 1.
jhb [Wed, 27 Jun 2001 14:46:44 +0000 (14:46 +0000)]
Make this compile again.  Broken since June 1.

23 years agoFixed the brain-o in rev. 1.10: the logic check was reversed.
ru [Wed, 27 Jun 2001 14:11:25 +0000 (14:11 +0000)]
Fixed the brain-o in rev. 1.10: the logic check was reversed.

Reported by: Bernd Fuerwitt <bf@fuerwitt.de>

23 years agoForced commit after problems with previous commit.
benno [Wed, 27 Jun 2001 12:35:12 +0000 (12:35 +0000)]
Forced commit after problems with previous commit.

Enable decrementer exceptions and set up a timecounter.

With this commit I can now (with KTR enabled) see the system attempting to
schedule clock swi's.

23 years agoCode for dealing with external interrupts.
benno [Wed, 27 Jun 2001 12:33:51 +0000 (12:33 +0000)]
Code for dealing with external interrupts.

Obtained from: NetBSD

23 years agoForced commit due to mishap in the previous commit.
benno [Wed, 27 Jun 2001 12:24:21 +0000 (12:24 +0000)]
Forced commit due to mishap in the previous commit.

Add in an implementation of pmap_new_proc.

23 years agoForced commit due to commit mishap.
benno [Wed, 27 Jun 2001 12:23:40 +0000 (12:23 +0000)]
Forced commit due to commit mishap.

Change the name of the entry point symbol from 'start' to '__start' to be in
sync with the ldscript.

23 years agoFix comment breakage.
benno [Wed, 27 Jun 2001 12:20:48 +0000 (12:20 +0000)]
Fix comment breakage.

23 years agoAnd he does it again...
benno [Wed, 27 Jun 2001 12:19:07 +0000 (12:19 +0000)]
And he does it again...

This commit was meant to be to add inline functions for manipulation of
various privileged registers and to convert some functions to using them.

As it is, it's my second forced commit of the evening.

23 years agoFix the atomic_*_32 operations. These were written before I had the ability
benno [Wed, 27 Jun 2001 12:17:23 +0000 (12:17 +0000)]
Fix the atomic_*_32 operations.  These were written before I had the ability
to test them properly and before I had a working knowledge of GCC asm
constraints.

23 years agoBracket this file in the usual #ifndef/#define/#endif stuff to prevent
benno [Wed, 27 Jun 2001 12:15:58 +0000 (12:15 +0000)]
Bracket this file in the usual #ifndef/#define/#endif stuff to prevent
multiple inclusion.

23 years agoGarbage collect some debug code.
benno [Wed, 27 Jun 2001 12:15:12 +0000 (12:15 +0000)]
Garbage collect some debug code.

23 years agoOops, this was meant to be done in a later commit but I goofed.
benno [Wed, 27 Jun 2001 12:14:22 +0000 (12:14 +0000)]
Oops, this was meant to be done in a later commit but I goofed.

This commit was meant to add entries for extintr.c (used partially by the
new clock/timecounter which is coming in a later commit) and entries for
bits of DDB source, which is also coming soon.

23 years agoAdd -msoft-float to COPTS to stop GCC attempting to be "smart" and using
benno [Wed, 27 Jun 2001 12:10:25 +0000 (12:10 +0000)]
Add -msoft-float to COPTS to stop GCC attempting to be "smart" and using
floating point registers for various optimisation tweaks.

23 years agoFix a race condition in pthread_join(). All of the following must occur
jasone [Wed, 27 Jun 2001 11:41:15 +0000 (11:41 +0000)]
Fix a race condition in pthread_join().  All of the following must occur
atomically:

1) Search _thread_list for the thread to join.
2) Search _dead_list for the thread to join.
3) Set the running thread as the joiner.

While we're at it, fix a race in the case where multiple threads try to
join on the same thread.  POSIX says that the behavior of multiple joiners
is undefined, but the fix is cheap as a result of the other fix.

23 years ago- Add trylock variants of shared and exclusive locks.
jhb [Wed, 27 Jun 2001 06:39:37 +0000 (06:39 +0000)]
- Add trylock variants of shared and exclusive locks.
- The sx assertions don't actually need the internal sx mutex lock, so
  don't bother doing so.
- Add a new assertion SX_ASSERT_LOCKED() that asserts that either a
  shared or exclusive lock should be held.  This assertion should be used
  instead of SX_ASSERT_SLOCKED() in almost all cases.
- Adjust some KASSERT()'s to include file and line information.
- Use the new witness_assert() function in the WITNESS case for sx slock
  asserts to verify that the current thread actually owns a slock.

23 years ago- Add a new witness_assert() to perform arbitrary locking assertions.
jhb [Wed, 27 Jun 2001 06:27:29 +0000 (06:27 +0000)]
- Add a new witness_assert() to perform arbitrary locking assertions.
- Clean up the KTR tracepoints to be slighlty more consistent and useful
- Fix a bug in WITNESS where we would recurse indefinitely and blow the
  stack when acquiring Giant after sleeping with a sleepable lock held.

Reported by: tanimura (3)

23 years ago- Always use the proc lock of the task leader to protect the peers list of
jhb [Wed, 27 Jun 2001 06:15:44 +0000 (06:15 +0000)]
- Always use the proc lock of the task leader to protect the peers list of
  processes.
- Don't construct fake call args and then call kill().  psignal is not
  anymore complicated and is quicker and not prone to locking problems.
  Calling psignal() avoids having to do a pfind() since we already have a
  proc pointer and also allows us to keep the task leader locked while we
  kill all the peer processes so the list is kept coherent.
- When a kthread exits, do a wakeup() on its proc pointers.  This can be
  used by kernel modules that have kthreads and want to ensure they have
  safely exited before completely the MOD_UNLOAD event.

Connectivity provided by: Usenix wireless

23 years agoTypo fix: requires -> reacquires
gshapiro [Wed, 27 Jun 2001 06:01:17 +0000 (06:01 +0000)]
Typo fix: requires -> reacquires

Submitted by: Murray S. Kucherawy <msk@sendmail.com>
MFC after: 3 days

23 years agoCorrect path to wtmp.
dd [Wed, 27 Jun 2001 06:00:26 +0000 (06:00 +0000)]
Correct path to wtmp.

PR: 28433
Submitted by: Joseph Mallett <jmallett@xMach.org>

23 years agoopenbsd 2.9 (2001/6/1)
itojun [Wed, 27 Jun 2001 04:41:58 +0000 (04:41 +0000)]
openbsd 2.9 (2001/6/1)

23 years agoRemove an extra word "fo" in the sentence "there is no process whose
chris [Wed, 27 Jun 2001 04:21:28 +0000 (04:21 +0000)]
Remove an extra word "fo" in the sentence "there is no process whose
process ID equals fo pid".

PR: 28436
Submitted by: Gregory Bond <gnb@itga.com.au>

23 years agoSync manpage and usage. Also fix bug that would always interpret a -c as a
mikeh [Wed, 27 Jun 2001 02:52:57 +0000 (02:52 +0000)]
Sync manpage and usage. Also fix bug that would always interpret a -c as a
process clear.

PR: bin/15456
MFC after: 2 weeks

23 years agoTypo fix (modifes -> modifies)
gshapiro [Wed, 27 Jun 2001 01:48:02 +0000 (01:48 +0000)]
Typo fix (modifes -> modifies)

23 years agostpo --> stop (typo).
dan [Tue, 26 Jun 2001 23:19:45 +0000 (23:19 +0000)]
stpo --> stop (typo).

23 years agoStaticize, constize, de-registerize; don't shadow global definitions;
dd [Tue, 26 Jun 2001 22:22:19 +0000 (22:22 +0000)]
Staticize, constize, de-registerize; don't shadow global definitions;
set WARNS=2.

Submitted by: Mike Barcroft <mike@q9media.com>

23 years agoNow that we've got it, use FDOPT_NOERRLOG for fdformat and fdwrite to
joerg [Tue, 26 Jun 2001 22:19:32 +0000 (22:19 +0000)]
Now that we've got it, use FDOPT_NOERRLOG for fdformat and fdwrite to
avoid blasting the syslog with error messages from bad floppies.  Both
tools have their own error reporting anyway (which could easily be
cluttered by the syslog output on your terminal).

23 years agoImplement the -I option that uses the FD_READID ioctl in order to read
joerg [Tue, 26 Jun 2001 22:17:21 +0000 (22:17 +0000)]
Implement the -I option that uses the FD_READID ioctl in order to read
sector ID fields from a floppy, and display them.

23 years agoImplement a new ioctl command for floppies: FD_READID
joerg [Tue, 26 Jun 2001 22:16:30 +0000 (22:16 +0000)]
Implement a new ioctl command for floppies: FD_READID

Reads one sector ID field from a given track.  Useful for analyzing
floppies.

23 years agoAdd appropriate includes and prototypes; staticize; set WARNS=2. Also
dd [Tue, 26 Jun 2001 22:11:13 +0000 (22:11 +0000)]
Add appropriate includes and prototypes; staticize; set WARNS=2.  Also
minor Makefile nits.

Submitted by: Mike Barcroft <mike@q9media.com>

23 years agoSome more cosmetics: kill another couple of K&R function definitions
joerg [Tue, 26 Jun 2001 22:07:25 +0000 (22:07 +0000)]
Some more cosmetics: kill another couple of K&R function definitions
that survived from old days, fix style of return type in fdcpio(),
kill old Emacs hints that are no longer working that way anyway.

23 years agoadd a tunable/sysctl, hw.snd.autovchans. if this is set to a value n where
cg [Tue, 26 Jun 2001 21:54:55 +0000 (21:54 +0000)]
add a tunable/sysctl, hw.snd.autovchans.  if this is set to a value n where
n > 0, n vchans will be assigned to any devices that subsequently register
with a single playback channel.

23 years agoUse tabs where tabs are supposed to go!
imp [Tue, 26 Jun 2001 20:50:34 +0000 (20:50 +0000)]
Use tabs where tabs are supposed to go!

23 years agoAdd dell wireless card
imp [Tue, 26 Jun 2001 20:44:27 +0000 (20:44 +0000)]
Add dell wireless card

Submitted by: keichi

23 years agoIncrease column widths when using -i (they are now wide enough to
schweikh [Tue, 26 Jun 2001 18:49:10 +0000 (18:49 +0000)]
Increase column widths when using -i (they are now wide enough to
hold a 64bit or 32bit ~0 value, i.e. 20 and 10; this anticipates
soon-to-be machines with Exahertz rtc interrupt frequencies. :-)

PR: bin/16206
Submitted by: John Capo <jc@irbs.com>
MFC after: 1 week

23 years agoStyle fix.
obrien [Tue, 26 Jun 2001 18:32:20 +0000 (18:32 +0000)]
Style fix.

23 years agoAdd the IA-64 unwind handling (needed for readelf).
obrien [Tue, 26 Jun 2001 18:29:47 +0000 (18:29 +0000)]
Add the IA-64 unwind handling (needed for readelf).

23 years agoThis commit was generated by cvs2svn to compensate for changes in r78844,
obrien [Tue, 26 Jun 2001 18:26:26 +0000 (18:26 +0000)]
This commit was generated by cvs2svn to compensate for changes in r78844,
which included commits to RCS files with non-trunk default branches.

23 years agoImport of GNU Binutils version 2.11.2.
obrien [Tue, 26 Jun 2001 18:26:26 +0000 (18:26 +0000)]
Import of GNU Binutils version 2.11.2.

23 years agoAdd support for linksys instant wireless.
dan [Tue, 26 Jun 2001 18:22:12 +0000 (18:22 +0000)]
Add support for linksys instant wireless.

Approved by: imp

23 years agoUpgrade to Binutils 2.11.2.
obrien [Tue, 26 Jun 2001 18:20:46 +0000 (18:20 +0000)]
Upgrade to Binutils 2.11.2.

23 years agoMerge rev 1.2 (teach `ld' how to access FreeBSD's ld ELF hints)
obrien [Tue, 26 Jun 2001 17:57:37 +0000 (17:57 +0000)]
Merge rev 1.2 (teach `ld' how to access FreeBSD's ld ELF hints)
into Binutils 2.11.2.

23 years agoWe use the stock (2.11.2) version of this now.
obrien [Tue, 26 Jun 2001 17:56:02 +0000 (17:56 +0000)]
We use the stock (2.11.2) version of this now.

23 years agoMerge rev 1.2 (FreeBSD configuration support) into Binutils 2.11.2.
obrien [Tue, 26 Jun 2001 17:54:12 +0000 (17:54 +0000)]
Merge rev 1.2 (FreeBSD configuration support) into Binutils 2.11.2.

23 years agoWe use the stock (2.11.2) version of this file now.
obrien [Tue, 26 Jun 2001 17:53:08 +0000 (17:53 +0000)]
We use the stock (2.11.2) version of this file now.

23 years agoUse the stock (2.11.2) version of this now.
obrien [Tue, 26 Jun 2001 17:51:35 +0000 (17:51 +0000)]
Use the stock (2.11.2) version of this now.

23 years agoUse the vendor's 2.11.2 version of this file as in rev 1.4.
obrien [Tue, 26 Jun 2001 17:45:23 +0000 (17:45 +0000)]
Use the vendor's 2.11.2 version of this file as in rev 1.4.

23 years agoMerge rev 1.2 (configuration changes to support FreeBSD) into Binutils 2.11.2.
obrien [Tue, 26 Jun 2001 17:44:22 +0000 (17:44 +0000)]
Merge rev 1.2 (configuration changes to support FreeBSD) into Binutils 2.11.2.

23 years agoReally wish this could back on the vendor branch...
obrien [Tue, 26 Jun 2001 17:43:37 +0000 (17:43 +0000)]
Really wish this could back on the vendor branch...
Commit the stock 2.11.2 version.

23 years agoMerge rev 1.6 (only define "ELF_DYNAMIC_INTERPRETER" if it isn't defined
obrien [Tue, 26 Jun 2001 17:17:04 +0000 (17:17 +0000)]
Merge rev 1.6 (only define "ELF_DYNAMIC_INTERPRETER" if it isn't defined
elsewhere) into Binutils 2.11.2.

23 years agoMerge rev 1.8 (only define "ELF_DYNAMIC_INTERPRETER" if it isn't defined
obrien [Tue, 26 Jun 2001 17:15:34 +0000 (17:15 +0000)]
Merge rev 1.8 (only define "ELF_DYNAMIC_INTERPRETER" if it isn't defined
elsewhere.) into Binutils 2.11.2.

23 years agoMerge our ELF branding into Binutils 2.11.2.
obrien [Tue, 26 Jun 2001 17:14:56 +0000 (17:14 +0000)]
Merge our ELF branding into Binutils 2.11.2.

23 years agoUpgrade to 2.11.2.
obrien [Tue, 26 Jun 2001 17:13:11 +0000 (17:13 +0000)]
Upgrade to 2.11.2.

23 years agoImport of GNU Binutils version 2.11.2.
obrien [Tue, 26 Jun 2001 16:57:43 +0000 (16:57 +0000)]
Import of GNU Binutils version 2.11.2.