summaryrefslogtreecommitdiff
path: root/ctdb/common/system_kfreebsd.c
Commit message (Expand)AuthorAgeFilesLines
* ctdb-common: Initialise socket addresses before reading into themMartin Schwenke2017-09-191-0/+3
* ctdb-common: Save errno before closing file to keep debug accurateMartin Schwenke2016-08-171-4/+11
* ctdb-common: Fix CID 1362729 Unchecked return value from libraryMartin Schwenke2016-08-171-3/+0
* ctdb-daemon: Use lib/util functions instead of redefinitionsAmitay Isaacs2016-06-081-1/+2
* ctdb-system: Return window size and RST bit when reading TCP packetsMartin Schwenke2016-04-011-3/+16
* ctdb-common: Use documented names for protocol family in socket()Amitay Isaacs2016-02-021-1/+1
* ctdb-common: Protocol argument must be in host order for socket() callAmitay Isaacs2016-02-021-1/+1
* ctdb-system: Use protocol/protocol.h instead of ctdb_private.hAmitay Isaacs2015-11-251-1/+1
* ctdb: Remove unused ctdb_set_process_nameChristof Schmitt2015-11-181-6/+0
* ctdb-system: Replace ctdb_logging.h with common/logging.hAmitay Isaacs2015-11-161-1/+1
* Fix various spelling errorsMathieu Parent2015-11-061-2/+2
* ctdb-daemon: Remove dependency on includes.hAmitay Isaacs2015-10-301-2/+7
* ctdb-daemon: Separate prototypes for system specific functionsAmitay Isaacs2015-10-301-0/+1
* ctdb-system: Remove unused system specific callsAmitay Isaacs2015-08-071-31/+0
* common/system: Add ctdb_set_process_name() functionAmitay Isaacs2013-07-101-0/+6
* common: Don't lie on unimplemented gratuitous arpMathieu Parent2013-01-221-1/+1
* common: FreeBSD+kFreeBSD: Implement get_process_name (same as in Linux)Mathieu Parent2013-01-221-2/+15
* common: Detailed platform-specific FIXMEMathieu Parent2013-01-221-5/+6
* common: Add routines to get process and lock informationAmitay Isaacs2012-10-201-0/+18
* Remove explicit include of lib/tevent/tevent.h.Amitay Isaacs2012-04-131-1/+0
* Add kFreeBSD supportMathieu Parent2012-01-311-0/+364