Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | cryptpw: forgot svn add... how typical of me :( | Denis Vlasenko | 2007-05-08 | 1 | -5/+2 | |
| | ||||||
* | cryptpw: new applet (a bit less than 3k added) | Denis Vlasenko | 2007-05-08 | 1 | -0/+4 | |
| | | | | | (by Thomas Lundquist <lists@zelow.no>) | |||||
* | - add libbb function str_tolower to convert a string to lowercase. | Bernhard Reutner-Fischer | 2007-04-10 | 1 | -0/+1 | |
| | | | | - shrink wget a bit | |||||
* | [u]mount: extend -t option (Roy Marples <uberlord@gentoo.org>) | Denis Vlasenko | 2007-04-05 | 1 | -0/+1 | |
| | ||||||
* | nc: port nc 1.10 to busybox | Denis Vlasenko | 2007-04-05 | 1 | -0/+1 | |
| | ||||||
* | make pidfile writing configurable. | Denis Vlasenko | 2007-03-27 | 1 | -0/+1 | |
| | | | | [ui]toa_to_buf: change API. No users yet. | |||||
* | next portion of selinux updates: chcon, runcon. From | Denis Vlasenko | 2007-03-11 | 1 | -0/+1 | |
| | | | | | Yuichi Nakamura <himainu-ynakam@miomio.jp> KaiGai Kohei <busybox@kaigai.gr.jp> | |||||
* | ping6: stop using xgethostbyname2, remove it from libbb. | Denis Vlasenko | 2007-01-22 | 1 | -1/+0 | |
| | ||||||
* | cmdedit is not a 'command' editing anymore, it's just editing (generic), | Denis Vlasenko | 2007-01-22 | 1 | -0/+1 | |
| | | | | so rename stuff accordingly. | |||||
* | about.html: update maintainer name | Denis Vlasenko | 2006-12-30 | 1 | -0/+1 | |
| | | | | libbb/Kbuild: less needs xregcomp.o | |||||
* | next bunch of fixes for bugs found by randconfig | Denis Vlasenko | 2006-12-30 | 1 | -1/+1 | |
| | ||||||
* | merge post-1.3.0 fixes | Denis Vlasenko | 2006-12-26 | 1 | -1/+2 | |
| | ||||||
* | safe_strtoXX interface proved to be a bit unconvenient. | Denis Vlasenko | 2006-11-27 | 1 | -1/+1 | |
| | | | | | Remove it, introduce saner bb_strtoXX. Saved ~350 bytes. | |||||
* | Closing bug 730. libbb run_parts is using scandir (a GNUism), | Denis Vlasenko | 2006-11-26 | 1 | -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 convertors | Denis Vlasenko | 2006-11-25 | 1 | -1/+1 | |
| | ||||||
* | glibc makedev() is a large inline. Save 700+ bytes by wrapping it | Denis Vlasenko | 2006-11-24 | 1 | -32/+90 | |
| | | | | into a function. | |||||
* | ...and yet another small fix. Ouch... | Denis Vlasenko | 2006-10-26 | 1 | -1/+1 | |
| | ||||||
* | rename functions to more understandable names | Denis Vlasenko | 2006-10-26 | 1 | -1/+1 | |
| | ||||||
* | remove bb_printf and the like | Denis Vlasenko | 2006-10-26 | 1 | -1/+0 | |
| | ||||||
* | add open_read_close() and similar stuff | Denis Vlasenko | 2006-10-14 | 1 | -2/+2 | |
| | ||||||
* | ifupdown: stop emitting annoying/misleading error messages. | Denis Vlasenko | 2006-10-11 | 1 | -1/+1 | |
| | | | | Patch by Gabriel Somlo <somlo at cmu.edu> | |||||
* | attempt to regularize atoi mess. | Denis Vlasenko | 2006-10-08 | 1 | -3/+3 | |
| | ||||||
* | build system overhaul | Denis Vlasenko | 2006-10-05 | 1 | -0/+61 | |