summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-11The ARMv7 ARM says that the TLB may hold translation table entries at anyMark Kettenis
2016-08-10Add defines for the Access Flag as found on armv7. Fix definition of theMark Kettenis
2016-08-10Shuffle armv7 access permission bits around to something that is compatibleMark Kettenis
2016-08-10auto-dope-slap: mips64 has 16K pages, not 4K. With that fixed, enable RELROPhilip Guenther
2016-08-10Teach readelf and objdump about the PT_OPENBSD_BOOTDATA section value.Philip Guenther
2016-08-10Remove the encrypted password length check. The admin should beTodd C. Miller
2016-08-10Don't deref NULL if the only child of the first .Sh is an emptyIngo Schwarze
2016-08-10fix HISTORY; from Sevan Janiyan <venture37 at geeklan dot co dot uk>;Ingo Schwarze
2016-08-10move armish and hppa64 down in the dropdown box; reminded by jmc@Ingo Schwarze
2016-08-10shorten ecparam;Jason McIntyre
2016-08-10no more armish;Jason McIntyre
2016-08-10Kill stale prototypes.Martin Natano
2016-08-10armish handled some early-gen arm machines, which required tons ofTheo de Raadt
2016-08-10regression tests for mdoc_validate.c revisions 1.219 and 1.220Ingo Schwarze
2016-08-10Don't printf("%s", NULL) if .It has a macro as an argumentIngo Schwarze
2016-08-10When validating a .Bl list that defaults to -item for want of a type,Ingo Schwarze
2016-08-10fix previous; ffs_vinit() requires #ifdef _KERNEL to not break theMartin Natano
2016-08-10Fix assertion failures caused by whitespace inside \o'' (overstrike)Ingo Schwarze
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