summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2005-10-07knf and spacing, ok joris@Reyk Floeter
2005-10-07fix fiji dayMichael Shalayeff
2005-10-07sync help message with reality: sort acceptes keyword "pri"Hans-Joerg Hoexer
ok deraadt@
2005-10-07missing progname, clamat@telus.netTheo de Raadt
2005-10-07change DSA default back to 1024, as it's defined for 1024 bits onlyMarkus Friedl
and this causes interop problems with other clients. moreover, in order to improve the security of DSA you need to change more components of DSA key generation (e.g. the internal SHA1 hash); ok deraadt
2005-10-06Add find-file-read-only keybinding (c-X c-R), as in emacs.Kjell Wooding
closes PR4523. Enjoy, jason!
2005-10-06warn when no keywords were found;Joris Vink
2005-10-06Make mg undo much more emacs like (and correct).Kjell Wooding
Undo boundaries are now placed at newlines, and undo of search-replace works as expected. Fixes bad behaviour reported by matthieu Ok deraadt@, beck@
2005-10-06put cpp flags into CPPFLAGS and cleanup ../makefile.inc dupes; joris okMichael Shalayeff
2005-10-06put cpp opts into CPPFLAGS and add a future MLINKS; joris@ okMichael Shalayeff
2005-10-06add those bits i had somewhere in one of my trees;Xavier Santolaria
2005-10-06tweaks;Xavier Santolaria
2005-10-06ident command, written by xsa@ but he is too busy with work right now;Joris Vink
2005-10-06- keep text concerning the options in the option descriptionsJason McIntyre
- use a list for excluded files - clean up BUGS which is very ugly - use -print0 rather than -print - couple minor bits ok deraadt@
2005-10-06sync rlog_usage() with reality.Niall O'Higgins
2005-10-06support rlog command;Joris Vink
2005-10-06support -n and -k flags;Joris Vink
2005-10-06add -r flag and sync usage;Joris Vink
2005-10-06rcsclean now works;Joris Vink
2005-10-06show fpath when checking out files;Joris Vink
2005-10-06thanks to niallo's diff changes, we now can support rcsdiff;Joris Vink
only basic stuff works, more coming;
2005-10-05- add a diff.h header file, corresponding to public functions in diff.cNiall O'Higgins
and some #defines - include this header in rcs.c - link rcs against diff.c this allows us to use the existing diff work from opencvs within functions in the rcs.c API and thus in rcs programs. paves the way for diff support in usr.bin/rcs programs. ok joris@
2005-10-05open the RCS file with O_TRUNC as well whenJoris Vink
writing new contents to it;
2005-10-05sync usage and add V flag;Joris Vink
2005-10-05- stop gcc's yapping;Joris Vink
- better output when locking and unlocking revisions;
2005-10-05free rl_name as well when freeing the lock list;Joris Vink
2005-10-05- better outputJoris Vink
- free frev when done
2005-10-04- support -l and -u flags;Joris Vink
- better output;
2005-10-04correctly parse the lock section in an RCS file;Joris Vink
2005-10-04various fixups;Jason McIntyre
2005-10-04standard synopsis/usage() and sort options list;Jason McIntyre
2005-10-04ignore the .#* files left over by cvs (and emacs). ok deraadt@, jmc@.Matthieu Herrb
2005-10-04clarify behaviour of -u option;Jason McIntyre
ok otto@
2005-10-04some man pages bits; ok joris nialloXavier Santolaria
2005-10-04document that -k may be specified multiple times,Jason McIntyre
and the effect of doing so; ok otto@
2005-10-04remove ellipsis from -k in usage();Jason McIntyre
2005-10-04write locks to the RCS file;Joris Vink
2005-10-04remove ellipsis following -k in synopsis; my last commit put thisJason McIntyre
in the wrong place, but i think it will be clearer to remove it altogether and improve the description of -k (to follow); ok otto@
2005-10-04couldn't resist...Marco Peereboom
2005-10-03remove traces of non-existent getfstype() function;Jason McIntyre
ok krw@ deraadt@
2005-10-03Relocate check_ip_options call to prevent logging of garbage for connectionsDarren Tucker
with IP options set. bz#1092 from David Leonard, "looks good" deraadt@
2005-10-03revert rcs to rcsprog change,Joris Vink
requested by deraadt@
2005-10-02correctly copy and NUL-terminate deltatext strings so we don't end upJoris Vink
using garbage in rcs_patch_lines().
2005-10-02change the name of the RCS tools binary to rcsprog instead of rcs toJoris Vink
avoid confusion with the rcs command itself. ok xsa and niallo
2005-10-02minor knfXavier Santolaria
2005-10-01toggle support from janus@area319.de. i was unsure, but a few otherTheo de Raadt
people found this very useful
2005-10-01Fix description of -flags. Noted by Magnus Ehman in PR 4527. ok jmc@ jaredy@Otto Moerbeek
2005-09-30deploy .An -nosplit; ok jmcJared Yanovich
2005-09-30missing flags;Joris Vink
2005-09-30allow ci to run, niallo forgot this when he commited his ci code;Joris Vink