Searched hist:1.986 (Results 1 - 14 of 14) sorted by relevance
| /src/sys/dev/pci/ | ||
| H A D | pcidevs.h | 1.986 Thu Apr 30 15:14:49 GMT 2009 skrll Regen (again) |
| H A D | pcidevs_data.h | 1.986 Sat May 09 15:16:42 GMT 2009 sborrill regen |
| H A D | pcidevs | 1.986 Thu Apr 30 15:13:58 GMT 2009 skrll Add another NS product found in hppa machines. |
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.986 Thu Jul 11 08:13:49 GMT 2024 riastradh Revert the duplication of compat set lists; do it another way. 1. Restore the compatdir and compatfile tags in base and debug. => compatdir marks directories that should have per-ABI compat subdirectories, like /usr/lib having /usr/lib/o32 and /usr/lib/64 on mips64. => compatfile marks files that have per-ABI versions in the nearest compatdir, like /usr/lib/o32/libc.so.12.221. This is the mechanism we use to avoid duplicating every library that has a compat version in multiple set lists. 2. Teach sets.subr to split the compatdir and compatfile entries out into separate sets for base and debug. The mechanism is to internally use: - a new tag `omitcompat' when processing base and debug, so we don't generate the per-ABI compat directories or per-ABI compat files under them; - a new tag `takecompat=${ABI}' when processing base32/64 and debug32/64, so we _do_ generate the per-ABI compat directories for ${ABI}. => On, e.g., mips64, base32 uses `takecompat=o32' and base64 uses `takecompat=64'. => On, e.g., aarch64, base32 uses `takecompat=eabi,takecompat=eabihf', and there is no base64. 3. Record in sets.subr the list of `32' and `64' architectures for each port. This is maybe not the right place to put it, but it's also not clear that we want to keep exactly this division -- maybe it would be more sensible to just have per-ABI , e.g.: (aarch64) base-eabi, base-eabihf (amd64) base-i386 (mips64) base-o32, base-64 (mipsn64) base-o32, base-n32 But I'll leave cleaning that up for another day. 4. Adjust some sets. Mostly this commit shouldn't change what file go in what sets, but, e.g., on mips64, the following move from base32 to base64 as part of this change, which I think is appropriate: - /lib/64 - /libexec/ld.elf_so-64 - /usr/lib/64 - /usr/libdata/debug/lib/64 - /usr/libdata/debug/usr/lib/64 - /usr/libexec/ld.elf_so-64 TBD: Remove ./lib and ./usr/lib from debug/mi; they're already in base/mi. Maybe move ./usr/libdata/debug to from base/mi to debug/mi. This reverts most of the set list changes in: https://mail-index.netbsd.org/source-changes/2024/04/09/msg150763.html PR misc/58365 |
| H A D | mi | 1.986 Thu Feb 16 00:29:11 GMT 2012 wiz Fix tags in set lists for window removal. |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.986 Thu Dec 06 11:42:26 GMT 2012 roy Import openresolv-3.5.3 |
| H A D | CHANGES | 1.986 Wed Jan 09 22:04:23 GMT 2008 macallan mention PGX32 / Raptor 8P support on sparc64 1.986 Wed Jan 09 22:04:23 GMT 2008 macallan mention PGX32 / Raptor 8P support on sparc64 |
| /src/sys/arch/i386/conf/ | ||
| H A D | GENERIC | 1.986 Sat Jun 26 15:17:56 GMT 2010 kefren Fix build for MPLS import: add options MPLS, changed pseudo-device mpls to pseudo-device ifmpls |
| /src/distrib/sets/lists/man/ | ||
| H A D | mi | 1.986 Sun Mar 25 18:58:05 GMT 2007 agc Add the catman page for drm(4) to the sets. |
| /src/distrib/sets/lists/tests/ | ||
| H A D | mi | 1.986 Wed Dec 09 00:25:00 GMT 2020 rillig make(1): add test for combining -j1 with -n |
| /src/share/mk/ | ||
| H A D | bsd.own.mk | 1.986 Sun Nov 13 22:13:55 GMT 2016 joerg Define the MKPICLIB default for aarch64 and powerpc64 only for native builds, not inside src/compat. |
| /src/usr.bin/make/ | ||
| H A D | var.c | 1.986 Mon Dec 13 04:18:01 GMT 2021 rillig make: fix memory leak when parsing a variable name To trigger the memory leak, the expanded variable name must not be a prefix of the textual variable name. textual name expanded name ok: UNDEF.${undef} UNDEF. leak: UNDEF.${undef}. UNDEF.. |
| /src/sys/conf/ | ||
| H A D | files | 1.986 Mon Apr 12 22:15:32 GMT 2010 pooka Separate lwp specificdata data structure management from lwp cpu/vm management. No functional change. (specificdata routines went from kern_lwp.c to subr_lwp_specificdata.c) |
| /src/distrib/sets/lists/comp/ | ||
| H A D | mi | 1.986 Thu Dec 21 16:04:13 GMT 2006 yamt document splraiseipl and makeiplcookie. |
Completed in 1380 milliseconds