[OpenSmalltalk/opensmalltalk-vm] fa5a08: UnixOSProcessPlugin as per VMConstruction-Plugins-...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[OpenSmalltalk/opensmalltalk-vm] fa5a08: UnixOSProcessPlugin as per VMConstruction-Plugins-...

Eliot Miranda-3
 
  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: fa5a08b25945107d0a9f2ef446844c7fbebfdf88
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/fa5a08b25945107d0a9f2ef446844c7fbebfdf88
  Author: David T. Lewis <[hidden email]>
  Date:   2020-10-31 (Sat, 31 Oct 2020)

  Changed paths:
    M src/plugins/UnixOSProcessPlugin/UnixOSProcessPlugin.c

  Log Message:
  -----------
  UnixOSProcessPlugin as per VMConstruction-Plugins-OSProcessPlugin.oscog-dtl.72
Add new primitives for posix system configuration access via
sysconf(3), confstr(3), pathconf(3), and fpathconf(3).
For example usage, see OSProcess class>>gnuLinuxConf.