Bernhard Reutner-Fischer
|
c89982dcd7
|
- move #include busybox.h to the very top so we pull in the config
and eventual platform specific includes in early.
|
2006-06-03 19:49:21 +00:00 |
|
Bernhard Reutner-Fischer
|
781e42d66c
|
- introduce and use bb_path_wtmp_file for portability (saves 11 Bytes).
- fix last.c to also look at the double-underscore UT_ defines.
|
2006-05-26 14:41:40 +00:00 |
|
Mike Frysinger
|
f284c767e5
|
use more boiler plate GPL notices
|
2006-04-16 20:38:26 +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 |
|
"Vladimir N. Oleynik"
|
dd14ca082a
|
protect potential overflow for x86_64
|
2006-01-31 09:35:45 +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 |
|
Eric Andersen
|
c7bda1ce65
|
Remove trailing whitespace. Update copyright to include 2004.
|
2004-03-15 08:29:22 +00:00 |
|
Eric Andersen
|
2e9c257000
|
Implement a minimalist 'last' which allows the LEAF project to
no longer need dumtp. Remove the 'dumtp' applet.
-Erik
|
2003-08-08 22:26:06 +00:00 |
|