aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Support of Ralink Ethernet MAC, used in RT3050F/RT3052F and I belive in other...Aleksandr Rybalko2011-07-115-0/+3196
* Include sys/sbuf.h directly.Andrey V. Elsukov2011-07-1125-0/+27
* Include sys/sbuf.h directly.Andrey V. Elsukov2011-07-111-0/+1
* Include sys/sbuf.h directly.Andrey V. Elsukov2011-07-112-0/+2
* Extract the code to translate VM error into errno, into an exportedKonstantin Belousov2011-07-102-0/+8
* Style.Konstantin Belousov2011-07-101-1/+1
* Update locking annotations for the struct vnode.Konstantin Belousov2011-07-101-5/+2
* When first creating snapshots, we may free some blocks within it.Kirk McKusick2011-07-101-1/+5
* Update tags build scriptKirk McKusick2011-07-102-1/+3
* Allow disk partitions associated with UFS read-only mountedKirk McKusick2011-07-102-16/+8
* Remove reviewed line from copyright header.Hans Petter Selasky2011-07-091-1/+0
* Fix the definition for PCPU_NAME_LEN, which is intended to fitMarius Strobl2011-07-091-1/+1
* Add a facility to disable processing page faults. When activated,Konstantin Belousov2011-07-096-11/+77
* Use 'curthread_pflags' instead of 'thread_pflags' to signify that onlyKonstantin Belousov2011-07-092-14/+14
* Use helper functions instead of manually managing TDP_INBDFLUSH.Konstantin Belousov2011-07-091-16/+12
* Implement a helper functions to locally set thread-private flag, andKonstantin Belousov2011-07-091-0/+19
* Implement pci_find_class(9), the function to find a pci device by its class.Konstantin Belousov2011-07-092-0/+16
* Implement bitcount16.Konstantin Belousov2011-07-091-0/+11
* Add an option to have a fail point term only execute when run by aMatthew D Fleming2011-07-081-1/+19
* style(9) and cleanup fixes.Matthew D Fleming2011-07-081-80/+69
* Add device ID for the Davicom 56PDV PCI Modem.John Baldwin2011-07-081-0/+1
* Implement basic support for memory attributes. At this time we onlyMarcel Moolenaar2011-07-083-27/+121
* Fix the "passability" test in fdcopy().Jonathan Anderson2011-07-081-2/+2
* Add new USB 3G driver.Hans Petter Selasky2011-07-086-3/+1883
* In the experimental soreceive_stream():Andre Oppermann2011-07-081-13/+9
* Permit ARP to proceed for IPv4 host routes for which the gateway is theMarko Zec2011-07-083-7/+12
* Grab the rlock before checking if our interface is enabled, it could beAndrew Thompson2011-07-071-1/+2
* Style fix - macros are supposed to be uppercase.Edward Tomasz Napierala2011-07-073-23/+23
* Make a comment more accurate.Jonathan Anderson2011-07-071-1/+1
* Fix memset sizeofsKevin Lo2011-07-072-2/+2
* Add again the checking for log_arp_permanent_modify that was by accidentAndrey V. Elsukov2011-07-071-5/+7
* Remove the TCP_SORECEIVE_STREAM compile time option. The use ofAndre Oppermann2011-07-073-7/+2
* A fix to make the LINT-NOINET build happy, if thisJack F Vogel2011-07-071-3/+3
* All the racct_*() calls need to happen with the proc locked. Fixing thisEdward Tomasz Napierala2011-07-0614-1/+86
* Handle a race between device_pager and devsw in a more graceful manner:Attilio Rao2011-07-061-2/+4
* Add missing unlocks.Gleb Smirnoff2011-07-061-0/+2
* Remove the IDR_CHEETAH_MAX_BN_PAIRS limit from cheetah_ipi_selected().Marius Strobl2011-07-051-2/+2
* It can be useful to know which page still has mappings.Marius Strobl2011-07-051-1/+1
* - pmap_cache_remove() and pmap_protect_tte() are only used within pmap.cMarius Strobl2011-07-052-6/+6
* Remove #ifdef notyet code dating back to 4.3BSD Net/2 (and possibly earlier).Colin Percival2011-07-051-18/+1
* In pmap_remove_all() assert that the page is neither fictitious norMarius Strobl2011-07-051-0/+2
* Don't allow lro->len to exceed 65535, as this will result in overflowColin Percival2011-07-051-0/+8
* Correct cpu_monitor() and cpu_mwait() for amd64. These instructions takeJung-uk Kim2011-07-052-10/+14
* Call pmap_qremove() before freeing or unwiring the pages, otherwiseMarius Strobl2011-07-052-4/+6
* Follow Linux by unconditionally stripping the RX vlan tag from incomingNathan Whitehorn2011-07-051-4/+7
* o Eliminate flow6_hash_entry in favor of flow_hash_entry. We don't needGleb Smirnoff2011-07-053-107/+152
* Rework _fget to accept capability parameters.Jonathan Anderson2011-07-052-6/+76
* The algorithm used by nfscl_getopen() could have resulted inRick Macklem2011-07-041-81/+94
* - General grammar and mdoc(7) fixes. [1] [2]Glen Barber2011-07-041-65/+66
* - Speed up pendingblock processing again. Having too much delay betweenJeff Roberson2011-07-042-15/+41