aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* top(1): move command mapping to commands.cEitan Adler2018-06-124-93/+88
* cxgbe(4): Remove homemade version of htobe32 from the driver.Navdeep Parhar2018-06-122-6/+3
* lualoader: More black-on-white fixesKyle Evans2018-06-122-7/+8
* Follow r333233, add fat32lba description to gpart(8)Li-Wen Hsu2018-06-121-1/+6
* Fix a memory leak for the BIOCSETWF ioctl on kernels with the BPF_JITTERJonathan T. Looney2018-06-111-2/+7
* User service foo rather than /etc/rc.d/foo.Warner Losh2018-06-113-14/+14
* muge.4: remove BUGS section (about link/act LEDs)Ed Maste2018-06-111-3/+0
* Revert size limits.Warner Losh2018-06-113-16/+1
* Fix a bug in the counting of blks.Warner Losh2018-06-111-1/+2
* Connect muge.4 man pageEd Maste2018-06-111-0/+1
* muge.4: correct BUGS statementEd Maste2018-06-111-1/+1
* Don't initialize c_count. We don't need to.Warner Losh2018-06-111-2/+2
* if_muge: retire lan78xx_eeprom_readEd Maste2018-06-111-23/+6
* Minor style polishing.Warner Losh2018-06-111-2/+1
* Document the newly enforced 524288 inode restriction.Warner Losh2018-06-111-1/+6
* Document the dump issue in UPDATING so people understand when theyWarner Losh2018-06-111-0/+7
* Add asserts to prevent overflows of c_addr.Warner Losh2018-06-112-0/+6
* Large file systems with inodes > 512K have been silently overflowingDiane Bruce2018-06-111-1/+4
* Add a couple of safety belt checks to the NFSv4.1 client related to sessions.Rick Macklem2018-06-112-5/+8
* makesyscalls: simplify capenabled pipelineEd Maste2018-06-111-1/+1
* if_muge: add LAN7850 supportEd Maste2018-06-112-9/+30
* limit change to fixing controlp handling pending reviewMatt Macy2018-06-111-2/+0
* Process CUs with a language attribute of DW_LANG_Mips_Assembler.Mark Johnston2018-06-111-1/+2
* soreceive_stream: correctly handle edge casesMatt Macy2018-06-111-3/+4
* Use the cached curthread reference in pmc_process_interrupt().Mark Johnston2018-06-111-3/+3
* Implement the kstrtobool() and kstrtobool_from_user() functionsHans Petter Selasky2018-06-111-0/+42
* pmc gcc fixupsRyan Libby2018-06-113-5/+6
* Implement the user_access_begin(), user_access_end(), usafe_get_user() andHans Petter Selasky2018-06-111-0/+13
* Fix braino in r334799. Maxmem is in pages.Konstantin Belousov2018-06-111-1/+1
* More style(9) fixes, space vs tab.Marcelo Araujo2018-06-111-3/+3
* style(9): Fix tabs after #define.Pedro F. Giffuni2018-06-111-41/+41
* Change RACK dependency on TCPHPTS from a build-time dependency to a load-Jonathan T. Looney2018-06-112-4/+2
* Fix build of bxe with base gcc on i386Dimitry Andric2018-06-111-4/+4
* Disable building aesni with base gccDimitry Andric2018-06-111-0/+2
* Fix build of i915kms with base gccDimitry Andric2018-06-111-1/+9
* Fix build of ocs_fs with base gcc on i386Dimitry Andric2018-06-112-7/+7
* indent(1): rename -nsac/-sac ("space after cast") to -ncs/-csPiotr Pawel Stefaniak2018-06-119-17/+17
* usbdevs: sort my prior commitEitan Adler2018-06-111-1/+1
* usbdevs: adding vendorEitan Adler2018-06-111-0/+1
* top(1): handle 0 in "digits" functionsEitan Adler2018-06-112-5/+6
* - Add bhyve virtio-scsi storage backend support.Marcelo Araujo2018-06-116-3/+919
* lualoader: Allow brand-*.lua for adding new brandsKyle Evans2018-06-111-2/+25
* audit(4): add tests for stat(2) and friendsAlan Somers2018-06-102-1/+243
* Remove the psci option from arm64. It is now a standard option as it isAndrew Turner2018-06-105-14/+2
* Revert r334929Eitan Adler2018-06-102-2/+46
* Add checks for the Flexible File layout to LayoutRecall callbacks.Rick Macklem2018-06-101-2/+9
* include: remove sys/capability.hEitan Adler2018-06-102-46/+2
* libc qsort(3): stop aliasing.Konstantin Belousov2018-06-101-44/+17
* indent(1): group global option variables into an options structurePiotr Pawel Stefaniak2018-06-107-243/+241
* Clean up handling of unexpected exceptions. Previously we would issue aAndrew Turner2018-06-102-16/+43