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