summaryrefslogtreecommitdiffstats
path: root/ctdb/common/system_aix.c
Commit message (Expand)AuthorAgeFilesLines
* move common code of system_linux.c and system_aix.c into new system_common.cMichael Adam2009-02-281-52/+0
* ctdb_sys_have_ip: fix ipv6 support for aix, too.Michael Adam2009-01-191-2/+12
* From C Cowan.Ronnie Sahlberg2008-09-081-11/+34
* initial ipv6 patchRonnie Sahlberg2008-08-191-38/+47
* From Chris Cowan, patch to make aix compile againRonnie Sahlberg2008-07-091-28/+54
* convert handling of gratious arps and their controls and helpers toRonnie Sahlberg2008-06-041-1/+1
* Start implementing support for ipv6.Ronnie Sahlberg2008-05-141-1/+4
* merge from ronnieAndrew Tridgell2008-02-041-5/+5
* we don't need the is_loopback logic in ctdb any moreAndrew Tridgell2007-09-131-5/+1
* - use struct sockaddr_in more consistently instead of string addressesAndrew Tridgell2007-09-101-7/+4
* change the signature to ctdb_sys_have_ip() to also return:Ronnie Sahlberg2007-09-101-1/+5
* add an initial system_aix.c to manage raw sockets under aixRonnie Sahlberg2007-07-141-0/+344