platform/upstream/nsjail.git
2017-10-25 Robert Swieckiconfig.proto: reflow field numbering
2017-10-25 Robert SwieckiMakefile/indent: add clang-format for proto
2017-10-25 Robert SwieckiMakefile/indent: base it on the google template with...
2017-10-25 Robert SwieckiUpdate kafel to 33d7970ba0d5a1939371f3448e13ede833b32afd
2017-10-25 Robert Swieckicgroup: remove duplicated check for values
2017-10-25 Robert Swieckinsjail: make njsconf::cgroup_pids_max unsigned int #2
2017-10-25 Robert Swieckinsjail: make njsconf::cgroup_pids_max unsigned int
2017-10-25 Robert SwieckiUse uint64_t instead of __rlim64_t
2017-10-25 robertswieckiMerge pull request #58 from pandax381/support-cgroup...
2017-10-25 YAMAMOTO MasayaUpdate documents
2017-10-25 YAMAMOTO MasayaSupport cgroup net_cls subsystem
2017-10-24 Robert Swieckimount: don't complain about ability to create mount...
2017-10-24 Robert Swieckipid: Don't start new ns-init id CLONE_NEWPID is not...
2017-10-24 Robert Swieckilog: do isatty(log_fd) in log constructor
2017-10-20 Robert Swieckisubproc: use SIG_SETMASK to unblock all signals
2017-10-20 Robert Swieckiconfigs/busybox: indicate that the busybox must be...
2017-10-20 Robert SwieckiMerge branch 'master' of ssh://github.com/google/nsjail
2017-10-20 Robert Swieckisubproc: unblock all signals before executing a process
2017-10-20 Robert Swieckimount: use NS_DIR_TRUE instead of true in cmdline
2017-10-19 Robert Swieckimount: try creating starting tmpfs's in /run/user/...
2017-10-19 Robert Swieckimount: merge string line in log
2017-10-19 Robert Swieckimount: missing 'return false' if the mount fails
2017-10-19 Robert Swieckinsjail: use CTRL+\ (SIGQUIT) to display active sessions
2017-10-19 Robert Swieckiuse O_CLOEXEC with utilWriteBufToFile wherever possible
2017-10-19 Robert Swieckisubproc: comments around new proc stack
2017-10-19 Robert Swieckisubproc: typos
2017-10-19 Robert Swieckimake indent
2017-10-19 robertswieckiMerge pull request #56 from VCTLabs/stack-alignment
2017-10-19 Robert Swieckiuser: avoid calling setresgid twice on machines that... 2.1
2017-10-18 robertswieckiMerge pull request #55 from jvvv/master
2017-10-18 John Vogelmanpage: add --execute_fd option
2017-10-18 Robert Swieckicmdline: typo
2017-10-18 Robert Swieckicmdline: add option --execute_fd and support for it...
2017-10-18 Robert SwieckiNo need to use '== true'
2017-10-18 Robert SwieckiNo need to add custom flags when remounting RO
2017-10-18 Robert Swieckimount: mountFlagsToStr cannot be repeated as it uses...
2017-10-18 Robert Swieckisimplify includes, remove unneeded, add needed
2017-10-18 Robert SwieckiMove struct nsjail_t definition to nsjail.h and leave...
2017-10-18 Robert Swieckisubproc: clear signal handlers in the child process
2017-10-17 robertswieckiMerge pull request #54 from VCTLabs/compat-3.x-kernel
2017-10-17 Robert SwieckiMakefile: add columnt limit to the indent
2017-10-17 Robert Swieckiuser: use setresuid32 where available first (on some...
2017-10-17 Ron Lockwood... align stack for child process
2017-10-16 Ron Lockwood... Revert "caps: define CAP_AUDIT_READ if not defined"
2017-10-16 Robert Swieckinsjail: add missing commans in nested structs and make...
2017-10-16 Robert Swieckiuser: remove static from idx vars, it causes crash... 2.0
2017-10-12 robertswieckiMerge pull request #51 from jvvv/master
2017-10-12 John Vogelmanpage: update for recent option changes
2017-10-11 Robert Swieckinet: prettier logging in bind 1.9
2017-10-11 Robert Swieckicmdline: better --rw description
2017-10-11 Robert Swieckicmdline: add --proc_path and --proc_rw options
2017-10-08 Robert Swieckimove VALSTR_STRUCT to common.h
2017-10-08 Robert Swieckiallow for indentation of more structures (now with...
2017-10-08 Robert Swieckimake indent
2017-10-08 Robert Swieckiswitch indent to clang-format completely
2017-10-08 Robert Swieckiconfig.proto: reflow numbering of fields
2017-10-08 Robert Swieckimount: make mountIsDir static
2017-10-08 Robert Swieckisubproc: print syscall number as decimal
2017-10-08 Robert Swieckicmdline: missing 'soft'/'hard' variants for RLIMIT_STAC...
2017-10-08 Robert SwieckiMerge branch 'master' of ssh://github.com/google/nsjail
2017-10-08 Robert Swieckicmdline: missing comparison in cmdlineParseRLimit()
2017-10-08 robertswieckiMerge pull request #50 from jvvv/master
2017-10-08 robertswieckiMerge pull request #49 from disconnect3d/small-refactor...
2017-10-08 Robert Swieckisubproc: print si->si_errno as well as it provides...
2017-10-08 Robert Swieckisubproc: reorder printing of si->si_syscall #2
2017-10-08 Robert Swieckisubproc: reorder printing of si->si_syscall
2017-10-08 Robert Swieckisubproc: print si->si_syscall
2017-10-08 John Vogelmanpage: tweak for recent options changes
2017-10-08 disconnect3dsandbox.c: small refactor
2017-10-07 Robert Swieckimount: don't R/O remount mounts which were not mounted...
2017-10-07 Robert Swieckicommon: less const argv
2017-10-07 Robert Swieckimake indent
2017-10-07 Robert Swieckicmdline: use mountAddMountPt in the remaining calls
2017-10-07 Robert Swieckicmdline/mount: mount proc at the beginning
2017-10-07 Robert Swieckicmdline: use soft/hard literals instead of def/max...
2017-10-07 Robert Swieckicmdline: missing flags for --chroot mount point
2017-10-07 Robert Swieckicmdline: use mountAddMountPt instead of adding structs...
2017-10-07 Robert Swieckicmdline: better errors for setting rlimits
2017-10-07 Robert Swieckicmdline: 'inf' for rlimits
2017-10-07 Robert Swieckicmdline: descriptions of flags
2017-10-07 Robert Swieckicmdline: implement --really_quiet option
2017-10-06 Robert Swieckiconfig: make argv static to avoid using heap
2017-10-06 Robert Swieckiconfig: make config static so we can get rid of strdup()
2017-10-06 Robert Swieckiconfig.proto: comments
2017-10-06 Robert Swieckiconfig: indent
2017-10-06 Robert Swieckiconfig: allow to use soft/hard/inf limits for rlimits
2017-10-06 Robert Swieckipid: comment on the ns-init process
2017-10-03 Robert Swieckimount: realpath is not needed as mount will realpath...
2017-10-01 Robert Swiecki.gitignore: ignore config.pb.*
2017-10-01 Robert Swieckicontain: remove unnecessary includes
2017-10-01 Robert Swieckiuser: comments
2017-10-01 Robert Swieckiuser: log message
2017-10-01 Robert Swieckiuser: simplify login when running with --disable_clonew...
2017-10-01 Robert Swieckiuser: more comments
2017-10-01 Robert Swieckicaps: more comments
2017-10-01 Robert Swieckimount: print error when --disable_clone_newns is used...
2017-10-01 Robert Swieckicaps: call prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_CLEAR_A...
2017-10-01 Robert SwieckiAllow for running with --disable_newuser started as...
2017-10-01 Robert Swieckimount: allow to use --disable_newuser for root users
2017-10-01 Robert Swieckimount: remount / as private before doing any new mounts
next