Remove unnecessary code, use const where appropriate
[util-vserver.git] / src / vsh.c
2007-08-06 Daniel Hokka ZakrissonRemove unnecessary code, use const where appropriate
2007-08-03 Daniel Hokka ZakrissonThere's no need to call getpwuid/getpwnam_r 5 times...
2007-08-03 Daniel Hokka Zakrissonrevert
2007-08-03 Daniel Hokka Zakrissonwhitelist cleanups
2007-05-31 Marc Fiuczynskidrops passing in flags to pl_chcontext
2007-05-20 David E. EisenstatChange "slice suspended" and "not been allocated resour...
2007-05-10 Marc FiuczynskiMoved getlimits and other support functions out to...
2006-03-09 Steve MuirRemove any notions of rspecs from util-vserver
2005-12-03 Steve MuirUse CPULIMIT of 0 to indicate a suspended slice
2005-10-07 Steve MuirUse library function to enter a vserver context
2005-09-27 Marc FiuczynskiMake code look more like the implementation in vserveri...
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-08-31 Mark Huang- allowing vc_ctx_create() to return -EEXIST is not...
2005-08-24 Marc FiuczynskiResource limit information is not kept in the kernel...
2005-08-23 Marc FiuczynskiFix to let multiple instance of vsh log into the same...
2005-08-21 Mark Huang- remove /etc/vservers S_CAPS parsing; this is not...
2005-01-03 Marc FiuczynskiUse getpwnam_r to work around problems with getpwnam...
2004-11-03 Mark Huang- PL2479 and PL2299 fix: no access to restricted ports
2004-10-13 Mark Huang- CAP_CONTEXT not defined in linuxcaps.h, and is defini...
2004-10-11 Marc FiuczynskiFixed version of vsh.c that no longer uses planetlab.c.
2004-10-09 Marc FiuczynskiNow reading in the S_CAPS values from the vserver's...
2004-09-17 Marc FiuczynskiA simple replacement for the "big" vsh that was used...