Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-03 | bb_applet_name -> applet_name | Denis Vlasenko | |
2006-09-17 | whitespace cleanup | Denis Vlasenko | |
2006-08-03 | Remove xcalloc() and convert its callers to xzalloc(). About half of them | Rob Landley | |
were using "1" as one of the arguments anyway, and as for the rest a multiply and a push isn't noticeably bigger than pushing two arguments on the stack. | |||
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | |
things like xasprintf() into xfuncs.c, remove xprint_file_by_name() (it only had one user), clean up lots of #includes... General cleanup pass. What I've been doing for the last couple days. And it conflicts! I've removed httpd.c from this checkin due to somebody else touching that file. It builds for me. I have to catch a bus. (Now you know why I'm looking forward to Mercurial.) | |||
2006-07-02 | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | |
2006-07-01 | Yet more "#if 0" content removed. | "Robert P. J. Day" | |
2006-05-19 | - single KERNEL_VERSION(a,b,c) macro in platform.h | Bernhard Reutner-Fischer | |
- rename get_kernel_revision() to get_linux_version_code from Robert P. J. Day | |||
2006-03-30 | - rename clean_up in tune2fs and mke2fs to be prefixed with their applet names. | Bernhard Reutner-Fischer | |
Purely cosmetic to ease readability. | |||
2006-03-08 | import most of e2fsprogs 1.38 updates | Mike Frysinger | |
2006-01-30 | hopefully the last of the annoying signed/unsigned and mixed type errors | Eric Andersen | |
2006-01-25 | just whitespace | Tim Riker | |
2005-10-12 | create e2fs_set_sbin_path(), noticed by Tito, Thanks | "Vladimir N. Oleynik" | |
2005-10-02 | excellent shrinkage patch by Tito | Mike Frysinger | |
2005-09-29 | change interface to bb_xasprintf() - more perfect for me. | "Vladimir N. Oleynik" | |
ln.c: error_msg(str)->error_msg(%s, str) - remove standart "feature" for hackers reduce 100 bytes don't care in sum | |||
2005-09-29 | forgotten putenv | "Vladimir N. Oleynik" | |
2005-09-19 | mke2fs.c can compiled for me, more bb_xstrdup and bb_xasprintf usage, remove ↵ | "Vladimir N. Oleynik" | |
1 exporing, ext2fs_llseek/blkid_llseek->llseek | |||
2005-07-30 | apgo in Bug 351 says: punt parse_version_number since it is no longer used | Mike Frysinger | |
2005-06-17 | Tito says: unify verbose/quiet flags | Mike Frysinger | |
2005-06-17 | Tito says: strip unused program_name | Mike Frysinger | |
Vladimir N. Oleynik says: uname() can be replaced with get_kernel_revision() | |||
2005-06-11 | use xmalloc() and bb_perror_msg_and_die() | Mike Frysinger | |
2005-06-11 | import initial fat mke2fs | Mike Frysinger | |