| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Eliminate an archaic band-aid. The immediately preceding comment already | alc | 2009-04-26 | 1 | -5/+3 |
* | Whitespace (use tabs like for all other lines). | bz | 2009-04-26 | 1 | -1/+1 |
* | Acquire IF_ADDR_LOCK() around most iterations over ifp->if_addrhead | rwatson | 2009-04-26 | 1 | -0/+17 |
* | Reading an mtree file is supposed to provide | kientzle | 2009-04-26 | 2 | -2/+15 |
* | Various improvements to the tar.5 manpage, including | kientzle | 2009-04-26 | 1 | -18/+105 |
* | Exit with ARCHIVE_FATAL if the ISO image is truncated. | kientzle | 2009-04-26 | 1 | -1/+1 |
* | Remove an unused variable. | kientzle | 2009-04-26 | 1 | -2/+1 |
* | Fix typo. | trasz | 2009-04-26 | 1 | -1/+1 |
* | Remove even more empty directories. | ed | 2009-04-26 | 0 | -0/+0 |
* | Remove empty directories from the HEAD. | ed | 2009-04-26 | 0 | -0/+0 |
* | Remove unneeded device index from unit number. | ed | 2009-04-26 | 1 | -8/+6 |
* | Bump copyright year; | blackend | 2009-04-26 | 1 | -2/+3 |
* | In preparation to make options VIMAGE operational, where needed, | zec | 2009-04-26 | 5 | -15/+159 |
* | Unbreak the build of relnotes. | blackend | 2009-04-26 | 1 | -1/+1 |
* | Extend the vnet module registration / initialization framework | zec | 2009-04-26 | 2 | -4/+75 |
* | Expand coverage of IF_ADDR_LOCK() in in_control() from point of initial | rwatson | 2009-04-25 | 1 | -31/+81 |
* | Make the state string descriptions public. | thompsa | 2009-04-25 | 2 | -9/+18 |
* | Track the usb device state as its powered on, addressed and configured. This ... | thompsa | 2009-04-25 | 11 | -39/+103 |
* | s/it's/it is/ | marius | 2009-04-25 | 1 | -1/+1 |
* | Sync the sparc64 hardware notes with reality, mainly regarding support | marius | 2009-04-25 | 1 | -15/+72 |
* | Remove udp and tcp includes not needed here. | bz | 2009-04-25 | 1 | -3/+0 |
* | Turn MAXPTSDEVS into a sysctl tunable. | ed | 2009-04-25 | 2 | -2/+37 |
* | Eliminate unnecessary calls to pmap_clear_modify(). Specifically, calling | alc | 2009-04-25 | 2 | -10/+14 |
* | Remove ghost xntpd directory. | ed | 2009-04-25 | 0 | -0/+0 |
* | In in_purgemaddrs(), remove the inm being freed from the address list | rwatson | 2009-04-24 | 1 | -1/+1 |
* | Add Surecom EP-427X. | imp | 2009-04-24 | 1 | -1/+2 |
* | Another PC Card that needs the CIS strings for the Surecom EP-427X, | imp | 2009-04-24 | 1 | -0/+1 |
* | Some minor formatting changes to make new text match old style. | delphij | 2009-04-24 | 1 | -6/+7 |
* | - Add a single line separating two 20090415 entries | garga | 2009-04-24 | 1 | -0/+1 |
* | Add UPDATING note about change to struct malloc_type -- following several | rwatson | 2009-04-24 | 1 | -1/+7 |
* | Relocate permissions checking code in in_control() to before the body | rwatson | 2009-04-24 | 1 | -14/+25 |
* | Zero PCB during early AIM PowerPC init. | raj | 2009-04-24 | 1 | -0/+1 |
* | o Correct geli(8) command line. | maxim | 2009-04-24 | 1 | -1/+1 |
* | Add suppport for ISA and ISA interrupts to make the ATA | marcel | 2009-04-24 | 9 | -90/+597 |
* | Remove isa_irq_pending(). It's not used. | marcel | 2009-04-24 | 1 | -11/+0 |
* | Reimplement bs_be_rs_{1|2|4} and bs_le_rs_{1|2|4} by not | marcel | 2009-04-24 | 1 | -13/+77 |
* | Remove PTE_FAKE and PTE_ISFAKE(). | marcel | 2009-04-24 | 1 | -2/+0 |
* | Remove PTE_ISFAKE. While here remove code | marcel | 2009-04-24 | 1 | -53/+9 |
* | Remove spurious 'or'. | rpaulo | 2009-04-23 | 1 | -1/+1 |
* | Reorganize in_control() so that invariants are more obvious, and so | rwatson | 2009-04-23 | 1 | -33/+51 |
* | fix typo | kmacy | 2009-04-23 | 1 | -1/+1 |
* | fix panic when using msix | kmacy | 2009-04-23 | 1 | -0/+5 |
* | Make sure the ALTQ case is handle correctly by using drbr_dequeue | kmacy | 2009-04-23 | 1 | -1/+1 |
* | Do not call vm_page_lookup() from the ddb routine, namely from "show | kib | 2009-04-23 | 1 | -19/+13 |
* | Reduce the number of bounce zones (and thus the number of bounce pages | jhb | 2009-04-23 | 3 | -27/+9 |
* | Two ifnet misuse fixes for if_nve: | rwatson | 2009-04-23 | 1 | -2/+1 |
* | Compare protosw pointer with NULL. | bz | 2009-04-23 | 1 | -1/+1 |
* | As with ifnet_byindex_ref(), don't return IFF_DYING interfaces from | rwatson | 2009-04-23 | 1 | -1/+2 |
* | Add ifunit_ref(), a version of ifunit(), that returns not just an | rwatson | 2009-04-23 | 2 | -6/+29 |
* | During if_detach(), invoke if_dead() to set the ifnet's function | rwatson | 2009-04-23 | 4 | -0/+121 |