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
*
* cygheap.h (class cygheap_user): Add member `orig_psid'.
Corinna Vinschen
2002-05-08
1
-1
/
+11
*
* sync.h (new_muto): Just accept an argument which denotes the name of the
Christopher Faylor
2002-02-22
1
-1
/
+1
*
* times.cc (hires::prime): Restore thread priority on failure condition.
Christopher Faylor
2002-02-17
1
-1
/
+1
*
Eliminate excess whitespace.
Christopher Faylor
2001-11-05
1
-5
/
+5
*
* fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.
Christopher Faylor
2001-10-15
1
-1
/
+1
*
* cygheap.cc (cfree): Remove malloc debugging probe.
Christopher Faylor
2001-10-03
1
-1
/
+0
*
Add "path.h" include throughout, where needed. Use new path_conv methods and
Christopher Faylor
2001-10-01
1
-1
/
+1
*
* cygheap.cc (dup_now): New function.
Christopher Faylor
2001-09-14
1
-10
/
+28
*
* cygheap.cc (ccalloc): Pass correct length to creturn so that cygheap_max is
Christopher Faylor
2001-09-13
1
-2
/
+3
*
* Makefile.in: Build wincap.o.
Corinna Vinschen
2001-09-12
1
-1
/
+1
*
* cygheap.cc (cygheap_fixup_in_child): Clear cygheap->base so that heap is not
Christopher Faylor
2001-09-09
1
-0
/
+1
*
* cygheap.cc (init_cygheap::etc_changed): New method to signal
Corinna Vinschen
2001-09-09
1
-0
/
+34
*
* cygheap.cc (cygheap_fixup_in_child): Don't consider a NULL bucket as a
Christopher Faylor
2001-09-06
1
-1
/
+1
*
* cygheap.h (init_cygheap): Move bucket array here from cygheap.cc.
Christopher Faylor
2001-09-06
1
-8
/
+6
*
space reduction.
Christopher Faylor
2001-08-31
1
-1
/
+1
*
* cygwin.sc: New file -- linker script for building cygwin DLL.
Christopher Faylor
2001-08-31
1
-21
/
+26
*
fix typo.
Christopher Faylor
2001-08-22
1
-1
/
+1
*
debug
Christopher Faylor
2001-08-20
1
-1
/
+1
*
* cygheap.cc (init_cheap): Allocate cygheap in shared memory for Windows NT.
Christopher Faylor
2001-08-20
1
-4
/
+19
*
* cygheap.cc (cygheap_root::set): Avoid treating '/' specially.
Christopher Faylor
2001-08-07
1
-0
/
+9
*
Throughout, change check for running under Windows NT to 'iswinnt'.
Christopher Faylor
2001-08-04
1
-26
/
+32
*
Throughout, reorganize header file inclusion to put security.h prior to
Christopher Faylor
2001-07-26
1
-2
/
+1
*
* cygheap.cc (cygheap_fixup_in_child): Attempt Win95 workaround.
Christopher Faylor
2001-07-21
1
-3
/
+5
*
* cygheap.cc (_cmalloc): Use correct constants for size calculation.
Christopher Faylor
2001-07-18
1
-2
/
+3
*
* child_info.h: Bump magic number.
Christopher Faylor
2001-07-17
1
-56
/
+85
*
* cygheap.cc (cygheap_root::cygheap_rot): Remove constructor.
Christopher Faylor
2001-06-03
1
-33
/
+13
*
* cygheap.cc (_cfree): Add regparm attribute.
Christopher Faylor
2001-05-08
1
-0
/
+2
*
* exceptions.cc (ctrl_c_handler): Always send signal to process if it has no
Christopher Faylor
2001-05-04
1
-0
/
+1
*
* autoload.cc: Add LoadDLLfunc statements for SetTokenInformation@16.
Corinna Vinschen
2001-04-25
1
-0
/
+1
*
Throughout, change fdtab references to cygheap->fdtab.
Christopher Faylor
2001-04-18
1
-0
/
+4
*
Update copyrights.
Christopher Faylor
2001-03-18
1
-1
/
+1
*
* cygheap.cc (creturn): Correctly calculate cygheap_max.
Christopher Faylor
2001-02-02
1
-2
/
+3
*
* syscalls.cc (_link): Make sure that newpath does not exist. Set errno if it
Christopher Faylor
2001-01-29
1
-10
/
+1
*
* cygheap.cc (init_cheap): Move username initialization.
Christopher Faylor
2001-01-28
1
-8
/
+8
*
Throughout, change 'cygwin_shared.mount' to 'mount_table'.
Christopher Faylor
2001-01-28
1
-1
/
+11
*
* cygheap.cc (cygheap_user::~cygheap_user): Temporarily
Corinna Vinschen
2001-01-17
1
-0
/
+2
*
* cygheap.cc (chgheap_root::operator =): Check root dir properly.
Corinna Vinschen
2000-11-29
1
-1
/
+1
*
* cygheap.cc (cygheap_root::cygheap_root): New function.
Corinna Vinschen
2000-11-15
1
-0
/
+90
*
* cygheap.h (init_cygheap): New struct holding values that live in the Cygwin
Christopher Faylor
2000-11-14
1
-38
/
+28
*
* pinfo.cc (pinfo::init): Reverse order of setting status and pid info in an
Christopher Faylor
2000-11-03
1
-1
/
+1
*
* Makefile.in: Remove some obsolete stuff.
Christopher Faylor
2000-10-16
1
-36
/
+10
*
* cygheap.cc (cygheap_fixup_in_child): Don't page round cygheap copied from
Christopher Faylor
2000-10-14
1
-3
/
+1
*
* child_info: Bump child_info "version".
Christopher Faylor
2000-10-12
1
-2
/
+2
*
* cygheap.cc (cygheap_init): Born again function.
Christopher Faylor
2000-10-02
1
-7
/
+32
*
* cygheap.cc (init_cheap): Set aside space for heap walk pointer.
Christopher Faylor
2000-09-30
1
-33
/
+80
*
* spawn.cc (spawn_guts): Attempt to accomodate archaic windows quoting
Christopher Faylor
2000-09-27
1
-0
/
+10
*
* cygheap.cc (init_cheap): Just use any old address for the cygwin heap.
Christopher Faylor
2000-09-11
1
-5
/
+5
*
* path.cc (cwd_win32): Eliminate.
Christopher Faylor
2000-09-05
1
-7
/
+12
*
* Makefile.in: Add cygheap.o.
Christopher Faylor
2000-09-03
1
-0
/
+232