summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2008-10-10use 'Privileged ports can be forwarded only when logging in as root onKevin Steves
2008-10-10typo in error message; ok djm@Kevin Steves
2008-10-10spelling in comment; ok djm@Kevin Steves
2008-10-09cvs(1) uses a config file to know about the $OpenBSD$ expansion keyword,Theo de Raadt
2008-10-09Now that len is set later in compile_subst() we need to move theTodd C. Miller
2008-10-09remove unused variableCharles Longeau
2008-10-09In compile_subst(), adjust for the fact that the initial bufferTodd C. Miller
2008-10-09Don't strip newline when reading lines; matches the original behavior.Todd C. Miller
2008-10-09add -y to usage();Jason McIntyre
2008-10-09- add -d to usageJason McIntyre
2008-10-09support setting PermitEmptyPasswords in a Match blockDamien Miller
2008-10-08Add -y option to force logging via syslog rather than stderr.Damien Miller
2008-10-08document -d. ok millert@Martynas Venckus
2008-10-08use (unsigned) in rate calculation for > 2 billion interrupts. This willTheo de Raadt
2008-10-08Allow sed to handle arbitrarily long lines. Also plug a memoryTodd C. Miller
2008-10-08For "gunzip -N", the name stored in the gzip header has no directory,Todd C. Miller
2008-10-08Fix the order of traversal when printing the queues. Properly placesCan Erkin Acar
2008-10-07The 'l' command should not encode newlines. Also document thatTodd C. Miller
2008-10-07There is no /usr/old/bin/sed so compare test results against /usr/bin/sedTodd C. Miller
2008-10-07Do not display file offsets and a few other pieces of information, exceptTheo de Raadt
2008-10-06Update awk to version 20071023; OK deraadt@Todd C. Miller
2008-10-06give working examples (s/timespec/time/ for variables exported)Todd T. Fries
2008-10-06parse all arguments before going and doing the job requested by -PTheo de Raadt
2008-10-03Repair strnvis() buffersize of 4*n+1, with termination gauranteed by theTheo de Raadt
2008-10-03do not give an example of how to chmod files: we can presume the userJason McIntyre
2008-10-02get rid of some unneeded $Id stuffTheo de Raadt
2008-10-02Convert an unchecked strdup to xstrdup. OK deraadt@Todd C. Miller
2008-10-01-s not specified by posix; from Daniel DickmanJason McIntyre
2008-10-01in getrusage(), use RUSAGE_SELF for the current process rather than 0Kevin Lo
2008-09-30Properly display files with embedded colons being xferred via ftd.Todd C. Miller
2008-09-29Add a missing `|' to the description of -perm.Matthias Kilian
2008-09-26support proxies with password.Marc Espie
2008-09-25do not hardcode the editor name in the message displayed by "-r"Igor Sobrado
2008-09-24remove unused functionCharles Longeau
2008-09-19documentation tweaks; synchronize synopsis and usage.Igor Sobrado
2008-09-18unbreak for gcc2 archs; declaration before code!Todd T. Fries
2008-09-18remove unused variableCharles Longeau
2008-09-17try getlogin() to get the real username when comitting files as root.Reyk Floeter
2008-09-16netstat statistics for pflow(4) via pseudo familyJoerg Goltermann
2008-09-15Similar to route(8) change mask rtm->rtm_priority with RTP_MASK to showClaudio Jeker
2008-09-15- describe how printf(1) and printf(3) %e, %E, %g, %G, %a, %A behaveMartynas Venckus
2008-09-15Expose the undo commands as proper mg functions.Kjell Wooding
2008-09-15Enable dirty buffer detection in mg.Kjell Wooding
2008-09-14describe %a/%A. from freebsdMartynas Venckus
2008-09-12Move the revision selection in front of output, so errors won't mix upTobias Stoeckmann
2008-09-12Plugged two memory leaks which could be encountered while using -r argumentTobias Stoeckmann
2008-09-12Be also very conservative about the supplied revision for state changes,Tobias Stoeckmann
2008-09-12Be very conservative about state changes with "admin -s". With GNU CVSTobias Stoeckmann
2008-09-11only send eow and no-more-sessions requests to openssh 5 and newer;Markus Friedl
2008-09-08- add descriptions for %F, and infinity/not-a-number from printf(3)Martynas Venckus