summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* loader: cstyle cleanup of bootstrap.hToomas Soome2020-11-081-119/+133
* Return the same value for smbios.chassis.maker as smbios.system.maker (and pr...Olivier Cochard2020-11-081-1/+1
* imgact_binmisc: limit the extent of match on incoming entriesKyle Evans2020-11-082-0/+7
* Add collation version support to querylocale(3).Thomas Munro2020-11-0814-22/+119
* Also mention PORTS_MODULESWarner Losh2020-11-081-10/+12
* Be explicit about recompiling all the modules...Warner Losh2020-11-081-1/+6
* Update to bmake-20201101Simon J. Gerraty2020-11-07391-12221/+15848
|\
| * Import bmake-20201101vendor/NetBSD/bmake/20201101Simon J. Gerraty2020-11-07387-12190/+15726
* | The ioctl() calls using FIONREAD, FIONWRITE, FIONSPACE, and SIOCATMARKMichael Tuexen2020-11-071-8/+25
* | Fix build post-r367455.Cy Schubert2020-11-071-1/+1
* | imgact_binmisc: move some calculations out of the exec pathKyle Evans2020-11-071-60/+47
* | syslogd: Stop trying to send remote messages through special socketsBryan Drewery2020-11-071-3/+3
* | zfs: remove 2 assertions that teardown lock is not heldMateusz Guzik2020-11-071-45/+0
* | rms: several cleanups + debug read lockers handlingMateusz Guzik2020-11-073-41/+173
* | imgact_binmisc: reorder members of struct imgact_binmisc_entry (NFC)Kyle Evans2020-11-071-3/+3
* | vt: resolve conflict between VT_ALT_TO_ESC_HACK and DBGKyle Evans2020-11-071-3/+12
* | Add a method to determine whether given interrupt is per CPU or not.Michal Meloun2020-11-072-0/+16
* | Move TDB_USERWR check under 'if (traced)'.Edward Tomasz Napierala2020-11-071-13/+14
* | imgact_binmisc: abstract away the list lock (NFC)Kyle Evans2020-11-071-27/+36
* | Add a periodic script to backup output generated from `gmirror list`.Robert Wing2020-11-074-2/+93
* | imgact_binmisc: validate flags coming from userlandKyle Evans2020-11-072-0/+4
* | binmiscctl(8): miscellaneous cleanupKyle Evans2020-11-072-12/+12
* | epoch: support non-preemptible epochs checking in_epoch()Kyle Evans2020-11-071-5/+105
* | imgact_binmisc: minor re-organization of imgact_binmisc_exec exitsKyle Evans2020-11-071-8/+6
* | malloc: tweak the version check in r367432 to include type nameMateusz Guzik2020-11-071-3/+3
* | Update copies of ioctl structures to match recent changes in head.John Baldwin2020-11-061-22/+24
* | Add a periodic script to backup output generated from `zfs list`, `zfs get`,Robert Wing2020-11-064-2/+141
* | usb_hub: giving up port reset - device vanishedBjoern A. Zeeb2020-11-061-2/+4
* | fix up docs, if signature checking is enabled, the file MUST exist...John-Mark Gurney2020-11-061-6/+3
* | linux(4): Fix loadable modules after r367395Conrad Meyer2020-11-064-20/+21
* | malloc: move malloc_type_internal into malloc_typeMateusz Guzik2020-11-065-61/+46
* | efifb: vt_generate_cons_palette() takes max color, not maskToomas Soome2020-11-061-3/+8
* | Make powerpc use MAXARGS (defined as 8) instead of hardcoding '10'.Edward Tomasz Napierala2020-11-061-1/+2
* | Remove 'struct trapframe' pointer from mips64's 'struct syscall_args'.Edward Tomasz Napierala2020-11-062-6/+5
* | cxgbe(4): Update firmwares to 1.25.0.40.Navdeep Parhar2020-11-0611-9/+9
* | Fix powerpc and LINT buildsLeandro Lupori2020-11-063-1/+5
* | Use void * in place of caddr_t.John Baldwin2020-11-061-14/+14
* | Group session management routines together before first use.John Baldwin2020-11-061-104/+78
* | Add support for the new mountd -R option.Rick Macklem2020-11-063-6/+30
* | Add firmware modules for qat(4), take twoMark Johnston2020-11-0610-0/+0
* | Use Cm macros instead of Ar when referring to a specific memory disk typeMateusz Piotrowski2020-11-061-3/+3
* | Fix a typo and remove Xr's to vn(4) and vnconfig(4)Mateusz Piotrowski2020-11-061-7/+4
* | pkgbase: Remove %VCS_REVISION% from utilities commentsEmmanuel Vadot2020-11-061-1/+1
* | Implement superpages for PowerPC64 (HPT)Leandro Lupori2020-11-0611-160/+1583
* | [POWERPC] Floating-Point Exception trap supportAlfredo Dal'Ava Junior2020-11-066-15/+119
* | Move cryptof_ioctl() below the routines it calls.John Baldwin2020-11-061-195/+187
* | Split logic to create new sessions into a separate function.John Baldwin2020-11-061-303/+300
* | Move cryptodev_cb earlier before it is used.John Baldwin2020-11-051-19/+17
* | Check cipher key lengths during probesession.John Baldwin2020-11-051-41/+39
* | Style fixes for function prototypes and definitions.John Baldwin2020-11-052-37/+28