aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add ga_IE.UTF-8 locale.Yuri Pankov2018-11-2612-2/+112
* stand/i386/libi386: rename .s file to .S to use Clang IASEd Maste2018-11-262-1/+1
* btx: rename .s files to .S to use Clang IASEd Maste2018-11-263-1/+1
* regulator_fixed: Do not disable fixed regulator at probeEmmanuel Vadot2018-11-261-8/+8
* vfs_aio.c: rename "physio" symbols to "bio".Alan Somers2018-11-261-15/+14
* arm64: Add evdev support to GENERICEmmanuel Vadot2018-11-261-0/+5
* UPDATING: add note for r340984 (ld.bfd removal)Ed Maste2018-11-261-0/+6
* src.conf.5: regen after r340984 (and r340841)Ed Maste2018-11-261-5/+15
* Do not install GNU ld if lld is /usr/bin/ldEd Maste2018-11-264-4/+20
* Fix NTP query on GCE due to unresolved hostname.Glen Barber2018-11-261-1/+1
* release: arm64: Add PINEBOOK configEmmanuel Vadot2018-11-262-0/+47
* Small language fix after r340978.Eugene Grosbein2018-11-261-1/+1
* ipfw.8: add new section to EXAMPLES:Eugene Grosbein2018-11-261-0/+51
* vi: fix UTF-8 detection.Yuri Pankov2018-11-261-1/+1
* llvm-objdump.1: fix igor / mandoc -Tlint warningsEd Maste2018-11-261-2/+3
* bectl: sync usage with man page, removing stray multibyte charactersYuri Pankov2018-11-261-9/+11
* llvm-objdump.1: remove invalid optionsEd Maste2018-11-261-8/+0
* llvm-objdump: initial man pageEd Maste2018-11-262-1/+213
* aw_usbphy: Do not error if it's not phy 0Emmanuel Vadot2018-11-261-2/+5
* revert r340640 "libc: forcibly disable BIND_NOW"Ed Maste2018-11-261-2/+0
* Plug routing sysctl leaks.Mark Johnston2018-11-263-2/+19
* MFV r340938:Martin Matuska2018-11-264-54/+78
|\
| * Update vendor/libarchive/dist to git 2c5e9bdbb62eeb56a37776f796c15ed16727193eMartin Matuska2018-11-265-54/+80
* | libedit: improve multibyte supportBaptiste Daroussin2018-11-265-24/+12
* | sfxge(4): add 3.3V and 12.0V current sensorsAndrew Rybchenko2018-11-262-2/+6
* | sfxge(4): fix incorrectly set svn propertiesAndrew Rybchenko2018-11-261-2/+0
* | sfxge(4): update autogenerated headers from firmwaresrcAndrew Rybchenko2018-11-266-2541/+6215
* | sfxge(4): regenerate files with genfwdef after ID updateAndrew Rybchenko2018-11-261-1/+8
* | sfxge(4): add API to control UDP tunnel portsAndrew Rybchenko2018-11-2610-5/+600
* | Move the check for the filesystem having been run on a kernel thatKirk McKusick2018-11-262-3/+6
* | evdev: Fix pause key release event in AT keyboard set 1 to evdev xlat-or.Vladimir Kondratyev2018-11-251-2/+5
* | Properly recover from superblock check-hash failures. Specifically,Kirk McKusick2018-11-251-5/+3
* | Calculate updated superblock check-hash before writing it into the snapshot.Kirk McKusick2018-11-253-5/+7
* | Avoid unneeded check in vmspace_alloc().Konstantin Belousov2018-11-251-7/+3
* | Update pxeboot(8) manual page to reflect the next-server change in the ISC DH...Guangyuan Yang2018-11-251-3/+5
* | blist_meta_alloc assumes that mask=scan->bm_bitmap is nonzero. But if theAlan Cox2018-11-241-0/+2
* | psm(4): Add minimal support for active AUX port multiplexersVladimir Kondratyev2018-11-243-3/+258
* | Revert r328640: Add kludge for 0x46 identity middle byte Synaptics touchpads.Vladimir Kondratyev2018-11-241-58/+20
* | Re-enable the dynamiclib tests. These should be fixed by r340910.Andrew Turner2018-11-241-1/+1
* | Add the missing 0 at the end of the .jcr section.Andrew Turner2018-11-241-0/+3
* | Combine two lines into one following unifdef for r255332.Cy Schubert2018-11-241-2/+1
* | sfxge(4): allow to request inner classes for Rx packetsAndrew Rybchenko2018-11-242-2/+20
* | sfxge(4): add function to create packed stream RxQAndrew Rybchenko2018-11-246-34/+104
* | sfxge(4): control RxQ scatter using flag instead of typeAndrew Rybchenko2018-11-246-14/+32
* | Pass malloc flags directly through kevent(2) subroutines.Mark Johnston2018-11-244-28/+26
* | Plug some kernel memory disclosures via kevent(2).Mark Johnston2018-11-242-1/+4
* | Ensure that knotes do not get registered when KQ_CLOSING is set.Mark Johnston2018-11-241-9/+19
* | Lock the knlist before releasing the in-flux state in knote_fork().Mark Johnston2018-11-241-1/+1
* | sfxge(4): remove Falcon-specific concurrency checkAndrew Rybchenko2018-11-243-11/+0
* | sfxge(4): move BIU test code into Siena-specific fileAndrew Rybchenko2018-11-243-77/+72