fli4l
  1. fli4l

busybox

Public
  1. fli4l
  2. busybox

All Branches Graph

        
AuthorCommitMessageCommit dateBuilds
"Vladimir N. Oleynik""Vladimir N. Oleynik"
cd473dd0c13removed warning "comparison between signed and unsigned". Added ATTRIBUTE_UNUSED. Whitespace
"Vladimir N. Oleynik""Vladimir N. Oleynik"
cd5c15d2877removed warning "comparison between signed and unsigned". Change very very old code: use int instead short
"Vladimir N. Oleynik""Vladimir N. Oleynik"
9b9a920eef1removed warning "comparison between signed and unsigned". Reduced size
"Vladimir N. Oleynik""Vladimir N. Oleynik"
e75b41d9905support GNU suffixes for fancy mode: b(512), k(1024) and m(1024*1024)
"Vladimir N. Oleynik""Vladimir N. Oleynik"
b1fd52e0b7eremove outdated and do not corected comment. Use bb_xasprintf instead xmalloc+set+set+strcpy.
Rob LandleyRob Landley
646129163a2Re-add initrd support, unify halt/reboot/poweroff, add -n and -f options.
Rob LandleyRob Landley
49576c00183Note on SVN 13424: Don't mix "default y" and select of something earlier in the menu hierarchy or else make allnocon...
Rob LandleyRob Landley
f8fd4db92f5Move SUSv2 obsolete feature disabling to debug menu, invert meaning of symbol (switched on to remove now: test your a...
Rob LandleyRob Landley
dd53c24d412Remove foo.txt and reenable -funsigned-char now that ash is fixed.
Rob LandleyRob Landley
03628c8f75bRemind me to implement bb_fork_exec()...
Rob LandleyRob Landley
b1b3cee831bAdd explanations of encrypted passwords, and fork vs vfork.
Bernhard Reutner-FischerBernhard Reutner-Fischer
08a1b5095d7- add a macro to check for ld and as flags Very unreliable as e.g the ld check will see the flags supported by each...
"Vladimir N. Oleynik""Vladimir N. Oleynik"
79af7d5debefor change previous log: close bug 186
"Vladimir N. Oleynik""Vladimir N. Oleynik"
2e33daaed52close bug 190
Mike FrysingerMike Frysinger
546a99db1dfuse LC_ALL, not LANG, for forcing C
"Vladimir N. Oleynik""Vladimir N. Oleynik"
84005af7ef8C99 say: "char" declaration may be signed or unsigned default
"Vladimir N. Oleynik""Vladimir N. Oleynik"
5775aa2ef6aadded support /prefix for IPV4 form IPV6 code. Close bug 461
Bernhard Reutner-FischerBernhard Reutner-Fischer
08c5a1789bc- Simplify the prereq and add more documentation. - Fix regex for allyesconfig.
"Vladimir N. Oleynik""Vladimir N. Oleynik"
2e5ee8ed93a+#include <sys/socket.h> remove unused 'int i' form main whitespacing only
"Vladimir N. Oleynik""Vladimir N. Oleynik"
7b4aa6ffc6anew applet. Thanks Roberto A. Foglietta
"Vladimir N. Oleynik""Vladimir N. Oleynik"
8aa9e571493support 64 arith. Close bug 136
"Vladimir N. Oleynik""Vladimir N. Oleynik"
1e98a0705b4close bug 638
"Vladimir N. Oleynik""Vladimir N. Oleynik"
fdb871c4988Add more bash-like dot-dirs cmdedit feature Close bug 648. Restore my whitespace
Tim RikerTim Riker
7d501a86738ignore whitespace
Tim RikerTim Riker
7dd4cbf2bf5LANG=C should help
Tim RikerTim Riker
c1ef7bdd8d0just whitespace
Bernhard Reutner-FischerBernhard Reutner-Fischer
f64ff682a3d- correct flag for gcc-3.x
Bernhard Reutner-FischerBernhard Reutner-Fischer
9ed6ac2bead- Turn off combine for allyesconfig and allbareconfig. The user ought to explicitely request this.
Bernhard Reutner-FischerBernhard Reutner-Fischer
2aba3953d46- readd config option for libbusybox and ima-mode which were accidentally dropped by landley in rev13542.
"Vladimir N. Oleynik""Vladimir N. Oleynik"
ab90b9f427eclose bug 657
Rob LandleyRob Landley
8b6063490d5Once more, with fewer inappropriate semicolons.
Rob LandleyRob Landley
391a904f46dKen McGuire's patch to make mke2fs and e2fsck work on big endian systems like PPC, with an obligatory couple of swipe...
Rob LandleyRob Landley
6130b9b1602Testing CONFIG_SORT_BIG to display the help for the big version of sort isn't much use when the symbol is CONFIG_FEAT...
"Vladimir N. Oleynik""Vladimir N. Oleynik"
e0ae702b0e2ash with -funsigned-char don`t work!
"Vladimir N. Oleynik""Vladimir N. Oleynik"
b757699164fOops, restore tabs
"Vladimir N. Oleynik""Vladimir N. Oleynik"
9394b232ef9cleanup (dist)clean logic
Rob LandleyRob Landley
b70ccd9509fClose bug 644: loop incrementing twice, skipping ever other device.
Rob LandleyRob Landley
e927743bb02There was a missing ! on strcmp (despite the fact it worked in my testing, I have no idea _how_), and a simpler fix f...
Bernhard Reutner-FischerBernhard Reutner-Fischer
86f5c9906be- add platform.h. - use shorter boilerplate while at it.
Rob LandleyRob Landley
2edf52643d3The whole "init is sometimes pid 3" thing is silly. Init is pid 1, anything else is a kernel bug. Both 2.4 and 2.6 ...
Rob LandleyRob Landley
aaffef4d338Start of developer documentation for busybox.
Paul FoxPaul Fox
f9d40d6815acompile on 2.96 for a while longer -- no floating declarations.
Rob LandleyRob Landley
c1d69906a0cPatch from Aurelien Jacobs to add unlzma. (A new decompression type, see www.7-zip.org)
Rob LandleyRob Landley
7a43bd07e64Zap sysdeps directory, moving Config.in and defconfig to top of tree. (Busybox should not be system dependent enough ...
Rob LandleyRob Landley
c8e41157a2bUpdate readme and install.sh usage message.
Bernhard Reutner-FischerBernhard Reutner-Fischer
5a620ea2200- Document -m, -c, -s and provide a default shell for standalone build. - Wrap overlong lines plus a few whitespace f...
Bernhard Reutner-FischerBernhard Reutner-Fischer
a901b404644- missing bits of patch attached to bug #249 (constify).
Bernhard Reutner-FischerBernhard Reutner-Fischer
f771d884432- need to have config MODULE in order to make tristate work.. Thanks to Robert Schwebel for pointing this out. I mu...
Bernhard Reutner-FischerBernhard Reutner-Fischer
96002bba672- cleanup Config.in. Use "select CONFIG_FOO" and add the corresponding "depends on CONFIG_BAR" instead of the if !CON...
"Vladimir N. Oleynik""Vladimir N. Oleynik"
cfc8f596496restore 8-bit syntax works, last debian patch is broken. Noticed by Vladimir Dronnikov
Bernhard Reutner-FischerBernhard Reutner-Fischer
b565a12cf86- bump version to 1.1.1 nonrelease series (let's say -pre0).
Bernhard Reutner-FischerBernhard Reutner-Fischer
d9679e3af1f- remove debian/
Bernhard Reutner-FischerBernhard Reutner-Fischer
37dec0e9e98- make CONFIG_MD5SUM_SIZE_VS_SPEED configurable via menuconfig. - use shorter boilerplate.
"Vladimir N. Oleynik""Vladimir N. Oleynik"
0f9ae1a0d71setgid and setuid have changes effective id too
"Vladimir N. Oleynik""Vladimir N. Oleynik"
fb29b462012sync with dash_0.5.3-1
Bernhard Reutner-FischerBernhard Reutner-Fischer
7ca61b6f337- shared libbusybox. - IMA compilation option (aka IPO, IPA,..) Please holler if i broke something..
"Vladimir N. Oleynik""Vladimir N. Oleynik"
8c9daa12dcbrestore erronyous 'cleanups' by Rob Sullivan and landley
Rob LandleyRob Landley
855f1e13202Cleanup patch from Rob Sullivan.
Rob LandleyRob Landley
734a779a42d1.1.0 is out.
Paul FoxPaul Fox
72d1a2357d2add find's "-mmin" option. configurable.
Bernhard Reutner-FischerBernhard Reutner-Fischer
4a1865ca5ea- revert last change for now..
Bernhard Reutner-FischerBernhard Reutner-Fischer
5a62284972athis applet needlessly big! TODO: bb_getopt_ulflags() - use atol for the offset, which is always in bytes. Small ste...
Bernhard Reutner-FischerBernhard Reutner-Fischer
26ea0b7f167- turn off "nc gaping hole" and devfsd in allbareconfig, the latter doesn't use the FEATURE notation and noone will...
Bernhard Reutner-FischerBernhard Reutner-Fischer
853c44b7988- correct definitions.
Bernhard Reutner-FischerBernhard Reutner-Fischer
2677cf1b0ac- Mention code-cleanup possibilities in TODO.
Bernhard Reutner-FischerBernhard Reutner-Fischer
dd9dce104d3- shrink simple obscure stuff a tiny bit: text data bss dec hex filename 789 0 0 ...
Bernhard Reutner-FischerBernhard Reutner-Fischer
eedd1be730c- remove warning about redeclaration of __constant_htons - remove warning about format '%ld' expects type 'long int *...
Bernhard Reutner-FischerBernhard Reutner-Fischer
d1d23a6e674- mark argument who of print_route as unused.
Rob LandleyRob Landley
29e08ffcdf8Frank Sorenson added hotplug support to mdev. (I tweaked it a bit. Need to come up with a test suite for all the st...
Rob LandleyRob Landley
1c19deed17fThe major:minor read from dev ends with \n, need to trim that.
Rob LandleyRob Landley
bbf4e167f2cOk, ping needs a rewrite from the ground up. (This is not a busybox app.) Fix bug 309, where ping -s 1 localhost wou...
Rob LandleyRob Landley
009765d2caaAnd lo, we hath reached Release Candidate 1. 1.1.0 should happen this week.
"Vladimir N. Oleynik""Vladimir N. Oleynik"
24f819fd742can use TMPDIR if user's HOMEDIR do not found. Noticed by Bernhard
Rob LandleyRob Landley
bc059bc7fa4The brain-dead FTP servers on Solaris don't support the size command.
Rob LandleyRob Landley
9e4100bf95aDon't return 0 when there's an error.
Rob LandleyRob Landley
71d6ccd8014With -a, the jump to mount_it_now can skip the initialization of f, and if we don't zero it after closing it we re-cl...
Rob LandleyRob Landley
8b0efdb1a1dBoth atime and diratime should switch _off_ the corresponding no* flag.
Mike FrysingerMike Frysinger
bd67e8074aaupgrade ZyXEL from hall of shame to hall of [product] fame
"Vladimir N. Oleynik""Vladimir N. Oleynik"
f01e1784e53removed a warning about an unused pargv in bb_getopt_ulflags. Noticed by Tito
Rob LandleyRob Landley
5184336647dBug 112, return value of awk should be /256. In reality, we should probably be using WEXITSTATUS(), but until I can ...
Rob LandleyRob Landley
fb8c4983a6eFix bug 603: "chown :root thingy" should work now.
Rob LandleyRob Landley
e569553aa0eBug 547: writing out the tar file header before we confirm we can actually open and read from the file isn't somethin...
Rob LandleyRob Landley
3d1bbf0a5fbMinor cosmetic fix from Tito.
Rob LandleyRob Landley
8bcc6e964bdWhy we didn't take a watchdog.c suggestion this time 'round, in case anybody comes up with a fix...
Mike FrysingerMike Frysinger
e87ae0bd4f6declare const for fun
Mike FrysingerMike Frysinger
e885d5300a2Tito writes: Somehow while applying the bb_do_delay patch a change slipped in libbb.h that broke compilation. libbb....
Rob LandleyRob Landley
84cb76733f0patch from tito: consolidate delay functions as bb_do_delay()
Rob LandleyRob Landley
251161f75c0Bug 624 wants quoted char support for printf, so you can do something like: printf '%d\n' '"x"' and have it print o...
Rob LandleyRob Landley
f8ec1b51f39No, we _want_ the suid and sgid bits reverted by chown, for security reasons. They mean something different when the ...
Bernhard Reutner-FischerBernhard Reutner-Fischer
c00411a16ab- better wording
Mike FrysingerMike Frysinger
5990efb7957use MAP_PRIVATE instead of MAP_SHARED for uClinux systems (see Bug 550)
Mike FrysingerMike Frysinger
b92405552fcJason Schoon writes: Here is a patch for kill that I posted long ago, but forgot about until today. This allows kill...
Mike FrysingerMike Frysinger
f982d86ba71import nios2 support from microtronix
Mike FrysingerMike Frysinger
29ed59ee110make mount usage a bit more terse
Mike FrysingerMike Frysinger
705fad29644just use bb_xfopen()
Mike FrysingerMike Frysinger
bb12d6f728bfix comment documentation
Bernhard Reutner-FischerBernhard Reutner-Fischer
823f80f5ad8- silence warning about unused param needs revisit later on like many others to use ATTRIBUTE_UNUSED from platform.h
Bernhard Reutner-FischerBernhard Reutner-Fischer
f00680eb595- use HOSTCC instead of a hardcoded cc
"Vladimir N. Oleynik""Vladimir N. Oleynik"
0bf67e849a8remove buffer overflow by Erik and decodeString problem by Glenn, add error check of decodeString as Apache
Rob LandleyRob Landley
ce88793698eWhen you went "losetup -d /dev/loop0 /dev/loop1" the error message was strange.
Rob LandleyRob Landley
90854679703Trying to losetup a device as a regular user shouldn't result in an endless loop, and the error messages should displ...
Rob LandleyRob Landley
beb665a376dSecond attempt to simplify the login menu. Shadow password stuff at the top, with no dependencies (since depending o...
Bernhard Reutner-FischerBernhard Reutner-Fischer
17329745fc3- fix check for group and user, remove some whitespace while at it.
Rob LandleyRob Landley
5d84c2398efFix chroot, leave console alone if -c not specified, and yank debug code. (I still haven't set up a test environment ...
Rob LandleyRob Landley
7b363fd3c90Some minor cleanups/bugfixes split off from the big remount work: Shorten GPL boilerplate. Enabling FEATURE_CLEAN...
Rob LandleyRob Landley
b9620414c19Shadow password support went beyond the dependency event horizon, just make it an independent menu. And make interna...
Rob LandleyRob Landley
6a24976ceb6Actually, static buffers look like _this_...
"Vladimir N. Oleynik""Vladimir N. Oleynik"
6b903a2d8a7remove debug feature for production
Rob LandleyRob Landley
9a1e25d9947Make a few warnings go away.
Rob LandleyRob Landley
c90c8b50e4cDo an svn log -v, the information in this changelog is stunningly obsolete.
Rob LandleyRob Landley
b3f05a467a6Shadow password support involves vlock too.
Rob LandleyRob Landley
68eb9dd371bPatch from Tito to make vlock much smaller.
Rob LandleyRob Landley
553d83d4277strncmp isn't automatically superior to strcmp. Especially when it isn't used right.
Rob LandleyRob Landley
9bdd742dd2fSigh. Left the debug path in. Fixed.
Rob LandleyRob Landley
b56c285da56Added /etc/mdev.conf support. Adds about 1.9k to mdev.
Rob LandleyRob Landley
1a78103306eBug 601: When we fork an archiver and feed stuff to it through a pipe, if we don't close the pipe the child process w...
Rob LandleyRob Landley
ef1f7b5058cAhem. Vladimir checked in a different fix bug didn't close out the bug. Reverting...
Rob LandleyRob Landley
4b91b88fcb7Less would segfault if it had no tty. (Bug 600.)
Rob LandleyRob Landley
199501f2a00I screwed up the last commit: if dt is null when ENABLE_MULTIPLE_OPTIONS is off, we'd dereference the null. Oops.
Rob LandleyRob Landley
a930bd33327Stephane Billiart said: the attached patch makes applet list in busybox.links correctly include tr and watchdog. Cur...
"Vladimir N. Oleynik""Vladimir N. Oleynik"
ddc280ec437sync license from mainstream
"Vladimir N. Oleynik""Vladimir N. Oleynik"
8315cd527f0fopen(TTY...) to bb_xfopen(), close bug 600
Bernhard Reutner-FischerBernhard Reutner-Fischer
9a14bd04f87- Stephane Billiart writes: Fix the compilation of head and tail. thanks!
Bernhard Reutner-FischerBernhard Reutner-Fischer
73bffd4d964- remove duplicate entry for switch_root
Rob LandleyRob Landley
42eddbafe72Add a fflush(stdout).
Rob LandleyRob Landley
ae50c6d8ee7Better use of the ENABLE guards.
Rob LandleyRob Landley
e0c418e13b0The rest of Yann E. Morin's install revamp.
Rob LandleyRob Landley
164c5c80ba1Eliminate unnecessary allocation from md5sum that was leaked without ever being used.
Rob LandleyRob Landley
5aabf4e4156Fix -g and -p options. Patch from Traceman. (I don't know who that is, it's the darn bug generator again.)
Rob LandleyRob Landley
483027f166cPatch from dlively (whoever that is, see bug 591) to fix "ip link set <dev> addr".
Bernhard Reutner-FischerBernhard Reutner-Fischer
d42ef28b98d- several functions depend on IPv4 or IPv6 od IPX support. removes warning about unused code for allbareconfig.
Bernhard Reutner-FischerBernhard Reutner-Fischer
17d355cb3c9- remove warning (thanks Yann E. MORIN) and switch to ENABLE_ - typo: s/begining/beginning/g
"Vladimir N. Oleynik""Vladimir N. Oleynik"
e6d88ea2a1aremove sigsetmask, noticed by Bernhard
Bernhard Reutner-FischerBernhard Reutner-Fischer
e0b87785067- check if CC supports -funsigned-char - add CC_MAJOR and CC_MINOR variables. (gcc centric for now)
Bernhard Reutner-FischerBernhard Reutner-Fischer
5816ccb190e- wrap label GET_COUNT in #if ENABLE_FEATURE_FANCY_applet to avoid warning about unused label.
Bernhard Reutner-FischerBernhard Reutner-Fischer
ec351c32e33- do away with superfluous keyword.
"Vladimir N. Oleynik""Vladimir N. Oleynik"
4a9d6d1fe98remove strange bloat dup2() usage, sync this code with mainstream login-utils, size reduce
Rob LandleyRob Landley
70f7ef7be38Nothing to see here. Move along. Not buying it, eh? I know I said new features before 1.1, but, well... (I was we...
Rob LandleyRob Landley
3858bf18d5dMinor fix: if(CONFIG) breaks the build when that CONFIG is disabled, it has to be if(ENABLE). (Make allbareconfig is...
Rob LandleyRob Landley
e9190962719Patch from Yann E. Morin, something to do with bugs 276 and 272.
Bernhard Reutner-FischerBernhard Reutner-Fischer
126da9ec2de- typo: s/sucess/success/g What's up with loginutils/su.c line 42: "SYSLOG_SUCESS" ? Please have a look..
Bernhard Reutner-FischerBernhard Reutner-Fischer
b7d53420033- fix zcip for IMA compile mode. rename usage() to zcip_usage, make struct arp_packet static. This applet is not ...
Rob LandleyRob Landley
10fb2b71f3bFlush output to log promptly (bug 389).
Rob LandleyRob Landley
e422af6bcb1Flush input when prompting for a password (bug 373).
Rob LandleyRob Landley
a75c180e538Bug 310: be consistent about stat/lstat and chown/lchown to avoid accidentally modifying permissions or ownership whe...
Rob LandleyRob Landley
032e2cbf20bUninitialized variable causing intermittent syntax errors (bug 449).
Rob LandleyRob Landley
cdbae77823dprintf() arguments shouldn't be passed straight from user supplied data. (Security thingy.)
Rob LandleyRob Landley
37310ea0574Change CONFIG_MODPROBE_MULTIPOLE_OPTIONS to CONFIG_FEATURE_MODPROBE_MULTIPLE_OPTIONS.
Rob LandleyRob Landley
762bb626c7bPatch from Yann E. Morin to reorganize module config options.
Rob LandleyRob Landley
999af20d3e0Make insmod quiet by default (patch from Yann E. Morin).
Rob LandleyRob Landley
9c32a152202Yann E. Morin's update to modprobe usage.
Rob LandleyRob Landley
82327f4be4dPatch from Yann E. Morin to make rmmod report failure properly.
Glenn L McGrathGlenn L McGrath
0bd0257fe0fAdd build options to control SuS compatability, allows numeric option handling to be disabled. Defaults to enabled, ...
Bernhard Reutner-FischerBernhard Reutner-Fischer
d77b781c1f0- remove unused variable have_read_stdin - use FLAG_WIDTH
Paul FoxPaul Fox
377bdaff3beavoid mixed declarations, to support older compilers just a little longer.
Rob LandleyRob Landley
cc59aae65f3Macro was wrong, name(void) vs name(x), and apparently gcc 2.95 cares about matching up macro arguments even when the...
Rob LandleyRob Landley
07fffc5add7uClibc can't handle anonymous MAP_SHARED. Since we're treating it as read only data anyway, MAP_PRIVATE shouldn't ma...
Rob LandleyRob Landley
02bab6869e2Tito is using broken kernel headers that pollute the namespace with every CONFIG_ symbol in the kernel, and this clas...
"Vladimir N. Oleynik""Vladimir N. Oleynik"
a62b0e7459breduce 3 warning if compile with -W
"Vladimir N. Oleynik""Vladimir N. Oleynik"
2f0a5f947a6restore compare_string_array new interface (make broken by landley)
Rob LandleyRob Landley
d4f15e95d6aInstall links patch from Yann E. Morin. (Another thing hanging around in my tree forever. Tweaked the docs a bit.)
Rob LandleyRob Landley
d1569c215cfIf we really _need_ an #ifdef like this, then we should be using the libbb getopt infrastructure instead.
Rob LandleyRob Landley
746cfc8bf0fAnother cleanup patch that's been in my tree for a while. Again I think it's originally from Bernhard Fischer...
Rob LandleyRob Landley
b5ca9e0c4e8A cleanup patch I've had lying around in my tree for a while, I think it was from Bernhard Fischer?
"Vladimir N. Oleynik""Vladimir N. Oleynik"
bf968f71f1freduce signedness warning
"Vladimir N. Oleynik""Vladimir N. Oleynik"
a972c870a88reduce signedness warning
"Vladimir N. Oleynik""Vladimir N. Oleynik"
27d42a08c81remove warnings if compile with -W, use ENABLE_FEATURE vs CONFIG_FEATURE
Rob LandleyRob Landley
4a070d14604Make char default to "unsigned" on all platforms so we have a consistent base to deal with all the new gcc 4.0.2 warn...
Rob LandleyRob Landley
1d589b2e2d6Fix losetup so that it A) actually works again, B) has much better error messages, C) can show the current associatio...
"Vladimir N. Oleynik""Vladimir N. Oleynik"
70678bc5b65getopt -> getopt_ulflags. noticed by Rob Sullivan
Mike FrysingerMike Frysinger
5a5d0fa0445update license
Mike FrysingerMike Frysinger
004ad113378ShaneAnderson writes in Bug 565: need to include .config file before setting CROSS otherwise TARGET_ARCH isnt set pro...
Paul FoxPaul Fox
969af897970add "-C" format to hexdump fixes bug #113 and satisfies a personal need at the same time. output compares identical...
Paul FoxPaul Fox
d957b9537eefix bug #474: 0000474: vi crashes often problem was that the buffer used for "." command ("last_modifying_cmd")...
Paul FoxPaul Fox
5a16a894270eliminate mixed declaration, to support older compilers a little longer.
"Vladimir N. Oleynik""Vladimir N. Oleynik"
8c44f0179d8use libbb/get_kernel_revision(), reduce stack usage, add loses -w -f option for getopt, convert to bb_getopt_ulflags(...
Rob LandleyRob Landley
52219874fe5Patch from Cristian Ionescu-Idbohrn to deal with _ vs - better.
"Vladimir N. Oleynik""Vladimir N. Oleynik"
350865e3397remove bug: fsck do not know path
"Vladimir N. Oleynik""Vladimir N. Oleynik"
cc34344d91cchange the interface of libbb/compare_string_array (unsigned short to int), usaging for e2fsprogs/fsck
"Vladimir N. Oleynik""Vladimir N. Oleynik"
61ff4b39738more use const for interface of libbb/compare_string_array, example usage for e2fsprogs/fsck
"Vladimir N. Oleynik""Vladimir N. Oleynik"
4eb2fd6826amore use libbb/bb_msg_read_error
"Vladimir N. Oleynik""Vladimir N. Oleynik"
65bb10f253freduce bss
Rob LandleyRob Landley
fe257157928Update to modprobe usage from Yann E. Morin
Rob LandleyRob Landley
c819ca98eedCan't store a pointer in an int on 64 bit platforms.
Rob LandleyRob Landley
b4c823211d7Move interface.c to networking directory since it's only used by ifconfig.
Rob LandleyRob Landley
fae1dc86203Support # comments after s/// option list.
Mike FrysingerMike Frysinger
4ee2eee2fcdQuote the user we pass to addgroup so funky chars are preserved. Fix by dragan_marinkovic in Bug 544
Rob LandleyRob Landley
79e1cab0d16Yann Morin's modprobe multiple options patch. There's more work to be done, but let's ship 1.1 first...