David E. O'Brien
14b53d547f
Merge conflicts. This fixes the i386 config bits, merge in the Alpha bits,
...
and adds arm32 & sparc bits.
2000-06-20 08:21:50 +00:00
David E. O'Brien
379331e3e3
Merge conflicts. This fixes the i386 config bits, merge in the Alpha bits,
...
and adds arm32 & sparc bits.
2000-06-20 08:13:26 +00:00
David E. O'Brien
0edf2a3de5
Binutils now properly supports our ELFness with this file.
...
(use the stock file now that it is offically part of Binutils)
2000-06-20 08:10:58 +00:00
David E. O'Brien
fbfde0f231
Use the stock file now. The Binutils maintainers accepted our rev 1.2
...
changes (don't use "/" to start a comment).
2000-06-20 07:00:04 +00:00
David E. O'Brien
84c87cba1a
Merge in our rev 1.2 changes (but do it in a way the Binutils maintainers
...
accepted): Restore traditional behavior by acknowledging tabs in strings.
2000-06-20 06:55:50 +00:00
David E. O'Brien
76efa1c2d8
Merge in our ELF branding.
2000-06-20 06:46:06 +00:00
David E. O'Brien
6e440a7238
This commit was generated by cvs2svn to compensate for changes in r61843,
...
which included commits to RCS files with non-trunk default branches.
2000-06-20 06:20:42 +00:00
David E. O'Brien
9cf1d3773b
Import a virgin (but trimed) Binutils 2.10 release.
2000-06-20 06:20:42 +00:00
David E. O'Brien
ddad85161d
We are now at version 2.10 release.
2000-06-20 06:19:15 +00:00
David E. O'Brien
b2875e6dda
None of these files are used in our build, nor do I really believe
...
anyone is going to read them. Many were new with the
"sourceware_binutils-2_10-branch_anoncvs_20000512" import. Others have
been around since 2.8.1.
2000-06-20 06:08:35 +00:00
David E. O'Brien
666c9ef376
Remove these Binutils 2.8.1 files.
2000-06-20 06:03:50 +00:00
Wes Peters
bda4ef1aa0
Add implementation of fetchListFTP.
...
Reviewed by: silence
2000-06-20 05:32:41 +00:00
Alfred Perlstein
a79b71281c
return of the accept filter part II
...
accept filters are now loadable as well as able to be compiled into
the kernel.
two accept filters are provided, one that returns sockets when data
arrives the other when an http request is completed (doesn't work
with 0.9 requests)
Reviewed by: jmg
2000-06-20 01:09:23 +00:00
John Baldwin
35bdac5bbd
Comment this bad boy. Hopefully the next person that comes along won't
...
have to spend a few hours reading the code to figure all this out.
2000-06-19 22:50:46 +00:00
Brian Somers
44a4178b09
Terminate aic_ids[]
2000-06-19 22:16:14 +00:00
Andrew Gallatin
126a0c9569
Add UP1000 to GENERIC
2000-06-19 21:55:42 +00:00
Andrew Gallatin
475804707d
unbreak kernels without UP1000 support
2000-06-19 21:49:47 +00:00
Brian Somers
58a575135b
Don't mis-match interface names in iface_Create()
...
Submitted by: Adrian Penisoara <ady@freebsd.ady.ro>
2000-06-19 21:43:48 +00:00
Andrew Gallatin
72e9d2e8a2
Add support for the Alpha Processor, Inc. UP1000 system.
...
Reviewed by: dfr
Thanks to: Alpha Processor Inc. for supplying the hardware.
2000-06-19 21:15:45 +00:00
Mark Murray
4fe82c1303
Grrr. I hate CVS. These were supposed to be committed when I did the
...
IDEA fix earlier today.
Bring back IDEA from the dead (but not compiled by default).
2000-06-19 21:09:27 +00:00
Cameron Grant
03cab0581f
make mixer reads return the value written instead of the value set
...
people seem to want this even though it breaks oss spec compliance
2000-06-19 20:31:58 +00:00
Andrew Gallatin
49c0f52e11
Support bounce buffers for ISA DMA on the alpha. This is required for the
...
irongate chipset (used in the UP1000) which does not support scatter/gather
DMA. We'll still use scatter gather if the core logic chipset supports it.
Reviewed by: dfr
2000-06-19 18:41:27 +00:00
Hajimu UMEMOTO
a40e8e8ba4
Re-commit DNS IPv6 transport support with fixes for IPv4 only
...
kernel and compatibility issue.
Obtained from: KAME Project
2000-06-19 18:25:06 +00:00
John Baldwin
335dd56674
- Add some more details to the 'lsdev' output for FAT file systems.
...
- Add in support for the EDD (Enhanced Disk Drive) BIOS extensions to
use LBA mode for accessing drives past cylinder 1024. This should allow
us to load a kernel from anywhere on a newer drive up to 2 TB. Part
of this came from the PR below.
PR: i386/13847
Submitted by: Tor Egge <Tor.Egge@fast.no>
2000-06-19 17:44:40 +00:00
Brian Feldman
e1f607176d
Fix a comment botch which broke buildworld.
2000-06-19 15:27:39 +00:00
Mark Murray
84fa01da81
Re-add IDEA. This is not actually built unless asked for by the user.
...
(To avoid patent hassles).
2000-06-19 13:59:34 +00:00
David Greenman
aed5349598
Implemented some optimizations which result in 14 fewer instructions in the
...
receive path.
2000-06-19 00:58:34 +00:00
Ollivier Robert
a0b74543ff
Bring the an(4) fixes to wi(4):
...
- suser check
- splx() fix.
Reminded by: Aaron Campbell <aaron@openbsd.org>
2000-06-19 00:17:13 +00:00
Ollivier Robert
4dc93581d1
Bring the ancontrol buffer oflows fixes here too.
...
Submitted by: Aaron Campbell <aaron@openbsd.org>
2000-06-18 23:45:17 +00:00
Ollivier Robert
dac3275057
- Add suser check before SIOCSAIRONET.
...
- Fix a splimp() w/o splx bug in the ioctl routine while I'm here.
Submitted by: Aaron Campbell <aaron@openbsd.org>
2000-06-18 23:40:09 +00:00
Ollivier Robert
4dd80e768f
Fix potential buffer overflows (even if ancontrol is not setuid).
...
Submitted by: Aaron Campbell <aaron@cs.dal.ca> from OpenBSD
2000-06-18 23:10:20 +00:00
Josef Karthauser
97e4e97bd1
Don't assume that the output of strftime for "%c" ("national
...
representation of time and date") won't change in time. Instead
of hard coding the locations of the time elements and hoping that
they don't move use strftime to generate the desired formats in
the first place.
PR: bin/7826
2000-06-18 22:18:04 +00:00
Kirk McKusick
6019e6208f
When running with quotas enabled on a filesystem using soft updates,
...
the system would panic when a user's inode quota was exceeded (see
PR 18959 for details). This fixes that problem.
PR: 18959
Submitted by: Jason Godsey <jason@unixguy.fidalgo.net>
2000-06-18 22:14:28 +00:00
Kirk McKusick
d3abb52714
Some additional performance improvements. When freeing an inode
...
check to see if it has been committed to disk. If it has never
been written, it can be freed immediately. For short lived files
this change allows the same inode to be reused repeatedly.
Similarly, when upgrading a fragment to a larger size, if it
has never been claimed by an inode on disk, it too can be freed
immediately making it available for reuse often in the next slowly
growing block of the same file.
2000-06-18 22:05:57 +00:00
Duncan Barclay
ce5163041d
Remove RECERR from RAY_DEBUG
2000-06-18 21:41:24 +00:00
Duncan Barclay
0218cb013b
General tidy up and plough through TODO list.
...
Rewrote intro at top of file to reflect my better understanding of how it
the memory mapping works.
Clear the DONE list and move some thoughts into the TODO list.
Remove RECERR from RAY_DEBUG
Start to use a desired network parameter structure, only used in download
code as I've realised that there are some problems with the idea.
Break up ray_rx, and move the data packet handler into a seperate function. This meant some knock on changes in ray_rx_mgt/ray_rx_ctl to do with
mbuf freeing.
Remove some debug code/XXX comments that are out of date.
2000-06-18 21:40:46 +00:00
David E. O'Brien
11d7003d4c
Upgrade instructions for the sourceware_binutils-2_10-branch_anoncvs_20000512
...
Binutils import.
2000-06-18 21:32:11 +00:00
David E. O'Brien
a51d0e6c1b
List of files to delete from the Sourceware Binutils' CVS 2_10-branch
...
on 12-May-2000.
2000-06-18 21:17:40 +00:00
David E. O'Brien
f585b85f39
List of distfile contents to delete using rm' and
find -delete'.
...
Simular to the FREEBSD-Xlist used with `tar -X ... -xf'.
This file is typically used when one starts with the Binutils anoncvs repo
rather than a release tarball.
2000-06-18 21:15:52 +00:00
Duncan Barclay
b248ba3a75
Add a desired network parameter structure to runq entries.
2000-06-18 21:10:58 +00:00
Ollivier Robert
61ea53372a
Fix building with -DDEBUG.
2000-06-18 20:22:11 +00:00
Josef Karthauser
1246bf7279
Remove the setflags/getflags routines. Their functionality has
...
been replaced with the library calls fflagstostr and strtofflags.
2000-06-18 20:10:41 +00:00
Poul-Henning Kamp
da3c322706
/152x/s/sound/SCSI/
2000-06-18 15:01:22 +00:00
David Greenman
55ce7b5117
Added support for the i82559ER (10/100Mbps NIC for embedded applications).
...
Product device ID provided by: Les Biffle <les@ns3.safety.net>
2000-06-18 10:26:09 +00:00
Brian Somers
669b99659d
Fix a printf-style format error
2000-06-18 10:07:53 +00:00
Alfred Perlstein
a72fda7154
backout accept optimizations.
...
Requested by: jmg, dcs, jdp, nate
2000-06-18 08:49:13 +00:00
Gary Jennejohn
06157db316
MF4: add support for the Am79C973.
2000-06-18 08:12:54 +00:00
Matt Jacob
1fd9039f8a
Remove all but ISP_TARGET_MODE options for isp and ispfw pseudo device.
2000-06-18 06:59:13 +00:00
Paul Saab
9e672f19b5
Allow newer Linksys 10/100 PCMCIA cards to work.
...
Reviewed by: imp
2000-06-18 05:50:16 +00:00
Matt Jacob
7013252cf8
Add ispfw as an optional 'device' (for static linking)
2000-06-18 05:35:07 +00:00