summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-18update links; from rayJason McIntyre
2016-05-18Reduce quadruple negation to double negation;Ingo Schwarze
2016-05-18In hostap mode, don't re-use association IDs (AIDs) of nodes which areStefan Sperling
2016-05-18Move the code to update an ARP cache into its own function.Martin Pieuchot
2016-05-18Fix several nitpicks in iwm(4).Stefan Sperling
2016-05-18In iwm(4), add bit-polling in Rx-DMA init code path.Stefan Sperling
2016-05-18Remove unused probe function.Mark Kettenis
2016-05-18tabs vs spacesMike Larkin
2016-05-18add a check for the acpi trampoline data page to match the code checkMike Larkin
2016-05-18rename srp_finalize to srp_gc_finalizeDavid Gwynne
2016-05-18rework the srp api so it takes an srp_ref struct that the caller provides.David Gwynne
2016-05-18Split i386 mp hatch trampoline into code and data pages, and protect eachMike Larkin
2016-05-18Accept cnmac as a valid rootdev from uboot on octeon.Visa Hankala
2016-05-18Remove unnecessary cast of buflen to u_int in sockargs(). This wasTodd C. Miller
2016-05-18Remove obsolete caveat. OK deraadt@Todd C. Miller
2016-05-17Allow sendsyslog(2) with LOG_CONS even when /dev/console has notAlexander Bluhm
2016-05-17Refactor the handling of pledge and the optional user string: The threeTheo Buehler
2016-05-17Backout the previous fix for the sendsyslog(2) with LOG_CONS solution.Alexander Bluhm
2016-05-17Fix a few more warnings such that this compiles again.Mark Kettenis
2016-05-17Move the code block that builds up a default seed further down in orderTheo Buehler
2016-05-17Enable -Wall -Werror. Fix warnings uncovered by this.Mark Kettenis
2016-05-17Fix a one-byte buffer underflow (read access only).Ingo Schwarze
2016-05-17Add support for passing an FDT. The bootloader will update the "bootargs"Mark Kettenis
2016-05-17Change the random event buffer from a queue to an endless ring. This wayTed Unangst
2016-05-17Fix "skeyinit username" run as root. Also reduce the pledgeTodd C. Miller
2016-05-17remove pam and shadow code that's not used. ok deraadt jcaTed Unangst
2016-05-17remove VOP_CLOSE and vput that will be handled in the epilogue.Ted Unangst
2016-05-17tyopJeremie Courreges-Anglas
2016-05-17Deprecate PLIST_DB. Prefer PLIST_REPOSITORY (same semantics, except thatMarc Espie
2016-05-17Completely skip link-layer address resolution and NUD on gif(4).Martin Pieuchot
2016-05-17Plug some gaping holes in the v4l2 ioctl interfaces that would leak kernelMark Kettenis
2016-05-17Document NOLOCK, from Michal Mazurek.Martin Pieuchot
2016-05-17Repair some file descriptor leaks.Theo de Raadt
2016-05-17Enable the pcf8523 RTC on Hummingboard and CuBox-i.Mark Kettenis
2016-05-16Attempt to clear the OS flag when we attach.Mark Kettenis
2016-05-16Add pcfrtc(4).Mark Kettenis
2016-05-16No need to store the return value of fcntl(fd, F_SETFL, flags).Todd C. Miller
2016-05-16Make this actually work. This makes the following changes:Mark Kettenis
2016-05-16Use OF_is_compatible(9) here.Mark Kettenis
2016-05-16Introduce OF_is_compatible(9), a convenience function to check the "compatible"Mark Kettenis
2016-05-16uncomment the Xr for fuse_main(3); from rayJason McIntyre
2016-05-16fix logic in error code path of smtp state machine that can lead to anGilles Chehade
2016-05-16i seemingly commented out an Xr in SEE ALSO in -r1.9 - correctJason McIntyre
2016-05-16replace hardcoded + with TAG_CHARGilles Chehade
2016-05-16...and delete the GP setup. Should have been in previous commitPhilip Guenther
2016-05-16Eliminate cerror: use PAL_rdunique to get the TCB address directlyPhilip Guenther
2016-05-16POSTREAD needs to flush the D-cache since speculative loads might (and do)Mark Kettenis
2016-05-16pcfrtc(4)Mark Kettenis
2016-05-16Driver for the NXP PCF8523 Real Time Clock.Mark Kettenis
2016-05-16Implement membar(9) for armv5. As there are no barrier instructions inJonathan Gray