added Vector_zeroEnd() function
[util-vserver.git] / util-vserver / src / rpm-fake.c
2004-05-05 Enrico Scholzadded code to preserve capabilities and flags
2004-04-28 Enrico Scholzuse vc_get_insecurebcaps() instead of vc_get_insecurecaps()
2004-04-14 Enrico Scholzapplied new kernel API (*flags* -> *cflags*, *_context...
2004-04-06 Enrico Scholzdo not call vc_new_s_context() when COMPAT API is not...
2004-03-24 Enrico Scholzrenamed vc_get_securecaps() to vc_get_insecurecaps()
2004-03-24 Enrico Scholzinitialize 'bmask' member of struct vc_ctx_caps
2004-03-16 Enrico Scholzimplemented/fixed the non-legacy part
2004-03-11 Enrico Scholzimplemented most parts of the new migrate method
2004-02-26 Enrico Scholzuse VC_DYNAMIC_XID instead of VC_RANDCTX
2004-02-20 Enrico Scholzdo not do the lo-check anymore
2004-02-17 Enrico Scholzrearranged inclusion of <sys/socket.h> to fix compilati...
2004-02-06 Enrico Scholzcleanups; use sys_clone()
2004-01-16 Enrico Scholzdo not use CLONE_VFORK in debug mode; lockups with...
2004-01-05 Enrico Scholzuse fd3 for synchronization with resolver
2003-12-30 Enrico Scholzmerged with 0.26.90
2003-12-26 Enrico Scholzrewrote large parts
2003-10-21 Enrico Scholzmade it compilabe with non-C99 compilers and older...
2003-10-14 Enrico Scholzuse vc_init_internal_legacy() to initialize legacy...
2003-10-14 Enrico ScholzMerged with SYSCALL_SWITCH branch (sswitch_merge tag)
2003-10-02 Enrico Scholz- set default-signal handler for SIGCHLD
2003-10-01 Enrico Scholzexplicitly cast result of dlsym() to prevent compiler...
2003-09-30 Enrico Scholz- removed debug-output
2003-09-30 Enrico Scholzinitial checkin