summaryrefslogtreecommitdiff
path: root/lib/rtbsd.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Get rid of // comments, even inside comments.Ben Pfaff2019-01-251-3/+3
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-031-1/+1
* list: Rename all functions in list.h with ovs_ prefix.Ben Warren2016-03-301-3/+3
* osx: Fix OS X build issuesLance Richardson2016-03-231-0/+2
* osx: handle differences between OS X and other BSDsLance Richardson2016-03-221-0/+4
* rtbsd: support RTM_IFANNOUNCE messagesThadeu Lima de Souza Cascardo2015-08-021-3/+21
* rtbsd: Include necessary headers on rtbsd.h.Thadeu Lima de Souza Cascardo2015-07-271-1/+2
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* lib: Expose struct ovs_list definition in <openvswitch/list.h>Thomas Graf2014-12-151-1/+1
* list: Rename struct list to struct ovs_listThomas Graf2014-12-151-1/+1
* rtbsd: Make rtbsd module thread-safe.Ryan Wilson2014-05-291-10/+29
* Replace all uses of strerror() by ovs_strerror(), for thread safety.Ben Pfaff2013-06-281-4/+4
* netdev implementation for FreeBSDGiuseppe Lettieri2012-07-261-0/+167