| 2011-10-07 |
Tim | TRIM support |
blob | commitdiff |
| 2011-08-22 |
Sascha Wildner | cam(4): Add a quirk to turn off SYNC CACHE for mly(4). |
blob | commitdiff | diff to current |
| 2011-04-10 |
Matthew Dillon | kernel - Fix degenerate condition for ahci/cam disks... |
blob | commitdiff | diff to current |
| 2011-04-10 |
Matthew Dillon | kernel - Limit tags allocated to reads or writes for... |
blob | commitdiff | diff to current |
| 2010-08-25 |
Matthew Dillon | kernel - Adjust device D_MPSAFE_* flags |
blob | commitdiff | diff to current |
| 2009-12-20 |
Matthew Dillon | kernel - Move mplock to machine-independent C |
blob | commitdiff | diff to current |
| 2009-12-06 |
Alex Hornung | dump - Make use of the new dumping |
blob | commitdiff | diff to current |
| 2009-10-02 |
Alex Hornung | taskq - Make consumer tasks MPALMOSTSAFE |
blob | commitdiff | diff to current |
| 2009-09-06 |
Matthew Dillon | USB - Avoid unnecessary reprobes. |
blob | commitdiff | diff to current |
| 2009-09-03 |
Matthew Dillon | CAM - Check DA media on open, basic suppor for removabl... |
blob | commitdiff | diff to current |
| 2009-08-05 |
Matthew Dillon | DEVFS - Add serial number links for all CAM and NATA... |
blob | commitdiff | diff to current |
| 2009-08-01 |
Matthew Dillon | DEVFS - Bring in Alex's GSOC kernel adjustments. |
blob | commitdiff | diff to current |
| 2009-07-09 |
Matthew Dillon | CAM - disable cache synchronization by default for... |
blob | commitdiff | diff to current |
| 2009-06-12 |
Matthew Dillon | CAM - Silence console spew on bus-rescan |
blob | commitdiff | diff to current |
| 2009-06-04 |
Matthew Dillon | CAM Enhancements for AHCI driver work, import some... |
blob | commitdiff | diff to current |
| 2008-08-29 |
Matthew Dillon | Add BUF_CMD_FLUSH support - issue flush command to... |
blob | commitdiff | diff to current |
| 2008-07-18 |
Matthew Dillon | Fix multiple bugs in CAM related devices which go away... |
blob | commitdiff | diff to current |
| 2008-07-12 |
Peter Avalos | Add quirk for the Samsung YP-U3. |
blob | commitdiff | diff to current |
| 2008-05-18 |
Peter Avalos | Sync CAM with FreeBSD using lockmgr locks instead of... |
blob | commitdiff | diff to current |
| 2008-03-13 |
Sascha Wildner | Nuke unneded include. |
blob | commitdiff | diff to current |
| 2008-01-23 |
Matthias Schmidt | Add quirk for an USB Flash Disk Media Player. |
blob | commitdiff | diff to current |
| 2008-01-13 |
Matthias Schmidt | o Correct quirks entry for a MP3 player |
blob | commitdiff | diff to current |
| 2007-12-02 |
Peter Avalos | Sync quirk tables with FreeBSD. |
blob | commitdiff | diff to current |
| 2007-12-02 |
Peter Avalos | Add a tunable that allows one to turn off the automatic... |
blob | commitdiff | diff to current |
| 2007-12-02 |
Peter Avalos | Actually check to see if XPT_CALC_GEOMETRY had an error |
blob | commitdiff | diff to current |
| 2007-11-25 |
Peter Avalos | Remove unused ioctl routine. |
blob | commitdiff | diff to current |
| 2007-11-25 |
Peter Avalos | Don't use the devstat->busy_count for state decisions... |
blob | commitdiff | diff to current |
| 2007-11-24 |
Peter Avalos | Don't call dkpart() just to print the result, it is... |
blob | commitdiff | diff to current |
| 2007-11-24 |
Peter Avalos | Be very generous with timeouts for synchronize cache... |
blob | commitdiff | diff to current |
| 2007-11-21 |
Peter Avalos | Check the void * argument in the AC_FOUND_DEV case... |
blob | commitdiff | diff to current |
| 2007-11-18 |
Peter Avalos | Fix up unit attention and selection timeout handling. |
blob | commitdiff | diff to current |
| 2007-11-18 |
Peter Avalos | Rewrite of the CAM error recovery code. |
blob | commitdiff | diff to current |
| 2007-11-17 |
Peter Avalos | Change the peripheral driver list from a linker set... |
blob | commitdiff | diff to current |
| 2007-11-14 |
Peter Avalos | Switch to sys/queue.h macros. |
blob | commitdiff | diff to current |
| 2007-07-23 |
Matthew Dillon | When CAM creates the disk layer, set the underlying... |
blob | commitdiff | diff to current |
| 2007-07-11 |
Peter Avalos | Use TAILQ_FOREACH to enhance readibility. |
blob | commitdiff | diff to current |
| 2007-06-18 |
Matthew Dillon | Disklabel separation work - more. |
blob | commitdiff | diff to current |
| 2007-06-13 |
Matthew Dillon | dev_dopen() can be called multiple times with only... |
blob | commitdiff | diff to current |
| 2007-05-16 |
Matthew Dillon | Port 16 byte SCSI command support from FreeBSD. This... |
blob | commitdiff | diff to current |
| 2007-05-15 |
Matthew Dillon | Continue untangling the disklabel. Have most disk... |
blob | commitdiff | diff to current |
| 2006-12-22 |
Sascha Wildner | Rename printf -> kprintf in sys/ and add some defines... |
blob | commitdiff | diff to current |
| 2006-12-20 |
Matthew Dillon | Rename sprintf -> ksprintf |
blob | commitdiff | diff to current |
| 2006-09-10 |
Matthew Dillon | Change the kernel dev_t, representing a pointer to... |
blob | commitdiff | diff to current |
| 2006-09-05 |
Matthew Dillon | Rename malloc->kmalloc, free->kfree, and realloc->kreal... |
blob | commitdiff | diff to current |
| 2006-07-28 |
Matthew Dillon | MASSIVE reorganization of the device operations vector... |
blob | commitdiff | diff to current |
| 2006-04-30 |
Matthew Dillon | Replace the the buffer cache's B_READ, B_WRITE, B_FORMA... |
blob | commitdiff | diff to current |
| 2006-03-24 |
Matthew Dillon | Major BUF/BIO work commit. Make I/O BIO-centric and... |
blob | commitdiff | diff to current |
| 2006-02-17 |
Matthew Dillon | Make the entire BUF/BIO system BIO-centric instead... |
blob | commitdiff | diff to current |
| 2006-01-22 |
Sascha Wildner | * Move function types to a separate line. |
blob | commitdiff | diff to current |
| 2005-09-21 |
Jeffrey Hsu | Give each CPU its own taskqueue thread so per-cpu data... |
blob | commitdiff | diff to current |
| 2005-06-02 |
Matthew Dillon | Conditionalize an #include so libcam can build the... |
blob | commitdiff | diff to current |
| 2005-06-02 |
Matthew Dillon | Remove spl*() calls from the bus/ infrastructure, repla... |
blob | commitdiff | diff to current |
| 2005-04-25 |
Joerg Sonnenberger | CISS quirk. |
blob | commitdiff | diff to current |
| 2004-12-30 |
Chris Pressey | Improve seperation between kernel code and userland... |
blob | commitdiff | diff to current |
| 2004-09-18 |
Joerg Sonnenberger | timeout/untimeout ==> callout_* |
blob | commitdiff | diff to current |
| 2004-09-13 |
David Rhodus | add in support Frontier Labs NEX IA+ Digital Audio... |
blob | commitdiff | diff to current |
| 2004-09-13 |
David Rhodus | Add in support for the iRiver iFP MP3 player. |
blob | commitdiff | diff to current |
| 2004-05-19 |
Matthew Dillon | Device layer rollup commit. |
blob | commitdiff | diff to current |
| 2004-05-13 |
Matthew Dillon | device switch 1/many: Remove d_autoq, add d_clone ... |
blob | commitdiff | diff to current |
| 2004-03-15 |
Matthew Dillon | Do some M_WAITOK<->M_INTWAIT cleanups. Code entered... |
blob | commitdiff | diff to current |
| 2004-03-12 |
Matthew Dillon | Change M_NOWAIT to M_INTWAIT or M_WAITOK. CAM does... |
blob | commitdiff | diff to current |
| 2004-02-16 |
Matthew Dillon | Remove duplicate declarations in preparation for adding... |
blob | commitdiff | diff to current |
| 2003-12-29 |
Matthew Dillon | Synchronize the USB, CAM, and TASKQUEUE subsystems... |
blob | commitdiff | diff to current |
| 2003-11-29 |
David Rhodus | * Add quirk for LEXAR 256MB JUMPDRIVE |
blob | commitdiff | diff to current |
| 2003-11-21 |
Matthew Dillon | Do some fairly major include file cleanups to further... |
blob | commitdiff | diff to current |
| 2003-09-07 |
Jeroen Ruigrok/asmodai | Make sure a DiskOnKey never sends a sync_cache. This... |
blob | commitdiff | diff to current |
| 2003-08-07 |
Matthew Dillon | kernel tree reorganization stage 1: Major cvs repositor... |
blob | commitdiff | diff to current |
| 2003-07-22 |
Matthew Dillon | DEV messaging stage 2/4: In this stage all DEV commands... |
blob | commitdiff | diff to current |
| 2003-07-21 |
Matthew Dillon | DEV messaging stage 1/4: Rearrange struct cdevsw and... |
blob | commitdiff | diff to current |
| 2003-07-19 |
Matthew Dillon | Remove the priority part of the priority|flags argument... |
blob | commitdiff | diff to current |
| 2003-06-23 |
Matthew Dillon | proc->thread stage 2: MAJOR revamping of system calls... |
blob | commitdiff | diff to current |
| 2003-06-19 |
Matthew Dillon | thread stage 5: Separate the inline functions out of... |
blob | commitdiff | diff to current |
| 2003-06-17 |
Matthew Dillon | Add the DragonFly cvs id and perform general cleanups... |
blob | commitdiff | diff to current |
| 2003-06-17 |
Matthew Dillon | Initial import from FreeBSD RELENG_4: |
blob | commitdiff | diff to current |
|