summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/tools/clang/lib/CodeGen/CoverageMappingGen.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-12-24Somes fixes for the VIA PadLock drivers.fcambus2-5/+7
2017-12-24There was a corner case where linking the inp to the state key didbluhm1-3/+15
2017-12-24Allow SD/MMC controller drivers to allocate their own DMA mapping structurekettenis2-3/+5
2017-12-24Generate SIGBUS/BUS_ADRALN when we see a SP Alignment Exception from userland.kettenis1-1/+6
2017-12-24Fix one possible buffer overflow and one underflow. Also some minormillert2-37/+65
2017-12-24Avoid comparing equal lines twice when running without -i.tb1-2/+2
2017-12-23As we only use the .tv_sec field, simplify gettimeofday(2) -> time(3).cheloha1-8/+6
2017-12-23As we only use the .tv_sec field, simplify gettimeofday(2) -> time(3).cheloha3-44/+15
2017-12-23Use the monotonic clock for logging progress in cdio(1) and ftp(1).cheloha3-30/+34
2017-12-23regenmlarkin2-2/+12
2017-12-23Add missing Sunrise Point-H I2C controller PCI IDsmlarkin1-1/+3
2017-12-23Make it clear that MFS can be used for the noperm permission holding DESTDIR.sthen1-2/+5
2017-12-23Remove stray space.kettenis1-2/+2
2017-12-23Sync Allwinner H3/H5 pin definitions with Linux.kettenis1-3/+2
2017-12-23the trick to get signal names requires skipping over POSIX stuff we don'tespie1-2/+5
2017-12-23Avoid null-pointer dereference wen a device tree refers to a pin-functionkettenis1-1/+3
2017-12-23scrolling: take care of noise.bru1-3/+5
2017-12-23Since ikev2_init_recv() is supposed to only handle responses to anpatrick1-16/+2
2017-12-23Remove dead assignment.fcambus1-4/+1
2017-12-23Use regmap interface to tweak "SYSREG" PHY configuration registers andkettenis6-138/+18
2017-12-23enable snooping on Intel 200 Series HDAjsg1-1/+2
2017-12-23match on intel 200 seriesjsg1-2/+3
2017-12-23regenjsg2-2/+247
2017-12-23add ids for intel coffee lake-s and series 200/300 pchjsg1-1/+50
2017-12-23clarify that -i only affects the comparison of ASCII characters;schwarze1-3/+7
2017-12-22Fix memory leak in screen_redraw_make_pane_status.nicm1-1/+3
2017-12-22Since export accepts several variables, put them on a single line; ok tb@anton1-6/+5
2017-12-22Cope with the fact, that the DHCLIENT route label is gone whichrpe1-7/+7
2017-12-22If we use the cookie-based interrupt API on sun4v, whe shouldn't put thekettenis3-22/+22
2017-12-221. Use unfiltered deltas for scrolling. 2. (Re-)Simplify the edge areabru1-74/+63
2017-12-22Do not try to set default value on user options (they don't have one),nicm1-2/+4
2017-12-22Remove duplicate WheelUp/WheelDown entries in list, GitHub issue 1184.nicm1-4/+4
2017-12-21Add some comments what the tests are doing.bluhm13-16/+50
2017-12-21Expand u_short and u_int to unsigned short and unsigned intmillert1-4/+4
2017-12-21typo;jmc1-3/+3
2017-12-21Adopt comments to previous changerpe1-5/+3
2017-12-21Stop creating a dhclient.conf in the install script, nowkrw1-12/+4
2017-12-21Call if_start() directly to send the EAPOL key.mpi1-3/+8
2017-12-21Add an -i option for case insensitive comparison of lines.tb2-10/+17
2017-12-21Two width specifiers changed from %02 to %0 in previous. Change them back.tb1-2/+2
2017-12-21Do not use %hx for chars, ok kettenisderaadt1-3/+3
2017-12-21another libssh casualtydjm1-11/+21
2017-12-21Close the right file descriptor and clean up the tls context in aldap_close().jmatthew1-7/+7
2017-12-21drivers might want to call ifiq_barrier.dlg1-1/+2
2017-12-21add some ifq and ifiq barriers in ixl_down.dlg1-4/+5
2017-12-21missed one (unbreak after ssh/lib removal)djm1-1/+7
2017-12-21now that we have multiple input queues in ifnet structs, use them.dlg1-26/+24
2017-12-21prototype if_attach_iqueues so drivers can configure multiple iqs.dlg1-1/+2
2017-12-21unbreak unit tests after removal of src/usr.bin/ssh/libdjm10-27/+77
2017-12-21Implement missing bits to support lazy binding. Note that the codekettenis2-46/+38