| Commit message (Expand) | Author | Age | Files | Lines |
* | Support -V option to print a dot for each file processed. | kientzle | 2010-01-30 | 3 | -3/+21 |
* | Introduce libefi -- a library around EFI runtime services and protocols. | marcel | 2010-01-30 | 9 | -2/+634 |
* | Provide access to pcpu structures for SMP kernels. | neel | 2010-01-30 | 6 | -118/+76 |
* | Fix for kern/141646: when stacking pseudo drivers like | jfv | 2010-01-30 | 1 | -14/+30 |
* | Don't check the device ID. Instead, check the class, subclass and | marcel | 2010-01-29 | 1 | -28/+13 |
* | The MAP_ENTRY_NEEDS_COPY flag belongs to protoeflags, cow variable | kib | 2010-01-29 | 1 | -1/+1 |
* | - Fix some style(9) bugs | gabor | 2010-01-29 | 1 | -17/+16 |
* | When backtracing self, start with the current frame (i.e. the | marcel | 2010-01-29 | 1 | -1/+1 |
* | Bump .Dd for r203164. | jh | 2010-01-29 | 1 | -1/+1 |
* | Add myself and show rrs@ as my mentor. | brucec | 2010-01-29 | 1 | -0/+2 |
* | Add my birthday. | brucec | 2010-01-29 | 1 | -0/+1 |
* | Reset port on disconnect event, to abort any running requests. | mav | 2010-01-29 | 2 | -16/+12 |
* | Add "maxfilesize" mount option for tmpfs to allow specifying the | jh | 2010-01-29 | 2 | -57/+10 |
* | You must include fcntl.h (in practice) to be able to do anything useful | rwatson | 2010-01-29 | 1 | -0/+1 |
* | add static qualifier to definition of a function already declared static | avg | 2010-01-29 | 2 | -2/+2 |
* | Add support for the AR9285 chipset, which is found on many netbooks | rpaulo | 2010-01-29 | 17 | -191/+2004 |
* | Replace Id keyword with the FreeBSD keyword. | rpaulo | 2010-01-29 | 10 | -10/+10 |
* | - Handle short reads when the -P option is used. Short reads must be | jh | 2010-01-29 | 1 | -8/+3 |
* | Replace Id keyword with the FreeBSD keyword. | rpaulo | 2010-01-29 | 1 | -1/+1 |
* | - Cast time_t, int64_t and some int32_t values to intmax_t and use "%jd" | jh | 2010-01-29 | 5 | -25/+29 |
* | Follow Neel's suggestion and switch to using | rrs | 2010-01-29 | 1 | -17/+18 |
* | For our memory re-mapping trick to work | rrs | 2010-01-29 | 1 | -4/+20 |
* | Its possible that our RMI box has memory extending | rrs | 2010-01-29 | 1 | -3/+16 |
* | Move ID up into comment block.. per bsdimp | rrs | 2010-01-29 | 1 | -3/+4 |
* | Uuencode the rt2870 firmware into ascii like the other firmware blobs. | thompsa | 2010-01-29 | 3 | -3/+231 |
* | Add a function to check if the usb devices is still connected. | thompsa | 2010-01-29 | 5 | -0/+44 |
* | Rework cam error handling to fix Mitsumi floppy drives. | thompsa | 2010-01-29 | 1 | -4/+12 |
* | Simplify attach for UMASS_PROTO_CBI_I mode and change some switch() returns | thompsa | 2010-01-29 | 1 | -25/+27 |
* | Add null check on quirk lookup and add a couple of umass quirks. | thompsa | 2010-01-29 | 1 | -2/+10 |
* | Add the Netgear WPN111 | thompsa | 2010-01-29 | 1 | -0/+1 |
* | Sync usb products to perforce. | thompsa | 2010-01-29 | 1 | -0/+3 |
* | Attempt to recover on a TX error rather than stopping all transfers. | thompsa | 2010-01-29 | 2 | -8/+18 |
* | Optimise EHCI ISOC HS done check. | thompsa | 2010-01-29 | 1 | -10/+7 |
* | Add device ID. | thompsa | 2010-01-29 | 1 | -0/+1 |
* | Use device_printf rather than printf + device_get_nameunit. | thompsa | 2010-01-28 | 1 | -30/+21 |
* | Release the firmware after loading to the device. | thompsa | 2010-01-28 | 2 | -16/+28 |
* | Add run(4) to NOTES. | thompsa | 2010-01-28 | 1 | -0/+2 |
* | Hook run(4) to the build. | thompsa | 2010-01-28 | 1 | -0/+1 |
* | Add run(4), a driver for Ralink RT2700U/RT2800U/RT3000U USB 802.11agn devices. | thompsa | 2010-01-28 | 12 | -2/+6008 |
* | - Increase timeouts to 100 milliseconds, 1 millisecond is definitely not | gonzo | 2010-01-28 | 1 | -3/+3 |
* | Cosmetic fixes. | trasz | 2010-01-28 | 1 | -19/+19 |
* | Add Cavium's standard copyright to those files that are currently | imp | 2010-01-28 | 16 | -6/+624 |
* | We make it to single user well, but not so well to multi-user. Force | imp | 2010-01-28 | 1 | -0/+2 |
* | trim unused members of the softc. | imp | 2010-01-28 | 1 | -3/+0 |
* | Add description of bounded sleep vs unbounded sleep (aka blocking). Move | trasz | 2010-01-28 | 1 | -80/+61 |
* | Add myself. | uqs | 2010-01-28 | 1 | -0/+2 |
* | Fix typo in xref (it accidentally referenced itself). | joerg | 2010-01-28 | 1 | -1/+1 |
* | Note added FIS-based switching support. | mav | 2010-01-28 | 1 | -6/+7 |
* | Add FIS-based switching support. If controller supports FBS, it allows | mav | 2010-01-28 | 2 | -53/+212 |
* | Improve descriptions, remove turnstiles (since, from what I understand, | trasz | 2010-01-28 | 1 | -61/+92 |