aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ocaml
Commit message (Expand)AuthorAgeFilesLines
* tools/ocaml: fix erroneous free of cpumap in stub_xc_vcpu_getaffinityMatthew Daley2013-10-101-2/+0
* libxl: ocaml: fix code intended to output comments before definitionsRob Hoes2013-09-101-2/+4
* oxenstored: Protect oxenstored from malicious domains.=John Liu2013-07-225-6/+31
* tools/ocaml: clean META filesVincent Bernardoff2013-04-171-1/+1
* ocaml: eventchn: remove the unused exception 'Eventchn.Error'David Scott2013-04-112-6/+0
* ocaml: eventchn: add ocamldoc strings to the interfaceDavid Scott2013-04-111-0/+29
* ocaml: eventchn: in the interface, we don't have to give implementation detailsDavid Scott2013-04-111-10/+9
* ocaml: eventchn: add a 'type t' to represent an event channelDavid Scott2013-04-115-18/+41
* Merge branch 'xenstore-syslog' of git://github.com/djs55/xen into stagingIan Campbell2013-04-116-52/+257
|\
| * oxenstored: Allow oxenstored to use syslog at levels other than DebugDavid Scott2013-03-191-17/+17
| * oxenstored: enable logging via syslog, if specified in the config file.David Scott2013-03-192-34/+94
| * oxenstored: Re-add ocaml syslog bindingDavid Scott2013-03-194-2/+147
* | tools/ocaml: Correct META for libxl bindingsAndrew Cooper2013-04-081-2/+2
|/
* tools/ocaml: oxenstored: correctly handle a full ring.Ian Campbell2013-02-151-2/+2
* oxenstored: Enforce a maximum message size of 4096 bytesIan Jackson2013-02-071-0/+8
* tools/ocaml: oxenstored: Be more paranoid about ring readingIan Jackson2013-02-071-8/+10
* tools: update ocamlfind handlingOlaf Hering2013-02-057-19/+20
* tools/ocaml: libxc bindings: Correct PCI terminologyAndrew Cooper2013-01-111-17/+17
* tools/ocaml: libxc bindings: Fix SBDF encodingAndrew Cooper2013-01-111-5/+4
* libxl: move definition of libxl_domain_config into the IDLIan Campbell2012-12-191-0/+1
* libxl: make devid a type so it is initialized properlyMatthew Fioravante2012-10-053-2/+5
* libxl: make libxl_device_pci_{add,remove,destroy} interfaces asynchronousIan Campbell2012-08-031-2/+2
* tools/ocaml: ignore and clean .spot and .spit filesAndrew Cooper2012-08-011-1/+1
* libxl: convert libxl_device_vfb_add to an async operationRoger Pau Monne2012-07-261-1/+1
* libxl: convert libxl_device_vkb_add to an async operationRoger Pau Monne2012-07-261-1/+1
* libxl: convert libxl_device_nic_add to an async operationRoger Pau Monne2012-07-261-1/+1
* libxl: convert libxl_device_disk_add to an async opRoger Pau Monne2012-07-261-1/+1
* libxl: change ao_device_remove to ao_deviceRoger Pau Monne2012-07-231-2/+2
* libxl: add a new Array type to the IDLIan Campbell2012-07-061-1/+14
* ocaml: fix build after 25446:648508ee27a2, 25449:68d46c5ea0a3 et al.Ian Campbell2012-06-022-12/+13
* libxl: add new "defbool" built in type.Ian Campbell2012-03-012-0/+28
* libxl: Rename libxl_sched_* to include _domainGeorge Dunlap2012-02-231-4/+4
* oxenstored: Fix spelling of "persistent" config variableIan Jackson2012-02-202-2/+2
* libxl: expose cpu topology as a single list of cpu->{node,core,socket} maps.Ian Campbell2012-01-314-52/+21
* ocaml: Topology.get returns an array not a single element.Ian Campbell2012-01-312-2/+2
* ocaml: add helpers for Some/None option types.Ian Campbell2012-01-311-3/+15
* libxl: remove libxl_button_press in favour of libxl_send_trigger.Ian Campbell2012-01-313-23/+4
* libxl: Rename libxl IDL infrastructure.Ian Campbell2012-01-312-19/+18
* libxl: remove libxl_device_model_info.Ian Campbell2012-01-311-1/+0
* ocaml: use libxl IDL type helpers for C argument passingIan Campbell2012-01-311-17/+11
* libxl: Convert to asynchronous: device removalIan Jackson2012-01-271-4/+4
* libxl: New event generation APIIan Jackson2012-01-271-0/+1
* ocaml, libxl: support "private" fieldsIan Jackson2012-01-271-0/+8
* ocaml: Correct ocaml type name for Aggregate types.Ian Campbell2012-01-101-0/+2
* oxenstored: Always log something at start of day (if logging enabled at all)Ian Campbell2011-12-152-3/+3
* oxenstored: install configuration fileIan Campbell2011-12-154-4/+6
* oxenstored: handle unknown operations by returning an error to the clientIan Campbell2011-12-155-7/+8
* oxenstored: log Errors and Warnings by default.Ian Campbell2011-12-091-1/+1
* oxenstored: Remove support for PQ defined operations.Ian Campbell2011-12-092-16/+0
* tools/ocaml: Release the global lock during some hypercallsJonathan Davies2011-12-011-47/+56