aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Balance parentheses in sysctl descriptionsPiotr Pawel Stefaniak2021-04-113-8/+8
* rtld_lock.h: add some comments about versioning of struct RtldLockInfoKonstantin Belousov2021-04-111-0/+13
* sh: fix debug buildPiotr Pawel Stefaniak2021-04-113-8/+5
* vnode_pager_setsize.9: Some clarifications on the manpageKa Ho Ng2021-04-111-18/+23
* zfs: avoid memory allocation in arc_prune_asyncMateusz Guzik2021-04-111-6/+10
* zfs: make vnlru_free_vfsops use conditional on versionMateusz Guzik2021-04-111-0/+10
* nfsd: fix replies from session cache for multiple retriesRick Macklem2021-04-101-4/+30
* zfs: change format string in zio_fini to get rid of the castMateusz Guzik2021-04-101-2/+2
* Fix direct route installation with net/bird.Alexander V. Chernikov2021-04-101-5/+6
* rtld: make dlerror() thread-localKonstantin Belousov2021-04-105-19/+84
* rtld: workaround for broken ABIKonstantin Belousov2021-04-104-2/+30
* rtld: unstaticise lockinfo and obj_from_addr()Konstantin Belousov2021-04-104-3/+5
* Only use -fp-exception-behavior=maytrap on x86, for nowDimitry Andric2021-04-101-1/+2
* Appease -Wsign-compare in radix.cAlexander V. Chernikov2021-04-101-1/+1
* Allow to specify debugnet fib in sysctl/tunable.Alexander V. Chernikov2021-04-101-1/+5
* Always use inp fib in the inp_lookup_mcast_ifp().Alexander V. Chernikov2021-04-101-5/+3
* libnv: Use PICFLAG rather than -fPICKristof Provost2021-04-101-1/+1
* Avoid raising unexpected floating point exceptions in libmDimitry Andric2021-04-101-1/+10
* Adjust .arcconfig to land onto 'main' by defaultDimitry Andric2021-04-101-1/+3
* libpfctl: Fix u_* countersKristof Provost2021-04-103-13/+9
* libpfctl: Switch to pfctl_ruleKristof Provost2021-04-1012-262/+416
* pf: Move prototypes for userspace functions to userspace headerKristof Provost2021-04-103-8/+11
* bsnmp: Use libpfctlKristof Provost2021-04-102-1/+6
* (t)ftp-proxy: use libpfctlKristof Provost2021-04-104-9/+23
* pfctl: Move ioctl abstraction functions into libpfctlKristof Provost2021-04-1011-256/+276
* libnv: Build PICKristof Provost2021-04-101-0/+1
* pfctl: Use the new DIOCGETRULENV ioctlKristof Provost2021-04-105-7/+396
* pf: Implement nvlist variant of DIOCGETRULEKristof Provost2021-04-105-6/+473
* pfctl: Move to DIOCADDRULENVKristof Provost2021-04-102-12/+207
* pf: Introduce nvlist variant of DIOCADDRULEKristof Provost2021-04-107-140/+697
* Cross-reference camcontrol(8) and zonectl(8) man pages.Edward Tomasz Napierala2021-04-102-1/+5
* rc: kldxref only needs to depend on rootfs, not FILESYSTEMSEdward Tomasz Napierala2021-04-101-1/+1
* Regen src.conf.5 after 9d178c925fb9Ed Maste2021-04-101-210/+210
* Drop 'Set to' from most src.conf(5) knobsEd Maste2021-04-10250-251/+251
* amd64: clear debug registers on execing 32bit Linux binaryKonstantin Belousov2021-04-101-0/+2
* amd64: clear debug registers on execing 32bit native binaryKonstantin Belousov2021-04-101-0/+2
* amd64 linux64: use x86_clear_dbregs()Konstantin Belousov2021-04-101-21/+1
* x86: use x86_clear_dbregs() on forkKonstantin Belousov2021-04-102-12/+2
* x86: add x86_clear_dbregs() helperKonstantin Belousov2021-04-103-42/+59
* Fix a typo in a comment: frame -> framework.John Baldwin2021-04-091-1/+1
* nlmrsa: Remove this deprecated driver.John Baldwin2021-04-094-551/+0
* efivar: use bool for booleansWarner Losh2021-04-091-23/+22
* efivar: Attempt to fix setting/printing/deleting EFI vars with '-' in their nameWarner Losh2021-04-091-9/+18
* efivar: Add --quiet to not report errorsWarner Losh2021-04-092-17/+55
* tcp_hostcache: make THC_LOCK/UNLOCK macros to work with hash head pointer.Gleb Smirnoff2021-04-091-14/+14
* tcp_hostcache: style(9)Gleb Smirnoff2021-04-091-26/+27
* tcp_hostcache: remove extraneous check.Gleb Smirnoff2021-04-091-6/+0
* tcp_hostcache: implement tcp_hc_updatemtu() via tcp_hc_update.Gleb Smirnoff2021-04-091-30/+5
* rtld: use _get_tp() in __tls_get_addr()Konstantin Belousov2021-04-094-72/+13
* rtld: avoid recursing on rtld_bind_lock for writeKonstantin Belousov2021-04-093-4/+7