aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* rtld: allow to use tls_get_addr_slow() from context where rtld_bind_lock is l...Konstantin Belousov2021-04-091-7/+11
* rtld: style tls_get_addr_slowKonstantin Belousov2021-04-091-27/+27
* libc dl_iterate_phdr(): dlpi_tls_data is wrongKonstantin Belousov2021-04-091-2/+4
* libc: implement __tls_get_addr() for static binariesKonstantin Belousov2021-04-091-8/+15
* libc: add _get_tp() private functionKonstantin Belousov2021-04-0917-6/+441
* rtld: define TLS_DTV_OFFSET on all architecturesKonstantin Belousov2021-04-095-0/+10
* libc: include rtld.h into static implementations of rtld interfaceKonstantin Belousov2021-04-095-37/+58
* libc: constify dummy error message string for dlfcnKonstantin Belousov2021-04-091-2/+2
* rtld_lock.h: Expand scope for IN_RTLD to avoid some conflicts with libcKonstantin Belousov2021-04-091-0/+4
* rtld/x86/reloc.c: styleKonstantin Belousov2021-04-092-3/+6
* rtld_lock.h: remove tautological extern'sKonstantin Belousov2021-04-091-3/+3
* Stop arming kqueue timers on knote owner suspend or terminateKonstantin Belousov2021-04-096-7/+61
* Add helper for kqueue timers callout schedulingKonstantin Belousov2021-04-091-4/+13
* Stop arming realtime posix process timers on suspend or terminateKonstantin Belousov2021-04-092-9/+40
* Stop arming periodic process timers on suspend or terminateKonstantin Belousov2021-04-094-4/+43
* Implement better rebuild-delay fib algo policy.Alexander V. Chernikov2021-04-091-61/+228
* netmap: vtnet: remove unused variableVincenzo Maffione2021-04-091-2/+1
* sysctl.conf(5): Mention sysctl.conf.local in the sysctl.conf(5) manual pageGordon Bergling2021-04-091-2/+5
* Removed the reference to the deprecated splx API from ifnet(9).Dmitry Chagin2021-04-091-9/+0
* lpd(8): Mention the author of a paper in the SEE ALSO sectionGordon Bergling2021-04-091-1/+3
* config(8): Mention the authors of a paper in the SEE ALSO sectionGordon Bergling2021-04-091-1/+5
* ed(1): Add two references in the SEE ALSO sectionGordon Bergling2021-04-091-1/+11
* pci_dw: Trim ATU windows bigger than 4GBWojciech Macek2021-04-091-0/+12
* UPDATING: dereference portupgrade(8)Glen Barber2021-04-091-1/+2
* struct mount uppers: correct locking annotationsKonstantin Belousov2021-04-081-2/+3
* nfsd: fix replies from session cache for retried RPCsRick Macklem2021-04-082-1/+8
* Enforce check for using the return result for ifa?_try_ref().Alexander V. Chernikov2021-04-051-2/+2
* m4(1): Add a SEE ALSO section and reference an AT&T manualGordon Bergling2021-04-081-1/+12
* sed(1): Add a reference for a 4.4BSD manual documentGordon Bergling2021-04-082-2/+20
* tcp: Use jenkins_hash32() in hostcacheRichard Scheffenegger2021-04-082-9/+62
* tcp_hostcache.c: remove unneeded includes.Gleb Smirnoff2021-04-081-14/+0
* tcp_hostcache: add bool argument for tcp_hc_lookup() to tell are weGleb Smirnoff2021-04-081-25/+20
* tcp_hostcache: hide rmx_hits/rmx_updates under ifdef.Gleb Smirnoff2021-04-081-3/+22
* Remove tcp_hostcache.h. Everything is private.Gleb Smirnoff2021-04-083-85/+45