summaryrefslogtreecommitdiffstats
path: root/sys/contrib
Commit message (Expand)AuthorAgeFilesLines
* Pullup IPFilter 4.1.28 from the vendor branch into HEAD.darrenr2007-10-1816-585/+863
* This commit was generated by cvs2svn to compensate for changes in r172771,darrenr2007-10-186-64/+88
|\
| * Import IPFilter 4.1.28darrenr2007-10-1822-650/+953
* | ZFS_LOG adds a newline by itself.thompsa2007-10-141-1/+1
* | Print the ZFS ereport to the console if vfs.zfs.debug is set to help diagnosethompsa2007-10-141-0/+1
* | Fix lock leak leading to the 'System call <name> returning with 1 locks held'pjd2007-10-041-0/+2
* | Ok I hope I got it right this time.cognet2007-09-272-0/+815
* | This commit was generated by cvs2svn to compensate for changes in r172314,jkim2007-09-242-10/+15
|\ \
| * | Fix global lock recursion bug.jkim2007-09-242-10/+15
* | | Now that we have CDDLed code in the tree, add CDDL license.pjd2007-09-231-0/+384
* | | Reduce the limit of vnodes on i386 when ZFS is loaded to 3/4 of the originalpjd2007-09-101-0/+41
* | | After dfr@ vnode leak fix, we can allow ARC to consume more memory.pjd2007-09-101-2/+2
* | | Use CTLFLAG_RDTUN for tunable sysctls.pjd2007-09-011-2/+2
* | | When checking the sequence number of a TCP header embedded in andhartmei2007-08-231-2/+1
* | | Replace references to NET_CALLOUT_MPSAFE with CALLOUT_MPSAFE, and removerwatson2007-07-281-4/+4
* | | Update assertion after revision 1.23.pjd2007-07-241-1/+1
* | | Fix a bug where the callout might not be initialized before being used.njl2007-07-121-6/+18
* | | This commit was generated by cvs2svn to compensate for changes in r171364,harti2007-07-111-7/+7
|\ \ \
| * | | Vendor patch to remove some __inline qualifiers on non-static functionsharti2007-07-111-7/+7
* | | | Correct a reference-counting mistake in the ZFS code which led to abnormaldfr2007-07-092-3/+1
* | | | Remove unused variable from pf_subr.c to make it -Werror buildable.mlaier2007-07-051-1/+1
* | | | Add two place holders in struct pf_rule for future netgraph integration.mlaier2007-07-031-0/+2
* | | | Link pf 4.1 to the build:mlaier2007-07-035-16/+94
* | | | Commit resolved import of OpenBSD 4.1 pf from perforce.mlaier2007-07-0313-2488/+3410
* | | | This commit was generated by cvs2svn to compensate for changes in r171164,mlaier2007-07-031-0/+415
|\ \ \ \
| * | | | Import pf from OpenBSD 4.1mlaier2007-07-0312-1690/+2973
| * | | | Loopback four fixes from OpenBSD for problems reported to the freebsd-pfmlaier2005-09-082-21/+67
| * | | | Import pf from OpenBSD 3.7 (OPENBSD_3_7 as of today)mlaier2005-05-0311-1093/+2403
| * | | | Import a fix from the OpenBSD-stable branch, that slipped by my previousmlaier2004-08-121-2/+3
| * | | | Import a couple of fixes from OpenBSD-current, which did not make -stable inmlaier2004-08-124-7/+17
| * | | | Import from OpenBSD stable branchmlaier2004-07-171-42/+53
| * | | | Import OpenBSD stable branch.mlaier2004-06-173-19/+16
* | | | | Fix hardware checksum verification on fragments.mlaier2007-07-031-0/+9
* | | | | In zfs_vget, if we fail to translate an inode number to the correspondingdfr2007-06-271-1/+1
* | | | | Pointer to an ICMP header was getting left behind after doing a pullup.darrenr2007-06-091-0/+1
* | | | | Add my copyright.marcel2007-06-081-0/+28
* | | | | - Reduce number of atomic operations needed to be implemented in asm bypjd2007-06-085-1707/+30
* | | | | Missing atomic operations for ZFS/ia64.pjd2007-06-081-0/+54
* | | | | Reimplement traverse() helper function:pjd2007-06-041-10/+9
* | | | | Merge IPFilter 4.1.23 back to HEADdarrenr2007-06-0422-1346/+3701
* | | | | This commit was generated by cvs2svn to compensate for changes in r170263,darrenr2007-06-0412-154/+555
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Import IPFilter 4.1.23 to vendor branch.darrenr2007-06-0434-1527/+4276
* | | | | Adjust va_mask for setattr. FreeBSD doesn't have va_mask, so we initialize itpjd2007-05-281-0/+1
* | | | | Because we allocate componentname structures on stack, bzero() them beforepjd2007-05-281-0/+3
* | | | | Initialize ZFS a bit earlier and block root mounting untilpjd2007-05-241-1/+4
* | | | | FreeBSD's namecache works quite well with ZFS, so remove DNLC.pjd2007-05-232-1075/+0
* | | | | All objects we create using GFS are directories, so initialize d_typepjd2007-05-231-2/+2
* | | | | Lock vnode on lookup. This fixes ZIL replay for rmdir/unlink/rename.pjd2007-05-221-0/+3
* | | | | From OpenBSD, rev. 1.524, 1.528, 1.529dhartmei2007-05-211-3/+52
* | | | | Increase debug level - this message is not that important.pjd2007-05-091-1/+1
OpenPOWER on IntegriCloud