summaryrefslogtreecommitdiff
path: root/pkg/loopback
Commit message (Expand)AuthorAgeFilesLines
* pkg/loopback: use ioctl helpers from x/sys/unixSebastiaan van Stijn2022-10-084-96/+12
* pkg/*: fix "empty-lines" (revive)Sebastiaan van Stijn2022-09-281-1/+0
* Update to Go 1.17.0, and gofmt with Go 1.17Sebastiaan van Stijn2021-08-244-0/+4
* reformat "nolint" commentsSebastiaan van Stijn2021-06-101-1/+1
* Use correct `LOOP_CTL_GET_FREE` API in `pkg/loopback`Daniel Sweet2019-08-271-3/+7
* Use loopback types and constants from x/sys/unix to implement pkg/loopback wi...Tobias Klauser2019-08-224-56/+28
* cast Dev and Rdev of Stat_t to uint64 for mipsDominic2019-08-011-1/+2
* Add canonical import commentDaniel Nephin2018-02-054-4/+4
* Add gosimple linterDaniel Nephin2017-09-121-8/+2
* Update logrus to v1.0.1Derek McGowan2017-07-312-2/+2
* Switch Stat syscalls to x/sys/unixTobias Klauser2017-07-271-4/+5
* loopback: use IoctlGetInt/IoctlSetInt from x/sys/unixTobias Klauser2017-07-171-5/+5
* [project] change syscall to /x/sys/unix|windowsChristopher Jones2017-07-112-9/+10
* Make pkg/devicemapper and pkg/loopback depend on cgo in build tagsAaron Lehmann2017-03-294-4/+4
* Fix logrus formattingYong Tang2016-06-111-2/+2
* loopback: separate loop logic from devicemapperVincent Batts2015-12-184-0/+305