<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libnetbsd/sys, branch releng/12.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2018-07-30T15:46:40Z</updated>
<entry>
<title>Make timespecadd(3) and friends public</title>
<updated>2018-07-30T15:46:40Z</updated>
<author>
<name>Alan Somers</name>
<email>asomers@FreeBSD.org</email>
</author>
<published>2018-07-30T15:46:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6040822c4e20fb46638ecaaad543fc56f6ec2b0f'/>
<id>urn:sha1:6040822c4e20fb46638ecaaad543fc56f6ec2b0f</id>
<content type='text'>
The timespecadd(3) family of macros were imported from NetBSD back in
r35029. However, they were initially guarded by #ifdef _KERNEL. In the
meantime, we have grown at least 28 syscalls that use timespecs in some
way, leading many programs both inside and outside of the base system to
redefine those macros. It's better just to make the definitions public.

Our kernel currently defines two-argument versions of timespecadd and
timespecsub.  NetBSD, OpenBSD, and FreeDesktop.org's libbsd, however, define
three-argument versions.  Solaris also defines a three-argument version, but
only in its kernel.  This revision changes our definition to match the
common three-argument version.

Bump _FreeBSD_version due to the breaking KPI change.

Discussed with:	cem, jilles, ian, bde
Differential Revision:	https://reviews.freebsd.org/D14725
</content>
</entry>
<entry>
<title>General further adoption of SPDX licensing ID tags.</title>
<updated>2017-11-20T19:49:47Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-11-20T19:49:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8a16b7a18f5d0b031f09832fd7752fba717e2a97'/>
<id>urn:sha1:8a16b7a18f5d0b031f09832fd7752fba717e2a97</id>
<content type='text'>
Mainly focus on files that use BSD 3-Clause license.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.

Special thanks to Wind River for providing access to "The Duke of
Highlander" tool: an older (2014) run over FreeBSD tree was useful as a
starting point.
</content>
</entry>
<entry>
<title>libnetbsd: add sys/event.h compat header</title>
<updated>2017-01-15T22:00:30Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2017-01-15T22:00:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8a979e7ad72d9e37843740f7b54dd487f8bdfc6d'/>
<id>urn:sha1:8a979e7ad72d9e37843740f7b54dd487f8bdfc6d</id>
<content type='text'>
This adds in necessary sys/types.h pollution for uintptr_t used in
sys/event.h, which according to kqueue(2) on NetBSD isn't necessary.
</content>
</entry>
<entry>
<title>libnetbsd: add sys/types.h header which pollutes itself with sys/param.h to</title>
<updated>2017-01-15T21:53:11Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2017-01-15T21:53:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=897afca52c514b5c09569a7e1af5036a97db3eb7'/>
<id>urn:sha1:897afca52c514b5c09569a7e1af5036a97db3eb7</id>
<content type='text'>
pick up NBBY, etc
</content>
</entry>
<entry>
<title>libnetbsd: add sys/wait.h compat header</title>
<updated>2017-01-15T21:52:33Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2017-01-15T21:52:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6b9e8e4eb210551e46142ccd7eed9d7c29902d67'/>
<id>urn:sha1:6b9e8e4eb210551e46142ccd7eed9d7c29902d67</id>
<content type='text'>
This just defines wrusage to __wrusage for now (they're both structs).
</content>
</entry>
<entry>
<title>Add __BIT and __BITS macros from NetBSD to help support new testcases</title>
<updated>2017-01-12T09:01:14Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2017-01-12T09:01:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7ad417dff84775a57d6aef409066ac5afc93cc6f'/>
<id>urn:sha1:7ad417dff84775a57d6aef409066ac5afc93cc6f</id>
<content type='text'>
MFC after:	1 week
</content>
</entry>
<entry>
<title>When compiling on macOS or Linux, __dead can be defined already.</title>
<updated>2016-10-24T17:56:08Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2016-10-24T17:56:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b0928c0dbb1cd67b61defa4af494db44c52d9ca0'/>
<id>urn:sha1:b0928c0dbb1cd67b61defa4af494db44c52d9ca0</id>
<content type='text'>
Conditionally define __dead.
</content>
</entry>
<entry>
<title>Commit missing header for sys/time.h compat on NetBSD to unbreak the amd64/i386</title>
<updated>2014-11-04T02:00:07Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2014-11-04T02:00:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e51a35a50c3652970320eddd35c9afd1a0becc3c'/>
<id>urn:sha1:e51a35a50c3652970320eddd35c9afd1a0becc3c</id>
<content type='text'>
build

Pointyhat to: me (forgot to svn add it sooner)
</content>
</entry>
<entry>
<title>The NetBSD libc tests use several definitions/macros that aren't available in</title>
<updated>2014-10-22T21:04:54Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2014-10-22T21:04:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=481e594b9bc89ffb0acdb489f55b57c9096a529c'/>
<id>urn:sha1:481e594b9bc89ffb0acdb489f55b57c9096a529c</id>
<content type='text'>
FreeBSD

Add the missing compat definitions/macros to lib/libnetbsd so the testcases
can be compiled with libnetbsd without having to invent ad hoc #define's, or
having to convert things over to FreeBSD idioms

Reviewed by: brooks
Phabric: D993
Sponsored by: EMC / Isilon Storage Division
</content>
</entry>
<entry>
<title>Add libnetbsd, a thin compatibility layer intended to allow a limited</title>
<updated>2012-12-21T20:37:38Z</updated>
<author>
<name>Brooks Davis</name>
<email>brooks@FreeBSD.org</email>
</author>
<published>2012-12-21T20:37:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6bea8766443cc86412928fa25a6e6a4b70a0a3b0'/>
<id>urn:sha1:6bea8766443cc86412928fa25a6e6a4b70a0a3b0</id>
<content type='text'>
set of NetBSD software to compile as part of the FreeBSD build with
little or no modifiction.  It is built as a static library and not
installed for general use.  Likewise, its header files are not
installed.

Sponsored by:	DARPA, AFRL
</content>
</entry>
</feed>
