index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
miscutils
/
adjtimex.c
Age
Commit message (
Expand
)
Author
2014-04-17
adjtimex: make its help text and printed data a bit less cryptic
Denys Vlasenko
2011-07-08
a few tweaks for bionic
Denys Vlasenko
2011-06-05
*: remove "Options:" string from help texts
Denys Vlasenko
2011-04-11
move remaining help text from include/usage.src.h
Pere Orga
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
*: fix "see file License ..." - the file is named LICENSE (in uppercase)
Denys Vlasenko
2009-11-28
*: remove a few more cases of argc usage. -89 bytes.
Denys Vlasenko
2007-11-04
ifconfig: code shrink
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-08-18
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-08-12
trylink: produce even more info about final link stage
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-03-14
adjtimex: fix argument types (most importantly, allow negative ones)
Denis Vlasenko
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2006-10-08
attempt to regularize atoi mess.
Denis Vlasenko
2006-10-03
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-09-22
adjtimex: getopt_ulflags'isation
Denis Vlasenko
2006-06-03
- move #include busybox.h to the very top so we pull in the config
Bernhard Reutner-Fischer
2006-05-27
Move portability stuff to platform.h, and clean up adjtimex.c a bit while
Rob Landley
2006-05-27
Consolidate #include <sys/time.h> so libbb.h does it.
Rob Landley
2006-05-26
- provide fallback defines for non-linux
Bernhard Reutner-Fischer
2005-10-20
another more const
"Vladimir N. Oleynik"
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2003-07-22
Remove remaining libc5 support code
Eric Andersen
2003-03-19
Major coreutils update.
Manuel Novoa III
2002-12-06
Fix adjtimex applet compile
Eric Andersen
2001-04-05
A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few
Eric Andersen
2001-03-20
Added adjtimex applet from Larry Doolittle.
Mark Whitley