| Commit message (Expand) | Author | Age | Files | Lines |
* | random(6): avoid dead assignments | uqs | 2010-06-14 | 2 | -2/+2 |
* | sc_lastrs is also used in case the sending station is not known, for | bschmidt | 2010-06-14 | 1 | -9/+3 |
* | Fix bug introduced in SVN rev 194985. When calling pic_assign_cpu() | mav | 2010-06-14 | 2 | -2/+2 |
* | Virtualize pci_remap_msi_irq() call from general MSI code. It allows MSI | mav | 2010-06-14 | 4 | -12/+29 |
* | Unbreak Clang on PowerPC. | ed | 2010-06-14 | 1 | -1/+6 |
* | If the compressed data is larger than the uncompressed, | kientzle | 2010-06-14 | 2 | -2/+13 |
* | Separate _posix1e_acl_id_to_name() into a separate file, to | kientzle | 2010-06-14 | 3 | -55/+101 |
* | - Because hostapd calls iv_key_set() before if_init(), make sure key_set | thompsa | 2010-06-14 | 2 | -18/+39 |
* | Fix build breakages on ia64 introduced some commits ago. | marcel | 2010-06-13 | 2 | -36/+37 |
* | Update a branch missed in r207537. | marius | 2010-06-13 | 1 | -1/+1 |
* | libedit: Add basic filename completion code from NetBSD. | jilles | 2010-06-13 | 4 | -3/+588 |
* | style(9) fixes: | imp | 2010-06-13 | 1 | -5/+3 |
* | Merge from tbemd, with minor tweaks: | imp | 2010-06-13 | 1 | -1/+5 |
* | Enable ofwdump(8) on ARM as this is a useful tool to inspect a flattened | raj | 2010-06-13 | 1 | -0/+4 |
* | Convert Marvell ARM platforms to FDT convention. | raj | 2010-06-13 | 40 | -2585/+1646 |
* | Initial FDT infrastructure elements for ARM. | raj | 2010-06-13 | 3 | -0/+193 |
* | Improve style. | raj | 2010-06-13 | 1 | -1/+2 |
* | Connect FDT infrastructure to the build system. | raj | 2010-06-13 | 4 | -1/+72 |
* | Provide identify method for the fdtbus(4). | raj | 2010-06-13 | 1 | -0/+10 |
* | Do not set WITH_FDT by default based on arch, as this does not work for | raj | 2010-06-13 | 1 | -11/+1 |
* | Fix conditional FDT support in loader(8). | raj | 2010-06-13 | 3 | -2/+8 |
* | Disable usage of posix_spawn() inside LLVM. | ed | 2010-06-13 | 2 | -2/+2 |
* | Unbreak the build on less common architectures. | ed | 2010-06-13 | 1 | -1/+6 |
* | * Improve compatibility with existing application code by permitting the | kaiw | 2010-06-13 | 2 | -13/+19 |
* | In NFS clients, instead of inconsistently using #ifdef | kib | 2010-06-13 | 9 | -118/+50 |
* | Add a utility macro to simplify calculating an aggregate sum from a DPCPU | lstewart | 2010-06-13 | 1 | -0/+11 |
* | Merge from tbemd: | imp | 2010-06-13 | 8 | -17/+7 |
* | In threaded processes, destroy the mutex atexit_mutex when we've | cperciva | 2010-06-13 | 1 | -0/+3 |
* | cxgb(4): add knob to get packet timestamps from the hardware. | np | 2010-06-12 | 2 | -16/+53 |
* | make format string a string literal. | np | 2010-06-12 | 1 | -1/+1 |
* | Make SMP work on MPC7400-based Apple desktops like the PowerMac3,3. | nwhitehorn | 2010-06-12 | 2 | -10/+42 |
* | These files are no longer required since r207607 | gavin | 2010-06-12 | 3 | -355/+0 |
* | Introduce __isnanf() as an alias for isnanf(), and make the isnan() | das | 2010-06-12 | 3 | -2/+10 |
* | Install tblgen so partial / progressive builds are still possible. | des | 2010-06-12 | 1 | -1/+1 |
* | Do the branding right this time. | ed | 2010-06-12 | 2 | -1/+5 |
* | Add another variation of make_dev(9), make_dev_p(9), that is allowed | kib | 2010-06-12 | 2 | -25/+58 |
* | When make_dev_credf(MAKEDEV_WAITOK) is called, use | kib | 2010-06-12 | 1 | -4/+4 |
* | Add modifications of devctl_notify(9) functions that take flags. Use | kib | 2010-06-12 | 2 | -6/+24 |
* | Check general TSC presence before doing more specific checks and printfs. | mav | 2010-06-12 | 1 | -1/+5 |
* | ANSIfy prototypes in subr_usbd.c. | ed | 2010-06-12 | 1 | -72/+29 |
* | Fix arc_read_done may try to byteswap undefined data (sparc related) | mm | 2010-06-12 | 1 | -1/+1 |
* | Fix panic in zfs_getsecattr | mm | 2010-06-12 | 1 | -4/+11 |
* | Fix possible zfs panic on zpool import | mm | 2010-06-12 | 1 | -1/+0 |
* | Fix zpool resilver stalls with spa_scrub_thread in a 3 way deadlock | mm | 2010-06-12 | 1 | -5/+7 |
* | Fix ZFS panic deadlock: cycle in blocking chain via zfs_zget | mm | 2010-06-12 | 1 | -3/+1 |
* | Fix vdev_probe() starvation brings txg train to a screeching halt | mm | 2010-06-12 | 1 | -4/+4 |
* | Fix incomplete resilvering after disk replacement (raidz) | mm | 2010-06-12 | 1 | -2/+2 |
* | Fix zfs destroy fails to free object in open context, stops up txg train | mm | 2010-06-12 | 1 | -10/+1 |
* | Fix unable to remove a file over NFS after hitting refquota limit | mm | 2010-06-12 | 1 | -2/+2 |
* | Remove GNU-style struct initialization. | ed | 2010-06-12 | 1 | -6/+6 |