Age | Commit message (Expand) | Author |
2015-08-27 | simple size for free() | Theo de Raadt |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2013-11-18 | simplify kthread_create(). no more stdarg | Theo de Raadt |
2013-04-10 | Fix various glitches in queue macro usage. | Philip Guenther |
2011-07-03 | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing | Matthew Dempsky |
2010-07-19 | just use a buffer and make onewire_crc16() operate like onewire_crc() | Theo de Raadt |
2010-07-08 | - use nitems() where applicable | Jasper Lievisse Adriaanse |
2010-07-07 | tag it | Theo de Raadt |
2010-07-06 | one wire counter driver 2nd rev, from John L. Scarfone" <j0@cox.net> PR 6422 | Theo de Raadt |
2010-07-02 | fix a variety of uninit errors. ok and one correction deraadt | Ted Unangst |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2009-06-02 | Some casts to please format strings a little bit later on | Theo de Raadt |
2009-01-26 | Unify error message. | Mark Kettenis |
2009-01-18 | Update copyright. | Alexander Yurchenko |
2009-01-17 | Add support for DS1822 to owtemp(4). | Alexander Yurchenko |
2009-01-02 | Remember the id of all devices found, not only those for which a driver | Miod Vallat |
2008-12-26 | implement support for another temperature sensor, DS18B20 | Todd T. Fries |
2008-10-25 | put the serial number into the name of the devices (for sysctl), because | Theo de Raadt |
2008-04-07 | Allow a 1-Wire controller to request an immediate scan, and also to prevent | Miod Vallat |
2008-02-23 | Regen | Miod Vallat |
2008-02-23 | More device families, from Dallas datasheets. | Miod Vallat |
2007-11-28 | my brother, David Fries david at fries dot net, noticed that if you put your | Todd T. Fries |
2007-10-09 | MALLOC -> malloc | Gilles Chehade |
2007-06-24 | rework sensor tasks to use the kernels generic workq rather than a special | David Gwynne |
2007-06-01 | remove strings from sensor.desc which are now present in sysctl variable name... | Constantine A. Murenin |
2007-06-01 | remove strings from sensor.desc which are now present in sysctl variable name... | Constantine A. Murenin |
2007-03-22 | split userland & kernel struct sensor/sensordev so that the addition | Theo de Raadt |
2007-02-28 | sync | Theo de Raadt |
2007-02-28 | place types needed by onewiredevs_data.h, directly into that file so that it | Theo de Raadt |
2007-02-28 | Add Smart Battery Monitor device driver. Provided by | Alexander Yurchenko |
2007-02-28 | regen | Alexander Yurchenko |
2007-02-28 | Add DS2438 Smart Battery Monitor family. | Alexander Yurchenko |
2006-12-23 | adapt to new two-level sensor api; Constantine A. Murenin | Theo de Raadt |
2006-12-20 | sync | Alexander Yurchenko |
2006-12-20 | Add Java iButton mbalmer gave me at h2k6. | Alexander Yurchenko |
2006-12-20 | Implement high resolution temperature measuring. | Alexander Yurchenko |
2006-10-08 | Rework bus scanning code so that most of work could be offloaded | Alexander Yurchenko |
2006-10-01 | Don't reuse bus lock for locking sensor task thread. Use a | Alexander Yurchenko |
2006-10-01 | Protect sensor_task_unregister() with some locking. | Alexander Yurchenko |
2006-09-30 | Reduce max number of devices per bus to 16. | Alexander Yurchenko |
2006-09-30 | Allow to offload the match rom command to hardware. | Alexander Yurchenko |
2006-09-30 | Convert from using lockmgr to rwlock. | Alexander Yurchenko |
2006-09-29 | Extend bus master interface so that block read/write operations | Alexander Yurchenko |
2006-08-03 | Fix a nasty bug in the search algorithm, i was just lucky not to spot it | Alexander Yurchenko |
2006-06-23 | In a drivers activate() entry point, if on DVACT_DEACTIVATE it does | Miod Vallat |
2006-03-10 | sync | Alexander Yurchenko |
2006-03-10 | Oops. | Alexander Yurchenko |
2006-03-04 | sync | Alexander Yurchenko |