summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2006-06-30CLEANFILES no longer needed since this is now done by bsd.*.mkOtto 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-29change bytes to kilobytes so i dont have to think about where megabytesDavid Gwynne
start.
2006-06-29gastelloMichael Shalayeff
2006-06-29it is a really good idea to store the result cvs_buf_load_fd returnsJoris Vink
in bp, considering we depend on that. found by reyk who is now my favorite german person, 10x.
2006-06-28use 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-28print less verbose messages for cvs commit and add if the -q/-Q flagReyk Floeter
has been specified. ok joris@
2006-06-28do not fail when we are trying to commit a newly added file when the CVS/*,tJoris Vink
file is not present for the file. spotted and tested by reyk@ okay xsa@
2006-06-28pobeda preved; from formMichael Shalayeff
2006-06-28add assassination of Franz Ferdinand and Treaty of VersaillesJasper Lievisse Adriaanse
ok mickey
2006-06-28update the `iostat' section; from deanna phillipsJason McIntyre
ok dlg
2006-06-28mark up a `>';Jason McIntyre
2006-06-28update the `ifstat' entry;Jason McIntyre
based on a diff from deanna phillips, with some wording from dlg
2006-06-2797 merger; from king of nynexMichael Shalayeff
2006-06-27add Lord KelvinJasper Lievisse Adriaanse
ok mickey
2006-06-27elvis presley's last concertJasper Lievisse Adriaanse
ok mickey
2006-06-27add rasputin and tolkien; from jasper@nedbsd.nlMichael Shalayeff
2006-06-27handy addition from jasper@nedbsd.nlMichael Shalayeff
2006-06-27erste autobahn; grunk@ okMichael Shalayeff
2006-06-27basically replace the iostat view with something that looks like the ifstatDavid Gwynne
view. noone seemed particularly attached to the last one, so this is going in. from deanna phillips
2006-06-27add message on session closeMichael Coulter
2006-06-27improve output during cd writing; ok mjcTheo de Raadt
2006-06-26mention optional bind_address in runtime port forwarding setupDamien Miller
command-line help. patch from santhi.amirta AT gmail.com
2006-06-26darwin's turtle is nomoreMichael Shalayeff
2006-06-26wicontrol went awayTheo de Raadt
2006-06-23free and sl_free already check against NULL, remove a few unneeded ifs.Steven Mestdagh
ok otto
2006-06-22- tweak the -f descriptionJason McIntyre
- move DISC into an ENVIRONMENT section - make the tao option list -compact - uppercase `cddb'
2006-06-22fix zuse and turingMichael Shalayeff
2006-06-21retry if sense code indicates not ready. fixes writing for drivesMichael Coulter
that issue long write in progress if the write buffer is full. ok deraadt@
2006-06-20Typo.Ray Lai
From Alexander Hall (alexander at hakan dot beard dot se).
2006-06-19oops, forgot \n at end of kqueue lines; Nicholas MarriottTheo de Raadt
2006-06-19kill 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-18Fix memleak; From Coverity Scan, CID 3135.Jasper Lievisse Adriaanse
From simonb NetBSD ok naddy@, otto@
2006-06-16change a cvs_buf_load() to cvs_buf_load_fd()Joris Vink
spotted by xsa@ a few days ago
2006-06-16lint cleanupTheo de Raadt
2006-06-16in preparation for the new remote code, proto.h becomes obsolete.Joris Vink
2006-06-16add support for -d; OK joris@.Xavier Santolaria
2006-06-15put fd into track's struct so we can fail earlierMichael Coulter
'looks good' pat@
2006-06-14simplify cvs_hack_time() and the way it is called;Joris Vink
2006-06-14saying todays is every day does not work in out calendarMichael Shalayeff
2006-06-14useless casts are so the 80sJoris Vink
2006-06-14i mixed up the offset and whence variables for lseek(2)Joris Vink
2006-06-14handle existing CVS/Tag file when adding new directories. OK joris@.Xavier Santolaria
2006-06-14add 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-14zap myuid variable, it is not used for anything usefull.Joris Vink
2006-06-14limit the number of pre-banner characters we will accept; ok markus@Damien Miller
2006-06-13be more accurate in describing what happenedJoris Vink
when we cannot see the repository the user wants to work with.
2006-06-13better usageJoris Vink
2006-06-13files that are not checked out are not up-to-date, considerJoris 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-13revert; i am on drugs. spotted by alexander AT beard.seDamien Miller