Age | Commit message (Expand) | Author |
2005-04-12 | introduce our own set of error codes used by the commands to report | Joris Vink |
2005-04-12 | * handle errors when loading delta branches | Jean-Francois Brousseau |
2005-04-12 | add '-W interface' for 802.11 wireless statistics of the net80211 stack. | Reyk Floeter |
2005-04-12 | Special-case the old basename "" returns "" behaviour. Some people | Otto Moerbeek |
2005-04-11 | remove silly optimization which should eventually save | Moritz Jodeit |
2005-04-11 | modify handling of RCS delta texts so we can handle arbitrary binary | Jean-Francois Brousseau |
2005-04-11 | handle snprintf return value overflow case; ok otto | Theo de Raadt |
2005-04-11 | use STDERR_FILENO; ok cloder | Theo de Raadt |
2005-04-11 | open the RCS files in write mode by default to allow modifications | Jean-Francois Brousseau |
2005-04-11 | fix year value in RCS output | Jean-Francois Brousseau |
2005-04-11 | don't include sysexits.h now we don't use those error codes | Joris Vink |
2005-04-11 | remove EX_USAGE error codes | Joris Vink |
2005-04-11 | handle -1 potential case from snprintf too | Theo de Raadt |
2005-04-11 | knf; cloder ok | Theo de Raadt |
2005-04-11 | pass size of right buffer to strlcat. ok deraadt@ | Otto Moerbeek |
2005-04-11 | getting tired of explaining this: snprintf does not return how many | Theo de Raadt |
2005-04-11 | move two snprintf out so easier to audit | Theo de Raadt |
2005-04-11 | also handle snprintf returning -1, trivial | Theo de Raadt |
2005-04-11 | spacing | Theo de Raadt |
2005-04-11 | spacing | Theo de Raadt |
2005-04-10 | Initialize len before calling accept(2). from mpech@, ok millert@ | Otto Moerbeek |
2005-04-10 | the arg to -F is not optional; | Jason McIntyre |
2005-04-09 | replace tilde_expand_filename with a simpler implementation, ahead of more | Damien Miller |
2005-04-08 | ~. was not being marked up properly; | Jason McIntyre |
2005-04-07 | * reverse symbol list order | Jean-Francois Brousseau |
2005-04-07 | Perform proper escaping of the @ character in all RCS strings when | Jean-Francois Brousseau |
2005-04-07 | Fix RCS parsing for keywords that expect and ID and use cvs_strfree() | Jean-Francois Brousseau |
2005-04-07 | Remove birth time from the default formats, we do not support it (yet), but | Otto Moerbeek |
2005-04-07 | - Reintroduce getopt(3) for option processing. POSIX requires tools that | Otto Moerbeek |
2005-04-07 | Reintroduce getopt(3) for option processing. POSIX requires tools that | Otto Moerbeek |
2005-04-06 | more unused code | Jean-Francois Brousseau |
2005-04-06 | remove dead and unused code | Joris Vink |
2005-04-06 | unbreak | Jean-Francois Brousseau |
2005-04-06 | * allow for creation and removal of RCS locks | Jean-Francois Brousseau |
2005-04-06 | start using strtab stuff in RCS code. | Joris Vink |
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 |
2005-04-06 | make cvs_findcmd() available to the rest of the program | Jean-Francois Brousseau |
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 |
2005-04-05 | a : in the path is not a port # indicator so don't take ones into | Henning Brauer |
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 |
2005-04-03 | Protect begin and end of word markers added to the pattern when | Otto Moerbeek |