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