Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | win32: fix uname(2) if ARM architecture is undefinedFRP-5301-gda71f7c57 | Ron Yorston | 2024-02-20 | 1 | -0/+2 |
| | | | | | Older versions of mingw don't define PROCESSOR_ARCHITECTURE_ARM64. Don't let this stop the build. | ||||
* | win32: add aarch64 to uname(2) | Ron Yorston | 2024-01-21 | 1 | -0/+3 |
| | | | | | For Windows on ARM we need to report the aarch64 processor architecture. | ||||
* | win32: code shrink uname(2) | Ron Yorston | 2021-08-16 | 1 | -8/+4 |
| | | | | | | | If GetVersionEx() fails just assume the OS version numbers remain set to zero and print them as-is. Saves 48 bytes. | ||||
* | win32: code shrink | Ron Yorston | 2021-08-08 | 1 | -6/+5 |
| | | | | | | | | | Save a few bytes: - When collecting entropy prefer functions we call elsewhere. - In uname(2) set 32-bit processor type to i686 and tweak it for i386. | ||||
* | uname: drop support for ia64 | Ron Yorston | 2019-02-21 | 1 | -4/+3 |
| | |||||
* | win32: silence some compiler warnings | Ron Yorston | 2015-07-15 | 1 | -3/+3 |
| | |||||
* | Drop CONFIG_WIN32_NET setting | Ron Yorston | 2014-03-17 | 1 | -10/+0 |
| | |||||
* | win32/uname.c: if networking is enabled use gethostname | Ron Yorston | 2012-04-24 | 1 | -0/+8 |
| | |||||
* | Fix incorrect struct in WIN32 uname.c | Ron Yorston | 2012-03-30 | 1 | -3/+3 |
| | |||||
* | Implementation of uname for WIN32 | Ron Yorston | 2012-02-09 | 1 | -0/+50 |