aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump .Dd for today's edit.Martin Cracauer2019-02-111-1/+1
* Clarify NFSv4 /etc/exports semantics, with working example.Martin Cracauer2019-02-111-0/+34
* Fix flags used when compiling kern_kcov.c and subr_coverage.c.Michael Tuexen2019-02-111-2/+2
* Add sensors support for AXP803/AXP813. Sensor values such asGanbold Tsagaankhuu2019-02-111-1/+267
* Fix off-by-one error in BERI virtio driverOleksandr Tymoshenko2019-02-111-2/+2
* Place pf_altq_get_nth_active() under the ALTQ ifdefPatrick Kelsey2019-02-111-1/+1
* Reduce the time it takes the kernel to install a new PF config containing a l...Patrick Kelsey2019-02-1111-159/+331
* bectl(8): commit missing test modifications from r343993Kyle Evans2019-02-111-3/+3
* bectl(8): Add -o flag to destroy to clean up the origin snapshot of BEKyle Evans2019-02-112-10/+38
* gbde(8) - simplify randomisation with arc4random_bufConrad Meyer2019-02-111-12/+1
* net80211(4): hide casts for 'i_seq' field offset calculation insideAndriy Voskoboinyk2019-02-1011-75/+41
* libnv: fix memory leaksMariusz Zaborski2019-02-101-0/+1
* libnv: fix memory leaksMariusz Zaborski2019-02-104-4/+23
* Prevent overflow for usertime/systime in caclru1Conrad Meyer2019-02-101-4/+13
* sh: Restore $((x)) error checking after fix for $((-9223372036854775808))Jilles Tjoelker2019-02-107-3/+62
* ifconfig(8): display 802.11n rates correctly for 'roam:rate' parameterAndriy Voskoboinyk2019-02-101-1/+3
* As struct cryptop is wrapped in #ifdef _KERNEL, userland doesn'tMarius Strobl2019-02-101-1/+1
* pfctl: Fix ifa_grouplookup()Kristof Provost2019-02-101-0/+1
* libbe(3): Add a destroy option for removing the originKyle Evans2019-02-102-7/+24
* powerpc: Clamp MAXCPU for MPC85XXSPE kernel to 2Justin Hibbits2019-02-101-0/+1
* Performance improvements for octe(4):Nathan Whitehorn2019-02-103-19/+14
* cxgbe(4): Ignore unused interrupts.Navdeep Parhar2019-02-101-0/+1
* Sync "struct addrinfo" declaration with netdb.h.Sergey Kandaurov2019-02-101-9/+9
* struct xswdev on amd64 requires compat32 shims after ino64.Konstantin Belousov2019-02-101-2/+28
* Fix bug introduced by r343962.Michal Meloun2019-02-101-2/+2
* Implement Address Space Layout Randomization (ASLR)Konstantin Belousov2019-02-1016-19/+377
* Don't allocate same clock twice..Michal Meloun2019-02-101-7/+0
* Properly handle alignment requests bigger that page size.Michal Meloun2019-02-101-3/+14
* Fix a locking issue when reporing outbount messages.Michael Tuexen2019-02-101-1/+1
* Fix a locking issue in the IPPROTO_SCTP level SCTP_PEER_ADDR_THLDS socketMichael Tuexen2019-02-101-0/+3
* Fix the first couple of AddressSanitizer violations in usr.bin/top.Dimitry Andric2019-02-101-4/+18
* Fix multiple warnings in usr.bin/top about variables shadowing globalDimitry Andric2019-02-103-10/+6
* Fix multiple warnings in usr.bin/top about discarded qualifiers fromDimitry Andric2019-02-107-17/+12
* Fix a locking bug in the IPPROTO_SCTP level SCTP_EVENT socket option.Michael Tuexen2019-02-101-0/+4
* Replace calls to sin(x) and cos(x) with a single call to sincos().Peter Jeremy2019-02-105-26/+20
* Enable necessary bits when activating interrupts. This allowsGanbold Tsagaankhuu2019-02-101-6/+144
* Fix locking for IPPROTO_SCTP level SCTP_DEFAULT_PRINFO socket option.Michael Tuexen2019-02-101-0/+3
* arm64: Fix compile when removing SOC_ROCKCHIP_* optionsEmmanuel Vadot2019-02-102-14/+19
* Revert r343713 temporarilyConrad Meyer2019-02-102-4/+4
* powerpc: Fix AIM buildJustin Hibbits2019-02-091-0/+4
* Document the ENOBUFS errno in setsockopt(2).Sergey Kandaurov2019-02-091-2/+15
* powerpc: Split out the e500mc idling from rest of Book-EJustin Hibbits2019-02-091-13/+16
* ddb: Print the thread's pcb in 'show thread'Justin Hibbits2019-02-091-0/+1
* Add myself to committers-src.dot and calendar.freebsdJohannes Lundberg2019-02-092-0/+3
* - Remove the redundant device disabled hint handling; ever sinceMarius Strobl2019-02-092-55/+50
* Remove -R option which was added to sysctl(8) man page per r244106, but it is...Guangyuan Yang2019-02-091-3/+3
* i386: honor kern.elf32.read_exec for ommap(2) and break(2), as alreadyKonstantin Belousov2019-02-092-6/+2
* Normalize the declaration of i386_read_exec variable.Konstantin Belousov2019-02-094-4/+9
* Remove remnants of byte order manipulation, back when FreeBSD stackGleb Smirnoff2019-02-091-3/+0
* Correct the CPU target for powerpcspeJustin Hibbits2019-02-091-2/+2