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 Next | |
Feb 25, 2016 | |
9 years 24 days | Use the correct types for recvfrom. |
Commit 789d2c1234cf7805d3d6df846b491a112ae93bc7, by George Burgess IV | |
Feb 26, 2016 | |
9 years 23 days | Musl needs an extra #include. |
Commit 3879cd97c16332db2edb225f0725b591c2fa14dc, by Rob Landley | |
9 years 23 days | Typecast a printf argument because wchar_t isn't a rigidly defined size. |
Commit fd6c94753f072df405126272a6d48d93dabe42a6, by Rob Landley | |
9 years 23 days | Fix bug where mount -o leftover string didn't get passed through to kernel for 2-argument version. |
Commit 8fffeffdf259bc1a7c2c8055a0bbc3f4c508ed76, by Rob Landley | |
9 years 23 days | Fix more warnings on 32 bit builds. |
Commit f9ca79a7b7762bdc698efb7c34ecaac63540eacb, by Rob Landley | |
9 years 23 days | Switch to $! for make.sh process enumeration. |
Commit e17fbf19c4b48d763041761052e98c2b4ee95487, by Rob Landley | |
Feb 27, 2016 | |
9 years 21 days | Fix "make help" again. |
Commit d3904ef62366c6a5ba5c47a583f114ac4338698b, by Elliott Hughes | |
Feb 29, 2016 | |
9 years 20 days | Second pass at the ELF type table. |
Commit 44c7958214e1690e820aaddf808267e0bf78df46, by Rob Landley | |
9 years 19 days | Fix a typo from last time, and Isaac Dunham's todo list: |
Commit 4b141e67eefc396687f22f8c136267c0f8081e05, by Rob Landley | |
9 years 19 days | pending/file: add cpio, tar, zip formats. |
Commit 830f2561757083ec6d34dc92c675447e91c9ed81, by Isaac Dunham | |
9 years 19 days | Fix inverted test. |
Commit 1b3fd4a5dc3fb62a96fb3127070c5aca7cc2ee3e, by Rob Landley | |
9 years 19 days | Fix trailing spaces on ps -o cmdline. |
Commit 226c1cb1dc86e8545c0f05886149a07c40a88162, by Elliott Hughes | |
9 years 19 days | config2help: add missing ctype.h include |
Commit bef3a510a63543f94c8bdbb229a2f5f538fa0ec1, by Mike Frysinger | |
9 years 19 days | Merge remote-tracking branch 'toybox/master' into HEAD |
Commit 19e0d99944a59a723c7e61a84defa0b6440a8def, by Elliott Hughes | |
Mar 1, 2016 | |
9 years 20 days | Regenerate generated files. |
Commit 77e56de2cd449d8d95d82e41b78069bb675d0fe5, by Elliott Hughes | |
9 years 20 days | Fix file for Java class files, improve script detection, and add tests. |
Commit ffc6fbbde3eeca29d1eb3470610eb7ae5b9025f1, by Elliott Hughes | |
9 years 20 days | do_regular_file() prints output line, don't fall through to print default. |
Commit c1161cf09f5d9646b0e0c6ec504ed26a0623e691, by Rob Landley | |
Mar 2, 2016 | |
9 years 19 days | The last-ever release of uClibc didn't #define MS_RELATIME. |
Commit 5a44e4ae3487cf033a99b81263cd07bf9951a6a2, by Rob Landley | |
9 years 19 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 | |
9 years 19 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 |