| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Diff reduction with boot/arm/at91/boot2/boot2.c: indent this statement | imp | 2008-10-07 | 1 | -1/+1 |
* | Use bus_get_dma_tag() instead of NULL here. Not really needed for atmel | imp | 2008-10-07 | 4 | -17/+18 |
* | don't hardcode cc | sam | 2008-10-07 | 1 | -3/+3 |
* | Use CPUID to see if the current CPU supports long mode when attemping to | jhb | 2008-10-07 | 1 | -1/+47 |
* | Remove temporary debugging KASSERT's introduced to detect protocols | rwatson | 2008-10-07 | 1 | -12/+0 |
* | Rewrite sbreserve_locked()'s comment on NULL thread pointers, eliminating | rwatson | 2008-10-07 | 1 | -4/+5 |
* | Don't pass curthread to sbreserve_locked() in tcp_do_segment(), as the | rwatson | 2008-10-07 | 1 | -1/+1 |
* | Lock receive socket buffer in soo_stat() rather than commenting that we | rwatson | 2008-10-07 | 1 | -5/+4 |
* | Limit DMA memory to lower addressable 4GB, without this patch, we | delphij | 2008-10-06 | 1 | -4/+4 |
* | Add a boot loader for ixp425 based boards like the Gateworks Avila | jhay | 2008-10-06 | 7 | -0/+1473 |
* | Now that portalfs doesn't directly invoke uipc_connect2(), make it a | rwatson | 2008-10-06 | 2 | -8/+4 |
* | Use soconnect2() rather than directly invoking uipc_connect2() to | rwatson | 2008-10-06 | 1 | -1/+1 |
* | Correct a typo. | jkoshy | 2008-10-06 | 1 | -1/+1 |
* | Bring in the trivial differences between this code and John Hay's new | imp | 2008-10-05 | 1 | -17/+26 |
* | Remove XMODEM_DL support. It never was complete and only serves to | imp | 2008-10-05 | 3 | -14/+0 |
* | Indent with 8-space tabs. This reduces the diffs to the newer ixp425 | imp | 2008-10-05 | 1 | -165/+169 |
* | Disable ATAPI DMA as it's once again broken in that it causes data | marius | 2008-10-05 | 1 | -1/+1 |
* | If the current thread has the trap bit set (i.e. a debugger had | davidxu | 2008-10-05 | 2 | -0/+16 |
* | dynamically allocate the task structure in firmware_mountroot: when | sam | 2008-10-04 | 1 | -4/+10 |
* | Current linux_fooaffinity() emulation fails, as the FreeBSD affinity | kib | 2008-10-04 | 1 | -4/+9 |
* | Style changes: compare pointer to NULL and move a }. | bz | 2008-10-04 | 1 | -3/+2 |
* | Remove an INP_RUNLOCK() missed in SVN r183606, cvs rev. 1.195 raw_ip.c | bz | 2008-10-04 | 1 | -1/+0 |
* | Cache so_cred as inp_cred in the inpcb. | bz | 2008-10-04 | 9 | -55/+43 |
* | Don't explicitly bzer driver softc | rnoland | 2008-10-04 | 8 | -16/+0 |
* | Use M_WAITOK when allocating driver memory | rnoland | 2008-10-04 | 8 | -8/+24 |
* | Change drm_order() to use ffsl() | rnoland | 2008-10-04 | 1 | -3/+4 |
* | Change the linprocfs <pid>/maps and procfs <pid>/map handlers to use | kib | 2008-10-04 | 2 | -58/+12 |
* | Minor style(9) fixes for U-Boot API glue. | raj | 2008-10-04 | 4 | -25/+23 |
* | U-Boot API glue improvements: | raj | 2008-10-04 | 4 | -42/+45 |
* | - Add ae(4) to loader.conf. | stas | 2008-10-04 | 1 | -0/+1 |
* | - Spell cam correctly (scbus), this makes it possible to compile hptiop | antoine | 2008-10-04 | 2 | -3/+3 |
* | Fix a typo. | jkoshy | 2008-10-04 | 1 | -1/+1 |
* | sc->ndis_txidx should be cycle between 0 and sc->ndis_maxpkts, not | weongyo | 2008-10-04 | 2 | -3/+3 |
* | Fix Vflags abuse in fdescfs. There should be no functional changes. | trasz | 2008-10-03 | 1 | -3/+1 |
* | Fix Vflags abuse in cd9660. There should be no functional changes. | trasz | 2008-10-03 | 1 | -7/+7 |
* | Abort transfers on all pipes before closing them. This fixes the crash | emax | 2008-10-03 | 1 | -0/+5 |
* | Oops, missed updating a place with with 's/lock1/plock/' when adding | jhb | 2008-10-03 | 1 | -3/+4 |
* | resync to git master | rnoland | 2008-10-03 | 33 | -1611/+1838 |