Age | Commit message (Expand) | Author |
2007-09-16 | A couple of obvious bzero() -> M_ZERO changes I missed. | Kenneth R Westerback |
2007-09-16 | MALLOC/FREE -> malloc/free, M_ZERO, extraneous casts, | Kenneth R Westerback |
2007-09-15 | Allow to pull out an usb stick with ffs filesystem while mounted | Alexander Bluhm |
2007-09-07 | The obvious bzero/memset -> M_ZERO changes. | Kenneth R Westerback |
2007-06-24 | rework sensor tasks to use the kernels generic workq rather than a special | David Gwynne |
2007-06-23 | Implement disk sizes > 2^32-1. Code modelled on NetBSD. | Kenneth R Westerback |
2007-06-20 | b_cylinder does not need to be set on the callpath down into drivers. | Theo de Raadt |
2007-06-18 | avoid modification race in DIOCRLDINFO; ok krw miod | Theo de Raadt |
2007-06-08 | all drivers should spoof version 1 labels | Theo de Raadt |
2007-06-07 | in OpenBSD as all old BSD unix, RAW_PART always starts at 0, so no | Theo de Raadt |
2007-06-06 | now that all partition size/offsets are potentially 64-bit, change the | Theo de Raadt |
2007-06-05 | use six new macros to access & store the 48-bit disklabel fields related | Theo de Raadt |
2007-06-01 | backout r1.33: temperature sensor description was removed on purpose, | Constantine A. Murenin |
2007-06-01 | Fix snprintf(9) truncation check and skip the check for -1 because | Moritz Jodeit |
2007-06-01 | No need for tape fields to be daddr_t. int will do. | Kenneth R Westerback |
2007-06-01 | Don't initialize d_partitions[RAW_DISK] just before calling | Kenneth R Westerback |
2007-05-31 | ckuethe found i missed a file in the workq update. my bad | Ted Unangst |
2007-05-31 | remove the scsi task thread, and replace it with the system workq. | David Gwynne |
2007-05-31 | Use 12 and 16 byte read/write commands as required by the size/length | Kenneth R Westerback |
2007-05-27 | add more struct/define stuff for use in cdio | Michael Coulter |
2007-05-25 | ANSI-fication, minor KNF. No code change. My plane had power outlets | Kenneth R Westerback |
2007-05-08 | all scsidebug_*-using code is under #ifdef, so the variables themselves shoul... | Theo de Raadt |
2007-05-04 | lockmgr -> rwlock. | Kenneth R Westerback |
2007-04-28 | Fix comments above DISKMINOR uses. DISKMINOR provides minor not major | Kenneth R Westerback |
2007-04-26 | Use the standard DISKPART/DISKUNIT/etc. defines rather than identical | Kenneth R Westerback |
2007-04-14 | For devices unwilling or unable to report geometry, change the 'fake' | Kenneth R Westerback |
2007-04-13 | If a removable device refuses to process PREVENT_ALLOW to lock the | Kenneth R Westerback |
2007-04-12 | The beginnings of support for 16-byte cdb's in the scsi code. This is | Tobias Weingartner |
2007-04-12 | Add cd_kill_buffers() as a separate function, like sd_kill_buffers() | Kenneth R Westerback |
2007-04-11 | Use a separate function to remove the buffers in sddetach. | Alexander Bluhm |
2007-04-10 | ``it's'' -> ``its'' when the grammar gods require this change. | Miod Vallat |
2007-04-10 | Name and cast all struct sd_softc *sd the same way. No binary change. | Alexander Bluhm |
2007-04-10 | Always use idiom 'struct cd_softc *cd = (struct cd_softc *)self'. Spotted | Kenneth R Westerback |
2007-04-04 | sprinkle some ansification around. | David Gwynne |
2007-04-03 | implement the DK INFO ioctl so userland can query the disks product, | David Gwynne |
2007-04-03 | define the vpd inquiry page code. | David Gwynne |
2007-04-03 | add a wrapper for querying vpd inquiry pages | David Gwynne |
2007-04-03 | modernise scsi_inquiry. the length field has grown and now theres pages to | David Gwynne |
2007-03-22 | split userland & kernel struct sensor/sensordev so that the addition | Theo de Raadt |
2007-02-21 | Add missing sensor description for temperature. | Deanna Phillips |
2007-02-21 | Don't unconditionally spin up SDEV_UMASS devices. They almost | Kenneth R Westerback |
2007-02-12 | Don't need a 'return' just before exiting a function. | Kenneth R Westerback |
2007-02-03 | Make comment match code. ok pedro | Alexander Bluhm |
2007-01-20 | Add media_fileno, media_blkno into st_softc and report their values | Kenneth R Westerback |
2007-01-16 | Report SDEV_UMASS devices as non-'SCSI', i.e. 'ATAPI', devices when | Kenneth R Westerback |
2007-01-05 | As first brought to my attention by Russel Sutherland, our deletion of | Kenneth R Westerback |
2006-12-29 | Avoid void * arithmetic, okay deraadt@, suggestions from millert@ | Pedro Martelletto |
2006-12-23 | adapt to new two-level sensor api; Constantine A. Murenin | Theo de Raadt |
2006-12-23 | Add the ability to issue GPCMD_REPORT_KEY and GPCMD_SEND_KEY scsi | Kenneth R Westerback |
2006-12-21 | Fix some comment typos. 'immediatly' -> 'immediately', 'tranfer' -> | Kenneth R Westerback |