summaryrefslogtreecommitdiffstats
path: root/sys/contrib
Commit message (Expand)AuthorAgeFilesLines
* Use devstat_end_transaction_buf() rather than Use devstat_end_transaction()phk1999-09-181-7/+4
* Bite the bullet and allocate the devsw entry at compile time.phk1999-09-121-1/+2
* Use a different tactic when creating the devsw so that disk_create()phk1999-09-121-1/+1
* Update docs for 3.3-Rphk1999-09-082-18/+142
* Clean $Log$ debris.peter1999-09-061-2/+1
* Improve the micro "disk" layer after gaining more experience with it.phk1999-09-011-2/+1
* Remove unneeded slice element.phk1999-08-291-1/+0
* Convert to use the new "disk" layer.phk1999-08-291-107/+79
* We don't need to pass the diskname argument all over the diskslice/labelphk1999-08-281-2/+2
* $Id$ -> $FreeBSD$peter1999-08-288-8/+8
* $Id$ -> $FreeBSD$peter1999-08-2817-18/+18
* SMP: Release the giant lock while we work the flash arrayphk1999-08-151-97/+40
* Spring cleaning around strategy and disklabels/slices:phk1999-08-141-9/+9
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,phk1999-08-081-2/+2
* Fixed a bogus include pathname which broke compiling in an obj directory.bde1999-08-071-2/+2
* Fixed syntax errors. Code should be tested before committing it, or atbde1999-08-071-2/+2
* Better way to circumvent the boot problem on older versions.phk1999-08-062-20/+5
* Add driver support for M-systems DiskOnChip Products.phk1999-08-068-0/+1568
* Rename bpfilter to bpf.des1999-07-061-6/+6
* Update to latest version of PowerMACH Works from Olicom.lile1999-07-055-5135/+5170
* No longer need to set B_ASYNC flag since BUF_KERNPROC nowmckusick1999-06-291-2/+1
* Keep the inlines for <sys/buf.h> happy..peter1999-06-271-3/+3
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingmckusick1999-06-261-9/+13
* Add RCS strings to kernel ipfilter files.green1999-06-192-0/+3
* Add a vnode argument to VOP_BWRITE to get rid of the last vnodemckusick1999-06-161-12/+14
* Get rid of the global variable rushjob and replace it with a function inmckusick1999-06-151-41/+45
* Cosmetic changes to make it compile without errors in gcc -Walljulian1999-05-221-10/+17
* Add a hook to ffs_fsync to allow soft updates to get first chance at doingmckusick1999-05-141-28/+97
* Put back changes that might be causing trouble on Alpha.mckusick1999-05-091-3/+5
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:peter1999-05-091-5/+1
* Whitespace cleanup.mckusick1999-05-071-2/+2
* Get rid of random debugging cruft; sync up with latest version.mckusick1999-05-071-38/+10
* Severe slowdowns have been reported when creating or removing manymckusick1999-05-071-108/+290
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tpeter1999-04-241-1/+5
* As I understand it, these register_intr()'s shouldn't be here. The isapeter1999-04-211-3/+1
* Need to include /contrib/dev/oltr/... not dev/oltr/...julian1999-03-101-2/+2
* Submitted by: Larry Lilejulian1999-03-107-0/+10211
* Reorganize locking to avoid holding the lock during calls to bdwritemckusick1999-03-021-3/+9
* Ensure that softdep_sync_metadata can handle bmsafemap and mkdir entriesmckusick1999-03-022-5/+48
* fix double LIST_REMOVE; other cosmetic changes to match version 9.32.mckusick1999-02-171-12/+13
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-272-10/+10
* Gutted softdep_deallocate_dependencies and replaced it with a panic. Itdg1999-01-221-41/+3
* Don't pass unused unused timestamp args to UFS_UPDATE() or wastebde1999-01-071-16/+22
* UFS_UPDATE() takes a boolean `waitfor' arg, so don't pass it the valuebde1999-01-061-5/+5
* Remove some compiler warnings.julian1998-12-101-9/+6
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-5/+8
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-042-7/+9
* Staticize some more.eivind1998-11-266-25/+25
* Change dirty block list handling to use TAILQ macros.peter1998-10-311-8/+8
* Clarify a rather ambiguous debugging message.jkh1998-10-281-2/+2
OpenPOWER on IntegriCloud