aboutsummaryrefslogtreecommitdiff
path: root/win32/uname.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* win32: fix uname(2) if ARM architecture is undefinedFRP-5301-gda71f7c57Ron Yorston2024-02-201-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 Yorston2024-01-211-0/+3
| | | | | For Windows on ARM we need to report the aarch64 processor architecture.
* win32: code shrink uname(2)Ron Yorston2021-08-161-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 shrinkRon Yorston2021-08-081-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 ia64Ron Yorston2019-02-211-4/+3
|
* win32: silence some compiler warningsRon Yorston2015-07-151-3/+3
|
* Drop CONFIG_WIN32_NET settingRon Yorston2014-03-171-10/+0
|
* win32/uname.c: if networking is enabled use gethostnameRon Yorston2012-04-241-0/+8
|
* Fix incorrect struct in WIN32 uname.cRon Yorston2012-03-301-3/+3
|
* Implementation of uname for WIN32Ron Yorston2012-02-091-0/+50