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-03-17* cygwin.din: Export btowc, trunc.unlabeled-1.253.2Christopher Faylor
2003-03-17* fhandler_console.cc (fhandler_console::close): Correct check for current tty.Christopher Faylor
2003-03-09whitespace cleanupChristopher Faylor
2003-03-09* syscalls.cc (unlink): Attempt to be more clever about setting attributes ofChristopher Faylor
2003-03-09* syscalls.cc (unlink): Always attempt to use FILE_FLAG_CLOSE_ON_DELETE toChristopher Faylor
2003-03-08* path.h (PATH_LNK): New enum val.Christopher Faylor
2003-03-07 * syscalls.cc (seteuid32): Fix formatting.Corinna Vinschen
2003-03-02* dll_init.cc (dll_list::load_after_fork): Don't revert to LoadLibrary ifChristopher Faylor
2003-03-012003-02-28 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2003-02-21 * dtable.cc (dtable::build_fhandler_from_name): Set some fhandlerCorinna Vinschen
2003-02-11* include/cygwin/in.h (in_attr_t): Define new type.Christopher Faylor
2003-02-04* syscalls.cc (struct system_cleanup_args): New struct.Thomas Pfaff
2003-01-26* uinfo.cc (pwdgrp::load): Regularize strace output. Add warning forChristopher Faylor
2003-01-25 * syscalls.cc (seteuid32): On Win95 get the pw entry. If it existsCorinna Vinschen
2003-01-24 * cygwin.din: Export setreuid32, setreuid, setregid32, setregid.Corinna Vinschen
2003-01-15 * autoload.cc: Fix copyright date.Corinna Vinschen
2003-01-14Apply system_cancel patchThomas Pfaff
2002-12-102002-12-10 Pierre Humblet <pierre.humblet@ieee.org>Corinna Vinschen
2002-11-29* pinfo.h (winpids::set): Renamed from init.Christopher Faylor
2002-11-22* exceptions.cc (handle_sigsuspend): Force pending signal delivery beforeChristopher Faylor
2002-11-20 * security.cc (get_attribute_from_acl): Always test "anti",Corinna Vinschen
2002-11-12 * syscalls.cc (chmod): Simplify conditional.Corinna Vinschen
2002-11-07* syscalls.cc (getutid): Use UT_IDLEN where appropriate.Christopher Faylor
2002-11-07* include/cygwin/version.h: Bump API minor number for below export.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-09-30Remove \n from calls to strace class printfs throughout.Christopher Faylor
2002-09-22* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor
2002-09-19Cleanup calls to CreateFile throughout.Christopher Faylor
2002-09-13 * syscalls.cc (seteuid32): Treat ILLEGAL_UID invalid.Corinna Vinschen
2002-08-30* miscfuncs.cc (check_iovec_for_read): Don't check buffer when zero lengthChristopher Faylor
2002-08-18* perthread.h (vfork_save): Add ctty, sid, pgid, exitval fields.Christopher Faylor
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-07-31* syscalls.cc (_read): Clarify debugging output.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-26* fhandler_registry.cc (fhandler_registry::close): Return any error result toChristopher Faylor
2002-07-14* debug.h (handle_list): Move here from debug.cc. Add "inherit" flagChristopher Faylor
2002-07-02* syscalls.c (seteuid32): Return immediately if the program is not impersonatedChristopher Faylor
2002-07-02* syscalls.cc (seteuid32): Fix incorrect placement of Pierre's patch below.Christopher Faylor
2002-07-02* syscalls.cc (seteuid32): Fix incorrect use of system_printf.Christopher Faylor
2002-07-02* syscalls.c (seteuid32): Do not return an error when the token cannot beChristopher Faylor
2002-06-28* cygheap.cc (cfree_and_set): New function.Christopher Faylor
2002-06-26* winsup.h: Minor cleanup.Christopher Faylor
2002-06-25 * syscalls.cc (chown): Convert uid to 32 bit.Corinna Vinschen
2002-06-24* security.cc (get_group_sidlist): Add pw argument and use pw->pw_name in callChristopher Faylor
2002-06-21 * syscalls.cc (stat64_to_stat32): Correctly evaluate st_rdev.Corinna Vinschen