index
:
botan.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
utils
/
os_utils.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add baremetal (gcc-arm-none-eabi) build
Jack Lloyd
2020-03-14
1
-6
/
+18
*
Add a 'none' OS target for bare metal builds.
Jack Lloyd
2020-03-14
1
-1
/
+1
*
Avoid MSVC warnings about dead code in FFI layer
Jack Lloyd
2019-12-06
1
-18
/
+24
*
silence trivial warnings
Nuno Goncalves
2019-10-20
1
-0
/
+1
*
Add missing define of _WINSOCKAPI_ to avoid unintentional of winsock
Nuno Goncalves
2019-10-14
1
-0
/
+1
*
Style tweaks
Jack Lloyd
2019-09-06
1
-25
/
+34
*
Fixes and tweaks from feedback
David Carlier
2019-08-28
1
-25
/
+25
*
locked pages, making the tag id possibly configurable.
David Carlier
2019-08-28
1
-8
/
+29
*
Darwin, monitoring anonymous locked pages via vm_stat tool.
David Carlier
2019-07-27
1
-1
/
+9
*
Support MAP_ANON
Jack Lloyd
2019-07-19
1
-1
/
+6
*
Only use getauxval replacement on ARMv7
Jack Lloyd
2019-07-15
1
-9
/
+12
*
Restructure OS::get_cpu_xxx functions a bit
Jack Lloyd
2019-07-15
1
-19
/
+15
*
FreeBSD using new mmap flags to protect against possible too wide
David Carlier
2019-06-21
1
-1
/
+5
*
tweak
David Carlier
2019-05-22
1
-2
/
+5
*
Providing little getauxval implementation for Android<18
David Carlier
2019-05-21
1
-3
/
+23
*
OpenBSD MAP_CONCEAL new flag support
David Carlier
2019-05-15
1
-0
/
+4
*
Warning compile fix for OpenBSD
David Carlier
2019-04-23
1
-0
/
+1
*
Provides auxiliary vector support for FreeBSD.
David Carlier
2019-04-15
1
-1
/
+14
*
Remove tab characters
Jack Lloyd
2019-04-10
1
-2
/
+2
*
Using available cores rather than total for the pools.
David Carlier
2019-04-07
1
-0
/
+34
*
Fix Coverity warnings
Jack Lloyd
2019-03-07
1
-7
/
+5
*
Add a thread pool
Jack Lloyd
2019-01-31
1
-13
/
+17
*
Remove trailing whitespace
Jack Lloyd
2019-01-13
1
-1
/
+1
*
Revert #1798
Jack Lloyd
2019-01-05
1
-4
/
+14
*
Split up allocations into pages
Jack Lloyd
2019-01-05
1
-54
/
+81
*
Add OS::read_env_variable
Jack Lloyd
2018-12-29
1
-8
/
+13
*
Use posix_memalign instead of mmap for creating the locking pool
Jack Lloyd
2018-12-28
1
-17
/
+9
*
Avoid double return of unique_ptr
Jack Lloyd
2018-12-23
1
-1
/
+3
*
Rename OS::get_processor_timestamp to OS::get_cpu_cycle_counter
Jack Lloyd
2018-12-23
1
-3
/
+3
*
Few features added for BSD.
David Carlier
2018-12-09
1
-1
/
+4
*
Avoid macro conflict when including termios in amalgamation
Jack Lloyd
2018-12-02
1
-0
/
+1
*
Add Win32 support for echo suppression
Jack Lloyd
2018-12-01
1
-3
/
+47
*
Promote echo suppression of terminal to Botan::OS
Jack Lloyd
2018-12-01
1
-1
/
+55
*
Make exceptions easier to translate to error codes
Jack Lloyd
2018-11-23
1
-2
/
+2
*
Add an explicit OS target for Emscripten
Jack Lloyd
2018-10-12
1
-3
/
+15
*
Fix more MSVC warnings
Jack Lloyd
2018-10-01
1
-4
/
+5
*
Skip using mmap allocation if mlock is not available.
Jack Lloyd
2018-09-27
1
-8
/
+4
*
Add OS::running_in_privileged_state
Jack Lloyd
2018-09-27
1
-15
/
+31
*
Add back posix_mlock flag
Jack Lloyd
2018-03-26
1
-0
/
+6
*
Add OS::system_page_size
Jack Lloyd
2018-03-09
1
-4
/
+19
*
Correctly read the POWER cycle counter
Jack Lloyd
2018-03-06
1
-8
/
+11
*
Use GetProcessWorkingSetSize instead of GetProcessWorkingSetSizeEx
Jack Lloyd
2018-02-23
1
-2
/
+1
*
Enable VirtualLock on MinGW builds
Jack Lloyd
2018-02-13
1
-2
/
+2
*
Test OS features by the feature vs the OS name
Jack Lloyd
2017-12-30
1
-12
/
+12
*
Avoid prefixing siglongjmp or sigsetjmp with ::
Jack Lloyd
2017-12-28
1
-2
/
+2
*
getenv is in standard C++
Jack Lloyd
2017-10-09
1
-1
/
+1
*
Include cstdlib to make os_utils compile with clang.
Alexander Bluhm
2017-10-09
1
-0
/
+2
*
Add missing windows.h include in os_utils.cpp
Simon Warta
2017-10-03
1
-0
/
+3
*
Move socket implementation into module http_util
Simon Warta
2017-10-03
1
-267
/
+0
*
Add wrappers for reinterpret_cast between char* and uint8_t*
Jack Lloyd
2017-10-03
1
-2
/
+2
[next]