Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-07 | * reverse symbol list order | Jean-Francois Brousseau | |
* allow retrieval and setting of the head revision number | |||
2005-04-07 | Perform proper escaping of the @ character in all RCS strings when | Jean-Francois Brousseau | |
writing the output to the file. ok joris@ | |||
2005-04-07 | Fix RCS parsing for keywords that expect and ID and use cvs_strfree() | Jean-Francois Brousseau | |
instead of free() on the duplicated token string to fix a double-free ok xsa@ | |||
2005-04-07 | Remove birth time from the default formats, we do not support it (yet), but | Otto Moerbeek | |
leave the B format available for the future. ok tedu@ tdeval@ henning@ | |||
2005-04-07 | - Reintroduce getopt(3) for option processing. POSIX requires tools that | Otto Moerbeek | |
take no options to recognize --. - Use basename(3) to do the groundwork, instead of a rolling our own. Visible changes in behaviour: basename "" now returns a dot instead of an empty line; pathnames longer than PATH_MAX will produce an error message. ok deraadt@ jaredy@ millert@ | |||
2005-04-07 | Reintroduce getopt(3) for option processing. POSIX requires tools that | Otto Moerbeek | |
take no options to recognize --. ok deraadt@ jaredy@ millert@ | |||
2005-04-06 | more unused code | Jean-Francois Brousseau | |
2005-04-06 | remove dead and unused code | Joris Vink | |
ok jfb@ | |||
2005-04-06 | unbreak | Jean-Francois Brousseau | |
2005-04-06 | * allow for creation and removal of RCS locks | Jean-Francois Brousseau | |
* add rcs_tag_resolve() to resolve a branch, tag or revision easily | |||
2005-04-06 | start using strtab stuff in RCS code. | Joris Vink | |
ok jfb@, xsa@ | |||
2005-04-06 | make cvs_printf() work as advertised when running as server | Jean-Francois Brousseau | |
2005-04-06 | plug memleak in rcs_splitlines() | Joris Vink | |
ok jfb@ | |||
2005-04-06 | make cvs_findcmd() available to the rest of the program | Jean-Francois Brousseau | |
ok joris@ | |||
2005-04-06 | Fix debug call for port forwards; patch from pete at seebeyond.com, ok djm@ | Darren Tucker | |
2005-04-06 | avoid harmless logspam by not performing setsockopt() on non-socket; ok markus@ | Damien Miller | |
2005-04-06 | make sure we don't try and return csp->cs_str when | Joris Vink | |
cvs_strtab_insert() fails. ok jfb@ | |||
2005-04-05 | a : in the path is not a port # indicator so don't take ones into | Henning Brauer | |
account after the first / behind the hostname, ok jaredy | |||
2005-04-05 | add tcp sack stats, similar to freebsd; ok deraadt | Markus Friedl | |
2005-04-05 | sync and sort usage(). ok jmc@ markus@ | Otto Moerbeek | |
2005-04-04 | realpath is section 3, not 2; | Jason McIntyre | |
2005-04-04 | +.Xr readlink 1 , | Jason McIntyre | |
2005-04-04 | convert to getopt(); ok millert@, otto@ | Robert Nagy | |
2005-04-04 | nlist.h not needed | Theo de Raadt | |
2005-04-03 | Make the processing of patterns collected from files specified by -f | Jared Yanovich | |
delayed so options that affect pattern-building (such as -w) can be applied evenly to all such patterns. ok and help otto, ok millert | |||
2005-04-03 | Protect begin and end of word markers added to the pattern when | Otto Moerbeek | |
using the -w option with parentheses, to avoid operators in the expressions binding to the markers. Compare [[:<:]]foo|bar[[:>:]] and [[:<:]](foo|bar)[[:>:]]. Problem spotted by aaron@; ok millert@ aaron@ jaredy@ | |||
2005-04-03 | Report quotas > 10GB in a readable way. Diff based on PR 2836. | Otto Moerbeek | |
ok deraadt@ | |||
2005-04-03 | Help people find the more or less hidden realpath(3) functionality | Otto Moerbeek | |
in readlink(1), and explain what it does more clearly. ok jmc@ | |||
2005-04-03 | remove readlink stuff; same as otto diff | Theo de Raadt | |
2005-04-03 | cleanup; ok otto | Theo de Raadt | |
2005-04-03 | we do readlink seperately; ok otto | Theo de Raadt | |
2005-04-03 | first round of EX_* exit codes removal; ok joris@. | Xavier Santolaria | |
2005-04-03 | This is a no binary change which does: | David Berghoff | |
- spelling, punctuation fixes - variable declaration lineup - use parentheses for return and sizeof - K&R function declarations -> ANSI - other minor code beautification ok henning@ | |||
2005-04-02 | - simplify synopsis | Jason McIntyre | |
- sort options - sync usage() - simplify a display | |||
2005-04-02 | .Ox history is far more relevant than .Nx history; | Jason McIntyre | |
2005-04-02 | update examples; | Jason McIntyre | |
2005-04-02 | - .Sx | Jason McIntyre | |
- no need to talk about linux | |||
2005-04-02 | Undefine some things which are not conditional any more. No binary change. | Otto Moerbeek | |
ok henning@ | |||
2005-04-02 | - Fix raise for negative exponents (noted by naddy@) | Otto Moerbeek | |
- Fix wrong scale for mantissa < 1. | |||
2005-04-02 | Mention birthtime. | Otto Moerbeek | |
2005-04-02 | Enable birthtime. ok tdeval@ henning@ | Otto Moerbeek | |
2005-04-02 | Unifdef. No binary change. ok henning@ tedu@ | Otto Moerbeek | |
2005-04-02 | since ssh has xstrdup, use it instead of strdup+test. unbreaks -Werror build | Damien Miller | |
2005-04-01 | cleanup; | Jason McIntyre | |
2005-04-01 | hppa64 port | Michael Shalayeff | |
2005-04-01 | crank up buffersize to get rid of truncated requests. | Joris Vink | |
2005-04-01 | make sure we don't do unneeded things for the version command. | Joris Vink | |
2005-04-01 | connect stat(1) to build | Otto Moerbeek | |
2005-04-01 | Welcome stat(1), from NetBSD. grrrrrok deraadt@ ok henning@ tdeval@ tedu@ | Otto Moerbeek | |
2005-04-01 | these commands said "blocks" when they meant "KBytes" (they even calculated | Theo de Raadt | |
it so). pointed out by janc@cyberspace.org, pr 3956 |