aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* hyperv/channel: Log a warning about duplicated primary channel offerSepherosa Ziehau2016-04-251-0/+2
* hyperv/channel: Remove unapplied commentSepherosa Ziehau2016-04-251-4/+0
* hyperv/channel: Minor style changes; no functional changes.Sepherosa Ziehau2016-04-251-18/+10
* hyperv/channel: Remove the unnecessary 'new' flagSepherosa Ziehau2016-04-251-9/+4
* hyperv/et: Strip extra white space in function nameSepherosa Ziehau2016-04-251-1/+1
* Use the new PR_METHOD_REMOVE to clean up jail handling in POSIXJamie Gritton2016-04-251-72/+12
* Pass the current/new jail to PR_METHOD_CHECK, which pushes the callJamie Gritton2016-04-251-47/+58
* Add a new jail OSD method, PR_METHOD_REMOVE. It's called when a jail isJamie Gritton2016-04-252-9/+43
* Remove the PR_REMOVE flag, which was meant as a temporary marker forJamie Gritton2016-04-252-4/+1
* hyperv/hn: Allow users to configure ifq or bufring depth.Sepherosa Ziehau2016-04-251-3/+23
* Make jail(8) interpret escape codes in fstab the same as getfsent(3).Jamie Gritton2016-04-251-1/+8
* hn: Increase odrops for if_transmit method if drbr_enqueue fails.Sepherosa Ziehau2016-04-251-1/+3
* OR in the unsigned form of the MCAR lower register.Justin Hibbits2016-04-251-1/+1
* Init static compiled-in env when no metadata present.Justin Hibbits2016-04-251-0/+1
* ifconfig: prevent some improbable signed integer overflows.Pedro F. Giffuni2016-04-251-6/+6
* AMD64 pmap: Use howmany() macroConrad Meyer2016-04-241-1/+1
* Add myself (finally) to the port committer's dot file.Gordon Tetlow2016-04-241-0/+3
* fsck_ffs: Adopt some type safety for the journalling checks.Pedro F. Giffuni2016-04-241-4/+4
* Fix duplicate "name" variable that sneaked in with the rc description commit.Lars Engels2016-04-241-1/+1
* Fix build for NOINET and NOINET6 kernels.Andrey V. Elsukov2016-04-241-20/+33
* Fix NOIP kernels to compile.Bjoern A. Zeeb2016-04-241-0/+2
* Add myself as src commiter.Emmanuel Vadot2016-04-241-0/+4
* Fix typo (forgotten "=" after desc).Stefan Eßer2016-04-241-1/+1
* MLINK mfi.4 to mfi_linux.4 and mfip.4 to cover these kernel modules.Christian Brueffer2016-04-241-0/+2
* Cosmetics: - no need to escape the newline after '|'Jens Schweikhardt2016-04-241-4/+4
* Use ipsec_address() function to print IP addresses.Andrey V. Elsukov2016-04-241-16/+8
* Handle non-compressed packets for IPComp in tunnel mode.Andrey V. Elsukov2016-04-243-1/+201
* Correct types for g_example_start() and g_example_access().Christian Brueffer2016-04-241-3/+3
* Adjust a type from r267490.Pedro F. Giffuni2016-04-241-1/+1
* patch(1): avoid signed integer overflow when debugging.Pedro F. Giffuni2016-04-241-2/+2
* Zero the newly allocated spinlock.Justin Hibbits2016-04-241-1/+1
* Add a single example of adding a user that roughly corresponds with theWarren Block2016-04-231-1/+13
* Define which of the username options (-u/-U) to jexec(8) is the default.Benedict Reuschling2016-04-231-1/+2
* Allow the NFSv4 server to reply NFSERR_WRONGSEC for the SetClientID operation.Rick Macklem2016-04-231-0/+1
* The default value of MINFREE is defined to be 8% inBenedict Reuschling2016-04-231-4/+4
* regex: prevent two improbable signed integer overflows.Pedro F. Giffuni2016-04-231-2/+2
* Allow to build svr4 module with SYSV support separatelly from the kernel build.Dmitry Chagin2016-04-231-25/+4
* Fix streams and svr4 module dependency. Both modules are complaining aboutDmitry Chagin2016-04-235-18/+17
* ext2_htree_release(): prevent signed integer overflow in a loop.Pedro F. Giffuni2016-04-231-1/+1
* Bump the date of the manpage after r298515Baptiste Daroussin2016-04-231-1/+1
* Don't remove the /var/run/jail_name.id file if a jail fails to start.Jamie Gritton2016-04-231-2/+0
* - Add two new subcommands to rc.subr:Lars Engels2016-04-233-4/+23
* - Add descriptions to most of the rc scripts. Those are mostly taken from theirLars Engels2016-04-23140-8/+145
* Add support for Allwinner A31/A31S R-GPIO (CPUs-PORT) controller.Jared McNeill2016-04-233-58/+133
* Remove mroute6d rc scriptBaptiste Daroussin2016-04-234-20/+3
* Improve upon r296618 to keep lines < 80 characters.Christian Brueffer2016-04-232-4/+9
* Remove a function, which is not used anymore.Michael Tuexen2016-04-232-163/+0
* Fix looking for "UTC" at start of ptr by using strnmp instead of improperlyEnji Cooper2016-04-231-2/+2
* GC duplicate define.Maxim Sobolev2016-04-231-2/+0
* Improve performance in a few key areas:Maxim Sobolev2016-04-2321-192/+1037