aboutsummaryrefslogtreecommitdiff
path: root/util-linux/hwclock.c
AgeCommit message (Collapse)Author
2004-02-22Use bb_getopt_ulflags, marginal saving, better argument checking.Glenn L McGrath
2004-02-22Use /var/lib/hwclock for adjtime, its really a state file rather than aGlenn L McGrath
config file, so it should be in /etc, FHS mentions it also.
2003-08-26Removed some debug printfsRobert Griebl
2003-03-19Major coreutils update.Manuel Novoa III
2003-01-02> Eliminate dependancy on kernel header files. Naughty naughty.Robert Griebl
> Using linux kernel headers is a Bad Thing(tm) and should be > punished. > -Erik Doing this wrong should be punished even harder :) - Robert
2002-12-11Eliminate dependancy on kernel header files. Naughty naughty.Eric Andersen
Using linux kernel headers is a Bad Thing(tm) and should be punished. -Erik
2002-08-05- updated a few copyright/left file headersRobert Griebl
- documented most of my 0.61 changes in the ChangeLog
2002-07-21Initial checkin of a very primitive hwclock replacementRobert Griebl