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-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor
2003-06-05* shared.cc (shared_info::heap_chunk_size): Be really defensive about makingChristopher Faylor
2003-05-21 * shared_info.h: Match shared_name declaration with below change.Corinna Vinschen
2003-05-20 * fhandler_socket.cc (SECRET_EVENT_NAME): Remove.Corinna Vinschen
2003-01-31* shared.cc (shared_info::heap_chunk_size): Use correct variable when readingChristopher Faylor
2002-11-02spaceChristopher Faylor
2002-10-23* shared.cc (shared_info::initialize): Use correct value for versionChristopher Faylor
2002-10-22* cygheap.cc (cygheap_fixup_in_child): Use user_heap element in cygheap.Christopher Faylor
2002-10-21Change _function() to function() throughout.Christopher Faylor
2002-10-20Rename _kill() to kill() throughout. Rename _raise() to raise() throughout.Christopher Faylor
2002-10-19* dcrt0.cc (dll_crt0_1): Initialize cygwin threads here only when not forking.Christopher Faylor
2002-10-19* fork.cc (fork_child): Move mmap initialization.Christopher Faylor
2002-10-15* shared.cc (open_shared): Revert to "old" method for shared memory location ifChristopher Faylor
2002-10-15* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor
2002-10-15* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor
2002-10-13* cygthread.cc (cygthread::stub): Don't create event for long-running threads.Christopher Faylor
2002-09-19Cleanup calls to CreateFile throughout.Christopher Faylor
2002-09-02* dcrt0.cc (dll_crt0_1): Remove getpagesize() call.Christopher Faylor
2002-08-26* Makefile.in (cygcheck.exe): Make a -mno-cygwin program.Christopher Faylor
2002-08-07Conrad Scott <conrad.scott@dsl.pipex.comChristopher Faylor
2002-07-14* dcrt0.cc (dll_crt0_1): Move debug_init call back to here. Avoid a compilerChristopher Faylor
2002-07-14* debug.h (handle_list): Move here from debug.cc. Add "inherit" flagChristopher Faylor
2002-07-01 * shared.cc (sec_none): Move to sec_helper.cc.Corinna Vinschen
2002-06-05* dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor
2002-06-02Remove unneeded sigproc.h includes throughout.Christopher Faylor
2002-05-25Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor
2002-05-13 * shared.cc (__sec_user): Split into sec_acl() and call orig_sid().Corinna Vinschen
2002-02-19* fork.cc (fork_parent): Use sec_user_nih to control process/threadChristopher Faylor
2002-02-17* times.cc (hires::prime): Restore thread priority on failure condition.Christopher Faylor
2002-02-16whitespace cleanupChristopher Faylor
2001-12-27* cygmagic: Add define name to warning.Christopher Faylor
2001-12-26* Makefile.in: Autogenerate some header files which provide magic numbers.Christopher Faylor
2001-11-05Eliminate excess whitespace.Christopher Faylor
2001-10-25* Makefile.in: Only build testsuite directory on first 'make check'.Christopher Faylor
2001-10-16* fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.Christopher Faylor
2001-10-10* uinfo.cc (internal_getlogin): Reorganize slightly to minimize work in defaultChristopher Faylor
2001-10-01Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor
2001-09-11* cygwin.din: Remove cygwin_getshared.Christopher Faylor
2001-09-09* cygheap.cc (cygheap_fixup_in_child): Clear cygheap->base so that heap is notChristopher Faylor
2001-09-08* cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor
2001-09-06Remove initialization of static or global values to zero, throughout. ThisChristopher Faylor
2001-09-03* child_info.h: Modify magic number.Christopher Faylor
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor
2001-07-17* child_info.h: Bump magic number.Christopher Faylor
2001-07-16 Change well_known_admin_sid to well_known_admins_sid throughout.Corinna Vinschen
2001-05-15 * fork.cc (fork): Eliminate superfluous call to getuid().Corinna Vinschen
2001-04-30 * grp.cc: Eliminate MAX_DOMAIN_NAME define.Corinna Vinschen
2001-04-25 * autoload.cc: Add LoadDLLfunc statements for SetTokenInformation@16.Corinna Vinschen
2001-04-23 * security.cc (alloc_sd): Reformat comment.Corinna Vinschen
2001-04-19Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor