util-vserver.git
2006-04-26 Mark HuangRPMs get upgraded by installing the new one, then unins...
2006-04-24 Mark Huang- move all function documentation inside their respecti...
2006-04-21 Mark Huangcreate util-vserver-python datadir with correct permissions
2006-04-11 Mark Huangmerge .spec changes
2006-04-11 Mark Huang- byte compile and install at %post time
2006-04-06 Mark Huang- bump release number
2006-04-06 Mark Huang- apparently commenting out Requires: lines is not...
2006-04-05 Mark HuangRemove apt dependency
2006-03-15 Steve MuirLoad the ipset-related modules in init()
2006-03-14 Steve Muirremove some PL-specific details
2006-03-14 Steve MuirExport value for infinite disk quota.
2006-03-14 Steve MuirRead default VM id from config file
2006-03-14 Steve MuirSet a more sensible default CPU share
2006-03-14 Steve MuirFix handling of CPU scheduling parameters
2006-03-13 Steve MuirPLC API functionality moved to Node Manager
2006-03-09 Steve MuirRemove any notions of rspecs from util-vserver, fix...
2006-03-09 Steve MuirRemove any notions of rspecs from util-vserver
2006-03-01 Mark Huang- fix description
2006-03-01 Mark Huang- stub, only provides anonymous access to API. At some...
2006-03-01 Mark Huang- also install plcapi.py stub
2006-03-01 Mark Huang- set up IP sets for bandwidth exemption
2006-03-01 Mark Huang- don't let root drown out all other traffic; instead...
2006-03-01 Mark Huang- rename "guarantee" to "bwmin" which is really what...
2006-02-27 Mark Huang- rewrite to support a fairly shared "unlimited" bandwi...
2006-02-22 Mark Huangbump release number for bwlimit.py rewrite
2006-02-22 Mark Huang- clean up this script, merge relevant resman/scripts...
2006-02-17 Steve MuirAdd support for guaranteed CPU shares
2006-01-18 Steve MuirUpdate disk usage info when get_disklimit called
2006-01-13 Steve MuirBump release number for new release that fixes bug...
2006-01-13 Steve MuirAdd more things to .cvsignore
2006-01-09 Steve MuirDon't barf when adjusting CPU share if there are no...
2005-12-15 Mark Huangsupport pldistro "variants"
2005-12-03 Steve MuirUse CPULIMIT of 0 to indicate a suspended slice
2005-12-02 Steve MuirFix error handling for get_rspec
2005-12-02 Steve MuirUpdated spec files
2005-12-02 Steve MuirMore stuff to ignore
2005-12-01 Steve MuirAdd method to stop a vserver
2005-12-01 Steve MuirAdd killall() function, tidy up.
2005-11-10 Steve MuirGoddamn util-vserver doesn't have .cvsignore files
2005-11-09 Steve MuirAdd support for removing resource (disk, network) limits
2005-11-09 Steve MuirMakes sense to check that this actually compiles
2005-11-09 Steve MuirRemove unnecessary constant definition
2005-11-09 Steve MuirAdd function to remove disk limit
2005-11-08 Steve MuirRevert python module path to correct value
2005-11-08 Steve MuirRemove unused code to handle vserver flags
2005-11-08 Steve MuirAssume eth0 as default device when initialising
2005-11-08 Steve MuirTidy up handling of network parameters, don't rely...
2005-11-08 Steve MuirTidy up handling of network parameters
2005-11-08 Steve MuirDon't need to use resman anymore
2005-11-07 Steve MuirNeed to close the cwd file descriptor
2005-11-02 Steve MuirImplement the setsched function
2005-11-02 Steve MuirFix Python modules to handle scheduling parameters...
2005-11-02 Steve MuirImplement and use vserverimpl.setsched
2005-11-01 Steve MuirDon't need our own version of setup.py anymore
2005-11-01 Steve MuirFix Makefile to correctly locate util-python
2005-11-01 Steve MuirUse new pybuild scheme that works with libtool
2005-11-01 Steve MuirRemove unreachable code and confusing comment
2005-10-28 Steve MuirFix handling of over-quota condition
2005-10-25 Andy BavierAdded SCHED_SHARE flag
2005-10-12 Steve MuirRead resource values from a resources dictionary
2005-10-12 Steve MuirPass resources dict to lower-level chcontext function...
2005-10-07 Steve MuirAllow caller to indicate that disk usage values have...
2005-10-07 Steve MuirUse library function to enter a vserver context
2005-10-07 Steve MuirBump release number to reflect changes in vsh and vserv...
2005-10-07 Steve MuirConvert values to strings before writing to config...
2005-10-07 Steve MuirOops, don't limit slices to 4 processes
2005-10-07 Steve MuirFiles generated by automake
2005-10-07 Steve MuirUse symbolic constant for no limit
2005-10-07 Steve MuirCreated common function to enter vserver context and...
2005-10-07 Steve MuirUse common function to enter vserver context and set...
2005-10-07 Steve MuirShould chdir after chroot
2005-10-06 Steve MuirConvert DISKLIMIT value to an integer
2005-10-05 Steve MuirDon't barf if we can't unlink a non-existent file
2005-10-05 Steve MuirApply disklimit when starting vservers.
2005-10-05 Steve MuirSave and restore cwd since it gets clobbered by the...
2005-10-05 Steve MuirMake disk limit handling more NM-friendly, get rid...
2005-09-27 Marc FiuczynskiFix to implement chcontext so that NM's vserver start...
2005-09-27 Marc FiuczynskiMake code look more like the implementation in vserveri...
2005-09-22 Marc FiuczynskiFixed a number of bugs:
2005-09-20 Marc Fiuczynskimore fixes
2005-09-20 Marc Fiuczynskifix for multiple entry
2005-09-15 Marc FiuczynskiUpdated chcontext to use new style vserver support...
2005-09-15 Marc Fiuczynskiupdated scheduling and chcontext code to work with...
2005-09-12 Mark Huang- define VROOTDIR for backward compatibility
2005-09-07 Marc Fiuczynskicpuguaranteed conditional in the code was flipped.
2005-09-07 Marc FiuczynskiAdded support to check for a CPUGUARANTEED value in...
2005-09-07 Marc FiuczynskiAdded support to set cpu scheduler parameters.
2005-09-03 Mark Huang- add /sbin and /usr/sbin to PATH
2005-09-02 Mark Huang- don't build images in .vtmp, vcached blows this away...
2005-09-02 Mark Huang- add full path to vcached
2005-09-01 Mark Huang- whoops, every 15 minutes instead of every 15 hours
2005-08-31 Mark Huang- allowing vc_ctx_create() to return -EEXIST is not...
2005-08-30 Mark Huang- obsolete, instead of provide, util-vserver-py23
2005-08-28 Mark Huang- python does not export variables beginning with under...
2005-08-27 Mark Huang- python does not export variables beginning with under...
2005-08-26 Mark Huangrebuild for fc2
2005-08-26 Mark Huang- fix unquoted variable (causes python syntax error)
2005-08-26 Mark Huang- restore build of python modules
2005-08-26 Mark Huang- no need for /etc/init.d/vservers-init
2005-08-26 Mark Huang- can't link directly against libvserver anymore
next