Mike Frysinger
|
f054be12de
|
Rob Sullivan writes: rewrite the regex handling to improve stability
|
2006-04-29 04:21:10 +00:00 |
|
Rob Landley
|
0e6a3e14e4
|
Patch from tito to update output of hdparm.
|
2006-04-28 01:33:30 +00:00 |
|
Bernhard Reutner-Fischer
|
56fbd21fa7
|
- return ret so we return something meaningful.
|
2006-04-24 17:41:29 +00:00 |
|
Rob Landley
|
a2e98043d5
|
From Rob Sullivan: Fix a segfault with searching, plus some cleanups.
|
2006-04-18 01:53:41 +00:00 |
|
Rob Landley
|
026147a48f
|
Patch from Tito to fix printing null and make output look like hdparm 6.3.
|
2006-04-17 22:29:13 +00:00 |
|
Mike Frysinger
|
20c22e0883
|
just use the stack to kill memleak and return if user didnt give us anything to match
|
2006-04-16 21:41:00 +00:00 |
|
Mike Frysinger
|
bf2d9905ca
|
use xmalloc, dont hardcode length of string, and get rid of pointless call to memset
|
2006-04-16 21:30:47 +00:00 |
|
Mike Frysinger
|
00d10a94f3
|
uncuddle if statements
|
2006-04-16 20:54:19 +00:00 |
|
Mike Frysinger
|
f284c767e5
|
use more boiler plate GPL notices
|
2006-04-16 20:38:26 +00:00 |
|
Mike Frysinger
|
3a2b103eea
|
uncuddle brackets
|
2006-04-16 20:34:26 +00:00 |
|
Rob Landley
|
2ec922eed5
|
Patch from Robert P Day: let menuconfig indent stuff for us, we don't have
to do it in Config.in.
|
2006-04-13 23:22:16 +00:00 |
|
Bernhard Reutner-Fischer
|
c2cb0f32b4
|
- patch from Denis Vlasenko to add and use bb_xopen3()
|
2006-04-13 12:45:04 +00:00 |
|
Bernhard Reutner-Fischer
|
d9cf7ac781
|
- patch from Denis Vlasenko to add and use bb_xchdir()
|
2006-04-12 18:39:58 +00:00 |
|
Bernhard Reutner-Fischer
|
2c99851181
|
- patch from Denis Vlasenko to add and use bb_xdaemon()
|
2006-04-12 18:09:26 +00:00 |
|
Bernhard Reutner-Fischer
|
9460f66e4e
|
- tweak visibility of label expected_hwif_error as it's only needed for
CONFIG_FEATURE_HDPARM_HDIO_UNREGISTER_HWIF or CONFIG_FEATURE_HDPARM_HDIO_SCAN_HWIF
|
2006-04-11 08:01:29 +00:00 |
|
Bernhard Reutner-Fischer
|
061fd0a353
|
- make sure that the label expected_hwif_error is visible even when
CONFIG_FEATURE_HDPARM_HDIO_SCAN_HWIF isn't set.
|
2006-04-05 16:37:25 +00:00 |
|
Rob Landley
|
a8e2760924
|
Clarify.
|
2006-03-30 02:01:48 +00:00 |
|
Paul Fox
|
5139bd98a7
|
add public-domain release
|
2006-03-29 19:54:02 +00:00 |
|
Bernhard Reutner-Fischer
|
771b186406
|
- commentary typos
|
2006-03-24 14:30:05 +00:00 |
|
Mike Frysinger
|
e1d41b3102
|
fixup style
|
2006-03-23 02:07:41 +00:00 |
|
Mike Frysinger
|
948a09d6f2
|
dont printf arguments given by user for security sanity
|
2006-03-23 02:07:20 +00:00 |
|
Bernhard Reutner-Fischer
|
df10094870
|
- revert back to r14406
|
2006-03-13 19:04:00 +00:00 |
|
Rob Landley
|
c5b1d4d6b1
|
Patch from Denis Vlasenko to add xstat() and use it.
|
2006-03-13 15:45:16 +00:00 |
|
Bernhard Reutner-Fischer
|
07a79e75f5
|
- backout using features which are not available with the previous stable
version of make (3.71.1).
|
2006-03-09 09:03:37 +00:00 |
|
Rob Landley
|
dfba741457
|
Robert P. Day removed 8 gazillion occurrences of "extern" on function
definitions. (That should only be on prototypes.)
|
2006-03-06 20:47:33 +00:00 |
|
Rob Landley
|
688ed0d760
|
Patch from Robert P. Day, moving byte order checks to use platform.h macros.
|
2006-03-04 22:40:25 +00:00 |
|
Bernhard Reutner-Fischer
|
e3ec99de82
|
- remove unused lists *-m
|
2006-03-02 18:23:13 +00:00 |
|
Bernhard Reutner-Fischer
|
022eb311d5
|
- use absolute path for top_builddir and top_srcdir.
Fixes make trying to include the very same file in an endless loop.
|
2006-03-02 17:33:25 +00:00 |
|
Bernhard Reutner-Fischer
|
5d26126b9e
|
- fixes parallel builds (make -j)
- use less resources for the buildsystem itself
|
2006-03-01 22:54:48 +00:00 |
|
"Vladimir N. Oleynik"
|
73804d6f7e
|
more security: don't start shell code from argv
|
2006-02-28 08:23:27 +00:00 |
|
Rob Landley
|
2fe4eac4ea
|
Cosmetic cleanup from tito.
|
2006-02-28 04:45:24 +00:00 |
|
Bernhard Reutner-Fischer
|
0817313255
|
- whitespace cleanup from Tito.
|
2006-02-27 22:34:41 +00:00 |
|
Rob Landley
|
51be57e4df
|
Convert all the applets from #include to USE(). Had to fix some nonstandard
naming along the way to get USE() macros for everything.
|
2006-02-23 00:42:25 +00:00 |
|
Rob Landley
|
0a7c8ef6e2
|
Patch from Denis Vlasenko to constify things and fix a few typos.
|
2006-02-22 17:01:00 +00:00 |
|
Rob Landley
|
d6e14d8bee
|
Don't build directory libraries unless we're building an applet that needs it.
Cherry-picked from Devin Bayer's big MacOS X patch.
|
2006-02-21 19:11:35 +00:00 |
|
Mike Frysinger
|
b38673fb9f
|
make the build system puuuuuuuuuuurty
|
2006-02-02 01:41:53 +00:00 |
|
"Vladimir N. Oleynik"
|
73ffd762ca
|
removed anoinig warnings
|
2006-02-01 12:56:19 +00:00 |
|
"Vladimir N. Oleynik"
|
dd14ca082a
|
protect potential overflow for x86_64
|
2006-01-31 09:35:45 +00:00 |
|
Eric Andersen
|
a68ea1cb93
|
fix up yet more annoying signed/unsigned and mixed type errors
|
2006-01-30 22:48:39 +00:00 |
|
Eric Andersen
|
9a58b02ec7
|
make certain we dereference the pointer as a time_t, esp on x86_64
where it might otherwise not be dereferenced as such by default
|
2006-01-30 22:33:31 +00:00 |
|
Bernhard Reutner-Fischer
|
20f4000086
|
- add some ATTRIBUTE_UNUSED.
- use shorter boilerplate while at it.
|
2006-01-30 17:17:14 +00:00 |
|
"Vladimir N. Oleynik"
|
cd5c15d287
|
removed warning "comparison between signed and unsigned". Change very very old code: use int instead short
|
2006-01-30 13:36:03 +00:00 |
|
Tim Riker
|
c1ef7bdd8d
|
just whitespace
|
2006-01-25 00:08:53 +00:00 |
|
Bernhard Reutner-Fischer
|
7ca61b6f33
|
- shared libbusybox.
- IMA compilation option (aka IPO, IPA,..)
Please holler if i broke something..
|
2006-01-15 14:04:57 +00:00 |
|
"Vladimir N. Oleynik"
|
24f819fd74
|
can use TMPDIR if user's HOMEDIR do not found. Noticed by Bernhard
|
2006-01-10 12:35:43 +00:00 |
|
Bernhard Reutner-Fischer
|
17329745fc
|
- fix check for group and user, remove some whitespace while at it.
|
2005-12-21 15:07:30 +00:00 |
|
Rob Landley
|
ef1f7b5058
|
Ahem. Vladimir checked in a different fix bug didn't close out the bug.
Reverting...
|
2005-12-16 08:03:34 +00:00 |
|
Rob Landley
|
4b91b88fcb
|
Less would segfault if it had no tty. (Bug 600.)
|
2005-12-16 08:02:11 +00:00 |
|
"Vladimir N. Oleynik"
|
8315cd527f
|
fopen(TTY...) to bb_xfopen(), close bug 600
|
2005-12-15 11:53:22 +00:00 |
|
"Vladimir N. Oleynik"
|
2f0a5f947a
|
restore compare_string_array new interface (make broken by landley)
|
2005-12-06 12:00:39 +00:00 |
|