summaryrefslogtreecommitdiffstats
path: root/sys/contrib
Commit message (Expand)AuthorAgeFilesLines
* define CSUM_DELAY_DATA to match mergedarrenr2000-05-261-0/+4
* Back out the previous change to the queue(3) interface.jake2000-05-262-25/+25
* fix up #ifdef jungle for FreeBSDdarrenr2000-05-251-4/+9
* remove duplicate prototypesdarrenr2000-05-251-2/+0
* fix duplicate rcsid'sdarrenr2000-05-241-3/+0
* It would have been nice if this actually compiled. Close the headerpeter2000-05-241-0/+1
* fix up conflictsdarrenr2000-05-2411-174/+639
* fix conflictsdarrenr2000-05-244-71/+190
* fix conflictsdarrenr2000-05-242-258/+746
* fix conflictsdarrenr2000-05-241-10/+0
* fix conflictsdarrenr2000-05-242-273/+831
* fix conflictsdarrenr2000-05-242-300/+611
* fix conflictsdarrenr2000-05-243-190/+578
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-232-25/+25
* Compute the checksum before handing the packet off to IPFilter.jlemon2000-05-211-0/+8
* Fix bug in dealing with "hlen == 1 and opt > 1"darrenr2000-05-091-4/+10
* Add missing include machine/in_cksum.h.ps2000-05-092-0/+3
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-052-1/+2
* Add $FreeBSD$peter2000-05-011-1/+2
* Enforce and respect the 8 unit limit.phk2000-04-231-1/+3
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-22/+22
* Introduce extended attribute support for FFS, allowing arbitraryrwatson2000-04-151-0/+1
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-022-2/+2
* o Get basic if_media support working.lile2000-03-261-295/+272
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()phk2000-03-201-12/+11
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-202-3/+3
* o Fix typo in the RapidFire 3540 adapter namelile2000-03-191-3/+3
* o Replace the old "oltr" driver with the completely re-writtenlile2000-03-185-7136/+9210
* Re add rev 1.11 diffs to ip_fil.h Also discover that I did not undefineguido2000-02-1018-8/+29
* Bring over ipfilter v3_3_8 kernel sources, including merging theguido2000-02-0920-93/+108
* When writing out bitmap buffers, need to skip over ones that alreadymckusick2000-01-301-1/+2
* Remove a somewhat odd #if that is always true (NOLTR will be alwayspeter2000-01-291-4/+0
* During fastpath processing for removal of a short-lived inode, themckusick2000-01-181-48/+56
* Need to reorganize the flushing of directory entry (pagedep) dependenciesmckusick2000-01-181-63/+62
* Better bounding on softdep_flushfiles; other minor tweeks to checks.mckusick2000-01-171-7/+9
* Must track multiple uncommitted renames until one ultimately getsmckusick2000-01-171-22/+65
* Apply patches in rev 1.2 and 1.9 that I forgotguido2000-01-141-2/+3
* Non-operational change, fix compiler warning.dillon2000-01-141-1/+1
* Confirming Peter's fix (locking 101: release the lock before you gomckusick2000-01-131-2/+0
* Bring over ipfilter kernel sources, including merging the local modifications.guido2000-01-1315-224/+429
* Free the global softupdates lock prior to tsleep() in getdirtybuf().peter2000-01-131-0/+2
* Because cylinder group blocks are now written in background,mckusick2000-01-131-3/+13
* A panic occurs during an fsync when a dirty block associated withmckusick2000-01-131-4/+7
* We cannot proceed to free the blocks of the file until the dependenciesmckusick2000-01-111-29/+32
* Give vn_isdisk() a second argument where it can return a suitable errno.phk2000-01-101-3/+4
* Missing FREE_LOCK call before handle_workitem_freeblocks.mckusick2000-01-101-3/+5
* Several performance improvements for soft updates have been added:mckusick2000-01-101-57/+185
* Keep tighter control of removal dependencies by limiting the numbermckusick2000-01-091-20/+22
* Reorganize softdep_fsync so that it only does the inode-is-flushedmckusick2000-01-091-26/+22
* Make static non-exported functions from soft updates.mckusick2000-01-091-6/+12
OpenPOWER on IntegriCloud