aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Document some more 10GbE+ network drivers in loader.confEnji Cooper2017-03-221-0/+4
* Unbreak world by adding sys/stat.h for stat(2)Enji Cooper2017-03-221-0/+1
* Make file descriptor passing for CloudABI's recvmsg() work.Ed Schouten2017-03-224-61/+109
* Implement moving SD.Warner Losh2017-03-221-68/+53
* style(9): sort #includesEnji Cooper2017-03-221-5/+5
* Impelemnt ttys onifexists in init.Warner Losh2017-03-223-1/+30
* Add forward declaration for struct vnode.Ed Schouten2017-03-221-0/+1
* Add initializations missed in r315728.Mark Johnston2017-03-221-0/+3
* Avoid accessing an uninitialized variable when vfork() fails.Mark Johnston2017-03-221-9/+9
* Avoid double-closing an fd if elf_begin() fails.Mark Johnston2017-03-221-3/+1
* diff(1): fix SYNOPSIS section noting non-existent option, --no-ignore-caseEnji Cooper2017-03-221-6/+6
* scandir: Fix NULL dereference, uninitialized value use in error caseConrad Meyer2017-03-221-1/+1
* Extend cmpxchg() to support 8- and 16-bit values, and add xchg().Mark Johnston2017-03-221-22/+40
* Add support for 8- and 16-bit atomic_(f)cmpset to x86.Mark Johnston2017-03-223-119/+158
* ctm: fix memory leaks in Pass1(..)Enji Cooper2017-03-221-0/+2
* Bring the handling of the y axis in the ums driver in-line with the otherPeter Grehan2017-03-221-1/+1
* This fixes a typo in bhyve's USB mouse emulation.Peter Grehan2017-03-221-1/+1
* Add full VNET support to the inet_get_local_port_range() function inHans Petter Selasky2017-03-222-3/+4
* Add support for more IPv4 and IPv6 related macros in the LinuxKPI.Hans Petter Selasky2017-03-222-2/+8
* Add the early hypervisor code needed on 32-bit ARMv7. This will be usedAndrew Turner2017-03-226-12/+126
* Fix printing bits above first eight.Alexander Motin2017-03-221-4/+4
* Add options to capture stdout and / or stderr and pass the output onDag-Erling Smørgrav2017-03-222-114/+244
* Switch from using periph_links to sim_links.Alexander Motin2017-03-221-10/+10
* Cleanup response queue processing.Alexander Motin2017-03-224-318/+153
* Set the interpreter path to /nonexistent.Ed Schouten2017-03-225-0/+5
* Make file descriptor passing work for CloudABI's sendmsg().Ed Schouten2017-03-224-42/+82
* Print out name of non-dynamic sysctl in sysctl_remove_oid_lockedEnji Cooper2017-03-221-1/+2
* libkvm: bump WARNS to 6 after recent commits done to resolve warnings issuesEnji Cooper2017-03-221-1/+1
* libkvm: fix warning issues post-r291406Enji Cooper2017-03-2211-17/+25
* clock_gettime.2: add some clock IDsEric van Gyzen2017-03-221-26/+36
* kern_fail: Allow sleeping for more than 2147483/hz secondsConrad Meyer2017-03-211-1/+1
* Eliminate a "format string is not a string literal" warning.Ian Lepore2017-03-211-1/+1
* Rename _cc to _gcc to be more clear.Bryan Drewery2017-03-211-5/+5
* Delete trailing whitespace (no functional change)Enji Cooper2017-03-211-4/+4
* Gcc has incompatible internal declarations for __divtc3 and __multc3 asDimitry Andric2017-03-211-0/+4
* kvm_write: fix -Wcast-qual warning in pointer arithmetic argumentEnji Cooper2017-03-211-1/+1
* Document sbuf_hexdump(9) in just sbuf(9)Enji Cooper2017-03-211-17/+2
* kvm_geterr: handle `kd` == NULL in a deterministic/graceful mannerEnji Cooper2017-03-212-1/+15
* tighten buffer bounds in imgact_binmisc_populate_interpEd Maste2017-03-211-1/+1
* Force same alignment on struct xinpgen as we have on struct xinpcb. ThisGleb Smirnoff2017-03-211-1/+1
* Remove another remnants left after r246713.Alexander Motin2017-03-212-4/+0
* Remove some dead code left after r246713.Alexander Motin2017-03-212-38/+3
* Improve command timeout handling.Alexander Motin2017-03-214-36/+14
* The .Cm macro usage fixed.Maxim Konovalov2017-03-211-3/+3
* Remove questionable reqp->req_time access.Alexander Motin2017-03-211-4/+5
* Clean/unify some macro usage.Alexander Motin2017-03-214-62/+51
* Minor cosmetic addition to r315673.Alexander Motin2017-03-211-6/+7
* Make CAM SIM lock optional.Alexander Motin2017-03-213-39/+66
* Make sdp compilable after r315662.Gleb Smirnoff2017-03-211-5/+3
* Shut up gcc.Gleb Smirnoff2017-03-211-1/+1