summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixes a panic triggered by threaded Linux applications when runningtrasz2015-09-021-1/+21
* Fix dynamic attach/detach of 802.11 devices after r287197:glebius2015-09-022-9/+28
* Bump version for altered long-opts processingdteske2015-09-011-1/+1
* Simplify long-option processingdteske2015-09-011-14/+10
* The 'sa' argument to syscallret() is not unused.jhb2015-09-011-1/+1
* Export current system call code and argument count for system call entryjhb2015-09-014-1/+22
* Bump version for prior fix (SVN r287381)dteske2015-09-011-1/+1
* Style: Remove whitespace around brackets from function syntax optionsdteske2015-09-011-1/+1
* Comment for escape() function.dteske2015-09-011-0/+8
* Commentdteske2015-09-011-1/+1
* Properly escape arguments when moving into jail or chrootdteske2015-09-011-1/+22
* Style: commentsdteske2015-09-011-4/+4
* Style consistency: add single space before each `;;' case entrydteske2015-09-011-19/+19
* Remove `SYSRC_' prefix from $SYSRC_VERBOSE (prefix unnecessary sincedteske2015-09-011-12/+12
* pf: Fix misdetection of forwarding when net.link.bridge.pfil_bridge is setkp2015-09-011-1/+11
* Fix an off by one error in r283613: Like regular ffs(), CPU_FFS() returnsjhb2015-09-011-1/+1
* Add support for the dwc usb in the HiSilicon hi6220 in the HiKey board. Forandrew2015-09-013-0/+103
* Make most of port methods optional and remove bunch of dummies.mav2015-09-016-128/+38
* Add support for the DesignWare MMC hardware in the HiSilicon hi6220. Thisandrew2015-09-013-0/+103
* Fix how we place each objects thread local data. The code used was basedandrew2015-09-012-4/+4
* Ensure we use calculate_first_tls_offset, even if the main program doesn'tandrew2015-09-011-1/+1
* Remove '-' separating OSRELEASE and SNAPSHOT_DATE for vagrantgjb2015-09-011-2/+2
* Finish allowing the dwmmc driver to be subclassed, move the softc to a newandrew2015-09-012-45/+91
* Exit notification for EVFILT_PROC removes knote from the knlist. Inkib2015-09-011-8/+7
* Install the forth bits on arm64. For now limit it to just arm64 as on x86andrew2015-09-012-2/+15
* Clean up the kqueue use of the uma KPI.kib2015-09-011-13/+15
* By doing file extension fast, it is possible to create excess supplykib2015-09-011-19/+25
* Fix t_spawnattr test for attributes handling by posix_spawn(3).kib2015-09-012-28/+33
* Not only build with buildworld, but also install with installworld allglebius2015-09-011-0/+8
* When building multiple kernels use [2..-1] to extract !INSTALLKERNELglebius2015-09-011-3/+3
* Remove an variable we only ever write to, and stop assigning 0 to valuesandrew2015-09-011-4/+1
* Add new PCI ID.hselasky2015-09-011-0/+7
* callout_reset: fix a reversed check for cc_exec_cancelavg2015-09-011-1/+1
* Use unsigned variable.rodrigc2015-09-011-1/+1
* - Add -W flag support for network column in intpr() (-i flag) andhrs2015-09-019-284/+226
* Use ANSI C prototypes.rodrigc2015-09-015-12/+12
* Print sdl->sdl_data when sdl->sdl_nlen > 0 as link_ntoa(3) does.hrs2015-09-011-6/+18
* Use correct function prototype for signal handler.rodrigc2015-09-011-2/+2
* Use ANSI C prototypes.rodrigc2015-09-011-21/+7
* Check and fail if drop of privileges failed.delphij2015-09-011-2/+4
* Drop group privileges after opening the kvm descriptor, otherwise, the codedelphij2015-09-011-10/+4
* Handle held pages earlier in the inactive queue scan.alc2015-09-011-31/+33
* Failure of dropping privilege should be fatal, so test and bail outdelphij2015-09-011-3/+6
* Mark unused parameters to reduce gcc 4.9 warnings.rodrigc2015-09-011-2/+2
* Use ANSI C prototypes.rodrigc2015-09-0115-395/+180
* vtfontcvt: fix buffer overflow for non-default size .hex fontsemaste2015-09-011-6/+22
* Apply the noline attribute to vdev_queue_max_async_writesallanjude2015-08-311-1/+1
* vtfontcvt: introduce xmalloc to abort on out-of-memoryemaste2015-08-311-3/+13
* Remove duplicate defines introduced in initial ZFS import (r168404)allanjude2015-08-311-7/+0
* Enable libproc symbol_lookup tests on arm64emaste2015-08-311-9/+0
OpenPOWER on IntegriCloud