aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
AgeCommit message (Expand)AuthorFilesLines
2005-07-17* child_info.h (child_info::sync): Pass pid and HANDLE rather than using pinfo.Christopher Faylor10-136/+195
2005-07-16fix whitespaceChristopher Faylor1-91/+91
2005-07-09* path.cc (mount): Only check win32_path when we know we need it.Christopher Faylor2-1/+7
2005-07-09 * cygwin.din (getline): Export.Corinna Vinschen4-5/+21
2005-07-08 * cygwin.din (__getline): Export.Corinna Vinschen4-2/+16
2005-07-06Eliminate (void) cast on standalone function calls throughout.Christopher Faylor41-106/+110
2005-07-05* dcrt0.cc (cygwin_exit): Mark as "noreturn".Christopher Faylor3-2/+10
2005-07-05* malloc.cc: Update to version 2.8.2.Christopher Faylor2-5/+18
2005-07-05 * fhandler_tape.cc (fhandler_dev_tape::close): Don't do "extra stuff"Corinna Vinschen2-10/+21
2005-07-05Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor35-212/+187
2005-07-05* cygtls.h (_cygtls): Perform minor reformatting.Christopher Faylor8-48/+65
2005-07-05ARGH. Check in previous uncommitted-but-ChangeLog'ed entry.Christopher Faylor1-3/+4
2005-07-04 * cygheap.h (struct init_cygheap): Delete cygwin_regname member.Corinna Vinschen3-19/+13
2005-07-03* thread.cc (pthread_mutex::init): Remove unneeded efault/mutex check.Christopher Faylor1-0/+4
2005-07-03add missing ChangeLog entriesChristopher Faylor1-0/+3
2005-07-03* thread.h (verifyable_object_state verifyable_object_isvalid): Delete functionChristopher Faylor3-214/+215
2005-07-03Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor32-446/+514
2005-07-03should have been checked in on 2005-06-29Christopher Faylor1-1/+1
2005-07-03* include/cygwin/version.h: Bump DLL minor number to 19.Christopher Faylor2-1/+5
2005-06-30 * fhandler.cc (fhandler_base::readv): Use malloc/free instead of alloca.Corinna Vinschen2-4/+11
2005-06-30* cygerrno.h: Make multi-inclusion safe.Christopher Faylor9-19/+86
2005-06-30revert erroneous checkinChristopher Faylor1-4/+4
2005-06-29* autoload.cc (LoadDLLprime): Use a more descriptive name for autoload textChristopher Faylor3-5/+11
2005-06-27 * fhandler_disk_file.cc (fhandler_disk_file::facl): Add missing break.Corinna Vinschen2-0/+5
2005-06-24 * path.cc (path_conv::check): Don't strip trailing dots and spacesCorinna Vinschen2-1/+6
2005-06-24 * fhandler.cc (rootdir): Don't set errno.Corinna Vinschen3-7/+11
2005-06-22 * fhandler.h (class fhandler_dev_tape): Add declaration forCorinna Vinschen3-1/+52
2005-06-21 * security.cc (get_initgroups_sidlist): Drop special_pgrp parameter.Corinna Vinschen2-9/+14
2005-06-21 * uinfo.cc (uinfo_init): Call reimpersonate to set the main thread'sCorinna Vinschen2-0/+6
2005-06-20 * fhandler_proc.cc (format_proc_partitions): Only list recognizedCorinna Vinschen2-2/+8
2005-06-20fix indentationChristopher Faylor1-98/+98
2005-06-18 * glob.c: (glob0): New local variable `limit`. Use in calls to glob1Corinna Vinschen4-17/+48
2005-06-18* wincap.h (wincaps::detect_win16_exe): Declare.Christopher Faylor4-16/+38
2005-06-18* spawn.cc (spawn_guts): Detect when executing a 16-bit application and avoidChristopher Faylor2-4/+15
2005-06-17 * cygwin.din (inet_pton): Export.Corinna Vinschen5-1/+62
2005-06-17 * fhandler.h (fhandler_union): Add missing members corresponding toCorinna Vinschen2-1/+8
2005-06-16 * syscalls.cc (statvfs): Handle the case when GetDiskFreeSpaceExCorinna Vinschen2-4/+21
2005-06-15add missing entryChristopher Faylor1-0/+1
2005-06-15* cygthread.cc (cygthread::detach): Fix debugging output.Christopher Faylor6-6/+12
2005-06-14* path.cc (path_conv::check): Always reset to FH_FS when component != 0 andChristopher Faylor2-14/+16
2005-06-12 * fhandler_socket.cc (fhandler_socket::recvmsg): Avoid SEGV in OpenSSHCorinna Vinschen2-0/+7
2005-06-11* Makefile.in: Avoid initial heap allocation since cygwin has its own heap.Christopher Faylor2-1/+7
2005-06-11* fhandler_console.cc (fhandler_console::read): Fix a compiler warning.Christopher Faylor2-1/+5
2005-06-11* include/pthread.h: Change PTHREAD_MUTEX_DEFAULT to PTHREAD_MUTEX_NORMAL.Christopher Faylor4-24/+47
2005-06-10 * fhandler_socket.cc (fhandler_socket::sendto): Always initializeCorinna Vinschen2-4/+10
2005-06-10whitespace changes to hopefully force snapshot run.Christopher Faylor1-1/+1
2005-06-10 * cygwin.din (imaxabs): Export.Corinna Vinschen4-2/+24
2005-06-09* cygthread.cc (cygthread::detach): Improve diagnostics for what should be anChristopher Faylor2-1/+19
2005-06-09* cygtls.h (_local_storage::setmode_file): New element.Christopher Faylor6-75/+95
2005-06-09* thread.cc (pthread_mutex::_lock): Use cancelable_wait rather thanChristopher Faylor2-1/+6