]> git.ipfire.org Git - thirdparty/lxc.git/shortlog
thirdparty/lxc.git
2018-07-29  Christian Braunercaps: handle EINTR in read() 2499/head
2018-07-29  Christian Braunerlog: handle EINTR in read()
2018-07-29  Christian Braunerutils: s/read()/lxc_read_nointr()/g
2018-07-29  Christian Braunerterminal: s/read()/lxc_read_nointr()/g
2018-07-29  Christian Braunermonitor: s/write()/lxc_write_nointr()/g
2018-07-29  Christian Braunermonitor: s/read()/lxc_read_nointr()/g
2018-07-29  Christian Braunerapparmor: s/read()/lxc_read_nointr()/g
2018-07-29  Christian Braunertools: s/write()/lxc_write_nointr()/g
2018-07-29  Christian Braunertools: s/read()/lxc_read_nointr()/g
2018-07-29  Christian Braunersync: s/write()/lxc_write_nointr()/g
2018-07-29  Christian Braunersync: s/read()/lxc_read_nointr()/g
2018-07-29  Christian Braunernetwork: s/write()/lxc_write_nointr()/g
2018-07-29  Christian Braunernetwork: s/read()/lxc_read_nointr()/g
2018-07-29  Christian Braunerlxccontainer: s/read()/lxc_read_nointr()/g
2018-07-29  Christian Braunerlxccontainer: s/write()/lxc_write_nointr()/g
2018-07-29  Christian Braunercriu: s/write()/lxc_write_nointr()/g
2018-07-29  Christian Braunercriu: s/read()/lxc_read_nointr()/g
2018-07-29  Christian Braunercmd: s/read()/lxc_read_nointr()/g
2018-07-29  Christian Braunercmd: s/write()/lxc_write_nointr()/g
2018-07-29  Christian Braunercmd: s/pipe()/pipe2()/g
2018-07-29  Christian Braunerlxccontainer: s/pipe()/pipe2()/g
2018-07-29  Christian Braunerlxccontainer: cleanup do_lxcapi_get_interfaces()
2018-07-29  Christian Braunercriu: s/pipe()/pipe2()/
2018-07-29  Christian Braunerconf: always close pipe in run_userns_fn()
2018-07-29  Christian Braunerconf: s/pipe()/pipe2()/g
2018-07-29  Christian BraunerMerge pull request #2497 from brauner/2018-07-29/nl_fix
2018-07-29  Rafał Miłeckinl: avoid NULL pointer dereference 2497/head
2018-07-29  Stéphane GraberMerge pull request #2496 from flx42/nvidia-hook-lgpl
2018-07-29  Felix AbecassisFix license of the nvidia hook 2496/head
2018-07-26  Stéphane GraberMerge pull request #2493 from brauner/2018-07-26/bugfixes
2018-07-26  Christian Braunerautotools: default to -Wvla -std=gnu11 2493/head
2018-07-26  Christian Braunerinclude: remove VLAs
2018-07-26  Christian Braunertests: remove VLAs
2018-07-26  Christian BraunerMakefile: add missing lxctest.h
2018-07-26  Christian Braunerutils: s/strtok_r()/lxc_iterate_parts()/g
2018-07-26  Christian Braunertools: s/strtok_r()/lxc_iterate_parts()/g
2018-07-26  Christian Braunerstorage: s/strtok_r()/lxc_iterate_parts()/g
2018-07-26  Christian Braunerstate: s/strtok_r()/lxc_iterate_parts()/g
2018-07-26  Christian Braunerparse: s/strtok_r()/lxc_iterate_parts()/g
2018-07-26  Christian Braunernamespace: s/strtok_r()/lxc_iterate_parts()/g
2018-07-26  Christian Braunerlxccontainer: s/strtok_r()/lxc_iterate_parts()/g
2018-07-26  Christian Braunerconfile: s/strtok_r()/lxc_iterate_parts()/g
2018-07-26  Christian Braunerconf: s/strtok_r()/lxc_iterate_parts()/g
2018-07-26  Christian Braunercgroups: s/strtok_r()/lxc_iterate_parts()
2018-07-26  Christian Braunerutils: add lxc_iterate_parts()
2018-07-26  Serge HallynMerge pull request #2479 from Blub/apparmor-profiles
2018-07-25  Wolfgang Bumillertests: add test for generated apparmor profiles 2479/head
2018-07-25  Wolfgang Bumillerapparmor: allow start-container to change to lxc-**
2018-07-25  Wolfgang Bumillerapparmor: profile generation
2018-07-25  Wolfgang Bumillerapparmor: update current profiles
2018-07-25  Wolfgang Bumillerutils: add must_concat helper
2018-07-25  Wolfgang Bumillerapparmor: use fopen_cloexec
2018-07-24  Stéphane GraberMerge pull request #2492 from brauner/2018-07-14/fix_in...
2018-07-24  Christian Braunerlxccontainer: fix indendation 2492/head
2018-07-24  Wolfgang Bumillerlsm: fixup lsm_process_label_set_at return values
2018-07-24  Wolfgang Bumillertests: lxc-test-apparmor-mount: check environment early
2018-07-24  Wolfgang Bumillertests: lxc-test-apparmor-mount: show a log on error
2018-07-22  Christian BraunerMerge pull request #2489 from 2xsec/bugfix
2018-07-22  Christian BraunerMerge pull request #2300 from LizaTretyakova/mount_inje...
2018-07-22  Christian Braunerconfile: add missing header 2300/head
2018-07-22  Christian Braunerstart: coding style fixes
2018-07-22  Christian Braunerconf: coding style fixes
2018-07-22  Liza Tretyakovaconfile: add strdup failure check
2018-07-22  Liza Tretyakovaconf, lxccontainer: fix length checks in snprintf
2018-07-22  Liza Tretyakovaconf, confile, lxccontainer, start: nonfunctional changes
2018-07-22  Christian Braunerlxccontainer: reword create_mount_target()
2018-07-22  Christian Braunerlxccontainer: do_lxcapi_mount() coding-style
2018-07-22  Liza Tretyakovatests: add filesystem and char device tests
2018-07-22  Liza Tretyakovalxccontainer: add handling of file mounts
2018-07-22  Christian Braunertests: tweak mount injection tests
2018-07-22  Liza Tretyakovatests: add tests for umount
2018-07-22  Liza Tretyakovalxccontainer: add the umount API function
2018-07-22  Liza Tretyakovatests: add mount injection tests
2018-07-22  Liza Tretyakovalxccontainer: add container API function and structs...
2018-07-22  Liza Tretyakovastart: add shmount setup on container start
2018-07-22  Liza Tretyakovautils: add shared mount point detection
2018-07-22  Liza Tretyakovaconf, confile: add parsing of a shmounts config parameter
2018-07-22  Liza Tretyakovaconf, confile: introduce basic structs for shared mount...
2018-07-22  2xsecchange log macro of error case from lxc_ambient_caps_up... 2489/head
2018-07-22  Christian BraunerMerge pull request #2488 from 2xsec/bugfix
2018-07-22  2xsecdocs: tools: -d/--daemonize for lxc-execute 2488/head
2018-07-21  Christian BraunerMerge pull request #2486 from 2xsec/bugfix
2018-07-21  2xseccoverity: #1438067 2486/head
2018-07-21  2xsecthread safe: rand() => rand_r()
2018-07-21  Christian BraunerMerge pull request #2484 from 2xsec/bugfix
2018-07-21  2xsecattach: move errno handling 2484/head
2018-07-21  Christian BraunerMerge pull request #2485 from 2xsec/docs
2018-07-21  2xsecdocs: add long options of lxc-unshare 2485/head
2018-07-21  2xsecattach: fix return value & cleanups
2018-07-21  Christian BraunerMerge pull request #2482 from 2xsec/bugfix
2018-07-20  2xsecaf_unix: fix return value & cleanups 2482/head
2018-07-20  2xseclxccontainer: coding rules
2018-07-20  2xsecconfile_utils: fix return value & cleanups
2018-07-19  Stéphane GraberMerge pull request #2480 from brauner/2018-07-18/add_re...
2018-07-19  Christian BraunerMerge pull request #2481 from hwoarang/fix-apparmor...
2018-07-19  Markos Chandrasapparmor: Allow /usr/lib* paths for mount and pivot_root 2481/head
2018-07-18  Christian Braunerconf: the atime flags are locked in userns 2480/head
2018-07-16  Stéphane GraberMerge pull request #2473 from tenforward/japanese
2018-07-16  KATOH Yasufumidoc: Translate lxc.monitor.signal.pdeath into Japanese... 2473/head
2018-07-16  Stéphane GraberMerge pull request #2472 from brauner/2018-07-16/monito...
next