summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - Mention that the SC_PIXEL_MODE kernel option is required, in orderyokota1999-09-191-1/+8
| | | | | | to use the VESA_800x600 raster text mode. - Fix the list of recognized keywords; "40x25" is not recognized, but "VGA_40x25" is.
* Deal with new "auto" setting for network_interfaces.jkh1999-09-192-2/+2
|
* Make `ed' PC-Cards work again. It has been over two weeks that laptopobrien1999-09-191-470/+384
| | | | | | | | | | | | users have suffered from this breakage, w/o commitment from someone that they would fix the problems. This effectively backs out revs 1.{157-160}. It does however fix the build problem that caused 1.157 to be committed. If the changes from rev 1.156-1.160 can't be fully tested by the committer, may I offer posting a diff in the freebsd-current mailing list for broader testing before inflicting this breakage again.
* Fix BOOTP root FS mounts. Also cleanup vfs_getnewfsid() and collapsedillon1999-09-195-44/+117
| | | | | | | | | | addaliasu() into addalias() (no operational change) and clarify comments relating to a trick that vclean() uses. The fix to BOOTP is yet another hack. Actually, rootfsid handling is already a major hack. The whole thing needs to be cleaned up. Reviewed by: David Greenman <dg@root.com>, Alan Cox <alc@cs.rice.edu>
* This adds support for the 3Com Megahertz 574B ethernet 16-bit PC-Card.obrien1999-09-192-38/+108
| | | | | | | | 1) Reworked the probe routine 2) Addition of the 574B's product ID. 3) Added useful info when booting verbosely. Submitted by: Jason Young <doogie@anet-stl.com>
* Update for GCC 2.95.1's bundled libf2c.obrien1999-09-191-4/+4
|
* This commit was generated by cvs2svn to compensate for changes in r51384,obrien1999-09-1964-887/+2706
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of GCC 2.95.1's libf2cobrien1999-09-1964-887/+2706
| |
* | Tell people how this work was done.obrien1999-09-191-0/+22
| |
* | Minor cleanupsdillon1999-09-191-7/+13
| | | | | | | | | | Reviewed by: Matthew Dillon <dillon@backplane.com> Submitted by: Alexey Zelkin <phantom@cris.net>
* | Change so_cred's type to a ucred, not a pcred. THis makes more sense, actually.green1999-09-1910-46/+55
| | | | | | | | | | | | Make a sonewconn3() which takes an extra argument (proc) so new sockets created with sonewconn() from a user's system call get the correct credentials, not just the parent's credentials.
* | Make trash removals less chatty.jkh1999-09-191-1/+2
| |
* | Bump version number.phk1999-09-181-1/+1
| | | | | | | | Pointed out by: ken
* | Only assign to si_bsize_phys if we have an intelligent value for it.phk1999-09-181-1/+0
| | | | | | | | Otherwise leave at zero and let the generic code decide.
* | document devstat_end_transaction_buf()phk1999-09-181-0/+12
| |
* | Use devstat_end_transaction_buf() rather than Use devstat_end_transaction()phk1999-09-1816-90/+19
| |
* | Count "free" operations in their own new tranaction type.phk1999-09-182-4/+40
| | | | | | | | | | | | | | WARNING: libdevstat, iostat, vmstat, systat etc etc will need a recompile. Add devstat_end_transaction_buf() which pulls all the vital data out of a struct buf which is ready for biodone().
* | Bring security page uptodate, add more references, clarify some ofdillon1999-09-181-96/+203
| | | | | | | | the comments, etc.
* | Fix conflicts. This has a small part of rev 1.2 in it.obrien1999-09-181-107/+199
| |
* | Fix conflicts. This merges revs 1.{2,3} with EGCS 1.1.2.obrien1999-09-181-1/+3
| |
* | This commit was generated by cvs2svn to compensate for changes in r51363,obrien1999-09-18255-0/+27437
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of EGCS 1.1.2's libf2cobrien1999-09-18255-0/+27437
| |
* | Update the support files from the 6.0.1 import.obrien1999-09-182-94/+140
| |
* | Remove a comment about setting objformat to elf by default. We'vejb1999-09-181-8/+1
| | | | | | | | | | | | | | done that already. Change the -DWANT_AOUT comment to refer to 4.0 so that it sounds less silly.
* | Clean up two cases of the alpha vtophys() hack that should bewpaul1999-09-182-4/+2
| | | | | | | | using alpha_XXX_dmamap() but aren't.
* | Fix the mechanism used to choose the unit numbers for the IP interfaceswpaul1999-09-184-14/+42
| | | | | | | | | | attached by the SysKonnect driver. Use ifunit() to scan for existing skN interfaces and pick the first unused one.
* | Add curs_set(0) to get rid of that annoying cursor. I also have to evillygreen1999-09-181-0/+3
| | | | | | | | add $FreeBSD$ so I can commit this.
* | Get rid of some evil defines (a pair of snd and rcv.)green1999-09-171-19/+12
| |
* | Update to driver release 1.74roger1999-09-172-114/+278
| | | | | | | | | | | | | | Bug fix: xmradio nolonger experiences a 6Mhz offset after running FXTV New feature: Automatic Tuner selection for AVerMedia cards with configuration EEPROMs on (ie the Bt878 based cards)
* | Patch if_vr to add bridging support.wpaul1999-09-172-2/+40
| | | | | | | | | | PR: 12385 Submitted by: lyndon@orthanc.ab.ca
* | Remember to account for ETHER_ALIGN when setting the maxmimum packetwpaul1999-09-172-2/+2
| | | | | | | | | | | | | | length for mini receive ring. The max length was MHLEN, however the mbufs are actually shortened to MHLEN - ETHER_ALIGN to force payload alignment. PR: 13793
* | Sync with driver release 1.74roger1999-09-172-0/+22
| |
* | MF3: various small tweaks.jkh1999-09-174-6/+4
| |
* | Fix getcwd. It must return the length of the path including the terminating 0.marcel1999-09-172-12/+38
| | | | | | | | | | | | While I'm here, fix style and debug printf. Fix derived from patch by: Darryl Okahata <darrylo@sr.hp.com>
* | Re-encode spanish messages using ISO-8859-1.jmas1999-09-173-324/+324
| | | | | | | | | | | | | | Patches also sent to bostic@bostic.com. PR: bin/5966 Submitted by: Jose M. Alcaide <jose@we.lc.ehu.es>
* | Parse resource descriptions which don't have START_DEPENDANT tagsdfr1999-09-171-0/+6
| | | | | | | | | | correctly. This fixes resource allocation for various PnP ed cards but there are other problems which prevent that driver from working right.
* | Add vfs.enable_userblk_io sysctl to control whether user reads and writesdillon1999-09-175-8/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to buffered block devices are allowed. The default is to be backwards compatible, i.e. reads and writes are allowed. The idea is for a larger crowd to start running with this disabled and see what problems, if any, crop up, and then to change the default to off and see if any problems crop up in the next 6 months prior to potentially removing support entirely. There are still a few people, Julian and myself included, who believe the buffered block device access from usermode to be useful. Remove use of vnode->v_lastr from buffered block device I/O in preparation for removal of vnode->v_lastr field, replacing it with the already existing seqcount metric to detect sequential operation. Reviewed by: Alan Cox <alc@cs.rice.edu>, David Greenman <dg@root.com>
* | Asynchronized client-side nfs_commit. NFS commit operations weredillon1999-09-1712-34/+250
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | previously issued synchronously even if async daemons (nfsiod's) were available. The commit has been moved from the strategy code to the doio code in order to asynchronize it. Removed use of lastr in preparation for removal of vnode->v_lastr. It has been replaced with seqcount, which is already supported by the system and, in fact, gives us a better heuristic for sequential detection then lastr ever did. Made major performance improvements to the server side commit. The server previously fsync'd the entire file for each commit rpc. The server now bawrite()s only those buffers related to the offset/size specified in the commit rpc. Note that we do not commit the meta-data yet. This works still needs to be done. Note that a further optimization can be done (and has not yet been done) on the client: we can merge multiple potential commit rpc's into a single rpc with a greater file offset/size range and greatly reduce rpc traffic. Reviewed by: Alan Cox <alc@cs.rice.edu>, David Greenman <dg@root.com>
* | Remove inappropriate VOP_FSYNC from vm_object_page_clean(). The fsyncdillon1999-09-171-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | syncs the entire underlying file rather then just the requested range, resulting in huge inefficiencies when the VM system is articulated in a certain way. The VOP_FSYNC was also found to massively reduce NFS performance in certain cases. Change MADV_DONTNEED and MADV_FREE to call vm_page_dontneed() instead of vm_page_deactivate(). Using vm_page_deactivate() causes all inactive and cache pages to be recycled before the dontneed/free page is recycled, effectively flushing our entire VM inactive & cache queues continuously even if only a few pages are being actively MADV free'd and reused (such as occurs with a sequential scan of a memory-mapped file). Reviewed by: Alan Cox <alc@cs.rice.edu>, David Greenman <dg@root.com>
* | Add 'lastr' field to vm_map_entry in preparation for its removaldillon1999-09-171-0/+1
| | | | | | | | | | | | | | from the vnode. (The changeover is undergoing final testing and will be committed soon). Reviewed by: Alan Cox <alc@cs.rice.edu>, David Greenman <dg@root.com>
* | Fix a bug in the block number calculation for VN disks with a sectordillon1999-09-175-21/+173
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | size != 512 that are configured without a label. The bug should only have effected swap-backed VN mounts without a label. Add several major features to VN. In the kernel we add a swap pre-reservation capability, which can be used to guarentee seek consistency for swap-backed VN nodes. This also incidently allows a swap-backed VN filesystem to be recovered after a crash in some cases (if the same swap blocks happen to be reserved). We also add a number of new options to vnconfig which do the work of pre-zeroing or creating/truncating/extending a file which greatly simplifies using VN in a file-backed configuration. Add FreeBSD CVS label to sys/sys/vnioctl.h, as well as a new ioctl flag for the swap pre-reservation feature. Reviewed by: Alan Cox <alc@cs.rice.edu>, David Greenman <dg@root.com>
* | The vnode pager (used when you do file-backed mmaps) must use thedillon1999-09-171-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | underlying physical sector size when aligning I/O transfer sizes. It cannot assume 512 bytes. We assume the underlying sector size is a power of 2. If it isn't, mmap() will break badly anyway (in the same way mmap broke with NFS when NFS tried to cache piecemeal write ranges in buffers, before we enforced read-buffer-before-write-piecemeal for NFS). Reviewed by: Alan Cox <alc@cs.rice.edu>, David Greenman <dg@root.com>
* | Fix a number of spl bugs related to reserving and freeing swap space.dillon1999-09-172-292/+234
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Swap space can be freed from an interrupt and so swap reservation and freeing must occur at splvm. Add swap_pager_reserve() code to support a new swap pre-reservation capability for the VN device. Generally cleanup the swap code by simplifying the swp_pager_meta_build() static function and consolidating the SWAPBLK_NONE test from a bit test to an absolute compare. The bit test was left over from a rejected swap allocation scheme that was not ultimately committed. A few other minor cleanups were also made. Reorganize the swap strategy code, again for VN support, to not reallocate swap when writing as this messes up pre-reservation and can fragment I/O unnecessarily as VN-baesd disk is messed around with. Reviewed by: Alan Cox <alc@cs.rice.edu>, David Greenman <dg@root.com>
* | Add required BUF_KERNPROC to flushchainbuf() to disassociate thedillon1999-09-171-0/+1
| | | | | | | | | | | | | | | | current process from the exclusive lock prior to initiating I/O. This fixes a panic related to swap-backed VN disks Reviewed by: Alan Cox <alc@cs.rice.edu>, David Greenman <dg@root.com>
* | Reviewed by: Alan Cox <alc@cs.rice.edu>, David Greenman <dg@root.com>dillon1999-09-176-116/+274
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace various VM related page count calculations strewn over the VM code with inlines to aid in readability and to reduce fragility in the code where modules depend on the same test being performed to properly sleep and wakeup. Split out a portion of the page deactivation code into an inline in vm_page.c to support vm_page_dontneed(). add vm_page_dontneed(), which handles the madvise MADV_DONTNEED feature in a related commit coming up for vm_map.c/vm_object.c. This code prevents degenerate cases where an essentially active page may be rotated through a subset of the paging lists, resulting in premature disposal.
* | Fix sf_probe() to detect the card type properly. I botched the readingwpaul1999-09-172-4/+4
| | | | | | | | | | of the subsystem ID when I converted to newbus. The driver still detects the chipset and still works but fails to identify the exact card.
* | Make count=0 set cpy_cnt to -1, which is slight overloading, but makesgreen1999-09-163-5/+18
| | | | | | | | | | | | what I was trying to do work much better (ie at all. I could have sworn it was working...) Fix a SEEK_SET to be SEEK_CUR, and make Bruce's lseek() test work correctly.
* | Suggest using just finrst in the dial filter, and not syn.brian1999-09-161-2/+2
| | | | | | | | Submitted by: Ruslan Ermilov <ru@FreeBSD.org>
* | Correct the return from FilterCheck for fragmentsbrian1999-09-161-1/+1
| | | | | | | | | | PR: 13771 Submitted by: Dean M. Phillips <dphill@inav.net>
* | Add spanish support, fixing my own PR.jmas1999-09-161-1/+36
| | | | | | | | | | PR: i386/10595 Submitted by: Jose M. Alcaide (jose@we.lc.ehu.es)
OpenPOWER on IntegriCloud