| AgeSort asc/desc | Change |
|---|---|
| Prev 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 Next | |
| Feb 29, 2016 | |
| 10 years 14 days | config2help: add missing ctype.h include |
|
Commit bef3a510a63543f94c8bdbb229a2f5f538fa0ec1, by Mike Frysinger | |
| 10 years 14 days | Merge remote-tracking branch 'toybox/master' into HEAD |
|
Commit 19e0d99944a59a723c7e61a84defa0b6440a8def, by Elliott Hughes | |
| Mar 1, 2016 | |
| 10 years 15 days | Regenerate generated files. |
|
Commit 77e56de2cd449d8d95d82e41b78069bb675d0fe5, by Elliott Hughes | |
| 10 years 15 days | Fix file for Java class files, improve script detection, and add tests. |
|
Commit ffc6fbbde3eeca29d1eb3470610eb7ae5b9025f1, by Elliott Hughes | |
| 10 years 15 days | do_regular_file() prints output line, don't fall through to print default. |
|
Commit c1161cf09f5d9646b0e0c6ec504ed26a0623e691, by Rob Landley | |
| Mar 2, 2016 | |
| 10 years 14 days | The last-ever release of uClibc didn't #define MS_RELATIME. |
|
Commit 5a44e4ae3487cf033a99b81263cd07bf9951a6a2, by Rob Landley | |
| 10 years 14 days | Use shell builtins instead of calling wc/awk/sed. (Fewer forks in build loop.) Based on suggestions from Nicholas Boichat. |
|
Commit 86f7c048254eab34d78ff105b54a5d31ec6ee9d3, by Rob Landley | |
| 10 years 14 days | SYS_finit_module isn't there on Ubuntu 12.04 because it was only added to the 3.8 kernel in 2012. That's way too new to assume the build environment has it, so #ifdef and simulate a failure if it's not there. |
|
Commit dfc44f12d7de952a5aec0c7a4141b609d18cd034, by Rob Landley | |
| 10 years 14 days | The last-ever release of uClibc hasn't got prlimit, so probe. |
|
Commit 323819c689448fffcf4d3ed20f2485b75ac64b64, by Rob Landley | |
| 10 years 13 days | For years the man pages have said to #include <sys/types.h> to get major/minor/makedev, but glibc has vowed to break existing programs (https://sourceware.org/ml/libc-alpha/2015-11/msg00253.html ) and replace it with _another_ non-standard header (not |
|
Commit 7ca5dc4232b9ac5ee5cd25c8b5b33a58904cd251, by Rob Landley | |
| 10 years 13 days | split pgrep/pkill tests. |
|
Commit 7ae108f7c9d0845d8f7759ebeeb1b98a11ef8ceb, by Rob Landley | |
| 10 years 13 days | Try to consistently print command name at the start of each test. |
|
Commit 9ef6fbfc2bdc32be2a94040337f9b7fef5c18554, by Rob Landley | |
| 10 years 13 days | Add fstype test. |
|
Commit b73d9a2ac127984380ce6bfa32e00817985b6269, by Rob Landley | |
| 10 years 13 days | Command name at start of each test. |
|
Commit 54f95bd6186a3b4ca9332807dc7e419de9534c42, by Rob Landley | |
| 10 years 13 days | Split lsattr/chattr tests. |
|
Commit b69e1efb2763f99566f451189b5e31f3a05c2e32, by Rob Landley | |
| 10 years 13 days | Print command name at start of each test. |
|
Commit eb830728b12152702c3852d079ad5c8a7f6e709b, by Rob Landley | |
| 10 years 13 days | Factor out command name at the start of test name, have runtest.sh print it. |
|
Commit 336c44adca1768ada1e1e2f4d7dbbc33e994e582, by Rob Landley | |
| Mar 3, 2016 | |
| 10 years 13 days | Fix base64 so == wraps properly. |
|
Commit 0dfa601b9fec5191269702cdd037adf25814ab19, by Rob Landley | |
| 10 years 13 days | Minor cleanup. |
|
Commit 53dc99a76e73ff086db19e7da266c3b571b3cf87, by Rob Landley | |
| 10 years 13 days | More minor cleanup (inline a function, simplify name of another). |
|
Commit 5231bb553d5e2c04818f6603f30a36653d914881, by Rob Landley | |