Re: linux vx windows kernel

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



"Gareth Haslip" <gareth.haslip@xxxxxxxxx> a écrit dans le message de news: Caese.24422$%21.21070@xxxxxxxxxxxxxxxxxxxxxxx
posix is just another subsystem of windows (which has now been killed off from the kernel i believe for security reasons).

Posix support in the kernel is still there. What has changed is that the userland parts are not included in the OS anymore. Instead, Services for Unix provides a much more complete posix subsystem for people who use it.


This doesn't change much from the kernel point of view, except that NT provides a sort of "generic" API for system calls (designed to build subsystems), while Linux (and *BSD) directly implement many Posix calls as system calls.

.



Relevant Pages

  • Re: [9fans] mv on directory
    ... UNIX in general does guarantee certain things about rename of the ... but the price they pay in the kernel and elsewhere ... The behavior of mvas defined by POSIX seems to build on top of the ... we lack one of the basic building blocks that makes it behave like it does on UNIX. ...
    (comp.os.plan9)
  • Re: not listening
    ... We have no reason to expect that the original poster is using a POSIX ... suppose that the original poster might be using Microsoft Windows XP. ... The Portable Operating System for UNIX subsystem is not ... Windows POSIX subsystem only applied to programs specifically built ...
    (comp.security.firewalls)
  • Re: Does pthreads in Linux create user or kernel space threads?
    ... initially ported many of those changes into an earlier kernel and used ... Linuxthreads also used native Linux clone; it just didn't have access to the kernel extensions and improvements to provide POSIX compliance. ... NPTL is a newer thread API taking advantage of the newer kernel capabilities. ... Sun wrote their own implementation of a later draft, much closer to the final standard, that did 2-level scheduling; with a user mode API that multiplexed multiple "posix thread" contexts on a smaller set of kernel entities. ...
    (comp.programming.threads)
  • Possible 2.6.24-rc7 issue w/respect to pthreads
    ... After I patched my 2.6.23 kernel to 2.6.24-rc7 this morning, ... some odd behavior with respect to POSIX threads in a test program I had ... According to the POSIX ... What I'm seeing is that the main thread terminates immediately. ...
    (Linux-Kernel)
  • Re: [patch 7/8] fdmap v2 - implement sys_socket2
    ... in any way that later becomes inconvenient to us. ... This fds will be out of POSIX definition in any case. ... by POSIX rules for internal communication with the kernel. ...
    (Linux-Kernel)