aboutsummaryrefslogtreecommitdiff
path: root/libbb/Kbuild (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* cryptpw: forgot svn add... how typical of me :(Denis Vlasenko2007-05-081-5/+2
|
* cryptpw: new applet (a bit less than 3k added)Denis Vlasenko2007-05-081-0/+4
| | | | | (by Thomas Lundquist <lists@zelow.no>)
* - add libbb function str_tolower to convert a string to lowercase.Bernhard Reutner-Fischer2007-04-101-0/+1
| | | | - shrink wget a bit
* [u]mount: extend -t option (Roy Marples <uberlord@gentoo.org>)Denis Vlasenko2007-04-051-0/+1
|
* nc: port nc 1.10 to busyboxDenis Vlasenko2007-04-051-0/+1
|
* make pidfile writing configurable.Denis Vlasenko2007-03-271-0/+1
| | | | [ui]toa_to_buf: change API. No users yet.
* next portion of selinux updates: chcon, runcon. FromDenis Vlasenko2007-03-111-0/+1
| | | | | Yuichi Nakamura <himainu-ynakam@miomio.jp> KaiGai Kohei <busybox@kaigai.gr.jp>
* ping6: stop using xgethostbyname2, remove it from libbb.Denis Vlasenko2007-01-221-1/+0
|
* cmdedit is not a 'command' editing anymore, it's just editing (generic),Denis Vlasenko2007-01-221-0/+1
| | | | so rename stuff accordingly.
* about.html: update maintainer nameDenis Vlasenko2006-12-301-0/+1
| | | | libbb/Kbuild: less needs xregcomp.o
* next bunch of fixes for bugs found by randconfigDenis Vlasenko2006-12-301-1/+1
|
* merge post-1.3.0 fixesDenis Vlasenko2006-12-261-1/+2
|
* safe_strtoXX interface proved to be a bit unconvenient.Denis Vlasenko2006-11-271-1/+1
| | | | | Remove it, introduce saner bb_strtoXX. Saved ~350 bytes.
* Closing bug 730. libbb run_parts is using scandir (a GNUism),Denis Vlasenko2006-11-261-1/+0
| | | | | and it is used only by run_parts applet, so move it there. Also saved ~30 bytes (prolly gcc autoinlining...).
* regularize str -> num convertorsDenis Vlasenko2006-11-251-1/+1
|
* glibc makedev() is a large inline. Save 700+ bytes by wrapping itDenis Vlasenko2006-11-241-32/+90
| | | | into a function.
* ...and yet another small fix. Ouch...Denis Vlasenko2006-10-261-1/+1
|
* rename functions to more understandable namesDenis Vlasenko2006-10-261-1/+1
|
* remove bb_printf and the likeDenis Vlasenko2006-10-261-1/+0
|
* add open_read_close() and similar stuffDenis Vlasenko2006-10-141-2/+2
|
* ifupdown: stop emitting annoying/misleading error messages.Denis Vlasenko2006-10-111-1/+1
| | | | Patch by Gabriel Somlo <somlo at cmu.edu>
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-3/+3
|
* build system overhaulDenis Vlasenko2006-10-051-0/+61