summaryrefslogtreecommitdiff
path: root/psutil/arch
Commit message (Expand)AuthorAgeFilesLines
...
* FreeBSD: move CPU C functions in their own cpu.c moduleGiampaolo Rodola2020-12-244-119/+145
* rename C funGiampaolo Rodola2020-12-212-2/+2
* Refactor macOS CPU code (#1896)Giampaolo Rodola2020-12-212-0/+153
* Rename cpu_count_physical() to cpu_count_cores()Giampaolo Rodola2020-12-215-9/+8
* [macOS, UNIX] prefer _SC_PAGESIZE over (partially) deprecated getpagesize() (...Giampaolo Rodola2020-12-173-11/+5
* [Windows] giveup with AD for all NtWow64 API calls (query 64-bit process from...Giampaolo Rodola2020-12-141-2/+44
* [Windows] #1877: turn OpenProcess -> ERROR_SUCCESS into AD or NSP (#1887)Giampaolo Rodola2020-12-146-15/+31
* [macOS] EIO error occurring on cmdline() and environ (#1886)Giampaolo Rodola2020-12-141-7/+15
* Rewrite Linux prlimit() with ctypes (Linux wheels) (#1879)Giampaolo Rodola2020-11-152-5/+2
* OSX: put sysctl() + KERN_PROCARGS2 in its own functionGiampaolo Rodola2020-11-112-46/+43
* [Windows] add support for pypy2 on windows (#1872)Giampaolo Rodola2020-11-101-0/+2
* Fix py 3.9 [WinError 998] Invalid access to memory location (#1866)Giampaolo Rodola2020-10-311-23/+49
* disk_partitions() maxfile and maxpath (#1863)Giampaolo Rodola2020-10-242-20/+34
* [FreeBSD] process resource limits (#1859) (#809)Giampaolo Rodola2020-10-232-0/+87
* windows / open_files; check globalFileName is not NULL before accessing it; f...Giampaolo Rodola2020-10-171-1/+1
* Implement Process.environ() on *BSD family (#1800) (patch by Armin Gruner)Armin Gruner2020-08-133-16/+7
* Add support for Windows Nano Server (#1768)Julien Lebot2020-07-051-11/+115
* Fix signature of callback function for load avg (#1781)Ammar Askar2020-07-051-1/+1
* Wheels2 (#1761)Giampaolo Rodola2020-05-181-3/+2
* Memory leak test: take fluctuations into account (#1757)Giampaolo Rodola2020-05-131-36/+28
* fix some memleak tests on winGiampaolo Rodola2020-05-051-0/+2
* Git hook for renamed/added/deleted files + flake8 print() + tidelift (#1704)Giampaolo Rodola2020-02-211-12/+1
* Add C linter script (#1698)Giampaolo Rodola2020-02-188-10/+9
* [Windows] increase precision of boot_time() and proc create_time() (#1693)Giampaolo Rodola2020-02-131-6/+5
* Add support for PyPy on Windows (#1686)Giampaolo Rodola2020-02-112-5/+9
* [Windows] speedup connections (#1679)Giampaolo Rodola2020-02-051-49/+59
* [Windows] connections() refactoring (#1678)Giampaolo Rodola2020-02-011-92/+72
* [Windows] use NtQuerySystemInformation to determine process exe() (#1677)Giampaolo Rodola2020-02-011-0/+8
* Add special case for psutil_proc_cwd/NetBSD (#1538)Kamil Rytarowski2020-01-301-1/+4
* Properly handle PID type in C (#1672)Giampaolo Rodola2020-01-2911-75/+78
* OpenBSD fixes (#1673)Giampaolo Rodola2020-01-273-86/+55
* [Windows] psutil_handle_from_pid() refactoring (#1668)Giampaolo Rodola2020-01-181-160/+52
* set proper NTSTATUS error codeGiampaolo Rodola2020-01-181-1/+1
* properly cleanup C threadGiampaolo Rodola2020-01-141-6/+29
* check MALLOC_ZERO ret codeGiampaolo Rodola2020-01-141-2/+30
* print/set syscall origin when raising NSP or ADGiampaolo Rodola2020-01-147-19/+19
* [Windows] rewrite of open_files() (#1660)Giampaolo Rodola2020-01-091-212/+187
* #1652 / win / XP support: remove routine to collect files on win < vistaGiampaolo Rodola2020-01-061-156/+3
* get rid of globals.c; move stuff in _psutil_common.cGiampaolo Rodola2020-01-0614-275/+13
* Win: fix segfault cause by FREE/MALLOC macrosGiampaolo Rodola2020-01-061-3/+3
* Win: fix compilation err on python 32 bitGiampaolo Rodola2020-01-061-1/+11
* refactor win C code: use original WinAPI functions and remove psuil_ prefixGiampaolo Rodola2020-01-057-148/+134
* rm duplicated C codeGiampaolo Rodola2020-01-032-8/+0
* move PEB structs into ntextapi.hGiampaolo Rodola2020-01-033-118/+112
* fix compiler warnings; move some defss into process_info.hGiampaolo Rodola2020-01-032-13/+11
* windows: move get_process_info() into process_info.c to make room for CygwinGiampaolo Rodola2020-01-032-2/+91
* include ntextapi.h from globals.h so that we won't have to import it everGiampaolo Rodola2020-01-039-9/+1
* cleanup ntextapi.hGiampaolo Rodola2020-01-031-134/+84
* win: provide alias for HeapAlloc()Giampaolo Rodola2020-01-031-16/+11
* win: move ObjectNameInformation in ntextapi.hGiampaolo Rodola2020-01-032-1/+1