Age | Commit message (Expand) | Author |
2014-07-22 | better match proposed syscall api | bcook |
2014-07-22 | boot(9): Reduce diffs between hppa & hppa64 (& others) | Masao Uebayashi |
2014-07-22 | sync | Theo de Raadt |
2014-07-22 | Pull in all the parts. Let's face the facts -- .PATH from other | Theo de Raadt |
2014-07-21 | protect sysctl path with SYS__sysctl instead; from enh@google, ok bcook | Theo de Raadt |
2014-07-21 | Add pthread_sigmask() and raise() to the list of async signal safe | Matthew Dempsky |
2014-07-21 | fix a minibug reported by kristaps@: | Ingo Schwarze |
2014-07-21 | - whitespace cleanups (trailing whitespace, indentation) | Jasper Lievisse Adriaanse |
2014-07-21 | Revert the up/down wheel emulation for now, there will be a better way | Nicholas Marriott |
2014-07-21 | Bring back net.inet6.icmp6.rediraccept for rtsol. Pointed out by | Christian Weisgerber |
2014-07-21 | net.inet6.ip6.accept_rtadv is gone | Christian Weisgerber |
2014-07-21 | Since net.inet6.ip6.accept_rtadv is gone, the installer shouldn't | Christian Weisgerber |
2014-07-21 | Use explicit_bzero() instead of memset() on buffers going out of scope. | Philip Guenther |
2014-07-21 | don't try to be clever and name the _PATH_CP exec "mv", since this | Theo de Raadt |
2014-07-21 | use getlist() instead of hand-rolled equivalent, no functional change; | Ingo Schwarze |
2014-07-21 | cast from void * before math; enh@google | Theo de Raadt |
2014-07-21 | missing newline | Theo de Raadt |
2014-07-21 | Fix typo: s/lstate/lstat/ | Matthew Dempsky |
2014-07-21 | boot(9): Reduce annoying style diffs | Masao Uebayashi |
2014-07-21 | Kristaps points out that the current HTTP/1.1 draft standard (RFC | Ingo Schwarze |
2014-07-21 | 5.7 packages key | Christian Weisgerber |
2014-07-21 | lockf is entirely useless and it was a mistake to change to it, go back | Nicholas Marriott |
2014-07-21 | Drop explicit support for F13-F20 and change to match the xterm terminfo | Nicholas Marriott |
2014-07-21 | fix some wrong comments and a bit of KNF | Mike Larkin |
2014-07-21 | printf(9) and friends don't support the <number>$ flags, so gcc's | Philip Guenther |
2014-07-21 | Switch from <sys/endian.h> or <machine/endian.h> to the new, | Philip Guenther |
2014-07-21 | sync | Theo de Raadt |
2014-07-21 | 5.7 base key | Theo de Raadt |
2006-10-10 | Preliminary userland bits for OpenBSD/landisk, many things coming from | Miod Vallat |
2014-07-20 | Provide correct guidance on which header to use in the comments | Philip Guenther |
2014-07-20 | Move more OS-specific functionality to arc4random.h headers. | bcook |
2014-07-20 | Fixed typo in error message. | Tobias Stoeckmann |
2014-07-20 | ask about lid | Theo de Raadt |
2014-07-20 | if we think this is a laptop (wsdisplay.....) ask a lidsuspend | Theo de Raadt |
2014-07-20 | look up correct dev_t. This matters for the case where a device is | Theo de Raadt |
2014-07-20 | Merge cmd.c from zboot into boot, dropping "clear" command while at it. | Tobias Stoeckmann |
2014-07-20 | A HTTP connection may have multiple requests with content. Allow | Alexander Bluhm |
2014-07-20 | RB_MINIROOT is never checked by anything, so stop setting it. | Theo de Raadt |
2014-07-20 | match on vga1 or vgafb0, well, let's just call it vga.* for now | Theo de Raadt |
2014-07-20 | spacing glitches | Theo de Raadt |
2014-07-20 | Support hibernating to softraid crypto volumes. | Mike Larkin |
2014-07-20 | Fix tcpdump(8) display of logical link control data in IEEE802 frames. | Stefan Sperling |
2014-07-20 | initial win32 ARC4_LOCK/UNLOCK implementation. | bcook |
2014-07-20 | Skip reading bits from a region marked as "Preserve" if all bits will be | Mark Kettenis |
2014-07-20 | Eliminate silly call() routine that fakes up internal calls as if | Philip Guenther |
2014-07-20 | Always allocate bwi(4) ring descriptors below the 1GB boundary to give 30bit | Stefan Sperling |
2014-07-20 | In bwi(4), don't declare an interrupt as unhandled in case the PHY TX error | Stefan Sperling |
2014-07-20 | Make bwi_dma_mbuf_create() use the correct loop counter in error case. | Stefan Sperling |
2014-07-20 | Load bwi(4) firmware once, not every time the interface is brought up. | Stefan Sperling |
2014-07-20 | Fix array overflow in command line handling | Philip Guenther |