Searched hist:1.1209 (Results 1 - 12 of 12) sorted by relevance

/src/distrib/sets/lists/base/
H A Dmi1.1209 Wed Jul 24 06:53:42 GMT 2019 wiz branches: 1.1209.2;
Move bcm43xx firmware back to /usr/libdata/firmware.

On popular request.
1.1209 Wed Jul 24 06:53:42 GMT 2019 wiz branches: 1.1209.2;
Move bcm43xx firmware back to /usr/libdata/firmware.

On popular request.
/src/sys/dev/pci/
H A Dpcidevs.h1.1209 Sun Feb 15 21:28:17 GMT 2015 msaitoh regen.
H A Dpcidevs_data.h1.1209 Wed Mar 04 11:35:59 GMT 2015 knakahara regen.
H A Dpcidevs1.1209 Tue Dec 23 10:55:09 GMT 2014 msaitoh Add some Intel 10/40G devices.
/src/doc/
H A D3RDPARTY1.1209 Fri Mar 13 13:48:18 GMT 2015 wiz mdocml-1.13.3 out.
H A DCHANGES1.1209 Fri Apr 17 20:09:34 GMT 2009 roy Import dhcpcd-4.0.13
1.1209 Fri Apr 17 20:09:34 GMT 2009 roy Import dhcpcd-4.0.13
/src/sys/arch/i386/conf/
H A DGENERIC1.1209 Thu Aug 08 04:25:21 GMT 2019 msaitoh Use <SPACE>+<TAB>
/src/distrib/sets/lists/man/
H A Dmi1.1209 Sun May 16 15:33:29 GMT 2010 jruoho As was done with the man-page for <sys/types.h>, move dir(5) to dirent(3).
Add a table describing the stat <-> dirent types. Note IFTODT() and DTTOIF().
/src/distrib/sets/lists/tests/
H A Dmi1.1209 Tue May 31 13:42:59 GMT 2022 riastradh libc: Reintroduce getentropy.

This was introduced two years ago when the getrandom/getentropy API
question was still open, and removed because the discussion was
ongoing. Now getentropy is more widely adopted and soon to be in
POSIX. So reintroduce the symbol into libc since we'll be keeping it
anyway. Discussion of details of the semantics, as interpreted by
NetBSD, is ongoing, but the symbol needs to get in before the
netbsd-10 branch. The draft POSIX text is
(https://www.opengroup.org/austin/docs/austin_1110.pdf):

SYNOPSIS
#include <unistd.h>

int getentropy(void *buffer, size_t length);

DESCRIPTION
The getentropy() function shall write length bytes of data
starting at the location pointed to by buffer. The output
shall be unpredictable high quality random data, generated by
a cryptographically secure pseudo-random number
generator. The maximum permitted value for the length
argument is given by the {GETENTROPY_MAX} symbolic constant
defined in <limits.h>.

RETURN VALUES
Upon successful completion, getentropy() shall return 0;
otherwise, -1 shall be retunred and errno set to indicate the
error.

ERRORS
The getentropy() function shall fail if:

[EINVAL] The value of length is greater than
{GETENTROPY_MAX}.

The getentropy() function may fail if:

[ENOSYS] The system does not provide the necessary
source of entropy.

RATIONALE
The getentropy() function is not a cancellation point.

Minor changes from the previous introduction of getentropy into libc:

- Return EINVAL, not EIO, on buflen > 256.
- Define GETENTROPY_MAX in limits.h.

The declaration of getentropy in unistd.h and definition of
GETENTROPY_MAX in limits.h are currently conditional on
_NETBSD_SOURCE. When the next revision of POSIX is finalized, we can
expose them also under _POSIX_C_SOURCE > 20yymmL as usual -- and this
can be done as a pullup without breaking existing compiled programs.
/src/share/mk/
H A Dbsd.own.mk1.1209 Sat Sep 12 08:31:39 GMT 2020 mrg switch to GCC 9 on arm and x86.

note GCC 8.3, 8.4 and 9.3 import dates. add an UPDATING entry.
/src/sys/conf/
H A Dfiles1.1209 Fri Sep 21 18:38:25 GMT 2018 maxv Remove iavc(4).
/src/distrib/sets/lists/comp/
H A Dmi1.1209 Thu Nov 20 23:50:09 GMT 2008 matt Add new ptree (Patricia / RADIX tree) implementation to NetBSD.

Completed in 1074 milliseconds