index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
miscutils
/
adjtimex.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update applet size estimates
Denys Vlasenko
2023-07-10
1
-1
/
+1
*
Remove "select PLATFORM_LINUX"
Denys Vlasenko
2022-11-29
1
-1
/
+0
*
Fix non-Linux builds
Samuel Thibault
2022-11-29
1
-0
/
+1
*
more --help text tweaks
Denys Vlasenko
2020-12-13
1
-1
/
+1
*
build system: drop PLATFORM_LINUX
Ron Yorston
2020-08-13
1
-1
/
+0
*
config: update size information
Denys Vlasenko
2018-12-28
1
-1
/
+1
*
getopt32: remove opt_complementary
Denys Vlasenko
2017-08-08
1
-3
/
+4
*
adjtimex: make it NOFORK
Denys Vlasenko
2017-08-06
1
-1
/
+6
*
adjtimex: zero-fill whole structure, to be on the safe side
Denys Vlasenko
2017-08-06
1
-10
/
+13
*
do not use `a' quoting style in comments
Denys Vlasenko
2017-08-02
1
-1
/
+1
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
1
-2
/
+2
*
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-18
1
-1
/
+1
*
Convert all miscutils/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-22
1
-0
/
+4
*
Split miscutils/Config.src items into miscutils/*.c files
Denys Vlasenko
2016-11-22
1
-0
/
+7
*
*: slap on a few ALIGN1/2s where appropriate
Denys Vlasenko
2016-04-22
1
-3
/
+3
*
adjtimex: make its help text and printed data a bit less cryptic
Denys Vlasenko
2014-04-17
1
-13
/
+12
*
a few tweaks for bionic
Denys Vlasenko
2011-07-08
1
-1
/
+5
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-1
/
+0
*
move remaining help text from include/usage.src.h
Pere Orga
2011-04-11
1
-0
/
+12
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
*: fix "see file License ..." - the file is named LICENSE (in uppercase)
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
*: remove a few more cases of argc usage. -89 bytes.
Denys Vlasenko
2009-11-28
1
-5
/
+3
*
ifconfig: code shrink
Denis Vlasenko
2007-11-04
1
-38
/
+60
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
1
-1
/
+1
*
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-08-18
1
-1
/
+1
*
trylink: produce even more info about final link stage
Denis Vlasenko
2007-08-12
1
-4
/
+9
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
1
-1
/
+1
*
adjtimex: fix argument types (most importantly, allow negative ones)
Denis Vlasenko
2007-03-14
1
-4
/
+4
*
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
1
-0
/
+1
*
attempt to regularize atoi mess.
Denis Vlasenko
2006-10-08
1
-8
/
+4
*
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-10-03
1
-2
/
+2
*
adjtimex: getopt_ulflags'isation
Denis Vlasenko
2006-09-22
1
-31
/
+26
*
- move #include busybox.h to the very top so we pull in the config
Bernhard Reutner-Fischer
2006-06-03
1
-2
/
+3
*
Move portability stuff to platform.h, and clean up adjtimex.c a bit while
Rob Landley
2006-05-27
1
-58
/
+3
*
Consolidate #include <sys/time.h> so libbb.h does it.
Rob Landley
2006-05-27
1
-1
/
+0
*
- provide fallback defines for non-linux
Bernhard Reutner-Fischer
2006-05-26
1
-0
/
+14
*
another more const
"Vladimir N. Oleynik"
2005-10-20
1
-3
/
+3
*
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2004-03-15
1
-2
/
+2
*
Remove remaining libc5 support code
Eric Andersen
2003-07-22
1
-7
/
+0
*
Major coreutils update.
Manuel Novoa III
2003-03-19
1
-3
/
+3
*
Fix adjtimex applet compile
Eric Andersen
2002-12-06
1
-2
/
+0
*
A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few
Eric Andersen
2001-04-05
1
-1
/
+8
*
Added adjtimex applet from Larry Doolittle.
Mark Whitley
2001-03-20
1
-0
/
+169