Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-06-30 * cygheap.h (enum impersonation): New enum.Corinna Vinschen
2003-01-17* grp.cc (read_etc_group): On NT, add a line for gid = -1. Change nameChristopher Faylor
2002-10-22* cygheap.cc (cygheap_fixup_in_child): Use user_heap element in cygheap.Christopher Faylor
2002-10-09* cygheap.cc (dup_now): Make fatal error a little more informative.Christopher Faylor
2002-08-27* child_info.h: Add _PROC_WHOOPS enum value.Christopher Faylor
2002-07-29 * security.cc: Change some formatting.Corinna Vinschen
2002-07-14* debug.h (handle_list): Move here from debug.cc. Add "inherit" flagChristopher Faylor
2002-06-30* autoload.cc (NetGetDCName): Change to make this an optional load function.Christopher Faylor
2002-06-29* cygheap.h (cygheap_user): Reorg to accommodate environment caching.Christopher Faylor
2002-06-28* cygheap.cc (cfree_and_set): New function.Christopher Faylor
2002-06-17* cygheap.h (cygheap_user::issetuid): New method.Christopher Faylor
2002-06-16* cygheap.h (cygheap_user::winname): New field.Christopher Faylor
2002-06-16* child_info.h (child_proc_info): Declare as base class.Christopher Faylor
2002-06-15* cygheap.h (cygheap_user::userprofile_env_buf): New static member.Christopher Faylor
2002-06-15* cygheap.h (cygheap_user): Add static members to hold home{drive,path} info.Christopher Faylor
2002-06-14* cygheap.cc (cygheap_user::set_logsrv): Remove.Christopher Faylor
2002-06-13 * cygheap.cc (cygheap_user::set_name): Remove setting homedrive andCorinna Vinschen
2002-06-12* cygheap.cc (cygheap_user::set_name): Set homedrive and homepath to NULL onChristopher Faylor
2002-05-29 Change internal uid datatype from __uid16_t to __uid32_tCorinna Vinschen
2002-05-28 Change internal gid datatype from __gid16_t to __gid32_tCorinna Vinschen
2002-05-08 * cygheap.h (class cygheap_user): Add member `orig_psid'.Corinna Vinschen
2002-05-02* path.h (pathconv_arg): Add PC_POSIX.Christopher Faylor
2002-02-22* sync.h (new_muto): Just accept an argument which denotes the name of theChristopher Faylor
2002-02-10 * child_info.h, cygheap.h, fhandler_clipboard.cc, fhandler_dsp.cc,Corinna Vinschen
2002-02-10 * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h,Corinna Vinschen
2001-11-21* Makefile.in (DLL_OFILES): Add fhandler_disk_file.o.Christopher Faylor
2001-11-02* cygheap.h (cygheap_fdmanip::isopen): Set appropriate errno if fd not open.Christopher Faylor
2001-10-31* cygheap.h (cygheap_fdmanip::cygheap_fdmanip): Clear fh.Christopher Faylor
2001-10-25* Makefile.in: Only build testsuite directory on first 'make check'.Christopher Faylor
2001-10-16* cygheap.h (cygheap_fdget::cygheap_fdget): Remove debugging operation fromChristopher Faylor
2001-10-16* cygerrno.h (set_errno): Define more informative version of this function forChristopher Faylor
2001-10-16* fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.Christopher Faylor
2001-09-14* cygheap.cc (dup_now): New function.Christopher Faylor
2001-09-12Update copyrights.Christopher Faylor
2001-09-09* cygheap.cc (cygheap_fixup_in_child): Clear cygheap->base so that heap is notChristopher Faylor
2001-09-09 * cygheap.cc (init_cygheap::etc_changed): New method to signalCorinna Vinschen
2001-09-08* cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor
2001-09-06* cygheap.h (init_cygheap): Move bucket array here from cygheap.cc.Christopher Faylor
2001-08-05Throughout, change check for running under Windows NT to 'iswinnt'.Christopher Faylor
2001-07-17* child_info.h: Bump magic number.Christopher Faylor
2001-06-26* mmap.cc: Clean up *ResourceLock calls throughout.Christopher Faylor
2001-06-04 * cygheap.h (cygheap_user::cygheap_user): Initialize token toCorinna Vinschen
2001-06-04* path.cc (normalize_posix_path): Revert .. check removed by previous changes.Christopher Faylor
2001-06-03* cygheap.cc (cygheap_root::cygheap_rot): Remove constructor.Christopher Faylor
2001-04-19Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor
2001-04-17* path.h (cwdstuff): Move class.Christopher Faylor
2001-01-28Throughout, change 'cygwin_shared.mount' to 'mount_table'.Christopher Faylor
2001-01-17* autoload.cc (LoadDLLinitfunc): Remove debugging statement.Christopher Faylor
2000-11-16 * cygheap.h: Move `token' and `impersonated' from class _pinfoCorinna Vinschen
2000-11-15 * cygheap.cc (cygheap_root::cygheap_root): New function.Corinna Vinschen