Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-27 | erste autobahn; grunk@ ok | Michael Shalayeff | |
2006-06-27 | basically replace the iostat view with something that looks like the ifstat | David Gwynne | |
view. noone seemed particularly attached to the last one, so this is going in. from deanna phillips | |||
2006-06-27 | add message on session close | Michael Coulter | |
2006-06-27 | improve output during cd writing; ok mjc | Theo de Raadt | |
2006-06-26 | mention optional bind_address in runtime port forwarding setup | Damien Miller | |
command-line help. patch from santhi.amirta AT gmail.com | |||
2006-06-26 | darwin's turtle is nomore | Michael Shalayeff | |
2006-06-26 | wicontrol went away | Theo de Raadt | |
2006-06-23 | free and sl_free already check against NULL, remove a few unneeded ifs. | Steven Mestdagh | |
ok otto | |||
2006-06-22 | - tweak the -f description | Jason McIntyre | |
- move DISC into an ENVIRONMENT section - make the tao option list -compact - uppercase `cddb' | |||
2006-06-22 | fix zuse and turing | Michael Shalayeff | |
2006-06-21 | retry if sense code indicates not ready. fixes writing for drives | Michael Coulter | |
that issue long write in progress if the write buffer is full. ok deraadt@ | |||
2006-06-20 | Typo. | Ray Lai | |
From Alexander Hall (alexander at hakan dot beard dot se). | |||
2006-06-19 | oops, forgot \n at end of kqueue lines; Nicholas Marriott | Theo de Raadt | |
2006-06-19 | kill local and remote callback and just have one called fileproc. | Joris Vink | |
we let the commands pass the correct function. all in preparation for remote. | |||
2006-06-18 | Fix memleak; From Coverity Scan, CID 3135. | Jasper Lievisse Adriaanse | |
From simonb NetBSD ok naddy@, otto@ | |||
2006-06-16 | change a cvs_buf_load() to cvs_buf_load_fd() | Joris Vink | |
spotted by xsa@ a few days ago | |||
2006-06-16 | lint cleanup | Theo de Raadt | |
2006-06-16 | in preparation for the new remote code, proto.h becomes obsolete. | Joris Vink | |
2006-06-16 | add support for -d; OK joris@. | Xavier Santolaria | |
2006-06-15 | put fd into track's struct so we can fail earlier | Michael Coulter | |
'looks good' pat@ | |||
2006-06-14 | simplify cvs_hack_time() and the way it is called; | Joris Vink | |
2006-06-14 | saying todays is every day does not work in out calendar | Michael Shalayeff | |
2006-06-14 | useless casts are so the 80s | Joris Vink | |
2006-06-14 | i mixed up the offset and whence variables for lseek(2) | Joris Vink | |
2006-06-14 | handle existing CVS/Tag file when adding new directories. OK joris@. | Xavier Santolaria | |
2006-06-14 | add cvs_buf_load_fd() which does the same as cvs_buf_load() | Joris Vink | |
except it takes a decriptor as argument instead of a path. modified cvs_buf_load() to open the descriptor then pass it to cvs_buf_load_fd(). change all the calls to cvs_buf_load() that have a descriptor open for the path to cvs_buf_load_fd() to prevent races. | |||
2006-06-14 | zap myuid variable, it is not used for anything usefull. | Joris Vink | |
2006-06-14 | limit the number of pre-banner characters we will accept; ok markus@ | Damien Miller | |
2006-06-13 | be more accurate in describing what happened | Joris Vink | |
when we cannot see the repository the user wants to work with. | |||
2006-06-13 | better usage | Joris Vink | |
2006-06-13 | files that are not checked out are not up-to-date, consider | Joris Vink | |
this a conflict and block the commit when we encounter any of these. and make an error message a bit more fluffy and accurate. | |||
2006-06-13 | revert; i am on drugs. spotted by alexander AT beard.se | Damien Miller | |
2006-06-13 | fix a pasto in a comment: wxfers are for writes, not reads. | David Gwynne | |
found by deanna | |||
2006-06-13 | always use a format string, even when printing a constant | Damien Miller | |
2006-06-12 | bring back a working version of the `cvs init' command. OK joris@. | Xavier Santolaria | |
2006-06-11 | - clean up rcs_expand_keywords() a little more. | Niall O'Higgins | |
2006-06-11 | - zap unused variable | Niall O'Higgins | |
2006-06-11 | remove unused variable | Joris Vink | |
from Jasper Lievisse Adriaanse. | |||
2006-06-10 | update .Nd, SYNOPSIS, and DESCRIPTION, after alexey e. suslikov pointed | Jason McIntyre | |
out that it was a bit dated; ok mjc | |||
2006-06-09 | - fix rcs_expand_keywords(). | Niall O'Higgins | |
reported by Andreas Kahari <andreas.kahari at gmail>, input from joris@ | |||
2006-06-09 | handle `cvs tag -F'; input && OK joris@. | Xavier Santolaria | |
2006-06-08 | do not set the gid, noted by solar; ok djm | Markus Friedl | |
2006-06-07 | a bug in cvs_mkpath() prevented to create the CVS admin directory and | Reyk Floeter | |
files under some special circumstances. remove a bogus stat() check to fix it. ok joris@ | |||
2006-06-07 | bring back tag command; basic tag addition/deletion available. OK joris@. | Xavier Santolaria | |
2006-06-07 | bring back -v support; OK joris@. | Xavier Santolaria | |
2006-06-07 | this file is public domain; | Jason McIntyre | |
problem reported by will h. backman; sorted with the author's permission - thanks henry spencer. | |||
2006-06-07 | add support for <name>,t file: | Xavier Santolaria | |
- add: creates <name>,t file with initial description if -m option was used. - commit: uses <name>,t content (if it exists) to set the file description OK joris@. | |||
2006-06-07 | document that tip(1) can set the line discipline. | Marc Balmer | |
ok deraadt | |||
2006-06-06 | teach tip about line disciplines; tried by mbalmer too | Theo de Raadt | |
2006-06-06 | minor cleanup | Theo de Raadt | |