Age | Commit message (Expand) | Author |
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 |
2015-05-29 | Nuke annoying whitespace nits to shrink some future diffs. | Kenneth R Westerback |
2015-05-29 | Nuke annoying whitespace nits to shrink some future diffs. | Kenneth R Westerback |
2015-05-29 | file(1) needs access(/etc/localtime) for localtime(). | Nicholas Marriott |
2015-05-29 | Only mmap() on regular files; mmap() on /dev/stdin will happily map as | Nicholas Marriott |
2015-05-29 | Make things a little less confusing by making fill_buffer self-contained | Nicholas Marriott |
2015-05-29 | If reading into buffer, correct the stored file size at EOF, we don't | Nicholas Marriott |
2015-05-29 | Put END() where appropriate. | Masao Uebayashi |
2015-05-29 | Put obvious END() macros that match ENTRY() entries. | Masao Uebayashi |
2015-05-29 | fix a possible off-by-one when reading /etc/hosts if it doesn't end | Eric Faurot |
2015-05-29 | Silently fall back to /etc/magic if ~/.magic can't be opened, ok deraadt stsp | Nicholas Marriott |
2015-05-29 | Sprinkle END() in some straightforward *.S files that have ENTRY(). The | Masao Uebayashi |
2015-05-29 | put back SSH1 for now - we want to make sure we don't regress | Damien Miller |
2015-05-29 | add some more cortex A ids | Jonathan Gray |
2015-05-29 | Need to operate of CXXFLAGS now. | Miod Vallat |
2015-05-29 | make this work without SUDO set; ok dtucker@ | Damien Miller |
2015-05-29 | enable agtimer required for cortex a15 | Jonathan Gray |
2015-05-29 | Remove unused bus space tags/handles. The generic timer uses the cp15 | Jonathan Gray |
2015-05-29 | Revert unrelated changes in previous. | Masao Uebayashi |
2015-05-29 | Initial addition of ``Patrol Read'' support in bio(4), biocto(8), and | Masao Uebayashi |
2015-05-28 | detect crashes from constraint sub-processes, instead of ignoring them. | Theo de Raadt |
2015-05-28 | when machdep.allowaperture sysctl is set to 3, allow concurrent access | Joshua Stein |
2015-05-28 | Save the cpuid(6) eax bits in the cpu_info and report the SENSOR and ARAT | Philip Guenther |
2015-05-28 | use "uri"; from yegor timoschenko | Jason McIntyre |
2015-05-28 | probably makes more sense to show "file" as being mandatory; | Jason McIntyre |
2015-05-28 | Invert the binutils 2.17 logic to only list non-2.17 platforms. | Miod Vallat |
2015-05-28 | Switch alpha, arm, sh and sparc to binutils 2.17. | Miod Vallat |