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