summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Due to the way HALDEBUG() is defined, we need to add curly bracketsrpaulo2010-05-291-2/+3
* Due to the way HALDEBUG() is defined, we need to add curly brackets whenrpaulo2010-05-291-1/+2
* Don't shadow the global variable 'version'.rpaulo2010-05-291-6/+6
* MFi386: the part of revision 181809nyan2010-05-291-5/+5
* MFi386: revision 178471nyan2010-05-291-42/+150
* Reduce diffs against i386.nyan2010-05-291-11/+17
* MFi386: revision 208621nyan2010-05-291-2/+0
* MFi386: revision 208604nyan2010-05-291-0/+14
* sh: Recognize "--" in . and exec.jilles2010-05-284-2/+60
* sh: Add some simple tests for ., exec and return from . script.jilles2010-05-283-0/+62
* Avoid a wakeup(9) if we can be sure no one is waiting on the task.zml2010-05-281-3/+11
* Revert r207439 and solve the problem differently. The task handlerzml2010-05-283-9/+5
* 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
OpenPOWER on IntegriCloud