- 878aca7 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.) by Rob Landley · 12 years ago
- 28ccfd8 Refactoring, no code change. by Rob Landley · 12 years ago
- 32e3dcc Add dos2unix/unix2dos, remove old wrapper versions. by Rob Landley · 12 years ago
- c52db60 Add signal handler to clean up tempfile. by Rob Landley · 12 years ago
- c5e41c7 Minor cleanups, mostly whitespace. by Rob Landley · 12 years ago
- 52da969 Added tag 0.4.0 for changeset 85fc06bd63c4 by Rob Landley · 12 years ago
- 07d79af 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. by Rob Landley · 12 years ago
- 8f90d3a More web page roadmap/status update stuff. by Rob Landley · 12 years ago
- 31f49e7 Make chmod +w respect umask, implement +s and +t, fix ls to show suid/sgid/stid without x bit. by Rob Landley · 12 years ago
- 6ba38c2 Use "_password" instead of "_passwd" for names in lib/password.c. by Rob Landley · 12 years ago
- 6d87819 Add date -r, make -u work even when /etc/localtime set, and lots of cleanup/refactoring. by Rob Landley · 12 years ago
- 37aa821 Add status.html and script to calculate it from roadmap info. by Rob Landley · 12 years ago
- fe8c07e taskset.c now also support executing new commands with a given cpu affinity mask by Elie De Brauwer · 12 years ago
- 21ef5ce toys/login.c: make use of the read_passwd function offered by the passwd library. by Elie De Brauwer · 12 years ago
- a76ba3d Trivial cleanups. by Rob Landley · 12 years ago
- 1af525d Cleanup of w command. by Rob Landley · 12 years ago
- b67a8ce Add w command by Gaurang Shastri. by Rob Landley · 12 years ago
- a727b51 Only add / in dirtree_path if it hasn't already got one, spotted by Ashwini Sharma. by Rob Landley · 12 years ago
- 18b14e5 Largely cosmetic code cleanups. by Rob Landley · 12 years ago
- 756f794 Adding initial implementation of taskset by Elie De Brauwer · 12 years ago
- 2c917f5 Add passwd by Kyungwan Han. by Rob Landley · 12 years ago
- c8d0da5 Add documentation for lib/llist.c and lib/dirtree.c. by Rob Landley · 12 years ago
- 9e2b6db Genericize llist code a bit: rename llist_free() to llist_traverse(), and no longer accept NULL as a synonym for free. by Rob Landley · 12 years ago
- 2037b83 New infrastructure for od (oops). by Rob Landley · 12 years ago
- f96fe64 Fill out od -c and -f. by Rob Landley · 12 years ago
- 4625d5e Complete rewrite of od, mostly working. (Need to finish -c and -f.) by Rob Landley · 12 years ago
- e75d115 Add modinfo by Andre Renaud. by Rob Landley · 12 years ago
- bf3d3a7 - Do not abort testing after running the sort tests by Elie De Brauwer · 12 years ago
- c2f62a9 Put cmp.c EOF notice on stderr by Elie De Brauwer · 12 years ago
- 0606e2a Add LSB link to the template, for reference. by Rob Landley · 12 years ago
- dafdd58 A note on error messages and internationalization. by Rob Landley · 12 years ago
- b8ef889 Add NOP b (byte) suffix to atolx() since od needs it. by Rob Landley · 12 years ago
- 39c3260 Minor cleanups and refactoring. Make FLAG macros closer to what should eventually be generated for us by the build infrastructure. by Rob Landley · 12 years ago
- e0b950c Longer usage line and combine ascii[] into a single string. by Rob Landley · 12 years ago
- 319791b Some refactoring, shouldn't affect the generated code. by Rob Landley · 12 years ago
- d2e47f2 First drop of od, from Andre Renaud. by Rob Landley · 12 years ago
- b1cc1d1 Update news page for the past two releases. by Rob Landley · 12 years ago
- 6585582 Added tag 0.3.1 for changeset 8bee9c27c219 by Rob Landley · 12 years ago
- c2f2288 Added tag 0.3.0 for changeset d8566c3321f0 by Rob Landley · 12 years ago
- 78aaef2 Unify chown and chgrp, add support for -hHLP flags. by Rob Landley · 12 years ago
- 728c94a Work around a Bash bug that removes "." from the $PATH when you're root. (The FSF believes it knows better than you, and won't let you do things, in the name of Freedom.) by Rob Landley · 12 years ago
- 991bc01 Add chgrp test. by Rob Landley · 12 years ago
- 285019a Minor code refactoring. by Rob Landley · 12 years ago
- 97abd4a Replace CCFLAGS with description of how to add flags to HOSTCC. by Rob Landley · 12 years ago
- 26d35be Add date command by Andre Renaud. by Rob Landley · 12 years ago
- 6ec2178 Add dirtree_parentfd() by Rob Landley · 12 years ago
- 628eb9b More header fiddling: crypt.h is silly, SUSv4 requires crypt() to be prototyped in unistd.h. The fact glibc refuses to do so without a wacky #define is a glibc bug, treat it as such. by Rob Landley · 12 years ago
- ef7e7eb A few more links for the index. by Rob Landley · 12 years ago
- 56fccc3 Cosmetic tweak to command preamble. by Rob Landley · 12 years ago
- e28e4b9 Fix an embarassing bug causing ls -l to segfault on 32 bit targets. by Rob Landley · 12 years ago
- 918de13 Delete wrappers converted to commands. by Rob Landley · 12 years ago
- 15a8d71 Multiplexer needs stayroot flag for suid handling. by Rob Landley · 12 years ago
- 60a99fa The linux from scratch build wants -v on chmod. by Rob Landley · 12 years ago
- 4af1e1d Implement DIRTREE_SYMFOLLOW and ls -cSHL. by Rob Landley · 12 years ago
- 9835622 Feeding -1 to xdup() isn't an error. by Rob Landley · 12 years ago
- 23a66c8 Add ls -kqsunort, and fix -F @symlink. by Rob Landley · 12 years ago
- 67a069d Update chmod to work with new dirtree, and fix bugs in string_to_mode(). by Rob Landley · 12 years ago
- 38d3cfb Changed my mind about the design again, now callback is dirtree_opennode() and recursion choice is how caller interprets flags. by Rob Landley · 12 years ago
- 4fa1b32 Factor out dirtree_comeagain() callback, setting up depth-first search with open filehandle in node->extra. by Rob Landley · 12 years ago
- 124786a Convert another realpath use to xrealpath(). by Rob Landley · 12 years ago
- 0f6f980 Convert mktemp to use xrealpath, and general clean up while there. by Rob Landley · 12 years ago
- eec4637 Add xrealpath() at suggestion of Ashish Briggers. by Rob Landley · 12 years ago
- 44785cd Implement -C and -x for ls. by Rob Landley · 12 years ago
- e495a7a cp doesn't really need the optstring + logic. Still needs to be updated for new dirtree, though. by Rob Landley · 12 years ago
- 6cd8ae6 Update chgrp so -R works, tweaking DIRTREE_COMEAGAIN design along the way. by Rob Landley · 12 years ago
- fb98c1e Probe available libraries to link --as-needed, avoiding "unknown libarary" errors. by Rob Landley · 12 years ago
- 8c4ae8a dirtree logic cleanup: switch DIRTREE_NORECURSE and DIRTREE_NOSAVE to DIRTREE_RECURSE and DIRTREE_SAVE. by Rob Landley · 12 years ago
- bdcb80e Silence pointless warnings. by Rob Landley · 12 years ago
- b6f601e First pass at a complete rewrite of string_to_mode(). (It compiled!) by Rob Landley · 12 years ago
- 39f4e7d Remove strndupa() gnu-ism at Georgi's suggestion, and adjust mdev to compile with new dirtree. (No idea if it works, this command was never finished and needs a lot more work.) by Rob Landley · 12 years ago
- 4d0f02f Whitespace (tabs vs spaces) cleanup. by Rob Landley · 12 years ago
- d6f7e78 Addition of mktemp by Elie De Brauwer · 13 years ago
- e3b171e Georgi pointed out that some overly-pedantic C libraries require you to include both "string.h" and "strings.h". (Most don't.) by Rob Landley · 13 years ago
- f3b4a91 Simplify/unify listfiles recursion: populate directory node (and detect top of tree) at start of function rather than end (and redundantly in main). Move title printing down next to total printing. by Rob Landley · 13 years ago
- 0b11a16 Adding initial version of login.c by Elie De Brauwer · 13 years ago
- 7792f8f Make -d work in ls. by Rob Landley · 13 years ago
- 5c4ac67 Require -R to recurse, but descend into directories listed on command line. by Rob Landley · 13 years ago
- 9b3af46 More work on ls. Now ls -lR sort of works-ish. by Rob Landley · 13 years ago
- 842d3d1 Adding logname by Elie De Brauwer · 13 years ago
- e692fc1 Refactor uniq.c a bit. by Rob Landley · 13 years ago
- 1bcdf53 Teach make.sh to create flag macros, but with the wrong names. Dunno how to make a translation macro or #ifdef guard to get the names right so they actually be _used_ yet... by Rob Landley · 13 years ago
- eb7ea22 Rewrite dirtree so we don't need readdir, scandir, and fts.h. Rewrite ls (from scratch) to use new dirtree infrastructure. (This breaks everything else that currently uses dirtree.) by Rob Landley · 13 years ago
- 43e9d33 Comment and whitespace changes. by Rob Landley · 13 years ago
- ea5c68a Use FLAG_ macros for echo optflags. by Rob Landley · 13 years ago
- 2a9dde0 Match uint64_t with PRIu64 to avoid warnings on 64 bit builds. by Rob Landley · 13 years ago
- f69042e toybuf usage enhancement, tabs to spaces, teminal height refresh by Elie De Brauwer · 13 years ago
- 49861be Replace ?: gcc extension with standard code by Kevin Chase · 13 years ago
- 0392c17 Adding vmstat by Elie De Brauwer · 13 years ago
- 8ad2a7d Adding mountpoint by Elie De Brauwer · 13 years ago
- 24e0c51 Implement comm. by Ilya Kuzmich · 13 years ago
- 848a033 The -s flag includes staying quiet about missing files. by Rob Landley · 13 years ago
- 66b0f99 Test the right variable in NULL guard, and add NOP "s" suffix. by Rob Landley · 13 years ago
- f78c63a Using /dev/tty for yesno() is wrong because yes 'n' | cp -ial needs to work. by Rob Landley · 13 years ago
- cf6bcb2 Unwind gratuitous macros. by Rob Landley · 13 years ago
- f9fdd3c Have probe for unshare test for actual unshare() function in libc. by Rob Landley · 13 years ago
- 05744b3 Add string to mode_t parser by Daniel Walter · 13 years ago
- ee00a7f Remove "feature test macros", replace non-portable fdprintf() with standard fprintf(). by Rob Landley · 13 years ago
- 522d906 Implement Apple and Android versions of getline(), getdelim(), and clearenv(). by Georgi Chorbadzhiyski · 13 years ago
- c4849f7 The linux header doesn't prototype unshare, and the glibc header introduced a regression in recent versions inexplicably crediting a linux feature to the FSF, so add the prototype ourselves. by Rob Landley · 13 years ago
- bc32941 Simplify nanosleep call. by Rob Landley · 13 years ago