Age | Commit message (Expand) | Author |
2014-07-26 | Move DIRTREE_COMEAGAIN second callback up to when the filehandle is still ope... | Rob Landley |
2014-07-26 | Default xcreate/xopen to O_CLOEXEC. (Pass O_CLOEXEC in the flags to switch it... | Rob Landley |
2014-07-21 | Improve gid/uid error messages. | Rob Landley |
2014-07-21 | Little endian and big endian versions of peek (for host.c). | Rob Landley |
2014-07-21 | Fix memory leak in error path. | Rob Landley |
2014-07-20 | Add utf8 support to ls -C. | Rob Landley |
2014-07-19 | find needs "c" suffix to -size. | Rob Landley |
2014-07-17 | Use libc daemon() instead of pending daemonize. | Rob Landley |
2014-06-28 | Cleanup read_password(), factor out set_terminal(), fix salt bug (des wants t... | Rob Landley |
2014-06-25 | Cleanup pass on mkpasswd.c | Rob Landley |
2014-06-24 | find_in_path() is supposed to work with a NULL path, but didn't. Fix it. | 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-26 | Isaac Dunham suggested xprintf() should call fflush() instead of ferror(), an... | Rob Landley |
2014-05-24 | patch from ashwini sharma: treat 0 length read at the start of password read ... | 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-05-06 | Use compiler built-in macros to determine if argument parsing can use double ... | Rob Landley |
2014-05-02 | In function readfile(), the buffer buf is free'd when readall() fails. This ... | Ashwini Sharma |
2014-04-15 | Probes for O_NOFOLLOW that compile and run something aren't compatible with c... | Rob Landley |
2014-03-29 | Group headers by standard (POSIX or LSB) or function (internationalization, n... | Rob Landley |
2014-03-24 | Fix mkdir -p with absolute paths. | Rob Landley |
2014-03-11 | Move mkpathat to lib, remove redundant function used by patch. | Rob Landley |
2014-03-11 | Add "volatile" annotation to peek/poke to stop potential optimizer overreach. | Rob Landley |
2014-02-28 | Fix another bug reported by Ashwini Sharma. | Rob Landley |
2014-02-16 | Various cleanups found by Tom Sparrow's static analysis. | Rob Landley |
2014-02-07 | Move bunzip2 logic from lib into bzcat. | Rob Landley |
2014-01-28 | Two changes to shut up GCC: | Isaac Dunham |
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 | Attached is an implementation for groupdel. | Ashwini Sharma |
2013-12-23 | Fix some issues raised (albeit indirectly) by Isaac Dunham. | Rob Landley |
2013-12-19 | Only define MNT_DETACH for old glibc, portability.h included _before_ sys/mou... | Rob Landley |
2013-12-19 | Regression test against Ancient Build Environment (Ubuntu 8.04), fixup bit-rot. | Rob Landley |
2013-12-19 | Move names_to_pid from pending to lib. | Rob Landley |
2013-12-08 | Doing math on void pointers isn't portable, reported by Nathan McSween. | 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 | du from Ashwini Sharma. | 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-11-03 | Fix off by one, pointed out by Ashwini Sharma. | Rob Landley |
2013-11-02 | Give xstrncpy() a more informative error message. | Rob Landley |
2013-11-02 | Merge toynet.h into toys.h: musl supports it and micromanaging uClibc config ... | Rob Landley |
2013-10-27 | Refactor terminal querying. | Rob Landley |