summaryrefslogtreecommitdiff
path: root/sys/contrib
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-2478-93/+93
* MFC: sys/contrib/opensolaris/uts/common/fs/zfs/zvol.c 1.4Pawel Jakub Dawidek2008-01-171-11/+11
* MFC: sys/contrib/opensolaris/uts/common/fs/zfs/vdev.c 1.4Pawel Jakub Dawidek2008-01-171-0/+11
* MFC: queue an asynch handler to re-enable a level-triggered GPENate Lawson2008-01-161-3/+19
* MFC rev 1.5 if_wpi.cBenjamin Close2007-12-082-0/+2667
* MFC:Darren Reed2007-12-013-18/+11
* MFC pf.c 1.51, pf_ioctl.c 1.30 and pf_if.c 1.13-1.14:Max Laier2007-11-253-4/+65
* This commit was manufactured by cvs2svn to create branch 'RELENG_7'.cvs2svn2007-11-112-0/+2667
* MFC the following:Darren Reed2007-10-3122-647/+949
* MFC: pf_if.c 1.12, pf_table.c 1.9Max Laier2007-10-282-1/+9
* MFC r1.3, 1.4Andrew Thompson2007-10-171-0/+1
* Fix lock leak leading to the 'System call <name> returning with 1 locks held'Pawel Jakub Dawidek2007-10-041-0/+2
* Ok I hope I got it right this time.Olivier Houchard2007-09-272-0/+815
* This commit was generated by cvs2svn to compensate for changes in r172314,Jung-uk Kim2007-09-242-10/+15
|\
| * Fix global lock recursion bug.Jung-uk Kim2007-09-242-10/+15
* | Now that we have CDDLed code in the tree, add CDDL license.Pawel Jakub Dawidek2007-09-231-0/+384
* | Reduce the limit of vnodes on i386 when ZFS is loaded to 3/4 of the originalPawel Jakub Dawidek2007-09-101-0/+41
* | After dfr@ vnode leak fix, we can allow ARC to consume more memory.Pawel Jakub Dawidek2007-09-101-2/+2
* | Use CTLFLAG_RDTUN for tunable sysctls.Pawel Jakub Dawidek2007-09-011-2/+2
* | When checking the sequence number of a TCP header embedded in anDaniel Hartmeier2007-08-231-2/+1
* | Replace references to NET_CALLOUT_MPSAFE with CALLOUT_MPSAFE, and removeRobert Watson2007-07-281-4/+4
* | Update assertion after revision 1.23.Pawel Jakub Dawidek2007-07-241-1/+1
* | Fix a bug where the callout might not be initialized before being used.Nate Lawson2007-07-121-6/+18
* | This commit was generated by cvs2svn to compensate for changes in r171364,Hartmut Brandt2007-07-111-7/+7
|\ \
| * | Vendor patch to remove some __inline qualifiers on non-static functionsvendor/ngatmHartmut Brandt2007-07-111-7/+7
* | | Correct a reference-counting mistake in the ZFS code which led to abnormalDoug Rabson2007-07-092-3/+1
* | | Remove unused variable from pf_subr.c to make it -Werror buildable.Max Laier2007-07-051-1/+1
* | | Add two place holders in struct pf_rule for future netgraph integration.Max Laier2007-07-031-0/+2
* | | Link pf 4.1 to the build:Max Laier2007-07-035-16/+94
* | | Commit resolved import of OpenBSD 4.1 pf from perforce.Max Laier2007-07-0313-2482/+3404
* | | This commit was generated by cvs2svn to compensate for changes in r171164,Max Laier2007-07-031-0/+415
|\ \ \
| * | | Import pf from OpenBSD 4.1vendor/pf-sys/4.1Max Laier2007-07-0312-1682/+2965
| * | | Loopback four fixes from OpenBSD for problems reported to the freebsd-pfMax Laier2005-09-082-21/+67
| * | | Import pf from OpenBSD 3.7 (OPENBSD_3_7 as of today)vendor/pf-sys/3.7Max Laier2005-05-0311-1092/+2402
| * | | Import a fix from the OpenBSD-stable branch, that slipped by my previousvendor/pf-sys/3.5.004Max Laier2004-08-121-2/+3
| * | | Import a couple of fixes from OpenBSD-current, which did not make -stable invendor/pf-sys/3.5.003Max Laier2004-08-124-7/+17
| * | | Import from OpenBSD stable branchMax Laier2004-07-171-42/+53
| * | | Import OpenBSD stable branch.Max Laier2004-06-173-19/+16
* | | | Fix hardware checksum verification on fragments.Max Laier2007-07-031-0/+9
* | | | In zfs_vget, if we fail to translate an inode number to the correspondingDoug Rabson2007-06-271-1/+1
* | | | Pointer to an ICMP header was getting left behind after doing a pullup.Darren Reed2007-06-091-0/+1
* | | | Add my copyright.Marcel Moolenaar2007-06-081-0/+28
* | | | - Reduce number of atomic operations needed to be implemented in asm byPawel Jakub Dawidek2007-06-085-1707/+30
* | | | Missing atomic operations for ZFS/ia64.Pawel Jakub Dawidek2007-06-081-0/+54
* | | | Reimplement traverse() helper function:Pawel Jakub Dawidek2007-06-041-10/+9
* | | | Merge IPFilter 4.1.23 back to HEADDarren Reed2007-06-0422-1346/+3701
* | | | This commit was generated by cvs2svn to compensate for changes in r170263,Darren Reed2007-06-0412-153/+554
|\ \ \ \
| * | | | Import IPFilter 4.1.23 to vendor branch.Darren Reed2007-06-0434-1526/+4275
* | | | | Adjust va_mask for setattr. FreeBSD doesn't have va_mask, so we initialize itPawel Jakub Dawidek2007-05-281-0/+1
* | | | | Because we allocate componentname structures on stack, bzero() them beforePawel Jakub Dawidek2007-05-281-0/+3