summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2005-07-07more snprintf(3) checks, check against the correctJoris Vink
size of the buffer, close RCSFILE on error. ok xsa@
2005-07-07add info message when examining directories; Ok joris@.Xavier Santolaria
2005-07-07remove trailing whitespacesJoris Vink
from deraadt@
2005-07-07snprintf(3) checks.Joris Vink
ok xsa@
2005-07-07arrange list of hash algorithms as previously done for skeyinit(1);Jason McIntyre
2005-07-07add comment;Xavier Santolaria
2005-07-07display what we should in case the file is unknown to cvs. Ok joris@.Xavier Santolaria
2005-07-06- tidy up SYNOPSISJason McIntyre
- sort options - sync usage() - more minor tweaks
2005-07-06- use nroff symbolsJason McIntyre
- use ksh prompt instead of csh prompt for EXAMPLES
2005-07-06- simplify SYNOPSISJason McIntyre
- sync usage()
2005-07-06alter spacing of usage() so we don;t get a line break if skey isJason McIntyre
invoked as otp-rmd160;
2005-07-06- tidy up SYNOPSISJason McIntyre
- sort options - sync usage() - other small tweaks
2005-07-06oops, $macro was documented, just not where i expected it; reword andJason McIntyre
make it a bit easier to find;
2005-07-06add explicit comments for file status;Xavier Santolaria
2005-07-06correct file status strings;Xavier Santolaria
2005-07-06clarify meaning of ssh -b ; with & ok jmc@Darren Tucker
2005-07-06- now that `macdef' is nicely documented, tell people how to use itJason McIntyre
- replace `>' w/ groff char
2005-07-06improve the description of `macdef';Jason McIntyre
from netbsd -r1.110: patch from david h. gutteridge, pr #24296;
2005-07-06sync spell usage() w/ man page synopsis;Jason McIntyre
ok deraadt@
2005-07-06spacingTheo de Raadt
2005-07-06warning clean and constinessTed Unangst
2005-07-06drop in parsemonth from freebsd.Ted Unangst
use it to parse month, so "cal june 2005" works as expected. if only one arg is given, see if it could be a month ok deraadt
2005-07-05sync usage() w/ man page synopsis;Jason McIntyre
2005-07-05if we can't stat the file and there is no entry for it, don't failJoris Vink
but assume it is a regular file and it is in unknown state. ok xsa@
2005-07-05correct ouput to match gnu/usr.bin/cvs; more to come.Xavier Santolaria
ok joris@.
2005-07-05`No' -> `no' in output; matches gnu/usr.bin/cvs output;Xavier Santolaria
2005-07-05little bit better description of -ml;Jason McIntyre
agreed w/ wiz@netbsd
2005-07-05- sort description of -mJason McIntyre
- correct typos in -m description - formatting improvements from wiz@netbsd
2005-07-05sort options, and some formatting improvememnts;Jason McIntyre
from wiz@netbsd
2005-07-05protect against cvs_getln() failure.Joris Vink
ok xsa@
2005-07-05tweaks;Jason McIntyre
2005-07-04add HISTORYRobert Nagy
2005-07-04- add tunerctl to the buildJacob Meuser
ok deraadt@
2005-07-04- tunerctl is a program for controlling /dev/tunerN devices associatedJacob Meuser
with bktr(4) devices ok deraadt@
2005-07-04don't forget to set x11_saved_displayMarkus Friedl
2005-07-04fix Xr and a little grammar;Jason McIntyre
2005-07-04start server support for annotate command + some cleanup; ok joris@.Xavier Santolaria
2005-07-04enable all commands; ok joris@.Xavier Santolaria
2005-07-04make these use setres[ug]id for simple privilege dropping;Damien Miller
ok deraadt@ millert@ moritz@
2005-07-04implement support for X11 and agent forwarding over multiplex slaveDamien Miller
connections. Because of protocol limitations, the slave connections inherit the master's DISPLAY and SSH_AUTH_SOCK rather than distinctly forwarding their own. ok dtucker@ "put it in" deraadt@
2005-07-01NUL-terminate the screen buffer in u_process(), since it is passed toJared Yanovich
strlen() in line_buffer() (requires allocating an extra byte for it). from markus, ok deraadt
2005-07-01|| should && instead ...Xavier Santolaria
2005-07-01more output tweaks in server mode ..Xavier Santolaria
2005-07-01fix output when using in server mode; more to come ... ok jorisXavier Santolaria
2005-07-01don't free() if getaddrinfo() fails; report mpech@Markus Friedl
2005-07-01- plug memleak in cvs_file_getdir().Joris Vink
- fix behaviour regarding unknown directories. ok xsa@
2005-07-01Replace numeric argument handling (e.g. last -30) with something thatTodd C. Miller
can deal with mixer number and normal arguments, adapted from my code in diff(1). OK deraadt@
2005-06-30flesh out DESCRIPTION somewhat and make it more useful;Jason McIntyre
improvements + ok: jaredy@ tom@
2005-06-30remove CF_KNOWN flag and move the CVS_FST_UNKNOWN check above theJoris Vink
one that looks if CVSFILE is a directory, so we get a correct output of unknown files in server mode. discussed with and ok xsa@
2005-06-30missing method checks in pre_exec handler.Joris Vink
ok xsa@