summaryrefslogtreecommitdiff
path: root/src/openbsd
Commit message (Expand)AuthorAgeFilesLines
* openbsd: initialize new_state with a default value before using itLandry Breuil2022-08-251-1/+1
* openbsd: move most initialization code from _init to _coldplug (fixes #201)Landry Breuil2022-08-101-58/+55
* device: Flag refresh reasonBenjamin Berg2022-05-091-4/+4
* device: Handle device coldplug using GInitableBenjamin Berg2022-04-201-2/+2
* openbsd: Fix incorrect FD checkBenjamin Berg2022-04-201-2/+2
* bsd*: Allow building on linuxBenjamin Berg2022-04-013-1/+38
* openbsd: Fix compilation and compiler warningsBenjamin Berg2022-04-011-5/+8
* device: Move daemon/native object into construct only propertiesBenjamin Berg2022-04-011-12/+18
* build: Remove autotoolsBastien Nocera2021-09-061-28/+0
* build: Support building upower with mesonBenjamin Berg2021-09-021-0/+10
* Replace use of G_TYPE_INSTANCE_GET_PRIVATEChristian Kellner2019-02-211-3/+1
* Replace use of deprecated g_type_class_add_privateChristian Kellner2019-02-211-3/+1
* openbsd: Remove SENSOR_MAX_TYPES upper boundJasper Lievisse Adriaanse2017-09-081-1/+1
* build: Fix missing includesBastien Nocera2015-09-231-0/+1
* daemon: remove custom marshal setupCosimo Cecchi2015-07-291-3/+2
* build: remove dependency on dbus-glib and libdbusCosimo Cecchi2015-07-291-1/+0
* bsd: Add critical action support for *BSDEric Koegel2015-07-071-13/+31
* daemon: release resources at shutdownPeter Wu2014-11-261-0/+16
* all: convert value from g_get_real_time() to secondsEvangelos Foutras2014-10-081-2/+2
* all: Use g_get_real_time() when possibleBastien Nocera2014-09-241-9/+6
* openbsd: Expose "capacity" and "energy-full-design" propertiesFabian Raetz2014-06-301-3/+17
* Update lid status when updating ac status.Jasper Lievisse Adriaanse2014-04-221-2/+68
* all: Add GetCriticalAction daemon methodBastien Nocera2013-10-171-0/+13
* daemon: Add CriticalPowerActionBastien Nocera2013-10-141-0/+11
* daemon: Replace "on-low-battery" propertyBastien Nocera2013-10-141-25/+0
* daemon: Remove unneeded reset of priv struct membersBastien Nocera2013-10-141-4/+0
* daemon: Remove obsolete featuresBastien Nocera2013-10-141-70/+0
* daemon: Simplify _new() functionsBastien Nocera2013-10-141-3/+1
* openbsd: Use g_thread_try_new()Landry Breuil2013-10-141-1/+1
* openbsd: recognize when battery is absent or fully chargedJasper Lievisse Adriaanse2013-10-141-2/+36
* openbsd: Do not call g_thread_init()Richard Hughes2013-09-181-1/+0
* Don't use the deprecated INCLUDES in Makefile.amRichard Hughes2013-01-141-1/+1
* Use systemd for suspend and hibernateMatthias Clasen2012-07-111-0/+6
* openbsd: Properly initialize update-time when creating devicesLandry Breuil2012-06-271-0/+4
* openbsd: set powersave command to apm -C/-ALandry Breuil2012-01-061-1/+5
* openbsd: no need to pass the fd aroundLandry Breuil2012-01-061-9/+6
* openbsd: handle case where minutes_left might be negativeLandry Breuil2012-01-061-2/+2
* openbsd: improve logic wrt sensor typeLandry Breuil2012-01-061-15/+5
* openbsd: fix energy-rate calculationLandry Breuil2012-01-061-3/+5
* openbsd: use a singleton pattern to access /dev/apmLandry Breuil2012-01-063-23/+22
* openbsd: Fix history by not trying to refresh if /dev/apm wasn't opened yetLandry Breuil2012-01-061-2/+5
* Use git.mk and remove the manual .gitignore filesRichard Hughes2011-07-191-0/+1
* Add openbsd missing includes for close() and strcmp()Landry Breuil2011-05-311-0/+2
* Silence some openbsd warnings about unused vars and bad return valuesLandry Breuil2011-05-311-5/+5
* Ensure up-apm-native.h gets shipped in the tarballRichard Hughes2011-05-171-0/+1
* openbsd: fix warning, and set lid-present to noLandry Breuil2011-03-211-2/+3
* openbsd: Add licence headers..Landry Breuil2011-03-213-0/+63
* openbsd: handle case when power is reported directly as WhLandry Breuil2011-03-211-10/+25
* openbsd: Add up_apm_device_refresh callback to device classLandry Breuil2011-03-211-22/+69
* openbsd: wip on acpibat_state, need to sort wh/ah unitsLandry Breuil2011-03-211-1/+25