Searched hist:1.1374 (Results 1 - 9 of 9) sorted by relevance

/src/sys/dev/pci/
H A Dpcidevs.h1.1374 Sat Sep 21 11:24:35 GMT 2019 msaitoh Regen.
H A Dpcidevs_data.h1.1374 Sat Sep 21 14:25:34 GMT 2019 msaitoh Regen.
H A Dpcidevs1.1374 Sat Jun 01 08:13:31 GMT 2019 jdolecek rename VT8237S_SATA_2 to VT8237S_SATA_RAID and update description to have
different one to VT8237S_SATA

part of PR kern/43309
/src/doc/
H A D3RDPARTY1.1374 Wed Nov 02 00:40:27 GMT 2016 christos update bind
H A DCHANGES1.1374 Thu Apr 01 05:08:46 GMT 2010 macallan mention ADM1031 support in dbcool
1.1374 Thu Apr 01 05:08:46 GMT 2010 macallan mention ADM1031 support in dbcool
/src/distrib/sets/lists/man/
H A Dmi1.1374 Tue Jan 31 00:23:32 GMT 2012 nisimura introduce evbarm bootmini2440(8) man entry.
/src/distrib/sets/lists/tests/
H A Dmi1.1374 Fri May 02 03:26:26 GMT 2025 riastradh ld.elf_so: Add a trivial test for R_*_RELATIVE relocations.

PR bin/59360: ld.elf_so(8): missing RELR support
/src/share/mk/
H A Dbsd.own.mk1.1374 Wed May 29 02:06:45 GMT 2024 riastradh New make(1) variable NETBSD_REVISIONID in the NetBSD build.

This is intended to be a tree-wide revision identifier, like a commit
hash or similar. This way, in builds from non-CVS trees where
per-file $NetBSD$ revision ids aren't incremented, we can still track
some version provenance of files with ident(1).

If defined, bsd.own.mk adds a macro _NETBSD_REVISIONID to CPPFLAGS
with the stringified text of NETBSD_REVISIONID.

In turn, if _NETBSD_REVISIONID is defined in sys/cdefs.h, then
__RCSID will put the concatenation of:
- `$NetBSD: '
- the file name
- ` '
- _NETBSD_REVISIONID
- ` $'
alongside the per-file revision id passed as an argument to __RCSID.

Since this is passed through command-line arguments, it doesn't cause
make to consider any dependencies to change when the revision id
changes -- so incremental builds remain incremental. And if you
don't set it, nothing changes from the __RCSID we had before.

Currently nothing sets NETBSD_REVISIONID automatically yet -- subject
to experimentation. Could just be verbatim commit hash, or could be
longer `hg identify' output -- or, in git, with the help of tags,
could be `git describe --dirty' output like

10.99.10-2924-gd01834fb75de

(or `10.99.10-2924-gd01834fb75de-dirty' if the working tree is dirty)
for the commit at
https://mail-index.netbsd.org/source-changes/2024/05/24/msg151526.html
which is 2924 linear commits after the commit bumping sys/param.h to
10.99.10 and (in the current git conversion) had commit hash starting
with d01834fb75de. This may require some discipline around branching
and tagging but it's worth a shot -- we'll see.

Based on a patch from joerg@ a while ago.
/src/distrib/sets/lists/comp/
H A Dmi1.1374 Sun Jan 24 21:19:53 GMT 2010 joerg Fix some POD errors in the OpenSSL man pages. Regen them. Install some
missing man pages.

Completed in 866 milliseconds