| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [uaccess] Formalise the uaccess API | Michael Brown | 2008-10-13 | 1 | -74/+0![]() |
| | | | | | | | The userptr_t is now the fundamental type that gets used for conversions. For example, virt_to_phys() is implemented in terms of virt_to_user() and user_to_phys(). | ||||
| * | [ioapi] Absorb virt_to_phys() and phys_to_virt() into the I/O API | Michael Brown | 2008-10-12 | 1 | -12/+0![]() |
| | | |||||
| * | [i386] Remove obsolete functions from virtaddr.h | Michael Brown | 2008-10-12 | 1 | -21/+2![]() |
| | | | | | | | | The copy_{to,from}_phys() functions were obsoleted long ago by copy_{to,from}_user(). relocate_to() also disappeared some time ago. | ||||
| * | Towards a(nother) new real-mode infrastructure, in which we take | Michael Brown | 2006-05-02 | 1 | -6/+11 |
| | | | | | | advantage of the fact that we have to have a permanently-resident block in base memory. | ||||
| * | Add a const to avoid a warning | Michael Brown | 2005-05-19 | 1 | -1/+2 |
| | | |||||
| * | Added copy_phys_to_phys | Michael Brown | 2005-05-17 | 1 | -0/+5 |
| | | |||||
| * | Include string.h, because we need to define copy_{to,from}_phys | Michael Brown | 2005-05-09 | 1 | -0/+1 |
| | | |||||
| * | Add off_t and physaddr_t, and the copy_{to,from}_phys helper routines. | Michael Brown | 2005-05-09 | 1 | -0/+8 |
| | | |||||
| * | Merged mcb30-realmode-redesign back to HEAD | Michael Brown | 2005-04-08 | 1 | -0/+85 |

