summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2005-05-18build a local copy of the client's source tree when acting as a server.Joris Vink
2005-05-18add `dir' arg in release cmd synopsis;Xavier Santolaria
2005-05-18fix error message; ok ianJared Yanovich
2005-05-17gnu m4 mode does not heed end of lines.Marc Espie
2005-05-17enable `release' command; tested & ok joris@.Xavier Santolaria
2005-05-17basic update code, needs more work; ok joris@.Xavier Santolaria
2005-05-16check return value from strdelim() for NULL (AddressFamily); mpechMarkus Friedl
2005-05-16Do not call out mkdir -p, but reuse the code from mkdir(1).Marc Espie
2005-05-15Fix insert-buffer prompt format string. strlcpy returns size_t, not intChad Loder
2005-05-15simple error message cleanupReyk Floeter
2005-05-15- simplify usageJared Yanovich
2005-05-15damn, one more...Jason McIntyre
2005-05-15oops. grasp of alphabet...slipping...Jason McIntyre
2005-05-15When checking for comment characters using negative pointer arithmeticTodd C. Miller
2005-05-15Make usage/SYNOPSIS saner and sort the options. With jmc@Todd C. Miller
2005-05-14Replace homegrown getnum() with strtonum() and replace atoi() withTodd C. Miller
2005-05-14kill commented out codeTodd C. Miller
2005-05-14make this use getopt()Todd C. Miller
2005-05-14sort options + sync usage();Jason McIntyre
2005-05-13grab bag of man page updatesJared Yanovich
2005-05-13skylab was in 73 not 72Michael Shalayeff
2005-05-13minor fixesJared Yanovich
2005-05-12add CF_NOFILES flagJoris Vink
2005-05-12set cvsent to NULL if entfile is NULL, fixes a crashJoris Vink
2005-05-12add CF_KNOWN and CF_NOFILES flags; joris okXavier Santolaria
2005-05-12introduce a new flag to the file api: CF_NOFILES, which allows usJoris Vink
2005-05-12snprintf checks; joris okXavier Santolaria
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