summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2009-04-14force magic file to include all magdir files in alphabetical order,Charles Longeau
2009-04-14tried to fix a the-the in the comment, ended up rewriting it. with/from joris@Janne Johansson
2009-04-14Fixed a few the-the misspellings in comments. Skipped a bunch in binutils,gcc...Janne Johansson
2009-04-14remove unused option character from getopt() optstring; ok markus@Kevin Steves
2009-04-13fix possessive; ok djm@Kevin Steves
2009-04-13add a "-T title" option to ftp; this is is used in progress bar mode toTheo de Raadt
2009-04-12document that no leading whitespace is permitted between the option andOkan Demirmen
2009-04-11uppercase Dt, ok jmcTheo de Raadt
2009-04-11Update to sudo 1.7.1Todd C. Miller
2009-04-11- make legacy mode use sio_open(3) (sndio) APIJacob Meuser
2009-04-10avoid Xr to self;Jason McIntyre
2009-04-10Explain the AUDIODEVICE env. variable similarly to how sio_open(3) does.Alexandre Ratchov
2009-04-10don't use the AUDIODEVICE env. variable because sio_open(3) alreadyAlexandre Ratchov
2009-04-10with the recent module-expand changes, we need to useJoris Vink
2009-04-09min/maxdepth do not observe +-;Jason McIntyre
2009-04-07do not try to send a added file that is no longer on diskJoris Vink
2009-04-06Initial check-in of mandoc for formatting manuals. ok deraadt@kristaps
2009-04-06scrub rules goneHenning Brauer
2009-04-06make sure we handle allowed options in cvs_export() insteadJoris Vink
2009-04-05If no patch can be found in input, in addition to complaining on stderr,Stefan Sperling
2009-04-04don't try to free stuff we shouldnt free, really.Joris Vink
2009-04-04properly expand modules if requested by the client,Joris Vink
2009-04-04Fix the byte order of the rule field in state view.Can Erkin Acar
2009-04-03Show interface description names in "systat if 1"; some help from canacarTheo de Raadt
2009-04-03i fucked up last night, bad so partially revert a piece ofJoris Vink
2009-04-03my last commit to diff.c broke diffing in some cases,Joris Vink
2009-04-02properly deal with uptodate files server-side, as they do notJoris Vink
2009-04-02if ce_conflict != NULL, the file should be sentJoris Vink
2009-04-02make sure diffing -rTAG -rTAG works even if files are uptodateJoris Vink
2009-04-01in client mode, be sure to consider the file modified if a conflictJoris Vink
2009-03-30kill rp_lines, we do not need it when parsing an RCS file.Joris Vink
2009-03-30allow the disk transfer speed numbers to show useable numbers when disksTheo de Raadt
2009-03-29Make sure systat mbufs prints the interface name even if an interface onlyMark Kettenis
2009-03-29printf() -> cvs_printf() so it works under server mode as wellJoris Vink
2009-03-28when i fixed to attic handling i forgot one special caseJoris Vink
2009-03-28pathnames with space, tab, newline, etc are encoded before being sent.Theo de Raadt
2009-03-27-S (safe mode) would copy the file over, rename it to the target, thenPeter Hessler
2009-03-27make sure that when we try to send a Set-sticky to the client,Joris Vink
2009-03-26fix the way Attic is handled in our recursion code, so weJoris Vink
2009-03-26"Logging dirname" needs to be properly shown when running log/rlog.Joris Vink
2009-03-26fix a few typographical errors found by spell(1).Igor Sobrado
2009-03-25switch our file and directory lists to RB trees (see tree(3)),Joris Vink
2009-03-25prevent a very difficult to reach, but possible use after free.Joris Vink
2009-03-25remove unused functions, definitions and outdated commentsJoris Vink
2009-03-25-q hasnt been the default verbosity mode in ages.Joris Vink
2009-03-24have CVS_OP_TAG and CVS_OP_RTAG use RCS_WRITE flagJoris Vink
2009-03-24shuffle code a bit so FILE_REMOVE_ENTRY also callsJoris Vink
2009-03-24use size_t for size, since atomicio() both accepts and returns itJoris Vink
2009-03-23My previous commit didn't fix the problem at all, so stick at my firstTobias Stoeckmann
2009-03-23kill SIZE_LEFT() macro, no longer usedJoris Vink