aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove useless .Pp after the .Sh macro and remove empty lineBaptiste Daroussin2017-02-111-2/+0
* Escape No to avoid confusion with the No macroBaptiste Daroussin2017-02-111-9/+9
* Add missing section after .Xr referenceBaptiste Daroussin2017-02-111-1/+1
* Add missing -width after -Bl -tagBaptiste Daroussin2017-02-111-1/+1
* Escape Ss to avoid confusion by mdoc parser with the Ss macroBaptiste Daroussin2017-02-111-1/+1
* Remove empty LiBaptiste Daroussin2017-02-111-1/+1
* Remove space at and of lineBaptiste Daroussin2017-02-111-1/+1
* Revert r313565 -- :mmap__bad_arguments passes again after r313655Enji Cooper2017-02-111-2/+0
* Use SRCTOP to define .include with usr.bin/Makefile.incEnji Cooper2017-02-111-1/+1
* Change type of the prot parameter for kern_vm_mmap() from vm_prot_t to int.Konstantin Belousov2017-02-112-2/+2
* Use SRCTOP to refer to awk source in contrib/awk and remove unnecessary AWKSR...Enji Cooper2017-02-111-2/+2
* Use SRCTOP instead of .CURDIR relative paths with ".."Enji Cooper2017-02-111-1/+1
* Use SRCTOP instead of .CURDIR relative paths with ".."Enji Cooper2017-02-111-3/+3
* Manipulate OBJDIR with :H when referencing dso directoryEnji Cooper2017-02-111-1/+1
* Use SRCTOP/OBJTOP and simplify output using :H instead of "../" for directoryEnji Cooper2017-02-111-12/+10
* pciconf(8): Replace an assert with errxConrad Meyer2017-02-111-1/+2
* Don't zero out srtt after excess retransmitsRyan Stone2017-02-113-8/+11
* loader: implement MEDIA_FILEPATH_DP support in efipartToomas Soome2017-02-111-0/+89
* [net80211] add a sysctl that forces a vap restart.Adrian Chadd2017-02-111-0/+26
* Adding myself to committers-ports.dot and calendar.freebsdMahdi Mokhtari2017-02-112-0/+4
* Remove sys/boot/pc98 accidentally restored in r313575Ed Maste2017-02-1147-9523/+0
* makefs: make the buffer functions look exactly like the kernel onesEd Maste2017-02-1152-61/+9600
* Stop including sys/types.h from arm's machine/atomic.h, fix the placesIan Lepore2017-02-115-5/+4
* MFV r313569:313569:313569:Martin Matuska2017-02-114-108/+145
|\
| * Update vendor/libarchive to git b3bd0b81a1a06909f766dea8be4072ef81de62b8Martin Matuska2017-02-105-109/+147
* | Change the isp(4) driver to not adjust the tag type for REQUEST SENSE.Kenneth D. Merry2017-02-101-13/+2
* | Regenerate all the system call tables to drop "created from" lines.John Baldwin2017-02-1036-36/+8
* | Expect :mmap__bad_arguments to failEnji Cooper2017-02-101-0/+2
* | Drop the "created from" line from files generated by makesyscalls.sh.John Baldwin2017-02-101-10/+6
* | kldxref: bump MAXSEGS to 3Ed Maste2017-02-101-1/+1
* | kldxref: s/sections/segments/ in warning messageEd Maste2017-02-101-1/+1
* | Move tcp_fields_to_net() static inline into tcp_var.h, just below itsGleb Smirnoff2017-02-102-10/+9
* | Last consumer of _WANT_RTENTRY gone.Gleb Smirnoff2017-02-101-2/+2
* | Don't check struct rtentry on FreeBSD, it is an internal kernel structure.Gleb Smirnoff2017-02-101-6/+1
* | Allow Dtrace to be compiled into the kernel again after r313177.Bjoern A. Zeeb2017-02-101-0/+1
* | Change mlx4 QP allocation scheme.Hans Petter Selasky2017-02-106-2/+54
* | Flexible and asymmetric allocation of EQs and MSI-X vectors for PF/VFs.Hans Petter Selasky2017-02-106-24/+167
* | Clean redundant MIN/MAX declarations in some HighPoint drivers.Pedro F. Giffuni2017-02-106-14/+3
* | Fix r313495.Konstantin Belousov2017-02-102-2/+3
* | o Reset mouse selection when new lines reach selection lines.Aleksandr Rybalko2017-02-101-14/+66
* | indent(1): add regression test casesPiotr Pawel Stefaniak2017-02-1033-0/+312
* | [ath] sigh, how'd I miss this.Adrian Chadd2017-02-101-0/+1
* | Use proper value for socket option on IPv6Ermal Luçi2017-02-101-1/+1
* | Fix build after r313524Ermal Luçi2017-02-101-2/+2
* | Revert r313527Ermal Luçi2017-02-108-59/+28
* | Correct missed variable name.Ermal Luçi2017-02-108-28/+59
* | The patch provides the same socket option as Linux IP_ORIGDSTADDR.Ermal Luçi2017-02-1011-28/+86
* | When patching USDT probes, use non-unique names for aliases of weak symbols.Mark Johnston2017-02-101-32/+35
* | ixl(4): Update to 1.7.12-kEric Joyner2017-02-1031-680/+2987
* | Increase a chance of devfs_close() calling d_close cdevsw method.Konstantin Belousov2017-02-091-14/+19