summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * dcrt0.cc (cygwin_exit): Mark as "noreturn".Christopher Faylor2005-07-051-0/+6
* * malloc.cc: Update to version 2.8.2.Christopher Faylor2005-07-051-0/+4
* * fhandler_tape.cc (fhandler_dev_tape::close): Don't do "extra stuff"Corinna Vinschen2005-07-051-3/+9
* Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor2005-07-051-0/+32
* * cygtls.h (_cygtls): Perform minor reformatting.Christopher Faylor2005-07-051-0/+19
* * cygheap.h (struct init_cygheap): Delete cygwin_regname member.Corinna Vinschen2005-07-041-0/+8
* * thread.cc (pthread_mutex::init): Remove unneeded efault/mutex check.Christopher Faylor2005-07-031-0/+4
* add missing ChangeLog entriesChristopher Faylor2005-07-031-0/+3
* * thread.h (verifyable_object_state verifyable_object_isvalid): Delete functionChristopher Faylor2005-07-031-0/+9
* Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor2005-07-031-0/+41
* * include/cygwin/version.h: Bump DLL minor number to 19.Christopher Faylor2005-07-031-0/+4
* * fhandler.cc (fhandler_base::readv): Use malloc/free instead of alloca.Corinna Vinschen2005-06-301-0/+5
* * cygerrno.h: Make multi-inclusion safe.Christopher Faylor2005-06-301-0/+14
* * autoload.cc (LoadDLLprime): Use a more descriptive name for autoload textChristopher Faylor2005-06-291-0/+6
* * fhandler_disk_file.cc (fhandler_disk_file::facl): Add missing break.Corinna Vinschen2005-06-271-0/+4
* * path.cc (path_conv::check): Don't strip trailing dots and spacesCorinna Vinschen2005-06-241-0/+5
* * fhandler.cc (rootdir): Don't set errno.Corinna Vinschen2005-06-241-0/+5
* * fhandler.h (class fhandler_dev_tape): Add declaration forCorinna Vinschen2005-06-221-0/+11
* * security.cc (get_initgroups_sidlist): Drop special_pgrp parameter.Corinna Vinschen2005-06-211-0/+7
* * uinfo.cc (uinfo_init): Call reimpersonate to set the main thread'sCorinna Vinschen2005-06-211-0/+5
* * fhandler_proc.cc (format_proc_partitions): Only list recognizedCorinna Vinschen2005-06-201-0/+5
* * glob.c: (glob0): New local variable `limit`. Use in calls to glob1Corinna Vinschen2005-06-181-0/+11
* * wincap.h (wincaps::detect_win16_exe): Declare.Christopher Faylor2005-06-181-0/+8
* * spawn.cc (spawn_guts): Detect when executing a 16-bit application and avoidChristopher Faylor2005-06-181-0/+6
* * cygwin.din (inet_pton): Export.Corinna Vinschen2005-06-171-0/+10
* * fhandler.h (fhandler_union): Add missing members corresponding toCorinna Vinschen2005-06-171-0/+5
* * syscalls.cc (statvfs): Handle the case when GetDiskFreeSpaceExCorinna Vinschen2005-06-161-0/+6
* add missing entryChristopher Faylor2005-06-151-0/+1
* * cygthread.cc (cygthread::detach): Fix debugging output.Christopher Faylor2005-06-151-0/+8
* * path.cc (path_conv::check): Always reset to FH_FS when component != 0 andChristopher Faylor2005-06-141-0/+5
* * fhandler_socket.cc (fhandler_socket::recvmsg): Avoid SEGV in OpenSSHCorinna Vinschen2005-06-121-0/+6
* * Makefile.in: Avoid initial heap allocation since cygwin has its own heap.Christopher Faylor2005-06-111-0/+5
* * fhandler_console.cc (fhandler_console::read): Fix a compiler warning.Christopher Faylor2005-06-111-0/+4
* * include/pthread.h: Change PTHREAD_MUTEX_DEFAULT to PTHREAD_MUTEX_NORMAL.Christopher Faylor2005-06-111-1/+19
* * fhandler_socket.cc (fhandler_socket::sendto): Always initializeCorinna Vinschen2005-06-101-0/+6
* * cygwin.din (imaxabs): Export.Corinna Vinschen2005-06-101-0/+14
* * cygthread.cc (cygthread::detach): Improve diagnostics for what should be anChristopher Faylor2005-06-091-0/+5
* * cygtls.h (_local_storage::setmode_file): New element.Christopher Faylor2005-06-091-0/+11
* * thread.cc (pthread_mutex::_lock): Use cancelable_wait rather thanChristopher Faylor2005-06-091-0/+5
* * cygwin.sc: Place .cygwin_dll_common in a more sensible spot.Christopher Faylor2005-06-091-0/+4
* * cygwin.sc: Place .cygwin_dll_common.Christopher Faylor2005-06-091-0/+5
* * include/pthread.h (PTHREAD_MUEXT_INITIALIZER): Change toChristopher Faylor2005-06-091-0/+5
* * thread.cc (cancelable_wait): No-op change to make sure that res is always aChristopher Faylor2005-06-091-0/+5
* Change pthread::cancelable_wait to just cancelable_wait, throughout.Christopher Faylor2005-06-091-0/+9
* * cygwin.sc: Apparently nonloading sections need to go last.Christopher Faylor2005-06-081-0/+4
* * cygwin.sc: Restore resource and reloc sections and use more modern syntax forChristopher Faylor2005-06-081-0/+5
* * environ.cc (spenvs): Remove cut/paste error which associated CYGWIN_DEBUGChristopher Faylor2005-06-081-0/+5
* * security.cc (cygwin_logon_user): Run LogonUser in the primaryCorinna Vinschen2005-06-081-1/+6
* * pinfo.cc (pinfo::init): Define sa_buf as PSECURITY_ATTRIBUTES andCorinna Vinschen2005-06-071-0/+25
* * cygthread.cc (cygthread::detach): Make error message a little more detailed.Christopher Faylor2005-06-071-0/+11