| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't close OF disk devices on PowerPC. This fixes loader when booting from | nwhitehorn | 2008-10-13 | 1 | -0/+2 |
* | Sync up summary information for cylinder groups while data is already | kib | 2008-10-13 | 1 | -0/+7 |
* | Revert r179409; it breaks all OX16PCI954-based cards except the SIIG 4. | des | 2008-10-13 | 1 | -4/+4 |
* | Point this config at the required linker script. | bms | 2008-10-13 | 1 | -0/+2 |
* | Fix the CFE ldscript after the cutover to tradmips. | bms | 2008-10-13 | 1 | -22/+66 |
* | Read PCI device id instead of PCI revision id. Also checks the read | yongari | 2008-10-13 | 2 | -2/+4 |
* | Bump driver revision after the previous commit. | mav | 2008-10-12 | 1 | -1/+1 |
* | Fix bug in a second call of the channel allocation function. | mav | 2008-10-12 | 1 | -2/+1 |
* | Turn XXX's for unlocked writes of NFS server statistics to simple notes, | rwatson | 2008-10-12 | 1 | -2/+2 |
* | Downgrade XXX to a Note for fgetsock() and fputsock(). | rwatson | 2008-10-12 | 1 | -2/+2 |
* | When disconnecting a UDPv6 socket, acquire the socket lock around the | rwatson | 2008-10-12 | 1 | -1/+2 |
* | The locking in portalfs's socket connect code is no less correct than | rwatson | 2008-10-12 | 1 | -1/+0 |
* | Use GB suffix only from 10GB instead of 1GB. | mav | 2008-10-12 | 1 | -1/+1 |
* | style(9): spaces around operators. | imp | 2008-10-12 | 1 | -8/+12 |
* | Print the cards natural size. | imp | 2008-10-12 | 1 | -24/+58 |
* | opt_msgbuf.h is needed for MSGBUF_SIZE overrides, if any. | imp | 2008-10-12 | 2 | -1/+3 |
* | SELECT_CARD command with zero RCA deselects all cards and so has no reply. | mav | 2008-10-11 | 1 | -1/+1 |
* | Remove stale comment: while uipc_connect2() was, until recently, not | rwatson | 2008-10-11 | 1 | -3/+0 |
* | Give mmcsd driver a bit more information about card. It allows to reorganize | mav | 2008-10-11 | 3 | -14/+36 |
* | Enable mpt(4) as some later models have on-board Fusion-MPT | marius | 2008-10-11 | 1 | -3/+2 |
* | Move Qualcomm ZTE CDMA from ubsa(4) to u3g(4). | rpaulo | 2008-10-11 | 2 | -2/+2 |
* | Remove the struct thread unuseful argument from bufobj interface. | attilio | 2008-10-10 | 23 | -77/+70 |
* | Typo. | n_hibma | 2008-10-10 | 1 | -1/+1 |
* | Close, but not eliminate, a race condition. It is one that properly | imp | 2008-10-10 | 1 | -4/+6 |
* | Fix content and spelling of comment on _ipfw_insn.len -- a count of | rwatson | 2008-10-10 | 1 | -1/+1 |
* | Typo in ifdef. | n_hibma | 2008-10-10 | 1 | -1/+1 |
* | Say hello to the u3g driver, implementing support for 3G modems. | n_hibma | 2008-10-09 | 8 | -73/+348 |
* | uark/ucom: Minor code cleanup. | n_hibma | 2008-10-09 | 4 | -18/+4 |
* | Prefix the static shl function with '__' like its parent function __qdivrem to | thompsa | 2008-10-09 | 1 | -3/+3 |
* | Add high capacity MMC cards support. | mav | 2008-10-09 | 1 | -5/+17 |
* | Obfuscated by other diffs while committing r183728: | n_hibma | 2008-10-09 | 1 | -5/+0 |
* | o Use seprate routines to decode cid and csd for sd and mmc cards. All they | imp | 2008-10-09 | 1 | -90/+103 |
* | Add modules for the HCI part of USB. This is convenient when having a UHCI | n_hibma | 2008-10-09 | 9 | -2/+52 |
* | - Sparsely number enumerations 'pmc_cputype' and 'pmc_event' in order to | jkoshy | 2008-10-09 | 2 | -464/+399 |
* | This is the roumored ATA modulerisation works, and it needs a little explanat... | sos | 2008-10-09 | 62 | -6838/+8673 |
* | Rework pmc-dependent flag handling. | jkoshy | 2008-10-09 | 1 | -14/+22 |
* | Only voltage bits should be zero in send_op_cond argument to ignore busy. | mav | 2008-10-08 | 1 | -2/+4 |
* | Generic SD Host Controller driver going to be named sdhci. | mav | 2008-10-08 | 1 | -1/+1 |
* | Fix bit offset in mmc_sd_switch(). | mav | 2008-10-08 | 1 | -2/+2 |
* | Set of mmc layer improvements: | mav | 2008-10-08 | 6 | -35/+557 |
* | Quirks for SDS-infrared.com "Hotfind-D" camera. | phk | 2008-10-08 | 2 | -0/+5 |
* | If the ABI-overriden interpreter was not loaded, do not set | kib | 2008-10-08 | 1 | -1/+2 |
* | Add ability to generate egress netflow instead or in addition to ingress. | mav | 2008-10-08 | 3 | -20/+116 |
* | Add a note about a bug in how sio manages its softc. This was | imp | 2008-10-08 | 1 | -0/+15 |
* | Remove stale comment (and XXX saying so) about why we zero the file | rwatson | 2008-10-08 | 1 | -6/+0 |
* | Differentiate pr_usrreqs for stream and datagram UNIX domain sockets, and | rwatson | 2008-10-08 | 1 | -4/+25 |
* | Pass bus_get_dma_tag() into the first argument of bus_dma_create_tag() | imp | 2008-10-07 | 2 | -2/+2 |
* | In soreceive_dgram, when a 0-length buffer is passed into recv(2) and | rwatson | 2008-10-07 | 1 | -1/+2 |
* | the 3945 firmware license does not require acknowledging the EULA, | sam | 2008-10-07 | 1 | -1/+0 |
* | More diff reductions against ixp425/boot2/boot2.c. This time, we | imp | 2008-10-07 | 1 | -0/+87 |