Age | Commit message (Expand) | Author |
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 |
2014-01-16 | Rename xmsprintf() to just xmprintf(). | Rob Landley |
2013-12-27 | Pass through all the readfile() arguments from xreadfile(). | Rob Landley |
2013-12-23 | Fix some issues raised (albeit indirectly) by Isaac Dunham. | Rob Landley |
2013-12-19 | Move names_to_pid from pending to lib. | Rob Landley |
2013-11-28 | Oops, cleaned up ifconfig uses atolx_range() instead of get_int_list(). Check... | Rob Landley |
2013-11-28 | Add xgetpwnam() to lib/xwrap.c. | Rob Landley |
2013-11-28 | Move xgetpwuid() and xgetgrgid() into xwrap.c | Rob Landley |
2013-11-10 | Break out lib/pending.h from lib/lib.h. | Rob Landley |
2013-11-07 | Tweak terminal_size to never set either to 0, and return true/false whether i... | Rob Landley |
2013-10-16 | Prep work for useradd by Ashwini Sharma. | Rob Landley |