Jump to content

Main public logs

Combined display of all available logs of EDM2. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 21:28, 25 May 2025 Martini talk contribs created page WpclsQueryError (Created page with "{{DISPLAYTITLE:wpclsQueryError}} This class method queries the current error code held within a class object. ==Syntax== _wpclsQueryError(somSelf) ==Parameters== ;'''somSelf''' (M_WPObject *) - input :Pointer to the WPObject class object. ;'''ulErrorId''' (ULONG) - returns :ID of the last error. Last error that occurred when using this class object. ==Returns== ;'''ulErrorId''' (ULONG) - returns :ID of the last error. Last error that occurred when using this clas...")
  • 21:18, 25 May 2025 Martini talk contribs created page WpclsQueryEditString (Created page with "{{DISPLAYTITLE:wpclsQueryEditString}} This method is called to allow the class object to specify the text to be used in the edit pushbutton of the palette object's open view. ==Syntax== <pre> PSZ _wpclsQueryEditString(M_WPPalette *somSelf) </pre> ==Parameters== ;''somSelf'' (M_WPPalette *) - input :Pointer to the WPPalette class object. ==Returns== ;''ppointer'' (PSZ) - returns :Pointer to the edit pushbutton string. ==Usage== This method can be called at...")
  • 21:15, 25 May 2025 Martini talk contribs created page WpclsQueryDetailsInfo (Created page with "{{DISPLAYTITLE:wpclsQueryDetailsInfo}} This method is called to allow the class object to specify its details to be used for its instances. ==Syntax== <pre> ULONG _wpclsQueryDetailsInfo(M_WPObject *somSelf, PCLASSFIELDINFO pClassFieldInfo, PULONG pSize) </pre> ==Parameters== ;''somSelf'' (M_WPObject *) - input :Pointer to the WPObject class object. ;''pClassFieldInfo'' (PCLASSFIELDINFO) - in/out :Pointer to details information. ;''pSize'' (PULONG) - i...")
  • 23:13, 24 May 2025 Martini talk contribs created page PCLASSDETAILS (Redirected page to CLASSDETAILS) Tag: New redirect
  • 23:12, 24 May 2025 Martini talk contribs created page WpclsQueryDetails (Created page with "{{DISPLAYTITLE:wpclsQueryDetails}} This class method is called to allow the class object to specify the default details view items for its instances. ==Syntax== <PRE> pReturn = _wpclsQueryDetails(somSelf); </PRE> ==Parameters== ;''somSelf'' (M_WPObject *) - input :Pointer to the WPObject class object. ==Returns== ;''pReturn'' (PCLASSDETAILS) - returns :Success indicator. :{| class="wikitable" ! Value !! Description |- | Non-NULL || Pointer to details infor...")
  • 23:12, 24 May 2025 Martini talk contribs created page WpclsQueryDefaultView (Created page with "{{DISPLAYTITLE:wpclsQueryDefaultView}} This class method is called to allow the class object to specify the default open view for its instances. ==Syntax== <PRE> ulView = wpclsQueryDefaultView(somSelf); </PRE> ==Parameters== ;''somSelf'' (M_WPObject *) - input :Pointer to the WPObject class object. ==Returns== ;''ulView'' (ULONG) - returns :Default open view. :{| class="wikitable" ! Value !! Description |- | OPEN_CONTENTS || Open contents view. |- | OPEN_D...")
  • 23:07, 24 May 2025 Martini talk contribs created page WpclsQueryDefaultHelp (Created page with "{{DISPLAYTITLE:wpclsQueryDefaultHelp}} This class method is called to allow the class object to specify its default help panel for its instances. ==Syntax== <PRE> rc = _wpclsQueryDefaultHelp(somSelf, HelpPanelId, HelpLibrary); </PRE> ==Parameters== ;''somSelf'' (M_WPObject *) - input :Pointer to the WPObject class object. ;''HelpPanelId'' (PULONG) - output :Pointer to the help panel which provides help for this class. ;''HelpLibrary'' (PSZ) - output :...")
  • 23:05, 24 May 2025 Martini talk contribs created page WpclsQueryButtonAppearance (Created page with "{{DISPLAYTITLE:wpclsQueryButtonAppearance}} This class method returns the system button appearance. It is specific to version 3 or higher of the OS/2 operating system. ==Syntax== <PRE> ulButtonType = _wpclsQueryButtonAppearance(somSelf); </PRE> ==Parameters== ;''somSelf'' (M_WPObject *) - input :Pointer to the WPObject class object. ==Returns== ;''ulButtonType'' (ULONG) - returns :Flag indicating the system default button appearance. :{| class="wikitable"...")
  • 23:04, 24 May 2025 Martini talk contribs created page M WPFileSystem (Redirected page to WPFileSystem) Tag: New redirect
  • 23:04, 24 May 2025 Martini talk contribs created page WpclsQueryAwakeObject (Created page with "{{DISPLAYTITLE:wpclsQueryAwakeObject}} This class method determines if the given object is already awake. It is specific to version 3 or higher of the OS/2 operating system. ==Syntax== <PRE> Object = _wpclsQueryAwakeObject(somSelf, pszInputPath); </PRE> ==Parameters== ;''somSelf'' (M_WPFileSystem *) - input :Pointer to the WPFileSystem class object. ;''pszInputPath'' (PSZ) - input :Fully-qualified input path. Note: This parameter must be a valid path. The...")
  • 23:03, 24 May 2025 Martini talk contribs created page WpclsQueryActiveDesktopHWND (Created page with "{{DISPLAYTITLE:wpclsQueryActiveDesktopHWND}} This class method returns the handle of the active WPDesktop object. It is specific to version 3 or higher of the OS/2 operating system. ==Syntax== <PRE> hwndDesktop = _wpclsQueryActiveDesktopHWND(somSelf); </PRE> ==Parameters== ;''somSelf'' (M_WPDesktop *) - input :Pointer to the WPDesktop class object. ==Returns== ;''hwndDesktop'' (HWND) - returns :Handle of the active desktop object's frame window. :{| cl...")
  • 22:59, 24 May 2025 Martini talk contribs created page M WPDesktop (Redirected page to WPDesktop) Tag: New redirect
  • 22:59, 24 May 2025 Martini talk contribs created page WpclsQueryActiveDesktop (Created page with "{{DISPLAYTITLE:wpclsQueryActiveDesktop}} This class method returns a pointer to the active WPDesktop object. It is specific to version 3 or higher of the OS/2 operating system. ==Syntax== <PRE> WPDesktop = _wpclsQueryActiveDesktop(somSelf); </PRE> ==Parameters== ;''somSelf'' (M_WPDesktop *) - input :Pointer to the WPDesktop class object. ==Returns== ;''WPDesktop'' (WPDesktop *) - returns :Pointer to the active desktop object. :{| class="wikitable" ! Va...")
  • 22:57, 24 May 2025 Martini talk contribs created page WpclsObjectFromHandle (Created page with "{{DISPLAYTITLE:wpclsObjectFromHandle}} This class method extracts the object pointer for an instance represented by the given handle. It is specific to version 3 or higher of the OS/2 operating system. ==Syntax== <PRE> pObject = _wpclsObjectFromHandle(somSelf, hObject); </PRE> ==Parameters== ;''somSelf'' (M_WPObject *) - input :Pointer to the WPObject class object. ;''hObject'' (HOBJECT) - input :Persistent object handle. ==Returns== ;''pObject'' (WPObj...")
  • 22:52, 24 May 2025 Martini talk contribs created page WpclsNew (Created page with "{{DISPLAYTITLE:wpclsNew}} This class method creates a new instance of a given class of object. ==Syntax== <PRE> wpclsNew = _wpclsNew(somSelf, pszTitle, pszSetupEnv, Folder, fLock); </PRE> ==Parameters== ;''somSelf'' (M_WPObject *) - input :Pointer to the WPObject class object. ;''pszTitle'' (PSZ) - input :Pointer to a null-terminated string which contains the initial title of the object as it is to appear when displayed on the user interface underneath an...")
  • 22:50, 24 May 2025 Martini talk contribs created page WpclsMakeAwake (Created page with "{{DISPLAYTITLE:wpclsMakeAwake}} This class method is called to allow the specified class to awaken an object. ==Syntax== <PRE> _wpclsMakeAwake(somSelf, pTitle, ulStyle, hptrIcon, pObjData, Folder, ulUser); </PRE> ==Parameters== ;''somSelf'' (M_WPObject *) - input :Pointer to the WPObject class object. ;''pTitle'' (`PSZ`) - input :Pointer to a string containing a title to set on the object. If this value is NULL, the class default value is used. ;''ulStyle''...")
  • 22:47, 24 May 2025 Martini talk contribs created page WpclsInsertMultipleObjects (Created page with "{{DISPLAYTITLE:wpclsInsertMultipleObjects}} This class method inserts multiple objects into a container at one time. It is specific to version 3 or higher of the OS/2 operating system. ==Syntax== <PRE> rc = _wpclsInsertMultipleObjects(somSelf, hwndCnr, pptlIcon, pObjectArray, pRecordParent, NumRecords); </PRE> ==Parameters== ;''somSelf'' (M_WPObject *) - input :Pointer to the WPObject class object. ;''hwndCnr'' (HWND) - input :Handle to the container windo...")
  • 22:46, 24 May 2025 Martini talk contribs created page M WPObject (Redirected page to WPObject) Tag: New redirect
  • 22:45, 24 May 2025 Martini talk contribs created page WpclsInitData (Created page with "{{DISPLAYTITLE:wpclsInitData}} This class method is called to allow the class object to initialize its instance data. ==Syntax== <PRE> wpclsInitData(somSelf); </PRE> ==Parameters== ;''somSelf'' (M_WPObject *) - input :Pointer to the WPObject class object. ==Returns== There is no return value for this method. ==Remarks== This method is called immediately after the class object is first awakened. When the class object is made dormant, the wpclsUnInitData me...")
  • 22:44, 24 May 2025 Martini talk contribs created page WpclsIncUsage (Created page with "{{DISPLAYTITLE:wpclsIncUsage}} This class method increments the class usage count. It is specific to version 3 or higher of the OS/2 operating system. ==Syntax== <PRE> wpclsIncUsage(somSelf); </PRE> ==Parameters== ;''somSelf'' (M_WPObject *) - input :Pointer to the WPObject class object. ==Returns== There is no return value for this method. ==Remarks== The class usage count is used by the system to dynamically load and unload DLLs containing classes. ==How to Ov...")
  • 22:42, 24 May 2025 Martini talk contribs created page WpclsFindOneObject (Created page with "{{DISPLAYTITLE:wpclsFindOneObject}} This class method finds an object matching a predefined set of properties. It is specific to version 3 or higher of the OS/2 operating system. ==Syntax== <PRE> Object = _wpclsFindOneObject(somSelf, hwndOwner, pszFindParams); </PRE> ==Parameters== ;''somSelf'' (M_WPObject *) - input :Pointer to the WPObject class object. ;''hwndOwner'' (HWND) - input :Handle of the owner window for any dialogs presented during the search. ;'...")
  • 22:40, 24 May 2025 Martini talk contribs created page WpclsFindObjectNext (Created page with "{{DISPLAYTITLE:wpclsFindObjectNext}} This class method finds the next set of objects matching the criteria established by a previous call to wpclsFindObjectFirst. ==Syntax== <PRE> rc = _wpclsFindObjectNext(somSelf, hfind, pBuffer, pCount); </PRE> ==Parameters== ;''somSelf'' (M_WPObject *) - input :Pointer to the WPObject class object. ;''hfind'' (HFIND) - input :Handle associated with a previous wpclsFindObjectFirst or `wpclsFindObjectNext` method...")
  • 19:27, 24 May 2025 Martini talk contribs created page SMPV211 - Appendix A (Created page with "The following is the source code for an actual PSD.")
  • 19:26, 24 May 2025 Martini talk contribs created page SMPV211 - OS/2 for SMP V2.11 Tools (Created page with "{{SMPV211}} A Multiprocessor CPU Performance Monitor will be shipped with this product. This tool will display CPU utilization for each processor in bar graph and histogram modes. It will be written as a PM application and will display each processor's bar or line as a different color. This tool will also have the capability of placing each processor offline or online. This is useful to show the scalability of OS/2 for SMP V2.11. It may also be used for debug purposes....")
  • 19:25, 24 May 2025 Martini talk contribs created page SMPV211 - The Single Processor Utility Program (Created page with "{{SMPV211}} As explained previously, some applications written for uniprocessor OS/2 may experience problems running under OS/2 for SMP V2.11 because they rely upon priorities between threads for accessing shared resources, or use the CLI/STI method for protecting resources like semaphores or memory. These types of application are called MP-safe. These programs will still run fine under OS/2 for SMP V2.11 if they are run in a uniprocessor mode. The EXECMODE program is a...")
  • 19:23, 24 May 2025 Martini talk contribs created page SMPV211 - New Kernel Debugger Commands (Created page with "{{SMPV211}} The Kernel debugger architecture is such that only one thread can be in the debugger at any given time, so it uses a spinlock to serialize its access. If entered, the debugger must inform the user as to the state of all the processors, even though the other processors are still executing code. It accomplishes this by sending a spin command using and IPI (interprocessor interrupt) to all the other processors. When a processor receives a spin command sent by t...")
  • 19:21, 24 May 2025 Martini talk contribs created page SMPV211 - New Device Helper (DevHlp) Routines (Created page with "Following are the new physical and virtual DevHlp routines. ==Physical DevHlps== The OS/2 kernel will provide new DevHlps for OS/2 for SMP V2.11 as follows. {| class="wikitable" |+ DevHlp Functions |- ! Function Name ! EQU Value ! Description |- | DevHlp_CreateSpinLock | 111 | Create a spinlock - SMP |- | DevHlp_FreeSpinLock | 112 | Free a spinlock - SMP |- | DevHlp_AcquireSpinLock | 113 | Acquire a spinlock - SMP |- | DevHlp_ReleaseSpinLock | 114 | Rel...")
  • 19:19, 24 May 2025 Martini talk contribs created page SMPV211 - Avoiding Device Driver Deadlocks (Created page with "{{SMPV211}} Deadlock can be defined as an unresolved contention for use of a resource. Whenever any mutual exclusion primitive is used, the possibility of deadlock is introduced. This is evident even in uniprocessor system such as OS/2 with the use of semaphores. The possibilities of deadlock are greater in a multiprocessor environment because of the large requirement for mutual exclusion. The method of mutual exclusion for device drivers and the OS/2 SMP kernel is the s...")
  • 19:17, 24 May 2025 Martini talk contribs created page SMPV211 - Application Considerations (Created page with "The following sections discuss application considerations of OS/2 for SMP V2.11. ==Application Compatibility Requirements== * An Application or associated subsystem must not use the 'INC' instruction as a semaphore without prepending a 'LOCK' prefix. On a UniProcessor (UP) system this instruction can be used as high performance semaphore without calling any other OS service if the semaphore is free and when the semaphore is clear and there are no waiters for the semaph...")
  • 18:58, 24 May 2025 Martini talk contribs created page SMPV211 - Device Drivers In OS/2 for SMP V2.11 (Created page with "{{SMPV211}} This chapter describes the impacts to driver writers when writing device drivers for OS/2 for SMP V2.11. Existing device drivers should run on OS/2 for SMP V2.11 without modifications providing two simple rules are followed: *The driver must call DevHlp EOI to perform an EOI. *The driver must not mask or unmask interrupts directly. OS/2 2.x device drivers were written with only 8259 architecture in mind. The code that is most commonly executed in a device...")
  • 18:57, 24 May 2025 Martini talk contribs created page SMPV211 - Understanding Spinlocks (Created page with "OS/2 for SMP V2.11 provides synchronization and serialization using spinlocks. A spinlock is simply a section of code that executes in a tight loop waiting for a variable to be cleared. ==Spinlocks== The defined mechanism for protection of critical resources in OS/2 MP is a spinlock. A spinlock is a serialization mechanism that is used to restrict access to a critical resource to the owner of the spinlock. Spinlocks are implemented in the LockManager, which is part of...")
  • 18:03, 24 May 2025 Martini talk contribs created page SMPV211 - Platform Specific Drivers (PSDs) (Created page with "In OS/2 for SMP V2.11, all of the platform specific code has been removed from the operating system, and placed into a Platform Specific Driver. These drivers provide an abstraction layer for the underlying hardware by allowing the operating system to call generic functions to perform platform-specific operations without worrying about the actual hardware implementation. This allows OS/2 for SMP V2.11 to support new MP hardware platforms without modifying the operating s...")
  • 17:55, 24 May 2025 Martini talk contribs created page SMPV211 - Overview of OS/2 for SMP Version 2.11 (Created page with "==Architectural Design Objectives== The architectural design objectives for a multiprocessor (MP) version of OS/2 were as follows: * Transparent support for two or more CPUs (16 CPUs max). * Support for applications and device drivers which are not MP safe and aware. * Support for various MP hardware platforms (eg. Compaq, APIC, EBI2, Corollary, etc) via a Platform Specific Driver (PSD) layer. * Small footprint - 4MB for OS/2 and DOS applications; 6MB for WINOS2 * Perf...")
  • 17:50, 24 May 2025 Martini talk contribs deleted page Template:SMPV211 - Notices (Error. replaced)
  • 17:50, 24 May 2025 Martini talk contribs created page SMPV211 - Notices (Created page with "{{SMPV211}} ;First Edition (June 1994) The following paragraph does not apply to the United Kingdom or any country where such provisions are inconsistent with local law: INTERNATIONAL BUSINESS MACHINES CORPORATION PROVIDES THIS PUBLICATION "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Some states do not allow disclaimer of express or implied...")
  • 17:47, 24 May 2025 Martini talk contribs created page Template:SMPV211 - Notices (Created page with "{{SMPV211}} ;First Edition (June 1994) The following paragraph does not apply to the United Kingdom or any country where such provisions are inconsistent with local law: INTERNATIONAL BUSINESS MACHINES CORPORATION PROVIDES THIS PUBLICATION "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Some states do not allow disclaimer of express or implied...")
  • 17:42, 24 May 2025 Martini talk contribs created page Category:SMPV211 (Created page with "Category:Online Books")
  • 17:41, 24 May 2025 Martini talk contribs created page Template:SMPV211 (Created page with "{|class="wikitable" align=right !OS/2 for SMP V2.11 Reference |- | # Notices # Overview of OS/2 for SMP Version 2.11 # Platform Specific Drivers (PSDs) # Understanding Spinlocks # Device Drivers In OS/2 for SMP V2.11 # Application Considerations # Avoiding Device Driver Deadlocks # New Device Helper (DevHlp) Routines # New Kernel Debugger Commands # The Single Processor Utility Program # OS/2 for SMP V2.11 Tools # Appendix A |} Category:SMPV211")
  • 17:15, 24 May 2025 Martini talk contribs created page Talk:DosOpLockWait (Created page with "Ref: # Pag 84: [https://bitsavers.computerhistory.org/pdf/ibm/pc/os2/OS2_3.x/SG24-4642_OS2_Debugging_Handbook_Vol_3_System_Trace_Reference_Feb96.pdf]")
  • 16:47, 24 May 2025 Martini talk contribs created page DosOpLockWait (Created page with "Category:Undocumented Category:Dos")
  • 16:47, 24 May 2025 Martini talk contribs created page DosOpLockRelease (Created page with "Category:Undocumented Category:Dos")
  • 16:45, 24 May 2025 Martini talk contribs created page DosFindFromName (Created page with "DosFindFromName finds the next set of entries that match the criteria specified in a previous call to DosFindFirst, continuing a directory search from a given position. ==Syntax== DosFindFromName(hDir, pfindbuf, cbBuf, pcFileNames, ulPosition, pszFileSpec) ==Parameters== ;''hDir'' (HDIR) - input :The open directory handle associated with this search request. :This handle is the same one used by DosFindFirst. ;''pfindbuf'' (PVOID) - in/out :Pointer to the directo...")
  • 16:36, 24 May 2025 Martini talk contribs created page DosDynamicTrace (Created page with "Category:Undocumented ==Syntax== DosDynamicTrace(void) Category:Dos")
  • 16:31, 24 May 2025 Martini talk contribs created page DosCreateVDM (Created page with "Category:Undocumented Category:Dos")
  • 16:31, 24 May 2025 Martini talk contribs created page DosRetForward (Created page with "Category:Undocumented ==Syntax== DosRetForward(void) Category:Dos")
  • 16:23, 24 May 2025 Martini talk contribs created page KbdShellInit (Created page with "Category:Undocumented Request the shell to identify itself to the keyboard routing software Category:Kbd")
  • 16:16, 24 May 2025 Martini talk contribs created page VioShieldTerm (Created page with "Category:Undocumented Category:Vio")
  • 16:16, 24 May 2025 Martini talk contribs created page VioShieldInit (Created page with "Category:Undocumented Category:Vio")
  • 16:14, 24 May 2025 Martini talk contribs created page VioGetPSAddress (Created page with "Category:Undocumented This function appears to be used to retrieve the address of a specific structure or buffer in memory (probably related to video display). ==Syntax== VioGetPSAddress(void) Category:Vio")
  • 16:00, 24 May 2025 Martini talk contribs moved page DevHelp VMUnLock to DevHlp VMUnLock
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)