Denys Vlasenko
|
c066472b0c
*: do not assign to stdout/stderr, it's not portable.
|
15 年之前 |
Denys Vlasenko
|
6331cf059c
*: use "can't" instead of "cannot"
|
15 年之前 |
Bernhard Reutner-Fischer
|
0adf7f2d46
- by not calling getpagesize() twice we can save 2 bytes (walter harms)
|
15 年之前 |
Denis Vlasenko
|
94884eb486
time: don't segfault with no arguments
|
16 年之前 |
Denis Vlasenko
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 年之前 |
Denis Vlasenko
|
fa0b56db76
sendmail: fix wrong vfork usage here too
|
16 年之前 |
Denis Vlasenko
|
82604e9730
revert last two commits. vfork cannot be used in subroutine,
|
16 年之前 |
Denis Vlasenko
|
3da5572bfa
*: introduce and use xvfork()
|
16 年之前 |
Bernhard Reutner-Fischer
|
636a1f85e8
- use EXIT_{SUCCESS,FAILURE}. No object-code changes
|
16 年之前 |
Denis Vlasenko
|
b44c790e41
*: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname.
|
16 年之前 |
Denis Vlasenko
|
25591c322c
libbb: introduce bb_signals and bb_signals_recursive,
|
17 年之前 |
Denis Vlasenko
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 年之前 |
Denis Vlasenko
|
4daad9004d
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
|
17 年之前 |
Denis Vlasenko
|
6ca409e0e4
trylink: produce even more info about final link stage
|
17 年之前 |
Denis Vlasenko
|
bd7bb299c0
wget: use monotonic_sec instead of gettimeofday
|
17 年之前 |
Denis Vlasenko
|
459be35234
hwclock: size optimizations
|
17 年之前 |
Denis Vlasenko
|
e79dd06782
time: *const str = "xxx" ==> str[] = "xxx"
|
17 年之前 |
Denis Vlasenko
|
b6adbf1be2
usage.c: remove reference to busybox.h
|
17 年之前 |
Denis Vlasenko
|
1d76f439da
EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>
|
18 年之前 |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
18 年之前 |
Denis Vlasenko
|
c5cb38f4d9
time: -200 bytes of text
|
18 年之前 |
Denis Vlasenko
|
f93ab47c45
time: fix option parsing bug, size optimizations
|
18 年之前 |
Rob Landley
|
e9a7a6212b
Change license statements (and clean up headers) on some of the files that
|
18 年之前 |
Mike Frysinger
|
8e640a1043
use vfork() instead of vork() since the only thing we do is execve() an app after fork (allows time to work on no-mmu)
|
18 年之前 |
Bernhard Reutner-Fischer
|
b1312c9125
- use bb_msg_write_error in 3 places
|
18 年之前 |
Bernhard Reutner-Fischer
|
c89982dcd7
- move #include busybox.h to the very top so we pull in the config
|
18 年之前 |
Rob Landley
|
299a6b4d7b
Consolidate #include <sys/time.h> so libbb.h does it.
|
18 年之前 |
Rob Landley
|
dfba741457
Robert P. Day removed 8 gazillion occurrences of "extern" on function
|
18 年之前 |
Eric Andersen
|
c7bda1ce65
Remove trailing whitespace. Update copyright to include 2004.
|
20 年之前 |
Eric Andersen
|
2849209db2
Patch from Steven Scholz to send the output from 'time'
|
21 年之前 |