Brad King
|
e2c756fcf0
Merge branch 'upstream-kwsys' into update-kwsys
|
13 years ago |
Brad King
|
6f6afbd69f
Merge branch 'upstream-kwsys' into update-kwsys
|
13 years ago |
Brad King
|
17fb60bb13
Merge branch 'upstream-kwsys' into import-KWSys-subtree
|
13 years ago |
Brad King
|
b9e3c243d4
KWSys: Teach Process to error on empty command
|
15 years ago |
Brad King
|
60478de3e5
KWSys: Process tree kill for Solaris
|
15 years ago |
Brad King
|
83d3b1e427
KWSys: Process tree kill for kFreeBSD, GNU/Hurd
|
15 years ago |
Brad King
|
60de059bff
KWSys Process: Add OpenBSD process tree kill support
|
15 years ago |
Brad King
|
1560d9dcca
KWSys: Enable process tree killing on kFreeBSD
|
15 years ago |
Brad King
|
8d0161c8ff
Trust umask for file permissions
|
16 years ago |
Brad King
|
1a5f209e62
KWSys: List processes with "ps -ef" on OpenSolaris
|
16 years ago |
Brad King
|
be36c14bea
KWSys: Use "ps -Af" for process list on QNX
|
16 years ago |
Brad King
|
b21f1eaeae
KWSys: Restore SIGSTOP/SIGKILL to end process tree
|
16 years ago |
Alexander Neundorf
|
5e2851f855
fix two more icpc warnings, ok by Brad (float compared for equality, unused variable)
|
16 years ago |
Brad King
|
de955e4b6d
Convert KWSys to OSI-approved BSD License
|
16 years ago |
Brad King
|
18e639d48a
ENH: Provide unix-sytle command line parsing
|
16 years ago |
Brad King
|
219626a2be
COMP: Do not compile VMS-specific code on non-VMS
|
16 years ago |
Francois Bertel
|
17daa9398a
COMP:Fixed warning with gcc 4.3.3: passing argument 1 of kwsysProcessSetVMSFeature discards qualifiers from pointer target type.
|
16 years ago |
Brad King
|
312ca9670f
ENH: Teach KWSys Process basic VMS support
|
16 years ago |
Brad King
|
1eec4fe6ad
BUG: Fix non-select process impl without timeout
|
16 years ago |
Bill Hoffman
|
7fc99c94d4
ENH: check in almost building VMS stuff with VMSBuild directory since the bootstrap script will not work on VMS
|
16 years ago |
Francois Bertel
|
257937f2bd
COMP:Try to fix compile error with qnx gcc.
|
16 years ago |
Francois Bertel
|
d0b32b42a1
COMP:Fixed gcc 4.3.2 warning with -O1 and above: ignoring return value of read'), declared with attribute warn_unused_result
|
16 years ago |
Francois Bertel
|
7b9b56d80e
COMP:Fixed warnings.
|
16 years ago |
Francois Bertel
|
ef36d72c89
COMP:Fixed warnings.
|
17 years ago |
Bill Hoffman
|
67dc176ffa
ENH: a few more haiku fixes, stop the debugger from coming up for tests
|
17 years ago |
Bill Hoffman
|
64fc597de2
ENH: add initial support for HAIKU OS from bug# 7425
|
17 years ago |
Brad King
|
07665de038
BUG: Handle case when select() lies
|
17 years ago |
Mathieu Malaterre
|
7499bb250d
ENH: all ctype function have the same issue: char can be signed or unsigned, since isspace only deal with >=0 value (except EOF) one has to first cast it to unsigned char
|
17 years ago |
Bill Lorensen
|
614b1ab358
COMP: warning, isprint and isspace take int args.
|
17 years ago |
Mathieu Malaterre
|
f410daffec
STYLE: minor comments
|
17 years ago |