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
path: root/winsup
AgeCommit message (Expand)Author
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor
2003-06-13* cygcheck.cc (pretty_id): Rework slightly to not rely on spaces.Christopher Faylor
2003-06-13clarifyChristopher Faylor
2003-06-13Throughout, always return error when GetShortPathName returns 0.Christopher Faylor
2003-06-12* thread.cc (pthread_attr_init): Revert change from 2003-06-11Thomas Pfaff
2003-06-12 * exceptions.cc (ctrl_c_handler): Don't send a signal onCorinna Vinschen
2003-06-11* thread.cc (pthread_attr_init): Return 0 if attribute is already initialized.Thomas Pfaff
2003-06-09 * spawn.cc (spawn_guts): Call CreateProcess while impersonated,Corinna Vinschen
2003-06-07fix typoChristopher Faylor
2003-06-07* poll.cc: Define FD_SETSIZE to ridiculously large number so that there will beChristopher Faylor
2003-06-07* fhandler_tty.cc (fhandler_tty_slave::close): Free the console when last ttyChristopher Faylor
2003-06-07* fhandler_socket.cc (fhandler_socket::connect): Change errorThomas Pfaff
2003-06-06 * cygwin.din: Add vsyslog.Corinna Vinschen
2003-06-062003-06-06 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith
2003-06-05* cygthread.cc (cygthread::terminate_thread): Change system_printf toChristopher Faylor
2003-06-05 * include/winuser.h (WNDCLASS[AW], WNDCLASSEX[AW]): Change type ofLuke Dunstan
2003-06-05* shared.cc (shared_info::heap_chunk_size): Be really defensive about makingChristopher Faylor
2003-06-052003-06-05 Bart Oldeman <bartoldeman@users.sourceforge.net>Danny Smith
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* 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 * include/ddk/ntpoapi.h (POWER_INFORMATION_LEVEL): Remove.Danny Smith
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-302003-05-30 Mattia Barbon <mbarbon@dsi.unive.it>Luke Dunstan
2003-05-302003-05-30 Bang Jun-Young <junyoung@netbsd.org>Danny Smith
2003-05-30 * include/sys/param.h: Add DEV_BSIZE.Corinna Vinschen
2003-05-302003-05-30 Sascha Sommer <saschasommer@freenet.de>Danny Smith
2003-05-29 * fhandler_socket.cc (fhandler_socket::dup): Rearrange. FixCorinna Vinschen
2003-05-29* include/winuser.h (LWA_COLORKEY, LWA_ALPHA): Add defines.Luke Dunstan
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-26* include/winuser.h (EnumDisplayDevicesW): Fix typo.Christopher Faylor
2003-05-25 * autoload.cc (GetDiskFreeSpaceEx): Add.Corinna Vinschen