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
2002-08-16present tenseChristopher Faylor
2002-08-12 * fhandler.h (fhandler_socket::recv): Remove method.Conrad Scott
2002-08-11* cygthread.cc (cygthread::cygthread): Close another race.Christopher Faylor
2002-08-11* assert.cc (__assert): Call debugger on assertion failure if debugging.Christopher Faylor
2002-08-08* environ.cc (parse_options): Remember the "no" part of any options for laterChristopher Faylor
2002-08-08 * winsup.h (__check_null_invalid_struct): Make ptr argument non-const.Conrad Scott
2002-08-08 Patch by Joe Buehler <jbuehler@hekimian.com>:Corinna Vinschen
2002-08-07 Fix by Conrad Scott <conrad.scott@dsl.pipex.com>:Corinna Vinschen
2002-08-07one more changeChristopher Faylor
2002-08-07* cygheap.cc (_csbrk): Avoid !cygheap considerations.Christopher Faylor
2002-08-07Conrad Scott <conrad.scott@dsl.pipex.comChristopher Faylor
2002-08-06* spawn.cc (spawn_guts): Don't set mount_h here.Christopher Faylor
2002-08-06* cygthread.cc (cygthread::stub): Accept flag to pass info structure to threadChristopher Faylor
2002-08-06 * debug.h (handle_list::allocated): Remove field.Conrad Scott
2002-08-05* cygthread.cc (cygthread::stub): Change event creation to manual reset. SetChristopher Faylor
2002-08-04 * debug.h (WaitForMultipleObjects): Correct typo.Conrad Scott
2002-08-02 * security.cc (verify_token): Do not reject a token just becauseCorinna Vinschen
2002-08-02* cygthread.cc (cygthread::exit_thread): Define new method.Christopher Faylor
2002-08-02* syscalls.cc (_link): Revert previous change and just always dereference theChristopher Faylor
2002-08-02* syscalls.cc (link): Properly deal with a link to a symlink.Christopher Faylor
2002-08-01* cygthread.cc: Remove cruft.Christopher Faylor
2002-08-01* Makefile.in (DLL_OFILES): Add cygthread.o.Christopher Faylor
2002-07-31 * fhandler.h (fhandler_base::get_r_no_interrupt): Make non-virtual.Corinna Vinschen
2002-07-31* syscalls.cc (_read): Clarify debugging output.Christopher Faylor
2002-07-31* fhandler.h (fhandler_base::get_r_no_interrupt): Make virtual.Christopher Faylor
2002-07-30* fhandler_disk_file.cc (fhandler_cygdrive::set_drives): Incorporate . and ..Christopher Faylor
2002-07-30fix typoChristopher Faylor
2002-07-30* dcrt0.cc (dll_crt0_1): Move debug_fixup_after_fork_exec.Christopher Faylor
2002-07-29 * security.cc: Change some formatting.Corinna Vinschen
2002-07-29* fhandler_console.cc (fhandler_console::read): Use appropriate kill_pgrpChristopher Faylor
2002-07-27* include/cygwin/version.h: Bump API version to indicate that ntsec is on byChristopher Faylor
2002-07-26* fhandler_registry.cc (fhandler_registry::close): Return any error result toChristopher Faylor
2002-07-25* security.cc (allow_ntsec): Default to on.Christopher Faylor
2002-07-25* times.cc (to_time_t): Always round time_t down to nearest second.Christopher Faylor
2002-07-25* Makefile.in: Check if API version is updated when exports areEgor Duda
2002-07-24 * include/cygwin/version.h: Bump minor API version.Corinna Vinschen
2002-07-24 * fhandler_serial.cc: Change 'must_init_serial_line capability'Corinna Vinschen
2002-07-24 * cygwin.din (fcloseall): Add symbol for export.Corinna Vinschen
2002-07-24* path.cc (path_conv::check): Always set fileattr when component == 0.Christopher Faylor
2002-07-23 * fhandler_serial.cc: Use must_init_serial_line capability throughout.Corinna Vinschen
2002-07-23 * security.cc (get_group_sidlist): Create group list from /etc filesCorinna Vinschen
2002-07-22* fhandler_serial.cc: Fix formatting problems introduced by below changes.Christopher Faylor
2002-07-22 * fhandler.h (class fhandler_serial): Add new members ofCorinna Vinschen
2002-07-20* autoload.cc (LoadDLLprime): Add jmp call to allow streamlining of later jmpChristopher Faylor
2002-07-19 * security.cc (get_unix_group_sidlist): Create.Corinna Vinschen
2002-07-19* fhandler_serial.cc (fhandler_serial::tcflush): Fix typo.Christopher Faylor
2002-07-15 * security.cc (get_group_sidlist): Fix formatting.Corinna Vinschen
2002-07-15* dcrt0.cc (initial_env): Force path and CYGWIN_DEBUG contents to lower case.Christopher Faylor
2002-07-14* dcrt0.cc (dll_crt0_1): Move debug_init call back to here. Avoid a compilerChristopher Faylor
2002-07-14* debug.cc (clexec): Add missing `hl = hl->next'.Christopher Faylor