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