opnsense-src/share
Warner Losh 380710a5c8 geom: create an API to allocate events, and use that storage to send them
g_alloc_event will allocate storage for an opaque event. g_post_event_ep
can use memory returned by g_alloc_event to send an event from a context
that might not be able to allocate the event. Occasionally, we can
alloate memory when we create an object, but not while we're destroy
it. This allows one to allocate at creation time memory to use when
destorying the object.

Reviewed by:		jhb
Sponsored by:		Netflix
Differential Revision:	https://reviews.freebsd.org/D30544
2021-07-23 18:08:45 -06:00
..
colldef locales: separate unicode from other locales 2021-07-23 16:58:20 +02:00
colldef_unicode locale: Add Farsi/Persian locales 2021-07-23 16:58:20 +02:00
ctypedef locale: Add Farsi/Persian locales 2021-07-23 16:58:20 +02:00
dict Sync with NetBSD's /usr/share/dict/words, with the exception of quim 2017-12-16 20:25:50 +00:00
doc pkgbase: Install atf and kyua in the tests package 2021-01-04 16:20:47 +01:00
dtrace pkgbase: Put dtrace in its own package 2021-06-19 17:49:31 +02:00
examples Catch up with Clang 12. 2021-06-14 18:42:59 -04:00
i18n share: normalize paths using SRCTOP-relative paths or :H when possible 2017-03-04 11:26:40 +00:00
keys pkgbase: Add the pkg trusted keys to the FreeBSD-utilities package 2019-09-05 19:17:17 +00:00
man geom: create an API to allocate events, and use that storage to send them 2021-07-23 18:08:45 -06:00
misc Document my shiny new doc commit bit 2021-07-14 11:55:16 +08:00
mk bsd.linker.mk: Detect LLD when built with PACKAGE_VENDOR 2021-07-20 16:10:22 +01:00
monetdef Remove sr_RS.UTF-8@latin from the list of targets 2021-07-23 15:05:28 -04:00
monetdef_unicode locale: Add Farsi/Persian locales 2021-07-23 16:58:20 +02:00
msgdef locales: separate unicode from other locales 2021-07-23 16:58:20 +02:00
msgdef_unicode locale: Add Farsi/Persian locales 2021-07-23 16:58:20 +02:00
numericdef locales: separate unicode from other locales 2021-07-23 16:58:20 +02:00
numericdef_unicode locale: Add Farsi/Persian locales 2021-07-23 16:58:20 +02:00
security META MODE: These need object directories to handle staging. 2015-11-26 01:14:27 +00:00
sendmail share: normalize paths using SRCTOP-relative paths or :H when possible 2017-03-04 11:26:40 +00:00
skel Make sh(1) support \u in PS1. This removes one fork/exec on interactive 2019-01-24 11:59:46 +00:00
snmp pkgbase: Put the mibs and defs in the bnsmp package 2021-06-19 17:50:03 +02:00
syscons syscons: scrnmaps: appease -Wmissing-variable-declarations 2021-01-01 11:53:47 -06:00
tabset Add META_MODE support. 2015-06-13 19:20:56 +00:00
termcap termcap: add an entry for the foot terminal 2021-02-21 06:06:47 +01:00
tests Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed 2016-05-04 23:20:53 +00:00
timedef locale: Add Farsi/Persian locales 2021-07-23 16:58:20 +02:00
vt vt/fonts: fix typo 2020-12-02 09:42:02 +00:00
zoneinfo pkgbase: Put zoneinfo file in their own package 2021-01-04 16:18:36 +01:00
Makefile locales: now that C.UTF-8 is the default locale, always install it 2021-07-23 16:58:20 +02:00
Makefile.inc