aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-08-26Split off pre-relaunch news entries into a separate oldnews.html page.Rob Landley
2012-08-25Regularize command headers, update links to standards documents.Rob Landley
2012-08-25Toysh is our posix sh, so move from "other" to "posix" and use sh as the ↵Rob Landley
base command name.
2012-08-25Teach build to compare toys/*/*.c against .config symbol names instead of ↵Rob Landley
stopping at first _ when assembling list of files to build, and convert - to _. This lets us have commands like switch_root or nbd-client.
2012-08-25Move commands into "posix", "lsb", and "other" menus/directories.Rob Landley
2012-08-25Some dubious asides, currently commented out.Rob Landley
2012-08-25Check in the updated news and status web pages.Rob Landley
2012-08-18Fix bug spotted by Avery Pennarun: getusername() and getgroupname() can ↵Rob Landley
reuse the utoa buffer when neither is recognized, meaning uid would be shown again instead of gid.
2012-08-16Bugfix from Avery Pennarun: getpriority() uses a different range than ↵Rob Landley
nice(), so follow thenice man page and zero errno then check it if nice returns -1.
2012-08-15Adding usleepElie De Brauwer
2012-08-14Replace TOY_LIST_LEN with more generic ARRAY_LEN()Rob Landley
2012-08-05Rewrite taskset to use syscall directly without macros/prototypes glibc ↵Rob Landley
refuses to make available without yet more wacky inappropriate #defines. (Linux is not the hurd.)
2012-07-31Refactoring, no code change.Rob Landley
2012-07-30Add dos2unix/unix2dos, remove old wrapper versions.Rob Landley
2012-07-30Add signal handler to clean up tempfile.Rob Landley
2012-07-24Minor cleanups, mostly whitespace.Rob Landley
2012-07-23Added tag 0.4.0 for changeset 85fc06bd63c4Rob Landley
2012-07-23Workaround longstanding glibc/ld bug, ala ↵0.4.0Rob Landley
http://sources.redhat.com/bugzilla/show_bug.cgi?id=3400, which prevents "./toybox | wc" from producing any output when toybox was statically linked.
2012-07-21More web page roadmap/status update stuff.Rob Landley
2012-07-21Make chmod +w respect umask, implement +s and +t, fix ls to show ↵Rob Landley
suid/sgid/stid without x bit.
2012-07-21Use "_password" instead of "_passwd" for names in lib/password.c.Rob Landley
2012-07-21Add date -r, make -u work even when /etc/localtime set, and lots of ↵Rob Landley
cleanup/refactoring.
2012-07-21Add status.html and script to calculate it from roadmap info.Rob Landley
2012-07-20taskset.c now also support executing new commands with a given cpu affinity maskElie De Brauwer
2012-07-20toys/login.c: make use of the read_passwd function offered by the passwd ↵Elie De Brauwer
library.
2012-07-18Trivial cleanups.Rob Landley
2012-07-18Cleanup of w command.Rob Landley
2012-07-18Add w command by Gaurang Shastri.Rob Landley
2012-07-18Only add / in dirtree_path if it hasn't already got one, spotted by Ashwini ↵Rob Landley
Sharma.
2012-07-17Largely cosmetic code cleanups.Rob Landley
2012-07-15Adding initial implementation of tasksetElie De Brauwer
2012-07-17Add passwd by Kyungwan Han.Rob Landley
2012-07-15Add documentation for lib/llist.c and lib/dirtree.c.Rob Landley
2012-07-15Genericize llist code a bit: rename llist_free() to llist_traverse(), and no ↵Rob Landley
longer accept NULL as a synonym for free.
2012-07-15New infrastructure for od (oops).Rob Landley
2012-07-14Fill out od -c and -f.Rob Landley
2012-07-11Complete rewrite of od, mostly working. (Need to finish -c and -f.)Rob Landley
2012-07-09Add modinfo by Andre Renaud.Rob Landley
2012-07-05- Do not abort testing after running the sort testsElie De Brauwer
- Add tail testcases for input not ending on a newline - Fix condition where input coming from stdin does not have a trailing newline
2012-07-05Put cmp.c EOF notice on stderrElie De Brauwer
2012-07-05Add LSB link to the template, for reference.Rob Landley
2012-07-01A note on error messages and internationalization.Rob Landley
2012-06-30Add NOP b (byte) suffix to atolx() since od needs it.Rob Landley
2012-06-26Minor cleanups and refactoring. Make FLAG macros closer to what should ↵Rob Landley
eventually be generated for us by the build infrastructure.
2012-06-26Longer usage line and combine ascii[] into a single string.Rob Landley
2012-06-26Some refactoring, shouldn't affect the generated code.Rob Landley
2012-06-26First drop of od, from Andre Renaud.Rob Landley
2012-06-25Update news page for the past two releases.Rob Landley
2012-06-25Added tag 0.3.1 for changeset 8bee9c27c219Rob Landley
2012-06-25Added tag 0.3.0 for changeset d8566c3321f0Rob Landley