aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a few new source files to libc++, in particular the implementationDimitry Andric2020-08-221-0/+3
* sysctl(8): clarify -n flagFernando ApesteguĂ­a2020-08-221-2/+2
* Merge commit 1ce07cd614be from llvm git (by me):Dimitry Andric2020-08-221-16/+15
* Fix tinderbox build after r364465Mateusz Guzik2020-08-221-0/+1
* vfs: add a work around for vp_crossmp bug to realpathMateusz Guzik2020-08-222-1/+31
* Add an entry for r364475.Rick Macklem2020-08-221-0/+5
* r364475 changed the internal API between the kernel RPC and NFS, so bump vers...Rick Macklem2020-08-221-1/+1
* Add TLS support to the kernel RPC.Rick Macklem2020-08-2216-24/+1686
* After the clang/llvm version 11 import LLD_VERSION is no longer usedBjoern A. Zeeb2020-08-211-1/+1
* Make net.fibs growable.Alexander V. Chernikov2020-08-215-181/+334
* vfs: fix freevnode accountingMateusz Guzik2020-08-211-14/+35
* Fix CTL ioctl port creation error handling.Alexander Motin2020-08-211-2/+4
* ixgbe: fix impossible conditionEric van Gyzen2020-08-211-2/+2
* uma: record allocation failures due to zone limitsAndrew Gallatin2020-08-211-1/+3
* ipfw(8): Fix typo in man pageFernando ApesteguĂ­a2020-08-211-2/+2
* amd64 pmap: potential integer overflowing expressionEric van Gyzen2020-08-211-1/+1
* Merge commit 95e18b2d9d5f from llvm git (by Kang Zhang):Dimitry Andric2020-08-211-2/+2
* Reference spi(8) from spigen.4Mateusz Piotrowski2020-08-211-2/+3
* Clean up spi.8Mateusz Piotrowski2020-08-211-44/+57
* gre(4): Mention sysctl for nesting gre tunnelsGordon Bergling2020-08-211-1/+10
* ls(1): Update POSIX conformance from 2001 to 2008Gordon Bergling2020-08-211-10/+10
* [PowerPC] Fix translation-related crashes during startupBrandon Bergren2020-08-212-29/+56
* [PowerPC64] Fix invalid OPAL call in xive_bind().Brandon Bergren2020-08-212-1/+4
* cxgbei: destroy the worker threads' CV and mutex in stop_worker_threads.Navdeep Parhar2020-08-211-0/+2
* veloader: insist on verifying .4th .lua etcSimon J. Gerraty2020-08-211-1/+5
* Use devctl.h instead of bus.h to reduce newbus pollution.Warner Losh2020-08-2110-10/+10
* When we have a command returned by zfs_nextboot() that is longerGleb Smirnoff2020-08-201-1/+6
* Fix a typo in r364438.Mark Johnston2020-08-201-1/+1
* Unbreak LINTWarner Losh2020-08-201-2/+0
* Enable creation of static userspace probes in incremental builds.Mark Johnston2020-08-204-69/+89
* Remove non-FreeBSD ifdefs from dt_link.c.Mark Johnston2020-08-201-250/+19
* Add ufm(4) to ObsoleteFiles.incNiclas Zeising2020-08-201-0/+3
* Bump kldxref's MAXSEGS to 16, to stop complaints about the kernelDimitry Andric2020-08-201-1/+1
* Remove ufm.4 from the MakefileWarner Losh2020-08-201-1/+0
* Fix regression after r364379.Hans Petter Selasky2020-08-201-3/+1
* Remove the long obsolete ufm driver.Warner Losh2020-08-205-468/+1
* Tag pccard drivers with gone in 13.Warner Losh2020-08-2019-5/+53
* Move from TAILQ to STAILQ because the nodes are a bit smaller.Warner Losh2020-08-201-15/+15
* Move devctl_notify* to devctl.h.Warner Losh2020-08-202-12/+47
* Make devctl_queue_data_f and devctl_queue_data private.Warner Losh2020-08-202-6/+3
* ipfw: style(9) fixesEd Maste2020-08-201-4/+4
* Use names suggested by kib@ in review D25969, move call for unmount to not callWarner Losh2020-08-201-10/+11
* Fix function name in zone.9Warner Losh2020-08-201-3/+3
* dl_iterate_phdr(3): provide exclusive locking for callback when statically li...Konstantin Belousov2020-08-201-2/+8
* libsa: smbios: Parse the chassis type and export it as smbios.chassis.typeEmmanuel Vadot2020-08-201-0/+85
* cache: don't use cache_purge_negative when renamingMateusz Guzik2020-08-201-2/+6
* cache: add cache_rename, a dedicated helper to use for renamesMateusz Guzik2020-08-204-8/+21
* cache: reimplement cache_lookup_nomakeentry as cache_remove_cnpMateusz Guzik2020-08-201-10/+15
* usr.sbin/fstyp: Fix incorrect pfs_type test in ondisk inodePedro F. Giffuni2020-08-201-1/+1
* extfs: remove redundant little endian conversion.Pedro F. Giffuni2020-08-201-4/+4