Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-04-28 | the options list must be alphabetically sorted | Igor Sobrado | |
ok by jmc@ | |||
2007-04-27 | typo; mikolaj.kucharski@gmail | Theo de Raadt | |
2007-04-26 | replace REV, REV1 and REV2 with rev, rev1 and rev2, respectively; | Igor Sobrado | |
substitute BRANCH, BRANCH1 and BRANCH2 with branch, branch1 and branch2 ok by jmc@, niallo@, and xsa@ | |||
2007-04-26 | replace D, D1 and D2 by date, date1 and date2 respectively; | Igor Sobrado | |
date1<date2 implies date2>date1, not date2<date1 ok by jmc@, niallo@ and xsa@ | |||
2007-04-26 | `[-sstate[:rev]]' is not available in rcs(1) | Igor Sobrado | |
ok by jmc@, niallo@, and xsa@ | |||
2007-04-26 | the message returned by usage() must fit on a 80-column display | Igor Sobrado | |
ok by jmc@, niallo@, and xsa@ | |||
2007-04-26 | compatibility (`do nothing') options do not need to be announced | Igor Sobrado | |
in the synopsis/usage(); we do not want `[-L label]' three times ok by jmc@, niallo@, and xsa@ | |||
2007-04-26 | replace tabs by spaces in the message returned by usage() | Igor Sobrado | |
ok by jmc@, niallo@, and xsa@ | |||
2007-04-25 | Copy signal-safe edit function from sendbug. | Ray Lai | |
OK millert@, threatened by deraadt@. | |||
2007-04-25 | Remove extra code that only applies to setuid/setgid programs. | Ray Lai | |
``Slacker! We'll burn your hands if you don't get going!'' deraadt@ | |||
2007-04-24 | It's never too late to write "too late" correctly. | Miod Vallat | |
2007-04-24 | exeption -> exception | Miod Vallat | |
2007-04-24 | replace D, D1 and D2 by date, date1 and date2 respectively; | Igor Sobrado | |
date1<date2 implies date2>date1, not date2<date1 ok by jmc@, niallo@ and xsa@ | |||
2007-04-24 | changes "Usage" to "usage"; sorts options list in cvs history; | Igor Sobrado | |
the argument to -z is tz, not timezone; argument names to flags should use lowercase letters; cvs's usage() output should fit on a 80-column display ok by jmc@, niallo@ and xsa@ | |||
2007-04-24 | support non-integral refresh intervals, possibly as low as 0.1s. | Ted Unangst | |
this makes it more useful for real time display of fast changing stats ok art deraadt | |||
2007-04-23 | Remove duplicate commment | Todd C. Miller | |
Simplify -j parsing Use warnx() not errx() for illegal -j option so that usage() gets called. When parsing -o don't go past the end of argv Sync usage() with man page, use __progname and make it line up nicely Based on a diff from Tobias Stoeckmann | |||
2007-04-23 | chopping the end of this sentence off made more sense than fixing it; | Jason McIntyre | |
ok xsa | |||
2007-04-23 | Remove debug() left over from development. ok deraadt@ | Darren Tucker | |
2007-04-22 | Remove non-existent keyword protocol and replace it with | Moritz Jodeit | |
the correct keywords (tcp, udp, all). Also add another missing argument to the show keyword. With and ok jmc@ and deraadt@ | |||
2007-04-22 | +04/22 Portuguese navigator Pedro Alvares Cabral becomes the first | Pedro Martelletto | |
+ European to sight Brazil, 1500 | |||
2007-04-21 | Add a reference to the original RCS paper. | Jonathan Gray | |
ok joris@ xsa@ jmc@ | |||
2007-04-20 | - correct signal handling and process waiting for the EDITOR support code | Xavier Santolaria | |
(From ray's code in sendbug(1)) - nuke cvs_exec() as it is not used anymore Prompted by deraadt@ a few weeks ago. OK ray@. | |||
2007-04-19 | Update to less version 382. This removes some code that is licensed under | Marc Balmer | |
a non-BSD license and which was not used on OpenBSD. No functional changes. From Daniel Dickmann <didickman@gmail.com>, ok itojun, millert, ray, matthieu | |||
2007-04-18 | adds a detailed synopsis to the man page; sorts options in | Igor Sobrado | |
the description list and adds missing arguments; syncs usage() written with a lot of useful advice by jmc@ ok by jmc@ | |||
2007-04-18 | Fix a NULL dereference if the symbol table size is zero; ok millert@ deraadt@ | Miod Vallat | |
2007-04-18 | cast "%llu" format spec to (unsigned long long); do not assume a | Kevin Steves | |
u_int64_t arg is the same as 'unsigned long long'. from Dmitry V. Levin <ldv@altlinux.org> ok markus@ 'Yes, that looks correct' millert@ | |||
2007-04-17 | For "spell -t" pass the -w flag to detex like we do for deroff. | Todd C. Miller | |
From Owain Ainsworth. | |||
2007-04-17 | Support proxies which require a password just like ftp servers accept passwords | Dale Rahn | |
based on code from Florent Thoumie, ok millert@ | |||
2007-04-17 | cvsrc(5) is no more, so point to cvs(5) instead; | Jason McIntyre | |
2007-04-16 | don't truncate wchan, ok miod@ | Otto Moerbeek | |
2007-04-16 | file argument is not mandatory, say so. | Xavier Santolaria | |
from Pierre Riteau via ray@; OK jmc@. | |||
2007-04-15 | allow systat(1) to be exited with 'q' like top(1). | Matthieu Herrb | |
ok beck@ ckuethe@ hshoexer@ millert@ | |||
2007-04-15 | adjust Makefile for my man changes; | Jason McIntyre | |
fixes user/5449 thanks Owain Ainsworth for pointing out my stupid mistake | |||
2007-04-15 | Add Leonhard Euler. | Marco Pfatschbacher | |
2007-04-14 | naptime is already extern in extern.h, don't do it again | Ted Unangst | |
found by mike erdely | |||
2007-04-14 | remove unused macro; from Dmitry V. Levin <ldv@altlinux.org> | Kevin Steves | |
2007-04-14 | sorts the options in both the synopsis and usage() | Igor Sobrado | |
ok by jmc@ | |||
2007-04-14 | put cvs(1)'s FILES, cvsignore(5), cvsrc(5), and cvswrappers(5) | Jason McIntyre | |
into a single file, cvs(5), dedicated to cvs file formats; this will trim cvs(1) a little, and stop us having a hundred cvs pages; ok xsa | |||
2007-04-14 | adds a detailed list of flags and arguments to the synopsis of gprof; | Igor Sobrado | |
while here, alphabetically sorts the options list and slightly improves the name of the arguments to -k ok by jmc@ | |||
2007-04-13 | document dmesg(8) attachment a little more fully; ok ray | Jason McIntyre | |
2007-04-13 | +.Xr dmesg 8 | Jason McIntyre | |
2007-04-13 | include cleanup and fix in comment; from Mark Lumsden | Otto Moerbeek | |
2007-04-13 | typo, reported by Matthew Clarke (clamat, telus dot net) | Miod Vallat | |
2007-04-13 | spaces | Claudio Jeker | |
2007-04-13 | the ellipsis in the synopsis of this command is not an optional | Igor Sobrado | |
argument. the argument name for -l must be the same in the synopsis and the options list. written with help by jmc@ ok by jmc@ | |||
2007-04-13 | - document server temporary directory | Xavier Santolaria | |
- sort FILES OK jmc@. | |||
2007-04-10 | restricts some of the commands that produce too much output when run | Henning Brauer | |
without arguments. (eg. Show rib etc. etc, the sort of thing people can run far too casually). From: Adam Chappell <Adam.Chappell at interoute dot com> | |||
2007-04-09 | spacing tweak in usage(); from Igor Sobrado | Jason McIntyre | |
2007-04-08 | detect MP3 file with ID3 v2 tag | Nikolay Sturm | |
ok deraadt | |||
2007-04-07 | use strtonum, from jason dixon | Ted Unangst | |