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-10 | Didn't check in all my local basename_r->getbasename changes. (Oops.) | Rob Landley |
2016-04-08 | Redefining basename_r to mean something random seems popular (bionic and freebsd | Rob Landley |
2016-03-29 | Fix exit code of things like sed -i that use tempfile_handler(). | Rob Landley |
2016-03-13 | Split out _xexit() from xexit() and give sigatexit() multiple callbacks. | Rob Landley |
2016-03-02 | For years the man pages have said to #include <sys/types.h> to get | Rob Landley |
2016-02-19 | Implement "insmod -". | Elliott Hughes |
2016-02-14 | Implement file(1). | Elliott Hughes |
2016-02-10 | Factor out strnstr() since posix hasn't got it, and add a config option for | Rob Landley |
2016-01-22 | Factor out insanitize() from seq.c to next_printf() in lib. | Rob Landley |
2016-01-20 | First stab at making readfileat() realloc() in a loop to read long files. | Rob Landley |
2016-01-17 | Extend utf8 fontmetrics so ps can use them. | Rob Landley |
2016-01-16 | Move create_uuid() to lib and xpoll() to lib/net.c. | Rob Landley |
2016-01-10 | Fix perror_exit_raw. | Elliott Hughes |
2016-01-08 | Fix cat -. | Elliott Hughes |
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-11-26 | Split do_ps() into get_ps() and show_ps() as a start on implementing --sort. | Rob Landley |
2015-11-02 | If chomp() needs to test it found \n, should also test it's at end of string. | Rob Landley |
2015-11-02 | Add ps -Z. | Elliott Hughes |
2015-09-29 | help_exit() tweak. | Rob Landley |
2015-09-11 | Replace toys.exithelp with help_exit() in lib. | Rob Landley |
2015-09-07 | Remove prompt argument from yesno(), caller can fprintf(stderr, "blah") itself. | 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-08 | First pass at proper bunzip2 command line handling. | 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-05-08 | Move not-curses code into interstingtimes.c | Rob Landley |
2015-04-30 | Remove redundant numlen. | 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-16 | terminal_size should use LINES, not ROWS. | Elliott Hughes |
2015-04-03 | Add readfileat() to lib | Rob Landley |
2015-03-23 | Tweak of Elliott Hughes's fix for an off by one error in human_readable | Rob Landley |
2015-01-18 | Remove trailing whitespace. | Rob Landley |
2015-01-01 | strtol() doesn't return error indicator for overflow, it just sets errno. So ... | Rob Landley |
2014-12-22 | Allocate space for null terminator. | Rob Landley |
2014-12-13 | Add base64. | Rob Landley |
2014-12-13 | Remove more strncpy() calls. | Rob Landley |
2014-10-27 | O_CLOEXEC was confusing the O_RDONLY test in loopfiles(), resulting in attemp... | Rob Landley |
2014-10-18 | Factor out printf-style escape parsing logic from echo.c. | Rob Landley |
2014-10-14 | Use O_CLOEXEC instead of O_RDONLY to signal loopfiles_rw() to close filehandles. | Rob Landley |
2014-08-15 | If string_to_mode() is called on a base mode with S_ISDIR() and such set, pas... | Rob Landley |
2014-07-21 | Little endian and big endian versions of peek (for host.c). | Rob Landley |
2014-07-19 | find needs "c" suffix to -size. | Rob Landley |
2014-06-24 | find_in_path() is supposed to work with a NULL path, but didn't. Fix it. | Rob Landley |