| 2009-08-01 |
Matthew Dillon | DEVFS - remove dev_ops_add(), dev_ops_get(), and get_dev() |
blob | commitdiff |
| 2009-04-15 |
Sascha Wildner | Fix the way <sys/ioccom.h> is included throughout our... |
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-12-15 |
Michael Neumann | suser_* to priv_* conversion |
blob | commitdiff | diff to current |
| 2008-06-05 |
Sascha Wildner | * Fix some cases where NULL was used but 0 was meant... |
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-02-10 |
Peter Avalos | Make CAM_NEW_TRAN_CODE default. |
blob | commitdiff | diff to current |
| 2008-01-06 |
Sascha Wildner | Remove bogus checks after kmalloc(M_WAITOK) which never... |
blob | commitdiff | diff to current |
| 2008-01-05 |
Sascha Wildner | For kmalloc(), MALLOC() and contigmalloc(), use M_ZERO... |
blob | commitdiff | diff to current |
| 2007-12-23 |
Peter Avalos | Fixes for CAM_NEW_TRAN_CODE. |
blob | commitdiff | diff to current |
| 2007-05-17 |
Matthew Dillon | Remove #include <sys/disklabel.h> from various source... |
blob | commitdiff | diff to current |
| 2007-05-09 |
Matthew Dillon | Give the device major / minor numbers their own separat... |
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-10-25 |
Matthew Dillon | Do a major clean-up of the BUSDMA architecture. A... |
blob | commitdiff | diff to current |
| 2006-10-23 |
Matthew Dillon | Further normalize the _XXX_H_ symbols used to condition... |
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 |
| 2005-10-12 |
Matthew Dillon | Remove the INTR_TYPE_* flags. The interrupt type is... |
blob | commitdiff | diff to current |
| 2005-06-16 |
Matthew Dillon | Remove all remaining SPL code. Replace the mtd_cpl... |
blob | commitdiff | diff to current |
| 2005-06-09 |
Sascha Wildner | Remove spl*() in dev/raid/{aac,amr,asr,ciss} and replac... |
blob | commitdiff | diff to current |
| 2005-05-24 |
Matthew Dillon | Get rid of bus_{disable,enable}_intr(), it wasn't gener... |
blob | commitdiff | diff to current |
| 2004-09-17 |
Joerg Sonnenberger | timeout/untimeout ==> callout_* |
blob | commitdiff | diff to current |
| 2004-08-23 |
Joerg Sonnenberger | Remove pre-FreeBSD4 compability code. |
blob | commitdiff | diff to current |
| 2004-08-23 |
Joerg Sonnenberger | Remove ASR_MEASURE_PERFORMANCE, it doesn't work anyway. |
blob | commitdiff | diff to current |
| 2004-06-21 |
Matthew Dillon | General M_NOWAIT -> M_INTWAIT work, except in periodic... |
blob | commitdiff | diff to current |
| 2004-05-19 |
Matthew Dillon | Device layer rollup commit. |
blob | commitdiff | diff to current |
| 2004-03-15 |
Matthew Dillon | The cam_sim structure was being deallocated uncondition... |
blob | commitdiff | diff to current |
| 2004-02-13 |
Joerg Sonnenberger | Add __DragonFly__ |
blob | commitdiff | diff to current |
| 2003-11-20 |
Matthew Dillon | Add a DECLARE_DUMMY_MODULE() so we can get linker_set... |
blob | commitdiff | diff to current |
| 2003-08-27 |
Robert Garrett | lets go ahead and commit this before we hit the network... |
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-23 |
Matthew Dillon | LINT pass. Cleanup missed proc->thread conversions... |
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-25 |
Matthew Dillon | proc->thread stage 4: rework the VFS and DEVICE subsyst... |
blob | commitdiff | diff to current |
| 2003-06-23 |
Matthew Dillon | proc->thread stage2: post-commit fixes/cleanup |
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-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 |
|