Age | Commit message (Expand) | Author |
2024-05-24 | remove unneeded includes; ok miod@ | Jonathan Gray |
2023-02-04 | timecounting: remove incomplete PPS support | Scott Soule Cheloha |
2022-03-11 | Constify struct cfattach. | Martin Pieuchot |
2021-02-23 | timecounting: use C99-style initialization for all timecounter structs | cheloha |
2020-07-06 | Add support for timeconting in userland. | Paul Irofti |
2020-05-29 | dev/rndvar.h no longer has statistical interfaces (removed during various | Theo de Raadt |
2020-01-09 | Convert sleeps of 1sec or more to tsleep_nsec(9). | Martin Pieuchot |
2018-04-28 | replace add_*_randomness with enqueue_randomness() | Jasper Lievisse Adriaanse |
2013-12-06 | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the | Theo de Raadt |
2013-10-01 | Use %z* for size_t | Stefan Fritsch |
2013-07-03 | fix: cast void * to char *, fix format args for (u)int64_t, | Stefan Fritsch |
2013-05-30 | Enforce ca_activate tree-walks over the entire heirarchy for all events, | Theo de Raadt |
2012-10-05 | Avoid uninitiliazed use of ctl and corresponding warnings. | Christiano F. Haesbaert |
2012-08-16 | we are past the point where timecounters may disappear | Ted Unangst |
2011-04-09 | use unique wait channels | Theo de Raadt |
2010-08-08 | at resume time, re-nable the AMDPM_RNGEN bit | Theo de Raadt |
2010-04-08 | these files don't need to include proc.h anymore. ok oga for agp | Ted Unangst |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-05-06 | AMD_8111_PMC has timecounter, too; ok grange@ some time ago | Markus Friedl |
2007-05-03 | convert lockmgr style locks to rwlocks. | David Gwynne |
2006-12-11 | do not bus_space_map devices which are at address 0; ok kettenis | Theo de Raadt |
2006-11-28 | acpi may steal power management functionality, in which case we | Mark Kettenis |
2006-09-28 | Provide more info in error messages so we can see what's going | Alexander Yurchenko |
2006-03-09 | unbreak the tree. i dunno how this compiled on my box at home. | David Gwynne |
2006-03-08 | amdpmreg.h is only used by amdpm.c, so merge the header into the c file. | David Gwynne |
2006-03-08 | tweak the debug macros a bit | David Gwynne |
2006-03-08 | fix support for the smbus controller on nforce 1 chipsets. only try to | David Gwynne |
2006-03-07 | whitespace fixes | David Gwynne |
2006-01-15 | In iic_exec don't fail immediately if bus is already busy. It might be | Alexander Yurchenko |
2006-01-09 | with an offset tweak, this can also support the nvidia nforce smbus | Theo de Raadt |
2006-01-06 | remove NetBSD's event counter code. | Brad Smith |
2006-01-05 | knf | Alexander Yurchenko |
2006-01-05 | Add my copyright. | Alexander Yurchenko |
2006-01-05 | Add SMBus host interface support for amdpm(4). | Alexander Yurchenko |
2006-01-02 | use pci_matchbyid. | Brad Smith |
2004-09-17 | Some cleanup: | Alexander Yurchenko |
2004-07-28 | This touches only MI code, and adds new time keeping code. The | Thorsten Lockert |
2002-11-04 | make this compile; reported by pluf, mickey ok. | Federico G. Schwindt |
2002-06-05 | steal'' performance calculating loop from pchb.c and have a uniform output | Michael Shalayeff |
2002-06-05 | a driver for the rng on the amd768 power management device (no actual power m... | Michael Shalayeff |