index
:
go/libgnulinux
master
Package libgnulinux implements access to facilities of the GNU/Linux operating system.
Luke T. Shumaker
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-01-14
On go 1.8, return os.ErrClosed on double-close.
HEAD
master
Luke Shumaker
2017-01-14
Fix a typo in a comment.
Luke Shumaker
2016-12-19
Use x/sys/unix instead of the deprecated syscall.
Luke Shumaker
2016-12-18
add inotify.NewInotify
Luke Shumaker
2016-12-18
Make inotify.Inotify more robust; remove inotify.Watcher. BREAKING CHANGE.
Luke Shumaker
2016-12-18
Godoc comments.
Luke Shumaker
2016-06-17
Add some _XOPEN_CRYPT stuff.
Luke Shumaker
2015-11-08
add readme.go
Luke Shumaker
2015-11-08
fix typo
Luke Shumaker
2015-11-03
fold inotify/inutil into inotify
Luke Shumaker
2015-10-26
dlfcn: dlerror requires a global lock anyway
Luke Shumaker
2015-10-26
dlfcn: return raw unsafe.Pointer
Luke Shumaker
2015-10-26
oops
Luke Shumaker
2015-10-26
dl: fix a pointer/value issue found by go vet
Luke Shumaker
2015-10-26
make gofmt complain slightly less
Luke Shumaker
2015-09-18
dl: Keep track of if a handle has been closed
Luke Shumaker
2015-09-18
Massive documentation and copyright clean-up.
Luke Shumaker
2015-09-12
gofmt, use make(chan) without a number argument where possible
Luke Shumaker
2015-09-12
Add an inotify watcher utility using channels; use it.
Luke Shumaker
2015-09-12
inotify: fix the type of the Init1 flags
Luke Shumaker
2015-09-12
woops, remove cruft from inotify change
Luke Shumaker
2015-09-08
I am dumb, fix inotify bindings
Luke Shumaker
2015-09-07
Pull the mucking with getgrnam into a getgr package.
Luke Shumaker
2015-09-07
Disable the nss ldap module for our process (include bindings for libdl)
Luke Shumaker
2015-09-05
inotify: Avoid most of the race conditions, get rid of Cint
Luke Shumaker
2015-09-05
clean up logging
Luke Shumaker
2015-09-03
remove stray newline
Luke Shumaker
2015-09-03
Fix issues in inotify bindings
Luke Shumaker
2015-08-28
Clean up, based on making godoc slightly more readable
Luke Shumaker
2015-08-28
switch to my own inotify bindings, the golang.org/x/exp bindings are crap
Luke Shumaker
2015-08-26
stuff
Luke Shumaker
2015-08-26
work
Luke Shumaker
2015-08-25
initial commit
Luke Shumaker