summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Avoid dynamic syscall overhead for statically compiled modules.mjg2014-10-2614-38/+59
* Change the type of the first argument to the I/O emulation handlers toneel2014-10-267-16/+16
* Fix CF ERASE breakage caused by 268205.smh2014-10-261-0/+6
* Remove the ARM_DEVICE_MULTIPASS option and make its effect be the default.ian2014-10-263-6/+0
* Remove incorrect semicolon.stefanf2014-10-261-1/+1
* By the time that pmap_init() runs, vm_phys_segs[] has been initialized. Obta...alc2014-10-263-6/+10
* sh: Make getopts memory-safe if with changing arguments.jilles2014-10-265-6/+39
* Fix printing non-terminated strings in devlist XML.mav2014-10-262-5/+9
* Fix up an assertion in kern_setgroups, it should compare with ngroups_max + 1mjg2014-10-261-1/+1
* Mention VAAI and ODX in ctl(4).trasz2014-10-261-2/+8
* MFV r273688:delphij2014-10-261-43/+101
* Add "rpm" and "formfactor" LUN options to match istgt functionality.mav2014-10-262-2/+21
* Tidy up sys_setgroups and kern_setgroups.mjg2014-10-261-8/+8
* Use a temporary buffer in sys_setgroups for requests with <= XU_NGROUPS groups.mjg2014-10-261-5/+12
* Move the ACPI PM timer emulation into vmm.ko.neel2014-10-268-175/+162
* Don't pass the 'error' return from an I/O port handler directly to vm_run().neel2014-10-261-21/+27
* Now that sysctl_root is only called with sysctl lock in shared mode, updatemjg2014-10-261-2/+3
* Fix a few issues with creating VOLUME_LABEL for thegjb2014-10-261-1/+5
* Set the caching mode for the usermode mapping of the HPET registerskib2014-10-251-0/+1
* Use correct type in __DEVOLATILE().jhb2014-10-251-1/+2
* Clarify that pthread_cleanup_push()/pop() are implemented as macros thatjhb2014-10-252-2/+18
* This change addresses 4 bugs in ZFS exposed by Richard Kojedzinszky'sjpaetzel2014-10-254-29/+56
* Add support for 12/16-byte EUI and 16-byte NAA IDs.mav2014-10-251-7/+41
* Revert somewhat hackish geom_disk optimization, committed as part of r256880,mav2014-10-252-42/+19
* Add basic iSNS client to the iSCSI target.mav2014-10-258-46/+759
* Fix a use of an uninitialized variable by makeing suretuexen2014-10-251-2/+3
* Bail out of the script on FreeBSD due to deterministic panic issuengie2014-10-251-0/+2
* Bail out of the script on FreeBSD due to deterministic panic issuengie2014-10-251-0/+2
* Bail out of the script on FreeBSD due to deterministic panic issuengie2014-10-251-0/+2
* Bail out of the script on FreeBSD due to deterministic panic issuengie2014-10-251-0/+2
* rlimit: plug duplicate assertionmjg2014-10-251-1/+0
* Move the redirection to stderr out of the cmd variable assignmentngie2014-10-251-2/+2
* - Print out "Bail out!" in die(..) so prove terminates immediatelyngie2014-10-251-1/+2
* MFV r273617: netcat from OpenBSD 5.6.delphij2014-10-251-9/+7
* Fix build.delphij2014-10-251-1/+1
* cxgbe(4): bump up PF4's share of some global resources.np2014-10-252-9/+33
* Use the __DECONST macro rather than hand rolling the same thing.brooks2014-10-241-5/+1
* Fix the build by installing acpi_hpet.h correctly.rpaulo2014-10-241-1/+1
* Remove an unused variable that would be better spelled __func__.brooks2014-10-241-1/+0
* Add an iicbus_reset() method to bcm2835_bsc. While it is generally notloos2014-10-242-4/+40
* Add a sysctl to control the HPET allow_write behaviour.rpaulo2014-10-241-0/+5
* Fix cpsw_detach() to not panic when called from cpsw_attach().loos2014-10-241-5/+14
* Eliminate conf_lock and instead rely on the NSS write lock to protectmarkj2014-10-241-8/+5
* The current POSIX semaphore implementation stores the _has_waiters flagjhb2014-10-246-21/+212
* Add COMPAT_FREEBSD9 and COMPAT_FREEBSD10 options to wrap code thatjhb2014-10-2410-0/+24
* HPET: avoid handling the multiple file-descriptor case.rpaulo2014-10-241-23/+6
* Don't reference sem(4) from the POSIX semaphore pages. POSIX semaphoresjhb2014-10-247-14/+7
* Fix a bug where DMA maps created with bus_dmamap_create() won't incrementloos2014-10-241-0/+2
* HPET: create /dev/hpetN as a way to access HPET from userland.rpaulo2014-10-242-1/+83
* Fix documentation issue.melifaro2014-10-241-2/+2
OpenPOWER on IntegriCloud