aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* vt: fix problems with trying to switch to a closed VTAndriy Gapon2019-09-191-3/+25
* sys/vm/vm_glue.c: Incorrect function name in panic stringAllan Jude2019-09-191-2/+2
* Add some tests for page fault signals and codesJilles Tjoelker2019-09-182-1/+186
* Fix typo, setting hidden flag instead of reparse.Alexander Motin2019-09-181-1/+1
* truss: decode sysctl names.Konstantin Belousov2019-09-182-0/+73
* Add support for BERI statcounters.Ruslan Bukin2019-09-186-2/+736
* sysctl: use names instead of magic numbers.Konstantin Belousov2019-09-183-31/+47
* Add the missing bits for LIBADD to properly function now thatBaptiste Daroussin2019-09-181-1/+1
* Add native support for zstd to libarchiveBaptiste Daroussin2019-09-183-3/+5
* src.conf(5): regenerate after r352465, r352466Kyle Evans2019-09-181-1/+12
* Add description for WITH_GOOGLETESTKyle Evans2019-09-181-0/+5
* googletest: default-disable on all of MIPS for nowKyle Evans2019-09-181-1/+9
* mips: ubldr: use truncated load address for mips32Kyle Evans2019-09-181-0/+4
* Temporarily skip sys.netpfil.common.tos.pf_tos on i386 CI as it always failsLi-Wen Hsu2019-09-171-0/+4
* Temporarily skip sys.netpfil.common.forward.pf_v4 on i386 CI as it always failsLi-Wen Hsu2019-09-171-0/+4
* Use correct filename in newsyslog.confSteve Wills2019-09-171-1/+1
* log daemon.info to /var/log/daemon.log by defaultSteve Wills2019-09-172-0/+2
* ifconfig: add report of the string from SIOCGIFDOWNREASON.Konstantin Belousov2019-09-171-5/+27
* Add SIOCGIFDOWNREASON.Konstantin Belousov2019-09-173-0/+13
* Further refine r352393, only call vnode_pager_setsize() outside theKonstantin Belousov2019-09-171-19/+22
* realloc(x, 0) should not return NULL.Konstantin Belousov2019-09-171-15/+0
* Return EISDIR when directory is opened with O_CREAT without O_DIRECTORY.Konstantin Belousov2019-09-172-1/+10
* loader: provide u> and xemit words if neededToomas Soome2019-09-171-0/+23
* The VFS-level clustering code collects together sequential blocksKirk McKusick2019-09-171-2/+20
* loader: revert r352421Toomas Soome2019-09-171-3/+0
* vfs: apply r352437 to the fast path as wellMateusz Guzik2019-09-171-3/+5
* fixup up fallout from r352447 in libbeAndriy Gapon2019-09-171-1/+2
* Temporarily skip flakey test case lib.libc.sys.stat_test.stat_socketLi-Wen Hsu2019-09-171-0/+3
* MFZoL: Add -vnP support to 'zfs send' for bookmarksAndriy Gapon2019-09-174-33/+64
* loader.efi: efipart needs to use ioalignToomas Soome2019-09-171-24/+113
* loader: add memalign() to libsaToomas Soome2019-09-174-5/+55
* loader: stand.h should define reallocf as ReallocfToomas Soome2019-09-171-3/+3
* loader: cstyle cleanup libsa zalloc sourcesToomas Soome2019-09-175-260/+270
* loader: factor out guard location setup from ReallocToomas Soome2019-09-171-1/+3
* Only allow a SCTP-AUTH shared key to be updated by the applicationMichael Tuexen2019-09-171-1/+1
* vfs: fix braino resulting in NULL pointer deref in r352424Mateusz Guzik2019-09-171-3/+5
* mips: move support for temporary mappings above KSEG0 to per-CPU dataJason A. Harmening2019-09-172-120/+91
* Remove dead code from vm_map_unlink_entry made dead by r351476, and alsoDoug Moore2019-09-171-11/+1
* Amend r352422, add missing 'n'Dmitri Goutnik2019-09-171-1/+1
* fix the article to be correct...John-Mark Gurney2019-09-161-1/+1
* RISC-V: Support EARLY_AP_STARTUPMitchell Horne2019-09-163-0/+27
* vfs: convert struct mount counters to per-cpuMateusz Guzik2019-09-168-46/+204
* vfs: manage mnt_writeopcount with atomicsMateusz Guzik2019-09-162-14/+52
* vfs: manage mnt_lockref with atomicsMateusz Guzik2019-09-161-4/+27
* vfs: manage mnt_ref with atomicsMateusz Guzik2019-09-168-15/+187
* Add myself (dmgk) to calendar.freebsdDmitri Goutnik2019-09-161-0/+1
* Add myself (dmgk) as a ports committerDmitri Goutnik2019-09-161-0/+3
* loader: Malloc(0) should return NULL.Toomas Soome2019-09-161-0/+3
* loader_4th: scan_buffer can leave empty string on stackToomas Soome2019-09-161-0/+2
* Fix an off-by-one error from r351961Alan Somers2019-09-161-1/+1