summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* format comment using GNU-styleChristopher Faylor2006-04-211-7/+4
* * environ.cc (rawenv): Make this variable a file-scope static.Christopher Faylor2006-04-212-38/+43
* * tty.h (tty::hwnd): Move to tty_min.Christopher Faylor2006-04-215-15/+33
* * environ.cc (getearly): New function.Corinna Vinschen2006-04-212-2/+46
* * include/asm/byteorder.h (__ntohl): Fix the missing uint32_t.Corinna Vinschen2006-04-212-1/+5
* * fhandler_socket.cc (fhandler_socket::wait): Reorder settingCorinna Vinschen2006-04-212-1/+6
* * include/asm/byteorder.h: Include stdint.h. Per standard, changeCorinna Vinschen2006-04-212-26/+24
* * include/winnt.h: revert to 1.102Dimitri Papadopoulos2006-04-203-16/+0
* * include/edevdefs.h: New file.Dimitri Papadopoulos2006-04-192-0/+354
* * include/mmsystem.h (_LPCWAVEFORMATEX_DEFINED): Define.Dimitri Papadopoulos2006-04-192-3/+12
* * include/winnt.h, include/ddk/winddk.h (FIELD_OFFSET):Dimitri Papadopoulos2006-04-193-0/+16
* * include/winuser.h (CharNextEx,CharNextExW,CharPrevEx,CharPrevExW):Dimitri Papadopoulos2006-04-192-6/+6
* * exceptions.cc (ctrl_c_handler): Only exit TRUE on CTRL_LOGOFF_EVENT when weChristopher Faylor2006-04-182-20/+17
* 2006-04-18 Eric House <ehouse@eehouse.org>Danny Smith2006-04-181-0/+49
* 2006-04-18 Eric House <ehouse@eehouse.org>Danny Smith2006-04-186-0/+99
* 2006-04-18 Thorsten Dahlheimer (dahlheim@users.sf.net> Danny Smith2006-04-186-0/+473
* 2006-04-18 Thorsten Dahlheimer (dahlheim@users.sf.net> Danny Smith2006-04-182-4/+138
* 2006-04-18 Bart Oldeman <bartoldeman@users.sf.net>Danny Smith2006-04-184-3/+10
* * mktemp.cc (_gettemp): Open temp files in binary mode.Christopher Faylor2006-04-172-1/+6
* * include/ws2tcpip.h (gai_strerror): Add thread-safety comment.Danny Smith2006-04-162-0/+6
* * include/ws2tcpip.h (gai_strerror{AW}): Implement as inline function.Dimitri Papadopoulos2006-04-142-11/+30
* * include/wsahelp.h (system_header): Add pragma.Dimitri Papadopoulos2006-04-146-15/+32
* * include/rpcndr.h (boolean): Add typedef.Dimitri Papadopoulos2006-04-142-3/+12
* * fhandler_disk_file.cc (fhandler_disk_file::readdir): Use UINT32_MAXCorinna Vinschen2006-04-142-2/+7
* * fhandler_disk_file.cc (path_conv::hasgood_inode): Make inline.Corinna Vinschen2006-04-143-32/+42
* 2006-04-14 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe2006-04-143-26/+31
* trivial changeChristopher Faylor2006-04-141-1/+0
* 2006-04-13 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2006-04-142-0/+8
* * spawn.cc (spawn_guts): Move ch.set() call back to where it was supposed toChristopher Faylor2006-04-132-1/+6
* Bump copyright dates.Corinna Vinschen2006-04-131-1/+2
* * sysconf.cc (sysconf): Add _SC_THREADS, _SC_THREAD_ATTR_STACKSIZE,Corinna Vinschen2006-04-132-0/+20
* * spawn.cc (spawn_guts): Revert patch which treated derived cygwin programsChristopher Faylor2006-04-134-9/+35
* * Makefile.in (DLL_OFILES): Add winf.o.Christopher Faylor2006-04-126-193/+244
* * include/secext.h: Enclose function declarations in extern "C" forDanny Smith2006-04-122-1/+15
* 2006-04-11 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2006-04-1119-192/+213
* * include/commdlg.h (PD_*): Rearrange.Dimitri Papadopoulos2006-04-111-4/+4
* * include/commdlg.h (PD_*): Define.Dimitri Papadopoulos2006-04-113-26/+35
* * include/iphlpapi.h (GetAdaptersAddresses): Check for winsock2Danny Smith2006-04-082-1/+6
* * include/wincrypt.h (PROV_MS_EXCHANGE): Define.Dimitri Papadopoulos2006-04-072-0/+8
* * include/commdlg.h [WINVER >= 0x0500]Dimitri Papadopoulos2006-04-072-1/+11
* * include/wingdi.h [WINVER >= 0x0410]Dimitri Papadopoulos2006-04-072-1/+7
* * include/wingdi.h (CAPTUREBLT,NOMIRRORBITMAP): Define.Dimitri Papadopoulos2006-04-073-16/+60
* * include/w32api.h (IE*): Define for recent versions of IE.Dimitri Papadopoulos2006-04-062-0/+7
* * include/w32api.h (_W32API_H): Define.Dimitri Papadopoulos2006-04-062-2/+8
* * include/w32api.h (WindowsVista): Define.Dimitri Papadopoulos2006-04-062-7/+12
* * include/iptypes.h (IP_ADAPTER_*): Define parts that dependDimitri Papadopoulos2006-04-063-1/+7
* * include/winuser.h (WM_IME_*): Remove. Defined in imm.h.Dimitri Papadopoulos2006-04-063-17/+5
* * fhandler_socket.cc: Move iptypes.h include after winsock2 since it now reliesChristopher Faylor2006-04-053-2/+8
* * dcrt0.cc (dll_crt0_0): Move user_data->{resourcelocks,threadinterface}Christopher Faylor2006-04-052-2/+9
* * include/iphlpapi.h (GAA_FLAG_*): Define.Dimitri Papadopoulos2006-04-053-0/+22