Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-27 | pidfile creation mode set to 0666 (umask affects it as usual) | Denis Vlasenko | |
2007-03-27 | forgotten svn add... | Denis Vlasenko | |
2007-03-27 | make pidfile writing configurable. | Denis Vlasenko | |
[ui]toa_to_buf: change API. No users yet. | |||
2007-03-26 | remove_file: cosmetic code improvement, a few bytes saved | Denis Vlasenko | |
2007-03-26 | zcip: make it work on NOMMU (+ improve NOMMU support machinery) | Denis Vlasenko | |
fsck: fix bad English in a comment | |||
2007-03-26 | Attempt to get more applets compile for NOMMU. | Denis Vlasenko | |
TODO_config_nommu documents what I managed to compile so far (yay! msh works! cool). inetd, telnetd, httpd still do not compile. TODO Also make fork(), daemon() produce warnings on compile stage (in addition to erros on link stage). | |||
2007-03-26 | libbb: rework NOMMU helper API so that it makes more sense | Denis Vlasenko | |
and easier to use. Doesn't compile - need two more commits. | |||
2007-03-25 | add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copy | Denis Vlasenko | |
2007-03-24 | random style fixes (extra spaces deleted) | Denis Vlasenko | |
2007-03-24 | NOMMU re-exec trick shuld not depend on existence of "don't daemonize" | Denis Vlasenko | |
option for every affected applet (and dnsd, for example, don't have one). Thus rework re-exec support to not require it. Code got smaller too. | |||
2007-03-24 | applets.c, xfunc.c: style cleanup | Denis Vlasenko | |
2007-03-20 | fix accumulated whitespace and indentation damage | Denis Vlasenko | |
2007-03-18 | fix inadvertently leaked PWD_BUFFER_SIZE | Denis Vlasenko | |
2007-03-15 | gzip: Improve ptr_to_globals trick, allowing gcc | Denis Vlasenko | |
to optimize better. -480 bytes. | |||
2007-03-15 | copy_file: comment out one condition which is always false. | Denis Vlasenko | |
Add comment explaining POSIX rules for cp - and why these rules are dangerous. Provide conditionally compiled code for both POSIX and safe behaviors, select safe for now. Code shrunk by ~80 bytes. | |||
2007-03-15 | fix TODO: getopt32 should reset optind to 1 itself | Denis Vlasenko | |
2007-03-15 | modify ptr_to_globals trick so that we do not violate | Denis Vlasenko | |
type safety (well, sort of ;)) | |||
2007-03-14 | swapon: reinstate hole check but reduce it to warning | Denis Vlasenko | |
inode_hash: remove unused variable | |||
2007-03-14 | stop using big static buffer for inode hash | Denis Vlasenko | |
2007-03-14 | stop using (yet another) static buffer | Denis Vlasenko | |
2007-03-14 | gzip: reduce global data footprint, part 3 | Denis Vlasenko | |
2007-03-14 | gzip: reduce global data footprint, part 2 | Denis Vlasenko | |
2007-03-13 | Do not fail password check if shadow password does not exist - | Denis Vlasenko | |
fall back to ordinary one Reduced usage of functions returning datain static buffers. (mostly passwd/group/shadow related): function old new delta correct_password 143 193 +50 sulogin_main 490 533 +43 adduser_main 732 774 +42 passwd_main 1875 1915 +40 addgroup_main 330 365 +35 bb_internal_getspnam 38 - -38 bb_internal_fgetpwent 38 - -38 bb_internal_fgetgrent 38 - -38 static.resultbuf 168 88 -80 static.buffer 1872 1104 -768 ------------------------------------------------------------------------------ (add/remove: 0/3 grow/shrink: 5/2 up/down: 210/-962) Total: -752 bytes | |||
2007-03-12 | introduce and use setfscreatecon_or_die | Denis Vlasenko | |
(patch by Yuichi Nakamura <ynakam@hitachisoft.jp>) runcon: *yet another* fix for vda's brainfart :( | |||
2007-03-11 | next portion of selinux updates: chcon, runcon. From | Denis Vlasenko | |
Yuichi Nakamura <himainu-ynakam@miomio.jp> KaiGai Kohei <busybox@kaigai.gr.jp> | |||
2007-03-10 | selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft) | Denis Vlasenko | |
2007-03-07 | clean up accumulated whitespace damage | Denis Vlasenko | |
2007-03-06 | ifupdown: code to deconstruct the state_list gracefully | Denis Vlasenko | |
(patch by Gabriel L. Somlo <somlo@cmu.edu>) | |||
2007-03-03 | ping: don't measure times if ping payload is less than 8 bytes; | Denis Vlasenko | |
commonalize some ping code. | |||
2007-02-17 | sort: fix multiple -k (was ignoring all except last) | Denis Vlasenko | |
2007-02-17 | init: code readability enhancements; very small code changes | Denis Vlasenko | |
2007-02-13 | httpd: a little bit more correct handling of CGI "HTTP/xxx" output | Denis Vlasenko | |
2007-02-11 | syslogd: fix "readpath bug" by using readlink instead | Denis Vlasenko | |
libbb: rename xgetcwd and xreadlink | |||
2007-02-09 | ping: support -I addr in family neutral manner; reuse a bit of common code | Denis Vlasenko | |
2007-02-08 | make sure ps/top output what they claim: vsz, not rss ... down the line we ↵ | Mike Frysinger | |
should make the output controllable either at runtime or buildtime as both statistics are quite useful | |||
2007-02-07 | tftp: fix IPv6 fallout | Denis Vlasenko | |
2007-02-07 | fix #ifdef ENABLE_xxx -> #if | Denis Vlasenko | |
2007-02-06 | new applets: selinux utils by KaiGai Kohei <kaigai@kaigai.gr.jp> | Denis Vlasenko | |
2007-02-06 | EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> | Denis Vlasenko | |
2007-02-04 | - indent | Bernhard Reutner-Fischer | |
2007-02-04 | udhcp: use improved gethostbyname replacement from IPv6 code | Denis Vlasenko | |
2007-02-04 | mount: (try to) support cifs with IPv6 | Denis Vlasenko | |
2007-02-04 | add x to IPv6 functions which can die | Denis Vlasenko | |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko | |
no preceding prototype | |||
2007-02-03 | lineedit: add missing #if/#endif | Denis Vlasenko | |
init: fix warnings | |||
2007-02-03 | Add BB_EXEC[LV]P() which encapsulate FEATURE_EXEC_PREFER_APPLETS | Denis Vlasenko | |
(patch from Gabriel L. Somlo <somlo@cmu.edu>) | |||
2007-01-29 | preparatory patch for -Wwrite-strings #4 | Denis Vlasenko | |
2007-01-29 | preparatory patch for -Wwrite-strings #2 | Denis Vlasenko | |
2007-01-29 | preparatory patch for -Wwrite-strings #1 | Denis Vlasenko | |
2007-01-27 | use bb_sanitize_stdio() where appropriate | Denis Vlasenko | |