aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up trailing whitespaceEnji Cooper2017-04-041-15/+15
* Allow MSIX to be turned off by tuneable per interface, per driver.Sean Bruno2017-04-042-3/+5
* Fix file descriptor and memory leaks in pr(1)Alan Somers2017-04-049-46/+174
* strcpy => strlcpy, strcat => strlcatAlan Somers2017-04-044-7/+7
* Correct a kernel stack leak in 32-bit compat when vfc_name is short.Brooks Davis2017-04-041-2/+1
* Correct the grammar mistakes introduced by me in the previous commit.Sevan Janiyan2017-04-041-1/+1
* bsdgrep(1): Fix errors with invalid expressionsConrad Meyer2017-04-041-2/+2
* no_desc_avail is tracked in iflib now making this redundant.Sean Bruno2017-04-042-4/+0
* Assert that the align parameter to uma_zcreate() is valid.John Baldwin2017-04-041-0/+3
* bsdgrep(1): Rip out "xmalloc" bitsConrad Meyer2017-04-046-463/+31
* bsdgrep: revert color changes from r316477Ed Maste2017-04-041-2/+2
* When we are doing SA lookup for TCP-MD5, check both source andAndrey V. Elsukov2017-04-041-2/+4
* bsdgrep: Initialize vars to avoid a false positive GCC warningEd Maste2017-04-041-0/+3
* Replace an with aSevan Janiyan2017-04-041-6/+6
* Allow command modifiers (fast, quiet etc.) to be stacked in any order.Dag-Erling Smørgrav2017-04-041-31/+49
* Remove dead code/ifdef.Edward Tomasz Napierala2017-04-041-10/+0
* Add 25/40/100Gigabit Ethernet Driver version v1.3.0 for Cavium Inc's.David C Somayajulu2017-04-0497-0/+226248
* bsdgrep(1): create rgrep linkConrad Meyer2017-04-042-1/+7
* remove machine/metadata.h from sys/opencrypto/crypto.cAllan Jude2017-04-041-1/+0
* Don't calltsec_receive_intr_locked() from the error interrupt handler.Justin Hibbits2017-04-041-3/+0
* Defragment the transmit mbuf chain only if necessary.Justin Hibbits2017-04-042-224/+141
* Fix mis-manual merge.Justin Hibbits2017-04-041-2/+2
* Fix set-but-not-used warningsJustin Hibbits2017-04-041-6/+1
* Use a common tsec_mii_wait() function to busy wait for status changes.Justin Hibbits2017-04-041-21/+31
* bsdgrep: fix matching behaviourEd Maste2017-04-031-17/+52
* Fix spelling mistake, BCM2835_PASWORD -> BCM2835_PASSWORDGavin Atkinson2017-04-031-8/+8
* Remove unsafe and non-functional DDB functions that I added long agoSean Bruno2017-04-031-37/+0
* Remove rx_processing_limit sysctl and now orphaned function em_set_sysctl_valueSean Bruno2017-04-031-18/+0
* bsdgrep: treat rgrep as grep -rEd Maste2017-04-031-0/+3
* Fix typo.Edward Tomasz Napierala2017-04-031-1/+1
* Add basic description of kernel source layout.Edward Tomasz Napierala2017-04-031-1/+62
* Remove excessive horizontal whitespace from hier(7) by correctlyEdward Tomasz Napierala2017-04-031-23/+23
* Whilst mount_pcfs originated as a patch in 386BSD, NetBSD 0.8 actuallySevan Janiyan2017-04-031-2/+2
* Fix a missing const in my previous commit which broke the build atBruce Evans2017-04-031-1/+1
* Remove "IPFW static rules" rmlock.Andrey V. Elsukov2017-04-0310-14/+18
* Fix expandsz 16.0E vals and vdev_min_asize of RAIDZ childrenSteven Hartland2017-04-031-7/+17
* Show high (blinking foreground/bright background) background colors. FormatBruce Evans2017-04-031-6/+17
* MFV r316454,316455:Martin Matuska2017-04-039-110/+229
|\
| * Update vendor/libarchive to git 500a62194a1faafaffd286f6da50633e86587f3cMartin Matuska2017-04-035-7/+12
| * Update vendor/libarchive to git e9eef34719c4bc8cfa2e3cc568eae7afe763a2c3Martin Matuska2017-04-034-103/+217
| * Update vendor/libarchive to git a04b5adede4022dd593af76cb2fc2e96cb34df91Martin Matuska2017-03-285-20/+16
* | Remove the global variable 'info' and fix associated bugs and style bugs.Bruce Evans2017-04-031-41/+37
* | Break audit_bsm_klib.c into two files: one (audit_bsm_klib.c)Robert Watson2017-04-033-271/+331
* | Save errno across revert().Bruce Evans2017-04-031-45/+50
* | Fix some parsing and error handling bugs.Bruce Evans2017-04-031-54/+24
* | GC some unused declarations.Andrey V. Elsukov2017-04-031-22/+0
* | Small cleanup to make i386/loader match efi/loader boot environment codeAllan Jude2017-04-031-1/+1
* | Restore EFI boot environment functionality broken in r313333Allan Jude2017-04-031-0/+1
* | Add ipfw_pmod kernel module.Andrey V. Elsukov2017-04-0311-1/+439
* | Add O_EXTERNAL_DATA opcode support.Andrey V. Elsukov2017-04-034-13/+40