summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Restore proper use of bounce buffers for ISA DMA. When locking wasjhb2012-03-291-2/+3
* Fix ia64 build after r233655.kib2012-03-291-0/+6
* Defer the rescheduling of TID -> TXQ frames in some instances.adrian2012-03-293-1/+37
* Put quotation marks around a string.joel2012-03-291-1/+1
* - Rename VM_MEMATTR_UNCACHED to VM_MEMATTR_WEAK_UNCACHEABLE on x86 tojhb2012-03-293-3/+2
* Use VM_MEMATTR_UNCACHEABLE for the constant for UC memory rather thanjhb2012-03-291-1/+1
* mdoc: Ud takes no argument.joel2012-03-291-1/+1
* Remove superfluous paragraph macro.joel2012-03-292-5/+0
* Fix build after changes to trap headers.nwhitehorn2012-03-291-0/+2
* mandoc complains loudly when <TAB>s are misused in columnated lists. Fixjoel2012-03-299-105/+105
* Move tty_opened_ns() into syscons.c which is currently thehselasky2012-03-292-2/+3
* Fix bug where isci(4) would report only 15 bytes of returned data on ajimharris2012-03-291-0/+4
* Fix for boot issue: Don't disable BARs on AGP devices. In general:hselasky2012-03-291-0/+21
* Fix for NULL-pointer panic during boot, if keys are pressed too early.hselasky2012-03-292-10/+13
* Make stream our stream reset implementationrrs2012-03-2913-215/+549
* Remove unnecessary assembly code.jchandra2012-03-292-30/+26
* Remove disklabel handling code from growfs. This should be donetrasz2012-03-291-105/+9
* Import DragonFly BSD commitkib2012-03-291-1/+6
* VMDB offset should be greater than logical volume size only for MBR.ae2012-03-291-1/+1
* Do proper cleanup for the GPT case when an error occurs.ae2012-03-291-14/+19
* mdoc: sort prologue macros.joel2012-03-291-1/+1
* Remove trailing whitespace per mdoc lint warningeadler2012-03-29238-668/+668
* 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
OpenPOWER on IntegriCloud