aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.0.0_cvscvs2svn2000-03-2010-10/+10
* When writing out bitmap buffers, need to skip over ones that alreadyKirk McKusick2000-01-301-1/+2
* Remove a somewhat odd #if that is always true (NOLTR will be alwaysPeter Wemm2000-01-291-4/+0
* During fastpath processing for removal of a short-lived inode, theKirk McKusick2000-01-181-48/+56
* Need to reorganize the flushing of directory entry (pagedep) dependenciesKirk McKusick2000-01-181-63/+62
* Better bounding on softdep_flushfiles; other minor tweeks to checks.Kirk McKusick2000-01-171-7/+9
* Must track multiple uncommitted renames until one ultimately getsKirk McKusick2000-01-171-22/+65
* Non-operational change, fix compiler warning.Matthew Dillon2000-01-141-1/+1
* Confirming Peter's fix (locking 101: release the lock before you goKirk McKusick2000-01-131-2/+0
* Free the global softupdates lock prior to tsleep() in getdirtybuf().Peter Wemm2000-01-131-0/+2
* Because cylinder group blocks are now written in background,Kirk McKusick2000-01-131-3/+13
* A panic occurs during an fsync when a dirty block associated withKirk McKusick2000-01-131-4/+7
* We cannot proceed to free the blocks of the file until the dependenciesKirk McKusick2000-01-111-29/+32
* Give vn_isdisk() a second argument where it can return a suitable errno.Poul-Henning Kamp2000-01-101-3/+4
* Missing FREE_LOCK call before handle_workitem_freeblocks.Kirk McKusick2000-01-101-3/+5
* Several performance improvements for soft updates have been added:Kirk McKusick2000-01-101-57/+185
* Keep tighter control of removal dependencies by limiting the numberKirk McKusick2000-01-091-20/+22
* Reorganize softdep_fsync so that it only does the inode-is-flushedKirk McKusick2000-01-091-26/+22
* Make static non-exported functions from soft updates.Kirk McKusick2000-01-091-6/+12
* Garbage collect oltr_pci_shutdownEivind Eklund1999-12-211-11/+0
* The function request_cleanup() had a tsleep() with PCATCH. It isKirk McKusick1999-12-161-1/+1
* Lock reporting and assertion changes.Eivind Eklund1999-12-111-1/+1
* Revamp the devstat priority system. All disks now have the same priority.Kenneth D. Merry1999-12-081-1/+2
* Fix typo, add $FreeBSD$Bill Fumerola1999-12-031-1/+3
* Fix a stray (ifdef'ed) reference to a non-existing file.Peter Wemm1999-11-291-4/+0
* Convert various pieces of code to use vn_isdisk() rather than checkingPoul-Henning Kamp1999-11-221-4/+4
* struct mountlist and struct mount.mnt_list have no business beingPoul-Henning Kamp1999-11-201-2/+1
* Finding root devices is a much more sane thing now.Poul-Henning Kamp1999-11-101-7/+8
* * Add struct resource_list* argument to resource_list_alloc andDoug Rabson1999-10-121-3/+1
* remove unused #includes.Poul-Henning Kamp1999-10-111-2/+0
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-5/+0
* Remove NBPF conditionality of bpf calls in most of our network drivers.Poul-Henning Kamp1999-09-251-9/+0
* Use devstat_end_transaction_buf() rather than Use devstat_end_transaction()Poul-Henning Kamp1999-09-181-7/+4
* Bite the bullet and allocate the devsw entry at compile time.Poul-Henning Kamp1999-09-121-1/+2
* Use a different tactic when creating the devsw so that disk_create()Poul-Henning Kamp1999-09-121-1/+1
* Update docs for 3.3-RPoul-Henning Kamp1999-09-082-18/+142
* Clean $Log$ debris.Peter Wemm1999-09-061-2/+1
* Improve the micro "disk" layer after gaining more experience with it.Poul-Henning Kamp1999-09-011-2/+1
* Remove unneeded slice element.Poul-Henning Kamp1999-08-291-1/+0
* Convert to use the new "disk" layer.Poul-Henning Kamp1999-08-291-107/+79
* We don't need to pass the diskname argument all over the diskslice/labelPoul-Henning Kamp1999-08-281-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-288-8/+8
* SMP: Release the giant lock while we work the flash arrayPoul-Henning Kamp1999-08-151-97/+40
* Spring cleaning around strategy and disklabels/slices:Poul-Henning Kamp1999-08-141-9/+9
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,Poul-Henning Kamp1999-08-081-2/+2
* Fixed a bogus include pathname which broke compiling in an obj directory.Bruce Evans1999-08-071-2/+2
* Fixed syntax errors. Code should be tested before committing it, or atBruce Evans1999-08-071-2/+2
* Better way to circumvent the boot problem on older versions.Poul-Henning Kamp1999-08-062-20/+5
* Add driver support for M-systems DiskOnChip Products.Poul-Henning Kamp1999-08-068-0/+1568
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-061-6/+6