summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-25Markup SIGHUP and rework sentence; ok jmc@anton
2017-12-25syncPatrick Wildt
2017-12-25memcpy from the right place. at this point, the used variable is notTed Unangst
2017-12-25Tedu files that got removed in LLVM 5.0.1.Patrick Wildt
2017-12-24Update to LLVM 5.0.1 which apparently includes plenty of bugfixes.Patrick Wildt
2017-12-24Re-enable the code that unmaps the startup code. This was temporarilyMark Kettenis
2017-12-24Merge LLVM 5.0.1 release.Patrick Wildt
2017-12-24Import LLVM 5.0.1 release including clang, lld and lldb.Patrick Wildt
2017-12-24Consolidate printf(3) calls at the end of main().cheloha
2017-10-04Import LLVM 5.0.0 release including clang, lld and lldb.Patrick Wildt
2017-12-24Add a PCI attachment driver for bwfm(4). It's not finished, but it'sPatrick Wildt
2017-12-24For systems where the cpu node in the device tree has a "clocks" property,Mark Kettenis
2017-12-24For systems where the cpu node in the device tree has a "clocks" property,Mark Kettenis
2017-12-24Implement A10/A20 CPU clock.Mark Kettenis
2017-12-24Use more libm.cheloha
2017-12-24Somes fixes for the VIA PadLock drivers.Frederic Cambus
2017-12-24There was a corner case where linking the inp to the state key didAlexander Bluhm
2017-12-24Allow SD/MMC controller drivers to allocate their own DMA mapping structureMark Kettenis
2017-12-24Generate SIGBUS/BUS_ADRALN when we see a SP Alignment Exception from userland.Mark Kettenis
2017-12-24Fix one possible buffer overflow and one underflow. Also some minorTodd C. Miller
2017-12-24Avoid comparing equal lines twice when running without -i.Theo Buehler
2017-12-23As we only use the .tv_sec field, simplify gettimeofday(2) -> time(3).cheloha
2017-12-23As we only use the .tv_sec field, simplify gettimeofday(2) -> time(3).cheloha
2017-12-23Use the monotonic clock for logging progress in cdio(1) and ftp(1).cheloha
2017-12-23regenMike Larkin
2017-12-23Add missing Sunrise Point-H I2C controller PCI IDsMike Larkin
2017-12-23Make it clear that MFS can be used for the noperm permission holding DESTDIR.Stuart Henderson
2017-12-23Remove stray space.Mark Kettenis
2017-12-23Sync Allwinner H3/H5 pin definitions with Linux.Mark Kettenis
2017-12-23the trick to get signal names requires skipping over POSIX stuff we don'tMarc Espie
2017-12-23Avoid null-pointer dereference wen a device tree refers to a pin-functionMark Kettenis
2017-12-23scrolling: take care of noise.Ulf Brosziewski
2017-12-23Since ikev2_init_recv() is supposed to only handle responses to anPatrick Wildt
2017-12-23Remove dead assignment.Frederic Cambus
2017-12-23Use regmap interface to tweak "SYSREG" PHY configuration registers andMark Kettenis
2017-12-23enable snooping on Intel 200 Series HDAJonathan Gray
2017-12-23match on intel 200 seriesJonathan Gray
2017-12-23regenJonathan Gray
2017-12-23add ids for intel coffee lake-s and series 200/300 pchJonathan Gray
2017-12-23clarify that -i only affects the comparison of ASCII characters;Ingo Schwarze
2017-12-22Fix memory leak in screen_redraw_make_pane_status.Nicholas Marriott
2017-12-22Since export accepts several variables, put them on a single line; ok tb@anton
2017-12-22Cope with the fact, that the DHCLIENT route label is gone whichRobert Peichaer
2017-12-22If we use the cookie-based interrupt API on sun4v, whe shouldn't put theMark Kettenis
2017-12-221. Use unfiltered deltas for scrolling. 2. (Re-)Simplify the edge areaUlf Brosziewski
2017-12-22Do not try to set default value on user options (they don't have one),Nicholas Marriott
2017-12-22Remove duplicate WheelUp/WheelDown entries in list, GitHub issue 1184.Nicholas Marriott
2017-12-21Add some comments what the tests are doing.Alexander Bluhm
2017-12-21Expand u_short and u_int to unsigned short and unsigned intTodd C. Miller
2017-12-21typo;Jason McIntyre