freebsd-src/lib/libopenbsd
Craig Rodrigues fbb0e1b56a Merge from OpenBSD:
revision 1.12
  date: 2015/12/05 13:06:52;  author: claudio;  state: Exp;  lines: +4 -6
  Do not loop on EAGAIN in imsg_read(). Better to return the error to the
  caller and let him do another poll loop. This fixes spinning relayd
  processes seen on busy TLS relays. OK benno@ henning@
2015-12-09 19:21:00 +00:00
..
sys Fix bootstrapping of libopenbsd on build hosts where KERN_PROC_NFDS 2015-11-14 23:43:59 +00:00
getdtablecount.c Implemtn getdtablecount() to count open file descriptors for current process. 2015-11-14 23:07:38 +00:00
imsg-buffer.c
imsg.c Merge from OpenBSD: 2015-12-09 19:21:00 +00:00
imsg.h
imsg_init.3
Makefile Add imsg to libopenbsd. 2015-11-14 23:13:15 +00:00
Makefile.depend
ohash.c
ohash.h
ohash_init.3
ohash_interval.3
README Fix spelling error. 2015-11-05 01:54:38 +00:00
unistd.h Implemtn getdtablecount() to count open file descriptors for current process. 2015-11-14 23:07:38 +00:00

$FreeBSD$

libopenbsd is a thin compatibility layer intended to allow a limited
set of OpenBSD software to compile as part of the FreeBSD build with
little or no modification.  It is built as a static library and not
installed for general use.  Likewise, its header files are not
installed.