aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Reapply r301691:Warner Losh2019-06-021-1/+1
* | This should have been committed in r348511 with the awk update.Warner Losh2019-06-021-1/+1
* | Make tests(7) point people at the atf(7) man page.Edward Tomasz Napierala2019-06-021-1/+4
* | Reapply r315426 by pfg:Warner Losh2019-06-021-6/+6
* | Reapply r301289 by pfg:Warner Losh2019-06-026-43/+46
* | Merge from upstream at 4189ef5d from https://github.com/onetrueawk/awk.gitWarner Losh2019-06-0272-219/+1723
|\ \
| * | Import latest one-true-awk from upstreamvendor/one-true-awk/4189ef5dWarner Losh2019-06-0272-218/+1723
* | | bectl(8): Don't accept jid=0 from jail_getidKyle Evans2019-06-021-1/+6
* | | jail_getid(3): add special-case immediate return for jid 0Kyle Evans2019-06-021-0/+9
* | | llvm-symbolizer: Move out of CLANG_EXTRAS, into CLANGKyle Evans2019-06-023-4/+4
* | | grep: Move lone 'r'grep case into the adjacent switchKyle Evans2019-06-021-7/+9
* | | Add a vm_page_wired() predicate.Mark Johnston2019-06-027-22/+29
* | | Add myself to committers-src.dot and calendar.freebsdBrandon Bergren2019-06-022-0/+3
* | | Partially revert r271349, which disabled the msun cexp test #4 on i386.Dimitry Andric2019-06-011-11/+15
* | | Fix comment parsing in interp_simple.cRebecca Cran2019-06-011-1/+1
* | | libatf: remove workaround not required after atf >= 0.18 updateEd Maste2019-06-011-5/+0
* | | octusb: fix detach loop over USB portsEd Maste2019-06-011-2/+2
* | | Document max_chains bump to 16384 at r330049.Alexander Motin2019-06-012-4/+4
* | | Since a fatal trap can happen at aribtrary times, don't panic when theWarner Losh2019-06-011-13/+66
* | | After parts of the locking fixes in r346595, syzkaller foundBjoern A. Zeeb2019-06-011-0/+14
* | | Improve error/debug messages in sdhci.cBjoern A. Zeeb2019-06-011-3/+5
* | | cxgbe/t4_tom: adjust the hardware receive window to match changes to theNavdeep Parhar2019-06-017-105/+37
* | | powerpc/moea: Fix moea64 native VA invalidationJustin Hibbits2019-06-011-6/+3
* | | random(4): Fix RANDOM_LOADABLE buildConrad Meyer2019-06-017-9/+13
* | | Defer evaluation of modified until after it's setWarner Losh2019-05-311-8/+10
* | | The function vm_phys_free_contig invokes vm_phys_free_pages for everyDoug Moore2019-05-314-26/+87
* | | Simplify flow of pmap_demote_pde_locked() and add more comprehensiveKonstantin Belousov2019-05-311-34/+92
* | | Revert r348438.Glen Barber2019-05-312-9/+1
* | | netdump: Buffer pages to avoid calling netdump_send() on each 4KB write.Mark Johnston2019-05-311-5/+26
* | | Whitespace cleanups, no functional change.John Baldwin2019-05-311-13/+13
* | | stand: zfs: Free bouncebuf on error path in vdev_readKyle Evans2019-05-311-2/+4
* | | acpi_dock(4): Notify devd(8) on dock status change.Mark Johnston2019-05-312-4/+16
* | | Remove a redundant vm_page_remove() call.Mark Johnston2019-05-311-1/+0
* | | newvers.sh correct typo from r348175Ed Maste2019-05-311-1/+1
* | | Remove tests for the deprecated algorithms in r348206Li-Wen Hsu2019-05-312-18/+1
* | | Get rid of extraneous initialization.Rick Macklem2019-05-311-1/+0
* | | Replace a single linked list with a hash table of lists.Rick Macklem2019-05-311-21/+49
* | | Clean up silly code case.Rick Macklem2019-05-311-4/+1
* | | Add Sergio Carlavilla (myself) to the committers doc, Gabor is going to be my...Sergio Carlavilla Delgado2019-05-301-0/+2
* | | makesyscalls.sh: always use absolute path for syscalls.confBrooks Davis2019-05-308-15/+15
* | | Add the missing braces to fix the code not guarded by the if clause and hasLi-Wen Hsu2019-05-301-2/+3
* | | libelftc: Add MLINKS.Mark Johnston2019-05-301-0/+13
* | | readelf: Make -t imply -S, for compatibility with GNU binutils.Mark Johnston2019-05-302-2/+4
* | | cxgbe/t4_tom: Do not attempt to look up entries in the TCB history ifNavdeep Parhar2019-05-301-0/+3
* | | Increase the size of the Vagrant default image size, as the 3GBGlen Barber2019-05-301-1/+4
* | | Fix GCE virtual machine startup.Glen Barber2019-05-302-1/+9
* | | Remove wrong inline keyword.Dmitry Chagin2019-05-301-1/+1
* | | Remove TODO comment after posixshmcontrol(1) added.Konstantin Belousov2019-05-301-10/+4
* | | Minor tweaks to the layout.Konstantin Belousov2019-05-301-4/+4
* | | elfcopy: Optimize for insertions at the end of the section list.Mark Johnston2019-05-302-5/+7