summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-17don't redirect stdout from sudo. from portableDarren Tucker
2013-05-17wait a bit longer for startup and use case for absolute path. from portableDarren Tucker
2013-05-17only compare copied data if sftp succeeds. from portableDarren Tucker
2013-05-17remove unused BATCH variableDarren Tucker
2013-05-17use backticks for portabilityDarren Tucker
2013-05-17Use SUDO when cat'ing pid files and running the sshd log wrapper so thatDarren Tucker
2013-05-17use expr for math to keep diffs vs portable downDarren Tucker
2013-05-17use $OBJ for working files, originally from Tim Rice via portableDarren Tucker
2013-05-17Make it clear that the code related to a transfer submission doesn'tMartin Pieuchot
2013-05-17Don't leak information to userland in case the actual transfer length isMartin Pieuchot
2013-05-17Move an extern declaration into its corresponding header file.Martin Pieuchot
2013-05-17sys/uvm_extern.h -> uvm/uvm_extern.hJonathan Gray
2013-05-17If directory exists when trying to create a new one, warn user.lum
2013-05-17Move the setting of DATA and COPY into test-exec.shDarren Tucker
2013-05-17don't print output from ssh before getting it (it's available in ssh.log)Darren Tucker
2013-05-17Pull back some portability changes from -portable:Darren Tucker
2013-05-17replace 'echo -n' with 'printf' since it's more portableDarren Tucker
2013-05-17bye, bye xfree(); ok markus@Damien Miller
2013-05-16burner supportMark Kettenis
2013-05-16Implement a mechanism to establish interrupt handlers that don't grab theMark Kettenis
2013-05-16poll(2) might have slept for an arbitrary amount of time. We shouldGerhard Roth
2013-05-16Implement a mechanism to establish interrupt handlers that don't grab theMark Kettenis
2013-05-16Ignore colormap operations at 1bpp, to work with Xorg wsfb driver.Kenji Aoyama
2013-05-16Switch rcsdiff(1) binary file detection from !(isprint() || isspace()) toStefan Sperling
2013-05-16remove another now-unused variableDarren Tucker
2013-05-16remove now-unused variablesDarren Tucker
2013-05-16add Alfa AWUS036NHR, from Sigi Rudzio, pointed out by / ok jmcStuart Henderson
2013-05-16attach to new RTL8188RU id, from Sigi RudzioStuart Henderson
2013-05-16syncStuart Henderson
2013-05-16add another RTL8188 id, from Sigi RudzioStuart Henderson
2013-05-16switch RekeyLimit traffic volume parsing to scan_scaled. ok djm@Darren Tucker
2013-05-16Fix some "unused result" warnings found via clang and -portable. ok markus@Darren Tucker
2013-05-16Add missing IPL_AUDIO macro, needed by dev/audio.cAlexandre Ratchov
2013-05-16Run audio interrupts without grabbing the kernel lock. While IPL_SERIAL isMark Kettenis
2013-05-16oops! avoid Xr to self;Jason McIntyre
2013-05-16put IgnoreUnknown in the right place;Jason McIntyre
2013-05-16add tests for RekeyLimit parsingDarren Tucker
2013-05-16add the ability to ignore specific unrecognised ssh_config options;Damien Miller
2013-05-16add server-side rekey testDarren Tucker
2013-05-16Add RekeyLimit to sshd with the same syntax as the client allowing rekeyingDarren Tucker
2013-05-16test rekeying when there's no data being transferredDarren Tucker
2013-05-16Add test for time-based rekeyingDarren Tucker
2013-05-16Add an optional second argument to RekeyLimit in the client to allowDarren Tucker
2013-05-15If execing an /etc/apm/* program fails, log the failure and error message.Philip Guenther
2013-05-15remove unused variableAlexandre Ratchov
2013-05-15remove unused variableAlexandre Ratchov
2013-05-15remove unused splaudio/splx pairAlexandre Ratchov
2013-05-15remove unused variableAlexandre Ratchov
2013-05-15Edimax EW-7711USn works; from DaweJason McIntyre
2013-05-15Initialize a teeny few more globals to reasonable values to allow for printf()Miod Vallat