summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-12-01The return value of vio_link_state() is not used so change the returnBrad Smith
2012-12-01A couple of whitespace nits.Kenneth R Westerback
2012-11-30syncTodd T. Fries
2012-11-30syncTodd T. Fries
2012-11-30drain midi port output buffer before closing it ensuring the lastAlexandre Ratchov
2012-11-30Generate pf_print_host.c before mkdep uses it.Tobias Ulmer
2012-11-30Regenerate the text information for all certificates with recent opensslStuart Henderson
2012-11-30use the hold flag for midi ports as wellAlexandre Ratchov
2012-11-30For MIDI ports, use the same open/close logic as for audio devices:Alexandre Ratchov
2012-11-30When the audio device is closed, mark it as closed beforeAlexandre Ratchov
2012-11-30make DEV_xxx contiguousAlexandre Ratchov
2012-11-30Process incoming MIDI data on the fly rather than using anAlexandre Ratchov
2012-11-30don't exit if midi control port is destroyed (it never is)Alexandre Ratchov
2012-11-30Remove retired Thawte/Verisign certificates.Stuart Henderson
2012-11-30get rid of unneeded \n here. err(3) family already does it for us.Gleydson Soares
2012-11-30- pci.4: add rtsxJason McIntyre
2012-11-30makes cloned devices line up well with the rest of the output;Mike Belopuhov