Searched hist:1.354 (Results 1 - 25 of 76) sorted by relevance
| /src/ | ||
| H A D | build.sh | 1.354 Fri Aug 06 07:55:13 GMT 2021 andvar fix various typos in comments. |
| H A D | UPDATING | 1.354 Mon Jul 01 09:44:48 GMT 2024 martin Fix date for binutils vs. binutils.old entry |
| /src/distrib/sets/lists/comp/ | ||
| H A D | shl.mi | 1.354 Mon Sep 04 21:36:31 GMT 2023 riastradh branches: 1.354.2; lists: Remove more bogus shlib obsolete entries. Too much trouble to have to remember about libuv.so, libgmp.so, &c. Just apply the rule uniformly. All that's left is test libraries and loadable modules. Searched with: git grep 'lib.*\.so\.[0-9][0-9]*.*obsolete' distrib/sets/lists \ | grep -v '/modules/' \ | grep -v '/locale/lib/' \ | grep -v '/lib/npf/' \ | grep -v '/lib/librump' \ | grep -v '/lib/netbsd/libclang_rt' \ | grep -v '/runemodule/' 1.354 Mon Sep 04 21:36:31 GMT 2023 riastradh branches: 1.354.2; lists: Remove more bogus shlib obsolete entries. Too much trouble to have to remember about libuv.so, libgmp.so, &c. Just apply the rule uniformly. All that's left is test libraries and loadable modules. Searched with: git grep 'lib.*\.so\.[0-9][0-9]*.*obsolete' distrib/sets/lists \ | grep -v '/modules/' \ | grep -v '/locale/lib/' \ | grep -v '/lib/npf/' \ | grep -v '/lib/librump' \ | grep -v '/lib/netbsd/libclang_rt' \ | grep -v '/runemodule/' |
| /src/sys/uvm/ | ||
| H A D | uvm_map.c | 1.354 Tue Feb 06 09:20:29 GMT 2018 mrg branches: 1.354.2; 1.354.4; uvm_map_extract() has an indentation issue. 1.354 Tue Feb 06 09:20:29 GMT 2018 mrg branches: 1.354.2; 1.354.4; uvm_map_extract() has an indentation issue. 1.354 Tue Feb 06 09:20:29 GMT 2018 mrg branches: 1.354.2; 1.354.4; uvm_map_extract() has an indentation issue. |
| /src/doc/ | ||
| H A D | BRANCHES | 1.354 Sun Apr 26 00:15:37 GMT 2020 martin Update phil-wifi info - moving to hg |
| /src/share/mk/ | ||
| H A D | bsd.README | 1.354 Tue Jun 14 13:26:45 GMT 2016 christos branches: 1.354.2; Add and document MKRELRO and set x86 to partial by default. 1.354 Tue Jun 14 13:26:45 GMT 2016 christos branches: 1.354.2; Add and document MKRELRO and set x86 to partial by default. |
| H A D | bsd.prog.mk | 1.354 Tue Jan 14 19:45:53 GMT 2025 riastradh bsd.prog.mk: Indent PROGDPLIBS logic for clarity. No functional change intended. |
| /src/sys/dev/pci/ | ||
| H A D | files.pci | 1.354 Tue Jan 24 01:58:40 GMT 2012 rkujawa branches: 1.354.2; Add missing i2c dependencies to voodoofb. 1.354 Tue Jan 24 01:58:40 GMT 2012 rkujawa branches: 1.354.2; Add missing i2c dependencies to voodoofb. |
| /src/sys/arch/alpha/conf/ | ||
| H A D | GENERIC | 1.354 Tue Oct 15 19:27:48 GMT 2013 jdc Add devices: ISA soundblaster (#sb* at isapnp? tested on PC164LX) Broadcom 570x ethernet (supported cards in DS20L, etc.) ALI M7101 SMBus controller (found in DS20L) (commented out) LM81/LM87 enviromental monitoring (found in DS20L) |
| /src/distrib/sets/lists/debug/ | ||
| H A D | shl.mi | 1.354 Sun Nov 03 19:59:46 GMT 2024 riastradh distrib/sets/lists: Do not obsolete lib*.so.* files. Although it is mostly harmless in the particular case of zstd, which was only for a couple days committed to HEAD as a public shared library and is now a private static library pending analysis of its impact on pkgsrc, the general rule is that .so files applications link against are not obsoleted because that breaks compat on system upgrades. And while this is _mostly_ harmless, having these entries makes auditing the set lists for this rule harder, which is a real harm because we've had real bugs in this area in the past. |
| /src/share/misc/ | ||
| H A D | acronyms.comp | 1.354 Sun Jun 11 17:54:18 GMT 2023 dholland +DPAA |
| /src/sys/arch/macppc/conf/ | ||
| H A D | GENERIC | 1.354 Fri Apr 26 21:40:31 GMT 2019 sevan Enable BUFQ_PRIOCSCAN, CARP, Veriexec by default in GENERIC kernel configs. On ports without a GENERIC kernel config enable in individul files, e.g evbmips. Omit on: atari, dreamcast, emips, epoc32, evbppc/VIRTEX*, ia64, luna68x, mvme68k, mvmeppc, playstation2, riscv, sun2, sun3, x68k, zaurus due to resource constraints or port infancy. |
| /src/sys/net/ | ||
| H A D | if.c | 1.354 Thu Jul 07 09:32:02 GMT 2016 ozaki-r branches: 1.354.2; Switch the address list of intefaces to pslist(9) As usual, we leave the old list to avoid breaking kvm(3) users. 1.354 Thu Jul 07 09:32:02 GMT 2016 ozaki-r branches: 1.354.2; Switch the address list of intefaces to pslist(9) As usual, we leave the old list to avoid breaking kvm(3) users. |
| /src/sys/arch/x86/x86/ | ||
| H A D | pmap.c | 1.354 Tue Jan 07 21:18:24 GMT 2020 ad branches: 1.354.2; pmap_ept_enter(): PTE -> EPT in two places. 1.354 Tue Jan 07 21:18:24 GMT 2020 ad branches: 1.354.2; pmap_ept_enter(): PTE -> EPT in two places. |
| /src/usr.bin/make/ | ||
| H A D | job.c | 1.433 Wed Jun 16 03:15:47 GMT 2021 rillig make: clean up comment for JobStart The parameter 'flags' was renamed in job.c 1.354 from 2020-12-10 without adjusting the documentation. The parameter 'previous' was removed in job.c 1.108 from 2006-03-12, also without adjusting the documentation of JobStart. No functional change. 1.354 Thu Dec 10 20:49:11 GMT 2020 rillig make(1): split JobFlags into separate fields Having all these flags in a single bitmask makes it harder to see where exactly they can possibly be used since their state could also be modified using the unsuspicious job->flags = 0. Using individual names just leaves the single memset, and that is only used during initialization. |
| /src/sys/ufs/ffs/ | ||
| H A D | ffs_vfsops.c | 1.354 Sun Aug 20 00:51:38 GMT 2017 maya print mode as octal for readability |
| /src/sys/ufs/lfs/ | ||
| H A D | lfs_vfsops.c | 1.354 Sat Apr 01 01:50:02 GMT 2017 maya switch lfs_sleepers to condvar (from mtsleep) |
| /src/sys/kern/ | ||
| H A D | kern_sig.c | 1.354 Wed May 01 18:01:54 GMT 2019 kamil Correct handling of corner cases in fork1(9) code under a debugger Correct detaching and SIGKILLing forker and vforker in the middle of its operation. |
| H A D | kern_synch.c | 1.354 Sun Apr 09 00:16:42 GMT 2023 riastradh kpause(9): Simplify assertion. No functional change intended. |
| /src/sys/arch/sparc64/sparc64/ | ||
| H A D | locore.s | 1.354 Sun Jan 26 20:12:32 GMT 2014 palle sun4v: Add handling of spill/fill and dtsb miss traps (with a XXX to be handled later) |
| /src/sys/dev/ata/ | ||
| H A D | wd.c | 1.354 Tue Dec 18 15:30:40 GMT 2007 joerg Restore suspend handler. Put the disc into standby on suspend and for powerdown, but not for normal halt or reboot or panic. Fixes PR 37508. |
| /src/sys/arch/sparc/sparc/ | ||
| H A D | pmap.c | 1.354 Sun Dec 08 10:12:39 GMT 2013 jdc Use a double linked list with a static head to track MMU entries. Code from martin@. Tested on SUN4 (4/330), SUN4C (SS2), and SUN4M (Krups, 4/630). |
| /src/sys/dev/ic/ | ||
| H A D | com.c | 1.354 Tue Dec 11 06:34:00 GMT 2018 thorpej Add a convenience function, com_init_regs_stride(), that shifts the register offsets and size by the specified amount. Use in front-ends as appropriate. |
| /src/sys/arch/i386/conf/ | ||
| H A D | ALL | 1.354 Sat Apr 27 18:19:38 GMT 2013 christos remove confusing numeric locators where they are unused. |
| H A D | files.i386 | 1.354 Sat Apr 10 17:55:25 GMT 2010 jruoho Move vald(4) to sys/dev/acpi. This is MI and should work also on amd64. ok jmcneill@ XXX: This is broken: it calls methods with absolute pathnames (almost guaranteed not to be portable across models), it accesses methods that are in the domain of other drivers, it walks the namespace on its own, it contains plenty of magic constants, it does not integrate with existing KPIs, etc. Summa summarum: this should be rewritten as a more generic toshiba_acpi(4). |
Completed in 601 milliseconds