summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-10ufs_vinit() should really be called ffs_vinit(); it's only called fromMartin Natano
2016-08-10ext2fs only has one set of specops/fifoopsMartin Natano
2016-08-10attach agtimer with fdt on RAMDISK as wellJonathan Gray
2016-08-10Dynamically attach agtimer(4). Since agtimer(4) also provides the delay()Mark Kettenis
2016-08-10On armv7 we put the vector page up high and never have to bother switching it.Mark Kettenis
2016-08-10Cover your kid's remaining eye and lock up the pets for the great old onesPhilip Guenther
2016-08-09Xr vmx(4)Dmitrij Czarkoff
2016-08-09syncTheo de Raadt
2016-08-09remove pointless csh placeholder files from /etcAlexander Hall
2016-08-09Expand the asynchronous connect information and move it out ofTodd C. Miller
2016-08-09trim the ec text;Jason McIntyre
2016-08-09Just re-set the line speed when required. This fixes a serial consoleMarcus Glocker
2016-08-09fix printf("%s", NULL);Ingo Schwarze
2016-08-09Check xs->status for SCSI_CHECK even in underrun situations.Kenneth R Westerback
2016-08-09The page tables are cached now, and given the significant speedup, IMark Kettenis
2016-08-09When connect(2) is interrupted by a signal it continues asynchronouslyTodd C. Miller
2016-08-09Document that connect goes async when interrupted by signal.Todd C. Miller
2016-08-09In emacs incremental search mode (^R),Ingo Schwarze
2016-08-09Teach arm to pass &_DYNAMIC to _dl_boot_bind(); can optimize later in treePhilip Guenther
2016-08-09When interrupted, connect() should leave the socket connecting in thePhilip Guenther
2016-08-08Improve error message for overlong ControlPath. ok markus@ djm@Darren Tucker
2016-08-08Look for a PT_GNU_RELRO section and, if present, mprotect that rangePhilip Guenther
2016-08-08Look for a PT_GNU_RELRO section per object and, if present, mprotect thatPhilip Guenther
2016-08-08Use exit(3) instead of _exit(2) in the child processes.Renato Westphal
2016-08-08Use exit(3) instead of _exit(2) in the child processes.Renato Westphal
2016-08-08Simplify shutdown processRenato Westphal
2016-08-08Move the cpu_setup() call to the end of initarm(). On Cortex-A53 processorsMark Kettenis
2016-08-08trim the dsaparam section; ok guentherJason McIntyre
2016-08-08W^X violations are only permitted for binaries marked "wxneeded" onTheo de Raadt
2016-08-08Create socket with SOCK_NONBLOCK instead of using fcntl() without theRafael Zalamena
2016-08-08Handle imsg_read() EAGAIN like the man page code example.Rafael Zalamena
2016-08-08rde and eigrpe should use exit(3) instead of _exit(2)Renato Westphal
2016-08-08Normalize the received prefixes.Renato Westphal
2016-08-08Fixup incorrect format specification bugs spotted by jsg@Mike Belopuhov
2016-08-08/tmp and /var/tmp are the same, consistently use the former in bothIgor Sobrado
2016-08-08Mapping non-cachable memory as cachable and subsequently changing the mappingMark Kettenis
2016-08-08Execute address hooks in the update case.Martin Pieuchot
2016-08-08Implement mmc power sequencing; makes the sdo interface on the cubox-i workMark Kettenis
2016-08-08ARMv7 data caches are "effectively" PIPT. This means there is in generalMark Kettenis
2016-08-08Fix previous. Obvously the condition is reversed.YASUOKA Masahiko
2016-08-08Split ofcconn into switch part and connection part to make the switchYASUOKA Masahiko
2016-08-07Make iwm(4) automagically recover from fatal firmware errors by leaving theStefan Sperling
2016-08-07Since we have kbind(2), we don't need -znow to use -zrelroPhilip Guenther
2016-08-07If an output section is skipped because of a constraint, then skip itPhilip Guenther
2016-08-07Use the device tree to lookup the address of the ARM control logic and removeMark Kettenis
2016-08-07Add the Raspberry Pi 2/3 devices here as well.Mark Kettenis
2016-08-07Initial support for Raspberry Pi 2/3. All the hard work done by patrick@, IMark Kettenis
2016-08-07whitespaceReyk Floeter
2016-08-07Define VXLAN_VNI_UNSET and VXLAN_VNI_MAX instead of using magic numbers.Reyk Floeter
2016-08-07Update online manual path to man.openbsd.org.Theo Buehler