aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix NFS client deadlock when read reports truncated node.Konstantin Belousov2020-02-223-17/+39
* Add td_pflags2, yet another thread-private flags word.Konstantin Belousov2020-02-222-4/+24
* Add myself (salvadore) as a ports committerLorenzo Salvadore2020-02-221-0/+3
* Constify uma_zcache_create() and uma_zsecond_create()'s "name" argument.Mark Johnston2020-02-222-10/+10
* vm_radix: prefer __builtin_unreachable() to an unreachable panic()Kyle Evans2020-02-221-2/+1
* riscv: Set MACHINE_ARCH correctlyKristof Provost2020-02-222-0/+6
* bsdbox: fix buildKyle Evans2020-02-221-0/+1
* Add an atomic-free tick moderated lazy update variant of SMR.Jeff Roberson2020-02-224-161/+429
* sh: fix read builtin on 32-bit systemsKyle Evans2020-02-221-1/+1
* powerpc/booke: Fix handling of pvh_global_lock and pmap lockJustin Hibbits2020-02-221-7/+6
* We pass a pointer to the flags to dabitsysctl, not an integer. Adjust theWarner Losh2020-02-211-6/+6
* Fix formatting for tps values between 99.95 and 99.99; previouslyEdward Tomasz Napierala2020-02-211-1/+1
* fetch(3): plug some leaksKyle Evans2020-02-211-1/+5
* x86/identcpu.c whitespace cleanup.Konstantin Belousov2020-02-211-28/+28
* print_svm_info: decode a CPUID 0x8000000a.edx bit 20.Konstantin Belousov2020-02-211-1/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (7 of many)Pawel Biernacki2020-02-2112-121/+148
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (6 of many)Pawel Biernacki2020-02-213-6/+11
* Fix broken MLX5_IB_INDEX() macro in mlx5ib(4).Hans Petter Selasky2020-02-212-5/+11
* Make sure the ACPI lid state is updated during boot and after resume.Hans Petter Selasky2020-02-211-1/+11
* Bump _FreeBSD_version after the recent linuxkpi changesEmmanuel Vadot2020-02-211-1/+1
* linuxkpi: Move shmem related functions in it's own fileEmmanuel Vadot2020-02-216-104/+187
* ncurses: set the proper version in the updating messageBaptiste Daroussin2020-02-211-1/+1
* Rework second part of r357558. Unroll the macro and allocate memory inGleb Smirnoff2020-02-211-1/+4
* Revert one half of previous change r357558. Don't enter the epoch onGleb Smirnoff2020-02-211-3/+0
* vfs: stop duplicating vnode work in audit during path lookupMateusz Guzik2020-02-211-8/+7
* audit: provide audit_canon_path variant which accepts vnodesMateusz Guzik2020-02-214-23/+103
* audit: simplify path resolving logicMateusz Guzik2020-02-211-49/+26
* audit: rely on use count instead of hold count in audit_canon_pathMateusz Guzik2020-02-211-9/+6
* clamp kernel dump compression level when using gzipEric van Gyzen2020-02-201-0/+7
* truncate(2): extending the file is required by POSIX 2008Eric van Gyzen2020-02-201-3/+6
* dtc: remove unknown option printf, since getopt will print itRebecca Cran2020-02-201-1/+4
* Fix a bug in r358168, do not call sigfastblock_setpend() under a mutex.Konstantin Belousov2020-02-201-5/+7
* - Implement -h (human readable) for the size of the underlying block disk.Christian S.J. Peron2020-02-201-4/+18
* bhyve: enable virtio-net mergeable rx buffers for tap(4)Vincenzo Maffione2020-02-205-37/+137
* virtio: Pass the interrupt type in mmio modeKristof Provost2020-02-201-1/+1
* linuxkpi: Add str_has_prefixEmmanuel Vadot2020-02-201-0/+9
* linuxkpi: Add list_is_first functionEmmanuel Vadot2020-02-201-0/+7
* Print out some newly added PCIe extended capabilities and subclasses.Konstantin Belousov2020-02-202-0/+39
* Add more values for PCI capabilities, PCIe extended capabilities, and subclas...Konstantin Belousov2020-02-201-0/+26
* make sysent for r358172 ("vfs: add realpathat syscall")Mateusz Guzik2020-02-2010-3/+95
* vfs: add realpathat syscallMateusz Guzik2020-02-209-28/+205
* Use OLD_LIBS instead of OLD_FILES so the user get a chance to keep them aroun...Baptiste Daroussin2020-02-201-4/+4
* Revert r358153: it is causing unexpected issues with the build system.Pedro F. Giffuni2020-02-201-358/+818
* Remove an unused timer type.Michael Tuexen2020-02-201-7/+6
* Do not read sigfastblock word on syscall entry.Konstantin Belousov2020-02-205-70/+133
* ip6_output: improve extension header handlingBjoern A. Zeeb2020-02-201-93/+106
* Update the UPDATING information now that ncurses shlib has been bumpedBaptiste Daroussin2020-02-201-4/+4
* Bump __FreeBSD_version after bumping ncurses shlibBaptiste Daroussin2020-02-201-1/+1
* ncurses: bump shlib number to version 9Baptiste Daroussin2020-02-202-2/+7
* efi_register_handles() is missing NULL pointer checkToomas Soome2020-02-201-0/+2