Age | Commit message (Expand) | Author |
2005-04-14 | use f{chown,chmod,utimes,chflags} instead; done with hshoexer, ok otto mickey | Theo de Raadt |
2005-04-14 | completely fix the diff command | Joris Vink |
2005-04-14 | arg to -b is an address, not if_name; | Jason McIntyre |
2005-04-14 | set ret to 0 after using it to check snprintf() so that | Joris Vink |
2005-04-13 | file callbacks won't return -1 anymore, but a CVS_EX_* error | Joris Vink |
2005-04-13 | use the option string from the cvs_cmd entry instead of keeping a | Jean-Francois Brousseau |
2005-04-13 | * accept the -N option to suppress logging of tags | Jean-Francois Brousseau |
2005-04-13 | do not trust snprintf return value; ok otto mickey | Theo de Raadt |
2005-04-13 | cleanup and split the log code into two separate functions for local | Jean-Francois Brousseau |
2005-04-13 | make rcsnum_tostr() return an empty string if the RCSNUM is NULL | Jean-Francois Brousseau |
2005-04-13 | cache leftovers | Jean-Francois Brousseau |
2005-04-13 | dead code. | Joris Vink |
2005-04-13 | check return values of snprintf() for potential overflows or errors | Jean-Francois Brousseau |
2005-04-13 | cmd_helper() returns error codes > 0 or 0 on success. | Joris Vink |
2005-04-13 | Always use lex in interactive mode. Makes bc running as a co-process | Otto Moerbeek |
2005-04-13 | use STD{IN,OUT,ERR}_FILENO | Theo de Raadt |
2005-04-13 | use STDERR_FILENO | Theo de Raadt |
2005-04-12 | more cvsd(8) cleanup; | Xavier Santolaria |
2005-04-12 | cvsd(8) references cleanup; ok joris@. | Xavier Santolaria |
2005-04-12 | don't show unneeded error messages. | Joris Vink |
2005-04-12 | use the new CVS_EX_* error codes here as well. | Joris Vink |
2005-04-12 | handle files which have been lost or that have no associated entry | Jean-Francois Brousseau |
2005-04-12 | * 'Up to date' --> 'Up-to-date', and add the 'Lost' status string | Jean-Francois Brousseau |
2005-04-12 | tell about the CVS_EX_* error codes, as we do not use sysexits.h anymore; | Xavier Santolaria |
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 |