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