summaryrefslogtreecommitdiffstats
path: root/ctdb/common/system_aix.c
Commit message (Expand)AuthorAgeFilesLines
* common/system: Add ctdb_set_process_name() functionAmitay Isaacs2013-07-101-0/+6
* common: Don't lie on unimplemented gratuitous arpMathieu Parent2013-01-221-2/+2
* common: Detailed platform-specific FIXMEMathieu Parent2013-01-221-3/+4
* common: Add routines to get process and lock informationAmitay Isaacs2012-10-201-0/+17
* Return the peer_pid properly to the callerRonnie Sahlberg2011-12-061-1/+1
* Move platform-specific code to common/system_*Mathieu Parent2011-12-061-0/+11
* Check interfaces: when reading the public addresses file to create the vnn listRonnie Sahlberg2011-09-061-0/+4
* 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