Age | Commit message (Expand) | Author |
2012-12-04 | replace sys/param.h with sys/types.h (and sometimes add limits.h if needed) | Theo de Raadt |
2012-12-04 | rather than a mishmash of headers, this only needs <stdint.h> | Theo de Raadt |
2012-12-04 | remove sunos backwards compat | Theo de Raadt |
2012-12-04 | remove some unnecessary sys/mbuf.h inclusions | Theo de Raadt |
2012-12-04 | remove some unnecessary sys/cdefs.h inclusions | Theo de Raadt |
2012-12-04 | remove some unnecessary sys/param.h inclusions | Theo de Raadt |
2012-12-03 | Backout last. It breaks existing 'ifconfig down ; dhclient' usage. | Kenneth R Westerback |
2012-12-03 | Cleanup after a 'ifconfig down', but stick around so 'ifconfig up' | Kenneth R Westerback |
2012-12-03 | Fix hang when exiting shell in script mode. OK naddy@ | Todd C. Miller |
2012-12-03 | wrap bpf.h header with NBPFILTER | Stefan Fritsch |
2012-12-03 | Add two missing quad-precision emulation functions: _Qp_cmp and _Qp_cmpe. At | Mark Kettenis |
2012-12-03 | Simple emulation of POSIX pty APIs posix_openpt(), ptsname(), | Todd C. Miller |
2012-12-03 | Close disk images if the client disconnects. This makes it possible to | Mark Kettenis |
2012-12-03 | don't try to stuff ptr differences into an int; from Arto Jonsson; ok espie@ | Otto Moerbeek |
2012-12-03 | Remove server capability description from the documentation and from | Alexandre Ratchov |
2012-12-03 | New CA root certificates, ok beck@. | Stuart Henderson |
2012-12-03 | tweak previous; | Jason McIntyre |
2012-12-03 | avoid depending on gcc cast as lvalue extension which | Jonathan Gray |
2012-12-03 | Fix compilation with -Wall -Werror (trivial type fixes) | Damien Miller |
2012-12-02 | sync | Theo de Raadt |
2012-12-02 | use the more compact version of the check for ifconfig'able interfaces | Robert Peichaer |
2012-12-02 | regress for AllowTcpForwarding local/remote; ok markus@ | Damien Miller |
2012-12-02 | make AllowTcpForwarding accept "local" and "remote" in addition to its | Damien Miller |
2012-12-02 | make deleting explicit keys "ssh-add -d" symmetric with adding keys - | Damien Miller |
2012-12-02 | Fixes logging of partial authentication when privsep is enabled | Damien Miller |
2012-12-02 | Make IdentitiesOnly apply to keys obtained from a PKCS11Provider. | Damien Miller |
2012-12-02 | Fix kva reserve - ensure that kva reserve is checked for, as well | Bob Beck |
2012-12-02 | Implement hardware flow control and enable it by default (by setting CRTSCTS). | Mark Kettenis |
2012-12-02 | Add "support" for VD_OP_GET_WCE and VD_OP_SET_WCE. These operations don't | Mark Kettenis |
2012-12-02 | Don't wake the cleaner and potentially throw away pages we shouldn't | Bob Beck |
2012-12-02 | Try harder to cleanup when exiting. In particular catch signals | Kenneth R Westerback |
2012-12-02 | - remove isalphanumeric() and replace it with a shell pattern, that | Robert Peichaer |
2012-12-02 | m88k_layout_frame(): return early if the frame computations have already | Miod Vallat |
2012-12-02 | simpler text; ok ratchov | Jason McIntyre |
2012-12-02 | Determine whether we're currently on the alternative signal stack | Philip Guenthe |
2012-12-01 | reload_cse_noop_set_p(): invoking rtx_equal_for_cselib_p() is not enough; if | Miod Vallat |
2012-12-01 | Crank boot blocks version because of the compiler change. | Miod Vallat |
2012-12-01 | Switch m88k ports to gcc 3. | Miod Vallat |
2012-12-01 | If compiling with gcc 3, initialize a local variable to prevent -Wuninitialized | Miod Vallat |
2012-12-01 | Add support for older firmware on UltraSPARC T1 machines. | Mark Kettenis |
2012-12-01 | remove misleading XXXs and TODOs | Alexandre Ratchov |
2012-12-01 | Parse "-m mode1,mode2,.. " strings strictly. | Alexandre Ratchov |
2012-12-01 | Make privileged process daemonize too. Using same function as the | Kenneth R Westerback |
2012-12-01 | Silently ignore VD_OP_GET_DEVID as Solaris uses it even though we don't | Mark Kettenis |
2012-12-01 | Make it possible to share cores between domains. | Mark Kettenis |
2012-12-01 | The capability parser should only return an error in extreme cases. If a | Claudio Jeker |
2012-12-01 | Add RX TCP/UDP checksum offload support. | Brad Smith |
2012-12-01 | Don't bother to zero initialize the if_capabilities field first and | Brad Smith |
2012-12-01 | Additional CA root certificates: GeoTrust/Equifax, Go Daddy, StartCom, thawte. | Stuart Henderson |
2012-12-01 | update currency exchange rates; | Jason McIntyre |