summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add sanity check for ifm_version in struct if_msghdr.hrs2011-07-041-0/+6
* Modify the new NFSv4 client so that it appends a file handlermacklem2011-07-033-21/+29
* Improve portability of config(8).ed2011-07-031-4/+5
* Tag mbufs of all incoming frames or packets with the interface's FIBbz2011-07-0316-0/+21
* Remove extra white space to comply with style for the rest of the struct.bz2011-07-031-2/+2
* Introduce a quirk for broken USB MIDI hardware instead of limiting performancehselasky2011-07-034-11/+18
* Add infrastructure to allow all frames/packets received on an interfacebz2011-07-0311-3/+152
* When iterating over a paging queue, explicitly check for PG_MARKER, insteadalc2011-07-025-5/+5
* Initialize marker pages as held rather than fictitious/wired. Marking thealc2011-07-021-2/+8
* Fix for "nomatch" event for ums and ukbd drivers when uhid is loaded.hselasky2011-07-021-0/+12
* Fix problem about USB MIDI TX data format, that some devices only accepthselasky2011-07-021-23/+30
OpenPOWER on IntegriCloud