summaryrefslogtreecommitdiff
path: root/core/opiealarm
AgeCommit message (Collapse)AuthorFilesLines
2004-09-24Adding standard CVS ignoring for Qt/Opie built files.clem1-0/+5
2004-08-18opiealarm fixeschicken1-0/+2
2004-04-23use a .pro file instead of a hardcoded Makefilemickeyl2-22/+4
btw., is that thing still in use? on which platforms?
2004-02-16More control file clean-up...mostly done, except for task-opie-*drw1-2/+2
2004-02-14Make info in *.control files a little more consistent (mostly modified ↵drw1-1/+1
Maintainer, Files and Section fields)
2004-01-05Spelling fixes by Michael Opdenacker <zumbi2@netcourrier.com>zecke1-1/+1
2003-11-08remove newline which seems to confuse ipkgchicken1-1/+0
2003-08-09Back to HEAD versionkergoth1-1/+1
2003-08-09Merge from BRANCH_1_0kergoth3-8/+5
2003-08-09Merge from BRANCH_1_0.kergoth1-1/+1
2003-06-14fixed a path in a commentschurig1-2/+2
2003-06-13fix here as wellzecke1-1/+3
2003-06-04sanitizedschurig1-1/+1
2003-06-03allow "make install" to install this stuff into an nfs-rootschurig1-0/+4
2003-04-22Add Package: field to control files. This will facilitate ditching mkipks ↵kergoth1-0/+1
in favor of something with some sanity.
2003-04-10Per request of familiar folks, make opiealarm conflict with atd rather than ↵kergoth1-4/+1
provides + replaces
2003-01-30Added atd to Provides and Replaces.kergoth1-0/+2
2003-01-16Descriptionkergoth1-1/+1
2002-12-13no opieatd -> no runlevel links for opieatdsandman2-17/+0
2002-12-10no need for opieatd anymoresandman3-43/+2
2002-12-10/etc/resumeat is now in /var/run/resumeatsandman1-7/+8
2002-12-10slight bit of rearranging to ensure that the rtc time gets set if using -s ↵kergoth1-31/+42
regardless of whether resumeat contains a valid alarm
2002-12-06Attempt to open /dev/rtc if /dev/misc/rtc fails, so it works in the nondevfs ↵kergoth1-2/+3
case.
2002-11-20Dont build opiealarm when building for x86kergoth1-0/+1
2002-11-20Create sys v init script symlinks in postinst and remove in prerm rather ↵kergoth3-2/+11
than including the links in the ipk
2002-11-20Set DESTDIR to /bin rather than ../../bin/kergoth1-1/+1
2002-11-20Add opiealarm to new buildsystemkergoth1-0/+3
2002-11-20ipaq->root, ipaq/opiealarm->core/opiealarmkergoth1-1/+1
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)