summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
* Eliminate (void) cast on standalone function calls throughout.Christopher Faylor2005-07-0641-106/+110
* * dcrt0.cc (cygwin_exit): Mark as "noreturn".Christopher Faylor2005-07-053-2/+10
* * malloc.cc: Update to version 2.8.2.Christopher Faylor2005-07-052-5/+18
* * fhandler_tape.cc (fhandler_dev_tape::close): Don't do "extra stuff"Corinna Vinschen2005-07-052-10/+21
* Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor2005-07-0535-212/+187
* * cygtls.h (_cygtls): Perform minor reformatting.Christopher Faylor2005-07-058-48/+65
* ARGH. Check in previous uncommitted-but-ChangeLog'ed entry.Christopher Faylor2005-07-051-3/+4
* * cygheap.h (struct init_cygheap): Delete cygwin_regname member.Corinna Vinschen2005-07-043-19/+13
* * 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-033-214/+215
* Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor2005-07-0332-446/+514
* should have been checked in on 2005-06-29Christopher Faylor2005-07-031-1/+1
* * include/cygwin/version.h: Bump DLL minor number to 19.Christopher Faylor2005-07-032-1/+5
* * fhandler.cc (fhandler_base::readv): Use malloc/free instead of alloca.Corinna Vinschen2005-06-302-4/+11
* * cygerrno.h: Make multi-inclusion safe.Christopher Faylor2005-06-309-19/+86
* revert erroneous checkinChristopher Faylor2005-06-301-4/+4
* * autoload.cc (LoadDLLprime): Use a more descriptive name for autoload textChristopher Faylor2005-06-293-5/+11
* * fhandler_disk_file.cc (fhandler_disk_file::facl): Add missing break.Corinna Vinschen2005-06-272-0/+5
* * path.cc (path_conv::check): Don't strip trailing dots and spacesCorinna Vinschen2005-06-242-1/+6
* * fhandler.cc (rootdir): Don't set errno.Corinna Vinschen2005-06-243-7/+11
* * fhandler.h (class fhandler_dev_tape): Add declaration forCorinna Vinschen2005-06-223-1/+52
* * security.cc (get_initgroups_sidlist): Drop special_pgrp parameter.Corinna Vinschen2005-06-212-9/+14
* * uinfo.cc (uinfo_init): Call reimpersonate to set the main thread'sCorinna Vinschen2005-06-212-0/+6
* * fhandler_proc.cc (format_proc_partitions): Only list recognizedCorinna Vinschen2005-06-202-2/+8
* fix indentationChristopher Faylor2005-06-201-98/+98
* * glob.c: (glob0): New local variable `limit`. Use in calls to glob1Corinna Vinschen2005-06-184-17/+48
* * wincap.h (wincaps::detect_win16_exe): Declare.Christopher Faylor2005-06-184-16/+38
* * spawn.cc (spawn_guts): Detect when executing a 16-bit application and avoidChristopher Faylor2005-06-182-4/+15
* * cygwin.din (inet_pton): Export.Corinna Vinschen2005-06-175-1/+62
* * fhandler.h (fhandler_union): Add missing members corresponding toCorinna Vinschen2005-06-172-1/+8
* * syscalls.cc (statvfs): Handle the case when GetDiskFreeSpaceExCorinna Vinschen2005-06-162-4/+21
* add missing entryChristopher Faylor2005-06-151-0/+1
* * cygthread.cc (cygthread::detach): Fix debugging output.Christopher Faylor2005-06-156-6/+12
* * path.cc (path_conv::check): Always reset to FH_FS when component != 0 andChristopher Faylor2005-06-142-14/+16
* * fhandler_socket.cc (fhandler_socket::recvmsg): Avoid SEGV in OpenSSHCorinna Vinschen2005-06-122-0/+7
* * Makefile.in: Avoid initial heap allocation since cygwin has its own heap.Christopher Faylor2005-06-112-1/+7
* * fhandler_console.cc (fhandler_console::read): Fix a compiler warning.Christopher Faylor2005-06-112-1/+5
* * include/pthread.h: Change PTHREAD_MUTEX_DEFAULT to PTHREAD_MUTEX_NORMAL.Christopher Faylor2005-06-114-24/+47
* * fhandler_socket.cc (fhandler_socket::sendto): Always initializeCorinna Vinschen2005-06-102-4/+10
* whitespace changes to hopefully force snapshot run.Christopher Faylor2005-06-101-1/+1
* * cygwin.din (imaxabs): Export.Corinna Vinschen2005-06-104-2/+24
* * cygthread.cc (cygthread::detach): Improve diagnostics for what should be anChristopher Faylor2005-06-092-1/+19
* * cygtls.h (_local_storage::setmode_file): New element.Christopher Faylor2005-06-096-75/+95
* * thread.cc (pthread_mutex::_lock): Use cancelable_wait rather thanChristopher Faylor2005-06-092-1/+6
* * cygwin.sc: Place .cygwin_dll_common in a more sensible spot.Christopher Faylor2005-06-092-4/+8
* * cygwin.sc: Place .cygwin_dll_common.Christopher Faylor2005-06-093-1/+10
* * include/pthread.h (PTHREAD_MUEXT_INITIALIZER): Change toChristopher Faylor2005-06-092-1/+6
* * thread.cc (cancelable_wait): No-op change to make sure that res is always aChristopher Faylor2005-06-092-3/+7
* Change pthread::cancelable_wait to just cancelable_wait, throughout.Christopher Faylor2005-06-096-48/+70