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-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
2001-10-19* syscalls.cc (_read): Validate input pointer.Christopher Faylor
2001-10-16* cygerrno.h (set_errno): Define more informative version of this function forChristopher Faylor
2001-10-16* fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.Christopher Faylor
2001-10-14* autoload.cc (load_wsock32): Declare dummy function to force loading ofChristopher Faylor
2001-10-08* path.cc (normalize_posix_path): Don't eat a '.' after a '\\' since it hasChristopher Faylor
2001-10-05Add second path_conv * argument to fstat()s throughout.Christopher Faylor
2001-10-05* syscalls.cc (stat_worker): Make global. Accept path_conv parameter forChristopher Faylor
2001-10-04* dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL.Christopher Faylor
2001-10-03* cygheap.cc (cfree): Remove malloc debugging probe.Christopher Faylor
2001-10-02* dtable.h (dtable::build_fhandler): Make path_conv parameter non-optional.Christopher Faylor
2001-10-01Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor
2001-09-25* fhandler.h (fhandler_pipe::hit_eof): New method.Christopher Faylor
2001-09-23 * syscalls.cc (_open): Set name in fhandler object after successfulCorinna Vinschen
2001-09-23* dtable.cc (dtable::build_fhandler): Accept an optional path_conv argument.Christopher Faylor
2001-09-22* exceptions.cc (setup_handler): Always relinquish lock after we'veChristopher Faylor
2001-09-16* path.cc (symlink): Check arguments for validity.Egor Duda
2001-09-12 * Makefile.in: Build wincap.o.Corinna Vinschen
2001-09-12* exceptions.cc (call_signal_handler_now): Add additional guard againstChristopher Faylor
2001-09-08* cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor
2001-09-07 * include/limits.h: Define PIPE_BUF.Corinna Vinschen
2001-09-03* child_info.h: Modify magic number.Christopher Faylor
2001-08-25* syscalls.cc (check_tty_fds): New function. Check whether there is a fdChristopher Faylor
2001-08-23* dtable.cc (dtable::dup2): Allow extension of fd table by dup2.Christopher Faylor
2001-08-16 * resource.cc (getrlimit): Return getdtablesize () as current limitCorinna Vinschen
2001-08-16 * resource.cc (getrlimit): Return OPEN_MAX as current limitCorinna Vinschen
2001-08-15 * fhandler.cc (fhandler_base::is_nonblocking): New method.Corinna Vinschen
2001-08-14 * fhandler.cc (fhandler_base::fcntl): Use new O_NONBLOCK_MASK define.Corinna Vinschen