summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge conflicts. This fixes the i386 config bits, merge in the Alpha bits,David E. O'Brien2000-06-201-5/+16
| | | | | | | and adds arm32 & sparc bits. Notes: svn path=/head/; revision=61850
* Merge conflicts. This fixes the i386 config bits, merge in the Alpha bits,David E. O'Brien2000-06-201-232/+233
| | | | | | | and adds arm32 & sparc bits. Notes: svn path=/head/; revision=61849
* Binutils now properly supports our ELFness with this file.David E. O'Brien2000-06-201-7/+31
| | | | | | | (use the stock file now that it is offically part of Binutils) Notes: svn path=/head/; revision=61848
* Use the stock file now. The Binutils maintainers accepted our rev 1.2David E. O'Brien2000-06-201-42/+45
| | | | | | | changes (don't use "/" to start a comment). Notes: svn path=/head/; revision=61847
* Merge in our rev 1.2 changes (but do it in a way the Binutils maintainersDavid E. O'Brien2000-06-201-2/+22
| | | | | | | accepted): Restore traditional behavior by acknowledging tabs in strings. Notes: svn path=/head/; revision=61846
* Merge in our ELF branding.David E. O'Brien2000-06-201-0/+1
| | | | Notes: svn path=/head/; revision=61845
* This commit was generated by cvs2svn to compensate for changes in r61843,David E. O'Brien2000-06-2061-2748/+4067
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=61844
| * Import a virgin (but trimed) Binutils 2.10 release.David E. O'Brien2000-06-2069-3041/+4429
| | | | | | | | Notes: svn path=/vendor/binutils/dist/; revision=61843
* | We are now at version 2.10 release.David E. O'Brien2000-06-201-1/+1
| | | | | | | | Notes: svn path=/head/; revision=61842
* | None of these files are used in our build, nor do I really believeDavid E. O'Brien2000-06-2014-5950/+0
| | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=61841
* | Remove these Binutils 2.8.1 files.David E. O'Brien2000-06-203-3527/+0
| | | | | | | | Notes: svn path=/head/; revision=61840
* | Add implementation of fetchListFTP.Wes Peters2000-06-201-5/+143
| | | | | | | | | | | | | | Reviewed by: silence Notes: svn path=/head/; revision=61838
* | return of the accept filter part IIAlfred Perlstein2000-06-2016-1/+714
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=61837
* | Comment this bad boy. Hopefully the next person that comes along won'tJohn Baldwin2000-06-192-58/+196
| | | | | | | | | | | | | | have to spend a few hours reading the code to figure all this out. Notes: svn path=/head/; revision=61836
* | Terminate aic_ids[]Brian Somers2000-06-191-0/+1
| | | | | | | | Notes: svn path=/head/; revision=61835
* | Add UP1000 to GENERICAndrew Gallatin2000-06-192-0/+2
| | | | | | | | Notes: svn path=/head/; revision=61834
* | unbreak kernels without UP1000 supportAndrew Gallatin2000-06-191-1/+1
| | | | | | | | Notes: svn path=/head/; revision=61833
* | Don't mis-match interface names in iface_Create()Brian Somers2000-06-191-2/+3
| | | | | | | | | | | | | | Submitted by: Adrian Penisoara <ady@freebsd.ady.ro> Notes: svn path=/head/; revision=61830
* | Add support for the Alpha Processor, Inc. UP1000 system.Andrew Gallatin2000-06-1911-5/+765
| | | | | | | | | | | | | | | | Reviewed by: dfr Thanks to: Alpha Processor Inc. for supplying the hardware. Notes: svn path=/head/; revision=61829
* | Grrr. I hate CVS. These were supposed to be committed when I did theMark Murray2000-06-1911-0/+1246
| | | | | | | | | | | | | | | | | | IDEA fix earlier today. Bring back IDEA from the dead (but not compiled by default). Notes: svn path=/head/; revision=61828
* | make mixer reads return the value written instead of the value setCameron Grant2000-06-191-1/+1
| | | | | | | | | | | | | | people seem to want this even though it breaks oss spec compliance Notes: svn path=/head/; revision=61827
* | Support bounce buffers for ISA DMA on the alpha. This is required for theAndrew Gallatin2000-06-197-16/+39
| | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=61825
* | Re-commit DNS IPv6 transport support with fixes for IPv4 onlyHajimu UMEMOTO2000-06-192-59/+153
| | | | | | | | | | | | | | | | | | kernel and compatibility issue. Obtained from: KAME Project Notes: svn path=/head/; revision=61824
* | - Add some more details to the 'lsdev' output for FAT file systems.John Baldwin2000-06-191-27/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | - 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> Notes: svn path=/head/; revision=61823
* | Fix a comment botch which broke buildworld.Brian Feldman2000-06-191-0/+2
| | | | | | | | Notes: svn path=/head/; revision=61822
* | Re-add IDEA. This is not actually built unless asked for by the user.Mark Murray2000-06-192-0/+513
| | | | | | | | | | | | | | (To avoid patent hassles). Notes: svn path=/head/; revision=61821
* | Implemented some optimizations which result in 14 fewer instructions in theDavid Greenman2000-06-192-4/+12
| | | | | | | | | | | | | | receive path. Notes: svn path=/head/; revision=61820
* | Bring the an(4) fixes to wi(4):Ollivier Robert2000-06-192-6/+20
| | | | | | | | | | | | | | | | | | | | - suser check - splx() fix. Reminded by: Aaron Campbell <aaron@openbsd.org> Notes: svn path=/head/; revision=61818
* | Bring the ancontrol buffer oflows fixes here too.Ollivier Robert2000-06-181-2/+2
| | | | | | | | | | | | | | Submitted by: Aaron Campbell <aaron@openbsd.org> Notes: svn path=/head/; revision=61817
* | - Add suser check before SIOCSAIRONET.Ollivier Robert2000-06-181-3/+10
| | | | | | | | | | | | | | | | | | - Fix a splimp() w/o splx bug in the ioctl routine while I'm here. Submitted by: Aaron Campbell <aaron@openbsd.org> Notes: svn path=/head/; revision=61816
* | Fix potential buffer overflows (even if ancontrol is not setuid).Ollivier Robert2000-06-181-13/+10
| | | | | | | | | | | | | | Submitted by: Aaron Campbell <aaron@cs.dal.ca> from OpenBSD Notes: svn path=/head/; revision=61815
* | Don't assume that the output of strftime for "%c" ("nationalJosef Karthauser2000-06-181-15/+10
| | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=61814
* | When running with quotas enabled on a filesystem using soft updates,Kirk McKusick2000-06-182-4/+6
| | | | | | | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=61813
* | Some additional performance improvements. When freeing an inodeKirk McKusick2000-06-182-16/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=61812
* | Remove RECERR from RAY_DEBUGDuncan Barclay2000-06-181-2/+1
| | | | | | | | Notes: svn path=/head/; revision=61811
* | General tidy up and plough through TODO list.Duncan Barclay2000-06-181-303/+143
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=61810
* | Upgrade instructions for the sourceware_binutils-2_10-branch_anoncvs_20000512David E. O'Brien2000-06-181-12/+35
| | | | | | | | | | | | | | Binutils import. Notes: svn path=/head/; revision=61808
* | List of files to delete from the Sourceware Binutils' CVS 2_10-branchDavid E. O'Brien2000-06-181-0/+96
| | | | | | | | | | | | | | on 12-May-2000. Notes: svn path=/head/; revision=61807
* | List of distfile contents to delete using `rm' and `find -delete'.David E. O'Brien2000-06-181-0/+1
| | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=61806
* | Add a desired network parameter structure to runq entries.Duncan Barclay2000-06-181-0/+2
| | | | | | | | Notes: svn path=/head/; revision=61805
* | Fix building with -DDEBUG.Ollivier Robert2000-06-183-3/+5
| | | | | | | | Notes: svn path=/head/; revision=61804
* | Remove the setflags/getflags routines. Their functionality hasJosef Karthauser2000-06-182-234/+0
| | | | | | | | | | | | | | been replaced with the library calls fflagstostr and strtofflags. Notes: svn path=/head/; revision=61803
* | /152x/s/sound/SCSI/Poul-Henning Kamp2000-06-181-1/+1
| | | | | | | | Notes: svn path=/head/; revision=61802
* | Added support for the i82559ER (10/100Mbps NIC for embedded applications).David Greenman2000-06-184-18/+32
| | | | | | | | | | | | | | Product device ID provided by: Les Biffle <les@ns3.safety.net> Notes: svn path=/head/; revision=61801
* | Fix a printf-style format errorBrian Somers2000-06-181-1/+1
| | | | | | | | Notes: svn path=/head/; revision=61800
* | backout accept optimizations.Alfred Perlstein2000-06-184-296/+0
| | | | | | | | | | | | | | Requested by: jmg, dcs, jdp, nate Notes: svn path=/head/; revision=61799
* | MF4: add support for the Am79C973.Gary Jennejohn2000-06-182-0/+2
| | | | | | | | Notes: svn path=/head/; revision=61798
* | Remove all but ISP_TARGET_MODE options for isp and ispfw pseudo device.Matt Jacob2000-06-182-116/+4
| | | | | | | | Notes: svn path=/head/; revision=61795
* | Allow newer Linksys 10/100 PCMCIA cards to work.Paul Saab2000-06-181-12/+10
| | | | | | | | | | | | | | Reviewed by: imp Notes: svn path=/head/; revision=61792
* | Add ispfw as an optional 'device' (for static linking)Matt Jacob2000-06-181-0/+1
| | | | | | | | Notes: svn path=/head/; revision=61789