aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/include/posix
Commit message (Expand)AuthorAgeFilesLines
* mini-os: implement poll(2)Wei Liu2013-04-111-0/+1
* minios: add select definition to sys/time.h when HAVE_LIBC is definedMatthew Fioravante2012-10-091-1/+0
* tools: drop ia64 supportIan Campbell2012-09-121-1/+1
* mini-os: convert mlock macros to C functionsOlaf Hering2012-01-311-2/+2
* minios: add parentheses to mlock/mulock arguments.Ian Campbell2010-10-261-2/+2
* minios: add few missing constants in limits.hKeir Fraser2009-06-251-0/+2
* minios: implement ffs, ffsl and ffsll.Keir Fraser2009-05-281-0/+4
* minios: Implement some extra lib functions for ocaml xenstored stubdomKeir Fraser2009-05-191-0/+6
* minios: add a barebone net/if.hKeir Fraser2008-11-111-0/+85
* mini-os: adding some missing posix function declarationsKeir Fraser2008-09-175-0/+98
* stubdom: add v?errx? and v?warnx? functionsKeir Fraser2008-08-271-0/+15
* stubdom: add syslog functionsKeir Fraser2008-08-271-0/+37
* stubdom: add dummy pthread_mutexattr*Keir Fraser2008-08-271-0/+7
* stubdom: int32_t is provided by stdint.h, not sys/types.hKeir Fraser2008-08-271-1/+1
* stubdom: turn off_t 64bit on x86Keir Fraser2008-08-082-1/+8
* stubdom: add functions for caml runtimeKeir Fraser2008-07-171-3/+1
* stubdom: fixes to compile with qemu-xenKeir Fraser2008-07-103-3/+3
* minios: Add missing fcntl.h.Keir Fraser2008-07-091-0/+11
* stubdom: fix pass-through compilationKeir Fraser2008-07-051-0/+1
* stubdom: gcc-4.3 supportKeir Fraser2008-07-041-1/+37
* stubdom: PCI passthrough support via PV-PCIKeir Fraser2008-07-021-0/+3
* stubdom: fix and clean pthread minimal supportKeir Fraser2008-05-231-7/+45
* Add stubdomain support. See stubdom/README for usage details.Keir Fraser2008-02-1215-0/+272