Mercurial > hg > toybox
graph
-
Don't segfault for --help of single.sh build of OLDTOY commands that use another command's help. draftSat, 27 Sep 2014 19:58:18 -0500, by Rob Landley
-
The only illegal characters in a username are ":" (field separator), "\n" (line separator), and "/" (filename separator). draftFri, 26 Sep 2014 18:49:44 -0500, by Rob Landley
-
Separate more commands so single.sh can build them standalone. draftFri, 26 Sep 2014 18:42:23 -0500, by Rob Landley
-
When killall was invoked without arguments, there appeared segmentation fault draftMon, 22 Sep 2014 08:32:21 -0500, by ?ukasz Szpakowski
-
Respond to two static analysis issues in dirtree_path() reported by Ashwini Sharma. draftMon, 22 Sep 2014 07:52:15 -0500, by Rob Landley
-
Tweak portability.h for uClibc version in buildroot defconfig. draftSat, 20 Sep 2014 18:46:47 -0500, by Rob Landley
-
Always call setlocale if I18N is enabled, so nested toy_exec() can switch it back off if necessary. draftSat, 20 Sep 2014 17:51:23 -0500, by Rob Landley
-
Delete generated/README.txt (the contents are in code.html now) so clean can just remove the "generated" directory entirely. draftSat, 20 Sep 2014 14:20:28 -0500, by Rob Landley
-
Capitalize "toybox" more consistently on the about page. draftSat, 20 Sep 2014 14:12:55 -0500, by Rob Landley
-
Forgot to check in the updated makefile when I moved the testsuite. draftSat, 20 Sep 2014 13:22:13 -0500, by Rob Landley
-
Typo from the dawn of time: toybox is not capitalized the way BusyBox was. draftSat, 20 Sep 2014 13:20:17 -0500, by Rob Landley
-
The ancient GPL (copied from the 2.6.12 kernel) build infrastructure is actually in the "kconfig" directory, not under scripts. Remind me to write a new one from scratch... draftSat, 20 Sep 2014 13:18:44 -0500, by Rob Landley
-
Move testsuite out of scripts/test into its own top level tests directory, and make ctrl-c kill "make test" more reliably. draftSat, 20 Sep 2014 13:09:14 -0500, by Rob Landley
-
Give library probe a progress indicator, and use 150% of detected CPUs to try to keep large SMP machines busy (each compiler invocation is short so they exit almost as fast as we launch them). draftSat, 20 Sep 2014 13:07:53 -0500, by Rob Landley
-
Reorder functions to get rid of unnecessary prototypes, and move a global into GLOBALS. draftThu, 18 Sep 2014 18:07:58 -0500, by Rob Landley
-
rm -rf needs to chmod directories to u+rwx, because directories need +x to search. draftThu, 18 Sep 2014 13:05:21 -0500, by Isaac Dunham
-
A few fixes for issues reported in static analysis. draftThu, 18 Sep 2014 11:47:42 -0500, by Ashwini Sharma
-
Update README for pending directory, include list of code outside of pending (grandfathered) awaiting cleanup. draftWed, 17 Sep 2014 18:25:05 -0500, by Rob Landley
-
find -xdev should return mount points, just not contents. draftSun, 14 Sep 2014 20:37:23 -0500, by Rob Landley
-
Split xpopen() into xpopen_both(), xpopen(), and xrun() depending on whether we want to redirect both, one, or neither of stdin/stdout. draftSun, 14 Sep 2014 12:29:44 -0500, by Rob Landley
-
Bug report from luckboy: rm -f on a broken symlink didn't work because our "does it exist" test (to avoid errors on rm -f of nonexistent files) said it didn't. draftSat, 13 Sep 2014 14:48:37 -0500, by Rob Landley
-
Create a generated/build.sh with a single compiler command line to rebuild the toybox_unstripped binary using the existing generated/*.h files. draftThu, 11 Sep 2014 20:50:10 -0500, by Rob Landley
-
Ignore -m option to cpio, it's what we do anyway so it's not an error. draftTue, 09 Sep 2014 23:44:48 -0500, by Rob Landley
-
Two problems: 1) Sometimes toy_exec() needs to re-exec to gain dropped root permissions, 2) shouldn't recurse forever without exec, stack depth increases and we may leak other resources. Limit it to ~5 levels. draftTue, 09 Sep 2014 23:42:25 -0500, by Rob Landley
-
Make tweaks: collate generated/*.o files into their own subdirectory, add PIPEFAIL for better error reporting, and simpler regex to select toys/*/*.c list based on NEWTOY/OLDTOY macros. draftTue, 09 Sep 2014 20:13:03 -0500, by Rob Landley
-
Fix more memory leaks reported by Ashwini Sharma. draftMon, 08 Sep 2014 08:51:45 -0500, by Rob Landley
-
Don't close device handle until after calling flush ioctls, reported by Ashwini Sharma. draftMon, 08 Sep 2014 08:40:06 -0500, by Rob Landley
-
Add error test and fix memory leak, reported by Ashwini Sharma. draftMon, 08 Sep 2014 08:26:02 -0500, by Rob Landley
-
Promote mount. It's not perfect, but it basically works now. draftSun, 07 Sep 2014 19:33:18 -0500, by Rob Landley
-
Debugging pass on mount. Not quite done yet, but the basics seem to work now. draftSun, 07 Sep 2014 14:42:51 -0500, by Rob Landley
-
Testsuites for toybox command - "tar", "bzcat", "xzcat", "zcat" and "hostname". draftWed, 03 Sep 2014 13:38:18 -0500, by Divya Kothari
-
Add cp -F to force delete of existing destination files, and make install command use that. draftMon, 01 Sep 2014 12:47:32 -0500, by Rob Landley
-
Old compilers complain about linker options passed with -c, so split out $LDOPTIMIZE. draftSat, 30 Aug 2014 17:44:07 -0500, by Rob Landley
-
Another fix from Johan Bergstr?m, using the gnu/dammit version of sort on the host can be screwed up by more than one environment variable. draftSat, 30 Aug 2014 16:34:46 -0500, by Rob Landley
-
Add VERBOSE=fail to "make tests", based on suggestion from Johan Bergstr?m. draftSat, 30 Aug 2014 13:03:40 -0500, by Rob Landley
-
ipcs : display all the IPC fascilities information draftMon, 25 Aug 2014 22:01:11 -0500, by Ashwini Sharma
-
Work in progress snapshot of mount, with fallout to umount. (Not done yet.) draftSun, 24 Aug 2014 23:46:23 -0500, by Rob Landley
-
Fix parallel make not always catching errors before link time. draftSun, 24 Aug 2014 22:42:47 -0500, by Rob Landley
-
Cleanups on useradd/groupadd/groupdel, and put TOYBOX_UID_SYS and TOYBOX_UID_USR in the top level Config. draftMon, 18 Aug 2014 19:10:45 -0500, by Rob Landley
-
Fix bug reported by Ashwini Sharma: [-abc] syntax to switch off a command forget draftFri, 15 Aug 2014 18:53:01 -0500, by Rob Landley
-
If string_to_mode() is called on a base mode with S_ISDIR() and such set, pass those extra bits through. draftFri, 15 Aug 2014 10:50:39 -0500, by Rob Landley
-
Enable a command's sub-options in single builds. draftTue, 12 Aug 2014 18:05:55 -0500, by Rob Landley
-
A toy _BLOCKDEV_ to get/set block device properties. draftTue, 12 Aug 2014 07:14:58 -0500, by Ashwini Sharma
-
Patches to commands for issues reported from static analysis tool. draftTue, 12 Aug 2014 07:09:01 -0500, by Ashwini Sharma
-
Update clean to clean up after new parallel build. draftSun, 10 Aug 2014 12:01:49 -0500, by Rob Landley
-
Parallelize the build. (set CPUS=1 to force single processor build, or another number to override processor count autodetect.) draftSat, 09 Aug 2014 14:33:34 -0500, by Rob Landley
-
Fix -mindepth and -maxdepth to not drill down into excluded directories. draftThu, 07 Aug 2014 23:19:18 -0500, by Rob Landley
-
Rereading posix find.c page: "Specifying more than one of the mutually-exclusive options -H and -L shall not be considered an error. The last option specified shall determine the behavior of the utility." draftTue, 05 Aug 2014 19:44:59 -0500, by Rob Landley
-
Building busybox from source needs find -not (a synonym for posix's "!"). draftTue, 05 Aug 2014 19:32:44 -0500, by Rob Landley
-
Fix a couple patch bugs concerning error output. draftTue, 05 Aug 2014 19:27:02 -0500, by Rob Landley
-
find.c: add -mindepth, -maxdepth, and document -newer and -depth. draftMon, 04 Aug 2014 19:28:41 -0500, by Rob Landley
-
Implement exec -user, -group, and -newer. Enable find in defconfig. draftSun, 03 Aug 2014 15:50:10 -0500, by Rob Landley
-
Missed checking in dirtree_recurse() change (now needs specific DIRTREE_SYMFOLLOW value, not just true/false). draftSat, 02 Aug 2014 19:54:38 -0500, by Rob Landley
-
Cosmetic tweak, slightly more conventional for loop. draftSat, 02 Aug 2014 19:52:44 -0500, by Rob Landley
-
Yank xrealpath prototype since the function's gone. draftSat, 02 Aug 2014 19:50:03 -0500, by Rob Landley
-
As long as I had to write xabspath(), no point in wrapping realpath(). draftWed, 30 Jul 2014 19:22:55 -0500, by Rob Landley
-
find.c: first pass at case case insensitivity and exec. (Needs more debugging.) draftTue, 29 Jul 2014 20:04:38 -0500, by Rob Landley
-
Actually set the again flag when calling the dirtree comeagain callback. draftTue, 29 Jul 2014 20:02:31 -0500, by Rob Landley
-
Patch from Isaac Dunham to work around the deficiencies in musl's regex engine (which break building under alpine linux). draftSun, 27 Jul 2014 15:19:49 -0500, by Rob Landley
-
Move DIRTREE_COMEAGAIN second callback up to when the filehandle is still open, and add dir->again variable to distinguish second call instead of checking for -1 filehandle. draftSat, 26 Jul 2014 13:30:40 -0500, by Rob Landley
-
Default xcreate/xopen to O_CLOEXEC. (Pass O_CLOEXEC in the flags to switch it back off.) draftSat, 26 Jul 2014 13:27:07 -0500, by Rob Landley
-
Little endian and big endian versions of peek (for host.c). draftMon, 21 Jul 2014 19:56:53 -0500, by Rob Landley
-
Don't go into an endless loop if we hit a bad utf8 sequence without -q. draftSun, 20 Jul 2014 22:08:46 -0500, by Rob Landley
-
Isaac Dunham spotted that dhcp was also reimplementing daemon(). draftSun, 20 Jul 2014 21:34:49 -0500, by Rob Landley
-
Apparently I deleted this locally but forgot to commit the removal. Oops. draftThu, 17 Jul 2014 22:52:58 -0500, by Rob Landley
-
Use libc daemon() instead of pending daemonize. draftThu, 17 Jul 2014 22:50:49 -0500, by Rob Landley
-
Write a new find. Not quite done, but the basics work. draftWed, 16 Jul 2014 20:43:58 -0500, by Rob Landley
-
fdisk : partitions > 60, are deleted, offset entry for extended partitions was wrong. draftMon, 14 Jul 2014 05:44:29 -0500, by Ashwini Sharma
-
Autodetect --bind and --loop mounts in a way that doesn't interfere with network filesystems or -t newtype mounts that trigger a module load. draft 0.4.9Sun, 06 Jul 2014 23:43:29 -0500, by Rob Landley
-
minor cleanup: move a global variable into GLOBALS(), inline strchr_null(), some whitespace and bracket cleanups. draftSun, 06 Jul 2014 23:21:13 -0500, by Rob Landley