summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Fix unaligned access error.naddy2002-06-241-3/+6
* Fix off by one in `y' (transliterate) command which caused the last charactertjr2002-06-241-1/+1
* Make egetopt() return -1 not EOF, as getopt(3) do.charnier2002-06-231-4/+4
* Document the fairly obvious effect of the PATH environment variable.tjr2002-06-231-0/+8
* Make the Examples section consistent with the rest of the system manualtjr2002-06-231-5/+5
* add DIAGNOSTICS sectioncharnier2002-06-231-1/+1
* Only got one of the Perl usages.obrien2002-06-231-2/+3
* Replace a perl usage with an AWK one.obrien2002-06-231-1/+1
* Stylistic nit:jmallett2002-06-221-5/+5
* Check for results of repeated calls to strnsubst(), as well as for thejmallett2002-06-221-6/+17
* When giving an example that relies on shell expansion/globbing, don't use ajmallett2002-06-221-1/+1
* Now that the pattern space contains no trailing newline, modify the `l'tjr2002-06-221-1/+5
* Don't store newlines at the end of each line in the hold/pattern spaces,tjr2002-06-222-11/+12
* Better fix for style.markm2002-06-211-6/+6
* Fix warnings generated elsewhere.markm2002-06-211-1/+1
* Style tidy-up.markm2002-06-211-2/+4
* Modernise this code by rounding up the usual suspects: register keyword,markm2002-06-212-120/+87
* #include <sys/time.h> before <sys/stat.h> to get timespec.phk2002-06-211-0/+1
* Skip fields in the manner required by POSIX, and the way V7 did it.tjr2002-06-211-10/+8
* Newline characters should not participate in line comparisons. Only apparenttjr2002-06-211-4/+22
* Give a C rewriter the necessary credit.ru2002-06-211-3/+9
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-0/+4
* Fix a bug fixed by NetBSD in revision 1.42 of parse.c by christos which causedjmallett2002-06-201-0/+8
* More unsigned char casts to isupper(3).jmallett2002-06-201-2/+2
* Provide a heuristic for RCS conflicts.jmallett2002-06-201-2/+9
* Look for wildcards, and balanced meta-characters such as { and } like NetBSDjmallett2002-06-201-2/+18
* Expand a buffer to reduce diffs to NetBSD.jmallett2002-06-201-2/+2
* Diff reduction for great justice against NetBSD, cast to unsigned char whenjmallett2002-06-204-18/+18
* Whitespace fixes to line-up EOL escapes whose right-most extraints changed injmallett2002-06-201-15/+15
* Cast sp to uintptr_t when doing a compare of it to STACKMAX which is a size_t.jmallett2002-06-202-5/+5
* Style: put static qualifier on definition of static functions.tjr2002-06-201-7/+7
* time(1) does not use the shell to execute the specified utility, removetjr2002-06-201-6/+2
* Make it obvious that command line arguments may be specified for the utilitytjr2002-06-202-10/+11
* A function which takes no arguments has an argument list spelled (void) in thejmallett2002-06-202-2/+2
* Make locate.updatedb tell about the security risk when it is run as root.eivind2002-06-191-0/+5
* Fix a memory leak from previous commit by freeing the possibly expandedjmallett2002-06-191-2/+8
* Possibly expand the variable name's embedded variables before using it, asjmallett2002-06-191-0/+26
* Fix duplicate % in %b format introduced in rev 1.22.tjr2002-06-191-5/+6
* Let printf(1) tell the difference between zero width/precision andtjr2002-06-191-7/+9
* Allow format strings containing "%%" to be reused.tjr2002-06-191-2/+2
* Allow `%' to be written out with an octal escape (\45 or \045).tjr2002-06-191-1/+5
* Indicate that env(1) allows you to supply arguments to the utility ittjr2002-06-192-8/+8
* Don't convert a single space before a tab stop into a tab when thetjr2002-06-191-2/+2
* make(I) appeared in PWB UNIX.jmallett2002-06-171-2/+1
* Add Standards section.tjr2002-06-171-0/+5
* Sort sections, use Dl for the example so it stands out more.tjr2002-06-171-6/+5
* Only advance the column position for printable characters, update manualtjr2002-06-172-4/+6
* Kill superfluous blank line.sobomax2002-06-171-1/+0
* Remove 17 June as German national holiday.grog2002-06-161-1/+0
* Correct the handling of (for example) the N command by only zeroing thetjr2002-06-161-1/+2
OpenPOWER on IntegriCloud