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
2001-11-04* select.cc (verify_console): New function.Christopher Faylor
2001-11-04* fhandler.h (fhandler_base::ready_for_read): Remove unused argument.Christopher Faylor
2001-11-04 * security.cc (get_supplementary_group_sidlist): New function.Corinna Vinschen
2001-11-03* fhandler.cc (fhandler_base::read): Return just read ahead characters if slowChristopher Faylor
2001-11-03* dll_init.h (class dll_list): Reorder functions to avoid compiler "can'tChristopher Faylor
2001-11-02* fhandler.h: Change Windows 'BOOL's to c++ 'bool's for all variables.Christopher 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* environ.cc: Set reset_com to false to mimic linux behavior more closely.Christopher Faylor
2001-10-31 * dtable.cc (dtable::vfork_child_dup): Revert impersonationCorinna Vinschen
2001-10-31remove garbage ChangeLog entry.Christopher Faylor
2001-10-31* sigproc.cc (sigproc_terminate): Don't signal main thread when exiting.Christopher Faylor
2001-10-31* fhandler.cc (fhandler_base::fork_fixup): Pass old handle to setclexec_pid.Christopher Faylor
2001-10-31* cygheap.h (cygheap_fdmanip::cygheap_fdmanip): Clear fh.Christopher Faylor
2001-10-30 * fhandler_socket.cc (fhandler_socket::close): Add error handling.Corinna Vinschen
2001-10-30 * (fhandler_socket::dup): Revert previous change.Corinna Vinschen
2001-10-30* dtable.cc (dtable::dup2): Add some debugging. Use methods from passed inChristopher Faylor
2001-10-30 * security.cc (is_group_member): Call NetLocalGroupGetMembers() forCorinna Vinschen
2001-10-29* fhandler.cc (fhandler_base::set_name): Set namehash here to catch nameChristopher Faylor
2001-10-29* select.cc (MAKEready): Remove extraneous select_read.Christopher Faylor
2001-10-29 * uinfo.cc (internal_getlogin): Set environment variable $HOMECorinna Vinschen
2001-10-29* fhandler.h (fhandler_serial::fhandler_serial): Change to only accept unitChristopher Faylor
2001-10-29fix spelling errorsChristopher Faylor
2001-10-28fix consistent spelling errors.Christopher Faylor
2001-10-26* select.cc (MAKEready): Check for read_ready in loop since select_read couldChristopher Faylor
2001-10-25* shared_info.h (MOUNT_VERSION): Change to a smaller, still arbitrary number.Christopher Faylor
2001-10-25* Makefile.in: Only build testsuite directory on first 'make check'.Christopher Faylor
2001-10-24Remove merge conflict indicator.Christopher Faylor
2001-10-24Ensure that all fhandler_*::read definitions are __stdcall throughout.Christopher Faylor
2001-10-23* debug.cc (set_errno): Return value of errno that was set, just like theChristopher Faylor
2001-10-22Remove 'cb' parameter and modify fhandler_* constructors throughout.Christopher Faylor
2001-10-22 Patch suggested by Ian Ray <ian.ray@nokia.com>:Corinna Vinschen
2001-10-22 * net.cc (get_2k_ifconf): Change multiple IP address naming schemeCorinna Vinschen
2001-10-22 * miscfuncs.cc (__check_invalid_read_ptr_errno): Return error, if any.Corinna Vinschen
2001-10-22* resource.cc (fill_rusage): Perform paranoid zero structure passed toChristopher Faylor
2001-10-22* autoload.cc: Autoload GetProcessMemoryInfo.Christopher Faylor
2001-10-21* dll_init.cc (dll_list::alloc): Increase retry count to 1000.Christopher Faylor
2001-10-20fix typo.Christopher Faylor
2001-10-20* miscfuncs.cc (+__check_invalid_read_ptr_errno): New function.Christopher Faylor
2001-10-19 * path.cc (getcwd): Allow len == 0 when buf == NULL.Corinna Vinschen
2001-10-19* syscalls.cc (_read): Validate input pointer.Christopher Faylor
2001-10-17 Patch from Frederic Devernay <Frederic.Devernay@sophia.inria.fr>:Corinna Vinschen
2001-10-17 * fhandler_raw.cc (fhandler_dev_raw::open): Eliminate compatibilityCorinna Vinschen
2001-10-16Forgot ChangeLogCorinna Vinschen
2001-10-16* fhandler.cc (fhandler_base::fork_fixup): Guard against compiler warning.Christopher Faylor
2001-10-16 * fhandler_tape.cc (fhandler_dev_tape::tape_status): ReportCorinna Vinschen
2001-10-16 * autoload.cc: Add load statement for `NtOpenFile'.Corinna Vinschen
2001-10-16* cygheap.h (cygheap_fdget::cygheap_fdget): Remove debugging operation fromChristopher Faylor
2001-10-16* mmap.cc (mmap): Assign 'fh' from cygheap_fdget. Use 'fh' everywhere.Christopher Faylor
2001-10-16minor reformat.Christopher Faylor