summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Ensure that kqueue is not inherited across fork().jonathan2011-07-073-6/+21
* Style fix - macros are supposed to be uppercase.trasz2011-07-073-23/+23
* Make a comment more accurate.jonathan2011-07-071-1/+1
* Fix memset sizeofskevlo2011-07-072-2/+2
* Always skip the kernel idle process if requested, it is not specific tojhb2011-07-071-5/+4
* Add again the checking for log_arp_permanent_modify that was by accidentae2011-07-071-5/+7
* Remove the TCP_SORECEIVE_STREAM compile time option. The use ofandre2011-07-073-7/+2
* Add an extra tab between fs_file and fs_vfstypekevlo2011-07-071-1/+1
* A fix to make the LINT-NOINET build happy, if thisjfv2011-07-071-3/+3
* All the racct_*() calls need to happen with the proc locked. Fixing thistrasz2011-07-0614-1/+86
* Conditionally compile in the IPv4/IPv6 address family support.pluknet2011-07-062-4/+24
* Handle a race between device_pager and devsw in a more graceful manner:attilio2011-07-061-2/+4
* Add missing unlocks.glebius2011-07-061-0/+2
* Only increment the ypcnt once per data record. The old implementationgordon2011-07-061-4/+4
* Update to version 9.6-ESV-R4-P3dougb2011-07-0613-64/+96
* Apply bug fixesdougb2011-07-061-10/+9
* Remove the IDR_CHEETAH_MAX_BN_PAIRS limit from cheetah_ipi_selected().marius2011-07-051-2/+2
* Delete files made obsolete because they were moved to sys/nfsrmacklem2011-07-051-0/+3
* It can be useful to know which page still has mappings.marius2011-07-051-1/+1
* - pmap_cache_remove() and pmap_protect_tte() are only used within pmap.cmarius2011-07-052-6/+6
* Remove #ifdef notyet code dating back to 4.3BSD Net/2 (and possibly earlier).cperciva2011-07-051-18/+1
* In pmap_remove_all() assert that the page is neither fictitious normarius2011-07-051-0/+2
* Don't allow lro->len to exceed 65535, as this will result in overflowcperciva2011-07-051-0/+8
* Correct cpu_monitor() and cpu_mwait() for amd64. These instructions takejkim2011-07-052-10/+14
* Call pmap_qremove() before freeing or unwiring the pages, otherwisemarius2011-07-052-4/+6
* Delete files made obsolete by the change in default NFS clientrmacklem2011-07-051-0/+4
* Follow Linux by unconditionally stripping the RX vlan tag from incomingnwhitehorn2011-07-051-4/+7
* Update manual page. Mention IPv6 support, and notice that mainglebius2011-07-051-3/+8
* Rewrite the flowctl utility to add it support for displayingglebius2011-07-052-53/+168
* o Eliminate flow6_hash_entry in favor of flow_hash_entry. We don't needglebius2011-07-053-107/+152
* Only print entries for which ut_host points to a character device.ed2011-07-051-1/+1
* Rework _fget to accept capability parameters.jonathan2011-07-052-6/+76
* Remove useless initialization.trociny2011-07-051-2/+1
* The algorithm used by nfscl_getopen() could have resulted inrmacklem2011-07-041-81/+94
* - General grammar and mdoc(7) fixes. [1] [2]gjb2011-07-041-65/+66
* - Speed up pendingblock processing again. Having too much delay betweenjeff2011-07-042-15/+41
* - Handle D_JSEGDEP in the softdep_sync_buf() switch. These can nowjeff2011-07-041-0/+1
* - It is impossible to run request_cleanup() while doing a copyonwrite.jeff2011-07-041-25/+21
* - Fix an inode quota leak. We need to decrement the quota once and onlyjeff2011-07-041-5/+4
* Fix build with NETGRAPH_DEBUG.glebius2011-07-041-1/+1
* pf(4) tags now store the state key but tcp_respond tries to reuse a mbuf as a...eri2011-07-041-0/+1
* Add a trivial script for creating memstick images. These are notmarcel2011-07-041-0/+38
* Disable PREEMPTION for now. See also PR ia64/147501.marcel2011-07-041-1/+1
* Add kernel functions to unwrap capabilities.jonathan2011-07-042-0/+162
* Fix build with NETGRAPH_DEBUG.glebius2011-07-041-2/+2
* - Remove the now unused CPU_NAND_ATOMIC()attilio2011-07-041-7/+1
* With retirement of cpumask_t and usage of cpuset_t for representing aattilio2011-07-0427-423/+303
* Make the USB keyboard driver more HID compliant.hselasky2011-07-043-151/+475
* - Use refcount(9) API to manage node and hook refcounting.glebius2011-07-042-18/+10
* ARP code reuses mbuf from ARP request to make a reply, but it does notae2011-07-041-0/+1
OpenPOWER on IntegriCloud