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