Thu, 16 Aug 2012 22:24:30 -0500 |
Rob Landley |
Bugfix from Avery Pennarun: getpriority() uses a different range than nice(), so follow thenice man page and zero errno then check it if nice returns -1.
|
Wed, 15 Aug 2012 12:53:54 +0200 |
Elie De Brauwer |
Adding usleep
|
Tue, 14 Aug 2012 01:42:06 -0500 |
Rob Landley |
Replace TOY_LIST_LEN with more generic ARRAY_LEN()
|
Sun, 05 Aug 2012 23:05:16 -0500 |
Rob Landley |
Rewrite taskset to use syscall directly without macros/prototypes glibc refuses to make available without yet more wacky inappropriate #defines. (Linux is not the hurd.)
|
Tue, 31 Jul 2012 06:01:12 -0500 |
Rob Landley |
Refactoring, no code change.
|
Mon, 30 Jul 2012 01:48:28 -0500 |
Rob Landley |
Add dos2unix/unix2dos, remove old wrapper versions.
|
Mon, 30 Jul 2012 01:01:33 -0500 |
Rob Landley |
Add signal handler to clean up tempfile.
|
Tue, 24 Jul 2012 02:52:36 -0500 |
Rob Landley |
Minor cleanups, mostly whitespace.
|
Mon, 23 Jul 2012 23:55:34 -0500 |
Rob Landley |
Added tag 0.4.0 for changeset 85fc06bd63c4
|
Mon, 23 Jul 2012 23:38:34 -0500 |
Rob Landley |
Workaround longstanding glibc/ld bug, ala http://sources.redhat.com/bugzilla/show_bug.cgi?id=3400, which prevents "./toybox | wc" from producing any output when toybox was statically linked.
0.4.0
|
Sat, 21 Jul 2012 23:58:40 -0500 |
Rob Landley |
More web page roadmap/status update stuff.
|
Sat, 21 Jul 2012 22:45:05 -0500 |
Rob Landley |
Make chmod +w respect umask, implement +s and +t, fix ls to show suid/sgid/stid without x bit.
|
Sat, 21 Jul 2012 18:38:36 -0500 |
Rob Landley |
Use "_password" instead of "_passwd" for names in lib/password.c.
|
Sat, 21 Jul 2012 18:37:26 -0500 |
Rob Landley |
Add date -r, make -u work even when /etc/localtime set, and lots of cleanup/refactoring.
|
Sat, 21 Jul 2012 00:29:27 -0500 |
Rob Landley |
Add status.html and script to calculate it from roadmap info.
|
Fri, 20 Jul 2012 09:43:27 +0200 |
Elie De Brauwer |
taskset.c now also support executing new commands with a given cpu affinity mask
|
Fri, 20 Jul 2012 08:42:44 +0200 |
Elie De Brauwer |
toys/login.c: make use of the read_passwd function offered by the passwd library.
|
Wed, 18 Jul 2012 21:10:57 -0500 |
Rob Landley |
Trivial cleanups.
|
Wed, 18 Jul 2012 20:28:19 -0500 |
Rob Landley |
Cleanup of w command.
|
Wed, 18 Jul 2012 20:21:50 -0500 |
Rob Landley |
Add w command by Gaurang Shastri.
|
Wed, 18 Jul 2012 00:19:08 -0500 |
Rob Landley |
Only add / in dirtree_path if it hasn't already got one, spotted by Ashwini Sharma.
|
Tue, 17 Jul 2012 23:11:06 -0500 |
Rob Landley |
Largely cosmetic code cleanups.
|
Sun, 15 Jul 2012 13:28:51 +0200 |
Elie De Brauwer |
Adding initial implementation of taskset
|
Tue, 17 Jul 2012 08:54:47 -0500 |
Rob Landley |
Add passwd by Kyungwan Han.
|
Sun, 15 Jul 2012 17:47:08 -0500 |
Rob Landley |
Add documentation for lib/llist.c and lib/dirtree.c.
|
Sun, 15 Jul 2012 17:22:04 -0500 |
Rob Landley |
Genericize llist code a bit: rename llist_free() to llist_traverse(), and no longer accept NULL as a synonym for free.
|
Sun, 15 Jul 2012 16:56:20 -0500 |
Rob Landley |
New infrastructure for od (oops).
|
Sat, 14 Jul 2012 00:59:32 -0500 |
Rob Landley |
Fill out od -c and -f.
|
Wed, 11 Jul 2012 20:59:17 -0500 |
Rob Landley |
Complete rewrite of od, mostly working. (Need to finish -c and -f.)
|
Mon, 09 Jul 2012 23:16:16 -0500 |
Rob Landley |
Add modinfo by Andre Renaud.
|