Age | Commit message (Expand) | Author |
2016-05-20 | Add bufgetgrgid() | Rob Landley |
2016-05-17 | Add bufgetpwuid. (Repeated calls to getpwuid() are really expensive.) | Rob Landley |
2016-04-21 | Have dirtree_recurse() take the new dirfd as an argument. | Rob Landley |
2016-04-08 | Redefining basename_r to mean something random seems popular (bionic and freebsd | Rob Landley |
2016-03-29 | Fix build when wchar_t is unsigned. | Elliott Hughes |
2016-03-15 | Add ls -b and make ls -q work with utf8. | Rob Landley |
2016-03-13 | Split out _xexit() from xexit() and give sigatexit() multiple callbacks. | Rob Landley |
2016-03-07 | Cleanup pass on the dirtree infrastructure, in preparation for making rm -r | Rob Landley |
2016-03-02 | For years the man pages have said to #include <sys/types.h> to get | Rob Landley |
2016-02-10 | Factor out strnstr() since posix hasn't got it, and add a config option for | Rob Landley |
2016-02-09 | Fix xpipe. (thinko.) | Rob Landley |
2016-02-08 | Add xpipe() to lib. | Rob Landley |
2016-01-28 | Bugfix I forgot to checkin, plus a wrapper function. | Rob Landley |
2016-01-22 | Factor out insanitize() from seq.c to next_printf() in lib. | Rob Landley |
2016-01-17 | Extend utf8 fontmetrics so ps can use them. | Rob Landley |
2016-01-17 | Update draw_str() and friends to do standard escaping for ^X <AB> U+ABCD. | Rob Landley |
2016-01-16 | Move create_uuid() to lib and xpoll() to lib/net.c. | Rob Landley |
2016-01-10 | Make cursor left/right change sort type in iotop. | Rob Landley |
2016-01-07 | Make scan_key() specify timeout in miliseconds, split out terminal_probesize(), | Rob Landley |
2016-01-05 | Add error_msg_raw() and friends, replace error_msg("%s", s) uses, enable format | Rob Landley |
2015-12-29 | Add strafter() to lib. | Rob Landley |
2015-12-27 | Add scan_key_getsize() doing the ANSI probe, switch scan_key() to TAGGED_ARRAY, | Rob Landley |
2015-12-24 | Move get_line() header to pending.h because posix has FILE * versions. | Rob Landley |
2015-12-23 | Factor out draw_str() and friends. | Rob Landley |
2015-12-06 | Rename dirtree->data to dirfd, and don't store symlink length in it. | Rob Landley |
2015-11-26 | Split do_ps() into get_ps() and show_ps() as a start on implementing --sort. | Rob Landley |
2015-11-08 | NOEXIT(thingy()) wrapper to turn xwrap() functions into warning versions. | Rob Landley |
2015-11-02 | Add ps -Z. | Elliott Hughes |
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 |