summaryrefslogtreecommitdiffstats
path: root/dragonflybsd/DragonFlyBSDMachine.h
Commit message (Collapse)AuthorAgeFilesLines
* DragonFlyBSD: build fixesChristian Göttsche2024-01-201-1/+1
|
* Rename ProcessList to ProcessTable throughoutNathan Scott2023-08-311-1/+1
| | | | | | | | | | | | Following up with some discusson from a few months back, where it was proposed that ProcessTable is a better name. This data structure is definitely not a list ... if it was one-dimensional it'd be a set, but in practice it has much more in common with a two-dimensional table. The Process table is a familiar operating system concept for many people too so it resonates a little in that way as well.
* Adapt platform code for the new Machine base classNathan Scott2023-05-081-0/+61
Move host-centric data to new derived <Platform>Machine classes, separate from process-list-centric data.

© 2014-2024 Faster IT GmbH | imprint | privacy policy