Age | Commit message (Expand) | Author |
2016-08-11 | The ARMv7 ARM says that the TLB may hold translation table entries at any | Mark Kettenis |
2016-08-10 | Add defines for the Access Flag as found on armv7. Fix definition of the | Mark Kettenis |
2016-08-10 | Shuffle armv7 access permission bits around to something that is compatible | Mark Kettenis |
2016-08-10 | auto-dope-slap: mips64 has 16K pages, not 4K. With that fixed, enable RELRO | Philip Guenther |
2016-08-10 | Teach readelf and objdump about the PT_OPENBSD_BOOTDATA section value. | Philip Guenther |
2016-08-10 | Remove the encrypted password length check. The admin should be | Todd C. Miller |
2016-08-10 | Don't deref NULL if the only child of the first .Sh is an empty | Ingo Schwarze |
2016-08-10 | fix HISTORY; from Sevan Janiyan <venture37 at geeklan dot co dot uk>; | Ingo Schwarze |
2016-08-10 | move armish and hppa64 down in the dropdown box; reminded by jmc@ | Ingo Schwarze |
2016-08-10 | shorten ecparam; | Jason McIntyre |
2016-08-10 | no more armish; | Jason McIntyre |
2016-08-10 | Kill stale prototypes. | Martin Natano |
2016-08-10 | armish handled some early-gen arm machines, which required tons of | Theo de Raadt |
2016-08-10 | regression tests for mdoc_validate.c revisions 1.219 and 1.220 | Ingo Schwarze |
2016-08-10 | Don't printf("%s", NULL) if .It has a macro as an argument | Ingo Schwarze |
2016-08-10 | When validating a .Bl list that defaults to -item for want of a type, | Ingo Schwarze |
2016-08-10 | fix previous; ffs_vinit() requires #ifdef _KERNEL to not break the | Martin Natano |
2016-08-10 | Fix assertion failures caused by whitespace inside \o'' (overstrike) | Ingo Schwarze |
2016-08-10 | ufs_vinit() should really be called ffs_vinit(); it's only called from | Martin Natano |
2016-08-10 | ext2fs only has one set of specops/fifoops | Martin Natano |
2016-08-10 | attach agtimer with fdt on RAMDISK as well | Jonathan Gray |
2016-08-10 | Dynamically attach agtimer(4). Since agtimer(4) also provides the delay() | Mark Kettenis |
2016-08-10 | On armv7 we put the vector page up high and never have to bother switching it. | Mark Kettenis |
2016-08-10 | Cover your kid's remaining eye and lock up the pets for the great old ones | Philip Guenther |
2016-08-09 | Xr vmx(4) | Dmitrij Czarkoff |
2016-08-09 | sync | Theo de Raadt |
2016-08-09 | remove pointless csh placeholder files from /etc | Alexander Hall |
2016-08-09 | Expand the asynchronous connect information and move it out of | Todd C. Miller |
2016-08-09 | trim the ec text; | Jason McIntyre |
2016-08-09 | Just re-set the line speed when required. This fixes a serial console | Marcus Glocker |
2016-08-09 | fix printf("%s", NULL); | Ingo Schwarze |
2016-08-09 | Check xs->status for SCSI_CHECK even in underrun situations. | Kenneth R Westerback |
2016-08-09 | The page tables are cached now, and given the significant speedup, I | Mark Kettenis |
2016-08-09 | When connect(2) is interrupted by a signal it continues asynchronously | Todd C. Miller |
2016-08-09 | Document that connect goes async when interrupted by signal. | Todd C. Miller |
2016-08-09 | In emacs incremental search mode (^R), | Ingo Schwarze |
2016-08-09 | Teach arm to pass &_DYNAMIC to _dl_boot_bind(); can optimize later in tree | Philip Guenther |
2016-08-09 | When interrupted, connect() should leave the socket connecting in the | Philip Guenther |
2016-08-08 | Improve error message for overlong ControlPath. ok markus@ djm@ | Darren Tucker |
2016-08-08 | Look for a PT_GNU_RELRO section and, if present, mprotect that range | Philip Guenther |
2016-08-08 | Look for a PT_GNU_RELRO section per object and, if present, mprotect that | Philip Guenther |
2016-08-08 | Use exit(3) instead of _exit(2) in the child processes. | Renato Westphal |
2016-08-08 | Use exit(3) instead of _exit(2) in the child processes. | Renato Westphal |
2016-08-08 | Simplify shutdown process | Renato Westphal |
2016-08-08 | Move the cpu_setup() call to the end of initarm(). On Cortex-A53 processors | Mark Kettenis |
2016-08-08 | trim the dsaparam section; ok guenther | Jason McIntyre |
2016-08-08 | W^X violations are only permitted for binaries marked "wxneeded" on | Theo de Raadt |
2016-08-08 | Create socket with SOCK_NONBLOCK instead of using fcntl() without the | Rafael Zalamena |
2016-08-08 | Handle imsg_read() EAGAIN like the man page code example. | Rafael Zalamena |
2016-08-08 | rde and eigrpe should use exit(3) instead of _exit(2) | Renato Westphal |