Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
compctl-kam
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Mareš
compctl-kam
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
743d5655eee7b9fb0de5eeea8bcf92463a3adf4b
Select Git revision
Branches
1
master
default
protected
1 result
Begin with the selected commit
Created with Raphaël 2.2.0
5
Dec
7
Nov
16
Feb
15
16
Jan
17
Oct
12
Apr
20
Mar
19
18
16
8
7
1
Debian: Packaged for Bullseye
master
master
Compctl: Adjust memory limits
Compctl: SWAP_LIMIT is off by default
Updated packaging to Debian Stretch
common.h: Disable swap accounting in settings
Replaced init script by systemd unit
Debian: postinst, postrm, prerm not needed with current debhelper
Updated Debian files, proclaimed myself maintainer
Avoid warnings on unused result of fscanf()
Makefile: -Wno-unused-parameter was split off -Wno-unused; avoid -O3
Do not try to mount /sys/fs/cgroup
Fix a couple of typos
/etc/compctl-unlimited control file support
compctl-1.0
compctl: Fail more gracefully if ran on a non-compctld enabled machine
common.h: Add #define ADMINCONTACT for easy customization
stop -> kill, pointed out by mj to be less confusing
compctld: Do not require 15bit pid
cgroup_set_mem_limit(): Fix increasing the memory limit
debian/compctl.init: Fix stopping daemon
Add debian packaging
Makefile: A straightforward install rule
LICENCE: MIT licence
compctl.1: Simple manual page
compctl limit_mem(): Print an explanation in case of 0-class error
cgroup_add_task(), cgroup_set_mem_limit*(): More careful error detection
Add support for the memsw limits that limit memory+swap
common.h: Convert some unnecessary variables to macros
Enable more warnings and fix few sign-related situations
compctld syslog(): %lu -> %zu for CMSG_LEN()
compctl --run: Make sure started computation has its own pgrp
compctl --run: Automatically nice started computations
compctld limitmem: Print maximum possible limit in case of too large limit
compctld limitmem: Remove superfluous sanity check
compctld: Remove bogus usage of sizeof() on strings
cgroup_get_mem_limit(): -FIXME, value is unsigned
compctl --limitmem: Value in MiB instead of B
compctl: Show usage on unrecognized options
compctl: Proper newline termination of messages
Rewrite the communication protocol
Loading