summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert r237842 and switch back to SCHED_ULE. All problems I encounteredmarius2012-12-161-1/+1
* Restore pre-r234898 printing of boot loader and path.marius2012-12-161-3/+3
* Move expand_name() after process lock is released.pjd2012-12-161-7/+4
* When growing a filesystem, don't leave unused space at the endtrasz2012-12-161-7/+10
* Don't add audit record when coredumps are disabled or name cannot be expanded.pjd2012-12-161-9/+0
* Make the check easier to read.pjd2012-12-161-2/+1
* Use 'cred' variable.pjd2012-12-161-2/+1
* Fix comment to represent actual file purposegonzo2012-12-161-1/+1
* sbuf_trim() cannot be used on sbuf with drain function set.pjd2012-12-151-2/+1
* Ignore a warning in ubldr where clang doesn't understand the %D printfandrew2012-12-151-0/+3
* Also remove -Werror on arm with clang as there are warnings.andrew2012-12-151-1/+1
* Don't define CTORS_SECTION_ASM_OP and DTORS_SECTION_ASM_OP on arm whenandrew2012-12-151-0/+2
* Recognise vfpv2 as a value for the ARM .fpu asm directive. Clang generatesandrew2012-12-151-0/+1
* Fix a comment in an asm block to work with compilers other than GCCandrew2012-12-151-1/+1
* In additional to the tailq of IPv6 addresses add the hash table.ae2012-12-153-10/+40
* Change `iostat -Ix` to display total duration of transactions insteadtrociny2012-12-152-13/+42
* New devstat metrics for devstat_compute_statistics():trociny2012-12-153-9/+75
* Update to the new and brighter pkg worldphk2012-12-151-27/+39
* In pfioctl, if the permission checks failed we returned with vnet contexttrociny2012-12-151-2/+2
* Four .c files from OpenBSM are used, in modified form, by the kernel torwatson2012-12-156-5/+5
* Merge OpenBSM 1.2-alpha3 from the vendor branch to 10-CURRENT; this versionrwatson2012-12-1510-35/+49
* Regenerate usb.confhselasky2012-12-151-1/+25
* MFV r244245:mm2012-12-151-9/+17
* Fix extending filesystems of weird size by making sure the actual sizetrasz2012-12-151-0/+6
* When mnt_vnode_next_active iterator cannot lock the next vnode andkib2012-12-152-63/+54
* Fix a typo, resulting in the NULL pointer dereference.kib2012-12-151-1/+1
* Line up the continuation backslashes.kib2012-12-151-2/+2
* Remove a special case for XEN, which is erronous and makes vfork(2)kib2012-12-151-4/+0
* Put shared library debug info into separate .symbols fileemaste2012-12-152-2/+22
* The group list for a non-default export entry (a host/subnet one)rmacklem2012-12-141-1/+1
* Minor refactoring prior to .symbols file changesemaste2012-12-142-14/+9
* - When checking if a dump exists on the given device there is no need topjd2012-12-143-6/+8
* The clear option (-c) is not compatible with keep (-k) and compress (-z)pjd2012-12-141-0/+2
* If we are not going to clear the dump (we are either just checking if the dumppjd2012-12-141-2/+2
* Whitespace cleanups.pjd2012-12-141-6/+6
* Fix error in r235991. No-sleep version of IFNET_RLOCK() shouldglebius2012-12-141-2/+2
* Add an #include guard to the sys/fnv_hash.h.ae2012-12-141-0/+3
* Fix VIMAGE build broken in r244185.glebius2012-12-141-1/+1
* virtio: Start taskqueues threads after attach cannot failbryanv2012-12-143-12/+9
* Teach sysctl(8) about parsing a file (while I'm there also give itdelphij2012-12-133-99/+188
* Add support for QEMU's version of Versatile Platform Boardgonzo2012-12-1315-0/+3465
* Add driver for PrimeCell Vectored Interrupt Controller (PL190)gonzo2012-12-132-0/+188
* Fixes zfs receive errors caused by snapshot replication being processed in asmh2012-12-131-2/+29
* Add bus_space_read_8 and bus_space_write_8 for amd64.jimharris2012-12-131-4/+34
* Revert r243960 based on feedback regarding keeping x86 headers unifiedjimharris2012-12-133-171/+40
* Added vfs.zfs.vdev.trim_on_init sysctl which allows full vdev trim onsmh2012-12-131-1/+6
* Upgrades trim free request sizes before inserting them into to free map,smh2012-12-132-3/+14
* Merge rev. 1.119 from OpenBSD:glebius2012-12-131-6/+11
* Initialize state id prior to attaching state to key hash. Otherwise aglebius2012-12-131-3/+3
* Fix problem in r238990. The LLE_LINKED flag should be tested prior toglebius2012-12-133-12/+20
OpenPOWER on IntegriCloud