summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make graphical consoles work under PowerKVM. Without using hypercalls, it isnwhitehorn2016-01-091-2/+23
* Implement vsyscall hack. Prior to 2.13 glibc uses vsyscalldchagin2016-01-0919-1/+77
* Return call to init_zfs_bootenv to its previous locationallanjude2016-01-091-1/+5
* Fix userland build broken by r293470.melifaro2016-01-091-0/+2
* Finish r275196: do not dereference rtentry in if_output() routines.melifaro2016-01-099-37/+34
* - Add the definition of CHARCLASS_NAME_MAX, as per POSIX.1-2001.kevlo2016-01-091-2/+5
* Remove prefix check from in6_addroute().melifaro2016-01-091-29/+1
* Remove sys/eventhandler.h from net/route.hmelifaro2016-01-0913-1/+13
* Fix version number.delphij2016-01-091-1/+1
* Make tohex() work as expected.ae2016-01-091-1/+1
* Fix a typo.ae2016-01-091-1/+1
* (Temporarily) remove route_redirect_event eventhandler.melifaro2016-01-093-30/+2
* Please Coverity by removing unneccessary check (rt_key() is always set).melifaro2016-01-091-1/+1
* Remove hidden "Not ufs" printfs from boot codesmh2016-01-093-6/+0
* Switch EFT boot1 to use libstandsmh2016-01-092-262/+10
* Add netmap support for bhyvegnn2016-01-091-32/+273
* Prevent cv_waiters wraparound.markj2016-01-091-7/+26
* Only call init_zfs_bootenv() when the system was booted with ZFSallanjude2016-01-093-15/+31
* Regen after r293450emaste2016-01-091-1/+22
* Set FORCE_PKG_REGISTER=1 when installing packages to avoid failuresgjb2016-01-091-0/+1
* Update dependencies.bdrewery2016-01-091-1/+0
* Support use of LLVM's libunwind for exception unwindingemaste2016-01-094-6/+57
* Chase r292622: Update path to ioctl.c for incremental build hack.bdrewery2016-01-081-2/+1
* - Move functions that might be used in class-specific cleanup functionsngie2016-01-081-16/+27
* - Make test-1.sh into a TAP testable testcasengie2016-01-086-62/+43
* - Add a geom_stripe specific cleanup function and trap on that function atngie2016-01-083-22/+17
* - Add a geom_shsec specific cleanup function and trap on that function atngie2016-01-083-29/+20
* Fix upgrading from OSVERSION 1000002-1000032 after r288829.bdrewery2016-01-081-7/+3
* New sendfile(2) syscall. A joint effort of NGINX and Netflix from 2013 andglebius2016-01-088-291/+564
* - Add a geom_raid3 specific cleanup function and trap on that function atngie2016-01-0813-177/+97
* - Add a conf.sh file for executing common functions with gnopngie2016-01-083-17/+16
* - Add a conf.sh file for executing common functions with gelingie2016-01-0821-73/+98
* Reduce libstand Makefile duplicationemaste2016-01-081-129/+5
* - Use attach_md for memory disks so they can be tracked.ngie2016-01-083-23/+18
* Make it possible for sbappend() to preserve M_NOTREADY on mbufs, just likeglebius2016-01-085-10/+27
* Avoid unintended $FreeBSD$ expansion in generate-fat.shemaste2016-01-081-2/+2
* Revert r293405: it breaks socket buffer INVARIANTS when sending controlglebius2016-01-081-1/+1
* Add safety belt for boot1.efi file sizeemaste2016-01-082-0/+18
* Do more fine-grained locking in rtrequest1_fib().melifaro2016-01-081-30/+22
* MFV r293415:delphij2016-01-08277-2077/+5097
|\
| * Vendor import of ntp-4.2.8p5.delphij2016-01-08281-2107/+5162
| * Remove svn:keywords from contributed files.glebius2015-10-260-0/+0
* | Update generated efi boot image templatessmh2016-01-084-74/+78
* | Fix issues found by mandoc -Tlint.brueffer2016-01-084-6/+4
* | LinuxKPI style changes:hselasky2016-01-085-126/+130
* | Add support for ZFS Boot Environments to userboot (for bhyve and others)allanjude2016-01-082-1/+57
* | For SOCK_STREAM socket use sbappendstream() instead of sbappend().glebius2016-01-081-1/+1
* | Revert r293201, r293202 (rtld: populate DT_DEBUG iff DYNAMIC segment is writa...emaste2016-01-082-5/+2
* | Make sure that the /set directive gets put at the top of the file,imp2016-01-081-4/+3
* | Setup /pkg as a spot for pkg to operate. This is for testing purposesimp2016-01-081-0/+22
OpenPOWER on IntegriCloud