summaryrefslogtreecommitdiff
path: root/src/openbsd/up-native.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-06openbsd: use a singleton pattern to access /dev/apmLandry Breuil1-8/+17
2011-05-31Add openbsd missing includes for close() and strcmp()Landry Breuil1-0/+2
2011-03-21openbsd: Add licence headers..Landry Breuil1-0/+21
2011-03-21trivial: move #includesLandry Breuil1-3/+0
2011-03-21openbsd: rename get_sensor() to get_sensordev() for the sake of clarityLandry Breuil1-2/+2
2011-03-21openbsd: rename has_sensor() to get_sensor() and use it to grab the sensordev...Landry Breuil1-8/+8
2011-03-21openbsd: add up_native_has_sensor() and use it in is_laptop()Landry Breuil1-0/+33
2011-03-21openbsd: add up_native_is_laptop()Landry Breuil1-0/+19
2011-03-21openbsd: Use separate 'static' devices for ac and batteryLandry Breuil1-20/+2
2011-03-21openbsd: add dumb ApmNative gobjectLandry Breuil1-1/+49
2011-03-21trivial: actually return a stringLandry Breuil1-1/+1
2011-03-21openbsd: add skeleton codeLandry Breuil1-0/+15