• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: which darwin project has ...... in it? (was "handling the stack?")
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: which darwin project has ...... in it? (was "handling the stack?")


  • Subject: Re: which darwin project has ...... in it? (was "handling the stack?")
  • From: Shawn Erickson <email@hidden>
  • Date: Mon, 20 Sep 2004 08:43:18 -0700


On Sep 20, 2004, at 6:04 AM, Ben Dougall wrote:


On Sunday, September 19, 2004, at 10:00 pm, Shawn Erickson wrote:

XNU is the project that contains the core kernel code (static linked).

For VM code...
<http://www.opensource.apple.com/darwinsource/Current/xnu/osfmk/vm>

thanks v. much.

one more: which darwin project contains mmap's implementation?

If you do a man on mmap you see it is part of "sys" and in user mode that is likely bunched in the libc project under its "sys" directory. In this case mmap is a syscall (note the contents of SYSCALL_LIST). So that brings you back to xnu... the header is in bsd/sys/mman.h and implementation is in bsd/kern/kern_mman.h [1].


(i've got a slight feeling i might have asked that before, but i can't see how to search the archives at the moment -- is there really no way to search the list archives? that's a temporary situation right?)

Yes they will be searchable by Google and others once they index the new Apple lists archive website (at least that is Apple's plan).


-Shawn

[1] <http://www.opensource.apple.com/darwinsource/Current/xnu/bsd/kern/ kern_mman.c>

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >Re: which darwin project has ...... in it? (was "handling the stack?") (From: Ben Dougall <email@hidden>)

  • Prev by Date: Re: which darwin project has ...... in it? (was "handling the stack?")
  • Next by Date: Re: dlil_inject_if_input
  • Previous by thread: Re: which darwin project has ...... in it? (was "handling the stack?")
  • Next by thread: dlil_inject_if_input problems
  • Index(es):
    • Date
    • Thread