diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2005-02-13 20:14:05 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2005-02-13 20:14:05 +0000 |
commit | 2c511609c4d92ee4e3e603d449c13579d1ea641a (patch) | |
tree | d57c8dd9efa4c30cd01290f878cae688ae792cc0 /AUTHORS | |
parent | d2fe81706c9d65dd1580c85338036cc403364fae (diff) | |
download | busybox-w32-2c511609c4d92ee4e3e603d449c13579d1ea641a.tar.gz busybox-w32-2c511609c4d92ee4e3e603d449c13579d1ea641a.tar.bz2 busybox-w32-2c511609c4d92ee4e3e603d449c13579d1ea641a.zip |
Add 'nice' and replace 'renice' with a new implementation.
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -88,7 +88,8 @@ Glenn McGrath <bug1@iinet.net.au> | |||
88 | 88 | ||
89 | Manuel Novoa III <mjn3@codepoet.org> | 89 | Manuel Novoa III <mjn3@codepoet.org> |
90 | cat, head, mkfifo, mknod, rmdir, sleep, tee, tty, uniq, usleep, wc, yes, | 90 | cat, head, mkfifo, mknod, rmdir, sleep, tee, tty, uniq, usleep, wc, yes, |
91 | mesg, vconfig, make_directory, parse_mode, dirname, mode_string, | 91 | mesg, vconfig, nice, renice, |
92 | make_directory, parse_mode, dirname, mode_string, | ||
92 | get_last_path_component, simplify_path, and a number trivial libbb routines | 93 | get_last_path_component, simplify_path, and a number trivial libbb routines |
93 | 94 | ||
94 | also bug fixes, partial rewrites, and size optimizations in | 95 | also bug fixes, partial rewrites, and size optimizations in |