aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
AgeCommit message (Expand)AuthorFilesLines
2003-06-24* thread.cc (MTinterface::fixup_after_fork): Fix thread list after fork.Thomas Pfaff3-10/+72
2003-06-21* pinfo.cc (_pinfo::commune_send): Don't attempt to communicate with a pureChristopher Faylor2-1/+6
2003-06-192003-06-18 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet3-6/+32
2003-06-17* path.cc (mount): Do more strict checking on posix path arguments.Christopher Faylor2-2/+15
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor79-87/+65
2003-06-12* thread.cc (pthread_attr_init): Revert change from 2003-06-11Thomas Pfaff2-4/+12
2003-06-12 * exceptions.cc (ctrl_c_handler): Don't send a signal onCorinna Vinschen2-0/+11
2003-06-11* thread.cc (pthread_attr_init): Return 0 if attribute is already initialized.Thomas Pfaff2-10/+23
2003-06-09 * spawn.cc (spawn_guts): Call CreateProcess while impersonated,Corinna Vinschen4-20/+50
2003-06-07fix typoChristopher Faylor1-1/+1
2003-06-07* poll.cc: Define FD_SETSIZE to ridiculously large number so that there will beChristopher Faylor2-0/+6
2003-06-07* fhandler_tty.cc (fhandler_tty_slave::close): Free the console when last ttyChristopher Faylor2-1/+7
2003-06-07* fhandler_socket.cc (fhandler_socket::connect): Change errorThomas Pfaff2-6/+14
2003-06-06 * cygwin.din: Add vsyslog.Corinna Vinschen6-7/+28
2003-06-05* cygthread.cc (cygthread::terminate_thread): Change system_printf toChristopher Faylor2-1/+6
2003-06-05* shared.cc (shared_info::heap_chunk_size): Be really defensive about makingChristopher Faylor2-0/+7
2003-06-04* path.cc (conv_path_list): Use correct value when calculating length to avoidChristopher Faylor2-1/+6
2003-06-042003-06-03 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2-25/+17
2003-06-04* configure.in: Allow any i?86 variant.Christopher Faylor1-0/+5
2003-06-03* configure.in: Allow any i?86 variant.Christopher Faylor2-2/+2
2003-06-03 * fhandler_socket.cc (connect_thread): Remove.Corinna Vinschen3-55/+77
2003-06-03* spawn.cc (spawn_guts): Don't hang around if the parent doesn't exist.Christopher Faylor2-2/+6
2003-06-02* cygthread.h (cygthread::terminate_thread): Mark private.Christopher Faylor3-5/+16
2003-06-02 * fhandler_socket.cc (fhandler_socket::accept): Rename `signalled'Corinna Vinschen2-2/+7
2003-06-02 * fhandler_socket.cc (fhandler_socket::connect): Simplify previousCorinna Vinschen2-28/+16
2003-06-02 * fhandler_socket.cc: Include cygthread.h.Corinna Vinschen2-110/+71
2003-06-02* fhandler.cc (fhandler_base::write): Correct minor printf formatting styleChristopher Faylor2-1/+6
2003-06-012003-06-01 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2-12/+17
2003-05-30* path.cc (mount_info::conv_to_win32_path): gcc warning about chroot_ok wasChristopher Faylor2-3/+9
2003-05-30* cygheap.cc (init_cheap): Temporarily remove inline that newer gcc's haveChristopher Faylor4-15/+22
2003-05-30 * include/sys/param.h: Add DEV_BSIZE.Corinna Vinschen2-1/+10
2003-05-29 * fhandler_socket.cc (fhandler_socket::dup): Rearrange. FixCorinna Vinschen2-22/+29
2003-05-29* mkvers.sh: Avoid "-dontuse" tags.Christopher Faylor5-35/+74
2003-05-28 * fhandler_socket.cc (fhandler_socket::dup): If running impersonated,Corinna Vinschen2-10/+24
2003-05-27* fhandler_socket.cc (sock_event::~sock_event): New method.Thomas Pfaff2-21/+34
2003-05-27 * fhandler_socket.cc (fhandler_socket::dup): First try duplicatingCorinna Vinschen2-7/+13
2003-05-27 * fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): FilterCorinna Vinschen2-0/+8
2003-05-26 * syscalls.cc (statfs): Call GetDiskFreeSpaceEx before GetDiskFreeSpace.Corinna Vinschen2-3/+10
2003-05-26 * fhandler.cc (is_at_eof): Fix conditional. Use INVALID_FILE_SIZECorinna Vinschen2-1/+6
2003-05-26 * fhandler_socket.cc (fhandler_socket::connect): Guard calls toCorinna Vinschen2-3/+9
2003-05-26 * fhandler.h: Rename FH_W95LSBUG flag to FH_LSEEKED.Corinna Vinschen4-54/+92
2003-05-25 * autoload.cc (GetDiskFreeSpaceEx): Add.Corinna Vinschen4-35/+45
2003-05-24 * fhandler_process.cc (format_process_stat): use PagefileUsageCorinna Vinschen2-2/+8
2003-05-21 * shared_info.h: Match shared_name declaration with below change.Corinna Vinschen6-14/+35
2003-05-20 * fhandler_socket.cc (secret_event_name): Return void. Use incomingCorinna Vinschen2-9/+16
2003-05-20 * fhandler_socket.cc (SECRET_EVENT_NAME): Remove.Corinna Vinschen5-36/+122
2003-05-20 * winsup/cygwin/include/cygwin/version.h: Bump API minor version.Corinna Vinschen5-15/+78
2003-05-19* spawn.cc (spawn_guts): Show more of command line in strace output.Christopher Faylor2-4/+8
2003-05-15* thread.h (pthread::init_mainthread): Remove function parameter.Thomas Pfaff4-13/+23
2003-05-15 * fhandler_proc.cc (format_proc_meminfo): Make swap memory outputCorinna Vinschen2-2/+7