| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate an unused definition. | alc | 2009-02-10 | 1 | -1/+0 |
* | Fix g_part_dumpconf and g_part_name prototpyes. | imp | 2009-02-10 | 4 | -21/+16 |
* | correctly fixup iv_des_chan after installing a new channel table; if the | sam | 2009-02-10 | 1 | -1/+2 |
* | Add option GEOM_PART_EBR by default on amd64 and i386. | marcel | 2009-02-10 | 4 | -0/+4 |
* | Hmm... "base? base : 0" and "base" should be equivalent. | cognet | 2009-02-09 | 1 | -1/+1 |
* | Hook uslcom2 up to the build. | thompsa | 2009-02-09 | 3 | -0/+40 |
* | Remove usb2_config_td.[ch], they are no longer used. | thompsa | 2009-02-09 | 4 | -394/+0 |
* | MFp4 //depot/projects/usb; 157429, 157433, 157443 | thompsa | 2009-02-09 | 6 | -359/+363 |
* | Correct sources for r188417 | thompsa | 2009-02-09 | 6 | -363/+359 |
* | MFp4 //depot/projects/usb; 157412 | thompsa | 2009-02-09 | 9 | -7896/+6729 |
* | MFp4 //depot/projects/usb; 157069, 157255 | thompsa | 2009-02-09 | 1 | -5/+6 |
* | MFp4 //depot/projects/usb; 157203 | thompsa | 2009-02-09 | 1 | -67/+22 |
* | MFp4 //depot/projects/usb; 157069 | thompsa | 2009-02-09 | 1 | -4/+1 |
* | MFp4 //depot/projects/usb; 157069, 157136, 157143, 157145, 157429 | thompsa | 2009-02-09 | 20 | -2121/+1208 |
* | MFp4 //depot/projects/usb; 157100 | thompsa | 2009-02-09 | 18 | -5295/+2666 |
* | MFp4 //depot/projects/usb; 157069, 157429, 157430 | thompsa | 2009-02-09 | 11 | -43/+111 |
* | MFp4 //depot/projects/usb | thompsa | 2009-02-09 | 2 | -0/+714 |
* | MFp4 //depot/projects/usb; 157069,157296,157375,157384,157430 | thompsa | 2009-02-09 | 11 | -71/+91 |
* | Mark udf(4) MPSAFE and add support for shared vnode locks during pathname | jhb | 2009-02-09 | 2 | -24/+55 |
* | Use the same style as the rest of the file for the optional data string | jhb | 2009-02-09 | 1 | -1/+1 |
* | Remove extra 'comma = 0' in socket state printing code, which otherwise | rwatson | 2009-02-09 | 1 | -1/+0 |
* | The bounce zone sees its page number increased if multiple dma maps use it in | cognet | 2009-02-09 | 3 | -3/+18 |
* | Add padding to then end of the xsctp_xxx structures to | rrs | 2009-02-09 | 1 | -0/+4 |
* | tulip_busdma_cleanup: pass correct vaddr (2nd arg) to bus_dmamem_free() | fjoe | 2009-02-09 | 1 | -1/+1 |
* | cam_periph_alloc: fix "invalid periph name" error condition | fjoe | 2009-02-09 | 1 | -1/+1 |
* | Do not self-initialize a variable. | fjoe | 2009-02-09 | 2 | -2/+2 |
* | Remove unused variable. | fjoe | 2009-02-09 | 1 | -2/+1 |
* | Destroy TX tag outside of loop scope. | fjoe | 2009-02-09 | 1 | -1/+1 |
* | Properly implement GIO_ATTR and CONS_GETINFO. | ed | 2009-02-09 | 3 | -11/+32 |
* | s/SS_FDREF/SS_NOFDREF/ | mbr | 2009-02-09 | 1 | -1/+1 |
* | Fix minor spacing problem found by s9indent from last | rrs | 2009-02-09 | 1 | -2/+4 |
* | Fix INET only build breakage with SCTP - pointy hat to me :-) | rrs | 2009-02-09 | 1 | -0/+2 |
* | Comment out the assertion from r188321. It is not valid for nfs. | kib | 2009-02-09 | 1 | -1/+1 |
* | Remove a stale comment from the clists code. | ed | 2009-02-09 | 1 | -4/+0 |
* | Avoid some cases of unnecessary page queues locking by vm_fault's delete- | alc | 2009-02-09 | 1 | -5/+11 |
* | Reclaim transmitted frames in re_tick(). This is for PCIe | yongari | 2009-02-09 | 1 | -1/+8 |
* | mark M_LASTFRAG at the last fragment. | weongyo | 2009-02-09 | 1 | -0/+3 |
* | Add the EBR scheme. The EBR scheme supports the Extended Boot Records | marcel | 2009-02-08 | 4 | -0/+358 |
* | - Fix in_cksum for big-endian MIPS: use correct compile-time check. | gonzo | 2009-02-08 | 1 | -1/+1 |
* | Allow gpe_offset to be set by the scheme. When gpe_offset is zero, | marcel | 2009-02-08 | 1 | -2/+7 |
* | When bouncing pages, allow a new option to preserve the intra-page | imp | 2009-02-08 | 6 | -1/+36 |
* | Eliminate OBJ_NEEDGIANT. After r188331, OBJ_NEEDGIANT's only use is by a | alc | 2009-02-08 | 4 | -10/+1 |
* | Remove an overzealous check. | trasz | 2009-02-08 | 1 | -1/+1 |
* | Don't try to directly update page tables | kmacy | 2009-02-08 | 1 | -2/+5 |
* | Remove no longer valid comment. | kib | 2009-02-08 | 1 | -3/+0 |
* | The NRL value in the queue head must be zero for interrupt transfers. This was | thompsa | 2009-02-08 | 1 | -1/+3 |
* | Improve comments, correct English. | kib | 2009-02-08 | 1 | -8/+8 |
* | Do not call vm_object_deallocate() from vm_map_delete(), because we | kib | 2009-02-08 | 5 | -14/+52 |
* | In vm_map_sync(), do not call vm_object_sync() while holding map lock. | kib | 2009-02-08 | 1 | -2/+10 |
* | fix typo | sam | 2009-02-08 | 1 | -1/+1 |