summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix 32-bit libgeom consumers run on 64-bit kernels with COMPAT_FREEBSD32.jmallett2012-03-292-29/+82
* o) Fix mips/mips -> mips for Makefile.inc1.jmallett2012-03-292-3/+3
* Assume a big-endian default on MIPS and drop the "eb" suffix from MACHINE_ARCH.jmallett2012-03-2931-47/+54
* Reduce code size by creating common timed sleeping function.davidxu2012-03-291-93/+60
* Turn on messages from the Simple Executive codebase, what few there are.jmallett2012-03-291-0/+3
* Disable FP instruction emulation by default on !o32 because of ABI concerns.jmallett2012-03-291-0/+19
* Supply endianness implied by the -m flag when compiling ucore code.jmallett2012-03-291-1/+1
* Fix little-endian built.jmallett2012-03-291-1/+1
* Allow multiple inclusion of trap.h. This has always been broken, butnwhitehorn2012-03-293-4/+10
* Fix comment to specify correct struct name.jimharris2012-03-281-2/+2
* A refinement of change 232351 to avoid a race with a forcible unmount.mckusick2012-03-281-4/+19
* Add software PMC support.fabient2012-03-2861-141/+1518
* Keep track of the mount point associated with a special devicemckusick2012-03-284-3/+42
* Fix Fo arguments.joel2012-03-281-1/+1
* Allocate the ioapics[] array dynamically since it is only needed for thejhb2012-03-281-5/+11
* Ensure consistent target IDs for direct-attached devices.jimharris2012-03-283-9/+32
* Add a PNP ID for Japanese 106-key keyboard.jkim2012-03-281-0/+1
* More PMAP performance improvements: skip 256 MB segments entirely if theynwhitehorn2012-03-282-11/+26
* MFV: r233615jkim2012-03-284-109/+61
* Move the DTrace return IDT vector back up from 0x20 to 0x92. The 0x20jhb2012-03-281-1/+1
* - Support inlined location in calltree output.fabient2012-03-282-241/+402
* Do trivial reformatting of the comment to record the missed commitkib2012-03-281-4/+3
* Reviewed by: bde, mckusickkib2012-03-281-11/+73
* Microoptimize: in qsync loop over mount vnodes, only unlock mountkib2012-03-281-2/+1
* Update comment.kib2012-03-281-1/+1
* Stop HDA controller polling callout on suspend and reset it on resume.mav2012-03-281-0/+3
* Permit tcpdrop in VNET jails.zec2012-03-281-1/+1
* Correctly expose xlocale functions if people include the headers in the wrongtheraven2012-03-289-5/+17
* Honor the net.inet.udp.checksum sysctl when using SCTP/UDP/IPv4tuexen2012-03-281-9/+35
* Remove unnecessary #if as the software workaround for PCI protocolyongari2012-03-281-8/+5
* Load entire EEPROM contents in device attach time and verifyyongari2012-03-283-23/+59
* Partially revert r223608 and selectively allow microcode loadingyongari2012-03-282-5/+18
* - Do not clobber softc when psm(4) is reintialized.jkim2012-03-272-154/+131
* Restore interrupt state after executing AcpiEnterSleepState().jkim2012-03-271-5/+10
* Allow (with a license warning) "options ZFS" to work in static kernels.peter2012-03-2712-4/+156
* mdoc: add missing El macro.joel2012-03-272-0/+3
* Minor indentation and paragraph nits.joel2012-03-271-4/+4
* Make ReiserFS MPSAFEdumbbell2012-03-271-3/+11
* Only use macros inside a reference block.joel2012-03-271-10/+5
* strip (R) to match manpage and pci_vendorsbschmidt2012-03-271-29/+29
* Fix size of PCI softc.jchandra2012-03-271-1/+2
* Fix crash on VirtualBox (and probably on some real hardware):gonzo2012-03-272-1/+8
* Add a list of available devices which matches the names shown by pciconf.bschmidt2012-03-271-7/+25
* Add support for 6150 series devices.bschmidt2012-03-271-0/+2
* Remove useless Ta macro.joel2012-03-273-14/+14
* Resource allocation for XLP SoC SDHCI slotsjchandra2012-03-272-0/+21
* Update memory and resource allocation code for SoC devicesjchandra2012-03-279-375/+343
* MFV: r233551jkim2012-03-271-0/+2
* Minor mdoc nit.joel2012-03-271-1/+1
* NOR flash driver for XLP.jchandra2012-03-274-0/+93
OpenPOWER on IntegriCloud