Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-30 | CLEANFILES no longer needed since this is now done by bsd.*.mk | Otto Moerbeek | |
2006-06-29 | - use <dirent.h> not <sys/dir.h> (this appeases FreeBSD's annoying #warning) | Jason Wright | |
- grab <sys/time.h> before <sys/resource.h> like getrusage(2) says ok kjell | |||
2006-06-29 | change bytes to kilobytes so i dont have to think about where megabytes | David Gwynne | |
start. | |||
2006-06-29 | gastello | Michael Shalayeff | |
2006-06-29 | it is a really good idea to store the result cvs_buf_load_fd returns | Joris Vink | |
in bp, considering we depend on that. found by reyk who is now my favorite german person, 10x. | |||
2006-06-28 | use quiet mode (-q) by default and add a flag -V for the old "verbose" | Reyk Floeter | |
mode. if you really need to know all the details (the old GNU'ish behaviour), use -V or even -t for tracing. ok joris@ | |||
2006-06-28 | print less verbose messages for cvs commit and add if the -q/-Q flag | Reyk Floeter | |
has been specified. ok joris@ | |||
2006-06-28 | do not fail when we are trying to commit a newly added file when the CVS/*,t | Joris Vink | |
file is not present for the file. spotted and tested by reyk@ okay xsa@ | |||
2006-06-28 | pobeda preved; from form | Michael Shalayeff | |
2006-06-28 | add assassination of Franz Ferdinand and Treaty of Versailles | Jasper Lievisse Adriaanse | |
ok mickey | |||
2006-06-28 | update the `iostat' section; from deanna phillips | Jason McIntyre | |
ok dlg | |||
2006-06-28 | mark up a `>'; | Jason McIntyre | |
2006-06-28 | update the `ifstat' entry; | Jason McIntyre | |
based on a diff from deanna phillips, with some wording from dlg | |||
2006-06-27 | 97 merger; from king of nynex | Michael Shalayeff | |
2006-06-27 | add Lord Kelvin | Jasper Lievisse Adriaanse | |
ok mickey | |||
2006-06-27 | elvis presley's last concert | Jasper Lievisse Adriaanse | |
ok mickey | |||
2006-06-27 | add rasputin and tolkien; from jasper@nedbsd.nl | Michael Shalayeff | |
2006-06-27 | handy addition from jasper@nedbsd.nl | Michael Shalayeff | |
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 | |