summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Check for read errors.tjr2004-07-301-0/+2
* Document the behaviour of the "-o file" option when "file" is a directorycperciva2004-07-301-0/+4
* Improve portability to FreeBSD 4.kientzle2004-07-301-0/+6
* Fix comment.kientzle2004-07-301-1/+1
* Document incorrect handling of multibyte characters.tjr2004-07-301-1/+3
* Stop the practice of installing external headers into GCC-specific directory.kan2004-07-301-1/+1
* Add support for multibyte characters, based on Bruno Haible's worktjr2004-07-292-56/+81
* The signal number has to be less than NSIG strictly.maxim2004-07-291-1/+1
* Bump the date in .Dd for the recent '+' flag commit.harti2004-07-291-1/+1
* Implement POSIX's '+' flag for command lines. This flag causes a lineharti2004-07-295-32/+75
* Add support for multibyte characters.tjr2004-07-292-42/+78
* Add support for multibyte characters. The output is questionable when atjr2004-07-292-10/+11
* Add a cross-reference to colcrt(1).tjr2004-07-291-0/+1
* Sort #include directives and remove one duplicate that crept in to thetjr2004-07-291-2/+1
* Add support for multibyte characters, loosely based on Bruno Haible'stjr2004-07-292-18/+41
* Change the 'no terminating ";"' error message to 'no terminating ";" or "+"'tjr2004-07-291-1/+1
* Remove partial support for building this on NetBSD.tjr2004-07-293-10/+0
* Now that fnmatch() supports multibyte characters, find does too; removetjr2004-07-291-5/+1
* Print link level address on vlan interfaces using ether_ntoa(), to makeglebius2004-07-281-0/+1
* Use the length modifier 'll' instead of 'q' to print long longs.stefanf2004-07-283-8/+8
* Remove local malloc prototypes, which are incorrect and conflict withkan2004-07-284-7/+0
* Do not predeclare __inline functions, this makes no sense and generateskan2004-07-281-2/+2
* Start new sentence on new line.cperciva2004-07-271-1/+2
* Add a BUGS entry pointing out that -mindepth and -maxdepth are globalcperciva2004-07-271-0/+7
* Merge the "multibyte not supported" BUG into the pre-existing BUGScperciva2004-07-272-15/+15
* Don't strip trailing linear whitespace from passwords.des2004-07-271-5/+5
* Style nits.des2004-07-271-5/+4
* No capital letter after :charnier2004-07-261-3/+3
* Add __FBSDID. Replace local variable sin by sockin to not conflict with sin(3).charnier2004-07-2614-78/+82
* Introduce options list the standard way. Correct style(9) in FILES section.charnier2004-07-261-4/+2
* Introduce options list the standard way.charnier2004-07-261-2/+2
* Remove useless .Pp. Typo: gcos -> gecos (as spelled in passwd(5)).charnier2004-07-261-2/+1
* Assign the result of getopt() to an int rather than to a char (which isstefanf2004-07-261-3/+2
* Add a --version option to bsdtar that prints the versions ofkientzle2004-07-262-4/+21
* wrong order, not 10/03 -> 03/10andreas2004-07-251-1/+1
* A bunch of style and security fixes (error checking return values, etc),kientzle2004-07-254-35/+70
* Of course, I meant POSIX.1-1996, not 1997.kientzle2004-07-251-1/+1
* A bunch of stuff from Christoph Mellon:kientzle2004-07-247-74/+77
* Add my birthday.ssouhlal2004-07-241-0/+1
* Document incorrect handling of multibyte characters.tjr2004-07-231-1/+5
* Tweak markup of quoted strings and characters: use Dq instead of enclosingtjr2004-07-231-12/+44
* Add a lengthy discussion of why "tr a-z A-Z" and "tr A-Z a-z" are not thetjr2004-07-231-1/+41
* Make size suffix case insensitive.le2004-07-222-3/+6
* display.c:johan2004-07-224-3/+8
* Fix handling of comments on .elif lines. The patch given in a followupharti2004-07-221-0/+7
* My bad: /dev/sa0, no 'r'kientzle2004-07-211-1/+1
* Slide pipe.h include after the _KERNEL define in preparation for disallowingsilby2004-07-211-1/+1
* Improve make's diagnostic of mistmatched .if-.endif. This patch isharti2004-07-203-18/+39
* Guard against argv[0] being NULL.kientzle2004-07-191-6/+11
* Make it clearer what means 'won't work' for .if string == ${VAR}.harti2004-07-191-5/+12
OpenPOWER on IntegriCloud