aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* - busybox.o and applets.o depend on usage.haldot2005-10-051-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11769 69ca8d6d-28ef-0310-b511-8ec308f3f277
* more correction for getopt_ulflags() documentation by author of this fuck logicvodz2005-10-051-5/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11768 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - add proper separators. sorry for the noise..aldot2005-10-051-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11767 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - add a bit more documentation to vodz' recent additions.aldot2005-10-051-8/+26
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11766 69ca8d6d-28ef-0310-b511-8ec308f3f277
* update bb_getopt_ulflags special for 'ps' applet, usaging '-' as first group ↵vodz2005-10-052-19/+50
| | | | | | | | | | char from bb_opt_complementally is new feature: set argv is options; use new bb_getopt_ulflags for ps # define terminal_width 80->79 for unwide use stdout file descriptor for get_terminal_width_height. (its must) git-svn-id: svn://busybox.net/trunk/busybox@11765 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - Fix spurious rebuilds for (parallel) out-of-tree builds.aldot2005-10-051-8/+12
| | | | | | | | | | Make sure that the directories are order-only prerequisites. Otherwise we may have object files created after the timestamp of the directory was updated which would lead to spurious rebuilds (as some of the dentries may be older than the dir itself). git-svn-id: svn://busybox.net/trunk/busybox@11764 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - fix building out-of-tree;aldot2005-10-056-106/+149
| | | | | | | | | | | | | | | | | | | | to test, checkout the source (let's assume /scratch/src/busybox), then mkdir /tmp/bb ; cd /tmp/bb make top_srcdir=/scratch/src/busybox O="$(pwd)" -f /scratch/src/busybox/Makefile allyesconfig check - default to O=$(pwd) if no O was specified. Now you can just specify the top_srcdir (without O=/somewhere) to create the obj-tree in pwd. - make "make configtarget buildtarget" work. Previously this didn't work due to how HAVE_DOT_CONFIG was evaluated. Two separate steps were needed before, e.g. make config ; make busybox. - remove some unneeded variables from Rules.mak (BB_SRC_DIR from Mr. ldoolitt@recycle.lbl) which suggest that the stuff fixed above didn't work before. - move selinux libraries to where they belong (from Makefile to Rules.mak) - update the docs to mention svn instead of cvs and provide an example for building out-of-tree in INSTALL. git-svn-id: svn://busybox.net/trunk/busybox@11762 69ca8d6d-28ef-0310-b511-8ec308f3f277
* as Tito points out, e2fsck and fsck need more dependenciesvapier2005-10-051-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11761 69ca8d6d-28ef-0310-b511-8ec308f3f277
* dont typecast lvalue since gcc hates thatvapier2005-10-051-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11760 69ca8d6d-28ef-0310-b511-8ec308f3f277
* ps selinux logic correction, but do not tested toovodz2005-10-041-4/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11756 69ca8d6d-28ef-0310-b511-8ec308f3f277
* use updated bb_getopt_ulflags() for ps appletvodz2005-10-042-27/+58
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11755 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - add option 'w' to ps (wide output, optional feature defaults to off).aldot2005-10-043-39/+48
| | | | | | | | | | | | | | - move to ENABLE_ and use shorter boilerplate. sizes without selinux-support: text data bss dec hex filename 356 0 0 356 164 procps/ps.o.with-w 300 0 0 300 12c procps/ps.o.no-w 302 0 0 302 12e procps/ps.o.oorig git-svn-id: svn://busybox.net/trunk/busybox@11751 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - add prototype for llist_add_to_end to libbb.haldot2005-10-041-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11750 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add find -exec support from Rob Sullivan, and convert CONFIG_ to ENABLE_landley2005-10-043-44/+78
| | | | | | | while we're in the area. git-svn-id: svn://busybox.net/trunk/busybox@11749 69ca8d6d-28ef-0310-b511-8ec308f3f277
* speed up * 2vodz2005-10-031-105/+94
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11733 69ca8d6d-28ef-0310-b511-8ec308f3f277
* sync inetd with slackware-10.2 inetd (OpenBSD-1.79), have destroy bug 455vodz2005-10-032-910/+1494
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11732 69ca8d6d-28ef-0310-b511-8ec308f3f277
* excellent shrinkage patch by Titovapier2005-10-024-367/+307
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11730 69ca8d6d-28ef-0310-b511-8ec308f3f277
* clean out unneeded E2FSCK variablesvapier2005-10-021-4/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11729 69ca8d6d-28ef-0310-b511-8ec308f3f277
* remove debug warningvapier2005-10-021-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11728 69ca8d6d-28ef-0310-b511-8ec308f3f277
* reorder arches into alphabetical ordervapier2005-10-021-198/+201
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11727 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fixup whitespacevapier2005-10-021-14/+14
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11726 69ca8d6d-28ef-0310-b511-8ec308f3f277
* remove all Elf32 hardcodes to make sure the elf handling is 64bit cleanvapier2005-10-021-47/+53
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11725 69ca8d6d-28ef-0310-b511-8ec308f3f277
* svdavidson writes in Bug 459: add support for x86_64 relocations from ↵vapier2005-10-021-1/+72
| | | | | | modutils 2.4.27 git-svn-id: svn://busybox.net/trunk/busybox@11724 69ca8d6d-28ef-0310-b511-8ec308f3f277
* typoaldot2005-09-301-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11703 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - remove duplicate entry of resolve.c in BLKID_SRCaldot2005-09-301-2/+3
| | | | | | | - use the sourcedir to look for includes rather than the builddir git-svn-id: svn://busybox.net/trunk/busybox@11701 69ca8d6d-28ef-0310-b511-8ec308f3f277
* change interface to bb_xasprintf() - more perfect for me.vodz2005-09-2916-49/+33
| | | | | | | ln.c: error_msg(str)->error_msg(%s, str) - remove standart "feature" for hackers reduce 100 bytes don't care in sum git-svn-id: svn://busybox.net/trunk/busybox@11694 69ca8d6d-28ef-0310-b511-8ec308f3f277
* forgotten putenvvodz2005-09-291-2/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11693 69ca8d6d-28ef-0310-b511-8ec308f3f277
* don't out \r to syslogvodz2005-09-291-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11692 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - rename llist_add_to.c to llist.caldot2005-09-294-40/+53
| | | | | | | - move llist_add_to_end() from ifupdown.c to libbb/llist.c git-svn-id: svn://busybox.net/trunk/busybox@11691 69ca8d6d-28ef-0310-b511-8ec308f3f277
* getty must chdir(/). Use bb_getopt_ulflags. Indent. error() perfectvodz2005-09-291-221/+180
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11690 69ca8d6d-28ef-0310-b511-8ec308f3f277
* more busybox's style for fsck.c, size reducevodz2005-09-291-201/+142
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11689 69ca8d6d-28ef-0310-b511-8ec308f3f277
* busybox.c: ENABLE_LOCALE logic correct.vodz2005-09-291-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11687 69ca8d6d-28ef-0310-b511-8ec308f3f277
* reorder include <sys/types.h> and <sys/types.h>.vodz2005-09-291-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11686 69ca8d6d-28ef-0310-b511-8ec308f3f277
* more const, inline, forward declaration usage, strip 20k source size ;-)vodz2005-09-282-1178/+459
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11680 69ca8d6d-28ef-0310-b511-8ec308f3f277
* allow people to adjtime locationvapier2005-09-282-2/+18
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11677 69ca8d6d-28ef-0310-b511-8ec308f3f277
* move e2fsck/* to e2fsck.c, one e2fsck_main and jornal exported, small ↵vodz2005-09-2730-17233/+15465
| | | | | | automatic size reduction git-svn-id: svn://busybox.net/trunk/busybox@11668 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fix building w/out et headers and w/out debugvapier2005-09-274-5/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11662 69ca8d6d-28ef-0310-b511-8ec308f3f277
* as pointed out in Bug 17, use uint32_t instead of unsigned long since the ↵vapier2005-09-271-20/+20
| | | | | | code expects the size of the info variables to be 32bits and sizeof(long) on 64bit hosts is not 32bits git-svn-id: svn://busybox.net/trunk/busybox@11661 69ca8d6d-28ef-0310-b511-8ec308f3f277
* pass EXTRA_CFLAGS to final link since it may contain things that affect ↵vapier2005-09-271-1/+1
| | | | | | linking (such as -m32) git-svn-id: svn://busybox.net/trunk/busybox@11660 69ca8d6d-28ef-0310-b511-8ec308f3f277
* eat misappropriated whitespacevapier2005-09-271-66/+66
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11659 69ca8d6d-28ef-0310-b511-8ec308f3f277
* uncuddle function scope bracketsvapier2005-09-271-116/+116
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11658 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - remove unused variable TOPDIRaldot2005-09-262-5/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11653 69ca8d6d-28ef-0310-b511-8ec308f3f277
* add "make help"landley2005-09-261-0/+30
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11652 69ca8d6d-28ef-0310-b511-8ec308f3f277
* revert wait zombie, it have as linux-specific signal(SIG_CHLD,SIG_IGN) ↵vodz2005-09-261-3/+0
| | | | | | already, do not confuse me\! git-svn-id: svn://busybox.net/trunk/busybox@11651 69ca8d6d-28ef-0310-b511-8ec308f3f277
* correct set prompt if CONFIG_ASH_EXPAND_PRMT enabled, small automatic ↵vodz2005-09-261-3/+12
| | | | | | space->tabs convert by my personal editor git-svn-id: svn://busybox.net/trunk/busybox@11650 69ca8d6d-28ef-0310-b511-8ec308f3f277
* spwd bulid now, (typo)vodz2005-09-261-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11649 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Amir Shalem to make busybox compile on a uClibc that has no shadowlandley2005-09-251-3/+5
| | | | | | | password support. git-svn-id: svn://busybox.net/trunk/busybox@11647 69ca8d6d-28ef-0310-b511-8ec308f3f277
* whitespace sucksvapier2005-09-251-23/+23
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11645 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fix building with debugging enabled #413vapier2005-09-255-682/+485
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11644 69ca8d6d-28ef-0310-b511-8ec308f3f277
* this should fix parallel building with .depend/bb_config.hvapier2005-09-251-3/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@11641 69ca8d6d-28ef-0310-b511-8ec308f3f277