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
2006-01-28 * autoload.cc (NtQueryDirectoryFile): Define.Corinna Vinschen
2006-01-27* spawn.cc (spawn_guts): Fix potential handle leak when failing exec.Christopher Faylor
2006-01-27* exceptions.cc (inside_kernel): Fix to return true if we can't get the name ofChristopher Faylor
2006-01-26 * fhandler.cc (fhandler_base::open): Fix bug in argument order toCorinna Vinschen
2006-01-26* fhandler_disk_file.cc (fhandler_disk_file::readdir): Fix test forChristopher Faylor
2006-01-25* ntdll.h: (temporarily?) Add more functions for querying directory.Christopher Faylor
2006-01-24* dir.cc (readdir_worker): Turn off expensive inode calculation.Christopher Faylor
2006-01-24 * fhandler_process.cc (fhandler_process::fill_filebuf): DisableCorinna Vinschen
2006-01-24 * fhandler_disk_file.cc (fhandler_base::fstat_helper): Try harderCorinna Vinschen
2006-01-23 * fhandler_socket.cc (fhandler_socket::fixup_after_fork): ResetCorinna Vinschen
2006-01-21.Christopher Faylor
2006-01-21* include/cygwin/version.h: Bump API minor number to 151.Christopher Faylor
2006-01-20* include/sys/dirent.h: Add comments for people who are REALLY confused aboutChristopher Faylor
2006-01-20 * fhandler_socket.cc (fhandler_socket::prepare): Fix debug output.Corinna Vinschen
2006-01-19* fhandler_disk_file.cc (fhandler_disk_file::opendir): Check posix path forChristopher Faylor
2006-01-19* dir.cc (readdir_worker): Fill in invalid fields with -1. Accommodate nameChristopher Faylor
2006-01-18* heap.cc (heap_init): Remove Sleep.Christopher Faylor
2006-01-18 * net.cc (rresvport): Remove extern declaration.Corinna Vinschen
2006-01-18 * autoload.cc (rresvport): Remove.Corinna Vinschen
2006-01-18 * include/cygwin/socket.h (struct sockaddr_storage): Fix typo inCorinna Vinschen
2006-01-17* include/cygwin/version.h: Bump DLL minor version number to 20.Christopher Faylor
2006-01-16fix minor typoChristopher Faylor
2006-01-13 * uname.cc (uname): Concatenate a "-WOW64" to utsname's sysnameCorinna Vinschen
2006-01-13 * net.cc (cygwin_setsockopt): Ignore errors when setting IP_TOS onCorinna Vinschen
2006-01-12 * Update copyrights.Corinna Vinschen
2006-01-12* fhandler_console.cc (set_console_state_for_spawn): Fix to recognize ttys >=Christopher Faylor
2006-01-12* fhandler.h (set_console_state_for_spawn): Whackamole the argument back to aChristopher Faylor
2006-01-12copyrightChristopher Faylor
2006-01-12copyrightChristopher Faylor
2006-01-10 * dcrt0.cc (dll_crt0_0): Remove call to wincap.init.Corinna Vinschen
2006-01-10* fhandler_proc.cc (format_proc_cpuinfo): Avoid leading whitespace in modelChristopher Faylor
2006-01-10.Christopher Faylor
2006-01-10* spawn.cc (spawn_guts): Reorganize slightly so that 16 bit check is done priorChristopher Faylor
2006-01-09 * include/getopt.h (getopt_long_only): Declare.Corinna Vinschen
2006-01-09 * cygwin.din: Export getsubopt.Corinna Vinschen
2006-01-09* fhandler_tty.cc (fhandler_tty_slave::dup): Don't assign a controllingChristopher Faylor
2006-01-08* environ.cc (spenvs[]): windir -> WINDIR.Christopher Faylor
2006-01-07* fhandler_console.cc (fhandler_console::need_invisible): Remove duplicateChristopher Faylor
2006-01-07* fhandler.h (set_console_state_for_spawn): Eliminate argument fromChristopher Faylor
2006-01-06* sigproc.cc (no_signals_available): Use existence of signal thread handle toChristopher Faylor
2006-01-05* include/getopt.h: Accommodate recent unfortunate newlib changes.Christopher Faylor
2006-01-05(fix ChangeLog and check in remaining files)Christopher Faylor
2006-01-05* cygtls.cc (_cygtls::remove): Don't output debugging info if this isn't aChristopher Faylor
2006-01-05* spawn.cc (spawn_guts): Invert the argument to set_console_state_for_spawn.Christopher Faylor
2006-01-05* fhandler_console.cc (fhandler_console::need_invisible): Only try to openChristopher Faylor
2006-01-05* fhandler_console.cc (fhandler_console::need_invisible): Open up the securityChristopher Faylor
2006-01-04* path.cc (dot_special_chars): Add ", <, >, and |.Christopher Faylor
2006-01-04* fhandler_console.cc (beep): Use MB_OK which is documented as using theChristopher Faylor
2006-01-04* fhandler_process.cc (fhandler_process::readdir): Add missing argument toChristopher Faylor
2006-01-03* dir.cc (readdir_worker): Minor code cleanup.Christopher Faylor