aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests/sys/opencrypto: use python3Alan Somers2020-07-204-6/+6
* Fix indent for if clause.Xin LI2020-07-201-1/+1
* Revert that!Simon J. Gerraty2020-07-198-22/+9
* Oops missed Makefile.configSimon J. Gerraty2020-07-199-9/+33
* riscv: look for bootargs in FDTMitchell Horne2020-07-191-0/+16
* Make efirt module dependent on MK_EFIMitchell Horne2020-07-191-2/+6
* The ds3231 RTC chip bitmask values for 12- versus 24-hour mode were reversed,Ian Lepore2020-07-191-2/+2
* Simplify non-pti syscall entry on amd64.Konstantin Belousov2020-07-191-3/+2
* [if_an] unbreak!Adrian Chadd2020-07-191-1/+1
* [net80211] missing from last commit, le whoopsAdrian Chadd2020-07-191-2/+4
* [net80211] Add new privileges; restrict what can be done in a jail.Adrian Chadd2020-07-193-7/+19
* at(1): Markup environment variables with proper macrosAllan Jude2020-07-191-1/+5
* Add reference counts for inp/stcb/net when timers are running.Michael Tuexen2020-07-195-82/+153
* Make linux(4) support the BLKPBSZGET ioctl. Oracle uses it.Edward Tomasz Napierala2020-07-192-3/+25
* Add missing bitset(9) MLINKS.Edward Tomasz Napierala2020-07-191-0/+6
* Temporarly revert r363319 to unbreak the build.Alexander V. Chernikov2020-07-198-72/+148
* Transition from rtrequest1_fib() to rib_action().Alexander V. Chernikov2020-07-198-148/+72
* loader: cstyle cleanupToomas Soome2020-07-191-229/+250
* amd64 pmap: microoptimize local shootdowns for PCID PTI configurationsKonstantin Belousov2020-07-187-110/+84
* o Move iommu_test_boundary() to sys/iommu.hRuslan Bukin2020-07-186-26/+38
* Remove code which is not needed.Michael Tuexen2020-07-181-3/+0
* bridge: Don't sleep during epochKristof Provost2020-07-181-9/+9
* Make linux fallocate(2) return EOPNOTSUPP, not ENOSYS, on unsupported mode,Edward Tomasz Napierala2020-07-181-1/+1
* Bump the default linux version from 3.2.0 to 3.10.0, which correspondsEdward Tomasz Napierala2020-07-181-1/+1
* Regen after r363304.Edward Tomasz Napierala2020-07-1812-12/+160
* Add a trivial linux(4) splice(2) implementation, which simplyEdward Tomasz Napierala2020-07-189-8/+46
* Add missing SysV IPC stats to linprocfs(4). Fixes 'ipcs -l',Edward Tomasz Napierala2020-07-181-0/+68
* Fix bogomips calculation. Previously it was off by half. This wasEdward Tomasz Napierala2020-07-181-1/+1
* Fix two typos in flag names in /proc/cpuinfo.Edward Tomasz Napierala2020-07-181-2/+2
* MFV: r363292Jung-uk Kim2020-07-1811-19/+80
|\
| * Import ACPICA 20200717.vendor/acpica/20200717Jung-uk Kim2020-07-1712-19/+83
* | Short-circuit tdfind when looking for the calling thread.Mateusz Guzik2020-07-181-0/+8
* | Fix vnode_pager handling of read ahead/behind pages when a disk read fails.Chuck Silvers2020-07-171-0/+15
* | Add a new function vm_page_free_invalid() for freeing invalid pagesChuck Silvers2020-07-172-0/+26
* | Revert my change from r361855 in favor of a better fix.Chuck Silvers2020-07-171-24/+22
* | devstat(9): Update the man page to reflect the current implementationGordon Bergling2020-07-173-20/+30
* | mount_nfs(8): document alternate form of the gssname optionGordon Bergling2020-07-171-1/+10
* | iwm(4): Document limitations of the driverGordon Bergling2020-07-171-0/+6
* | at(1): Fix location of at(1) crontabAllan Jude2020-07-171-3/+4
* | Fix incorrect byte order in ipfstat -f output.Cy Schubert2020-07-172-1/+5
* | pfil_run_hooks() can be called recursively, so we have toCy Schubert2020-07-171-0/+2
* | -4 and -6 only make sense with -i, -o, and -t.Cy Schubert2020-07-171-0/+9
* | The output from usage() need not contain usage for -t when STATETOPCy Schubert2020-07-171-0/+2
* | Make ipfstat -t header generic when IPv4 and IPv6 output areCy Schubert2020-07-171-0/+3
* | ipfstat -t defaults to IPv4 output. Make consistent with ipfstat -iCy Schubert2020-07-172-4/+5
* | Historically ipfstat listings and stats only listed IPv4 or IPv6 output.Cy Schubert2020-07-172-18/+42
* | fr_family (the protocol family) must be AF_INET or AF_INET6, as inCy Schubert2020-07-171-2/+2
* | Only use the use_inet6 variable when INET6 is a build option.Cy Schubert2020-07-171-2/+12
* | Fix L2CAP ACL packet PB(Packet Boundary) flag for LE PDU.Takanori Watanabe2020-07-172-4/+5
* | Improve the locking of address lists by adding some asserts andMichael Tuexen2020-07-174-31/+55