.. |
cat
|
Remove unused code left over from temporary printescaped functionality.
|
2004-01-04 03:31:28 +00:00 |
chio
|
appease gcc -Wuninitialized
|
2005-06-01 15:12:18 +00:00 |
chmod
|
Remove unused code left over from temporary printescaped functionality.
|
2004-01-04 03:34:00 +00:00 |
cp
|
remove unused code left from printescaped() backput as pointed out by Jeff
|
2004-01-04 16:04:18 +00:00 |
csh
|
Kill __P().
|
2005-02-17 16:07:53 +00:00 |
date
|
Set (and report) the new time (not the old one).
|
2005-05-15 18:39:39 +00:00 |
dd
|
Fixed an off-by-one error with ASCII <-> EBCDIC conversion combined with
|
2005-04-20 17:38:59 +00:00 |
df
|
Use the same width (9) for both the Used and Avail columns.
|
2004-12-31 09:54:28 +00:00 |
domainname
|
Drop extra space.
|
2004-06-15 14:08:33 +00:00 |
echo
|
Put a few headers back so this compiles again.
|
2003-11-25 03:40:18 +00:00 |
ed
|
Fixed another instance of isspace(char).
|
2005-05-23 08:01:17 +00:00 |
expr
|
appease gcc -Wuninitialized
|
2005-06-01 15:12:18 +00:00 |
hostname
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 09:05:01 +00:00 |
kill
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 09:05:01 +00:00 |
ksh
|
Fixed wrong use of the <ctype.h> functions by adding (unsigned char) casts.
|
2005-05-23 08:03:25 +00:00 |
ln
|
Add -v to usage. Closes PR 25862 by Kouichirou Hiratsuka.
|
2004-06-25 14:25:33 +00:00 |
ls
|
Sort options (description).
|
2005-06-17 14:40:47 +00:00 |
mkdir
|
remove unused code left from printescaped() backput as pointed out by Jeff
|
2004-01-04 16:04:18 +00:00 |
mt
|
- Whitespace nit.
|
2005-06-17 14:27:18 +00:00 |
mv
|
the case of waitpid() returning an error was already tested, and errno
|
2005-06-03 13:55:04 +00:00 |
pax
|
appease gcc -Wuninitialized on hp700.
|
2005-06-05 19:08:28 +00:00 |
ps
|
Appease -Wuninitialized by initializing val and uval to 0.
|
2005-06-07 08:53:13 +00:00 |
pwd
|
file system, not filesystem; e.g. is an abbreviation; use FAT instead of msdos
|
2003-10-30 14:58:23 +00:00 |
rcmd
|
Add WARNS=3
|
2004-10-16 18:07:16 +00:00 |
rcp
|
Use more macros (Sq/Dq).
|
2005-03-11 13:16:10 +00:00 |
rm
|
Sort sections, bump date for previous, and add a comma after e.g..
|
2004-03-24 11:37:07 +00:00 |
rmdir
|
Fix rmdir -p x/y/z//
|
2003-09-29 21:11:15 +00:00 |
sh
|
Don't wait for a background job in a subshell when we are set to EV_EXIT.
|
2005-06-22 23:32:45 +00:00 |
sleep
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 09:05:01 +00:00 |
stty
|
Fix longstanding gap in stty functionality: while many operations had
|
2004-04-01 16:10:03 +00:00 |
sync
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
2003-08-07 09:05:01 +00:00 |
systrace
|
Initialize ipid in two functions to NULL, to appease -Wuninitialized.
|
2005-06-07 09:00:18 +00:00 |
test
|
KNF, use NULL instead of (type *)0.
|
2005-02-10 06:56:55 +00:00 |
Makefile
|
Add userland portion of systrace.
|
2002-06-17 16:29:07 +00:00 |
Makefile.inc
|
Revert previous; the change that required it will be done differently.
|
2002-09-27 21:04:46 +00:00 |