Age | Commit message (Expand) | Author |
2015-10-28 | Oops, forgot to check in the header file change for ps.c. | Rob Landley |
2015-10-27 | Replace xcount_cpus() with a call to sysconf(_SC_NPROCESSORS_CONF) | Rob Landley |
2015-10-25 | Add xcount_cpus() | Rob Landley |
2015-09-29 | Make defconfig build for nommu. | Rob Landley |
2015-09-27 | Another chunk of nommu support, replacing toys.recursion with toys.stacktop. | Rob Landley |
2015-09-23 | Add xvfork() as a static inline and use it from various places. | Rob Landley |
2015-09-11 | Replace toys.exithelp with help_exit() in lib. | Rob Landley |
2015-09-06 | Switch HR_SI to HR_1000, make binary the default, make HR_B only affect bytes, | Rob Landley |
2015-09-03 | Make human_readable() handle base 1024 units without floating point. | Rob Landley |
2015-08-08 | Different tools have different ideas about what human-readable output | Elliott Hughes |
2015-08-05 | Tweak xconnect: socket can be a string (ala "ftp") from /etc/services. | Rob Landley |
2015-08-03 | Factor out xconnect(), plus some other small cleanups to telnet.c. | Rob Landley |
2015-08-01 | Move strlower() from find to lib. | Rob Landley |
2015-07-10 | Add a basename_r() and use it in names_to_pid() to avoid basename() overwriting | Rob Landley |
2015-06-26 | Factor out more not-curses infrastructure into lib. | Rob Landley |
2015-05-14 | Promote reset (actually write a new one using the simple man 4 console_codes | Rob Landley |
2015-05-09 | Add DIRTREE_SHUTUP to disable dirtree warnings if file vanishes out from | Rob Landley |
2015-05-08 | Move not-curses code into interstingtimes.c | Rob Landley |
2015-04-30 | And remove the header part too. | Rob Landley |
2015-04-27 | Some infrastructure hexedit needs. (Poor man's curses.) | Rob Landley |
2015-04-19 | Cleanup getprop, add qstrcmp() to lib for qsort (because posix-2008 broke | Rob Landley |
2015-04-03 | Add readfileat() to lib | Rob Landley |
2015-03-12 | Factor out xgetgrnamid() and xgetpwnamid() into xwrap.c. | Rob Landley |
2015-03-09 | Upgrade oneit with -r (restart), -3 (send exiting PID values to child), and s... | Rob Landley |
2015-03-01 | let the compiler check format strings | Elliott Hughes |
2015-02-09 | Cleanup/refactoring pass on hwclock. | Rob Landley |
2015-02-07 | Remove xexec_optargs(). | Rob Landley |
2015-01-01 | strtol() doesn't return error indicator for overflow, it just sets errno. So ... | Rob Landley |
2014-12-13 | Forgot to check in a header file for base64. | Rob Landley |
2014-12-04 | Work with buildroot's extensively patched uClibc, and for nommu support move ... | Rob Landley |
2014-12-04 | Implement xstrncat() and fix xstrndup(). | Rob Landley |
2014-10-18 | Factor out printf-style escape parsing logic from echo.c. | Rob Landley |
2014-09-14 | Split xpopen() into xpopen_both(), xpopen(), and xrun() depending on whether ... | Rob Landley |
2014-08-24 | Work in progress snapshot of mount, with fallout to umount. (Not done yet.) | Rob Landley |
2014-08-03 | Implement exec -user, -group, and -newer. Enable find in defconfig. | Rob Landley |
2014-08-02 | Yank xrealpath prototype since the function's gone. | Rob Landley |
2014-07-26 | Move DIRTREE_COMEAGAIN second callback up to when the filehandle is still ope... | Rob Landley |
2014-07-21 | Little endian and big endian versions of peek (for host.c). | Rob Landley |
2014-06-25 | Cleanup pass on mkpasswd.c | Rob Landley |
2014-06-09 | Forgot to check in strstart(). | Rob Landley |
2014-06-03 | mount: start on option parsing, implement loopback and bind mount autodetection. | Rob Landley |
2014-05-31 | Introduce xfork() and make commands use it, and make some WEXITSTATUS() use W... | Rob Landley |
2014-05-29 | Switch mtab_list to doubly linked so we can traverse in either order. Convert... | Rob Landley |
2014-05-27 | Add mount options to data getmountlist collects. | Rob Landley |
2014-05-21 | Add generic_signal() handler, which sets toys.signal and writes byte to toys.... | Rob Landley |
2014-05-21 | Add free functions for predefined llist types. | Rob Landley |
2014-05-06 | Switch human_readable() to just outputing decimal kilo/mega/gigabytes, make d... | Rob Landley |
2014-03-29 | Group headers by standard (POSIX or LSB) or function (internationalization, n... | Rob Landley |
2014-03-11 | Move mkpathat to lib, remove redundant function used by patch. | Rob Landley |
2014-02-07 | Move bunzip2 logic from lib into bzcat. | Rob Landley |