summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2006-06-02various spelling fixesDavid Krause
2006-06-02- at end of checkin_main loop, reset pb.newrev. fixes a problem with checkinNiall O'Higgins
2006-06-02Rework logic for function argument conversion warnings. Only do certainChad Loder
2006-06-02Show interface state and link state in ifstat output. Idea and OK dlg@Claudio Jeker
2006-06-02strtoul() -> strtonum(). Also change iflag to unsigned int, sinceRay Lai
2006-06-02Replaced by new stuff in regressIan Darwin
2006-06-01Remove two unnecessary strlen() calls. Also, check if asprintfRay Lai
2006-06-01- rcs_buf_release() has no need for u_char since it returns void *Niall O'Higgins
2006-06-01- zap dangling macro, will be replaced with a function later.Niall O'Higgins
2006-06-01fix outputJoris Vink
2006-06-01import work on existing repos:Joris Vink
2006-06-01major rewrite of some rcs parsing stuff:Joris Vink
2006-06-01Like DENIC, DK-HOSTMASTER is requires extra attention. This makes youMichael Knudsen
2006-06-01kill another superfluous strlenKjell Wooding
2006-06-01Style. no practical change.Kjell Wooding
2006-06-01Fix message on empty goto-line. While here, lose a strlen and KNF.Kjell Wooding
2006-06-01call get_remote_ipaddr() early; fixes logging after client disconnects;Markus Friedl
2006-06-01Display line number in the mg statusbar. Yes, it seems like a fuglyKjell Wooding
2006-06-01tidy up the "tao" section;Jason McIntyre
2006-06-01minor tweaksTheo de Raadt
2006-06-01add checks for disc size before we set out trying to burn 4gbMichael Coulter
2006-06-01better command line usage as suggested by deraadt@Michael Coulter
2006-06-01fix styleKjell Wooding
2006-06-01make // /~ path rewriting optional in adjustname() and use it everywhereJason Wright
2006-06-01Initialize current window, and clear the readonly flag earlier in fileKjell Wooding
2006-06-01Make transpose (c-T) undoable.Kjell Wooding
2006-06-01find-file-other-window and find-buffer-other-window should splitKjell Wooding
2006-06-01Cleanup, and a new one from Aleksander Piotrowski:Kjell Wooding
2006-05-31when adding a new file that already exists set the previousJoris Vink
2006-05-31bogus value in cdb. excess cut n' paste.Michael Coulter
2006-05-31add support for the export command.Joris Vink
2006-05-31support -p flag for diff, makes dlg@ feel all warmJoris Vink
2006-05-31better description for the volume commands; ok mjcJason McIntyre
2006-05-31have rcs_translate_tag translate branches too, whichJoris Vink
2006-05-31be smarter when comparing 2 revisions to each other.Joris Vink
2006-05-31tweaks;Jason McIntyre
2006-05-31add license blockMichael Coulter
2006-05-31set diff_rev2 to file_rcsrev when we are usingJoris Vink
2006-05-31dont check for FILE_UNKNOWN twice,Joris Vink
2006-05-31don't spin if the tty (think ucom) goes awayJason Wright
2006-05-31when blanking, if fd is already open read-only, re-open read/writeMichael Coulter
2006-05-31allow commit to ressurect added files that exist in Attic/Joris Vink
2006-05-31add rewritable blanking and track-at-once burning supportMichael Coulter
2006-05-30fix diff -rrevision usageJoris Vink
2006-05-30only look into the Attic for certain commandsJoris Vink
2006-05-30correctly handle unknown file in removeJoris Vink
2006-05-30ugh forgot to change cvs_file_classify here too.Joris Vink
2006-05-30change cvs_file_classify here to, forgot to commit thisJoris Vink
2006-05-30fill in the correct revision number we will want in file_rcsrevJoris Vink
2006-05-30prettier output when removing files;Joris Vink