aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/gnttab.c
Commit message (Collapse)AuthorAgeFilesLines
* minios: Fix an extern declaration and add an extra 'const' tokfraser@localhost.localdomain2007-03-151-1/+1
| | | | | | definition of a constant set of constant error strings. Issues identified by Armand Puccetti. Signed-off-by: Keir Fraser <keir@xensource.com>
* minios: Fix netfront for ia64.kfraser@localhost.localdomain2007-02-061-0/+5
| | | | Signed-off-by: Dietmar Hahn <dietmar.hahn@fujitsu-siemens.com>
* [MINIOS] Fix grant-entry freelist maintenance.kfraser@localhost.localdomain2007-01-121-20/+12
| | | | Signed-off-by: Jacob Gorm Hansen <jacobg@diku.dk>
* [MINI-OS] Add a function mapping grant table error codes to strings.sos22@douglas.cl.cam.ac.uk2006-07-281-0/+12
| | | | | Signed-off-by: John D. Ramsdell <ramsdell@mitre.org> Signed-off-by: Steven Smith <sos22@cam.ac.uk>
* [MINIOS] Mapping page frames on demand added to the memory management.kfraser@localhost.localdomain2006-07-051-0/+158
Signed-off-by: Steven Smith <sos22@cam.ac.uk> Signed-off-by: Grzegorz Milos <gm281@cam.ac.uk>