Age | Commit message (Expand) | Author |
2007-11-10 | lineedit: stop using both data/bss and tons of stack. | Denis Vlasenko |
2007-11-10 | syslogd: support "symlink to symlink" for /dev/log; reduce stack usage | Denis Vlasenko |
2007-11-08 | - commentary fixes | Bernhard Reutner-Fischer |
2007-11-08 | xmalloc_follow_symlinks() -- fix ELOOP issue with absolute paths, | Paul Fox |
2007-11-08 | xreadlink: code shrink | Denis Vlasenko |
2007-11-08 | follow symlinks to find the true passwd file before updating. | Paul Fox |
2007-11-08 | new xmalloc_readlink_follow() routine to fully expand trailing symlinks | Paul Fox |
2007-11-06 | login: clear dangerous environment variables if started by non-root | Denis Vlasenko |
2007-11-06 | fbset: fix buglet where we were using wrong pointer | Denis Vlasenko |
2007-11-04 | ifconfig: code shrink | Denis Vlasenko |
2007-11-02 | insmod: code shrink, stop exporting insmod_ng_main. | Denis Vlasenko |
2007-10-29 | appletlib.c: make it actally follow _BB_SUID_ALWAYS rules | Denis Vlasenko |
2007-10-29 | syscall: code shrink | Denis Vlasenko |
2007-10-20 | bb_askpass: handle Ctrl-C, restore termoios on Ctrl-C. | Denis Vlasenko |
2007-10-20 | read_line_input: fix it to not do any fancy editing if echoing is disabled. | Denis Vlasenko |
2007-10-20 | ping: fix breakage from -I fix | Denis Vlasenko |
2007-10-20 | kbd_mode: new applet by Loïc Grenié <loic.grenie@gmail.com> | Denis Vlasenko |
2007-10-18 | xatonum.h: add comment | Denis Vlasenko |
2007-10-17 | another fix for build failure found by randomconfig | Denis Vlasenko |
2007-10-16 | even more fixes from randomconfig runs | Denis Vlasenko |
2007-10-14 | remove trailing whitespace | Denis Vlasenko |
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 |