| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Ok I hope I got it right this time. | cognet | 2007-09-27 | 2 | -0/+815 |
* | | | This commit was generated by cvs2svn to compensate for changes in r172314, | jkim | 2007-09-24 | 2 | -10/+15 |
|\ \ \
| | |/
| |/| |
|
| * | | Fix global lock recursion bug. | jkim | 2007-09-24 | 2 | -10/+15 |
* | | | Now that we have CDDLed code in the tree, add CDDL license. | pjd | 2007-09-23 | 1 | -0/+384 |
* | | | Reduce the limit of vnodes on i386 when ZFS is loaded to 3/4 of the original | pjd | 2007-09-10 | 1 | -0/+41 |
* | | | After dfr@ vnode leak fix, we can allow ARC to consume more memory. | pjd | 2007-09-10 | 1 | -2/+2 |
* | | | Use CTLFLAG_RDTUN for tunable sysctls. | pjd | 2007-09-01 | 1 | -2/+2 |
* | | | When checking the sequence number of a TCP header embedded in an | dhartmei | 2007-08-23 | 1 | -2/+1 |
* | | | Replace references to NET_CALLOUT_MPSAFE with CALLOUT_MPSAFE, and remove | rwatson | 2007-07-28 | 1 | -4/+4 |
* | | | Update assertion after revision 1.23. | pjd | 2007-07-24 | 1 | -1/+1 |
* | | | Fix a bug where the callout might not be initialized before being used. | njl | 2007-07-12 | 1 | -6/+18 |
* | | | This commit was generated by cvs2svn to compensate for changes in r171364, | harti | 2007-07-11 | 1 | -7/+7 |
|\ \ \ |
|
| * | | | Vendor patch to remove some __inline qualifiers on non-static functions | harti | 2007-07-11 | 1 | -7/+7 |
* | | | | Correct a reference-counting mistake in the ZFS code which led to abnormal | dfr | 2007-07-09 | 2 | -3/+1 |
* | | | | Remove unused variable from pf_subr.c to make it -Werror buildable. | mlaier | 2007-07-05 | 1 | -1/+1 |
* | | | | Add two place holders in struct pf_rule for future netgraph integration. | mlaier | 2007-07-03 | 1 | -0/+2 |
* | | | | Link pf 4.1 to the build: | mlaier | 2007-07-03 | 5 | -16/+94 |
* | | | | Commit resolved import of OpenBSD 4.1 pf from perforce. | mlaier | 2007-07-03 | 13 | -2488/+3410 |
* | | | | This commit was generated by cvs2svn to compensate for changes in r171164, | mlaier | 2007-07-03 | 1 | -0/+415 |
|\ \ \ \ |
|
| * | | | | Import pf from OpenBSD 4.1 | mlaier | 2007-07-03 | 12 | -1690/+2973 |
| * | | | | Loopback four fixes from OpenBSD for problems reported to the freebsd-pf | mlaier | 2005-09-08 | 2 | -21/+67 |
| * | | | | Import pf from OpenBSD 3.7 (OPENBSD_3_7 as of today) | mlaier | 2005-05-03 | 11 | -1093/+2403 |
| * | | | | Import a fix from the OpenBSD-stable branch, that slipped by my previous | mlaier | 2004-08-12 | 1 | -2/+3 |
| * | | | | Import a couple of fixes from OpenBSD-current, which did not make -stable in | mlaier | 2004-08-12 | 4 | -7/+17 |
| * | | | | Import from OpenBSD stable branch | mlaier | 2004-07-17 | 1 | -42/+53 |
| * | | | | Import OpenBSD stable branch. | mlaier | 2004-06-17 | 3 | -19/+16 |
* | | | | | Fix hardware checksum verification on fragments. | mlaier | 2007-07-03 | 1 | -0/+9 |
* | | | | | In zfs_vget, if we fail to translate an inode number to the corresponding | dfr | 2007-06-27 | 1 | -1/+1 |
* | | | | | Pointer to an ICMP header was getting left behind after doing a pullup. | darrenr | 2007-06-09 | 1 | -0/+1 |
* | | | | | Add my copyright. | marcel | 2007-06-08 | 1 | -0/+28 |
* | | | | | - Reduce number of atomic operations needed to be implemented in asm by | pjd | 2007-06-08 | 5 | -1707/+30 |
* | | | | | Missing atomic operations for ZFS/ia64. | pjd | 2007-06-08 | 1 | -0/+54 |
* | | | | | Reimplement traverse() helper function: | pjd | 2007-06-04 | 1 | -10/+9 |
* | | | | | Merge IPFilter 4.1.23 back to HEAD | darrenr | 2007-06-04 | 22 | -1346/+3701 |
* | | | | | This commit was generated by cvs2svn to compensate for changes in r170263, | darrenr | 2007-06-04 | 12 | -154/+555 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | Import IPFilter 4.1.23 to vendor branch. | darrenr | 2007-06-04 | 34 | -1527/+4276 |
* | | | | | Adjust va_mask for setattr. FreeBSD doesn't have va_mask, so we initialize it | pjd | 2007-05-28 | 1 | -0/+1 |
* | | | | | Because we allocate componentname structures on stack, bzero() them before | pjd | 2007-05-28 | 1 | -0/+3 |
* | | | | | Initialize ZFS a bit earlier and block root mounting until | pjd | 2007-05-24 | 1 | -1/+4 |
* | | | | | FreeBSD's namecache works quite well with ZFS, so remove DNLC. | pjd | 2007-05-23 | 2 | -1075/+0 |
* | | | | | All objects we create using GFS are directories, so initialize d_type | pjd | 2007-05-23 | 1 | -2/+2 |
* | | | | | Lock vnode on lookup. This fixes ZIL replay for rmdir/unlink/rename. | pjd | 2007-05-22 | 1 | -0/+3 |
* | | | | | From OpenBSD, rev. 1.524, 1.528, 1.529 | dhartmei | 2007-05-21 | 1 | -3/+52 |
* | | | | | Increase debug level - this message is not that important. | pjd | 2007-05-09 | 1 | -1/+1 |
* | | | | | - Add missing lock destruction and remove duplicate initializations. | pjd | 2007-05-06 | 6 | -5/+14 |
* | | | | | Use provider's ident to handle situations when disks are moved around | pjd | 2007-05-06 | 1 | -10/+161 |
* | | | | | MFp4: We don't need to cover vnode_pager_setsize() with the z_map_lock. | pjd | 2007-05-06 | 1 | -1/+2 |
* | | | | | Share-lock a vnode where possible. | pjd | 2007-05-02 | 1 | -1/+1 |
* | | | | | When parent directory has to be unlocked, lock it back with the same lock | pjd | 2007-05-02 | 1 | -2/+6 |
* | | | | | Lock vnode using cn_lkflags in case the caller wants the vnode to be | pjd | 2007-05-02 | 1 | -1/+1 |