1
0
Fork 0
mirror of https://github.com/vbatts/go-cgroup.git synced 2024-11-23 09:05:39 +00:00
Commit graph

20 commits

Author SHA1 Message Date
d3db5c0037
README: format and notice
Fixes #3

Add a notice that these bindings are incomplete

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-05-17 10:12:39 -04:00
1ab93081d9 Merge pull request #5 from dongsupark/fix-get-uid-gid
cg: fix a bug in GetUidGid() to call cgroup_get_uid_gid() correctly
2017-05-07 09:02:06 -04:00
Dongsu Park
821d9f3e00 cg: add a unit test TestUidGid for cgroup_{set,get}_uid_gid() 2017-05-07 12:48:31 +02:00
Dongsu Park
59d0eb5ecc cg: fix a bug in GetUidGid() to call cgroup_get_uid_gid() correctly
GetUidGid() should call cgroup_get_uid_gid() obviously, so that the
caller can get correct UIDs/GIDs.
2017-05-07 12:48:31 +02:00
8d4b8d0ebb cg: more golint 2016-11-29 11:38:04 -05:00
727ac7a93b cg: halfway to golint 2016-11-29 10:06:09 -05:00
c2855cec9b controller_data ought to be read-only 2016-11-29 09:24:35 -05:00
489e2f59f2 Merge pull request #2 from frankscholten/enhancement/sample
Updated sample in documentation
2016-02-19 10:51:09 -05:00
Frank Scholten
ebdd7269fd Updated sample in documentation 2016-02-19 16:07:11 +01:00
4c1b10f991 Merge pull request #1 from SjonHortensius/master
2 Bugfixes plus minor readability fix in main
2015-12-07 09:40:43 -05:00
Sjon Hortensius
599fa1f9ff 2 Bugfixes plus minor readability fix in main
* correct type of Cgroup.g
* fix GetAllControllers, ECGEOF is indicator of end already reached so
  don't append cd again
2015-12-06 14:09:38 +01:00
70e3da7eb3 adding bsd license 2014-02-16 22:41:09 -05:00
d8f8033d58 adding package requirement notes 2014-02-16 21:06:40 -05:00
Vincent Batts
ebf574023b adding a 'main' test file. 2013-12-17 17:09:17 -05:00
Vincent Batts
52eb5335f4 more progress 2013-12-17 17:03:55 -05:00
Vincent Batts
48144689b4 more progress 2013-12-17 16:51:06 -05:00
Vincent Batts
def436e02b add readme 2013-12-17 15:54:53 -05:00
Vincent Batts
eec1be6a82 more progress 2013-12-17 15:51:16 -05:00
Vincent Batts
8a1807ae2f adding cgroup and controller bits, and comments too 2013-12-17 15:33:03 -05:00
Vincent Batts
ad7c28995e initial commit 2013-12-17 14:02:14 -05:00