aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/autoload.cc
AgeCommit message (Expand)AuthorFilesLines
2005-01-18 * autoload.cc (CoInitialize): Remove.Corinna Vinschen1-3/+3
2004-09-14 * autoload.cc (EnumProcessModules): Add.Corinna Vinschen1-0/+1
2004-09-03Christopher Faylor <cgf@timesys.com>Christopher Faylor1-1/+1
2004-07-24 * autoload.cc (GetNativeSystemInfo): Add.Corinna Vinschen1-0/+2
2004-06-22* autoload.cc (wsock_init): Keep lock while modifying return address.Christopher Faylor1-2/+2
2004-06-03* winbase.h (ilockincr): More changes from the inexplicable world of gcc asmChristopher Faylor1-0/+1
2004-04-17fix commentsChristopher Faylor1-2/+1
2004-04-16 * autoload.cc (NtCreateFile): Add.Corinna Vinschen1-0/+1
2004-04-15* autoload.cc (dll_chain1): Rename to dll_chain. Remove old dll_chain code.Christopher Faylor1-13/+4
2004-04-14 * autoload.cc (NtSetSecurityObject): Add.Corinna Vinschen1-0/+1
2004-04-13 * autoload.cc (NtQuerySecurityObject): Add.Corinna Vinschen1-0/+1
2004-03-23 * autoload.cc: Load eight more functions for waveIn support.Corinna Vinschen1-0/+9
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor1-1/+1
2004-01-14* cygtls.h (_threadinfo::call): Remove regparm declaration to work aroundChristopher Faylor1-2/+1
2003-09-27* Makefile.in: Add libusr32.a to DLL_IMPORTS.Christopher Faylor1-0/+2
2003-09-272003-09-26 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-0/+1
2003-09-10 * Makefile.in (DLL_OFILES): Add bsdlib.o.Corinna Vinschen1-0/+1
2003-08-28* syscalls.cc (mount): Don't check win32_path when doing cygdrive mount.Christopher Faylor1-0/+1
2003-06-192003-06-18 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-0/+1
2003-05-25 * autoload.cc (GetDiskFreeSpaceEx): Add.Corinna Vinschen1-0/+1
2003-04-20 * autoload.cc (CreateWindowStationA): Add.Corinna Vinschen1-0/+2
2003-04-17* Makefile.in: Add finline-functions optimization to CXXFLAGS.Thomas Pfaff1-7/+5
2003-04-16* termios.cc (setspeed): New function.Christopher Faylor1-0/+3
2003-03-27 * autoload.cc: added RegGetKeySecurity()Corinna Vinschen1-0/+1
2003-03-13 * autoload.cc (IsProcessorFeaturePresent): Add.Corinna Vinschen1-0/+1
2003-03-09Do some minor reformatting of 'extern "C"' use throughout.Christopher Faylor1-0/+1
2003-02-21 * dtable.cc (dtable::build_fhandler_from_name): Set some fhandlerCorinna Vinschen1-0/+2
2003-02-20 * autoload.cc (GetCompressedFileSize): Add.Corinna Vinschen1-0/+1
2003-02-13* fhandler_console.cc (fhandler_console::write_normal): Use MessageBeep forChristopher Faylor1-0/+1
2003-02-03 * security.h: Add third argument to set_process_privilege.Corinna Vinschen1-0/+1
2003-01-15 * autoload.cc: Fix copyright date.Corinna Vinschen1-1/+1
2003-01-10 * autoload.cc (gethostname): Make call optional, return 1 if functionCorinna Vinschen1-1/+1
2002-11-13* miscfuncs.cc (low_priority_sleep): New function. Use throughout where codeChristopher Faylor1-2/+2
2002-11-10 * net.cc: Run indent.Corinna Vinschen1-0/+1
2002-08-31(inspired by a patch from Egor Duda)Christopher Faylor1-1/+1
2002-08-30Christopher Faylor <cgf@redhat.com>Christopher Faylor1-0/+1
2002-07-20* autoload.cc (LoadDLLprime): Add jmp call to allow streamlining of later jmpChristopher Faylor1-8/+9
2002-07-03 * autoload.cc (WSAEventSelect): Define new autoload function.Corinna Vinschen1-0/+2
2002-07-02* autoload.cc (GetSecurityInfo): Define new autoload function.Christopher Faylor1-0/+2
2002-06-29* autoload.cc (NetGetDCName): Change to make this an optional load function.Christopher Faylor1-1/+1
2002-06-26* autoload (noload): Avoid clobbering bx register.Christopher Faylor1-3/+3
2002-06-07* autoload.cc (timeGetDevCaps): Define new autoload function.Christopher Faylor1-0/+4
2002-06-06* autoload.cc (noload): Correctly save argument count register.Christopher Faylor1-1/+2
2002-06-05* dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor1-1/+1
2002-05-30 * autoload.cc: Replace autoload statments for ZwXXX by NtXXX.Corinna Vinschen1-5/+4
2002-05-28* autoload.cc (noload): Properly mask low order word for determining number ofChristopher Faylor1-1/+1
2002-05-28* autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.Christopher Faylor1-4/+10
2002-05-16 * syscalls.cc (seteuid): Set default dacl in process token.Corinna Vinschen1-0/+1
2002-05-12* autoload.cc: Add dynamic load statements for 'ZwQueryInformationProcess' andChristopher Faylor1-0/+2
2002-03-07 * autoload.cc (NetGetDCName): Add symbol.Corinna Vinschen1-1/+1