jb
ad17b38961
Use the simplified genscripts.sh and set the cross-compiled library
...
directory to /usr/cross/${MACHINE_ARCH}-freebsdelf/usr/lib so that
the cross tools behave the same way that the host versions do. When
building cross tools, Cygnus doesn't set the default library directory.
This doesn't suit FreeBSD IMHO.
Add WinNT emulation support too. You only get this if you've set
BINUTILSDISTDIR because the contrib/binutils repository doesn't
contain the required sources.
1999-11-06 22:46:45 +00:00
jb
784c945815
Use the simplified genscripts.sh and set the cross-compiled library
...
directory to /usr/cross/${MACHINE_ARCH}-freebsdelf/usr/lib so that
the cross tools behave the same way that the host versions do. When
building cross tools, Cygnus doesn't set the default library directory.
This doesn't suit FreeBSD IMHO.
1999-11-06 22:44:32 +00:00
jb
bf7fc4d842
This is a simplified version of the binutils script which better suits
...
the (few) things that the FreeBSD makefiles need to specify.
1999-11-06 22:40:15 +00:00
jb
2ae5556e27
Add a BINUTILSDISTDIR hook here too.
1999-11-06 22:36:40 +00:00
jb
bd1e6db4e7
This one might be a bit controversial. 8-)
...
gas for i386 targeted to NT for those (like me) who have to do work
targeted to NT, but can't stand actually looking at it all day long.
I cross build apps on FreeBSD and just run them on NT later. Life is
better that way.
1999-11-06 22:26:43 +00:00
jb
7d3a83b936
gas for m68k targeted to NetBSD's a.out format. Useful for porting or
...
even just building applications targeted to NetBSD.
I know this will upset some people (outside FreeBSD).
1999-11-06 22:21:57 +00:00
jb
de35b9abf7
gas for powerpc targeted to FreeBSD.
1999-11-06 22:16:59 +00:00
jb
e065470a0d
gas for m68k targeted to FreeBSD.
1999-11-06 22:14:26 +00:00
jb
35e9d19767
gas for sparc targeted to FreeBSD as ELF32 for a start (suject to change).
1999-11-06 22:12:24 +00:00
jb
c6ea37bf95
Don't change the name when building a cross-tool. Just set the BINDIR
...
to /usr/libexec/cross/${MACHINE_ARCH}-freebsdelf.
1999-11-06 21:59:29 +00:00
jb
d0eb5a23f2
Add the BINUTILSDISTDIR hook here too.
1999-11-06 21:55:33 +00:00
jb
6ef586b36c
Change CROSS_TARGETS to CROSS_FORMATS because that makes more sense.
...
Check if already cross-compiling and only build the cross-tools if
not cross-compiling (to save time).
1999-11-06 21:54:21 +00:00
jb
567669e847
Add support for additional architectures.
1999-11-06 21:38:41 +00:00
jb
3ea8335f12
Add support for additional architectures.
1999-11-06 21:28:22 +00:00
jb
b73e56d56a
Change CROSS_TOOLS to CROSS_ARCH because that makes more sense.
...
Allow for the case where the host architecture might also be listed
in CROSS_ARCH, so don't do things twice. This situation can arise if you
want NT support in binutils (CROSS_ARCH=i386 CROSS_FORMAT=winnt).
1999-11-06 21:13:47 +00:00
jb
6d7f1bfd31
Teach binutils how to understand NT format objects and libs. This is useful
...
for those who want to objdump --disassemble things that they're not
supposed to. 8-)
1999-11-06 21:09:40 +00:00
julian
c447166feb
Bring the man page for netgraph socket nodes up to date.
1999-11-06 21:07:32 +00:00
jb
9f8593a4cf
Add a BINUTILSDISTDIR hook to provide a path to a full binutils release
...
outside the contrib files that FreeBSD distributes. This for use by
those who want to work on porting FreeBSD to additional architectures.
1999-11-06 21:04:46 +00:00
jb
fe646c069e
Add binutils support for additional architectures.
1999-11-06 21:02:48 +00:00
eivind
0ddfb286de
Log username with password failure.
...
This has proved useful in real life installations.
1999-11-06 20:58:44 +00:00
eivind
406386445d
Flag empty UID entries as errors (to stop typos from turning into
...
alternate root accounts).
1999-11-06 20:21:04 +00:00
julian
787294a3c1
Turn on the pppoe node module
1999-11-06 19:47:03 +00:00
julian
f43a3631cf
Move a structure Netstat needs back out to ng_socketvar.h (yech)
1999-11-06 19:27:04 +00:00
sos
c39f6b4ac1
Fix IRQ allocation bug on controllers using a shared interrupt.
...
Fix a bug which could cause panics in ad/atapi-interrupt.
Add support for UDMA66 on Promise Ultra/Fasttrak controllers.
Get rid of ATA_IGNORE_INTR, and introduce ATA_WAIT_INTR instead.
Add a delay in the dump routine in ata-disk.c, some controllers
seem to need this. Also dont use the timeout watchdog when dumping.
Disable DMA on ATAPI devices as default, add option ATA_ENABLE_ATAPI_DMA
for those that has HW that works.
Add support for some not-up-to-spec ATAPI devices that returns data
together with completition status on data moving cmd's.
1999-11-06 16:50:21 +00:00
phk
feca2bbe4e
Put a lock on the disk structure while we open to avoid races.
...
PR: 14486
1999-11-06 10:25:58 +00:00
msmith
6dea1ea711
Clean up a couple of initialisations in order to suppress a correct
...
but un-useful warning.
1999-11-06 07:43:22 +00:00
mdodd
c25bdfdc8d
resource_list_{alloc,release}() takes a struct resource_list * as its
...
first arg.
Reminded by: Andy Farkas <andyf@speednet.com.au>
1999-11-06 07:38:01 +00:00
obrien
bd5c615232
Our capibilities updated for GCC 2.95.2.
1999-11-06 05:57:53 +00:00
tanimura
f6d624ef11
The unit of sndstat is fixed to zero.
1999-11-06 05:31:47 +00:00
archie
6e79155735
Fix several bugs found in the first bit of testing.
1999-11-06 02:09:17 +00:00
obrien
91384cd3b5
Fix the style of some options.
1999-11-05 20:41:09 +00:00
obrien
2fa05ac953
Style lint LINT.
...
mostly this was fixing options to be "options<sp>^IOPTION", along with
many <sp> replaced by ^I to be consistant.
1999-11-05 20:40:01 +00:00
obrien
0faa71e14e
Change some wdX entries from "disk" to "device". These got missed in the
...
rev 1.665 commit.
1999-11-05 20:37:23 +00:00
obrien
669431c857
Style sync with GENERIC.
1999-11-05 20:06:38 +00:00
julian
c32e952e38
Re-add this till I can fix netstat to not need it.
1999-11-05 20:04:00 +00:00
msmith
49d61b364a
Guard against freeing NULL if vfs_mountroot_try is called with NULL
...
as an argument (this is legal to make other code simpler).
1999-11-05 19:28:07 +00:00
jlemon
6140acfa81
Add missing netinet6.
...
Detected by: make world
1999-11-05 18:49:00 +00:00
shin
502921c122
KAME related header files additions and merges.
...
(only those which don't affect c source files so much)
Reviewed by: cvs-committers
Obtained from: KAME project
1999-11-05 14:41:39 +00:00
gallatin
8ce8307690
Remove calls to alpha_register_pci_scsi(). After Mike's recent boot
...
changes, it no longer exists and is preventing alpha kernels from building.
reviewed by: msmith
1999-11-05 13:10:39 +00:00
obrien
7d0745760c
Merge vendor changes into our version of this.
1999-11-05 12:56:09 +00:00
obrien
2af35265c5
Update for 6.0.3s1 changes.
1999-11-05 12:34:00 +00:00
cracauer
2345f37a15
When a backquote command inside a here-document had a pipe with more
...
than two processes (got that? :-), the stdin fd of the middle
processes that has just been set up was accidetially closed. Don't do
this.
PR: bin/14527
1999-11-05 12:06:30 +00:00
roberto
9dbe16e42b
Add a forgotten source file.
...
Approved by: bp
1999-11-05 12:00:36 +00:00
obrien
c4c8bd50cf
Update for the 6.0.3s1 import.
1999-11-05 11:59:47 +00:00
obrien
aa4b7d5c44
Fix conflicts.
1999-11-05 11:58:05 +00:00
obrien
58a65fd5bf
This commit was generated by cvs2svn to compensate for changes in r52894,
...
which included commits to RCS files with non-trunk default branches.
1999-11-05 11:42:30 +00:00
obrien
af59541d88
Virgin import of AMD (am-utils) v6.0.3s1
1999-11-05 11:42:30 +00:00
obrien
3be0ebc755
Get the tar arguments right.
1999-11-05 11:37:09 +00:00
obrien
61bf52fac5
Entry for Network Everywhere Ethernet 10BaseT PC Card.
...
Submitted by: alfred
1999-11-05 11:21:19 +00:00
obrien
5fa33f898f
Add entry for BayNetworks NETGEAR FA410TXC Fast Ethernet. Poster had this
...
in PAO format, so there might be a buglet in my conversion.
Submitted by: Robert Withrow <bwithrow@nortelnetworks.com>
1999-11-05 11:17:23 +00:00