aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Finish COMPAT_AOUT support for amd64. It wasn't in any amd64 or MIBruce Evans2018-06-024-3/+9
* Fix high resolution kernel profiling just enough to not crash at bootBruce Evans2018-06-024-12/+48
* top(1): const poisonEitan Adler2018-06-022-8/+9
* Fix recent breakages of kernel profiling, mostly on i386 (high resolutionBruce Evans2018-06-027-17/+62
* top(1): clean up a bitEitan Adler2018-06-022-13/+10
* top(1): help scan-build along a bitEitan Adler2018-06-022-0/+6
* top(1): Use uid_t for uid rather than 'int'Eitan Adler2018-06-028-21/+19
* top(1): Remove now-invalid NOTEEitan Adler2018-06-021-2/+0
* top(1): avoid casting mallocEitan Adler2018-06-022-8/+8
* top(1): Use standard boolean rather than homegrown alternativeEitan Adler2018-06-027-64/+58
* Fix the default number of threads for Flex File layout pNFS client I/O.Rick Macklem2018-06-022-3/+5
* top(1): remove two unneeded headersEitan Adler2018-06-021-2/+0
* top(1): ansify, style(9). and nitsEitan Adler2018-06-028-205/+64
* Remove the "pass" variable from the page daemon control loop.Mark Johnston2018-06-021-48/+41
* Only check for MAP_32BIT when available.Konstantin Belousov2018-06-011-1/+4
* Avoid completing I/O when dumping core after a panic.Mark Johnston2018-06-011-0/+13
* Don't export _end on arm64 and riscv.Mark Johnston2018-06-012-2/+0
* Remove an inaccuracy from mincore.2.Mark Johnston2018-06-011-2/+4
* at.man: Bump .Dd missed in r334502Conrad Meyer2018-06-011-1/+1
* Update other man pages to match leap second realityConrad Meyer2018-06-013-6/+6
* touch.1: Update to conform to POSIX 2004Conrad Meyer2018-06-011-20/+18
* Remove support for SYS_sys_exit in favor of SYS_exit.Brooks Davis2018-06-012-8/+0
* Only a small subset of mmap(2)'s flags should be used in combination withAlan Cox2018-06-011-2/+2
* Increase powerpc64 KVA from ~7.25GB to 32GBJustin Hibbits2018-06-011-1/+1
* Limit the retransmission timer for SYN-ACKs by TCPTV_REXMTMAX.Michael Tuexen2018-06-011-2/+8
* audit(4): add tests for the fd audit classAlan Somers2018-06-012-0/+274
* indent(1): improve an error messagePiotr Pawel Stefaniak2018-06-011-1/+1
* Ensure net.inet.tcp.syncache.rexmtlimit is limited by TCP_MAXRXTSHIFT.Michael Tuexen2018-06-011-1/+20
* indent(1): restore working -pcsPiotr Pawel Stefaniak2018-06-016-1/+23
* Add the BindConnectiontoSession operation to the NFSv4.1 server.Rick Macklem2018-06-017-7/+144
* Add PNP_INFO to aacWarner Losh2018-06-011-0/+2
* Update the sysctl(9) manpage to indicate that <sys/param.h> is requiredJonathan T. Looney2018-06-011-2/+2
* cxgbe(4): Include full duplex mediaopt in media that can be reported asNavdeep Parhar2018-06-011-5/+5
* Unbreak 32-bit binaries on powerpc64Justin Hibbits2018-06-011-0/+4
* audit(4): Add tests for the fw class of syscalls.Alan Somers2018-06-012-0/+142
* ANSIfy sys/kernEd Maste2018-06-017-121/+43
* powerpc64: Avoid overwriting initrd areaBreno Leitao2018-06-011-36/+77
* Implement the __sg_alloc_table_from_pages() function based on the existingHans Petter Selasky2018-06-011-6/+29
* Implement radix_tree_iter_delete() in the LinuxKPI.Hans Petter Selasky2018-06-012-0/+8
* Improve high resolution timer support in the LinuxKPI.Hans Petter Selasky2018-06-012-9/+41
* Add more GFP macro definitions in the LinuxKPI.Hans Petter Selasky2018-06-011-0/+5
* indent(1): don't add unneeded space to function pointer declarationsPiotr Pawel Stefaniak2018-06-012-10/+9
* call AcpiLeaveSleepStatePrep after re-enabling interruptsAndriy Gapon2018-06-011-3/+3
* indent(1): don't indent typedef declarations as object declarationsPiotr Pawel Stefaniak2018-06-015-2/+12
* indent(1): consider tab characters when forcing a newline after a commaPiotr Pawel Stefaniak2018-06-013-1/+6
* Set bDeviceClass properly for composite device (template 8). There shouldEdward Tomasz Napierala2018-06-011-1/+1
* indent(1): identifiers inside parentheses are not declarationsPiotr Pawel Stefaniak2018-06-015-6/+59
* top(1): Display of TID when using 'H' flagEitan Adler2018-06-012-9/+10
* service(1): Improve manual pageEitan Adler2018-06-011-24/+39
* audit(4): Add tests for the fr class of syscallsAlan Somers2018-06-015-3/+139