summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2005-05-12fix segfault in cvs_resp_error()Joris Vink
2005-05-12make functions static; joris okXavier Santolaria
2005-05-12.Xr script 7Jason McIntyre
2005-05-11missing CF_IGNORE flagJoris Vink
2005-05-11allocation failure checks; ok otto, moritzJared Yanovich
2005-05-11start for the `release' command, need more work; joris okXavier Santolaria
2005-05-11in cvs_resp_removed(), don't abort the operation if we are tryingJoris Vink
2005-05-10correct v6 handling; yanovich@psc.eduTheo de Raadt
2005-05-10report real errors on fallback from ControlMaster=no to normal connectDamien Miller
2005-05-10print nice error message for EADDRINUSE as wellDamien Miller
2005-05-09cvs_getln() can fail and return -1.Joris Vink
2005-05-09Fix mixerctl -qTodd C. Miller
2005-05-05sort options + sync usage()Jason McIntyre
2005-05-05anotherTodd T. Fries
2005-05-03catch stupid gnu cvs behaviour, it sends an empty error messageJoris Vink
2005-05-03Fix some sign issues and make kernel profiling useful on amd64.Artur Grabowski
2005-05-03Better implementation of the hertz function. We use a documented sysctlArtur Grabowski
2005-05-02missing {}Markus Friedl
2005-05-02add missing structs for upcoming commands; joris okXavier Santolaria
2005-05-02- add a small description of final synopsis formJason McIntyre
2005-05-01if CF_MKADMIN flag is specified the administrative files willJoris Vink
2005-05-01spacingTheo de Raadt
2005-05-01anotherjoshua stein
2005-05-01knfTheo de Raadt
2005-05-01_yp_check() is a non-standard API. it leaves the domain bound, and theTheo de Raadt
2005-05-01run password strength checking regexes as user; ok deraadt@Damien Miller
2005-04-29Remove unneeded include. Han Boetes.Otto Moerbeek
2005-04-28anotherDamien Miller
2005-04-28add snprintf checks. ok djm@ markus@Moritz Jodeit
2005-04-28Get rid of unused arg to complete_function_list(). Han Boetes.Otto Moerbeek
2005-04-28That should be FALSE in previous commit.Otto Moerbeek
2005-04-28NULL is not an int. Han Boetes.Otto Moerbeek
2005-04-27make -v print only actual changes and add -V for old behaviour; beck@ okMichael Shalayeff
2005-04-27no need to query the Entries line for files anymore and a bit of cleanupJean-Francois Brousseau
2005-04-27cleanup and initial split between remote and local update codeJean-Francois Brousseau
2005-04-26fallback gracefully if client cannot connect to ControlPath. ok djm@Jakob Schlyter
2005-04-26spelling correction in comment from wiz@netbsd;Jason McIntyre
2005-04-25first part of file API changes:Joris Vink
2005-04-25resurrect missing parts to generate rcsdiff(1)-style diffs with the -nJean-Francois Brousseau
2005-04-25* add missing 'R' flag in diff synopsisJean-Francois Brousseau
2005-04-25set the default branch to 1.1.1 upon import, and remove a strayJean-Francois Brousseau
2005-04-25- use size_t where appropriate.Otto Moerbeek
2005-04-24don't send a Modified request and the file its contents whenJoris Vink
2005-04-24add missing CVS_CMD_ALLOWSPEC flagJoris Vink
2005-04-23Add debug message if read_passphrase can't open /dev/tty; bz #471; ok djm@Darren Tucker
2005-04-22finish support for the '-' token in the Entry file, this allowsJoris Vink
2005-04-22sync add command usage w/ man page; joris okXavier Santolaria
2005-04-22Fix a trivial truncation case, and eliminate a corner case that mightOtto Moerbeek
2005-04-22missing '-R' (force recursion) option for diff.Joris Vink
2005-04-21let the `cvs remove' command work with no file(s) specified as args;Xavier Santolaria