| Commit message (Expand) | Author | Age | Files | Lines |
| * | Support of Ralink Ethernet MAC, used in RT3050F/RT3052F and I belive in other... | Aleksandr Rybalko | 2011-07-11 | 5 | -0/+3196 |
| * | Include sys/sbuf.h directly. | Andrey V. Elsukov | 2011-07-11 | 25 | -0/+27 |
| * | Include sys/sbuf.h directly. | Andrey V. Elsukov | 2011-07-11 | 1 | -0/+1 |
| * | Include sys/sbuf.h directly. | Andrey V. Elsukov | 2011-07-11 | 2 | -0/+2 |
| * | Extract the code to translate VM error into errno, into an exported | Konstantin Belousov | 2011-07-10 | 2 | -0/+8 |
| * | Style. | Konstantin Belousov | 2011-07-10 | 1 | -1/+1 |
| * | Update locking annotations for the struct vnode. | Konstantin Belousov | 2011-07-10 | 1 | -5/+2 |
| * | When first creating snapshots, we may free some blocks within it. | Kirk McKusick | 2011-07-10 | 1 | -1/+5 |
| * | Update tags build script | Kirk McKusick | 2011-07-10 | 2 | -1/+3 |
| * | Allow disk partitions associated with UFS read-only mounted | Kirk McKusick | 2011-07-10 | 2 | -16/+8 |
| * | Remove reviewed line from copyright header. | Hans Petter Selasky | 2011-07-09 | 1 | -1/+0 |
| * | Fix the definition for PCPU_NAME_LEN, which is intended to fit | Marius Strobl | 2011-07-09 | 1 | -1/+1 |
| * | Add a facility to disable processing page faults. When activated, | Konstantin Belousov | 2011-07-09 | 6 | -11/+77 |
| * | Use 'curthread_pflags' instead of 'thread_pflags' to signify that only | Konstantin Belousov | 2011-07-09 | 2 | -14/+14 |
| * | Use helper functions instead of manually managing TDP_INBDFLUSH. | Konstantin Belousov | 2011-07-09 | 1 | -16/+12 |
| * | Implement a helper functions to locally set thread-private flag, and | Konstantin Belousov | 2011-07-09 | 1 | -0/+19 |
| * | Implement pci_find_class(9), the function to find a pci device by its class. | Konstantin Belousov | 2011-07-09 | 2 | -0/+16 |
| * | Implement bitcount16. | Konstantin Belousov | 2011-07-09 | 1 | -0/+11 |
| * | Add an option to have a fail point term only execute when run by a | Matthew D Fleming | 2011-07-08 | 1 | -1/+19 |
| * | style(9) and cleanup fixes. | Matthew D Fleming | 2011-07-08 | 1 | -80/+69 |
| * | Add device ID for the Davicom 56PDV PCI Modem. | John Baldwin | 2011-07-08 | 1 | -0/+1 |
| * | Implement basic support for memory attributes. At this time we only | Marcel Moolenaar | 2011-07-08 | 3 | -27/+121 |
| * | Fix the "passability" test in fdcopy(). | Jonathan Anderson | 2011-07-08 | 1 | -2/+2 |
| * | Add new USB 3G driver. | Hans Petter Selasky | 2011-07-08 | 6 | -3/+1883 |
| * | In the experimental soreceive_stream(): | Andre Oppermann | 2011-07-08 | 1 | -13/+9 |
| * | Permit ARP to proceed for IPv4 host routes for which the gateway is the | Marko Zec | 2011-07-08 | 3 | -7/+12 |
| * | Grab the rlock before checking if our interface is enabled, it could be | Andrew Thompson | 2011-07-07 | 1 | -1/+2 |
| * | Style fix - macros are supposed to be uppercase. | Edward Tomasz Napierala | 2011-07-07 | 3 | -23/+23 |
| * | Make a comment more accurate. | Jonathan Anderson | 2011-07-07 | 1 | -1/+1 |
| * | Fix memset sizeofs | Kevin Lo | 2011-07-07 | 2 | -2/+2 |
| * | Add again the checking for log_arp_permanent_modify that was by accident | Andrey V. Elsukov | 2011-07-07 | 1 | -5/+7 |
| * | Remove the TCP_SORECEIVE_STREAM compile time option. The use of | Andre Oppermann | 2011-07-07 | 3 | -7/+2 |
| * | A fix to make the LINT-NOINET build happy, if this | Jack F Vogel | 2011-07-07 | 1 | -3/+3 |
| * | All the racct_*() calls need to happen with the proc locked. Fixing this | Edward Tomasz Napierala | 2011-07-06 | 14 | -1/+86 |
| * | Handle a race between device_pager and devsw in a more graceful manner: | Attilio Rao | 2011-07-06 | 1 | -2/+4 |
| * | Add missing unlocks. | Gleb Smirnoff | 2011-07-06 | 1 | -0/+2 |
| * | Remove the IDR_CHEETAH_MAX_BN_PAIRS limit from cheetah_ipi_selected(). | Marius Strobl | 2011-07-05 | 1 | -2/+2 |
| * | It can be useful to know which page still has mappings. | Marius Strobl | 2011-07-05 | 1 | -1/+1 |
| * | - pmap_cache_remove() and pmap_protect_tte() are only used within pmap.c | Marius Strobl | 2011-07-05 | 2 | -6/+6 |
| * | Remove #ifdef notyet code dating back to 4.3BSD Net/2 (and possibly earlier). | Colin Percival | 2011-07-05 | 1 | -18/+1 |
| * | In pmap_remove_all() assert that the page is neither fictitious nor | Marius Strobl | 2011-07-05 | 1 | -0/+2 |
| * | Don't allow lro->len to exceed 65535, as this will result in overflow | Colin Percival | 2011-07-05 | 1 | -0/+8 |
| * | Correct cpu_monitor() and cpu_mwait() for amd64. These instructions take | Jung-uk Kim | 2011-07-05 | 2 | -10/+14 |
| * | Call pmap_qremove() before freeing or unwiring the pages, otherwise | Marius Strobl | 2011-07-05 | 2 | -4/+6 |
| * | Follow Linux by unconditionally stripping the RX vlan tag from incoming | Nathan Whitehorn | 2011-07-05 | 1 | -4/+7 |
| * | o Eliminate flow6_hash_entry in favor of flow_hash_entry. We don't need | Gleb Smirnoff | 2011-07-05 | 3 | -107/+152 |
| * | Rework _fget to accept capability parameters. | Jonathan Anderson | 2011-07-05 | 2 | -6/+76 |
| * | The algorithm used by nfscl_getopen() could have resulted in | Rick Macklem | 2011-07-04 | 1 | -81/+94 |
| * | - General grammar and mdoc(7) fixes. [1] [2] | Glen Barber | 2011-07-04 | 1 | -65/+66 |
| * | - Speed up pendingblock processing again. Having too much delay between | Jeff Roberson | 2011-07-04 | 2 | -15/+41 |