summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-07-20Mark a slurry of functions as staticPhilip Guenther
2014-07-20use NULL instead of 0 when dealing with pointersJonathan Gray
2014-07-20Kill lint comments; mark ExitString() as __deadPhilip Guenther
2014-07-20Switch from memmove() to memcpy() where appropriate; simplify addressPhilip Guenther
2014-07-20VSUSP and SIGTSTP are required by POSIXPhilip Guenther
2014-07-20Delete an insane chunk of code for handling broken poll() emulation.Philip Guenther
2014-07-20Add prototypes to some function callbacks and fix the type errors thatPhilip Guenther
2014-07-20Stop using the (now) internal rc.subr functions _rc_do() and _rc_wait().Robert Peichaer
2014-07-20Fix auto-upgradable files detection.Antoine Jacoutot
2014-07-20More encryption tentacles: intr_happened and intr_waiting vanishPhilip Guenther
2014-07-20Eliminate trivial wrappers TerminalWrite() and TerminalRead()Philip Guenther
2014-07-20Don't depend on <sys/param.h> for MAXPATHLENPhilip Guenther
2014-07-20Correctly cast to unsigned char for ctype functions/macrosPhilip Guenther
2014-07-20ring_init() can't failPhilip Guenther
2014-07-20-8 is the defaultPhilip Guenther
2014-07-20Don't need -I${.CURDIR}Philip Guenther
2014-07-20Simplify #includes, start pushing them into the .c files, eliminatePhilip Guenther
2014-07-20correct unconfig: target; Jean-Philippe OuelletTheo de Raadt
2014-07-20tweak -W optionsPhilip Guenther
2014-07-20no longer play with /dev/logTheo de Raadt