index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
miscfuncs.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cygwin: threads: use extended memory API if available
Corinna Vinschen
2020-04-07
1
-3
/
+48
*
Cygwin: threads: add missing include of mmap_alloc.h
Corinna Vinschen
2020-04-07
1
-0
/
+1
*
Cygwin: threads: lower thread size from pool to 256 Megs
Corinna Vinschen
2020-04-07
1
-1
/
+1
*
Cygwin: threads: use mmap area to fulfill requests for big stacks
Corinna Vinschen
2020-04-07
1
-4
/
+6
*
Cygwin: fix formatting: drop trailing whitespace
Corinna Vinschen
2020-03-11
1
-2
/
+2
*
Cygwin: fix formatting: drop spaces leading tabs
Corinna Vinschen
2020-03-11
1
-2
/
+2
*
Cygwin: fix GCC 8.3 'asm volatile' errors
Ken Brown
2019-07-17
1
-2
/
+2
*
Cygwin: Implement sched_[gs]etaffinity()
Mark Geisert
2019-06-24
1
-4
/
+16
*
Cygwin: implement sched_getcpu
Corinna Vinschen
2018-08-07
1
-0
/
+53
*
cygwin: [w]mempcpy: fix global symbol
Corinna Vinschen
2017-11-30
1
-5
/
+5
*
cygwin: x86_64: implement mempcpy/wmempcpy in assembler
Corinna Vinschen
2017-11-30
1
-16
/
+44
*
cygwin: convert most #ifndef __x86_64__ to #ifdef __i386__
Corinna Vinschen
2017-11-27
1
-1
/
+1
*
yield: Don't lower thread priority, it leads to starvation
Corinna Vinschen
2017-03-08
1
-5
/
+6
*
Cygwin: Emit correct errno EAGAIN if we can't create another thread
Corinna Vinschen
2017-03-08
1
-0
/
+2
*
miscfuncs.cc: Revert exclusion of inclusion of exception.h
Corinna Vinschen
2017-01-19
1
-0
/
+1
*
miscfuncs.cc: Drop unneeded includes and unused global variable
Corinna Vinschen
2017-01-19
1
-12
/
+0
*
check_iovec: Change test to be more robust against invalid iovcnt values
Corinna Vinschen
2017-01-19
1
-1
/
+1
*
Don't assert on sum of iov_len overflowing an ssize_t
Corinna Vinschen
2017-01-19
1
-3
/
+3
*
Move string functions from miscfunc.cc to strfuncs.cc
Corinna Vinschen
2017-01-19
1
-192
/
+0
*
Move getentropy/getrandom into own file
Corinna Vinschen
2017-01-19
1
-57
/
+0
*
Export getentropy and getrandom calls
Corinna Vinschen
2016-12-16
1
-3
/
+47
*
Define RtlGenRandom correctly in ntsecapi.h wrapper
Corinna Vinschen
2016-12-14
1
-0
/
+1
*
Rearrange RNG code slightly
Corinna Vinschen
2016-12-13
1
-6
/
+0
*
Fix SetThreadName with gdb 7.10 on x86
Jon Turney
2016-10-20
1
-1
/
+8
*
Fix formatting
Corinna Vinschen
2016-08-25
1
-5
/
+6
*
Fix SetThreadName with current gdb
Jon Turney
2016-08-25
1
-1
/
+6
*
Send thread names to debugger
Jon Turney
2016-08-23
1
-0
/
+26
*
Drop has_set_thread_stack_guarantee flag
Corinna Vinschen
2016-06-24
1
-53
/
+31
*
Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout option
cygwin-2_5_2-release
Corinna Vinschen
2016-06-23
1
-3
/
+0
*
Implement getentropy for Cygwin
Corinna Vinschen
2016-03-18
1
-0
/
+19
*
Always allocate main thread stack from pthread stack area on x86_64.
Corinna Vinschen
2015-12-07
1
-5
/
+7
*
Always move 64 bit main thread stack to defined pthread stack area
Corinna Vinschen
2015-12-03
1
-0
/
+41
*
miscfuncs.cc: Fix typos in comment
Corinna Vinschen
2015-12-02
1
-2
/
+2
*
miscfuncs.cc: Fix comment preceeding x86_64 memset and friends.
Corinna Vinschen
2015-08-10
1
-4
/
+5
*
Cygwin: Fix x86_64 memcpy/memset for n > 2GB
Corinna Vinschen
2015-07-29
1
-19
/
+173
*
Implement correct RLIMIT_STACK handling
Corinna Vinschen
2015-07-05
1
-35
/
+59
*
* gendef: Export _sigbe on 64 bit as well.
Corinna Vinschen
2015-01-16
1
-1
/
+14
*
* cygheap.cc (init_cygheap::find_tls): Add comment.
Corinna Vinschen
2014-11-28
1
-13
/
+11
*
* init.cc (dll_entry): Revert previous patch. This requires another
Corinna Vinschen
2014-11-21
1
-1
/
+1
*
* init.cc (dll_entry): Call _my_tls.remove with INFINITE wait period
Corinna Vinschen
2014-11-20
1
-1
/
+1
*
* Throughout, use __try/__except/__endtry blocks, rather than myfault
Corinna Vinschen
2014-08-22
1
-31
/
+39
*
* miscfuncs.cc (__import_address): Cover the first dereference to imp
Corinna Vinschen
2014-08-21
1
-2
/
+2
*
* miscfuncs.cc (strlwr): Rename from cygwin_strlwr. Drop __stdcall
Corinna Vinschen
2014-08-18
1
-4
/
+4
*
* miscfuncs.cc (check_iovec): Allow 0 as valid iovcnt value.
Corinna Vinschen
2014-04-23
1
-1
/
+1
*
* ldap.cc (rediscover_thread): Give argument a useful name.
Corinna Vinschen
2014-02-11
1
-1
/
+1
*
* miscfuncs.h (class NT_readline): New class to implement line-wise
Corinna Vinschen
2014-02-08
1
-1
/
+77
*
Throughout, keep function definitions and declarations in sync with
Corinna Vinschen
2013-11-25
1
-1
/
+1
*
Throughout, drop unnecessary explicit includes of windows header files
Corinna Vinschen
2013-11-24
1
-3
/
+0
*
* miscfuncs.cc (yield): Revert (after researching) to calling SleepEx with 0.
Christopher Faylor
2013-06-08
1
-15
/
+11
*
revert accidentally checked in files
Christopher Faylor
2013-06-08
1
-2
/
+4
[next]