| Commit message (Expand) | Author | Age | Files | Lines |
* | In keeping with style(9)'s recommendations on macros, use a ';' | rwatson | 2008-03-16 | 2 | -2/+2 |
* | Fix mmap(2) on ZFS after some changes in VM subsystem. | pjd | 2008-03-15 | 1 | -0/+4 |
* | Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it is | attilio | 2008-02-25 | 1 | -3/+3 |
* | Introduce some functions in the vnode locks namespace and in the ffs | attilio | 2008-02-24 | 1 | -4/+4 |
* | - Reduce how much ZFS caches by default. This is another change to mitigate | pjd | 2008-01-24 | 1 | -4/+5 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 4 | -14/+14 |
* | This commit was generated by cvs2svn to compensate for changes in r175256, | njl | 2008-01-12 | 1 | -3/+19 |
|\ |
|
| * | Fix GPE livelock that occurs on HP/Compaq laptops, mostly in the thermal | njl | 2008-01-12 | 1 | -3/+19 |
* | | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 6 | -21/+21 |
* | | * Check endianness the FreeBSD way. | jb | 2007-11-28 | 12 | -30/+43 |
* | | Fix a prototype definition. | jb | 2007-11-28 | 1 | -1/+1 |
* | | Check endianness the FreeBSD way. | jb | 2007-11-28 | 1 | -1/+1 |
* | | Include an extra header to get this to compile cleanly. | jb | 2007-11-28 | 1 | -0/+1 |
* | | Fix 3 issues relating to the use of "auth" rules in IPFilter, from sourceforge: | darrenr | 2007-11-26 | 3 | -18/+11 |
* | | Bring back pf_if.c revs 1.8 and 1.6 also lost during last import: | mlaier | 2007-11-21 | 1 | -0/+23 |
* | | Cleanup pf interface mangement - esp. remove EVENTHANDLER before unloading | mlaier | 2007-11-21 | 2 | -1/+31 |
* | | Reloop OpenBSD rev. 1.563: | mlaier | 2007-11-21 | 1 | -3/+11 |
* | | Warn if kmem_map size is set to less than 512MB. Previous warning was a bit | pjd | 2007-11-07 | 1 | -5/+5 |
* | | Remove unused header. | pjd | 2007-11-05 | 1 | -569/+0 |
* | | If setting a state to anything but open state, close access to vdev. | pjd | 2007-11-05 | 1 | -0/+11 |
* | | Initial Import of wpi driver based on p4 changeset 128641. | benjsc | 2007-11-05 | 2 | -0/+2667 |
* | | - Add sysctl for sizeof(znode_t), which will be used by fstat(1). | lulf | 2007-11-02 | 1 | -0/+4 |
* | | Call zil_commit() (if ZIL is not disabled) after every non-read request | pjd | 2007-11-01 | 1 | -11/+11 |
* | | Apply a few changes from ipfilter-current: | darrenr | 2007-10-30 | 7 | -44/+69 |
* | | Continue to move from generic network entry points in the TrustedBSD MAC | rwatson | 2007-10-28 | 1 | -1/+1 |
* | | Rename 'mac_mbuf_create_from_firewall' to 'mac_netinet_firewall_send' as | rwatson | 2007-10-26 | 1 | -1/+1 |
* | | Properly drop the pf mutex around all copyout (consistency still protected | mlaier | 2007-10-24 | 2 | -1/+9 |
* | | Merge first in a series of TrustedBSD MAC Framework KPI changes | rwatson | 2007-10-24 | 1 | -2/+2 |
* | | Rename the kthread_xxx (e.g. kthread_create()) calls | julian | 2007-10-20 | 4 | -8/+8 |
* | | Pullup IPFilter 4.1.28 from the vendor branch into HEAD. | darrenr | 2007-10-18 | 16 | -585/+863 |
* | | This commit was generated by cvs2svn to compensate for changes in r172771, | darrenr | 2007-10-18 | 6 | -64/+88 |
|\ \ |
|
| * | | Import IPFilter 4.1.28 | darrenr | 2007-10-18 | 22 | -650/+953 |
* | | | ZFS_LOG adds a newline by itself. | thompsa | 2007-10-14 | 1 | -1/+1 |
* | | | Print the ZFS ereport to the console if vfs.zfs.debug is set to help diagnose | thompsa | 2007-10-14 | 1 | -0/+1 |
* | | | Fix lock leak leading to the 'System call <name> returning with 1 locks held' | pjd | 2007-10-04 | 1 | -0/+2 |
* | | | 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 |