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
2000-11-13* path.cc (get_device_number): Allow /dev/ttySn to designate a com port.Christopher Faylor
2000-11-12* path.h: Add __attribute__ ((regparm(x))) to commonly used functions.Christopher Faylor
2000-11-11* dcrt0.cc: New global variable `ignore_case_with_glob'.Christopher Faylor
2000-11-09 * dir.cc (readdir): Avoid reading from the beginning whenCorinna Vinschen
2000-11-09* select.cc (peek_pipe): Deal with pending newline in pty_master.Christopher Faylor
2000-11-08* environ.cc (_addenv): malloc space for setenv if cygwin1.dll is used inChristopher Faylor
2000-11-07 * autoload.cc: Add autoload statement for `WSASetLastError'.Corinna Vinschen
2000-11-07* dcrt0.cc (sigthread::init): Reinstitute sigthread lock as a critical section.Christopher Faylor
2000-11-06* path.cc (mount_info::read_cygdrive_info_from_registry): UseChristopher Faylor
2000-11-06* errno.cc (strerror): Change EAGAIN case to return "Resource temporarilyChristopher Faylor
2000-11-06Fix typo.Christopher Faylor
2000-11-06* child_info.h (child_info): Add pppid_handle for closing the parent's of theChristopher Faylor
2000-11-05* pinfo (wait_subproc): Son of neverending debug tweaking.Christopher Faylor
2000-11-05* pinfo (wait_subproc): Neverending debug tweaking.Christopher Faylor
2000-11-05* pinfo.cc (winpids:add): New method.Christopher Faylor
2000-11-05* exceptions.cc (handle_sigsuspend): Record frame here for signalling.Christopher Faylor
2000-11-04* sigproc.cc (wait_subproc): Still more debugging cleanup.Christopher Faylor
2000-11-04* pinfo.cc (EnumProcessesNT): Avoid 0 pids.Christopher Faylor
2000-11-04* sigproc.cc (wait_subproc): Refine debug output.Christopher Faylor
2000-11-03* pinfo.cc (pinfo::init): Reverse order of setting status and pid info in anChristopher Faylor
2000-11-02* ntdll.h: Remove IO_COUNTERS definition since it is now in winnt.h.Christopher Faylor
2000-11-02* pinfo.cc (EnumProcessesNT): New function. Eliminates dependence on psapi.h.Christopher Faylor
2000-11-02* exceptions.cc (interruptible): Remove obsolete tests.Christopher Faylor
2000-11-01* path.h (has_exec_chars): Standard function for checking for executable magicChristopher Faylor
2000-11-01* path.cc (_readlink): Return ENOENT when file does not exist.Christopher Faylor
2000-11-01 * fhandler.h (fhandler_dev_raw): Add method `fixup_after_exec'.Corinna Vinschen
2000-11-01 * fhandler.h (fhandler_dev_raw): Add definition for methodCorinna Vinschen
2000-10-31 * fhandler_tape.cc (fhandler_dev_tape::open): Fix memory allocation.Corinna Vinschen
2000-10-31* pinfo.cc (enum_init): Don't suffer silently if we can't load the processChristopher Faylor
2000-10-31* signal.cc (kill_pgrp): Revert 25-Oct change.Christopher Faylor
2000-10-30* include/cygwin/version.h: Bump DLL minor version number to 6.Christopher Faylor
2000-10-28Whitespace cleanup.Christopher Faylor
2000-10-27 * autoload.cc: New file keeping all autoload stuff.Corinna Vinschen
2000-10-27* sigproc.cc (wait_sig): Add braces to avoid confusion.Christopher Faylor
2000-10-27 * fhandler_socket.cc: New file.Corinna Vinschen
2000-10-26 * dtable.cc (dtable::release): Check for socket. ChangeCorinna Vinschen
2000-10-26* signal.cc (kill_pgrp): Don't limit sending of signals to stopped processesChristopher Faylor
2000-10-25* exceptions.cc (sig_handle): Just make sure that wait_sig loops when receivingChristopher Faylor
2000-10-25* dtable.cc (dtable::fixup_after_exec): Use variable rather than constantlyChristopher Faylor
2000-10-25 * fhandler.cc (fhandler_base::fcntl): Treat O_NONBLOCK and OLD_O_NDELAYCorinna Vinschen
2000-10-25* dcrt0.cc (do_exit): Remove debugging statement.Christopher Faylor
2000-10-25* dcrt0.cc (do_exit): Don't bother looking for pgrp children to send SIGHUP ifChristopher Faylor
2000-10-24 * ntdll.h: New file.Corinna Vinschen
2000-10-24 * fhandler.cc (fhandler_base::fcntl): Behave properly when passedCorinna Vinschen
2000-10-24* exceptions.cc (signal_exit): Kill any executing child process if we're dying.Christopher Faylor
2000-10-24* sigproc.cc (proc_subproc): Don't send a false positive if WNOHANG and noChristopher Faylor
2000-10-24 * fhandler.cc (fhandler_base::fcntl): Setting flags in F_SETFLCorinna Vinschen
2000-10-24 * fcntl.cc (_fcntl): Rearrange as wrapper function. Move allCorinna Vinschen
2000-10-23* sigproc.cc (proc_subproc): Correctly handle flags for WNOHANG case.Christopher Faylor
2000-10-23* security.cc: Eliminate C++ comments throughout.Corinna Vinschen