aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* eject: -T (implements single button open/close)vda2006-10-021-2/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16293 69ca8d6d-28ef-0310-b511-8ec308f3f277
* sed: unbreak multiple -e, -f option handling (my fault)vda2006-10-011-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16286 69ca8d6d-28ef-0310-b511-8ec308f3f277
* g[un]zip: add support for -v (verbose).vda2006-10-012-8/+9
| | | | | | | | Add CONFIG_DESKTOP, almost all bloat from this change is hidden under that. git-svn-id: svn://busybox.net/trunk/busybox@16283 69ca8d6d-28ef-0310-b511-8ec308f3f277
* syslogd: add option to suppress logging of messages lower than level N (-n N)vda2006-09-301-1/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16272 69ca8d6d-28ef-0310-b511-8ec308f3f277
* losetup: use /dev/loopN or /dev/loop/N according to CONFIG_FEATURE_DEVFS=n/yvda2006-09-291-0/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16264 69ca8d6d-28ef-0310-b511-8ec308f3f277
* grep: add help text; fix stylevda2006-09-291-1/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16262 69ca8d6d-28ef-0310-b511-8ec308f3f277
* top: add support for -b, -n <iterations>vda2006-09-291-6/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16260 69ca8d6d-28ef-0310-b511-8ec308f3f277
* usage.h: fix compile-time bugs exposed by previous changevda2006-09-271-8/+7
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16243 69ca8d6d-28ef-0310-b511-8ec308f3f277
* usage.h: remove ugly tricks. We have USE_FEATURE_xxx now.vda2006-09-271-268/+75
| | | | | | | Few bugs are now exposed... git-svn-id: svn://busybox.net/trunk/busybox@16242 69ca8d6d-28ef-0310-b511-8ec308f3f277
* losetup: with no arguments lists all /dev/loopN. Corrected help text.vda2006-09-271-2/+3
| | | | | | | (patch by Vladimir Dronnikov <dronnikov@gmail.ru>) git-svn-id: svn://busybox.net/trunk/busybox@16236 69ca8d6d-28ef-0310-b511-8ec308f3f277
* kill: implement killall5. OpenWRT folks will be happy.vda2006-09-272-4/+12
| | | | | | | | However their code was unusably different from sysvinit original. Run tested. git-svn-id: svn://busybox.net/trunk/busybox@16235 69ca8d6d-28ef-0310-b511-8ec308f3f277
* kill: fix bugs (kill -l output was horrible), fix style, constify datavda2006-09-271-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16234 69ca8d6d-28ef-0310-b511-8ec308f3f277
* several fixes from openWRT projectvda2006-09-261-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16229 69ca8d6d-28ef-0310-b511-8ec308f3f277
* wget: add (configurable) large file support. Run tested.vda2006-09-261-0/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16223 69ca8d6d-28ef-0310-b511-8ec308f3f277
* "I'll think about it" != "apply it now". It means I need to think about it.landley2006-09-222-6/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16191 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - add new applet resize.aldot2006-09-222-0/+6
| | | | | | | | | text data bss dec hex filename 185 0 0 185 b9 console-tools/resize.o 255 0 0 255 ff console-tools/resize.o.print git-svn-id: svn://busybox.net/trunk/busybox@16176 69ca8d6d-28ef-0310-b511-8ec308f3f277
* The Software Freedom Law Center wants us to add a copyright notice to thelandley2006-09-201-3/+4
| | | | | | | | | | | | | | | | | | generated binaries, to make copyright enforcement easier. Our liason with them (Bradley Kuhn) suggested the following text: > Copyright (C) YEAR-2006  Erik Andersen, Rob Landley, and others. > Licensed under GPLv2.  See source distribution for full notice. And the busybox help message seems the least offensive place to put it. (At some point in the future, I need to strip 128 bytes from the binary to feel good about this, though. :) Minor header file cleanup while I was there, since libbb.h already #includes most of that stuff... git-svn-id: svn://busybox.net/trunk/busybox@16165 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - fix documentation for the command-line options of ipcs. Closes #1036aldot2006-09-201-4/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16163 69ca8d6d-28ef-0310-b511-8ec308f3f277
* change char *string = "foo" -> char string[] = "foo"vda2006-09-191-26/+26
| | | | | | | | | | | | | | | | | | | | | function old new delta xsetenv 45 44 -1 iproute_list_or_flush 1834 1833 -1 ipaddr_modify 1915 1914 -1 ipaddr_list_or_flush 1861 1860 -1 invarg 39 38 -1 do_set 1259 1258 -1 bb_verror_msg 268 267 -1 create_icmp_socket 142 140 -2 create_icmp6_socket 142 140 -2 bb_full_fd_action 324 322 -2 bb_path_mtab_file 10 - -10 .rodata 214796 214720 -76 ------------------------------------------------------------------------------ (add/remove: 0/1 grow/shrink: 0/11 up/down: 0/-99) Total: -99 bytes git-svn-id: svn://busybox.net/trunk/busybox@16145 69ca8d6d-28ef-0310-b511-8ec308f3f277
* whitespace cleanupvda2006-09-173-6/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16142 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - Steven Scholz pointed out that ssd's make-pid doesn't take an argument.aldot2006-09-151-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16129 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Unbreak allbareconfig.landley2006-09-151-15/+3
| | | | | | | | | We've had -Werror in the tree for quite a while, so adding #warning somewhat counterproductve way to make comments on the code that belong on the mailing list anyway. git-svn-id: svn://busybox.net/trunk/busybox@16125 69ca8d6d-28ef-0310-b511-8ec308f3f277
* mount: move code from nfsmount.c into mount.cvda2006-09-141-3/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16120 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Revert duplicate patch.landley2006-09-121-8/+0
| | | | | | | | | | | | | | | I don't know why patch decided to apply this even though it was already in the tree. I thought the other hunks failed because they were totally unrelated leakage from Bernhard's tree (which they are; was the a reason for bundling them in with this fix? Do they have something to do with the GCC 2.95 fix? I suspect they prevent me from backporting this patch to 1.2.2 because the header consolidation into libbb.h hadn't been done yet, and no I'm not fixing it up: if that's the case then this patch won't be in 1.2.2 due to extraneous changes bundled with it that prevent a clean backport without rolling a new patch). git-svn-id: svn://busybox.net/trunk/busybox@16111 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove pointless "const". Bloatcheck says 0 bytes difference.landley2006-09-121-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16110 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix from Bernhard for somebody trying to limp along with gcc 2.95.4.landley2006-09-121-0/+8
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16109 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - small trivia to be gentle to gcc-2.95.x which had no va_copy but only ↵aldot2006-09-121-0/+8
| | | | | | __va_copy. git-svn-id: svn://busybox.net/trunk/busybox@16107 69ca8d6d-28ef-0310-b511-8ec308f3f277
* nfsmount: sanitize it. It had a rather peculiar idea of implementing "bg"vda2006-09-111-2/+2
| | | | | | | | | | | | option - it was going to return a special flag back to caller and expecting caller to call it again with special parameter! Also caller was charged with calling mount() syscall... mount: mtab support was non-functional. Enabling it revealed serious bug which is not fixed yet. git-svn-id: svn://busybox.net/trunk/busybox@16102 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - merge xstat.c into xfuncs.caldot2006-09-111-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16100 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Error reporting fix for sulogin, plus remove help entries for options we neverlandley2006-09-111-3/+7
| | | | | | | | implemented. (Plus a bit more of bbsh leaking in from my tree, but it shouldn't hurt anything and I'm lazy...) git-svn-id: svn://busybox.net/trunk/busybox@16097 69ca8d6d-28ef-0310-b511-8ec308f3f277
* login: style fixesvda2006-09-081-3/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16072 69ca8d6d-28ef-0310-b511-8ec308f3f277
* getty, sulogin: convert to using bb_msg for syslog outputvda2006-09-071-0/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16065 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Implement optional syslog logging using ordinaryvda2006-09-062-2/+13
| | | | | | | | | bb_xx_msg calls, and convert networking/* to it. The rest of bbox will be converted gradually. git-svn-id: svn://busybox.net/trunk/busybox@16058 69ca8d6d-28ef-0310-b511-8ec308f3f277
* uuencode: common implementation for wget and uuencode (closing bug 694)vda2006-09-031-0/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16043 69ca8d6d-28ef-0310-b511-8ec308f3f277
* tar: revert older fix (non-portable), added new one.vda2006-09-031-0/+1
| | | | | | | | testsuite tar-extracts-all-subdirs now passes. git-svn-id: svn://busybox.net/trunk/busybox@16041 69ca8d6d-28ef-0310-b511-8ec308f3f277
* ping: implement -I optionvda2006-09-021-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16029 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - patch from Csaba Henk to make the "User-Agent" header field configurable.aldot2006-09-021-1/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16025 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - pull from busybox_scratch: r15829:15850aldot2006-08-283-16/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Various fixes, cleanups and shrinkage: saves 952 Bytes: text data bss dec hex filename 1087742 15853 790632 1894227 1ce753 ../busybox/busybox.old 1086790 15853 790632 1893275 1ce39b busybox via: # scripts/bloat-o-meter ../busybox/busybox_unstripped.old busybox_unstripped function old new delta ipcrm_main 756 822 +66 getval - 61 +61 maybe_set_utc - 40 +40 udhcpc_main 2896 2912 +16 md5_hash_block 428 437 +9 opt 8 16 +8 qgravechar 106 110 +4 make_bitmap 292 295 +3 inflate_unzip 2056 2059 +3 add_partition 1412 1414 +2 __parsespent 156 158 +2 qrealloc 41 42 +1 format - 1 +1 catv_main 313 314 +1 watch_main 293 292 -1 varunset 81 80 -1 part 1 - -1 check_if_skip 837 836 -1 start_stop_daemon_main 840 837 -3 create_lost_and_found 175 172 -3 supress_non_delimited_lines 4 - -4 static.l 4 - -4 static.c 5 1 -4 bsd_sum_file 237 233 -4 eval2 338 332 -6 arithmetic_common 166 158 -8 cmpfunc 22 5 -17 cksum_main 294 275 -19 cmp_main 465 439 -26 dd_main 1535 1508 -27 rmmod_main 376 333 -43 cut_file 727 644 -83 ipcs_main 3809 3721 -88 cut_main 722 614 -108 date_main 1443 1263 -180 remove_ids 222 - -222 ------------------------------------------------------------------------------ (add/remove: 3/4 grow/shrink: 11/18 up/down: 217/-853) Total: -636 bytes git-svn-id: svn://busybox.net/trunk/busybox@16009 69ca8d6d-28ef-0310-b511-8ec308f3f277
* No real need for my_query_module() and this eliminates some type-punnedlandley2006-08-281-2/+0
| | | | | | | pointer warning on certain gcc versions (and saves 38 bytes). git-svn-id: svn://busybox.net/trunk/busybox@16003 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Michael Opdenacker contributed a readahead applet.landley2006-08-202-0/+7
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15854 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Ok, features.h already defines _OPEN_SOURCE (and complains if it's alreadylandley2006-08-101-1/+0
| | | | | | | | defined), yet it's not doing it for scripts/individual for some reason. (I hate fighting with header files.) git-svn-id: svn://busybox.net/trunk/busybox@15794 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Another whack at scripts/individual. Now builds 212 applets.landley2006-08-092-0/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15793 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update usage to talk about the new shared subtree stuff in mount.landley2006-08-091-29/+21
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15792 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add shared subtree support, suggested by Vladimir Dronnikov. Also break out alandley2006-08-082-1/+30
| | | | | | | | | few new (unfinished) config options, which I intend to make hidden (but enabled) when CONFIG_NITPICK is disabled. Getting the .config infrastructure to do that is non-obvious, it seems... git-svn-id: svn://busybox.net/trunk/busybox@15789 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Teach md5sum and sha1sum to work the way other applets do so I don't have tolandley2006-08-061-2/+2
| | | | | | | | | teach scripts/individual new tricks. And while I'm at it, teach scripts/individual other new tricks. Now builds 198 applets, some of which I should teach it to hardlink together because they're really the same app... git-svn-id: svn://busybox.net/trunk/busybox@15786 69ca8d6d-28ef-0310-b511-8ec308f3f277
* scripts/individual now builds 171 applets. Some of them may even work. :)landley2006-08-051-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15784 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove xcalloc() and convert its callers to xzalloc(). About half of themlandley2006-08-031-1/+0
| | | | | | | | 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. git-svn-id: svn://busybox.net/trunk/busybox@15771 69ca8d6d-28ef-0310-b511-8ec308f3f277
* These should have been part of 15767 too.landley2006-08-031-18/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15770 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-031-22/+30
| | | | | | | | | | | | | 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.) git-svn-id: svn://busybox.net/trunk/busybox@15767 69ca8d6d-28ef-0310-b511-8ec308f3f277
* move lchown/chown define out of specific files and into platform.h where it ↵vapier2006-07-201-1/+7
| | | | | | belongs git-svn-id: svn://busybox.net/trunk/busybox@15736 69ca8d6d-28ef-0310-b511-8ec308f3f277