aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | add a few tests for sendfile.Chuck Silvers2020-07-203-0/+305
* | libdwarf: Hide SHT_NOBITS sections.Mark Johnston2020-07-201-0/+6
* | crypto(9): Stop checking for failures from malloc(M_WAITOK).Mark Johnston2020-07-201-5/+1
* | Fix a memory leak in dsl_scan_visitbp().Mark Johnston2020-07-201-1/+1
* | padlock: fix Via Padlock with 192-bit keysAlan Somers2020-07-201-1/+1
* | ext2fs: Stop checking for failures from malloc(M_WAITOK).Mark Johnston2020-07-205-30/+0
* | geli(8): Add an example on how to use geli(8) with a file as encrypted storageGordon Bergling2020-07-201-2/+62
* | zpool(8): Fix a few typos regarding 'inverval' -> 'interval'Gordon Bergling2020-07-201-3/+3
* | 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