aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update to latest version of PowerMACH Works from Olicom.Larry Lile1999-07-055-5135/+5170
* No longer need to set B_ASYNC flag since BUF_KERNPROC nowKirk McKusick1999-06-291-2/+1
* Keep the inlines for <sys/buf.h> happy..Peter Wemm1999-06-271-3/+3
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingKirk McKusick1999-06-261-9/+13
* Add a vnode argument to VOP_BWRITE to get rid of the last vnodeKirk McKusick1999-06-161-12/+14
* Get rid of the global variable rushjob and replace it with a function inKirk McKusick1999-06-151-41/+45
* Cosmetic changes to make it compile without errors in gcc -WallJulian Elischer1999-05-221-10/+17
* Add a hook to ffs_fsync to allow soft updates to get first chance at doingKirk McKusick1999-05-141-28/+97
* Put back changes that might be causing trouble on Alpha.Kirk McKusick1999-05-091-3/+5
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:Peter Wemm1999-05-091-5/+1
* Whitespace cleanup.Kirk McKusick1999-05-071-2/+2
* Get rid of random debugging cruft; sync up with latest version.Kirk McKusick1999-05-071-38/+10
* Severe slowdowns have been reported when creating or removing manyKirk McKusick1999-05-071-108/+290
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tPeter Wemm1999-04-241-1/+5
* As I understand it, these register_intr()'s shouldn't be here. The isaPeter Wemm1999-04-211-3/+1
* Need to include /contrib/dev/oltr/... not dev/oltr/...Julian Elischer1999-03-101-2/+2
* Submitted by: Larry LileJulian Elischer1999-03-107-0/+10211
* Reorganize locking to avoid holding the lock during calls to bdwriteKirk McKusick1999-03-021-3/+9
* Ensure that softdep_sync_metadata can handle bmsafemap and mkdir entriesKirk McKusick1999-03-022-5/+48
* fix double LIST_REMOVE; other cosmetic changes to match version 9.32.Kirk McKusick1999-02-171-12/+13
* Gutted softdep_deallocate_dependencies and replaced it with a panic. ItDavid Greenman1999-01-221-41/+3
* Don't pass unused unused timestamp args to UFS_UPDATE() or wasteBruce Evans1999-01-071-16/+22
* UFS_UPDATE() takes a boolean `waitfor' arg, so don't pass it the valueBruce Evans1999-01-061-5/+5
* Remove some compiler warnings.Julian Elischer1998-12-101-9/+6
* Change dirty block list handling to use TAILQ macros.Peter Wemm1998-10-311-8/+8
* Clarify a rather ambiguous debugging message.Jordan K. Hubbard1998-10-281-2/+2
* Fix 'noatime' bug that was unrelated to use of noatime.Nate Williams1998-10-031-1/+10
* Eliminate a race in VOP_FSYNC() when softupdates is enabled.Luoqi Chen1998-09-241-1/+2
* Handle the case of moving a directory onto the top of a sibling'sJulian Elischer1998-08-121-2/+27
* Note which version of Kirk's sources this corresponds to.Julian Elischer1998-06-121-2/+2
* Fix the case when renaming to a file that you've just created and deleted,Julian Elischer1998-06-121-22/+43
* Add B_NOCACHE to several cases where BSD4.4 only required a B_INVAL.Julian Elischer1998-06-111-4/+4
* Fix for "live inode" panic.Julian Elischer1998-06-101-20/+27
* Remove buggy debugging code.Julian Elischer1998-06-101-43/+1
* Add a reference to the Ganger/Patt paperJulian Elischer1998-06-021-0/+3
* A fix to a debug test from Kirk.Julian Elischer1998-05-271-1/+4
* Bring up-to-date with Whistle's current versionJulian Elischer1998-05-192-6/+85
* Merge with Kirk's version as of Feb 20Julian Elischer1998-05-191-88/+86
* Merge in Kirk's changes to stop softupdates from hogging all of memory.Julian Elischer1998-05-193-67/+294
* Change to stop a silly panic. This should be understood better.Julian Elischer1998-05-191-7/+4
* First published FreeBSD version of soft updates Feb 5.Julian Elischer1998-05-192-125/+168
* Import the next version received from kirk after somevendor/softupdates/Jan29-98-ALPHAJulian Elischer1998-05-192-121/+225