aboutsummaryrefslogtreecommitdiff
path: root/libbb/mode_string.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* taskset: fix some careless code in both fancy and non-fancy cases.Denis Vlasenko2008-07-111-2/+2
| | | | | -5 bytes for fancy, +5 for non-fancy
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-2/+2
| | | | | | | text data bss dec hex filename 808035 611 6868 815514 c719a busybox_old 804472 611 6868 811951 c63af busybox_unstripped
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-2/+2
| | | | | | | | | trylink: explain how to modify link and drastically decrease amount of padding (unfortunately, needs hand editing ATM). *: add ALIGN1 / ALIGN2 to global strings and arrays of bytes and shorts size saving: 0.5k
* - the archivers expect mode to be a mode_t, so do not trip signed/unsigned ↵Bernhard Reutner-Fischer2007-01-221-2/+2
| | | | conversion purposefully
* Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate."Robert P. J. Day"2006-07-101-1/+0
|
* - move buffer allocation schemes to libbb.hBernhard Reutner-Fischer2006-04-031-13/+3
| | | | - include the correct headers: applets need busybox.h while lib* need libbb.h
* Fix a bug reported by junkio@cox.net involving the mode_chars index.Manuel Novoa III2003-08-141-1/+6
|
* Major coreutils update.Manuel Novoa III2003-03-191-47/+103
|
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-10/+6
| | | | -Erik
* Convert utility.c into libbb.a. It is now a whole pile of .cEric Andersen2001-03-161-0/+82
files. Clean up the resulting damage and fix up the makefile. -Erik