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
/
cygheap.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
whitespace elimination
Christopher Faylor
2011-06-06
1
-1
/
+1
*
* cygheap.cc (cygheap_dummy): Rename from cygheap_at_start.
Christopher Faylor
2011-05-30
1
-5
/
+4
*
* cygheap.cc (cygheap::close_ctty): Close ctty via close_with_arch().
Christopher Faylor
2011-05-05
1
-5
/
+1
*
* cygheap.cc (init_cygheap::close_ctty): Avoid closing console-cttys since they
Christopher Faylor
2011-04-21
1
-1
/
+6
*
* Throughout fix copyright dates.
Corinna Vinschen
2011-02-15
1
-1
/
+1
*
* cygwin.sc: Eliminate __cygheap_mid.
Christopher Faylor
2011-02-11
1
-1
/
+0
*
* cygheap.cc (_cygheap_mid): Drop unneeded section attribute.
Christopher Faylor
2011-02-11
1
-2
/
+2
*
* cygheap.cc: Add some __stdcall decoration where appropriate.
Christopher Faylor
2011-02-10
1
-15
/
+15
*
* cygheap.cc (cygheap_user::set_name): Allow to change the user name
Corinna Vinschen
2010-05-31
1
-1
/
+3
*
* cygheap.h (struct init_cygheap): Add rlim_core member.
Corinna Vinschen
2010-04-20
1
-1
/
+3
*
* cygheap.cc (cwcsdup): Fix allocation size to accommodate sizeof WCHAR.
Corinna Vinschen
2010-04-13
1
-2
/
+2
*
* cygheap.cc (cygheap_init): Default locale.charset to "UTF-8".
Corinna Vinschen
2009-09-28
1
-1
/
+1
*
* cygheap_malloc.h: New file.
Christopher Faylor
2009-08-01
1
-1
/
+1
*
* cygheap.h (mini_cygheap): New struct.
Christopher Faylor
2009-06-08
1
-7
/
+12
*
* cygheap.cc (cygheap_init): Set Cygwin default locale values.
Corinna Vinschen
2009-05-14
1
-0
/
+4
*
* cygheap.cc (cygheap_init): Set umask to a sane default.
Corinna Vinschen
2009-05-06
1
-0
/
+2
*
* cygheap.cc (cygheap_user::~cygheap_user): Remove unneeded if 0'ed code.
Christopher Faylor
2008-12-13
1
-10
/
+0
*
* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.
Christopher Faylor
2008-09-11
1
-8
/
+9
*
Add case-sensitivity.
Corinna Vinschen
2008-07-16
1
-1
/
+2
*
* Makefile.in (DLL_OFILES): Add kernel32.o.
Corinna Vinschen
2008-04-21
1
-6
/
+0
*
Remove unneeded header files from source files throughout.
Christopher Faylor
2008-04-07
1
-2
/
+0
*
* Fix copyright dates.
Corinna Vinschen
2008-04-01
1
-1
/
+1
*
* cygheap.cc (cwcsdup): New function.
Corinna Vinschen
2008-02-14
1
-0
/
+25
*
* cygheap.cc (_csbrk): Don't request zero bytes from VirtualAlloc,
Dave Korn
2007-12-11
1
-1
/
+1
*
Change many cygheap allocation routines to their *_abort analogs.
Christopher Faylor
2007-11-26
1
-29
/
+53
*
* cygheap.cc (_crealloc): Avoid memcpy when _cmalloc returns NULL.
Christopher Faylor
2007-11-23
1
-2
/
+5
*
* cygheap.h (shared_prefix): De-const.
Corinna Vinschen
2007-07-18
1
-1
/
+3
*
* cygheap.cc (cygheap_init): Fix formatting. Remove comment. Set
Corinna Vinschen
2007-03-29
1
-28
/
+3
*
* cygheap.cc (cygheap_init): Add TODO comment.
Corinna Vinschen
2007-01-15
1
-0
/
+23
*
* cygheap.cc (_csbrk): Fix off-by-one error.
Corinna Vinschen
2007-01-12
1
-2
/
+2
*
* cygheap.cc (init_cygheap::close_ctty): Remove obsolete code.
Christopher Faylor
2006-06-03
1
-13
/
+0
*
* cygheap.cc (cygheap_fixup_in_child): Don't close parent handle here. Let the
Christopher Faylor
2006-06-02
1
-9
/
+0
*
* cygheap.cc (init_cygheap::manage_console_count): Turn console control handler
Christopher Faylor
2006-03-16
1
-2
/
+5
*
* cygheap.cc (init_cygheap::manage_console_count): Revert previous change.
Christopher Faylor
2005-12-21
1
-2
/
+1
*
* cygheap.cc (init_cygheap::manage_console_count): Don't call FreeConsole on
Christopher Faylor
2005-12-21
1
-1
/
+2
*
* winsup.h (child_copy): Change prototype to match new functionality.
Christopher Faylor
2005-12-17
1
-1
/
+1
*
Remove unneeded whitespace.
Christopher Faylor
2005-12-05
1
-1
/
+1
*
* autoload.cc (NtCreateSection): Define.
Corinna Vinschen
2005-11-28
1
-1
/
+1
*
* cygheap.h (init_cygheap::manage_console_count): Declare new function.
Christopher Faylor
2005-11-14
1
-0
/
+14
*
* cygheap.cc (cygheap_init): Add GLOBAL_PRIV to hProcToken explicitely
Corinna Vinschen
2005-09-27
1
-1
/
+1
*
* cygheap.cc (cygheap_fixup_in_child): It's not just for exec.
Christopher Faylor
2005-09-23
1
-1
/
+1
*
* sigproc.cc (no_signals_available): Return true if sending to self from the
Christopher Faylor
2005-09-16
1
-1
/
+1
*
* cygheap.cc (cygheap_init): Eliminate debugging #if.
Christopher Faylor
2005-09-05
1
-5
/
+0
*
Grr. REVERT erroneous checkin. AGAIN.
Christopher Faylor
2005-09-02
1
-0
/
+5
*
* Makefile.in (CXXFLAGS): Use 'override' to correctly set flags to generate
Christopher Faylor
2005-09-02
1
-5
/
+0
*
revert inexplicable previous checkin
Christopher Faylor
2005-09-02
1
-0
/
+5
*
bad_addresses
Christopher Faylor
2005-09-02
1
-5
/
+0
*
white space
Christopher Faylor
2005-08-12
1
-1
/
+1
*
* Makefile.in (dtable_CFLAGS): Use -fomit-frame-pointer and -fcheck-new.
Christopher Faylor
2005-08-08
1
-1
/
+5
*
* child_info.h (child_info::sync): Pass pid and HANDLE rather than using pinfo.
Christopher Faylor
2005-07-17
1
-3
/
+6
[next]