| Commit message (Expand) | Author | Age | Files | Lines |
| * | move awi to the Attic; it will not make the jump to the new world order | Sam Leffler | 2008-04-20 | 15 | -3778/+1 |
| * | Revert to rev. 1.161 - switch back to optimized TCP options ordering. | Bjoern A. Zeeb | 2008-04-20 | 1 | -5/+2 |
| * | devclass_get_maxunit() returns n+1 with n starting at 0. | Bjoern A. Zeeb | 2008-04-20 | 1 | -4/+5 |
| * | Add one more HTC PocketPC device id. | Alexander Motin | 2008-04-20 | 2 | -0/+2 |
| * | Move "1000baseT" from IFM_SUBTYPE_ETHERNET_DESCRIPTIONS to | Antoine Brodin | 2008-04-20 | 1 | -1/+1 |
| * | Unbreak firmware.ko build without kernel. | Antoine Brodin | 2008-04-20 | 1 | -1/+1 |
| * | Record the dependency of the iscsi initiator on cam. | Antoine Brodin | 2008-04-20 | 1 | -0/+1 |
| * | Teach pf and ipfw to use read locks in inpcbs write than write locks | Robert Watson | 2008-04-20 | 2 | -9/+8 |
| * | Fix no sound issues for ASUS W6F (ALC861) laptops (buggy BIOS config that | Ariff Abdullah | 2008-04-19 | 1 | -3/+11 |
| * | Delay the global registration of the struct ifnet in if_alloc() until after | Brooks Davis | 2008-04-19 | 1 | -1/+1 |
| * | When auditing state from an IPv4 or IPv6 socket, use read locks on the | Robert Watson | 2008-04-19 | 1 | -2/+2 |
| * | When propagating a MAC label from an inpcb to an mbuf, allow read and | Robert Watson | 2008-04-19 | 1 | -1/+1 |
| * | When querying a local or remote address on an IPv6 socket, use only a | Robert Watson | 2008-04-19 | 1 | -4/+4 |
| * | In ip_output(), allow a read lock as well as a write lock when asserting | Robert Watson | 2008-04-19 | 1 | -1/+1 |
| * | When querying the local or foreign address from an IP socket, acquire | Robert Watson | 2008-04-19 | 1 | -6/+6 |
| * | MFi386: Merge yet another the RTC related work. | Yoshihiro Takahashi | 2008-04-19 | 3 | -738/+15 |
| * | Put in a real isa_irq_pending() stub in order to remove two lines of dmesg | Peter Wemm | 2008-04-19 | 1 | -2/+14 |
| * | ng_address_hook() microoptimization. Use local variables as they should be. | Alexander Motin | 2008-04-19 | 1 | -7/+5 |
| * | Remove my copyright. This file includes simply i386's one now. | Yoshihiro Takahashi | 2008-04-19 | 1 | -29/+2 |
| * | Sanitize the malloc types: M_PMAP is not used in pmap.c, so don't | Marcel Moolenaar | 2008-04-19 | 2 | -5/+3 |
| * | remove kdb_backtrace() call | Kip Macy | 2008-04-19 | 1 | -1/+0 |
| * | move tcbinfo lock acquisition in to syncache | Kip Macy | 2008-04-19 | 1 | -0/+3 |
| * | move cxgb_lt2.[ch] from NIC to TOE | Kip Macy | 2008-04-19 | 19 | -1706/+2458 |
| * | Fix the breakage that caused AHCI devices to vanish. Editor droppings :( | Søren Schmidt | 2008-04-18 | 2 | -26/+3 |
| * | - Add inlines for the monitor and mwait instructions. | Jeff Roberson | 2008-04-18 | 2 | -0/+26 |
| * | Remove cruft we got from Alpha, which was probably inherited | Marcel Moolenaar | 2008-04-18 | 1 | -31/+6 |
| * | Add missing function prototype for tcgetsid(). | David Xu | 2008-04-18 | 1 | -0/+10 |
| * | Add in check for loopback as well, which was missing from the original patch. | George V. Neville-Neil | 2008-04-17 | 1 | -0/+1 |
| * | Change the 1 in callout_init to CALLOUT_MPSAFE. I made the change in my | Coleman Kane | 2008-04-17 | 1 | -1/+1 |
| * | Change the timeout(9) usage in if_ndis to a callout(9) implementation, | Coleman Kane | 2008-04-17 | 2 | -10/+7 |
| * | Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros to | Robert Watson | 2008-04-17 | 28 | -413/+434 |
| * | Allow linker_search_symbol_name() to be called with KLD lock held. | Pawel Jakub Dawidek | 2008-04-17 | 1 | -3/+6 |
| * | Alloc two DMA slots pr default, silly me forgot that slaves still exists. | Søren Schmidt | 2008-04-17 | 1 | -1/+1 |
| * | Clean up the code that checks the types of address so that it is | George V. Neville-Neil | 2008-04-17 | 2 | -3/+6 |
| * | On sparc64 machines with multiple host-PCI-bridges these bridges | Marius Strobl | 2008-04-17 | 8 | -149/+21 |
| * | Go back to preallocating everything possible on init. | Søren Schmidt | 2008-04-17 | 13 | -188/+243 |
| * | - Add a metric to describe how busy a processor has been over the last | Jeff Roberson | 2008-04-17 | 1 | -7/+71 |
| * | - Make SCHED_STATS more generic by adding a wrapper to create the | Jeff Roberson | 2008-04-17 | 15 | -67/+122 |
| * | Simplify the pmap_zero_page family of functions by making use of | Marcel Moolenaar | 2008-04-17 | 1 | -160/+6 |
| * | Allocate a stack (with optional guard pages) for thread0 and | Marcel Moolenaar | 2008-04-16 | 3 | -70/+60 |
| * | - Correctly destroy assoiciated ucom device on detach. | Stanislav Sedov | 2008-04-16 | 1 | -0/+2 |
| * | Use separate UMA zone for data items allocation. It is a partial | Alexander Motin | 2008-04-16 | 1 | -40/+70 |
| * | Regenerate. | Jung-uk Kim | 2008-04-16 | 6 | -8/+92 |
| * | Add stubs for syscalls introduced in Linux 2.6.17 kernel. | Jung-uk Kim | 2008-04-16 | 4 | -0/+24 |
| * | Implement fdopendir(3) by splitting __opendir2() into two parts, the upper part | Xin LI | 2008-04-16 | 1 | -1/+1 |
| * | Allow SCTP to compile without INET6. | Randall Stewart | 2008-04-16 | 13 | -939/+1511 |
| * | Replace callout_init(..., 1) with callout_init(..., CALLOUT_MPSAFE) for | Kris Kennaway | 2008-04-16 | 5 | -5/+5 |
| * | Fix compilation with LOCKF_DEBUG. | Doug Rabson | 2008-04-16 | 1 | -1/+1 |
| * | Move the head of byte-level advisory lock list from the | Konstantin Belousov | 2008-04-16 | 24 | -225/+227 |
| * | Tighten up the error-handling in nlm_get_rpc. While I'm here, fix a | Doug Rabson | 2008-04-16 | 1 | -3/+7 |