Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-25 | Fix compiler warnings in traceroute. | Elliott Hughes | |
If we're fixing warnings in pending... | |||
2014-12-31 | Redo option parsing infrastructure so #define FORCE_FLAGS can unzero flag ↵ | Rob Landley | |
macros for a disabled command (needed when multiple commands share infrastructure with a common set of flags). This means the flag space is no longer packed, but leaves gaps where the zeroes go. (Actual flag bit positions are the same for all configs.) Since the option parsing needs to know where the holes are, the OPTSTR values are now generated as part of flags.h with ascii 1 values for the disabled values. (So generated/oldflags.h went away.) This also means that the option string argument for OLDTOY() went away, it now uses the same arguments as the NEWTOY() it references. | |||
2013-12-23 | Updating the email id in Copyright. | Ashwini Sharma | |
2013-12-23 | Pending commands default n. | Rob Landley | |
2013-12-23 | IPv6 support is added into traceroute command. | Ashwini Sharma | |
traceroute6 is made as an old toy of traceroute. | |||
2013-11-02 | Merge toynet.h into toys.h: musl supports it and micromanaging uClibc config ↵ | Rob Landley | |
options isn't very interesting anymore. | |||
2013-09-22 | traceroute from Ashwini Sharma | Rob Landley | |