haiku/headers/posix/sys
Ingo Weinhold 3cf7ecd1e4 * Added <sys/mman.h> header. It declares only mmap() and munmap() yet
and defines the macros needed by them.
* Renamed syscall sys_vm_map_file() to _kern_map_file() and changed the
  path to an FD parameter. Changed vm_map_file() accordingly and
  adjusted the kernel ELF loader and the runtime loader.
* Added syscall _kern_unmap_memory().
* Added bool unmapAddressRange parameter to vm_create_anonymous_area()
  and map_backing_store(). If true and the address specification is
  B_EXACT_ADDRESS, all areas in the specified address range will be
  deleted (unless an area is covered only partially).
* Introduced B_SHARED_AREA flag, which is set on areas that have been
  created by {vm,_user}_map_file() with REGION_NO_PRIVATE_MAP. When
  fork()ing those areas won't be copied CoW, but rather be cloned. This
  is needed for mmap() MAP_SHARED.
* {vm,_user}_map_file() also accept an FD argument < 0, in which case an
  anonymous area is created.
* Implemented mmap() and munmap(). Currently there's the restriction
  that we can't partially unmap areas. Otherwise the functions should be
  rather compliant. We also support the non-POSIX extension
  MAP_ANONYMOUS.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24964 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-04-13 22:52:11 +00:00
..
cdefs.h Define __THROW. 2008-03-23 01:21:53 +00:00
file.h * Implemented flock() semantics to the advisory locking backend. Not tested 2008-02-03 15:37:31 +00:00
ioctl.h Merge of branches/team/network/new_stack - not yet complete as SVN does only support 2006-08-08 12:33:33 +00:00
mman.h * Added <sys/mman.h> header. It declares only mmap() and munmap() yet 2008-04-13 22:52:11 +00:00
param.h * Added _ALIGN() and _ALIGNBYTES macros. 2007-09-04 21:36:59 +00:00
poll.h Added sys/poll.h header by popular request (see ticket #2037). 2008-04-08 09:17:07 +00:00
resource.h added an Haiku-specific RLIMIT (NumOpenVnodeMONitors) (UNIMPLEMENTED yet) (we might want to renumber it), 2006-05-22 19:37:40 +00:00
select.h Define howmany(). It seems to be what the BSDs are using. Linux 2008-03-29 12:20:40 +00:00
socket.h * Added <sys/param.h> include, which is needed for _ALIGN(). 2008-04-12 08:30:25 +00:00
sockio.h Support getting route information for a specific destination 2007-04-01 12:06:16 +00:00
stat.h Added socket macros. 2008-04-10 03:04:03 +00:00
statvfs.h Added statvfs.h header and implemented statvfs() and fstatvfs() - both untested, though. 2005-11-07 13:47:55 +00:00
time.h Added BSDish timer*() macros. 2008-03-30 17:28:31 +00:00
timeb.h Minor cleanup. 2006-03-16 14:42:47 +00:00
times.h Added our versions of BeOS compatible sys/timeb.h, and sys/times.h 2002-10-29 00:46:31 +00:00
types.h added posix_gnu_string 2006-03-16 11:09:43 +00:00
uio.h Merge of branches/team/network/new_stack - not yet complete as SVN does only support 2006-08-08 12:33:33 +00:00
un.h Rather use a char[] for the path. uint8_t[] is rather uncomfortable to 2008-04-10 03:06:11 +00:00
utsname.h We still have to be binary compatible when we build for Haiku. 2005-01-25 21:23:29 +00:00
wait.h Commented out real-time signal related stuff (SA_SIGINFO, waitid()) to 2008-03-18 17:33:03 +00:00