Age | Commit message (Expand) | Author |
2015-06-02 | with binutils 2.17 we can change some raw opcodes into instruction names | Jonathan Gray |
2015-06-02 | Rename the imx miniroot to nitrogen as it creates "6x_bootscript". | Jonathan Gray |
2015-06-01 | In the lazy binding routine, make sure we actually allocate the stack we need, | Miod Vallat |
2015-06-01 | Revert 1.2, which used to be necessary during the early ld 2.17 work, but | Miod Vallat |
2015-06-01 | Enable secureplt by default on alpha. The old plt flavour can still be | Miod Vallat |
2015-06-01 | Since the __{div,rem}{l,q}{,u} special libc entry points use a specific | Miod Vallat |
2015-06-01 | Define HAVE_AS_EXPLICIT_RELOCS and HAVE_AS_JSRDIRECT_RELOCS. These symbols are | Miod Vallat |
2015-06-01 | update currency exchange rates; | Jason McIntyre |
2015-06-01 | Now that we do not need to build binutils 2.15 (except for gdb), simplify the | Miod Vallat |
2015-06-01 | Switch m88k ports to binutils 2.17. | Miod Vallat |
2015-06-01 | regen | Stefan Sperling |
2015-06-01 | fix typo: Wirelsss -> Wireless | Stefan Sperling |
2015-06-01 | Missing t at end of response, from Vincent Bernat. | Nicholas Marriott |
2015-06-01 | Fix memory leak in error case. OK bluhm@ benno@ | Claudio Jeker |
2015-06-01 | Put END() matching _ENTRY() (== ENTRY() w/o prof). | Masao Uebayashi |
2015-06-01 | Put END() matching ENTRY(). | Masao Uebayashi |
2015-06-01 | Clear signal handlers before event_reinit as apparently it can otherwise | Nicholas Marriott |
2015-06-01 | Convert tun(4) to if_input(). | Martin Pieuchot |
2015-05-31 | Simple macro fixes (Fd -> In, Nm -> Fn) from Kaspars at Bankovskis dot net. | Ingo Schwarze |
2015-05-31 | does not need syslog.h | Theo de Raadt |
2015-05-31 | Implement the roff(7) `r' (register exists) conditional. | Ingo Schwarze |
2015-05-31 | Fix typos. | Robert Peichaer |
2015-05-31 | If the first list was empty, ml_join() did not not clear the second | Alexander Bluhm |
2015-05-31 | Replace identical code in the MD scripts of the installer with a new | Robert Peichaer |
2015-05-30 | Build with -mbwx rather than -Wa,-mev56 so that upcoming changes to the compiler | Miod Vallat |
2015-05-30 | Remove commented out DRMDEBUG/DRM_DEBUG lines. Other drivers don't have | Jonathan Gray |
2015-05-30 | DRMDEBUG not DRM_DEBUG. From frantisek holop. | Jonathan Gray |
2015-05-30 | Plug a memory leak by simplifying kv_free(). By checking the type and | Claudio Jeker |
2015-05-30 | Remove fields from struct that are not used. OK benno@ | Claudio Jeker |
2015-05-30 | Native atomic operations for i386. | Mark Kettenis |
2015-05-30 | Acquire/release the i2c bus before/after reading the temperature register. | Mark Kettenis |
2015-05-30 | Set the usb otg port on the cubox to host mode and attach ehci to it. | Jonathan Gray |
2015-05-30 | Support - to read from stdin, from Sebastien Marie. | Nicholas Marriott |
2015-05-30 | fix usage(); | Jason McIntyre |
2015-05-30 | Set the sdmmc(4) emmc highspeed flag if the capability register claims | Jonathan Gray |
2015-05-30 | cleanup attach message | Theo de Raadt |
2015-05-30 | fix the build when SDHC_DEBUG is defined | Jonathan Gray |
2015-05-29 | Don't use special strings if #() commands fail, just remove the format | Nicholas Marriott |
2015-05-29 | Expand formats again inside #(), and free the temporaries. | Nicholas Marriott |
2015-05-29 | Use RB_MIN to get the lowest index for the current window when creating | Nicholas Marriott |
2015-05-29 | Switch vax to bunnytils 2.17. | Miod Vallat |
2015-05-29 | Make ld.so on alpha cope with binaries built with secureplt (where secure here | Miod Vallat |
2015-05-29 | millert points out I can just call tzset() early to avoid having to | Nicholas Marriott |
2015-05-29 | Use gmtime not localtime when we want UTC, I got it right in one place | Nicholas Marriott |
2015-05-29 | do not need non-NULL-check before free(p), other minor refactoring | Theo de Raadt |
2015-05-29 | remove duplicate assignments; from Benjamin Baier | Theo de Raadt |
2015-05-29 | Update file(1) regress (less verbose ELF output). | Nicholas Marriott |
2015-05-29 | Don't stop at the first successful test unless it has generated some | Nicholas Marriott |
2015-05-29 | The case-insensitive flag (c) for string and search tests doesn't make | Nicholas Marriott |
2015-05-29 | I got confused and made the strength multiplier 20, it should be 10. | Nicholas Marriott |