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
2003-06-05* cygthread.cc (cygthread::terminate_thread): Change system_printf toChristopher Faylor
2003-06-05* shared.cc (shared_info::heap_chunk_size): Be really defensive about makingChristopher Faylor
2003-06-05* path.cc (conv_path_list): Use correct value when calculating length to avoidChristopher Faylor
2003-06-042003-06-03 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2003-06-04* configure.in: Allow any i?86 variant.Christopher Faylor
2003-06-03 * fhandler_socket.cc (connect_thread): Remove.Corinna Vinschen
2003-06-03* spawn.cc (spawn_guts): Don't hang around if the parent doesn't exist.Christopher Faylor
2003-06-03* cygthread.h (cygthread::terminate_thread): Mark private.Christopher Faylor
2003-06-03 * fhandler_socket.cc (fhandler_socket::accept): Rename `signalled'Corinna Vinschen
2003-06-03 * fhandler_socket.cc (fhandler_socket::connect): Simplify previousCorinna Vinschen
2003-06-02 * fhandler_socket.cc: Include cygthread.h.Corinna Vinschen
2003-06-02* fhandler.cc (fhandler_base::write): Correct minor printf formatting styleChristopher Faylor
2003-06-012003-06-01 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2003-05-31* path.cc (mount_info::conv_to_win32_path): gcc warning about chroot_ok wasChristopher Faylor
2003-05-30* cygheap.cc (init_cheap): Temporarily remove inline that newer gcc's haveChristopher Faylor
2003-05-30 * include/sys/param.h: Add DEV_BSIZE.Corinna Vinschen
2003-05-29 * fhandler_socket.cc (fhandler_socket::dup): Rearrange. FixCorinna Vinschen
2003-05-29* mkvers.sh: Avoid "-dontuse" tags.Christopher Faylor
2003-05-29 * fhandler_socket.cc (fhandler_socket::dup): If running impersonated,Corinna Vinschen
2003-05-27* fhandler_socket.cc (sock_event::~sock_event): New method.Thomas Pfaff
2003-05-27 * fhandler_socket.cc (fhandler_socket::dup): First try duplicatingCorinna Vinschen
2003-05-27 * fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): FilterCorinna Vinschen
2003-05-26 * syscalls.cc (statfs): Call GetDiskFreeSpaceEx before GetDiskFreeSpace.Corinna Vinschen
2003-05-26 * fhandler.cc (is_at_eof): Fix conditional. Use INVALID_FILE_SIZECorinna Vinschen
2003-05-26 * fhandler_socket.cc (fhandler_socket::connect): Guard calls toCorinna Vinschen
2003-05-26 * fhandler.h: Rename FH_W95LSBUG flag to FH_LSEEKED.Corinna Vinschen
2003-05-25 * autoload.cc (GetDiskFreeSpaceEx): Add.Corinna Vinschen
2003-05-25 * fhandler_process.cc (format_process_stat): use PagefileUsageCorinna Vinschen
2003-05-21 * shared_info.h: Match shared_name declaration with below change.Corinna Vinschen
2003-05-20 * fhandler_socket.cc (secret_event_name): Return void. Use incomingCorinna Vinschen
2003-05-20 * fhandler_socket.cc (SECRET_EVENT_NAME): Remove.Corinna Vinschen
2003-05-20 * winsup/cygwin/include/cygwin/version.h: Bump API minor version.Corinna Vinschen
2003-05-19* spawn.cc (spawn_guts): Show more of command line in strace output.Christopher Faylor
2003-05-15* thread.h (pthread::init_mainthread): Remove function parameter.Thomas Pfaff
2003-05-15 * fhandler_proc.cc (format_proc_meminfo): Make swap memory outputCorinna Vinschen
2003-05-13 * include/cygwin/config.h: Define __USE_INTERNAL_STAT64 appropriately.Corinna Vinschen
2003-05-12 * Makefile.in (CYGWIN_START): Define as crt0.o. Add to TARGET_LIBS.Corinna Vinschen
2003-05-12 Replace ino_t by __ino64_t throughout.Corinna Vinschen
2003-05-11 * include/cygwin/types.h: Add key_t typedef.Corinna Vinschen
2003-05-11* dir.cc (readdir): Fill out new old_d_ino field.Christopher Faylor
2003-05-10 * Makefile.in (NEW_FUNCTIONS): All 32/64 from 0.79 API getCorinna Vinschen
2003-05-10 * include/cygwin/config.h: New file.Corinna Vinschen
2003-05-09* cygthread.cc (cygthread::detach): Prioritize waiting for I/O completion overChristopher Faylor
2003-05-06* signal.cc (nanosleep): Do not wait twice for signal arrival.Thomas Pfaff
2003-05-03 * include/cygwin/types.h: Fix erroneous definition of ino_t fromCorinna Vinschen
2003-05-03 * syscalls.cc (chown_worker): Allow chown'ing of socket files.Corinna Vinschen
2003-05-01* Makefile.in: Revert patch from 2003-04-17.Thomas Pfaff
2003-04-29* profil.h (PROFADDR): Prevent overflow when text segments are larger thanChristopher Faylor
2003-04-27* errno.cc (_sys_nerr): Fix compile error erroneously checked in on 2003-04-23.Christopher Faylor
2003-04-25 * include/netinet/ip.h: Include netinet/in_systm.h and netinet/in.hCorinna Vinschen