Denys Vlasenko
|
3a41611bc5
telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363
|
14 gadi atpakaļ |
Denys Vlasenko
|
2ec91aead5
*: remove some uses of argc
|
15 gadi atpakaļ |
Denis Vlasenko
|
0e52541917
taskset: fix some careless code in both fancy and non-fancy cases.
|
16 gadi atpakaļ |
Denis Vlasenko
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 gadi atpakaļ |
Denis Vlasenko
|
cd2663f15e
ash: optional printf builtin. +25 bytes if off, +35 if on.
|
16 gadi atpakaļ |
Bernhard Reutner-Fischer
|
62d8503589
- use ut_user rather than ut_name (Cristian Ionescu-Idbohrn)
|
16 gadi atpakaļ |
Denis Vlasenko
|
30f892a0ee
last: code shrink
|
16 gadi atpakaļ |
Bernhard Reutner-Fischer
|
61082ec1cc
- not sure but i may have had the shutdown-time wrong and no records to verify
|
16 gadi atpakaļ |
Bernhard Reutner-Fischer
|
69d5ba2f95
- untangle the implementation of the small and huge last applets
|
16 gadi atpakaļ |
Denis Vlasenko
|
dfd8282464
last: make its output more like "standard" last (aka "fancy last").
|
16 gadi atpakaļ |
Denis Vlasenko
|
869d3d318f
last: optional alternative sysv-like implementation
|
16 gadi atpakaļ |
Denis Vlasenko
|
d04e1fc309
last: style fixes
|
16 gadi atpakaļ |
Bernhard Reutner-Fischer
|
c8f7a97f89
- fix strncmp'ing "runlevel". (Cristian Ionescu-Idbohrn)
|
16 gadi atpakaļ |
Denis Vlasenko
|
d0a071a528
brctl: eliminate stray data object
|
16 gadi atpakaļ |
Denis Vlasenko
|
b44c790e41
*: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname.
|
16 gadi atpakaļ |
Denis Vlasenko
|
68404f13d4
*: add -Wunused-parameter; fix resulting breakage
|
16 gadi atpakaļ |
Denis Vlasenko
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 gadi atpakaļ |
Denis Vlasenko
|
b6adbf1be2
usage.c: remove reference to busybox.h
|
17 gadi atpakaļ |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
18 gadi atpakaļ |
Denis Vlasenko
|
bf66fbc8e2
introduce LONE_CHAR (optimized strcmp with one-char string)
|
18 gadi atpakaļ |
Denis Vlasenko
|
f0ed376eda
remove bb_printf and the like
|
18 gadi atpakaļ |
Rob Landley
|
e9a7a6212b
Change license statements (and clean up headers) on some of the files that
|
18 gadi atpakaļ |
Rob Landley
|
d921b2ecc0
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
|
18 gadi atpakaļ |
Bernhard Reutner-Fischer
|
c89982dcd7
- move #include busybox.h to the very top so we pull in the config
|
18 gadi atpakaļ |
Bernhard Reutner-Fischer
|
781e42d66c
- introduce and use bb_path_wtmp_file for portability (saves 11 Bytes).
|
18 gadi atpakaļ |
Mike Frysinger
|
f284c767e5
use more boiler plate GPL notices
|
18 gadi atpakaļ |
Rob Landley
|
dfba741457
Robert P. Day removed 8 gazillion occurrences of "extern" on function
|
18 gadi atpakaļ |
"Vladimir N. Oleynik"
|
dd14ca082a
protect potential overflow for x86_64
|
19 gadi atpakaļ |
Eric Andersen
|
9a58b02ec7
make certain we dereference the pointer as a time_t, esp on x86_64
|
19 gadi atpakaļ |
Eric Andersen
|
c7bda1ce65
Remove trailing whitespace. Update copyright to include 2004.
|
20 gadi atpakaļ |