Age | Commit message (Expand) | Author |
2004-07-14 | * when writing to an RCS file, escape the funny characters | Jean-Francois Brousseau |
2004-07-14 | fix rcs_findrev()'s searching algorithm | Vincent Labrecque |
2004-07-14 | add a usage string for cvs diff options | Jean-Francois Brousseau |
2004-07-14 | split rcs_patch in rcs_patch/rcs_patchlines | Vincent Labrecque |
2004-07-14 | prototype for cvs_ent_addln() | Jean-Francois Brousseau |
2004-07-14 | Unbreak the Entries loading code and move to a tail queue so we can remove | Jean-Francois Brousseau |
2004-07-14 | buffers should be freed using cvs_buf_free(), not free() | Vincent Labrecque |
2004-07-14 | make adding entries to the Entries file work | Jean-Francois Brousseau |
2004-07-14 | allocate datenum dynamically (XXX - dont do it for each date) | Vincent Labrecque |
2004-07-14 | fix memleak on rcsnum reuse | Vincent Labrecque |
2004-07-14 | prepare the entries interface so we can add entries | Jean-Francois Brousseau |
2004-07-14 | get rid of the newline when copying the root string | Jean-Francois Brousseau |
2004-07-14 | /* line is not NUL-terminated */ | Vincent Labrecque |
2004-07-14 | print diffargs correctly instead of a (null). This should make the diff | Jean-Francois Brousseau |
2004-07-14 | int is not ssize_t | Vincent Labrecque |
2004-07-14 | cvsignore support and simpler API for file access | Jean-Francois Brousseau |
2004-07-14 | some stuff to do | Jean-Francois Brousseau |
2004-07-14 | microoptimization! | Vincent Labrecque |
2004-07-14 | * document cvs_init() a bit | Jean-Francois Brousseau |
2004-07-13 | indent an example; | Jason McIntyre |
2004-07-13 | .Xr tcpdrop 8 , | Jason McIntyre |
2004-07-13 | bad macro here too: .I -> .Ar | Jason McIntyre |
2004-07-13 | * make the email address consistent | Jean-Francois Brousseau |
2004-07-13 | * initial import from the cvs-tools module | Jean-Francois Brousseau |
2004-07-13 | Simplify some things now that we only have login.conf to worry about | Todd C. Miller |
2004-07-13 | passwd.conf has been deprecated since login.conf was imported. | Todd C. Miller |
2004-07-12 | Fix incorrect macro, .I -> .Em | Brad Smith |
2004-07-12 | m88k cross-compile goo. | Miod Vallat |
2004-07-11 | oops | Vincent Labrecque |
2004-07-11 | change lower bound to 0, row shouldn't be negative; suggested & ok vincent | Peter Valchev |
2004-07-11 | use strtonum instead of strtoul and don't abuse a long for int | Peter Valchev |
2004-07-11 | spaces | Theo de Raadt |
2004-07-11 | Make newsyslog(8) deal correctly with a count of 0 in newsyslog.conf. | Todd C. Miller |
2004-07-11 | need to byteswap string table size before use for the alien endian a.out | Michael Shalayeff |
2004-07-11 | No need to free() after a failing realloc(), we're bailing out anyway. | Otto Moerbeek |
2004-07-11 | prototypes; ok deraadt | Peter Valchev |
2004-07-10 | xmalloc()->xrealloc() so that patterns larger than _POSIX2_LINE_MAX*2-1 | Otto Moerbeek |
2004-07-09 | #ifdef hpux only for m68k or hppa; this needs a revisit since this shows | Theo de Raadt |
2004-07-09 | better includes for syscalls from kernel | Michael Shalayeff |
2004-07-09 | From the other BSDs: fix a bug that made sed(1) fail if the last | Otto Moerbeek |
2004-07-09 | Properly detect if a patch already has been applied, even if there | Otto Moerbeek |
2004-07-09 | You can only use strlcpy() on real C strings, which lf->buffer is not. | Todd C. Miller |
2004-07-09 | post-mortem stuff can go away here too | Theo de Raadt |
2004-07-09 | remove post-mortem stuff (sysctl only here) | Theo de Raadt |
2004-07-09 | when saving a file, check whether it is newline terminated and if it is not, | Vincent Labrecque |
2004-07-09 | typo from rohee@ | Jason McIntyre |
2004-07-08 | make lint happier; vincent ok | Theo de Raadt |
2004-07-08 | misplaced return NULL in the error path | Vincent Labrecque |
2004-07-08 | simplify the file writing loop | Vincent Labrecque |
2004-07-08 | Prevent scp from skipping the file following a double-error. | Darren Tucker |