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