Age | Commit message (Expand) | Author |
2012-06-01 | While scrolling, show a message and beep when you reach either end of | lum |
2012-06-01 | use PRIu64 instead of llu in format string. | Charles Longeau |
2012-06-01 | remove unused fields | Charles Longeau |
2012-06-01 | move envelope dump/load functions to envelope.c | Eric Faurot |
2012-06-01 | revert previous, breaks tcpdump | Jonathan Gray |
2012-06-01 | update currency exchange rates; | Jason McIntyre |
2012-06-01 | Correct handling of mlock()/munlock() with len==0 to return success | Philip Guenthe |
2012-06-01 | Fix document titles. | Lawrence Teo |
2012-06-01 | Make the -P flag work with -ss, so that states can be printed with port | Lawrence Teo |
2012-06-01 | add a krb5-noverify option for login.conf that disables verification | David Gwynne |
2012-06-01 | Improve standards conformance: ecvt(), fcvt(), gcvt(), mktemp(), ttyslot(), | Philip Guenthe |
2012-06-01 | fix memory leak when mux socket creation fails; bz#2002 from bert.wesarg | Damien Miller |
2012-06-01 | don't delete .* on cleanup due to unintended env expansion; pointed out in | Damien Miller |
2012-06-01 | correct types of port numbers (integers, not strings); bz#2004 from | Damien Miller |
2012-06-01 | append to rather than truncate test log; bz#2013 from openssh AT | Damien Miller |
2012-05-31 | Clarify issues del (bridge command) vs delete (IP address command); | Theo de Raadt |
2012-05-31 | Add commented-out examples for net.inet.tcp.always_keepalive / keepidle. | Stuart Henderson |
2012-05-31 | Let quotacheck work with duid based fstab. Missed one open() -> opendev() | Kenneth R Westerback |
2012-05-31 | Currently, mg's cursor jumps from top to bottom of the screen as you | lum |
2012-05-31 | Fix blank line handling in .if. | Ingo Schwarze |
2012-05-30 | ansi | Theo de Raadt |
2012-05-30 | Oops, when we moved _POSIX_SAVED_IDS from sys/unistd.h to unistd.h, it | Matthew Dempsky |
2012-05-30 | Move the _SC_* and _CS_* configurable system variables and strings | Matthew Dempsky |
2012-05-30 | Fix a few issues in the pressure logic when the available buffers run low: | Miod Vallat |
2012-05-30 | Correctly compute the IOC3 device mask on MENET boards. | Miod Vallat |
2012-05-30 | more timer changes | Mike Belopuhov |
2012-05-30 | Do not use stderr for log file and don't call log_close when not needed. | Nicholas Marriott |
2012-05-30 | silence warning, as noticed with eric and landry | Marc Espie |
2012-05-30 | Replace a loop with a memset, from Michael W Bombardieri. White here | Nicholas Marriott |
2012-05-30 | Avoid errors with g++ -pedantic by removing throw() from the redeclaration of | Pascal Stumpf |
2012-05-30 | when changing peer's address in the SA, remove the old entry from the | Mike Belopuhov |
2012-05-30 | pass a file descriptor in the msg_fd instead of a function argument | Mike Belopuhov |
2012-05-30 | in -d mode, display an error message before exiting, in the case the | Marc Espie |
2012-05-30 | Reverse part of v1.131. The end of buffer can still be reached so I | lum |
2012-05-29 | do not overwrite the table timeout with the global timeout when a | Sebastian Benoit |
2012-05-29 | Fix tyop in error message; this was copied from/to umount(8)'s umount.c which... | Jasper Lievisse Adriaanse |
2012-05-29 | Make 'mount nfssrv:/path' without mount point work again : | Landry Breuil |
2012-05-29 | - introduce map_static.c as a backend to static maps in parse.y, this has | Gilles Chehade |
2012-05-29 | - introduce text_to_relayhost() which converts an url into a relayhost. | Gilles Chehade |
2012-05-29 | Fix typo in error message ("Cannot MNT PRC"->RPC) | Landry Breuil |
2012-05-29 | Document a possibility to disable the Sync-on-Green signal by setting | Mike Belopuhov |
2012-05-29 | Make it possible to disable the Sync-on-Green signal by setting the | Mike Belopuhov |
2012-05-29 | improve timer framework; will be needed soon | Mike Belopuhov |
2012-05-29 | Add pane title to choose-window template and use the right index for the | Nicholas Marriott |
2012-05-29 | Use RB_FOREACH_SAFE as winlinks are being removed, from Chris Johnsen. | Nicholas Marriott |
2012-05-29 | Use session from -t for killw -a, from Chris Johnsen. | Nicholas Marriott |
2012-05-29 | When writing the new volume header to disk, write back the whole | Matthew Dempsky |
2012-05-29 | There is no other reference to SYSCLEANUP in the src tree. Remove. | lum |
2012-05-29 | There is no need to use an *init* buffer if we go back and update | lum |
2012-05-29 | Increase the size of some window variables from char to int. This diff | lum |