-
- Downloads
os_win32/popen_win32.cpp, os_win32/popen.h: New popen()/pclose() for Windows.
Unlike MSVCRT _popen(), it does not open a new console. os_win32.cpp: Remove run_cmd(), use popen() instead. os_win32/daemon_win32.cpp, os_win32/daemon_win32.h: Remove daemon_spawn(). smartd.cpp: Remove _WIN32 specific usage of daemon_spawn(), use generic code with popen() also on Windows. Makefile.am, os_win32/vc14/smart*.vcxproj*: Add new files. git-svn-id: https://svn.code.sf.net/p/smartmontools/code/trunk@4818 4ea69e1a-61f1-4043-bf83-b5c94c648137
Showing
- smartmontools/ChangeLog 12 additions, 0 deletionssmartmontools/ChangeLog
- smartmontools/Makefile.am 6 additions, 0 deletionssmartmontools/Makefile.am
- smartmontools/os_win32.cpp 6 additions, 58 deletionssmartmontools/os_win32.cpp
- smartmontools/os_win32/daemon_win32.cpp 1 addition, 115 deletionssmartmontools/os_win32/daemon_win32.cpp
- smartmontools/os_win32/daemon_win32.h 1 addition, 6 deletionssmartmontools/os_win32/daemon_win32.h
- smartmontools/os_win32/popen.h 55 additions, 0 deletionssmartmontools/os_win32/popen.h
- smartmontools/os_win32/popen_win32.cpp 176 additions, 0 deletionssmartmontools/os_win32/popen_win32.cpp
- smartmontools/os_win32/vc14/smartctl.vcxproj 2 additions, 0 deletionssmartmontools/os_win32/vc14/smartctl.vcxproj
- smartmontools/os_win32/vc14/smartctl.vcxproj.filters 6 additions, 0 deletionssmartmontools/os_win32/vc14/smartctl.vcxproj.filters
- smartmontools/os_win32/vc14/smartd.vcxproj 2 additions, 0 deletionssmartmontools/os_win32/vc14/smartd.vcxproj
- smartmontools/os_win32/vc14/smartd.vcxproj.filters 6 additions, 0 deletionssmartmontools/os_win32/vc14/smartd.vcxproj.filters
- smartmontools/smartd.cpp 2 additions, 25 deletionssmartmontools/smartd.cpp
Loading
Please register or sign in to comment