aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Get rid of sa->narg. It serves no purpose; use sa->callp->sy_narg instead.Edward Tomasz Napierala2020-09-2729-73/+50
* Remove extraneous bracket.Cy Schubert2020-09-271-1/+1
* Shrink struct sysent from 48 to 32 bytes (on LP64; on ILP32 its probablyEdward Tomasz Napierala2020-09-271-3/+3
* Check the result of the function, not the pointer to it.Michal Meloun2020-09-271-1/+1
* Cleanup, no functional change intended.Michael Tuexen2020-09-271-3/+1
* Improve the handling of receiving unordered and unreliable userMichael Tuexen2020-09-271-1/+3
* Don't send a signal with uninitialized 'sig' and 'code' fields.Michal Meloun2020-09-271-2/+8
* Add LINUX_BOOT_ABI back to arm64 GENERIC kernel.Michal Meloun2020-09-271-0/+1
* Reapply r366193 with proper commit log.Michal Meloun2020-09-271-2/+2
* Revert r366193, it was committed with unsaved commit log.Michal Meloun2020-09-271-2/+2
* Don't map same physical memory multiple times with different cache attributes.Michal Meloun2020-09-271-2/+2
* Don't try to print EFI memeory map if it doesn't exist.Michal Meloun2020-09-271-1/+2
* Bjorn reported a problem where the Linux NFSv4.1 client isRick Macklem2020-09-261-6/+12
* Check for the only 32-bit MIPS ABIs we support, rather than !n64Justin Hibbits2020-09-261-1/+1
* Revert most of r360179.John Baldwin2020-09-251-24/+1
* Adjustments to includes for openzfs in _STANDALONEWarner Losh2020-09-251-36/+54
* Fix mips64 buildJustin Hibbits2020-09-251-1/+1
* mips: Fix compat32 library builds from r366162Justin Hibbits2020-09-251-0/+4
* Dont let kernel and standalone both be defined at the same timeWarner Losh2020-09-251-0/+4
* ng_l2tp: Fix callout synchronization in the rexmit timeout handlerMark Johnston2020-09-251-5/+7
* Fix compat32 on mips64Justin Hibbits2020-09-252-2/+12
* Refine locking inside of syscon driver.Michal Meloun2020-09-253-31/+140
* Correctly handle nodes compatible with "syscon", "simple-bus".Michal Meloun2020-09-253-6/+32
* TCP: send full initial window when timestamps are in useRichard Scheffenegger2020-09-253-7/+22
* TCP newreno: improve after_idle ssthreshRichard Scheffenegger2020-09-251-0/+7
* Regen after r366145.Edward Tomasz Napierala2020-09-2518-3278/+3346
* Make simplebus friendlier for subclassing.Michal Meloun2020-09-252-2/+29
* Make makesyscalls.lua initialize 'struct sysent' entries using c99Edward Tomasz Napierala2020-09-251-10/+17
* aw_pwm: add a check and some comments related to long periodsAndriy Gapon2020-09-251-0/+14
* aw_pwm: ensure sane configuration, just in caseAndriy Gapon2020-09-251-0/+7
* aw_pwm: fix programming of the periodAndriy Gapon2020-09-251-1/+1
* aw_pwm: fix selection of the prescalerAndriy Gapon2020-09-251-1/+1
* aw_pwm: remove the busy bit checkAndriy Gapon2020-09-251-4/+0
* aw_pwm: trivially add H3 supportAndriy Gapon2020-09-251-0/+1
* amdtemp(4), amdsmn(4): Attach to Ryzen 4000 APU (Zen 2, "Renoir")Conrad Meyer2020-09-252-1/+10
* fusefs: fix mmap'd writes in direct_io modeAlan Somers2020-09-241-8/+8
* Fix some signed/unsigned comparison warnings in NFSAlan Somers2020-09-241-3/+4
* Whitespace changes.Michael Tuexen2020-09-248-48/+33
* Remove pointless local variable.Konstantin Belousov2020-09-241-4/+1
* Provide MS() and SM() macros for 80211 and wireless drivers.Bjoern A. Zeeb2020-09-2415-190/+222
* Clean up the arm64 bus_dma_run_filterAndrew Turner2020-09-241-8/+6
* Ensure arm64 DMA alignment is passed from parents to childrenAndrew Turner2020-09-241-0/+1
* Add missing declarations of 64-bit variants of bus_peek/bus_poke on amd64.Michal Meloun2020-09-241-0/+6
* Bounce in more cases in the arm64 busdmaAndrew Turner2020-09-241-51/+106
* Ensure we always align and size arm64 busdma allocations to a cachelineAndrew Turner2020-09-241-12/+28
* Don't define _STANDALONE when building kernel modules.Warner Losh2020-09-241-1/+1
* Add a coherent flag on the arm64 dma map structAndrew Turner2020-09-241-19/+22
* Add bounce helpers to the arm64 busdmaAndrew Turner2020-09-241-13/+30
* Create a standalone version of sys/malloc.hWarner Losh2020-09-241-0/+31
* cache: eliminate cache_zap_locked_vnodeMateusz Guzik2020-09-241-52/+3