summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* random(6): avoid dead assignmentsuqs2010-06-142-2/+2
* sc_lastrs is also used in case the sending station is not known, forbschmidt2010-06-141-9/+3
* Fix bug introduced in SVN rev 194985. When calling pic_assign_cpu()mav2010-06-142-2/+2
* Virtualize pci_remap_msi_irq() call from general MSI code. It allows MSImav2010-06-144-12/+29
* Unbreak Clang on PowerPC.ed2010-06-141-1/+6
* If the compressed data is larger than the uncompressed,kientzle2010-06-142-2/+13
* Separate _posix1e_acl_id_to_name() into a separate file, tokientzle2010-06-143-55/+101
* - Because hostapd calls iv_key_set() before if_init(), make sure key_setthompsa2010-06-142-18/+39
* Fix build breakages on ia64 introduced some commits ago.marcel2010-06-132-36/+37
* Update a branch missed in r207537.marius2010-06-131-1/+1
* libedit: Add basic filename completion code from NetBSD.jilles2010-06-134-3/+588
* style(9) fixes:imp2010-06-131-5/+3
* Merge from tbemd, with minor tweaks:imp2010-06-131-1/+5
* Enable ofwdump(8) on ARM as this is a useful tool to inspect a flattenedraj2010-06-131-0/+4
* Convert Marvell ARM platforms to FDT convention.raj2010-06-1340-2585/+1646
* Initial FDT infrastructure elements for ARM.raj2010-06-133-0/+193
* Improve style.raj2010-06-131-1/+2
* Connect FDT infrastructure to the build system.raj2010-06-134-1/+72
* Provide identify method for the fdtbus(4).raj2010-06-131-0/+10
* Do not set WITH_FDT by default based on arch, as this does not work forraj2010-06-131-11/+1
* Fix conditional FDT support in loader(8).raj2010-06-133-2/+8
* Disable usage of posix_spawn() inside LLVM.ed2010-06-132-2/+2
* Unbreak the build on less common architectures.ed2010-06-131-1/+6
* * Improve compatibility with existing application code by permitting thekaiw2010-06-132-13/+19
* In NFS clients, instead of inconsistently using #ifdefkib2010-06-139-118/+50
* Add a utility macro to simplify calculating an aggregate sum from a DPCPUlstewart2010-06-131-0/+11
* Merge from tbemd:imp2010-06-138-17/+7
* In threaded processes, destroy the mutex atexit_mutex when we'vecperciva2010-06-131-0/+3
* cxgb(4): add knob to get packet timestamps from the hardware.np2010-06-122-16/+53
* make format string a string literal.np2010-06-121-1/+1
* Make SMP work on MPC7400-based Apple desktops like the PowerMac3,3.nwhitehorn2010-06-122-10/+42
* These files are no longer required since r207607gavin2010-06-123-355/+0
* Introduce __isnanf() as an alias for isnanf(), and make the isnan()das2010-06-123-2/+10
* Install tblgen so partial / progressive builds are still possible.des2010-06-121-1/+1
* Do the branding right this time.ed2010-06-122-1/+5
* Add another variation of make_dev(9), make_dev_p(9), that is allowedkib2010-06-122-25/+58
* When make_dev_credf(MAKEDEV_WAITOK) is called, usekib2010-06-121-4/+4
* Add modifications of devctl_notify(9) functions that take flags. Usekib2010-06-122-6/+24
* Check general TSC presence before doing more specific checks and printfs.mav2010-06-121-1/+5
* ANSIfy prototypes in subr_usbd.c.ed2010-06-121-72/+29
* Fix arc_read_done may try to byteswap undefined data (sparc related)mm2010-06-121-1/+1
* Fix panic in zfs_getsecattrmm2010-06-121-4/+11
* Fix possible zfs panic on zpool importmm2010-06-121-1/+0
* Fix zpool resilver stalls with spa_scrub_thread in a 3 way deadlockmm2010-06-121-5/+7
* Fix ZFS panic deadlock: cycle in blocking chain via zfs_zgetmm2010-06-121-3/+1
* Fix vdev_probe() starvation brings txg train to a screeching haltmm2010-06-121-4/+4
* Fix incomplete resilvering after disk replacement (raidz)mm2010-06-121-2/+2
* Fix zfs destroy fails to free object in open context, stops up txg trainmm2010-06-121-10/+1
* Fix unable to remove a file over NFS after hitting refquota limitmm2010-06-121-2/+2
* Remove GNU-style struct initialization.ed2010-06-121-6/+6
OpenPOWER on IntegriCloud