aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* vfs: assert that VI_TEXT_REF is not already setMateusz Guzik2020-08-161-0/+1
* cache: add NOCAPCHECK to the list of supported flags for lockless lookupMateusz Guzik2020-08-161-1/+1
* vfs: restore sorted order of unused nameidata flagsMateusz Guzik2020-08-161-1/+1
* vfs: use namei_zone for getcwd allocationsMateusz Guzik2020-08-161-4/+2
* libcasper: Introduce cap_net a network service for Casper.Mariusz Zaborski2020-08-1610-6/+3068
* Bump __FreeBSD_version after vget() and HASBUF changeMateusz Guzik2020-08-161-1/+1
* vfs: mark HASBUF as an internal flagMateusz Guzik2020-08-162-16/+16
* tmpfs: use vget_prep/vget_finish instead of vget + vnodeMateusz Guzik2020-08-161-4/+3
* vfs: remove the thread argument from vgetMateusz Guzik2020-08-1625-41/+35
* Remove a line which is needed and was added inMichael Tuexen2020-08-161-1/+0
* Unbreak building cp2112(8) as a module outside of kernel build environment.Eugene Grosbein2020-08-161-1/+1
* Improve the handling of concurrent send() calls for SCTP sockets,Michael Tuexen2020-08-167-20/+31
* Unbreak nvd(8) build as module outside of kernel build environment.Eugene Grosbein2020-08-161-1/+1
* Use the sbput() function to write alternate superblocks so thatKirk McKusick2020-08-151-4/+3
* witness(4): Print stack of prior observed lock order on reversalConrad Meyer2020-08-151-12/+68
* pcg-c: Add 'static' to inline function definitionsConrad Meyer2020-08-151-238/+238
* Correct the mask byte order when checking for reserved bits.Qing Li2020-08-151-1/+1
* RISC-V: copy kernelname from the environmentMitchell Horne2020-08-151-0/+5
* arm64: parse HWCAP values using user_cpu_descMitchell Horne2020-08-151-31/+39
* arm64: update instruction set attribute register definitionsMitchell Horne2020-08-152-7/+133
* Make net.inet6.ip6.deembed_scopeid behaviour default & remove sysctl.Alexander V. Chernikov2020-08-154-14/+6
* Enter epoch earlier. This is needed because we are exiting it alsoMichael Tuexen2020-08-151-1/+1
* - Update to Unicode CLDR v35 (Unicode 12.0).Hiroki Sato2020-08-158-112/+819
* Remove redeclaration found by gcc buildLi-Wen Hsu2020-08-151-2/+0
* Remove redeclaration found by gcc buildLi-Wen Hsu2020-08-151-17/+0
* kenv: avoid sleepable alloc for integer tunablesJason A. Harmening2020-08-141-57/+67
* Simplify dom_<rtattach|rtdetach>.Alexander V. Chernikov2020-08-1410-55/+71
* vm_pageout: Correct threshold calculation on single-CPU systemsConrad Meyer2020-08-141-1/+1
* Rename the pipe_map field of struct pipe.Mark Johnston2020-08-142-31/+31
* crunchgen: use pwd -P without envAlex Richardson2020-08-142-2/+2
* Bump __FreeBSD_version after r364232Emmanuel Vadot2020-08-141-1/+1
* linuxkpi: Add a few wait_bit functionsEmmanuel Vadot2020-08-143-0/+71
* Properly disable LUA_USE_DLOPEN for bootstrap fluaKyle Evans2020-08-142-3/+2
* flua: don't allow dlopen, et al., for bootstrap fluaKyle Evans2020-08-142-2/+6
* syslog(3): Send proper NILVALUE if gethostname(3) fails.Bryan Drewery2020-08-141-7/+16
* flua: support "require" for binary objects in the base systemEd Maste2020-08-132-0/+3
* Add test to for FreeBSD-SA-19:20.bsnmpBryan Drewery2020-08-133-0/+65
* lagg: Avoid adding a port to a lagg device being destroyed.Bryan Drewery2020-08-131-0/+5
* Add prng(9) APIConrad Meyer2020-08-137-63/+272
* Fix a typo in the cpp macro defined for PIC.John Baldwin2020-08-131-1/+1
* Move rtzone handling code to net/route_ctl.cAlexander V. Chernikov2020-08-135-107/+81
* TCP Cubic: Have Fast Convergence Heuristic work for ECN, and align concave re...Richard Scheffenegger2020-08-131-17/+21
* TCP Cubic: After leaving slowstart fix unintended cwnd jump.Richard Scheffenegger2020-08-131-11/+13
* Improve SACK support code for RFC6675 and PRRRichard Scheffenegger2020-08-133-14/+36
* Enable interrupts while handling trapsMitchell Horne2020-08-131-7/+16
* Small fixes in locore.SMitchell Horne2020-08-131-8/+15
* Make bsd.linker.mk work with the MacOS linkerAlex Richardson2020-08-131-1/+12
* Add pwd to the list of tools that are linked to $WORLDTMP/legacyAlex Richardson2020-08-131-2/+2
* vfs: add missing pwd_drop on error in namei_setupMateusz Guzik2020-08-131-0/+1
* ifconfig(8): plug memory leak after r361790 by me.Eugene Grosbein2020-08-131-0/+1