SEO

vBulletin Search Engine Optimization


Go Back   Unix Technical Forum > Unix Operating Systems > Linux Operating System

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-07-2008, 02:28 PM
Max Power
 
Posts: n/a
Default Has any form of UNIX (ignorig POSTIX complient OS's that have an internal struture not all like Linix/BSD/Mach/...) ever had any kind of registry?


Has any form of UNIX (ignoring POSTIX compliant OS's that have an internal
structure unrelated to Linix / BSD / Mach / ... like OS2 / etc..) ever had
any kind of registry (for the core OS, not the applications; system daemons
may be tracked by such a structure -- but not user daemons)?

The Apple OSX (but not really AIX) and RTOS variant QNX, as well as BEos are
about the only substantial deviations from Unix in the modern era.

Not a one has any kind of registry data structure that I am aware of.

With respect to modern Plug and Play issues, and some aspects of booting
up -- a very limited registry would have some utility. There may even be
some IEEE or ACM papers on variants of Unix that have tried this. I am not
suggesting the concept be applied to Unix (non Intel) workstations or
minicomputers.

I am not suggesting any design like anything in the Microsoft mold, just
something to make storing and recovering (if necessary) core OS states more
robust.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-07-2008, 02:28 PM
Marco van de Voort
 
Posts: n/a
Default Re: Has any form of UNIX (ignorig POSTIX complient OS's that have an internal struture not all like Linix/BSD/Mach/...) ever had any kind of registry?

["Followup-To:" header set to comp.unix.bsd.netbsd.misc.]
On 2008-02-03, Max Power <[email protected]> wrote:
>
> Has any form of UNIX (ignoring POSTIX compliant OS's that have an internal
> structure unrelated to Linix / BSD / Mach / ... like OS2 / etc..) ever had
> any kind of registry (for the core OS, not the applications; system daemons
> may be tracked by such a structure -- but not user daemons)?


Define registry.

Sysctl comes close:

- You can make settings changes to the system,
- read values from the system
- is is hierarchical.
- however it is not persistent, but built up from a script or config file.
OTOH, if you would allow only an editor for the config (that sets both
config and sysctl state) it would be pretty equivalent.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-07-2008, 02:28 PM
Dave Uhring
 
Posts: n/a
Default Re: Has any form of UNIX (ignorig POSTIX complient OS's that have an internal struture not all like Linix/BSD/Mach/...) ever had any kind of registry?

On Sun, 03 Feb 2008 04:03:11 -0800, Max Power wrote:

> The Apple OSX (but not really AIX) and RTOS variant QNX, as well as BEos are
> about the only substantial deviations from Unix in the modern era.


Say what? Apple OSX *is* UNIX.

http://www.opengroup.org/openbrand/register/

> Not a one has any kind of registry data structure that I am aware of.


True.

> With respect to modern Plug and Play issues, and some aspects of booting
> up -- a very limited registry would have some utility.


Bullshit.

> I am not suggesting any design like anything in the Microsoft mold, just
> something to make storing and recovering (if necessary) core OS states more
> robust.


Do you mean something as "robust" as that piece of shit you used to post
this nonsense?

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-07-2008, 02:28 PM
Richard B. Gilbert
 
Posts: n/a
Default Re: Has any form of UNIX (ignorig POSTIX complient OS's that havean internal struture not all like Linix/BSD/Mach/...) ever had any kind ofregistry?

Max Power wrote:
>
> Has any form of UNIX (ignoring POSTIX compliant OS's that have an
> internal structure unrelated to Linix / BSD / Mach / ... like OS2 /
> etc..) ever had any kind of registry (for the core OS, not the
> applications; system daemons may be tracked by such a structure -- but
> not user daemons)?
>
> The Apple OSX (but not really AIX) and RTOS variant QNX, as well as BEos
> are about the only substantial deviations from Unix in the modern era.
>
> Not a one has any kind of