Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-27 | use bb_sanitize_stdio() where appropriate | Denis Vlasenko | |
2007-01-22 | cleanups: unnecessary casts, unified const_1, eliminate cross-.c file | Denis Vlasenko | |
prototypes (heresy!), add spaces in places like "flags&NETSTAT_CONNECTED", removed unused #defines, #ifdef -> #if, use uint32_t for ipv4 addrs. | |||
2007-01-22 | exterminate u_intXXX. | Denis Vlasenko | |
fix ping6 buglet (memset is too short), minor sync between ping and ping6 | |||
2006-12-26 | style fixes | Denis Vlasenko | |
last xcalloc replaced by xzalloc | |||
2006-12-22 | remove useless casts (type*) xzalloc(...) | Denis Vlasenko | |
2006-12-19 | u_short, ulong exterminated | Denis Vlasenko | |
fdiskXXX: add a bit of sanity (not enough by far) | |||
2006-11-22 | introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd), | Denis Vlasenko | |
use them where appropriate. 200 bytes saved | |||
2006-11-21 | httpd: slight reduction of #ifdef forest | Denis Vlasenko | |
few other applets: #ifdef CONFIG_ -> #if ENABLE_ traceroute: fix exposed bugs defconfig: update | |||
2006-10-14 | add open_read_close() and similar stuff | Denis Vlasenko | |
2006-10-08 | attempt to regularize atoi mess. | Denis Vlasenko | |
2006-10-03 | bb_applet_name -> applet_name | Denis Vlasenko | |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko | |
It is impossible to formulate sane ABI based on size of ulong because it can be 32-bit or 64-bit. Basically it means that you cannot portably use more that 32 option chars in one call anyway... Make it explicit. | |||
2006-10-03 | lots of silly indent fixes | Denis Vlasenko | |
2006-10-03 | traceroute: fix compilation if netinet/protocols.h is missing | Denis Vlasenko | |
2006-10-03 | traceroute: do not look up icmp protocol# in /etc, it is well-known :) | Denis Vlasenko | |
2006-09-06 | Implement optional syslog logging using ordinary | Denis Vlasenko | |
bb_xx_msg calls, and convert networking/* to it. The rest of bbox will be converted gradually. | |||
2006-08-18 | - typo: s/optarg/nprobes_str; fixes segfault as reported by Raphael HUCK | Bernhard Reutner-Fischer | |
2006-08-03 | Remove xcalloc() and convert its callers to xzalloc(). About half of them | Rob Landley | |
were using "1" as one of the arguments anyway, and as for the rest a multiply and a push isn't noticeably bigger than pushing two arguments on the stack. | |||
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | |
things like xasprintf() into xfuncs.c, remove xprint_file_by_name() (it only had one user), clean up lots of #includes... General cleanup pass. What I've been doing for the last couple days. And it conflicts! I've removed httpd.c from this checkin due to somebody else touching that file. It builds for me. I have to catch a bus. (Now you know why I'm looking forward to Mercurial.) | |||
2006-07-16 | Convert setuid/setgid users to xsetuid/xsetgid. | Rob Landley | |
2006-07-12 | A couple things that got tangled up in my tree, easier to check in both than | Rob Landley | |
untangle them: Rewrite u_signal_names() into get_signum() and get_signame(), plus trim the signal list to that required by posix (they can specify the numbers for the rest if they really need them). (This is preparatory cleanup for adding a timeout applet like Roberto Foglietta wants.) Export the itoa (added due to Denis Vlasenko, although it's not quite his preferred implementation) from xfuncs.c so it's actually used, and remove several other redundant implementations of itoa and utoa() in the tree. | |||
2006-05-27 | Consolidate #include <sys/time.h> so libbb.h does it. | Rob Landley | |
2006-04-16 | kill off pointless malloc.h include | Mike Frysinger | |
2006-04-16 | kill pointless memory.h includes | Mike Frysinger | |
2006-04-12 | - patch from Denis Vlasenko to add bb_xbind() and bb_xlisten() | Bernhard Reutner-Fischer | |
2006-04-12 | - patch from Denis Vlasenko to add and use bb_xsocket() and to use | Bernhard Reutner-Fischer | |
bb_xopen some more while at it. Also use shorter boilerplate while at it. | |||
2006-03-01 | Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) | Rob Landley | |
from before "if(x) free(x)". | |||
2006-02-19 | rfelker writes in Bug 740: s/u_char/unsigned char/ | Mike Frysinger | |
2006-01-31 | - add and use ATTRIBUTE_ALIGNED(num_bytes) | Bernhard Reutner-Fischer | |
- remove unused parameter pindex from fdisk.c, xbsd_initlabel() | |||
2006-01-30 | fix up annoying signed/unsigned and mixed type errors | Eric Andersen | |
2006-01-22 | - add platform.h. | Bernhard Reutner-Fischer | |
- use shorter boilerplate while at it. | |||
2005-10-14 | - new bb_opt_complementally syntax, use [-:?] only - 'free' chars | "Vladimir N. Oleynik" | |
- new bb_getopt_ulflags features: check max and min args, convert first argv to options special for ar and tar applets - use bb_default_error_retval for env applet | |||
2005-10-12 | usage bb_dev_null | "Vladimir N. Oleynik" | |
2005-09-06 | - sync traceroute with Slackware-10.1 | "Vladimir N. Oleynik" | |
(support -FIl -g gw -i if -z pt now). - libbb/getopt_ulflags.c support bb_opt_complementally="x-x" as trigger now | |||
2005-07-31 | typecast to int | Mike Frysinger | |
2005-07-20 | much more concise fix for bug #45. just align the packet... | Paul Fox | |
2005-07-19 | applying fix for: | Paul Fox | |
0000045: traceroute causes an alignment trap due to unaligned buffer on arm | |||
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | |
2003-07-22 | Remove remaining libc5 support code | Eric Andersen | |
2003-03-19 | Major coreutils update. | Manuel Novoa III | |
2002-08-23 | ansify | Aaron Lehmann | |
2002-06-23 | Remove advertising clauses in accordance with | Aaron Lehmann | |
ftp://ftp.cs.berkeley.edu/ucb/4bsd/README.Impt.License.Change | |||
2002-06-06 | Patch from Gyepi SAM <gyepi@praxis-sw.com>: | Eric Andersen | |
Fixed up domain removal for local domains. GNU traceroute does not do this. I don't know why we do. Fixed incorrect argument for reverse resolution. Clean up cruft that appears when CONFIG_FEATURE_TRACEROUTE_VERBOSE is defined | |||
2001-11-10 | Latest patch from vodz: | Eric Andersen | |
-- reverse resolve network name and cache in route and ifconfig applets, fix print nslookup server name if compile without uClibc, fix route crashe 'route add', fix warnings compile networking and pwd_grp applets | |||
2001-10-24 | Major rework of the directory structure and the entire build system. | Eric Andersen | |
-Erik | |||
2001-08-02 | More libc5 fixups | Eric Andersen | |
-Erik | |||
2001-07-31 | Silence some silly warnings | Eric Andersen | |
2001-07-17 | This is vodz' latest patch. Sorry it took so long... | Eric Andersen | |
1) ping cleanup (compile fix from this patch already applied). 2) traceroute call not spare ntohl() now (and reduce size); 3) Fix for functions not declared static in insmod, ash, vi and mount. 4) a more simple API cmdedit :)) 5) adds "stopped jobs" warning to ash on Ctrl-D and fixes "ignoreeof" option 6) reduce exporting library function index->strchr (traceroute), bzero->memset (syslogd) | |||
2001-07-12 | Patch from vodz: | Eric Andersen | |
Changed email address cmdedit API change optimizations for traceroute and md5sum added a new shared create_icmp_socket() function | |||
2001-07-10 | A traceroute applet from vodz. This could probably be slimmed down, | Eric Andersen | |
but will do for now... |