Searched hist:1.379 (Results 1 - 25 of 61) sorted by relevance
| /src/ | ||
| H A D | build.sh | 1.379 Tue Jul 23 20:46:40 GMT 2024 riastradh build.sh: Adjust xsrc existence test as requested. PR toolchain/58399 |
| H A D | UPDATING | 1.379 Sun Apr 27 23:30:39 GMT 2025 kre Correct a couple of typos. |
| /src/sys/arch/alpha/conf/ | ||
| H A D | GENERIC | 1.379 Tue Jan 23 14:47:53 GMT 2018 sevan branches: 1.379.2; Alternate buffer queue strategies no longer considered experimental, update description. Discussed on tech-kern http://mail-index.netbsd.org/tech-kern/2018/01/21/msg023002.html 1.379 Tue Jan 23 14:47:53 GMT 2018 sevan branches: 1.379.2; Alternate buffer queue strategies no longer considered experimental, update description. Discussed on tech-kern http://mail-index.netbsd.org/tech-kern/2018/01/21/msg023002.html |
| /src/sys/arch/alpha/alpha/ | ||
| H A D | machdep.c | 1.379 Sun Mar 31 17:13:29 GMT 2024 thorpej branches: 1.379.2; Add machdep.rpb_type and machdep.rpb_variation sysctl nodes. 1.379 Sun Mar 31 17:13:29 GMT 2024 thorpej branches: 1.379.2; Add machdep.rpb_type and machdep.rpb_variation sysctl nodes. |
| /src/share/mk/ | ||
| H A D | bsd.lib.mk | 1.379 Mon Jan 21 21:11:54 GMT 2019 christos branches: 1.379.2; Most of the mv operations are to move temporary files to their final place. Some use -f, others don't. This can lead to spurious build failures when the user performing the build changes. Centralize, and always use -f. 1.379 Mon Jan 21 21:11:54 GMT 2019 christos branches: 1.379.2; Most of the mv operations are to move temporary files to their final place. Some use -f, others don't. This can lead to spurious build failures when the user performing the build changes. Centralize, and always use -f. |
| H A D | bsd.README | 1.379 Thu Jul 12 21:41:25 GMT 2018 joerg Update MKSTATICPIE entry to actually do something. |
| /src/share/misc/ | ||
| H A D | acronyms.comp | 1.379 Mon Nov 20 21:11:20 GMT 2023 jschauma +ML-KEM module-lattice based key-encapsulation mechanism (I previously added "KEM", but now that Kyber is ML-KEM it comes up frequently enough that 'wtf ml; 'wtf kem' doesn't help folks find the answer.) |
| /src/sys/arch/macppc/conf/ | ||
| H A D | GENERIC | 1.379 Mon Jan 29 18:27:13 GMT 2024 christos PR/57889: Ricardo Branco: ext2fs does not have user immutable and append file flags, only system ones. Restrict those to the superuser. Before the behavior was controlled by EXT2FS_SYSTEM_FLAGS. Make that behavior the default. |
| /src/sys/sys/ | ||
| H A D | param.h | 1.379 Sun Jan 02 05:13:53 GMT 2011 dholland branches: 1.379.2; 5.99.43: R.I.P. SAVESTART. 1.379 Sun Jan 02 05:13:53 GMT 2011 dholland branches: 1.379.2; 5.99.43: R.I.P. SAVESTART. |
| /src/sys/ufs/ffs/ | ||
| H A D | ffs_vfsops.c | 1.379 Wed Dec 21 18:58:25 GMT 2022 chs ffs: fail mounts requesting ACLs for non-ea UFS2 file systems For non-ea UFS2 file system, fail mounts that request ACLs rather than letting the mount succeed only to reject all ACL operations later. Also fix the messages about the on-disk fs flags conflicting with the mount options for which type of ACLs to use, and about requesting both types of ACLs. |
| /src/sys/ufs/lfs/ | ||
| H A D | lfs_vfsops.c | 1.379 Tue Aug 04 03:00:47 GMT 2020 riastradh Mark lfs vnodes with VV_LOCKSWORK, same as ffs. |
| /src/sys/uvm/ | ||
| H A D | uvm_map.c | 1.379 Sat Apr 18 03:27:13 GMT 2020 thorpej Add an API to get a reference on the identity of an individual byte of virtual memory, a "virtual object address". This is not a reference to a physical byte of memory, per se, but a reference to a byte residing in a page, owned by a unique UVM object (either a uobj or an anon). Two separate address+addresses space tuples that reference the same byte in an object (such as a location in a shared memory segment) will resolve to equivalent virtual object addresses. Even if the residency status of the page changes, the virtual object address remains unchanged. struct uvm_voaddr -- a structure that encapsulates this address reference. uvm_voaddr_acquire() -- a function to acquire this address reference, given a vm_map and a vaddr_t. uvm_voaddr_release() -- a function to release this address reference. uvm_voaddr_compare() -- a function to compare two such address references. uvm_voaddr_acquire() resolves the COW status of the object address before acquiring. In collaboration with riastradh@ and chs@. |
| /src/sys/kern/ | ||
| H A D | kern_sig.c | 1.379 Wed Nov 20 19:37:53 GMT 2019 pgoyette Move all non-emulation-specific coredump code into the coredump module, and remove all #ifdef COREDUMP conditional compilation. Now, the coredump module is completely separated from the emulation modules, and they can all be independently loaded and unloaded. Welcome to 9.99.18 ! |
| /src/sys/arch/sparc64/sparc64/ | ||
| H A D | locore.s | 1.379 Mon Mar 02 13:48:00 GMT 2015 nakayama Use panic stack temporarily for calling prom_printf in a trap handler. It seems that openfirmware cannot handle over 4GB pointers, and stack pointers may point to over 4GB since VA layout was rearranged by rev 1.33 of vmparam.h. Therefore, use panic stack to avoid panicking in OF_write used by prom_printf. |
| /src/sys/dev/ata/ | ||
| H A D | wd.c | 1.379 Mon Oct 19 18:41:12 GMT 2009 bouyer Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen for the booring work ! |
| /src/sys/dev/ic/ | ||
| H A D | com.c | 1.379 Wed Oct 26 23:38:09 GMT 2022 riastradh ddb/db_active.h: New home for extern db_active. This can be included unconditionally, and db_active can then be queried unconditionally; if DDB is not in the kernel, then db_active is a constant zero. Reduces need for #include opt_ddb.h, #ifdef DDB. |
| /src/sys/arch/i386/conf/ | ||
| H A D | ALL | 1.379 Wed Jul 02 07:18:32 GMT 2014 ozaki-r Add NET_MPSAFE to ALL |
| H A D | files.i386 | 1.379 Wed Jul 12 16:59:41 GMT 2017 maxv include opt_pmc.h |
| /src/sys/arch/arm/arm32/ | ||
| H A D | pmap.c | 1.379 Sat Jan 18 07:52:33 GMT 2020 skrll Trailing whitespace |
| /src/distrib/notes/common/ | ||
| H A D | main | 1.379 Fri Dec 14 10:18:30 GMT 2007 jnemeth remove statement about working towards six month releases |
| /src/distrib/sets/lists/debug/ | ||
| H A D | mi | 1.379 Wed May 25 20:44:01 GMT 2022 nia mk: Allow setting MKDHCPD=no to build base without the ISC DHCP server, useful for embedded images that don't need to act as one. |
| /src/etc/ | ||
| H A D | Makefile | 1.379 Thu Feb 04 21:01:16 GMT 2010 roy Install a minimal .terminfo and .terminfo.db in /root. This allows terminfo to be used when /usr is not available. Fixes PR misc/6879. |
| /src/share/man/man9/ | ||
| H A D | Makefile | 1.379 Mon Dec 22 18:02:52 GMT 2014 wiz Add clock(9) from Kamil Rytarowski. |
| /src/share/man/man4/ | ||
| H A D | options.4 | 1.379 Mon May 04 20:09:10 GMT 2009 wiz Uppercase CPU. |
| /src/sys/dev/raidframe/ | ||
| H A D | rf_netbsdkintf.c | 1.379 Sun Nov 10 21:16:37 GMT 2019 chs in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT and remove code to handle failures that can no longer happen. |
Completed in 486 milliseconds