summaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Overhaul lputs() to deal with multibyte characters, characters that takeTim J. Robbins2004-07-131-24/+53
* Add support for multibyte characters.Tim J. Robbins2004-07-132-22/+47
* Teach gcore about the pathname field of '/proc/*/map' so that it doesn'tRobert Watson2004-07-121-3/+3
* Mimic ls(1) by putting an extra space before the year in old datesTim Kientzle2004-07-121-1/+1
* Fix tab/space screwup in long_help()Tim Kientzle2004-07-121-1/+1
* Remove BUGS section that talked about missing multibyte character support.Tim J. Robbins2004-07-121-5/+1
* Adjust the show_self code (the test got inadvertantly reversed a couple ofDag-Erling Smørgrav2004-07-121-3/+3
* Cache a pointer to the old proc (as well as negative cache) to makeAlfred Perlstein2004-07-121-2/+13
* Call setlocale() with category LC_ALL instead of LC_MESSAGES. We needTim J. Robbins2004-07-121-1/+1
* Respect locale settings from the environment.Tim J. Robbins2004-07-121-0/+3
* Fix a few cases that relied on 'implicit int' (constraint violation in C99).Stefan Farfeleder2004-07-112-1/+2
* Fix document year.Tim J. Robbins2004-07-111-1/+1
* Add fairly standard ENVIRONMENT and DIAGNOSTICS sections.Tim J. Robbins2004-07-111-1/+12
* Respect locale settings from the environment.Tim J. Robbins2004-07-111-0/+3
* Add POSIX-style support for multibyte characters to od(1): the 'c'Tim J. Robbins2004-07-114-11/+114
* Add a reference to od(1).Tim J. Robbins2004-07-101-2/+3
* Decode the "wence" arg to lseek and linux_lseek.Alfred Perlstein2004-07-102-2/+16
* Initialize cs_invert to "false" in new csets.Tim J. Robbins2004-07-101-0/+1
* Report input errors instead of ignoring them.Tim J. Robbins2004-07-091-0/+8
* Update for multibyte character support: remove BUGS and change theTim J. Robbins2004-07-091-7/+2
* Add support for multibyte characters. The challenge here was to useTim J. Robbins2004-07-098-199/+879
* Build upon the nice work of Alfred and add sorting capabilities toGiorgos Keramidas2004-07-081-3/+77
* Make bluetooth compile on all platformsMaksim Yevmenkin2004-07-071-3/+4
* Correct a minor syntax mistake.Giorgos Keramidas2004-07-071-1/+1
* mdoc(7) fixes.Ruslan Ermilov2004-07-074-6/+6
* Fixed bad example.Ruslan Ermilov2004-07-071-1/+2
* Fix the NAME section making whatis(1) happy in particular.Ruslan Ermilov2004-07-051-1/+1
* Additional preemptive unsigned -> signed casts.Dag-Erling Smørgrav2004-07-051-4/+4
* ki_pctcpu is unsigned, so we cast to long before subtracting.Dag-Erling Smørgrav2004-07-051-1/+1
* Unhealthy amount of manual code cleanup. Some long lines still remain.Dag-Erling Smørgrav2004-07-051-172/+128
* Add support for multibyte characters.Tim J. Robbins2004-07-052-11/+73
* Apply consistent indentation. Long lines will be fixed in a separateDag-Erling Smørgrav2004-07-051-491/+490
* Protoize.Dag-Erling Smørgrav2004-07-051-45/+19
* Sort out the #include mess. In particular, do not #include "os.h", sinceDag-Erling Smørgrav2004-07-051-18/+10
* Mechanical whitespace cleanup.Dag-Erling Smørgrav2004-07-051-26/+25
* My previous commit fixed uid filtering, but broke io mode. Unravel theDag-Erling Smørgrav2004-07-051-35/+49
* Fix selecting processes by uid, which was broken in the previous commit.Dag-Erling Smørgrav2004-07-051-1/+1
* Truncate long file names in stat_display(), as was originally intended.Dag-Erling Smørgrav2004-07-051-1/+1
* Fixed cross-references in SEE ALSO.Ruslan Ermilov2004-07-041-1/+1
* Sort SEE ALSO references (in dictionary order, ignoring case).Ruslan Ermilov2004-07-043-6/+6
* Pass the pointy hat, please:Tim Kientzle2004-07-041-2/+2
* Consistently use __inline instead of __inline__ as the former is an empty macroStefan Farfeleder2004-07-041-1/+1
* Fix a markup nit and a misplaced full stop in previous.Tim J. Robbins2004-07-031-2/+2
* Document missing multibyte character support in utilities specifiedTim J. Robbins2004-07-0311-10/+53
* Re-add half of UCB copyright notice that went missing in 1.20.Tim J. Robbins2004-07-031-0/+1
* Deal with double whitespace.Ruslan Ermilov2004-07-0331-110/+112
* Add support for multibyte characters.Tim J. Robbins2004-07-022-35/+41
* Document the -i option as being a non-standard extension.Tim J. Robbins2004-07-021-0/+6
* Add support for multibyte characters.Tim J. Robbins2004-07-022-33/+47
* Nit.Ruslan Ermilov2004-07-021-1/+1