summaryrefslogtreecommitdiffstats
path: root/sys/contrib
Commit message (Expand)AuthorAgeFilesLines
* Fix range check for rtable id.mlaier2008-06-051-2/+2
* Add code to allow the system to handle multiple routing tables.julian2008-05-093-8/+36
* fix buildkmacy2008-05-061-3/+3
* conditionally define PANIC_IFkmacy2008-05-051-0/+2
* Import basic common and iwarp kernel RDMA infrastructure.kmacy2008-05-0532-0/+15395
* Intel 4965 wireless driver (derived from openbsd driver of the same name)sam2008-04-292-0/+3437
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-207-0/+3876
* Teach pf and ipfw to use read locks in inpcbs write than write locksrwatson2008-04-201-6/+5
* Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros torwatson2008-04-171-4/+4
* Make ALTQ cope with disappearing interfaces (particularly common with mpdmlaier2008-03-293-2/+129
* Remove the last 3 files I missed. These have been repo copied to the newjb2008-03-283-341/+0
* Remove files that have been repo copied to their new locationjb2008-03-28186-85891/+0
* Add the new kernel-mode NFS Lock Manager. To use it instead of thedfr2008-03-261-0/+20
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-162-2/+2
* Fix mmap(2) on ZFS after some changes in VM subsystem.pjd2008-03-151-0/+4
* Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it isattilio2008-02-251-3/+3
* Introduce some functions in the vnode locks namespace and in the ffsattilio2008-02-241-4/+4
* - Reduce how much ZFS caches by default. This is another change to mitigatepjd2008-01-241-4/+5
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-134-14/+14
* This commit was generated by cvs2svn to compensate for changes in r175256,njl2008-01-121-3/+19
|\
| * Fix GPE livelock that occurs on HP/Compaq laptops, mostly in the thermalnjl2008-01-121-3/+19
* | vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-106-21/+21
* | * Check endianness the FreeBSD way.jb2007-11-2812-30/+43
* | Fix a prototype definition.jb2007-11-281-1/+1
* | Check endianness the FreeBSD way.jb2007-11-281-1/+1
* | Include an extra header to get this to compile cleanly.jb2007-11-281-0/+1
* | Fix 3 issues relating to the use of "auth" rules in IPFilter, from sourceforge:darrenr2007-11-263-18/+11
* | Bring back pf_if.c revs 1.8 and 1.6 also lost during last import:mlaier2007-11-211-0/+23
* | Cleanup pf interface mangement - esp. remove EVENTHANDLER before unloadingmlaier2007-11-212-1/+31
* | Reloop OpenBSD rev. 1.563:mlaier2007-11-211-3/+11
* | Warn if kmem_map size is set to less than 512MB. Previous warning was a bitpjd2007-11-071-5/+5
* | Remove unused header.pjd2007-11-051-569/+0
* | If setting a state to anything but open state, close access to vdev.pjd2007-11-051-0/+11
* | Initial Import of wpi driver based on p4 changeset 128641.benjsc2007-11-052-0/+2667
* | - Add sysctl for sizeof(znode_t), which will be used by fstat(1).lulf2007-11-021-0/+4
* | Call zil_commit() (if ZIL is not disabled) after every non-read requestpjd2007-11-011-11/+11
* | Apply a few changes from ipfilter-current:darrenr2007-10-307-44/+69
* | Continue to move from generic network entry points in the TrustedBSD MACrwatson2007-10-281-1/+1
* | Rename 'mac_mbuf_create_from_firewall' to 'mac_netinet_firewall_send' asrwatson2007-10-261-1/+1
* | Properly drop the pf mutex around all copyout (consistency still protectedmlaier2007-10-242-1/+9
* | Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-2/+2
* | Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-204-8/+8
* | 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
|\ \ \ | | |/ | |/|
OpenPOWER on IntegriCloud