Age | Commit message (Expand) | Author |
2014-11-22 | not compiled before commit | Theo de Raadt |
2014-11-22 | Fixed uninitialized pointer (and other struct entries while at it) | Tobias Stoeckmann |
2014-11-22 | Remove SCCS support. For this to work, we would need "get", which we don't | Tobias Stoeckmann |
2014-11-22 | Switch to using MI installboot, after a conversation with stsp. He will | Theo de Raadt |
2014-11-22 | spell PROT_EXEC correctly | Theo de Raadt |
2014-11-22 | mop up a barely started project... getting in the way of grepping the tree! | Theo de Raadt |
2014-11-22 | Fix incorrect escape. | Anthony J. Bentley |
2014-11-22 | use size_t where appropriate. ok deraadt reyk | Ted Unangst |
2014-11-21 | mask off high bits from 'c', before operation, otherwise the packing | Theo de Raadt |
2014-11-21 | MPE support, begone. ok tedu | Theo de Raadt |
2014-11-21 | white space begone | Theo de Raadt |
2014-11-21 | remove pointless if_var.h and socketvar.h includes; ok deraadt | Mike Belopuhov |
2014-11-21 | a long time ago, DISPLAY and UNDISPLAY required special treatment, as they | Marc Espie |
2014-11-21 | space needed between macro args and punctuation; | Jason McIntyre |
2014-11-21 | add ERRORS, HISTORY, AUTHORS, Copyright year, and some missing macros; | Ingo Schwarze |
2014-11-21 | Let crypt_checkpass() set EACCES after bcrypt_checkpass() failure; | Ingo Schwarze |
2014-11-21 | We can map 'fuse ROM' area with read only. | Kenji Aoyama |
2014-11-21 | remove unused #defines and labels. | Mike Larkin |
2014-11-21 | Initialize the xrun attribute to SIO_IGNORE in sio_sun_getpar(). Found | Alexandre Ratchov |
2014-11-21 | Don't forget to transmit the xrun attribute in GETPAR messages. Found | Alexandre Ratchov |
2014-11-21 | libraries shouldnt print to stderr when things dont go their way. | David Gwynne |
2014-11-21 | somebody permitted simple_locks back into uvm. they will be referred to | Ted Unangst |
2014-11-21 | simple lock is long dead | Ted Unangst |
2014-11-21 | Since we enable NX in locore now, no need to do it again later in the | Mike Larkin |
2014-11-21 | evbuffer_read will return 0 one an end of file condition. | David Gwynne |
2014-11-21 | Remove the README. It history from more than 20 years ago, and while | Theo de Raadt |
2014-11-21 | Add NX (if available) to the mid-level page tables (PDE, etc). | Mike Larkin |
2014-11-21 | Kill kv_executable flag. We no longer allow requests for PROT_EXEC | Theo de Raadt |
2014-11-21 | change prototype for crypt_newhash. the login_cap_t is a holdover from its | Ted Unangst |
2014-11-21 | We repeatedly observed assertion crashes in the low-level terminal | Ingo Schwarze |
2014-11-21 | fix NULL pointer dereference crash on invalid timestamp | Damien Miller |
2014-11-20 | partial_where points into the buffer that begins with buffer_start | Todd C. Miller |
2014-11-20 | One of these optimized stubs creates some incredibly subtle damage, | Theo de Raadt |
2014-11-20 | A little too agressive reordering. Must initialize the client struct | Kenneth R Westerback |
2014-11-20 | Oops, make sure camellia is compiled on platforms without an arch-specific | Miod Vallat |
2014-11-20 | split crypt_checkpass off into a new file | Ted Unangst |
2014-11-20 | Be more POSIXy by using blksize_t (a.k.a. int32) for st_blksize, rather than ... | Kenneth R Westerback |
2011-04-24 | Here comes the easter bunnytils 2.17 (the last version released against a | Miod Vallat |
2014-11-20 | sizes for simple free cases. sizeof(*) and one case where len is clear. | Ted Unangst |
2014-11-20 | remove sys/file.h includes in favor of fcntl.h where needed. | Ted Unangst |
2014-11-20 | big trim-down of MESSAGE/UNMESSAGE: just match checksums between new packages | Marc Espie |
2014-11-20 | switch to using crypt_newhash interface. ok deraadt | Ted Unangst |
2014-11-20 | Yet more #include de-duplication. | Kenneth R Westerback |
2014-11-20 | Add amd64 assembler versions of some standard functions to libc. The | Reyk Floeter |
2014-11-20 | avoid some warning message, normal dirs don't have any log info registered | Marc Espie |
2014-11-20 | Prevent negative arguments to the .ll request from causing integer | Ingo Schwarze |
2014-11-20 | Rework the handling of interfaces and IPv6 addresses for local delivery. | Martin Pieuchot |
2014-11-20 | Fix comment. | Kenji Aoyama |
2014-11-20 | zap some stray commas; | Jason McIntyre |
2014-11-20 | add evbuffer_expand to NAME; | Jason McIntyre |