summaryrefslogtreecommitdiff
path: root/core/opiealarm
AgeCommit message (Collapse)AuthorFilesLines
2002-07-01This is the release version with all debug stuff thrown out -- in returnsandman1-129/+117
I have heavily commented the code, so maybe someone else besides me culd get the hang of this programm.
2002-07-01Fixed a race. Kernel could send iPAQ sleeping while opiealarm had not yetsandman1-7/+27
set the RTC alarm.
2002-06-26The embedix arm-linux-strip does not accept -s but --strip-all (weird)sandman2-2/+2
Fixed a RTC get time ioctl bug in opiealarm.
2002-06-21disable debug echo'ssandman1-3/+3
2002-06-19Added some debug capabilities via /tmp/opiealarm.logsandman1-0/+10
2002-06-18Fix a compiler warningsandman1-1/+1
2002-06-17Added a new switch (-f) to opiealarm. When enabled the RTC is 'fixed'sandman1-14/+43
on suspend, if system and RTC time differ more than 5 seconds. This works both with a installed /etc/localtime and without. This should fix many reported problems regarding ipaqalarm/opiealarm.
2002-06-09Made resuspend timeout a command line option (-a <seconds>)sandman1-12/+24
2002-06-02Reworked the whole system and introduced re-suspend. Effect is that thesandman2-59/+216
iPAQ is re-suspended when woken up by the RTC (as opposed to the button) and on AC. Timeout is currently hardcoded to 120sec.
2002-06-01Changed opiealarm into a real daemon (fork/detach)sandman1-13/+89
Logging to /tmp/opiealarm.log is intentionally active at the moment.
2002-05-31Initial check in of opiealarm/opieatdsandman6-0/+160
This is a (tiny) replacement for ipaqalarm/qpe2uschedule/uscheduled Made w2k-ppp only claim the needed files (not the whole etc dir)