aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2007-02-11Add CGI docsvda6-0/+3057
2007-02-09remove unused #include,, improve code readabilityvda2-3/+4
2007-02-09ping: reuse another bit of common code. -60 bytesvda1-28/+16
2007-02-09ping: support -I addr in family neutral manner; reuse a bit of common codevda4-52/+43
2007-02-09msh: fix my bugletvda1-5/+8
2007-02-08tftp: fix my bugvda1-1/+1
2007-02-08make sure ps/top output what they claim: vsz, not rss ... down the line we sh...vapier5-43/+41
2007-02-08/etc/modules.conf is a 2.6.x file while /etc/modules.conf and /etc/conf.modul...vapier1-4/+8
2007-02-08touchup style; no functional changesvapier1-23/+12
2007-02-07tftp: fix IPv6 falloutvda3-22/+25
2007-02-07selinux fixes by KaiGai Kohei <kaigai@kaigai.gr.jp>vda5-9/+11
2007-02-07fix #ifdef ENABLE_xxx -> #ifvda2-2/+2
2007-02-06fix warning coming from printing size_t with %uvda1-1/+1
2007-02-06new applets: selinux utils by KaiGai Kohei <kaigai@kaigai.gr.jp>vda14-10/+361
2007-02-06find: fix -not supportvda1-3/+3
2007-02-06EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>vda22-28/+39
2007-02-06minix utils: de-inline bit ops (saves ~130 bytes)vda2-18/+40
2007-02-06minix utils: make a message easier to understand; small tweaksvda2-20/+25
2007-02-06correct "pivot_root: pivot_root: <msg>"vda1-2/+4
2007-02-04fix tar t segfault (closes 1183)vda1-18/+25
2007-02-04- indentaldot1-9/+20
2007-02-04- improve wordingaldot1-2/+2
2007-02-04- remove duplicate menu entryaldot1-9/+0
2007-02-04find: support for !vda3-9/+56
2007-02-04- strip 12 bytes off by using a smaller type for need_print.aldot1-8/+9
2007-02-04- fix buglet introduced in r17351 in find_param(). Closes #1193aldot1-4/+5
2007-02-04udhcp: use improved gethostbyname replacement from IPv6 codevda4-12/+21
2007-02-04ifconfig: use IPv6 infrastructurevda3-29/+28
2007-02-04mount: (try to) support cifs with IPv6vda3-15/+33
2007-02-04add x to IPv6 functions which can dievda10-36/+37
2007-02-04mkconfigs: remove echo "`...`" contortionvda1-11/+10
2007-02-04BB_EXECLP should call execlp, not execvpvda1-1/+1
2007-02-03s/PREFIX/CONFIG_PREFIX/vda7-15/+15
2007-02-03suppress warnings about easch <applet>_main() havingvda245-25/+268
2007-02-03do not put all <applet>_main() declarationsvda3-14/+9
2007-02-03- include busybox.h before looking at an eventual #if ENABLE_DESKTOPaldot1-2/+2
2007-02-03add TODOvda1-1/+3
2007-02-03usage_compressed: be more permissive in which od flavors we supportvda1-1/+1
2007-02-03assorted fixes for bugs found with randomconfigvda5-8/+12
2007-02-03lineedit: add missing #if/#endifvda2-5/+6
2007-02-03Add BB_EXEC[LV]P() which encapsulate FEATURE_EXEC_PREFER_APPLETSvda3-19/+14
2007-02-03sigset_t blocked_sigset is too big for static (128 bytes)vda1-9/+11
2007-02-03svlogd: fix performance problems: excessive write,vda1-26/+46
2007-02-03svlogd: do not set O_NONBLOCK on stdin permanently - that canvda1-28/+44
2007-02-02- minor tweakaldot1-2/+3
2007-02-02- update helptextaldot1-0/+1
2007-02-02add a comment so that people won't get confusedvda1-0/+1
2007-02-02sv: fix incorrect option parsing and reduce sizevda1-120/+176
2007-02-02httpd: directory indexer example doesn't need piping thru dd anymorevda1-5/+0
2007-02-02find -user support by Natanael Copa <natanael.copa@gmail.com>vda2-0/+26