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-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
2002-06-19Use hMainProc where appropriate, throughout.Christopher Faylor
2002-06-17* cygheap.h (cygheap_user::issetuid): New method.Christopher Faylor
2002-06-14* cygheap.cc (cygheap_user::set_logsrv): Remove.Christopher Faylor
2002-06-11* spawn.cc (spawn_guts): More hToken removal cleanup.Christopher Faylor
2002-06-06 * fhandler.cc (fhandler_base::fstat): Initialise tv_nsec member ofCorinna Vinschen
2002-06-06 * sec_helper.cc (lookup_name): Suppress.Corinna Vinschen
2002-06-05* dir.cc (rmdir): Streamline. Detect attempts to remove directories fromChristopher Faylor
2002-06-05Remove fcntl.h includes throughout.Christopher Faylor
2002-06-03 * syscalls.cc (stat64_to_stat32): Transform st_dev correctly.Corinna Vinschen
2002-06-03 * syscalls.cc (setegid32): Verify the correctness of the gidCorinna Vinschen
2002-06-02* fhandler.cc (fhandler_base::fstat): Move dev and ino calculation into caller.Christopher 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-28* autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.Christopher Faylor
2002-05-27 * syscalls.cc (seteuid): Do not take allow_ntsec into account.Corinna Vinschen
2002-05-25Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor
2002-05-23* fhandler.h (fhandler_virtual::exists): Eliminate path argument.Christopher Faylor
2002-05-16 * syscalls.cc (seteuid): Set default dacl in process token.Corinna Vinschen
2002-05-12* syscalls.cc (_read): Change error to EBADF if attempt to write to aChristopher Faylor
2002-05-10* syscalls.cc (_write): Change error to EBADF if attempt to write to aChristopher Faylor
2002-05-02* path.h (pathconv_arg): Add PC_POSIX.Christopher Faylor
2002-03-04 * syscalls.cc (truncate64): Use ftruncate64 directly to not loseCorinna Vinschen
2002-02-25 * cygwin.din (fstat64): New symbol.Corinna Vinschen
2002-02-10 * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h,Corinna Vinschen
2002-01-21 * grp.cc (getgrent): Don't return default gid entry when ntsec is on.Corinna Vinschen
2002-01-21* syscalls.cc (regfree): Make dll_export.Christopher Faylor
2002-01-14 * dir.cc: Use INVALID_FILE_ATTRIBUTES instead of "(DWORD) -1"Corinna Vinschen
2002-01-13Add copyright stuffChristopher Faylor
2002-01-10 * syscalls.cc (pathconf): Guard _PC_PATH_MAX branch against invalidCorinna Vinschen
2001-12-28 * cygwin.din: Add symbols for endutent(), getutent(), getutid(),Corinna Vinschen
2001-11-15* exceptions.cc: Add stdlib.h include for alloca declaration.Christopher Faylor
2001-11-14* syscalls.cc (_write): Allow zero length as per SUSv2.Christopher Faylor
2001-11-14 * dir.cc (mkdir): Add HIDDEN file attribute if file has leading dotCorinna Vinschen
2001-11-08 * select.cc: Set errno using set_sig_errno() throughout.Corinna Vinschen
2001-11-08 * select.cc (fhandler_tty_slave::ready_for_read): Return 0 on EBADF.Corinna Vinschen
2001-11-05Eliminate excess whitespace.Christopher Faylor
2001-11-04* fhandler.h (fhandler_base::ready_for_read): Remove unused argument.Christopher Faylor
2001-11-03* dll_init.h (class dll_list): Reorder functions to avoid compiler "can'tChristopher Faylor
2001-11-02* cygheap.h (cygheap_fdmanip::isopen): Set appropriate errno if fd not open.Christopher Faylor
2001-11-02* dtable.cc (dtable::build_fhandler): Issue internal error on unknown device.Christopher Faylor
2001-10-31* cygheap.h (cygheap_fdmanip::cygheap_fdmanip): Clear fh.Christopher Faylor
2001-10-30* dtable.cc (dtable::dup2): Add some debugging. Use methods from passed inChristopher Faylor
2001-10-24Ensure that all fhandler_*::read definitions are __stdcall throughout.Christopher Faylor
2001-10-22 Patch suggested by Ian Ray <ian.ray@nokia.com>:Corinna Vinschen
2001-10-20* miscfuncs.cc (+__check_invalid_read_ptr_errno): New function.Christopher Faylor