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-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor
2003-05-26 * syscalls.cc (statfs): Call GetDiskFreeSpaceEx before GetDiskFreeSpace.Corinna Vinschen
2003-05-25 * autoload.cc (GetDiskFreeSpaceEx): Add.Corinna Vinschen
2003-05-21 * shared_info.h: Match shared_name declaration with below change.Corinna Vinschen
2003-05-12 * Makefile.in (CYGWIN_START): Define as crt0.o. Add to TARGET_LIBS.Corinna Vinschen
2003-05-11* dir.cc (readdir): Fill out new old_d_ino field.Christopher Faylor
2003-05-03 * syscalls.cc (chown_worker): Allow chown'ing of socket files.Corinna Vinschen
2003-04-18* syscalls.cc (setsid): Don't call FreeConsole if ctty is already < 0.Christopher Faylor
2003-04-16* termios.cc (setspeed): New function.Christopher Faylor
2003-04-01 * dir.cc: Change __off32_t to _off_t and __off64_t to _off64_tCorinna Vinschen
2003-03-29 * syscalls.cc (login): Fix comment.Corinna Vinschen
2003-03-29 * syscalls.cc: Slightly cleanup all utmp functions.Corinna Vinschen
2003-03-22* syscalls.cc (unlink): Be more defensive when SetFileAttributes is called.Christopher Faylor
2003-03-20* sigproc.h (signal_fixup_after_exec): Eliminate argument in declaration.Christopher Faylor
2003-03-20 * fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): FixCorinna Vinschen
2003-03-17* cygwin.din: Export btowc, trunc.Christopher Faylor
2003-03-14* include/cygwin/version.h: Bump DLL minor number to 23.Christopher Faylor
2003-03-13* syscalls.cc (rename): Assume that DELETE_ON_CLOSE works on Win9x.Christopher Faylor
2003-03-10 Switch to 32/64 datatypes:Corinna Vinschen
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