haiku/src/kits/network
Ingo Weinhold 7e8ac2903b * Prefixed the variables NETWORK_LIBS, NETAPI_LIB, and
SELECT_UNAME_ETC_LIB with TARGET_ and introduced HAIKU_* and HOST_*
  counterparts.
* Use HOST_NETWORK_LIBS for building remote_disk_server.
* Also got rid of {R5,BONE,DANO,HAIKU}_COMPATIBLE.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21912 a95241bf-73f2-0310-859d-f6bbb57e9c96
2007-08-12 22:15:10 +00:00
..
dns added two more test multicast applications: multicat/multisend. sockaddr_in6/in6_addr must be visible through <netinet/in.h>, fixed that as well. 2007-04-30 16:56:58 +00:00
libnetapi * Prefixed the variables NETWORK_LIBS, NETAPI_LIB, and 2007-08-12 22:15:10 +00:00
old Moved libnetapi.so sources into the src/kit/net/ directory - they don't yet build, though. 2006-08-28 21:46:23 +00:00
init.cpp The R5 compatibility is now turned off when the socket functions are used 2006-12-05 03:03:15 +00:00
interfaces.cpp Merge of branches/team/network/new_stack - not yet complete as SVN does only support 2006-08-08 12:33:33 +00:00
Jamfile * Reverted my change to AddFileDataResource - I obviously missed someone's intentions :-) 2006-12-28 21:28:17 +00:00
r5_compatibility.cpp Added _socket_interrupt() for compatibility. 2006-12-01 12:41:21 +00:00
socket.cpp fixed the way accept() works in regards to the cookie pointer. It is no longer visible to userspace, we pass the fd instead. Also renamed kernel's shutdown() to system_shutdown as it collides with Posix's shutdown(). 2007-05-23 19:56:40 +00:00