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