aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
AgeCommit message (Expand)AuthorFilesLines
2003-03-18* pthread.cc (pthread_attr_init): RemoveThomas Pfaff4-596/+310
2003-03-18* cygwin.din: Add pthread_rwlock_destroy, pthread_rwlock_init,Thomas Pfaff7-3/+761
2003-03-18* thread.h (pthread_cond::ExitingWait): Remove.Thomas Pfaff3-197/+214
2003-03-18* include/pthread.h (PTHREAD_MUTEX_NORMAL): New define.Thomas Pfaff4-50/+119
2003-03-18 * fhandler_proc.cc (format_proc_cpuinfo): Use IsProcessorFeaturePresentCorinna Vinschen2-53/+83
2003-03-17 * glob.c (g_lstat): Change API minor test to match API minor numberCorinna Vinschen2-2/+8
2003-03-17* include/cygwin/version.h: Reorganize last two api versions so that btowc andChristopher Faylor2-3/+10
2003-03-17* cygwin.din: Export btowc, trunc.Christopher Faylor6-15/+55
2003-03-13* include/cygwin/version.h: Bump DLL minor number to 23.Christopher Faylor4-3/+15
2003-03-13 * autoload.cc (IsProcessorFeaturePresent): Add.Corinna Vinschen3-1/+15
2003-03-13 * fhandler_proc.cc (format_proc_cpuinfo): Fix vendor id in cpuid case.Corinna Vinschen2-1/+5
2003-03-13 * net.cc (cygwin_rcmd): Use correct file descriptor in call to fdsock.Corinna Vinschen2-2/+7
2003-03-13* syscalls.cc (rename): Assume that DELETE_ON_CLOSE works on Win9x.Christopher Faylor3-3/+10
2003-03-11 * fhandler_socket.cc (fhandler_socket::dup): Don't callCorinna Vinschen2-1/+20
2003-03-112003-03-11 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen2-4/+24
2003-03-10 * sec_acl.cc (setacl): Don't handle DELETE flag specially.Corinna Vinschen3-10/+9
2003-03-09 Fix typo.Corinna Vinschen1-1/+1
2003-03-09 * winver.rc: Change Copyright hint to inlcude 2003.Corinna Vinschen2-1/+5
2003-03-09 Switch to 32/64 datatypes:Corinna Vinschen11-43/+190
2003-03-09fix typoChristopher Faylor1-1/+1
2003-03-09* include/cygwin/version.h: Bump DLL minor number to 21.Christopher Faylor2-1/+5
2003-03-09whitespace cleanupChristopher Faylor15-56/+55
2003-03-09Do some minor reformatting of 'extern "C"' use throughout.Christopher Faylor13-111/+511
2003-03-09* syscalls.cc (unlink): Attempt to be more clever about setting attributes ofChristopher Faylor2-12/+30
2003-03-09 * rmsym: Fix regular expression.Corinna Vinschen2-2/+6
2003-03-09* Makefile.in: Change from using new-* to cygwin0 for temporary targets.Christopher Faylor2-10/+16
2003-03-09 * include/cygwin/socket.h: Set SOMAXCONN to Winsock2 value.Corinna Vinschen2-1/+5
2003-03-09* syscalls.cc (unlink): Always attempt to use FILE_FLAG_CLOSE_ON_DELETE toChristopher Faylor2-57/+29
2003-03-08missed in last checkinChristopher Faylor1-1/+1
2003-03-08Revert below changes regarding _pinfo::cmdline.Christopher Faylor5-19/+17
2003-03-08 * external.cc (cygwin_internal): Change n to __off64_t to match changeCorinna Vinschen7-16/+32
2003-03-08* path.h (PATH_LNK): New enum val.Christopher Faylor5-37/+72
2003-03-07 * syscalls.cc (seteuid32): Fix formatting.Corinna Vinschen2-3/+8
2003-03-04* thread.cc (MTinterface::fixup_after_fork): Initialize mainthreadThomas Pfaff2-4/+9
2003-03-04 * fhandler_socket.cc (fhandler_socket::dup): Initialize type.Corinna Vinschen2-0/+5
2003-03-04revert erroneous entryChristopher Faylor1-9/+0
2003-03-04* Makefile.in (strace.exe): Include mingw_getopt.o in link line.Christopher Faylor1-0/+9
2003-03-04* fhandler.h (fhandler_tty_slave::close): Declare new function.Christopher Faylor3-2/+55
2003-03-03* fhandler_tty.cc (fhandler_pty_slave::open): Grudgingly incrementChristopher Faylor2-0/+8
2003-03-03* lib/getopt.c: Refresh from NetBSD sources.Christopher Faylor2-18/+32
2003-03-03* fhandler_console.cc (fhandler_console::close): Don't decrement in use counterChristopher Faylor2-1/+7
2003-03-02* lib/getopt.c: Nuke use of unneeded BSDisms.Christopher Faylor2-8/+7
2003-03-02* dll_init.cc (dll_list::load_after_fork): Don't revert to LoadLibrary ifChristopher Faylor8-48/+30
2003-03-02* dll_init.cc (dll_list::load_after_fork): Fix typo where result of LoadLibraryChristopher Faylor2-1/+6
2003-03-02fix typoChristopher Faylor1-1/+1
2003-03-01 * fhandler_socket.cc (fhandler_socket::bind): Open and write socketCorinna Vinschen2-20/+37
2003-03-01 * fhandler_socket.cc (get_inet_addr): Open and read socket file usingCorinna Vinschen2-7/+32
2003-03-01* cygwin.din: Wrap atexit and exit with cygwin, thread-safe functions.Christopher Faylor5-12/+53
2003-02-282003-02-28 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2-3/+8
2003-02-272003-03-27 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen2-61/+131