summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2005-10-30restart_point is of type off_t, so use it with fseeko() and cast itNikolay Sturm
to long long for printing this way we can reget partially downloaded files of more than 2GB on i386 noticed by Thilo Hannemann <hannemann at physnet.uni-hamburg.de> ok djm@
2005-10-30nuke trailing whitespaces;Xavier Santolaria
2005-10-30string fix;Xavier Santolaria
2005-10-30no need to escape single quotes in comments, no binary changeDamien Miller
2005-10-30remove trailing whitespace;Jason McIntyre
2005-10-30Check for connections with IP options earlier and drop silently. ok djm@Darren Tucker
2005-10-30fix misleading debug message; ok dtucker@Damien Miller
2005-10-30make ssh-keygen discard junk from server before SSH- ident, spotted byDamien Miller
dave AT cirt.net; ok dtucker@
2005-10-30mention control socket fallback behaviour, reported by tryponraj AT gmail.comDamien Miller
2005-10-29- sync checkin_usage()Niall O'Higgins
2005-10-29- document `-s' option.Niall O'Higgins
2005-10-29- add two new functions to RCS api: rcs_state_set() and rcs_state_check()Niall O'Higgins
- use these two new functions to implement -s<state> option in ci ok joris@
2005-10-29document -u;Xavier Santolaria
2005-10-29rcsclean -u support; ok joris nialloXavier Santolaria
2005-10-29do not put a .Pp before a display;Jason McIntyre
2005-10-28sort is part of posix so document it as such. more importantly list ourDavid Gwynne
extensions so hopefully people moving scripts to other platforms wont get too confused. this has been bothering me since -z was added. big help from and ok jmc@
2005-10-28print RCS file info too;Xavier Santolaria
2005-10-28document `-L';Xavier Santolaria
2005-10-28add support for `-L'; niallo okXavier Santolaria
2005-10-27document TMPDIR env variable;Xavier Santolaria
2005-10-27TMPDIR support; joris okXavier Santolaria
2005-10-27if cvs_file_loadinfo fails, return failure to the caller insteadJoris Vink
of acting like everything went fine. this fixes eternal loops in the client which waits for data from the server while the server waits for data from the client. problem found and fixed by Nuno Morgadinho, thanks!
2005-10-26print locker's name and rev number for locked revisions; ok joris nialloXavier Santolaria
2005-10-26diff3_conflicts cleanup; joris okXavier Santolaria
2005-10-263rd arg to F_GETFL fcntl doesn't need to be a pointer, 0 is fine.Todd C. Miller
2005-10-26clarify the description of the ci(1) command behaviour aboutXavier Santolaria
file description and log entries.
2005-10-26dupe name; miod@ confirmedMichael Shalayeff
2005-10-26correct -R behaviour;Xavier Santolaria
2005-10-26install ident and rlog too; joris okXavier Santolaria
2005-10-25minor knf;Xavier Santolaria
2005-10-25nuke trailing whitespaces;Xavier Santolaria
2005-10-25-T here too;Xavier Santolaria
2005-10-25-T is kept for compatibility with other RCS commands here too;Xavier Santolaria
2005-10-25missed that in previous commit;Xavier Santolaria
2005-10-25dont' -> don't in comments;Jason McIntyre
from ray lai;
2005-10-25put HISTORY section in the right place;Jason McIntyre
2005-10-25Make set_common_sockopts() a void since it doesn't return anything anyway.Darren Tucker
Makes netcat -Wall clean. ok djm@
2005-10-25Add a -T option to nc to allow setting of IP type-of-service bits onDarren Tucker
connections. Man page corrections jmc@, code corrections and ok djm@
2005-10-24output tweaks;Xavier Santolaria
2005-10-24first bits for RCS intro; input/ok jmc, "fine" joris.Xavier Santolaria
more to come ...
2005-10-24.Xr rcsmerge(1);Xavier Santolaria
2005-10-23add extern int diff3_conflicts to unbreak. bad joris.Niall O'Higgins
2005-10-23correct error message;Xavier Santolaria
2005-10-23warn if conflicts were found during the merge;Joris Vink
2005-10-23better output;Joris Vink
2005-10-23with recent diff3 support, rcsmerge now works;Joris Vink
2005-10-23shut up gcc;Joris Vink
2005-10-23- correctly terminate buffer in edscript(), noted by pedro@Joris Vink
- fix patching for large files;
2005-10-22fix warning when compiling usr.bin/rcsJoris Vink
2005-10-22need util.c for diff3Joris Vink