Bump release number to reflect changes in vsh and vserverimpl
[util-vserver.git] / python /
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 MuirUse symbolic constant for no limit
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-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-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 Huang- can't link directly against libvserver anymore
2005-08-26 Mark HuangVROOTDIR changed to __DEFAULT_VSERVERDIR
2005-08-26 Mark Huang- remove (now redundant) protos
2005-07-21 Steve MuirFix typo: dlimit.py should have been bwlimit.py
2005-07-21 Steve MuirAdd bwlimit and cpulimit modules to Python RPM
2005-07-12 Marc FiuczynskiAdded support to set bwlimits.
2005-07-12 Marc FiuczynskiThis file implements the core functionality of the...
2005-07-11 Marc FiuczynskiAdded CKRM compatibility for set_sched.
2005-07-11 Marc FiuczynskiNow exporting the vserver rlimit interface directly...
2005-07-11 Marc FiuczynskiAdded get/set memlimit and tasklimit.
2005-07-11 Marc FiuczynskiAdded set_sched for vserver scheduler.
2005-07-11 Marc FiuczynskiModified set_dlimit to print a warning message when...
2005-07-11 Marc FiuczynskiAdded set_dlimit and get_dlimit to be used by NM to...
2005-07-11 Marc FiuczynskiImplements set_dlimit and get_dlimit for vserver disk...
2005-06-22 Marc Fiuczynskivserverimpl now includes support to set both task and...
2005-06-21 Marc Fiuczynskinow returns 1k block count rather than 512byte block...
2005-06-21 Marc Fiuczynskiforgot to read in xid from python args
2005-06-20 Steve MuirMoved vduimpl.c from util-python, import common pybuild...
2005-06-18 Marc Fiuczynskiadded setsched and dlimit vserver syscall support
2005-06-15 Steve Muirvserver start: allow caller to wait for vserver to...
2005-06-15 Steve Muirvserver prep: set runlevel in /var/run/utmp, mount...
2005-06-08 Steve MuirCloser approximation to how the vserver script starts...
2005-06-08 Steve MuirSimpler use of chroot and chcontext
2005-06-03 Steve MuirFix the open and start methods
2005-06-03 Steve MuirReturn child's PID when starting a vserver
2005-06-03 Steve MuirAdd method to start a vserver
2005-05-25 Steve MuirBuild a Python modules RPM
2005-05-23 Steve MuirUpdate from util-python
2005-05-23 Steve MuirAdd method to enter a vserver
2005-05-20 Steve MuirBeginnings of vserver module to support manipulation...