summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* The EFI system partition used to make the CD image bootable is runningmarcel2010-05-281-1/+1
* Defer initializing machine checks for the boot CPU until the local APIC isjhb2010-05-284-2/+26
* Fix lock order reversal, unlock page queue and pmap locks beforejchandra2010-05-281-1/+10
* Initial implementation of the OFW i/f methods for FDT back-end.raj2010-05-281-0/+458
* Prepare and extend OFW layer for FDT support.raj2010-05-287-13/+76
* Introduce kernel build options for the Flattened Device Tree support.raj2010-05-281-0/+4
* Fixes from NetBSD for nvi visual mode:jh2010-05-282-14/+37
* Fix misspelling of "substitution".jh2010-05-282-2/+2
* boot/zfs: fix gang block reading codeavg2010-05-281-4/+8
* Defer freeing any page table pages in pmap_remove_all() until after thealc2010-05-282-4/+4
* Get rid of unused variable 'virtual_sys_start'.neel2010-05-281-2/+1
* If 'timer2hz' is zero then we don't need to call 'timer2clock()' directly. Itneel2010-05-281-5/+17
* Fix .Dd line: FreeBSD's mdoc code doesn't understand OpenBSD's $Mdocdate$.cperciva2010-05-281-1/+1
* Fix build: newnp represents newvp so KDTRACE_NFS_ATTRCACHE_FLUSH_DONE()delphij2010-05-271-1/+1
* Clarify a potential issue in get_fpcontext() use.kib2010-05-271-0/+14
* More gracefully handle stale file handles and attributes when opening ajhb2010-05-271-3/+20
* Correct several nits/problems in the unix_close_race regression test.rwatson2010-05-271-10/+16
* When close() is called on a connected socket pair, SO_ISCONNECTED might berwatson2010-05-271-1/+4
* mdoc: use mdoc spelling of Umlautsuqs2010-05-271-1/+1
* mdoc: remove duplicate width argumentuqs2010-05-271-1/+1
* mdoc: .Ud has attitude, it takes no argument!uqs2010-05-274-4/+4
* mdoc: Use mdoc macro for the (R) symboluqs2010-05-271-8/+8
* mdoc: Garbage collect unused/unneeded macrosuqs2010-05-274-6/+2
* mdoc: Remove leading garbage, empty lines and order preambleuqs2010-05-273-4/+1
* mail(1) misses addresses when replying to alluqs2010-05-271-3/+4
* Revert r208590. A license ack is not needed as per r186984.rpaulo2010-05-271-1/+4
* Make the user ack the license before using this firmware.rpaulo2010-05-271-0/+2
* Call VM_WAIT in pmap_ptpgzone_allocf() if M_WAITOK is set.jchandra2010-05-271-7/+12
* Install Intel iwn(4) firmware license.rpaulo2010-05-272-0/+8
* Add the support for reporting the NOCOREDUMP flag fromattilio2010-05-272-0/+5
* Change the current working directory to be inside the jail created bycperciva2010-05-274-4/+18
* Simplify clock interrupt handling on mips by using the new KPI - timer1clock()neel2010-05-271-70/+35
* Add a new primitive, XPT_SCAN_TGT, to cover the range between scanning amjacob2010-05-265-21/+55
* - Fix kseg0 address calculation - it doesn't always start atgonzo2010-05-261-1/+11
* Reorder to have -lcrypto after -larchive. Our linker doesn't seem to likedelphij2010-05-267-14/+14
* Push down page queues lock acquisition in pmap_enter_object() andalc2010-05-2615-85/+137
* Do not attempt to switch to the same VTs between suspend and resume.jkim2010-05-261-9/+11
* Allow to use syscallname(9) outside subr_trap.c.kib2010-05-262-2/+4
* Remove a check that should be always true.kib2010-05-261-4/+0
* Let the first device suspend and the last device resume syscons(4).jkim2010-05-261-10/+5
* Reduce diffs against syscons_isa.c. No functional changes.nyan2010-05-261-29/+34
* Add unix_close_race, a regresion test to catch ENOTCONN being returnedrwatson2010-05-262-0/+139
* Initial device tree source (DTS) files for Marvell ARM systems:raj2010-05-267-0/+1487
* Import device tree source (DTS) files for PowerPC MPC8555CDS and MPC8572DSraj2010-05-262-0/+1337
* Use MACHINE_ARCH instead of TARGET_ARCH.raj2010-05-261-2/+1
* Grammar nits.delphij2010-05-251-2/+2
* Only enable CMCI on i386 if 'device apic' is enabled in the kernel sincejhb2010-05-251-0/+25
* Ignore the 'addr' argument passed to PT_STEP (it is required to be '1'jhb2010-05-251-14/+20
* Add uep(4), driver for USB onscreen touch panel from eGalax.glebius2010-05-257-0/+540
* This patch fixes the problem where proxy ARP entries cannot be addedqingli2010-05-258-17/+30
OpenPOWER on IntegriCloud