summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-30DRMDEBUG not DRM_DEBUG. From frantisek holop.Jonathan Gray
2015-05-30Plug a memory leak by simplifying kv_free(). By checking the type andClaudio Jeker
2015-05-30Remove fields from struct that are not used. OK benno@Claudio Jeker
2015-05-30Native atomic operations for i386.Mark Kettenis
2015-05-30Acquire/release the i2c bus before/after reading the temperature register.Mark Kettenis
2015-05-30Set the usb otg port on the cubox to host mode and attach ehci to it.Jonathan Gray
2015-05-30Support - to read from stdin, from Sebastien Marie.Nicholas Marriott
2015-05-30fix usage();Jason McIntyre
2015-05-30Set the sdmmc(4) emmc highspeed flag if the capability register claimsJonathan Gray
2015-05-30cleanup attach messageTheo de Raadt
2015-05-30fix the build when SDHC_DEBUG is definedJonathan Gray
2015-05-29Don't use special strings if #() commands fail, just remove the formatNicholas Marriott
2015-05-29Expand formats again inside #(), and free the temporaries.Nicholas Marriott
2015-05-29Use RB_MIN to get the lowest index for the current window when creatingNicholas Marriott
2015-05-29Switch vax to bunnytils 2.17.Miod Vallat
2015-05-29Make ld.so on alpha cope with binaries built with secureplt (where secure hereMiod Vallat
2015-05-29millert points out I can just call tzset() early to avoid having toNicholas Marriott
2015-05-29Use gmtime not localtime when we want UTC, I got it right in one placeNicholas Marriott
2015-05-29do not need non-NULL-check before free(p), other minor refactoringTheo de Raadt
2015-05-29remove duplicate assignments; from Benjamin BaierTheo de Raadt
2015-05-29Update file(1) regress (less verbose ELF output).Nicholas Marriott
2015-05-29Don't stop at the first successful test unless it has generated someNicholas Marriott
2015-05-29The case-insensitive flag (c) for string and search tests doesn't makeNicholas Marriott
2015-05-29I got confused and made the strength multiplier 20, it should be 10.Nicholas Marriott
2015-05-29Nuke annoying whitespace nits to shrink some future diffs.Kenneth R Westerback
2015-05-29Nuke annoying whitespace nits to shrink some future diffs.Kenneth R Westerback
2015-05-29file(1) needs access(/etc/localtime) for localtime().Nicholas Marriott
2015-05-29Only mmap() on regular files; mmap() on /dev/stdin will happily map asNicholas Marriott
2015-05-29Make things a little less confusing by making fill_buffer self-containedNicholas Marriott
2015-05-29If reading into buffer, correct the stored file size at EOF, we don'tNicholas Marriott
2015-05-29Put END() where appropriate.Masao Uebayashi
2015-05-29Put obvious END() macros that match ENTRY() entries.Masao Uebayashi
2015-05-29fix a possible off-by-one when reading /etc/hosts if it doesn't endEric Faurot
2015-05-29Silently fall back to /etc/magic if ~/.magic can't be opened, ok deraadt stspNicholas Marriott
2015-05-29Sprinkle END() in some straightforward *.S files that have ENTRY(). TheMasao Uebayashi
2015-05-29put back SSH1 for now - we want to make sure we don't regressDamien Miller
2015-05-29add some more cortex A idsJonathan Gray
2015-05-29Need to operate of CXXFLAGS now.Miod Vallat
2015-05-29make this work without SUDO set; ok dtucker@Damien Miller
2015-05-29enable agtimer required for cortex a15Jonathan Gray
2015-05-29Remove unused bus space tags/handles. The generic timer uses the cp15Jonathan Gray
2015-05-29Revert unrelated changes in previous.Masao Uebayashi
2015-05-29Initial addition of ``Patrol Read'' support in bio(4), biocto(8), andMasao Uebayashi
2015-05-28detect crashes from constraint sub-processes, instead of ignoring them.Theo de Raadt
2015-05-28when machdep.allowaperture sysctl is set to 3, allow concurrent accessJoshua Stein
2015-05-28Save the cpuid(6) eax bits in the cpu_info and report the SENSOR and ARATPhilip Guenther
2015-05-28use "uri"; from yegor timoschenkoJason McIntyre
2015-05-28probably makes more sense to show "file" as being mandatory;Jason McIntyre
2015-05-28Invert the binutils 2.17 logic to only list non-2.17 platforms.Miod Vallat
2015-05-28Switch alpha, arm, sh and sparc to binutils 2.17.Miod Vallat