Age | Commit message (Expand) | Author |
2007-10-11 | fix a problem with two different applet_name's | Denis Vlasenko |
2007-10-11 | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko |
2007-10-10 | Move applets/applet.c into libbb, allows to get rid of --whole-archive | Denis Vlasenko |
2007-10-10 | get rid of global "struct bb_applet *current_applet" | Denis Vlasenko |
2007-10-08 | whitespace fix | Denis Vlasenko |
2007-10-08 | add libbb/appletlib.c | Denis Vlasenko |
2007-10-07 | libbusybox: move (possibly compressed) help stuff into libbusybox. | Denis Vlasenko |
2007-10-01 | printf("%s\n") -> puts() | Denis Vlasenko |
2007-10-01 | 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. | Denis Vlasenko |
2007-09-30 | introduce and use close_on_exec_on(fd). -50 bytes. | Denis Vlasenko |
2007-09-30 | print_signames_and_exit -> print_signames (because of "ash calls kill_main") | Denis Vlasenko |
2007-09-29 | trivial typo fix | Denis Vlasenko |
2007-09-29 | pgrep,pkill: new applets by Loic Grenie <loic.grenie@gmail.com> | Denis Vlasenko |
2007-09-29 | xrealloc_getcwd_or_warn: smaller cod and less wasted RAM at run time | Denis Vlasenko |
2007-09-29 | remove if() which is always true | Denis Vlasenko |
2007-09-28 | more "if (p) free(p)" fixes; fix a typo in comment | Denis Vlasenko |
2007-09-28 | remove stray semicolon | Denis Vlasenko |
2007-09-27 | libbb: make const_int_0 reside in rodata | Denis Vlasenko |
2007-09-27 | libbb: align bb_common_bufsiz1 to "long long" | Denis Vlasenko |
2007-09-27 | introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). | Denis Vlasenko |
2007-09-27 | lineedit: plug memory leak | Denis Vlasenko |
2007-09-27 | introduce safe_poll (fixes a problem in top) | Denis Vlasenko |
2007-09-25 | documentation bits in comments, no code changes | Denis Vlasenko |
2007-09-24 | *: kill bb_get_last_path_component, replace with two functions | Denis Vlasenko |
2007-09-11 | cp: make it a bit closer to POSIX, but still refuse to open and | Denis Vlasenko |
2007-09-11 | cp: make "cp file /dev/node" special case; explained in comments | Denis Vlasenko |
2007-09-10 | run_shell: code shrink for selinux | Denis Vlasenko |
2007-09-10 | setup_environment: code shrink | Denis Vlasenko |
2007-09-08 | top: TOPMEM feature - 's(how sizes)' command. +2.5k when enabled, | Denis Vlasenko |
2007-09-07 | messages: by popular request allow PATH to be customized at build time | Denis Vlasenko |
2007-09-05 | busybox --install -s: prevent puzzling "/bin/busybox: Invalid argument" message | Denis Vlasenko |
2007-08-28 | smart_ulltoa5: emit small letters k,m,g... - makes top | Denis Vlasenko |
2007-08-28 | top: use poll instead of select for waiting on one descriptor | Denis Vlasenko |
2007-08-27 | cp: fix recursion check to not waste bytes remembering names of dirs | Denis Vlasenko |
2007-08-27 | cp: detect and prevent infinite recursion | Denis Vlasenko |
2007-08-26 | ps: fix RSS parsing (rss field in /proc/PID/stat is in pages, not bytes) | Denis Vlasenko |
2007-08-25 | make copy_file() a bit easier to understand, and smaller | Denis Vlasenko |
2007-08-25 | support "#!/bin/busybox"-style wrappers. Needed for SELinux. | Denis Vlasenko |
2007-08-24 | cp,mv: simpler arg[cv] handling -> smallish code savings | Denis Vlasenko |
2007-08-24 | cp: make POSIX-me-harder mode complain with a bit less insane message | Denis Vlasenko |
2007-08-19 | libbb,crond,lash: fix getopt32 (don't know how it managed to slip through) | Denis Vlasenko |
2007-08-18 | don't pass argc in getopt32, it's superfluous | Denis Vlasenko |
2007-08-18 | make standalone httpd work on NOMMU machines | Denis Vlasenko |
2007-08-18 | introduce and use xdup2(int, int) | Denis Vlasenko |
2007-08-17 | httpd shring and logging update, part 1 or 7 | Denis Vlasenko |
2007-08-16 | hdparm: shrink rodata by ~250 bytes | Denis Vlasenko |
2007-08-16 | whitespace fixes, no code changes | Denis Vlasenko |
2007-08-15 | v[hp]error_msg have 2-3 callsites only -> incorporate there. | Denis Vlasenko |
2007-08-15 | if pidfile turned out to be !regular file, do not unlink it. | Denis Vlasenko |
2007-08-14 | httpd: add -v[v]: prints client addresses, HTTP codes returned [and URLs] | Denis Vlasenko |