| 2009-08-01 |
Matthew Dillon | DEVFS - remove dev_ops_add(), dev_ops_get(), and get_dev() |
blob | commitdiff |
| 2009-08-01 |
Matthew Dillon | DEVFS - Bring in Alex's GSOC kernel adjustments. |
blob | commitdiff | diff to current |
| 2009-04-07 |
Sascha Wildner | Replace all casts of NULL to something with NULL. |
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-05-18 |
Peter Avalos | Sync CAM with FreeBSD using lockmgr locks instead of... |
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 | Incorporate the O_NONBLOCK open semantics of Linux... |
blob | commitdiff | diff to current |
| 2007-12-01 |
Peter Avalos | Fine-grained malloc statistics - replace some M_DEVBUF... |
blob | commitdiff | diff to current |
| 2007-11-29 |
Peter Avalos | Make sure we look at the correct sub op codes when |
blob | commitdiff | diff to current |
| 2007-11-29 |
Peter Avalos | avoid use after free |
blob | commitdiff | diff to current |
| 2007-11-28 |
Peter Avalos | Spelling fix in comment. |
blob | commitdiff | diff to current |
| 2007-11-26 |
Peter Avalos | Only set single initiator buffered mode if we've record... |
blob | commitdiff | diff to current |
| 2007-11-25 |
Peter Avalos | Minor debug output changes. |
blob | commitdiff | diff to current |
| 2007-11-25 |
Peter Avalos | Remove unused variables. |
blob | commitdiff | diff to current |
| 2007-11-25 |
Peter Avalos | panic() shouldn't have a \n. |
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 | Don't use /dev/rXXX names. |
blob | commitdiff | diff to current |
| 2007-11-17 |
Peter Avalos | Change the peripheral driver list from a linker set... |
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-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-25 |
Sascha Wildner | b_resid and b_bcount are int, so use %d. |
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-06-02 |
Matthew Dillon | Remove spl*() calls from the bus/ infrastructure, repla... |
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 |
| 2003-11-21 |
Matthew Dillon | Do some fairly major include file cleanups to further... |
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-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 |
|