]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
21 years agoTalk about punting and not going to any trouble to DTRT:
obrien [Sat, 12 Oct 2002 03:55:09 +0000 (03:55 +0000)]
Talk about punting and not going to any trouble to DTRT:

contrib/binutils/include/getopt.h
/* Many other libraries have conflicting prototypes for getopt, with
   differences in the consts, in stdlib.h.  To avoid compilation
   errors, only prototype getopt for the GNU C library.  */

so manually define HAVE_DECL_GETOPT since configure doesn't offer any way
to set it... and its unistd.h not stdlib.h dang it.

21 years agoSeems the warnings Binutils 2.13 grew now makes it impossible for WARNS != 0
obrien [Sat, 12 Oct 2002 03:04:42 +0000 (03:04 +0000)]
Seems the warnings Binutils 2.13 grew now makes it impossible for WARNS != 0
all 64-bit machines.

21 years ago - Add a reference to ktrdump(8)
jeff [Sat, 12 Oct 2002 03:01:11 +0000 (03:01 +0000)]
 - Add a reference to ktrdump(8)
 - Remove the stale comments about ktr extend.

21 years ago - Move the description of KTR_CPUMASK into the "Event Masking" section.
jeff [Sat, 12 Oct 2002 02:56:46 +0000 (02:56 +0000)]
 - Move the description of KTR_CPUMASK into the "Event Masking" section.
 - Remove the "Extensions" section since it is no longer relavent.
 - Create a new section for KTR_VERBOSE and put it's description there.

21 years ago - Remove the bogus reference to the removed KTR_EXTEND option.
jeff [Sat, 12 Oct 2002 02:45:21 +0000 (02:45 +0000)]
 - Remove the bogus reference to the removed KTR_EXTEND option.
 - Add ktrdump(8) to the SEE ALSO section.
 - Remove the BUGS section that complains about not having a userland utility
   for viewing ktr data.

21 years agoUse the new freebsd output format from Binutils 2.13.1.
obrien [Sat, 12 Oct 2002 02:30:53 +0000 (02:30 +0000)]
Use the new freebsd output format from Binutils 2.13.1.

21 years agoELF low-level toolchain bits now live in /usr/bin, not /usr/libexec/elf.
obrien [Sat, 12 Oct 2002 01:39:46 +0000 (01:39 +0000)]
ELF low-level toolchain bits now live in /usr/bin, not /usr/libexec/elf.

21 years agoClarify details of the birth of Richard I of England.
grog [Sat, 12 Oct 2002 00:42:34 +0000 (00:42 +0000)]
Clarify details of the birth of Richard I of England.

21 years agoRegister the machine check private state spinlock on ia64.
peter [Sat, 12 Oct 2002 00:33:36 +0000 (00:33 +0000)]
Register the machine check private state spinlock on ia64.

21 years agoThe 2.13-almost.1 import was done on 10/10, not 11/10.
obrien [Sat, 12 Oct 2002 00:18:25 +0000 (00:18 +0000)]
The 2.13-almost.1 import was done on 10/10, not 11/10.

21 years agoUpdate for 2.13 10-Oct-2002 import.
obrien [Sat, 12 Oct 2002 00:17:34 +0000 (00:17 +0000)]
Update for 2.13 10-Oct-2002 import.

21 years agoKnow that a 10160 is the same as a 12160.
mjacob [Sat, 12 Oct 2002 00:12:31 +0000 (00:12 +0000)]
Know that a 10160 is the same as a 12160.

MFC after: 0 days

21 years agoSave errno around calls to free(); at least some code paths clobber it
tjr [Fri, 11 Oct 2002 23:31:50 +0000 (23:31 +0000)]
Save errno around calls to free(); at least some code paths clobber it
and we are not interested in any errors it may report.

21 years agoDocument the kind of format string strfmon() expects. Sync the Errors
tjr [Fri, 11 Oct 2002 23:17:17 +0000 (23:17 +0000)]
Document the kind of format string strfmon() expects. Sync the Errors
section with reality.

21 years agoUse the new struct lconv members to determine how to format international
tjr [Fri, 11 Oct 2002 23:08:03 +0000 (23:08 +0000)]
Use the new struct lconv members to determine how to format international
monetary values.

21 years agoNon-negative amounts should not have an extra space in front of them
tjr [Fri, 11 Oct 2002 23:04:59 +0000 (23:04 +0000)]
Non-negative amounts should not have an extra space in front of them
when the `(' flag is used.

21 years ago"Left precision" and "right precision" are not flags, but separate parts
tjr [Fri, 11 Oct 2002 22:59:22 +0000 (22:59 +0000)]
"Left precision" and "right precision" are not flags, but separate parts
of the format string that appear after the field width.

21 years agoZap the early-adopter transition aid before we get into serious
peter [Fri, 11 Oct 2002 22:38:17 +0000 (22:38 +0000)]
Zap the early-adopter transition aid before we get into serious
5.0-R territory, as threatened.  This only affects antique 5.0
systems that have not had a 'make world' done for well over a year.

21 years ago* Negative #if's are harder to read as they don't tell exactly what arch
obrien [Fri, 11 Oct 2002 22:30:09 +0000 (22:30 +0000)]
* Negative #if's are harder to read as they don't tell exactly what arch
  something applies to.  So change #ifndef to an explicit list of defines.
* Treate sparc64 and ia64 as 64-bit platforms, which means larger roots.
* sparc64 should halt back to the firmware, not reset.
* sparc64 doesn't need to play MS-DOS/BIOS partition crap games.

Reviewed by: jake

21 years agocut/paste the pmap_new_altkstack stuff from the other platforms.
peter [Fri, 11 Oct 2002 22:29:22 +0000 (22:29 +0000)]
cut/paste the pmap_new_altkstack stuff from the other platforms.
It's no different here.  Update the rest of the kstack API's for scottl's
changes.

21 years agoCall uma_zalloc on pvzone with M_NOWAIT, just like i386 and alpha.
peter [Fri, 11 Oct 2002 21:41:53 +0000 (21:41 +0000)]
Call uma_zalloc on pvzone with M_NOWAIT, just like i386 and alpha.
Otherwise we get hundreds of 'could sleep' during boot.

21 years ago- Move the 'done1' label down below the unlock of the proc lock and move
jhb [Fri, 11 Oct 2002 21:04:01 +0000 (21:04 +0000)]
- Move the 'done1' label down below the unlock of the proc lock and move
  the locking of the proc lock after the goto to done1 to avoid locking
  the lock in an error case just so we can turn around and unlock it.
- Move the exec_setregs() stuff out from under the proc lock and after
  the p_args stuff.  This allows exec_setregs() to be able to sleep or
  write things out to userland, etc. which ia64 does.

Tested by: peter

21 years agoThe CAM system has it's own ideas of what locks are to be held by whom.
phk [Fri, 11 Oct 2002 20:52:44 +0000 (20:52 +0000)]
The CAM system has it's own ideas of what locks are to be held by whom.
So do GEOM.  Not a pretty sight.

Take all the interesting stuff out of GEOM::disk_create(), and leave just
the creation of the fake dev_t.  Schedule the topology munging to happen
in the g_event thread with g_call_me().

This makes disk_create() pretty lock-agnostic, almost lock-atheist.

Tripped over by: peter
Sponsored by: DARPA & NAI Labs

21 years agoGDB plays nice with Binutils again.
obrien [Fri, 11 Oct 2002 20:23:06 +0000 (20:23 +0000)]
GDB plays nice with Binutils again.

21 years agos/modunload/kldunload
imp [Fri, 11 Oct 2002 20:22:20 +0000 (20:22 +0000)]
s/modunload/kldunload

21 years agoSWI_SWITCH and SWI_NOSWITCH were OBE a long time ago.
jhb [Fri, 11 Oct 2002 19:45:19 +0000 (19:45 +0000)]
SWI_SWITCH and SWI_NOSWITCH were OBE a long time ago.

21 years agoUse the new FreeBSD vectors from Binutils 2.13.1.
obrien [Fri, 11 Oct 2002 19:39:18 +0000 (19:39 +0000)]
Use the new FreeBSD vectors from Binutils 2.13.1.

21 years agoUse the new freebsd output format from Binutils 2.13.1.
obrien [Fri, 11 Oct 2002 19:38:04 +0000 (19:38 +0000)]
Use the new freebsd output format from Binutils 2.13.1.

21 years agoAdd typedefs for size_t and ssize_t, allow struct iovec to be defined
mike [Fri, 11 Oct 2002 18:21:50 +0000 (18:21 +0000)]
Add typedefs for size_t and ssize_t, allow struct iovec to be defined
in other headers, add a visibility conditional to avoid namespace
pollution in the standards case.

21 years agoFix %z to always print values as signed like it is supposed to.
jhb [Fri, 11 Oct 2002 17:54:55 +0000 (17:54 +0000)]
Fix %z to always print values as signed like it is supposed to.

Reviewed by: bde
Tested on: i386 in ddb

21 years agoBinutils 2.13 grew some warnings that make WARNS != 0 now impossible on
obrien [Fri, 11 Oct 2002 17:40:20 +0000 (17:40 +0000)]
Binutils 2.13 grew some warnings that make WARNS != 0 now impossible on
sparc64.

21 years agoNo need to hold Giant will harvesting RNG data; change callout_init so
sam [Fri, 11 Oct 2002 17:34:00 +0000 (17:34 +0000)]
No need to hold Giant will harvesting RNG data; change callout_init so
this no longer happens for callbacks.

21 years agoThis should enable 10160 support. As best as I can tell, the same
mjacob [Fri, 11 Oct 2002 17:28:01 +0000 (17:28 +0000)]
This should enable 10160 support. As best as I can tell, the same
f/w as 12160 is used, and otherwise, this is just a single channel
variant of the 10160.

MFC after: 0 days

21 years agoFix the code so that it no longer on alpha refers to the now nonexistent
mjacob [Fri, 11 Oct 2002 17:18:54 +0000 (17:18 +0000)]
Fix the code so that it no longer on alpha refers to the now nonexistent
pci_cvt_to_bwx.

This doesn't necessarily make bge(4) now actually *work* on an alpha.
It loads, configures, and then about 30 seconds later, my XP1000 hard
freezes. But, hey, it's a start.

Obtained from: gallatin@freebsd.org

21 years agoTurn off GDB for now. It and the new binutils just aren't agreeing on our
obrien [Fri, 11 Oct 2002 16:22:37 +0000 (16:22 +0000)]
Turn off GDB for now.  It and the new binutils just aren't agreeing on our
binary format.

21 years agoThis commit was generated by cvs2svn to compensate for changes in r104912,
ru [Fri, 11 Oct 2002 16:04:04 +0000 (16:04 +0000)]
This commit was generated by cvs2svn to compensate for changes in r104912,
which included commits to RCS files with non-trunk default branches.

21 years agoHyphenation of characters with codes above 128 was broken.
ru [Fri, 11 Oct 2002 16:04:04 +0000 (16:04 +0000)]
Hyphenation of characters with codes above 128 was broken.
This my patch has just been committed to the Groff source
repository.

21 years agoUse `unsigned long' instead of `u_long' so that this header compiles
mike [Fri, 11 Oct 2002 15:52:14 +0000 (15:52 +0000)]
Use `unsigned long' instead of `u_long' so that this header compiles
in X/Open case where `u_long' isn't available.

21 years agoUpdated release notes: Binutils 2.13.1 pre-release (20021011),
bmah [Fri, 11 Oct 2002 15:27:01 +0000 (15:27 +0000)]
Updated release notes:  Binutils 2.13.1 pre-release (20021011),
GCC 3.2.1 pre-release (20021009), groff 1.18.1.

21 years agoChange iov_base's type from `char *' to the standard `void *'. All
mike [Fri, 11 Oct 2002 14:58:34 +0000 (14:58 +0000)]
Change iov_base's type from `char *' to the standard `void *'.  All
uses of iov_base which assume its type is `char *' (in order to do
pointer arithmetic) have been updated to cast iov_base to `char *'.

21 years agoBuild kerberized versions of the PAM library, and install them
ru [Fri, 11 Oct 2002 14:17:09 +0000 (14:17 +0000)]
Build kerberized versions of the PAM library, and install them
into corresponding distributions during "make release".  (This
also cleans the "slib" distribution up from the .o files.)

PR: misc/43825 (inspired by)

21 years agoPass -o option to crunchgen(1) to ensure object files end up
ru [Fri, 11 Oct 2002 14:05:19 +0000 (14:05 +0000)]
Pass -o option to crunchgen(1) to ensure object files end up
in seperate directories.  This mostly affects RELENG_4 where
not doing so results in ${CHROOTDIR}/usr/src/release being
filled with object files, and "srelease" distribution having
them in.

PR: misc/43825
Prodded by: re (murray)

21 years agoSlight overhaul of arc4random() and friends.
phk [Fri, 11 Oct 2002 13:13:08 +0000 (13:13 +0000)]
Slight overhaul of arc4random() and friends.

One bug fixed:  Use getmicrouptime() to trigger reseeds so that we
cannot be tricked by a clock being stepped backwards.

Express parameters in natural units and with natural names.

Don't use struct timeval more than we need to.

Various stylistic and readability polishing.

Introduce arc4rand(void *ptr, u_int len, int reseed) function which
returns a stream of pseudo-random bytes, observing the automatic
reseed criteria as well as allowing forced reseeds.

Rewrite arc4random() in terms of arc4rand().

Sponsored by:   DARPA & NAI Labs.

21 years agoAdd myself.
cognet [Fri, 11 Oct 2002 13:06:42 +0000 (13:06 +0000)]
Add myself.

Reviewed by: mux (mentor)

21 years agoUpdate for Groff 1.18.1.
ru [Fri, 11 Oct 2002 12:24:44 +0000 (12:24 +0000)]
Update for Groff 1.18.1.

21 years agoNew Russian hyphenation patterns from the teTeX distribution.
ru [Fri, 11 Oct 2002 12:20:02 +0000 (12:20 +0000)]
New Russian hyphenation patterns from the teTeX distribution.
Use the new .hpfa request to append them to English patterns.

21 years agoThis commit was generated by cvs2svn to compensate for changes in r104895,
ru [Fri, 11 Oct 2002 12:13:17 +0000 (12:13 +0000)]
This commit was generated by cvs2svn to compensate for changes in r104895,
which included commits to RCS files with non-trunk default branches.

21 years agoRussian hyphenation patterns from teTeX.
ru [Fri, 11 Oct 2002 12:13:17 +0000 (12:13 +0000)]
Russian hyphenation patterns from teTeX.

21 years ago- Add support for IPC_64 extensions into shmctl(2), semctl(2) and msgctl(2);
sobomax [Fri, 11 Oct 2002 11:43:09 +0000 (11:43 +0000)]
- Add support for IPC_64 extensions into shmctl(2), semctl(2) and msgctl(2);
- add wrappers for mmap2(2) and ftruncate64(2) system calls;
- don't spam console with printf's when VFAT_READDIR_BOTH ioctl(2) is invoked;
- add support for SOUND_MIXER_READ_STEREODEVS ioctl(2);
- make msgctl(IPC_STAT) and IPC_SET actually working by converting from
  BSD msqid_ds to Linux and vice versa;
- properly return EINVAL if semget(2) is called with nsems being negative.

Reviewed by: marcel
Approved by: marcel
Tested with: LSB runtime test

21 years agoDo not allow empty GIDs for non-NIS entries.
maxim [Fri, 11 Oct 2002 11:35:30 +0000 (11:35 +0000)]
Do not allow empty GIDs for non-NIS entries.

MFC after: 2 weeks

21 years agokoi8-r was repo-copied to ru.KOI8-R by joe@.
ru [Fri, 11 Oct 2002 11:00:51 +0000 (11:00 +0000)]
koi8-r was repo-copied to ru.KOI8-R by joe@.

21 years agoRemove an unused variable.
phk [Fri, 11 Oct 2002 10:36:22 +0000 (10:36 +0000)]
Remove an unused variable.

21 years agoTrapdoor access to cd%da and cd%c so they still work, but do not let them
phk [Fri, 11 Oct 2002 10:35:17 +0000 (10:35 +0000)]
Trapdoor access to cd%da and cd%c so they still work, but do not let them
show up in /dev.

21 years agoSync with 2.13. Reduce forking by using multiple sed expressions rather
obrien [Fri, 11 Oct 2002 10:07:46 +0000 (10:07 +0000)]
Sync with 2.13.  Reduce forking by using multiple sed expressions rather
than piping thru tr(1).  Also prefer case over for+test, as case will
handle regex's nicely.

Note we can't exactly follow the real 2.13 genscripts.sh as we wind up with
multiple "'s in search paths.  It is too late tonight to track down why.

21 years agoUse malloc(9)'s M_ZERO rather than explicit bzero(9) call.
phk [Fri, 11 Oct 2002 09:59:22 +0000 (09:59 +0000)]
Use malloc(9)'s M_ZERO rather than explicit bzero(9) call.

21 years agowitch over to the new FreeBSD bfd vec and emulation
obrien [Fri, 11 Oct 2002 09:36:20 +0000 (09:36 +0000)]
witch over to the new FreeBSD bfd vec and emulation

21 years agoSwitch over to the new FreeBSD emulation and bfd vec
obrien [Fri, 11 Oct 2002 09:31:55 +0000 (09:31 +0000)]
Switch over to the new FreeBSD emulation and bfd vec

21 years agoGroff 1.18.1 comes in with ANSI color support, enabled by default.
ru [Fri, 11 Oct 2002 09:16:24 +0000 (09:16 +0000)]
Groff 1.18.1 comes in with ANSI color support, enabled by default.
In "nroff" mode, italic font renders as an underlined text, which
makes it indistinguishable from the bold text on color monitors
(cons25 terminal type), yet it requires the less(1)'s -R option.
(Refer to the new grotty(1) manpage for details.)

So turn off the color support for now (when generating catpages),
until we figure out what do we do with this new feature.  I have
a patch for grotty(1) that tells it to use the "reverse video"
attribute to render the italic font.  Once this is accepted, we
can turn color support back on (if there won't be any objections
from the community).

21 years agoThis commit was generated by cvs2svn to compensate for changes in r104871,
obrien [Fri, 11 Oct 2002 09:15:11 +0000 (09:15 +0000)]
This commit was generated by cvs2svn to compensate for changes in r104871,
which included commits to RCS files with non-trunk default branches.

21 years agoImport of Binutils from the FSF 2.13 branch (just pre-.1 release).
obrien [Fri, 11 Oct 2002 09:15:11 +0000 (09:15 +0000)]
Import of Binutils from the FSF 2.13 branch (just pre-.1 release).
These bits are taken from the FSF anoncvs repo on 11-Oct-2002 22:39:35 PDT.

21 years agoillegal.cc was renamed to invalid.cc. Bring in the fix
ru [Fri, 11 Oct 2002 09:03:04 +0000 (09:03 +0000)]
illegal.cc was renamed to invalid.cc.  Bring in the fix
that makes almost all characters above 128 "valid".

21 years agoUpgrade to Groff 1.18.1.
ru [Fri, 11 Oct 2002 08:58:14 +0000 (08:58 +0000)]
Upgrade to Groff 1.18.1.

21 years agoMerge Groff 1.18.1 changes.
ru [Fri, 11 Oct 2002 08:54:44 +0000 (08:54 +0000)]
Merge Groff 1.18.1 changes.

21 years agoUse stock (FSF) version of this file.
ru [Fri, 11 Oct 2002 08:54:15 +0000 (08:54 +0000)]
Use stock (FSF) version of this file.

21 years agoRemoved files not present in v1.18.1 import.
ru [Fri, 11 Oct 2002 08:53:48 +0000 (08:53 +0000)]
Removed files not present in v1.18.1 import.

21 years agoThis commit was generated by cvs2svn to compensate for changes in r104865,
ru [Fri, 11 Oct 2002 08:53:48 +0000 (08:53 +0000)]
This commit was generated by cvs2svn to compensate for changes in r104865,
which included commits to RCS files with non-trunk default branches.

21 years agoRemoved files not present in v1.18.1 import.
ru [Fri, 11 Oct 2002 08:53:48 +0000 (08:53 +0000)]
Removed files not present in v1.18.1 import.

21 years agoVirgin import of FSF groff v1.18.1
ru [Fri, 11 Oct 2002 08:52:17 +0000 (08:52 +0000)]
Virgin import of FSF groff v1.18.1

21 years agoThis commit was generated by cvs2svn to compensate for changes in r104862,
ru [Fri, 11 Oct 2002 08:52:17 +0000 (08:52 +0000)]
This commit was generated by cvs2svn to compensate for changes in r104862,
which included commits to RCS files with non-trunk default branches.

21 years agoYesterday was the 10th month of the year, not the 11st.
obrien [Fri, 11 Oct 2002 08:40:19 +0000 (08:40 +0000)]
Yesterday was the 10th month of the year, not the 11st.

21 years ago*sigh* The GNU folks want to layer and abstract yet another standard API.
obrien [Fri, 11 Oct 2002 07:42:20 +0000 (07:42 +0000)]
*sigh* The GNU folks want to layer and abstract yet another standard API.
This time remove the xregex redirection and just directly use their own
gnuregex.

21 years agoTypo fixed on Vendor branch
obrien [Fri, 11 Oct 2002 07:06:21 +0000 (07:06 +0000)]
Typo fixed on Vendor branch

21 years agoThis commit was generated by cvs2svn to compensate for changes in r104858,
obrien [Fri, 11 Oct 2002 07:06:21 +0000 (07:06 +0000)]
This commit was generated by cvs2svn to compensate for changes in r104858,
which included commits to RCS files with non-trunk default branches.

21 years agoadd some devices from NetBSD
imp [Fri, 11 Oct 2002 07:03:09 +0000 (07:03 +0000)]
add some devices from NetBSD

21 years agoSome renamings from pccarddevs
imp [Fri, 11 Oct 2002 07:02:31 +0000 (07:02 +0000)]
Some renamings from pccarddevs
Add Linksys WCF11
Bay eMobility 11B

21 years agosync to 1.36 of pccarddevs
imp [Fri, 11 Oct 2002 07:00:53 +0000 (07:00 +0000)]
sync to 1.36 of pccarddevs

21 years agoMerge from NetBSD plus diff reduction to netbsd's pcmciadevs 1.177 file:
imp [Fri, 11 Oct 2002 07:00:30 +0000 (07:00 +0000)]
Merge from NetBSD plus diff reduction to netbsd's pcmciadevs 1.177 file:
o NETGEAR2 -> NETGEAR_2
o PLANEX2 -> PLANEX_2
o ACTIONTEC HWC01170 -> ACTIONTEC PRISM
o linksys iwn2 -> iwn3
o Add: Ositech, DLINK_3, BAY emobility, buffalo lpc3_clt, netgear fa410TX.
  dynalink accton EN2216, corega ether II PCC TD, dlink dfe670TXD,
  dynalink l10c

Obtained from: NetBSD

21 years agoReally update for 2.13 10-Oct-2002 import. (this time for sure Rocky)
obrien [Fri, 11 Oct 2002 06:48:16 +0000 (06:48 +0000)]
Really update for 2.13 10-Oct-2002 import.  (this time for sure Rocky)

21 years agoUpdate for 2.13 10-Oct-2002 import.
obrien [Fri, 11 Oct 2002 06:28:05 +0000 (06:28 +0000)]
Update for 2.13 10-Oct-2002 import.

21 years agoUpdate for 2.13 10-Oct-2002 import - Identify the version correctly
obrien [Fri, 11 Oct 2002 06:23:02 +0000 (06:23 +0000)]
Update for 2.13 10-Oct-2002 import - Identify the version correctly

21 years agoDon't do WARNS setting here.
obrien [Fri, 11 Oct 2002 06:20:41 +0000 (06:20 +0000)]
Don't do WARNS setting here.

21 years agoUse the stock version of this.
obrien [Fri, 11 Oct 2002 06:19:00 +0000 (06:19 +0000)]
Use the stock version of this.

21 years agoBring the binutils_2_13_20021110 snap version of this to the HEAD branch.
obrien [Fri, 11 Oct 2002 06:18:04 +0000 (06:18 +0000)]
Bring the binutils_2_13_20021110 snap version of this to the HEAD branch.

21 years agoMerge rev 1.2 (teach `ld' how to access FreeBSD's ld ELF hints)
obrien [Fri, 11 Oct 2002 06:15:47 +0000 (06:15 +0000)]
Merge rev 1.2 (teach `ld' how to access FreeBSD's ld ELF hints)
into Binutils 2.13.1 snap.

21 years agoBring the binutils_2_13_20021110_snap version of this to the HEAD branch.
obrien [Fri, 11 Oct 2002 06:14:49 +0000 (06:14 +0000)]
Bring the binutils_2_13_20021110_snap version of this to the HEAD branch.

21 years agoBring the 2.13 snap version of this to the HEAD branch.
obrien [Fri, 11 Oct 2002 06:13:48 +0000 (06:13 +0000)]
Bring the 2.13 snap version of this to the HEAD branch.

21 years agoUse the stock 2.13.1 snapshot version of this.
obrien [Fri, 11 Oct 2002 06:13:25 +0000 (06:13 +0000)]
Use the stock 2.13.1 snapshot version of this.

21 years agoMerge rev 1.2 (FreeBSD a.out configuration support) into the
obrien [Fri, 11 Oct 2002 06:13:00 +0000 (06:13 +0000)]
Merge rev 1.2 (FreeBSD a.out configuration support) into the
Binutils 2.13_20021110 snap.

21 years agoWe use the stock version of this file.
obrien [Fri, 11 Oct 2002 06:11:27 +0000 (06:11 +0000)]
We use the stock version of this file.

21 years agoMerge rev 1.6 (ELF_DYNAMIC_INTERPRETER) into Binutils 2.13_20021110.
obrien [Fri, 11 Oct 2002 06:11:03 +0000 (06:11 +0000)]
Merge rev 1.6 (ELF_DYNAMIC_INTERPRETER) into Binutils 2.13_20021110.

21 years agoMerge rev 1.8 ("ELF_DYNAMIC_INTERPRETER") into Binutils 2.13_20021110 snap.
obrien [Fri, 11 Oct 2002 06:10:28 +0000 (06:10 +0000)]
Merge rev 1.8 ("ELF_DYNAMIC_INTERPRETER") into Binutils 2.13_20021110 snap.

21 years agoOn second thought, garbage collect the OLD_BRANDELF_METHOD. FreeBSD 5.0
obrien [Fri, 11 Oct 2002 06:09:39 +0000 (06:09 +0000)]
On second thought, garbage collect the OLD_BRANDELF_METHOD.  FreeBSD 5.0
is a good point to break from this historical ABI-breaking method.

21 years agoMerge our ELF branding into Binutils 2_13_20021011 snapshot.
obrien [Fri, 11 Oct 2002 06:08:01 +0000 (06:08 +0000)]
Merge our ELF branding into Binutils 2_13_20021011 snapshot.
(note that this will be the last Binutils update to offer our original
method of ELF branding (WANT_OLD_BRANDELF_METHOD))

21 years agoUse the vendor's 2.13.1_snap vendor version of this file as in rev 1.5.
obrien [Fri, 11 Oct 2002 06:06:01 +0000 (06:06 +0000)]
Use the vendor's 2.13.1_snap vendor version of this file as in rev 1.5.

21 years agoWe use the stock version of this file as in rev 1.4.
obrien [Fri, 11 Oct 2002 06:05:36 +0000 (06:05 +0000)]
We use the stock version of this file as in rev 1.4.

21 years agoImport of Binutils from the FSF 2.13 branch (just pre-.1 release).
obrien [Fri, 11 Oct 2002 06:01:20 +0000 (06:01 +0000)]
Import of Binutils from the FSF 2.13 branch (just pre-.1 release).
These bits are taken from the FSF anoncvs repo on 11-Oct-2002 22:39:35 PDT.

21 years agoThis commit was generated by cvs2svn to compensate for changes in r104834,
obrien [Fri, 11 Oct 2002 06:01:20 +0000 (06:01 +0000)]
This commit was generated by cvs2svn to compensate for changes in r104834,
which included commits to RCS files with non-trunk default branches.

21 years agoAdd Planex GWNS11H
imp [Fri, 11 Oct 2002 05:43:38 +0000 (05:43 +0000)]
Add Planex GWNS11H

Submitted by: hanai-san

21 years agosync to 1.35 of pccarddevs
imp [Fri, 11 Oct 2002 05:40:45 +0000 (05:40 +0000)]
sync to 1.35 of pccarddevs

21 years agoAdd a new NewMedia BUSTOASTER that I bought on ebay (sadly w/o scsi dongle).
imp [Fri, 11 Oct 2002 05:40:13 +0000 (05:40 +0000)]
Add a new NewMedia BUSTOASTER that I bought on ebay (sadly w/o scsi dongle).
Add PLANEX GWNS11H submitted by hanai-san.