summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix an off by one in ar9285SetPowerCalTable().rpaulo2010-06-011-1/+1
* Fix resource leaks in ieee80211_ioctl_setchanlist() in case of error.rpaulo2010-06-011-2/+6
* Compare the address of the array, not the array.rpaulo2010-06-011-1/+1
* Don't reference null pointer in hwmp_recv_preq().rpaulo2010-06-011-0/+3
* Properly initialize stack variable sr in setmlme_assoc_adhoc().rpaulo2010-06-011-0/+1
* Fix ZIL close when doing zfs rollback or zfs receive on a mounted dataset.mm2010-06-011-11/+41
* In pmap_enter_locked(), don't require the vector page to be VPO_BUSY.alc2010-06-011-3/+4
* Merge portions of r208645 and supporting code from the i386 pmap:alc2010-06-011-13/+56
* Fix a KASSERT() that was broken in r208665.alc2010-06-011-1/+2
* Allow to use 'jailed' property again.pjd2010-05-311-1/+0
* Fix a bug where resilver is not started automatically on pool import or load.pjd2010-05-311-0/+6
* Fix panic when reading label from provider with non power of 2 sector size.pjd2010-05-311-3/+4
* g_label: fix possible NULL pointer dereferenceavg2010-05-311-4/+2
* udf_readlink: fix malloc call with uninitialized size parameteravg2010-05-311-1/+1
* amdsbwd: fix nonsensical timeout calculationsavg2010-05-311-3/+3
* zfs boot: fix error handling in zfs_readdiravg2010-05-311-0/+2
* Eliminate a stale comment.alc2010-05-315-20/+0
* Merge portions of r208645 and supporting code from the i386 pmap:alc2010-05-311-34/+45
* Simplify the inner loop of get_pv_entry(): While iterating over the page'salc2010-05-303-8/+8
* Simplify the inner loop of pmap_collect(): While iterating over the page'salc2010-05-303-14/+8
* sh: Fix a crash if a heredoc was not properly ended and parsing continued.jilles2010-05-302-0/+6
* sh: Change interaction of command substitution and here documents.jilles2010-05-303-4/+113
* devfs(5): Also mention when device nodes on ufs stopped working (6.0),jilles2010-05-301-4/+6
* Merge various changes from i386/i386/pmap.c:alc2010-05-301-72/+57
* Fix a regression from r200554, which broke fdc(4) attachment to acpi(4).jkim2010-05-301-1/+3
* Add file include processing for newsyslog.gordon2010-05-292-19/+116
* Convert newsyslog to using queue(3) macros instead of a home rolled version.gordon2010-05-291-113/+71
* Clarify devfs manpages slightly.jilles2010-05-292-4/+7
* Don't set PG_WRITEABLE in pmap_enter() unless the page is managed.alc2010-05-291-1/+1
* When I pushed down the page queues lock into pmap_is_modified(), I createdalc2010-05-293-16/+40
* 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
OpenPOWER on IntegriCloud