elvish/sys
2017-12-14 19:50:41 +00:00
..
console_windows.go sys: Add ReadConsoleInput and related types, and fix a missing build tag. 2017-12-13 01:25:24 +00:00
dumpstack.go sys: Fix DumpStack to return the correct part of the buffer. 2017-11-30 17:17:25 +01:00
fdset_freebsd.go sys: Renaming and correcting build tags. 2017-12-09 17:21:54 +01:00
fdset_notfreebsd.go sys: Renaming and correcting build tags. 2017-12-09 17:21:54 +01:00
ioctl_bsd.go Use golang.org/x/sys in sys package (#477) 2017-09-30 20:40:38 +08:00
ioctl_linux.go Use golang.org/x/sys in sys package (#477) 2017-09-30 20:40:38 +08:00
ioctl.go Use build tags in a more compact way. 2017-12-08 00:45:10 +00:00
isatty_unix.go Fix sys.IsATTY, and enable Editor on windows (broken for now) 2017-12-14 19:50:41 +00:00
isatty_windows.go Fix sys.IsATTY, and enable Editor on windows (broken for now) 2017-12-14 19:50:41 +00:00
select_bsd.go select_darwin.go -> select_bsd.go 2014-10-01 01:12:14 +02:00
select_linux.go Add Mac OS X support 2014-09-28 10:29:20 +08:00
select_test.go Add poller interface for read and write event (#459) 2017-07-25 22:47:52 +02:00
sys.go Fix a generate doc; add generate to target "all". 2016-02-07 20:36:20 +01:00
systemdll_windows.go sys: Add ReadConsoleInput and related types, and fix a missing build tag. 2017-12-13 01:25:24 +00:00
tc.go Use build tags in a more compact way. 2017-12-08 00:45:10 +00:00
termios_32bitflag.go sys: Renaming and correcting build tags. 2017-12-09 17:21:54 +01:00
termios_64bitflag.go sys: Renaming and correcting build tags. 2017-12-09 17:21:54 +01:00
termios.go Use build tags in a more compact way. 2017-12-08 00:45:10 +00:00
testutil_test.go sys: Fix build and (hopefully) test on Windows. 2017-12-09 18:14:23 +01:00
types_gen_windows.go sys: Add ReadConsoleInput and related types, and fix a missing build tag. 2017-12-13 01:25:24 +00:00
types_src_windows.go sys: Add ReadConsoleInput and related types, and fix a missing build tag. 2017-12-13 01:25:24 +00:00
wait_windows.go sys: Add ReadConsoleInput and related types, and fix a missing build tag. 2017-12-13 01:25:24 +00:00
waitforread_unix_test.go sys: Remove waitforread_windows.go, and only test it on Unix. 2017-12-13 01:06:02 +00:00
waitforread_unix.go sys: WaitForRead is only for Unix. 2017-12-13 01:08:15 +00:00
winsize_unix.go edit: Make it build on Windows. 2017-12-14 00:59:52 +00:00
winsize_windows.go sys: Implement GetWinsize on Windows. 2017-12-14 19:42:30 +00:00
ztypes_windows.go sys: Add ReadConsoleInput and related types, and fix a missing build tag. 2017-12-13 01:25:24 +00:00