aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2002-07-11 * fhandler_disk_file.cc (fhandler_disk_file::open): Don'tCorinna Vinschen2-3/+6
2002-07-11jdf patchChristopher Faylor1-102/+482
2002-07-10more jdfChristopher Faylor1-27/+54
2002-07-09Merge changes from MinGWEarnie Boyd4-0/+14
2002-07-09 * lib/ntdll.def: Remove \r.Earnie Boyd1-283/+283
2002-07-09* debug.cc: Avoid explicit zeroing of globals.Christopher Faylor3-10/+39
2002-07-09More jdf changes.Christopher Faylor1-137/+176
2002-07-08Joshua Daniel Franklin update.Christopher Faylor1-62/+121
2002-07-07doc patch.Christopher Faylor1-76/+85
2002-07-07* configure.in: Check for libiconv.a.Christopher Faylor4-38/+78
2002-07-07* Makefile.in: Use MINGW stuff from Makefile.common.Christopher Faylor4-23/+15
2002-07-07* testsuite/winsup.api/winsup.exp: Add -mwin32 to gcc flags so windows.h willChristopher Faylor2-1/+6
2002-07-07* Makefile.common (MINGW_INCLUDES): Simplify.Christopher Faylor2-43/+8
2002-07-07Add missing entry from 2002-06-25Christopher Faylor1-0/+43
2002-07-06 * fhandler.h (fhandler_socket::is_unconnected): Constify.Corinna Vinschen5-20/+55
2002-07-05add missing entryChristopher Faylor1-0/+3
2002-07-05* ntdll.h (_SYSTEM_PROCESSOR_TIMES): Force eight byte alignment.Christopher Faylor3-36/+43
2002-07-05 * fhandler.h (UNCONNECTED): New define.Corinna Vinschen5-20/+64
2002-07-04 * fhandler_socket.cc (fhandler_socket::set_sun_path): Don't freeCorinna Vinschen2-3/+6
2002-07-04 * fhandler_socket.cc (fhandler_socket::dup): Add missing copy operationCorinna Vinschen2-0/+7
2002-07-04* winsup.api/pthread/cancel1.c: New test. Port from pthreads-win32Egor Duda6-0/+840
2002-07-042002-06-25 Thomas Pfaff <tpfaff@gmx.net>Robert Collins5-281/+385
2002-07-04 Let RPC API work with or without windows.h.Danny Smith3-3/+15
2002-07-04* Makefile.in: Eliminate unneeded Makefile recreation rule.Christopher Faylor2-5/+4
2002-07-03* include/cygwin/version.h: Bump DLL minor number.Christopher Faylor2-1/+5
2002-07-03* include/sys/statfs.h: New header file.Christopher Faylor2-0/+15
2002-07-03* dtable.cc (cygwin_attach_handle_to_fd): Default to implicit bin mode if noneChristopher Faylor4-2/+12
2002-07-03 * tty.cc (tty::common_init): Reverse logic of cygserver check inConrad Scott2-1/+6
2002-07-03 * autoload.cc (WSAEventSelect): Define new autoload function.Corinna Vinschen3-16/+83
2002-07-03* cygheap.cc (init_cheap): Rearrange error message.Christopher Faylor7-44/+28
2002-07-02* net.cc (cygwin_getpeername): Defend against NULL pointer dereference.Christopher Faylor2-1/+5
2002-07-02 * mkgroup.c: Add function pointers for functions from advapi32.dll.Corinna Vinschen2-4/+28
2002-07-02 * include/cygwin/version.h: Bump API minor version.Corinna Vinschen2-1/+6
2002-07-02 * security.cc (get_logon_server): Interpret a zero lengthCorinna Vinschen2-3/+15
2002-07-02 * cygwin.din (__fpclassifyd): Add symbol.Corinna Vinschen2-0/+11
2002-07-02 * security.h (DONT_INHERIT): Eliminate definition.Corinna Vinschen4-11/+19
2002-07-022002-07-02 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith2-5/+45
2002-07-02* syscalls.c (seteuid32): Return immediately if the program is not impersonatedChristopher Faylor2-11/+16
2002-07-02* syscalls.cc (seteuid32): Fix incorrect placement of Pierre's patch below.Christopher Faylor2-5/+10
2002-07-02* syscalls.cc (seteuid32): Fix incorrect use of system_printf.Christopher Faylor2-1/+5
2002-07-02* autoload.cc (GetSecurityInfo): Define new autoload function.Christopher Faylor9-152/+507
2002-07-01* syscalls.c (seteuid32): Do not return an error when the token cannot beChristopher Faylor4-3/+14
2002-07-01* mount.cc (main): Ensure that mount_already_exists() also gets default flagChristopher Faylor3-61/+117
2002-07-01* fhandler_clipboard.c (fhandler_dev_clipboard::open): Force text mode.Christopher Faylor14-14/+39
2002-07-01* debug.cc (threads): Avoid initialization.Christopher Faylor3-3/+8
2002-07-01* uinfo.cc (cygheap_user::ontherange): Make cygwin root the last resort forChristopher Faylor2-4/+7
2002-07-01 * shared.cc (sec_none): Move to sec_helper.cc.Corinna Vinschen3-96/+113
2002-07-01* uinfo.cc (cygheap_user::ontherange): Potentially set HOME from existingChristopher Faylor2-10/+21
2002-07-01white spaceChristopher Faylor2-2/+2
2002-07-01* environ.cc (parse_options): Use setenv to potentially replace CYGWIN value onChristopher Faylor2-14/+40