summaryrefslogtreecommitdiffstats
path: root/sys/contrib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix 'noatime' bug that was unrelated to use of noatime.nate1998-10-031-1/+10
* Eliminate a race in VOP_FSYNC() when softupdates is enabled.luoqi1998-09-241-1/+2
* Made some disgusting ifdefs even more disgusting to enable the supportbde1998-08-155-11/+11
* Handle the case of moving a directory onto the top of a sibling'sjulian1998-08-121-2/+27
* Merge ipfilter 3.2.3 -> 3.2.7 changes onto mainline.peter1998-06-208-87/+218
* This commit was generated by cvs2svn to compensate for changes in r37071,peter1998-06-205-14/+32
|\
| * Import ipfilter 3.2.7 kernel componentspeter1998-06-2013-101/+246
* | Note which version of Kirk's sources this corresponds to.julian1998-06-121-2/+2
* | Fix the case when renaming to a file that you've just created and deleted,julian1998-06-121-22/+43
* | Add B_NOCACHE to several cases where BSD4.4 only required a B_INVAL.julian1998-06-111-4/+4
* | Fix for "live inode" panic.julian1998-06-101-20/+27
* | Remove buggy debugging code.julian1998-06-101-43/+1
* | Fixed pedantic semantics errors (bitfields not of type int, signed intbde1998-06-081-3/+3
* | ip_fil.h has 9 separate declarations of iplioctl() in a disgustingbde1998-06-082-5/+8
* | This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* | Add a reference to the Ganger/Patt paperjulian1998-06-021-0/+3
* | A fix to a debug test from Kirk.julian1998-05-271-1/+4
* | Bring up-to-date with Whistle's current versionjulian1998-05-192-6/+85
* | Merge with Kirk's version as of Feb 20julian1998-05-191-88/+86
* | Merge in Kirk's changes to stop softupdates from hogging all of memory.julian1998-05-193-67/+294
* | Change to stop a silly panic. This should be understood better.julian1998-05-191-7/+4
* | First published FreeBSD version of soft updates Feb 5.julian1998-05-192-125/+168
* | This commit was generated by cvs2svn to compensate for changes in r36206,julian1998-05-192-121/+225
|\ \
| * | Import the next version received from kirk after somejulian1998-05-192-121/+225
* | | This commit was generated by cvs2svn to compensate for changes in r36201,julian1998-05-193-0/+4622
|\ \ \ | |/ /
| * | Import the earliest version of the soft update code that I have.julian1998-05-193-0/+4622
| /
OpenPOWER on IntegriCloud