aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix libsysdecode vmprot flag decodingSteven Hartland2017-03-162-1/+2
* Use __LP64__ to detect presence of suword64() to fix linking andHans Petter Selasky2017-03-161-0/+7
* If ofw_bus_msimap fails don't try to use the invalid MSI/MSI-X parent node.Andrew Turner2017-03-162-22/+58
* The LinuxKPI pagefault disable and enable functions can only be usedHans Petter Selasky2017-03-161-15/+6
* Implement more userspace memory access functions in the LinuxKPI.Hans Petter Selasky2017-03-162-1/+69
* Add teken_256to16() to convert xterm-256 256-color codes to xterm 16-colorBruce Evans2017-03-163-47/+211
* More trap_enotcap spelling fixes.Maxim Konovalov2017-03-161-2/+2
* Don't clear p_ptevents on normal SIGKILL deliveryEric Badger2017-03-162-4/+76
* Unbreak traceroute on system built without CAPSICUMMichal Meloun2017-03-161-2/+7
* Define some more LinuxKPI task related macros.Hans Petter Selasky2017-03-161-0/+6
* Spell kern.trap_enotcap.Maxim Konovalov2017-03-161-1/+1
* loader: remove open_disk cacheToomas Soome2017-03-169-241/+63
* Indentation for the DragonFlyBSD trunk fixed, EoL whitespace removed.Maxim Konovalov2017-03-161-14/+14
* NetBSD 7.1 release added.Maxim Konovalov2017-03-161-1/+4
* Add helper function similar to ip_dev_find() to the LinuxKPI to lookupHans Petter Selasky2017-03-161-1/+25
* Add basic support for VIMAGE to the LinuxKPI and ibcore.Hans Petter Selasky2017-03-164-13/+38
* x86/srat: fix parsing of APIC IDs > MAX_APIC_IDRoger Pau Monné2017-03-161-0/+12
* The previous fix didn't ifdef out enough for sparc64 to actually work.Bruce Evans2017-03-161-28/+21
* The adj_free and max_free values of new_entry will be calculated andXin LI2017-03-161-2/+0
* calloc() and realloc() modernization.Cy Schubert2017-03-1612-16/+17
* Tweak r315363 slightlyEnji Cooper2017-03-161-1/+1
* Hide the AMD MONITORX/MWAITX capability.Peter Grehan2017-03-161-0/+3
* Fix manlint errorsEnji Cooper2017-03-161-3/+3
* Capitalize .Dt macro argumentEnji Cooper2017-03-161-2/+2
* Add the AMD MONITORX/MWAITX feature definition introduced inPeter Grehan2017-03-162-1/+2
* Return NULL instead of 0 on failure in _kvm_open, kvm_open{,2,files}Enji Cooper2017-03-161-4/+4
* Add cavium octeon 'bootoctlinux' boot argument supportAlexander Kabaev2017-03-161-4/+61
* Disable LD_BIND_NOT for setugid processes.Konstantin Belousov2017-03-151-3/+3
* Automate the handling of QUAD_ALIGN and QUAD_SLOTS.John Baldwin2017-03-151-28/+59
* Remove duplicate argument from linux_stat64() decoding.John Baldwin2017-03-151-2/+2
* Decode arguments to chflagsat().John Baldwin2017-03-151-0/+2
* Fix SUBDIR_DEPEND for gdb on binutils after r307659.Bryan Drewery2017-03-151-1/+1
* Implement LD_BIND_NOT knob for rtld.Konstantin Belousov2017-03-1521-65/+86
* Remove not very useful ATIO/INOT stats.Alexander Motin2017-03-152-14/+9
* boot1.efi: can't boot from ZFS on 4kn HDDToomas Soome2017-03-151-9/+47
* cxgbe/iw_cxgbe: Use the socket and not the toepcb to reach for theNavdeep Parhar2017-03-151-8/+26
* [bhnd] fix mask for PMU controlMichael Zhilin2017-03-151-1/+1
* Use UMA_ALIGN_PTR instead of sizeof(void *) for zone alignment.John Baldwin2017-03-151-1/+1
* syslogd: fix memory leaks in main(..) and allowaddr(..)Enji Cooper2017-03-151-12/+18
* makefs: improve error messagesEd Maste2017-03-154-46/+48
* Start adding basic tests for cam(3)Enji Cooper2017-03-154-0/+232
* diff(1): sort long options under -D example in SYNOPSYSEnji Cooper2017-03-151-2/+2
* Relax the locking requirements for vm_object_page_noreuse(). WhileAlan Cox2017-03-152-3/+3
* makefs: don't print pointers in debugging messagesEd Maste2017-03-151-8/+6
* makefs: use 'm' for cd9660 allow-multidot, per NetBSDEd Maste2017-03-151-1/+1
* Spell "const" properly.Maxim Konovalov2017-03-151-1/+1
* Do not die on system built without CAPSICUMBaptiste Daroussin2017-03-151-1/+2
* Refactor interrupt handling.Alexander Motin2017-03-155-355/+198
* Actually set the MTU to the requested value and fixup handling of jumboSean Bruno2017-03-151-2/+1
* Change the syntax of ipfw's named states.Andrey V. Elsukov2017-03-153-59/+51