aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Remove la_LN.* from the list of bogus locales. They're incomplete, butTim J. Robbins2004-08-021-1/+1
* Exclude bogus la_LN.* and UTF-8 locales from the output of locale -aTim J. Robbins2004-08-021-1/+11
* Add cross-reference to fmt(1) and a fairly standard ENVIRONMENT section.Tim J. Robbins2004-08-021-2/+12
* Cross-reference fold(1).Tim J. Robbins2004-08-021-0/+1
* Add support for multibyte characters.Tim J. Robbins2004-08-022-57/+94
* Document incorrect handling of multibyte characters with -I and -J options.Tim J. Robbins2004-08-021-1/+10
* This commit was generated by cvs2svn to compensate for changes in r132977,Garance A Drosehn2004-08-013-0/+287
|\
| * Import of a BSD-licensed version of `patch', which will eventuallyGarance A Drosehn2004-08-0114-0/+4726
| * Import OpenBSD m4(1) as of April 26. Mostly ANSIfication changes.Juli Mallett2002-05-018-245/+103
| * Import OpenBSD m4 as of today.Juli Mallett2002-04-181-0/+381
* | Correct the explanation of the -X option.Tim Kientzle2004-08-011-3/+5
* | Comment some of the 'io' functions.Alfred Perlstein2004-08-011-0/+29
* | Check for read errors.Tim J. Robbins2004-07-311-0/+2
* | Add standard DIAGNOSTICS section.Tim J. Robbins2004-07-311-0/+2
* | Add support for multibyte characters, loosely based on Bruno Haible'sTim J. Robbins2004-07-312-25/+57
* | Fix some particularly bad style(9) violations.Tim J. Robbins2004-07-311-60/+58
* | Check for read errors.Tim J. Robbins2004-07-301-0/+2
* | Document the behaviour of the "-o file" option when "file" is a directoryColin Percival2004-07-301-0/+4
* | Improve portability to FreeBSD 4.Tim Kientzle2004-07-301-0/+6
* | Fix comment.Tim Kientzle2004-07-301-1/+1
* | Document incorrect handling of multibyte characters.Tim J. Robbins2004-07-301-1/+3
* | Stop the practice of installing external headers into GCC-specific directory.Alexander Kabaev2004-07-301-1/+1
* | Add support for multibyte characters, based on Bruno Haible's workTim J. Robbins2004-07-292-56/+81
* | The signal number has to be less than NSIG strictly.Maxim Konovalov2004-07-291-1/+1
* | Bump the date in .Dd for the recent '+' flag commit.Hartmut Brandt2004-07-291-1/+1
* | Implement POSIX's '+' flag for command lines. This flag causes a lineHartmut Brandt2004-07-295-32/+75
* | Add support for multibyte characters.Tim J. Robbins2004-07-292-42/+78
* | Add support for multibyte characters. The output is questionable when aTim J. Robbins2004-07-292-10/+11
* | Add a cross-reference to colcrt(1).Tim J. Robbins2004-07-291-0/+1
* | Sort #include directives and remove one duplicate that crept in to theTim J. Robbins2004-07-291-2/+1
* | Add support for multibyte characters, loosely based on Bruno Haible'sTim J. Robbins2004-07-292-18/+41
* | Change the 'no terminating ";"' error message to 'no terminating ";" or "+"'Tim J. Robbins2004-07-291-1/+1
* | Remove partial support for building this on NetBSD.Tim J. Robbins2004-07-293-10/+0
* | Now that fnmatch() supports multibyte characters, find does too; removeTim J. Robbins2004-07-291-5/+1
* | Print link level address on vlan interfaces using ether_ntoa(), to makeGleb Smirnoff2004-07-281-0/+1
* | Use the length modifier 'll' instead of 'q' to print long longs.Stefan Farfeleder2004-07-283-8/+8
* | Remove local malloc prototypes, which are incorrect and conflict withAlexander Kabaev2004-07-284-7/+0
* | Do not predeclare __inline functions, this makes no sense and generatesAlexander Kabaev2004-07-281-2/+2
* | Start new sentence on new line.Colin Percival2004-07-271-1/+2
* | Add a BUGS entry pointing out that -mindepth and -maxdepth are globalColin Percival2004-07-271-0/+7
* | Merge the "multibyte not supported" BUG into the pre-existing BUGSColin Percival2004-07-272-15/+15
* | Don't strip trailing linear whitespace from passwords.Dag-Erling Smørgrav2004-07-271-5/+5
* | Style nits.Dag-Erling Smørgrav2004-07-271-5/+4
* | No capital letter after :Philippe Charnier2004-07-261-3/+3
* | Add __FBSDID. Replace local variable sin by sockin to not conflict with sin(3).Philippe Charnier2004-07-2614-78/+82
* | Introduce options list the standard way. Correct style(9) in FILES section.Philippe Charnier2004-07-261-4/+2
* | Introduce options list the standard way.Philippe Charnier2004-07-261-2/+2
* | Remove useless .Pp. Typo: gcos -> gecos (as spelled in passwd(5)).Philippe Charnier2004-07-261-2/+1
* | Assign the result of getopt() to an int rather than to a char (which isStefan Farfeleder2004-07-261-3/+2
* | Add a --version option to bsdtar that prints the versions ofTim Kientzle2004-07-262-4/+21