2014-07-26 |
Rob Landley | Default xcreate/xopen to O_CLOEXEC. (Pass O_CLOEXEC... |
tree | commitdiff |
2014-07-22 |
Rob Landley | Improve gid/uid error messages. |
tree | commitdiff |
2014-07-22 |
Rob Landley | Little endian and big endian versions of peek (for... |
tree | commitdiff |
2014-07-22 |
Rob Landley | Fix memory leak in error path. |
tree | commitdiff |
2014-07-20 |
Rob Landley | Add utf8 support to ls -C. |
tree | commitdiff |
2014-07-20 |
Rob Landley | find needs "c" suffix to -size. |
tree | commitdiff |
2014-07-18 |
Rob Landley | Use libc daemon() instead of pending daemonize. |
tree | commitdiff |
2014-06-29 |
Rob Landley | Cleanup read_password(), factor out set_terminal()... |
tree | commitdiff |
2014-06-26 |
Rob Landley | Cleanup pass on mkpasswd.c |
tree | commitdiff |
2014-06-24 |
Rob Landley | find_in_path() is supposed to work with a NULL path... |
tree | commitdiff |
2014-06-09 |
Rob Landley | Forgot to check in strstart(). |
tree | commitdiff |
2014-06-03 |
Rob Landley | mount: start on option parsing, implement loopback... |
tree | commitdiff |
2014-05-31 |
Rob Landley | Introduce xfork() and make commands use it, and make... |
tree | commitdiff |
2014-05-29 |
Rob Landley | Switch mtab_list to doubly linked so we can traverse... |
tree | commitdiff |
2014-05-27 |
Rob Landley | Add mount options to data getmountlist collects. |
tree | commitdiff |
2014-05-26 |
Rob Landley | Isaac Dunham suggested xprintf() should call fflush... |
tree | commitdiff |
2014-05-24 |
Rob Landley | patch from ashwini sharma: treat 0 length read at the... |
tree | commitdiff |
2014-05-21 |
Rob Landley | Add generic_signal() handler, which sets toys.signal... |
tree | commitdiff |
2014-05-21 |
Rob Landley | Add free functions for predefined llist types. |
tree | commitdiff |
2014-05-06 |
Rob Landley | Switch human_readable() to just outputing decimal kilo... |
tree | commitdiff |
2014-05-06 |
Rob Landley | Use compiler built-in macros to determine if argument... |
tree | commitdiff |
2014-05-02 |
Ashwini Sharma | In function readfile(), the buffer buf is free'd when... |
tree | commitdiff |
2014-04-16 |
Rob Landley | Probes for O_NOFOLLOW that compile and run something... |
tree | commitdiff |
2014-03-29 |
Rob Landley | Group headers by standard (POSIX or LSB) or function... |
tree | commitdiff |
2014-03-24 |
Rob Landley | Fix mkdir -p with absolute paths. |
tree | commitdiff |
2014-03-12 |
Rob Landley | Move mkpathat to lib, remove redundant function used... |
tree | commitdiff |
2014-03-11 |
Rob Landley | Add "volatile" annotation to peek/poke to stop potentia... |
tree | commitdiff |
2014-03-01 |
Rob Landley | Fix another bug reported by Ashwini Sharma. |
tree | commitdiff |
2014-02-16 |
Rob Landley | Various cleanups found by Tom Sparrow's static analysis. |
tree | commitdiff |
2014-02-07 |
Rob Landley | Move bunzip2 logic from lib into bzcat. |
tree | commitdiff |
2014-01-28 |
Isaac Dunham | Two changes to shut up GCC: |
tree | commitdiff |
2014-01-16 |
Rob Landley | Rename xmsprintf() to just xmprintf(). |
tree | commitdiff |
2013-12-28 |
Rob Landley | Pass through all the readfile() arguments from xreadfile(). |
tree | commitdiff |
2013-12-23 |
Ashwini Sharma | Attached is an implementation for groupdel. |
tree | commitdiff |
2013-12-23 |
Rob Landley | Fix some issues raised (albeit indirectly) by Isaac... |
tree | commitdiff |
2013-12-19 |
Rob Landley | Only define MNT_DETACH for old glibc, portability.h... |
tree | commitdiff |
2013-12-19 |
Rob Landley | Regression test against Ancient Build Environment ... |
tree | commitdiff |
2013-12-19 |
Rob Landley | Move names_to_pid from pending to lib. |
tree | commitdiff |
2013-12-08 |
Rob Landley | Doing math on void pointers isn't portable, reported... |
tree | commitdiff |
2013-11-29 |
Rob Landley | Oops, cleaned up ifconfig uses atolx_range() instead... |
tree | commitdiff |
2013-11-29 |
Rob Landley | Add xgetpwnam() to lib/xwrap.c. |
tree | commitdiff |
2013-11-29 |
Rob Landley | Move xgetpwuid() and xgetgrgid() into xwrap.c |
tree | commitdiff |
2013-11-11 |
Rob Landley | du from Ashwini Sharma. |
tree | commitdiff |
2013-11-11 |
Rob Landley | Break out lib/pending.h from lib/lib.h. |
tree | commitdiff |
2013-11-07 |
Rob Landley | Tweak terminal_size to never set either to 0, and retur... |
tree | commitdiff |
2013-11-03 |
Rob Landley | Fix off by one, pointed out by Ashwini Sharma. |
tree | commitdiff |
2013-11-02 |
Rob Landley | Give xstrncpy() a more informative error message. |
tree | commitdiff |
2013-11-02 |
Rob Landley | Merge toynet.h into toys.h: musl supports it and microm... |
tree | commitdiff |
2013-10-27 |
Rob Landley | Refactor terminal querying. |
tree | commitdiff |
2013-10-17 |
Rob Landley | Minor lib/password.c cleanup, described on the list... |
tree | commitdiff |
2013-10-17 |
Rob Landley | Prep work for useradd by Ashwini Sharma. |
tree | commitdiff |
2013-10-06 |
Rob Landley | Whitespace tweaks and remove unused variable. |
tree | commitdiff |
2013-10-06 |
Rob Landley | It's not a problem to exactly fill up the buffer with... |
tree | commitdiff |
2013-09-21 |
Rob Landley | Tweak args (yank old + that never worked, rename |... |
tree | commitdiff |
2013-09-21 |
Rob Landley | Fluff out option parsing documentation, add another... |
tree | commitdiff |
2013-09-17 |
Rob Landley | Fix -t c0 and -J as reported by heehooman at gmail... |
tree | commitdiff |
2013-09-11 |
Rob Landley | Ah, that's why commit 1057 was skipped last pull: it... |
tree | commitdiff |
2013-09-10 |
Rob Landley | Remove two unused functions and shrink another. |
tree | commitdiff |
2013-09-09 |
Rob Landley | Adjust patch to use dlist_pop() |
tree | commitdiff |
2013-09-09 |
Rob Landley | Redo tail closer to the original design. Add more tests... |
tree | commitdiff |
2013-09-09 |
Rob Landley | Fix [-group] argument dropping. |
tree | commitdiff |
2013-09-03 |
Rob Landley | Replace for_each_pid_with_name_in_array_perform_callbac... |
tree | commitdiff |
2013-09-06 |
Rob Landley | Ashwini Sharma submitted route.c, adding it to pending. |
tree | commitdiff |
2013-09-06 |
Rob Landley | Make [-abc] exclude logic clear argument slots when... |
tree | commitdiff |
2013-09-06 |
Rob Landley | Fix for xpidfile spotted by Felix Janda. |
tree | commitdiff |
2013-09-03 |
Rob Landley | Introduce libbuf analogous to toybuf but for use by... |
tree | commitdiff |
2013-09-03 |
Rob Landley | Remove itoa/utoa, let libc do this with sprintf. |
tree | commitdiff |
2013-09-01 |
Rob Landley | Improve --longopt parsing: general bugfixes, better... |
tree | commitdiff |
2013-08-30 |
Rob Landley | Allow getmountlist to read fstab too. |
tree | commitdiff |
2013-08-30 |
Rob Landley | Add scripts/single.sh to build individual non-multiplex... |
tree | commitdiff |
2013-08-28 |
Rob Landley | Rewrite pmap to be simpler and match other implementati... |
tree | commitdiff |
2013-08-26 |
Felix Janda | syslogd: cleanup |
tree | commitdiff |
2013-08-18 |
Rob Landley | Remove files du no longer needs. |
tree | commitdiff |
2013-08-10 |
Felix Janda | Add daemonize function to lib for klogd and syslogd |
tree | commitdiff |
2013-08-08 |
Rob Landley | Achille Fouilleul pointed out that fdlength wasn't... |
tree | commitdiff |
2013-08-07 |
Rob Landley | Forgot to check in xfdopen(). My bad. |
tree | commitdiff |
2013-07-31 |
Rob Landley | Cleanup renice and implement '|' (required option)... |
tree | commitdiff |
2013-07-19 |
Rob Landley | Start of TOYBOX_SINGLE support, for building standalone... |
tree | commitdiff |
2013-07-17 |
Rob Landley | Add timeout, factoring out common code from sleep. |
tree | commitdiff |
2013-07-16 |
Rob Landley | Split lib/xwrap.c from lib/lib.c |
tree | commitdiff |
2013-07-15 |
Rob Landley | New stuff added to lib.c needs review too, so make... |
tree | commitdiff |
2013-07-12 |
Strake | add grep |
tree | commitdiff |
2013-07-06 |
Isaac Dunham | This inlines CRC64, and nothing more. |
tree | commitdiff |
2013-06-22 |
Rob Landley | Option type @ counts number of occurrences, it doesn... |
tree | commitdiff |
2013-06-17 |
Rob Landley | Add xexit() and make error_exit() use it. |
tree | commitdiff |
2013-06-02 |
Rob Landley | Stat cleanup. |
tree | commitdiff |
2013-06-02 |
Rob Landley | Add peek/poke to header file. |
tree | commitdiff |
2013-06-02 |
Rob Landley | Enable readfile() and add peek() and poke() functions. |
tree | commitdiff |
2013-05-19 |
Rob Landley | xioctl() error message should use hex ioctl number... |
tree | commitdiff |
2013-05-15 |
Rob Landley | Silence warning and comment a subtle bit. |
tree | commitdiff |
2013-05-10 |
Rob Landley | Convert getmountlist() to xgetmountlist(). |
tree | commitdiff |
2013-04-30 |
Rob Landley | Fix bare longopts to set unique optflag bits. |
tree | commitdiff |
2013-04-29 |
Rob Landley | Fix xabspath when last path component exists but we... |
tree | commitdiff |
2013-04-29 |
Rob Landley | Fix conflicting types for show_help(). |
tree | commitdiff |
2013-04-22 |
Felix Janda | Add library function for the file permission formatting... |
tree | commitdiff |
2013-04-26 |
Rob Landley | Add posix headers to toynet.h, move xioctl() to lib... |
tree | commitdiff |
2013-04-26 |
Rob Landley | Remove leaked global path_mounts. |
tree | commitdiff |
2013-04-26 |
Rob Landley | Eliminate leaked global bunzip_errors. |
tree | commitdiff |
2013-04-21 |
Rob Landley | More ifconfig cleanup. |
tree | commitdiff |
2013-04-15 |
Rob Landley | Move guts of help command into show_help() in lib/help... |
tree | commitdiff |
next |