summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/autoload.cc
Commit message (Expand)AuthorAgeFilesLines
* * autoload.cc (WSAEventSelect): Define new autoload function.Corinna Vinschen2002-07-031-0/+2
* * autoload.cc (GetSecurityInfo): Define new autoload function.Christopher Faylor2002-07-021-0/+2
* * autoload.cc (NetGetDCName): Change to make this an optional load function.Christopher Faylor2002-06-291-1/+1
* * autoload (noload): Avoid clobbering bx register.Christopher Faylor2002-06-261-3/+3
* * autoload.cc (timeGetDevCaps): Define new autoload function.Christopher Faylor2002-06-071-0/+4
* * autoload.cc (noload): Correctly save argument count register.Christopher Faylor2002-06-061-1/+2
* * dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor2002-06-051-1/+1
* * autoload.cc: Replace autoload statments for ZwXXX by NtXXX.Corinna Vinschen2002-05-301-5/+4
* * autoload.cc (noload): Properly mask low order word for determining number ofChristopher Faylor2002-05-281-1/+1
* * autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.Christopher Faylor2002-05-281-4/+10
* * syscalls.cc (seteuid): Set default dacl in process token.Corinna Vinschen2002-05-161-0/+1
* * autoload.cc: Add dynamic load statements for 'ZwQueryInformationProcess' andChristopher Faylor2002-05-121-0/+2
* * autoload.cc (NetGetDCName): Add symbol.Corinna Vinschen2002-03-071-1/+1
* 2002-02-28 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-02-281-0/+1
* * autoload.cc (IsDebuggerPresent): Make conditional load since it is notChristopher Faylor2001-11-241-3/+4
* * autoload.cc: Autoload GetProcessMemoryInfo.Christopher Faylor2001-10-211-0/+2
* * autoload.cc: Add load statement for `NtOpenFile'.Corinna Vinschen2001-10-161-0/+1
* * autoload.cc (load_wsock32): Declare dummy function to force loading ofChristopher Faylor2001-10-141-0/+1
* * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successfulChristopher Faylor2001-10-131-3/+2
* * autoload.cc (wsock_init): Reorganize slightly to accomodate a new compiler.Christopher Faylor2001-10-131-1/+1
* * Makefile.in: Build wincap.o.Corinna Vinschen2001-09-121-0/+1
* Wed Sep 12 13:03:00 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins2001-09-121-0/+1
* * cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor2001-09-071-3/+3
* * cygwin.sc: Revert to previous NO_COPY behavior.Christopher Faylor2001-08-311-1/+1
* * cygwin.sc: New file -- linker script for building cygwin DLL.Christopher Faylor2001-08-311-1/+1
* * pinfo.cc: Use autoloaded ToolHelp functions throughout for Win9x.Christopher Faylor2001-06-111-0/+3
* * autoload.cc: Add load statements for `LookupAccountNameW',Corinna Vinschen2001-05-201-3/+14
* * autoload.cc: Add missing load statement for `CancelIo'.Corinna Vinschen2001-05-191-0/+1
* * grp.cc (read_etc_group): Don't copy mutex on fork.Christopher Faylor2001-05-191-9/+3
* * autoload.h: Eliminate.Christopher Faylor2001-05-161-97/+276
* * autoload.cc: Add autoload statements for ws2_32 functionsCorinna Vinschen2001-05-151-0/+9
* Revert much of previous erroneous checkin. Add ChangeLog entry.Christopher Faylor2001-05-041-3/+3
* * exceptions.cc (ctrl_c_handler): Always send signal to process if it has noChristopher Faylor2001-05-041-3/+3
* * autoload.cc: Use new definition of LoadDLLinitfunc throughout.Corinna Vinschen2001-05-031-188/+17
* * autoload.cc: Add LoadDLLinitfunc for secur32.dll.Corinna Vinschen2001-04-301-0/+32
* * autoload.cc: Add LoadDLLfunc statements for SetTokenInformation@16.Corinna Vinschen2001-04-251-0/+1
* * autoload.cc: Add winmm functions needed by fhandler_dsp.cc.Christopher Faylor2001-04-161-2/+34
* * fhandler.h (fhandler_dev_clipboard): Extend to support writing.Christopher Faylor2001-03-221-0/+4
* * autoload.cc (kernel32_init): New function for kernel32 autoloadChristopher Faylor2001-03-221-0/+18
* * autoload.cc (noload): Use proper method for multiline strings or newer gcc'sChristopher Faylor2001-03-111-39/+39
* * autoload.c (cygwin_premain0): Add missing parameter.Corinna Vinschen2001-03-061-0/+1
* * Makefile.in: Add `-lshell32 -luuid' to link pass for new-cygwin1.dll.Corinna Vinschen2001-02-211-0/+34
* * autoload.cc: Add LoadDLLinitfunc for iphlpapi.dll.Corinna Vinschen2001-02-071-0/+26
* * autoload.cc (LoadDLLinitfunc): Remove debugging statement.Christopher Faylor2001-01-171-1/+0
* * pinfo.cc (codepage_init): Move function.Christopher Faylor2001-01-081-1/+1
* * autoload.h: Make DLL initializers global to avoid inlining.Christopher Faylor2000-12-261-2/+2
* * autoload.cc: Add load statemant for SetSecurityDescriptorControl.Corinna Vinschen2000-12-201-0/+1
* * autoload.cc: Autoload CharToOemA.Christopher Faylor2000-12-101-0/+1
* * autoload.cc: Add autoload statement for `WSASetLastError'.Corinna Vinschen2000-11-071-0/+1
* * pinfo.cc (EnumProcessesNT): New function. Eliminates dependence on psapi.h.Christopher Faylor2000-11-021-0/+1