Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * ntdll.h: Remove IO_COUNTERS definition since it is now in winnt.h. | Christopher Faylor | 2000-11-02 | 1 | -10/+0 |
| | |||||
* | * pinfo.cc (EnumProcessesNT): New function. Eliminates dependence on psapi.h. | Christopher Faylor | 2000-11-02 | 1 | -24/+135 |
| | | | | | | | | | | | (EnumProcesses9x): Rename from EnumProcessesW95. Change arguments to be more useful for cygwin. (winpids::init): Accomodate argument changes. (enum_init): Ditto. * pinfo.h (winpids): Make pidlist dynamically extendable by storing it as a pointer and remembering the size. * ntdll.h: Add extra definitions needed for EnumProcessesNT. Reformat via 'indent'. | ||||
* | * ntdll.h: New file. | Corinna Vinschen | 2000-10-24 | 1 | -0/+50 |
* fhandler_mem.cc: Move ntdll.dll specific definitions and declarations to ntdll.h. * sysconf.cc (sysconf): Add support for _SC_NPROCESSORS_CONF, _SC_NPROCESSORS_ONLN, _SC_PHYS_PAGES and _SC_AVPHYS_PAGES. |