Searched hist:1.384 (Results 1 - 25 of 60) sorted by relevance
| /src/ | ||
| H A D | build.sh | 1.384 Fri Dec 20 14:31:49 GMT 2024 martin Fix typo in previous |
| H A D | UPDATING | 1.384 Mon Oct 20 10:14:07 GMT 2025 martin Note libcrypto fallout |
| /src/sys/dev/ata/ | ||
| H A D | wd.c | 1.384 Wed Feb 24 22:37:57 GMT 2010 dyoung branches: 1.384.2; A pointer typedef entails trading too much flexibility to declare const and non-const types, and the kernel uses both const and non-const PMF qualifiers and device suspensors, so change the pmf_qual_t and device_suspensor_t typedefs from "pointers to const" to non-pointer, non-const types. 1.384 Wed Feb 24 22:37:57 GMT 2010 dyoung branches: 1.384.2; A pointer typedef entails trading too much flexibility to declare const and non-const types, and the kernel uses both const and non-const PMF qualifiers and device suspensors, so change the pmf_qual_t and device_suspensor_t typedefs from "pointers to const" to non-pointer, non-const types. |
| /src/sys/dev/ic/ | ||
| H A D | com.c | 1.384 Tue Apr 11 13:01:41 GMT 2023 riastradh branches: 1.384.6; com(4): Note ttylock in comment, not tty_lock. 1.384 Tue Apr 11 13:01:41 GMT 2023 riastradh branches: 1.384.6; com(4): Note ttylock in comment, not tty_lock. |
| /src/etc/ | ||
| H A D | Makefile | 1.384 Mon Dec 27 03:38:52 GMT 2010 christos branches: 1.384.2; `` -> $() 1.384 Mon Dec 27 03:38:52 GMT 2010 christos branches: 1.384.2; `` -> $() |
| /src/sys/netinet/ | ||
| H A D | ip_input.c | 1.384 Thu May 17 11:59:36 GMT 2018 maxv branches: 1.384.2; Add KASSERTs, related to PR/39794. 1.384 Thu May 17 11:59:36 GMT 2018 maxv branches: 1.384.2; Add KASSERTs, related to PR/39794. |
| /src/sys/arch/alpha/conf/ | ||
| H A D | GENERIC | 1.384 Wed Aug 01 20:04:09 GMT 2018 maxv Unreference IPF/PF from all the config files, and enable NPF instead when wanted. This also fixes some inconsistencies I saw in several files (eg IPF options while IPF was not compiled, IPF+PF enabled by default, etc). |
| /src/share/misc/ | ||
| H A D | acronyms.comp | 1.384 Tue Dec 19 15:01:23 GMT 2023 jschauma +NVD national vulnerability database |
| /src/sys/arch/macppc/conf/ | ||
| H A D | GENERIC | 1.384 Sun Jul 20 09:42:46 GMT 2025 martin Enable PAX_MPROTECT |
| /src/sys/kern/ | ||
| H A D | kern_exec.c | 1.386 Sat Apr 12 05:25:23 GMT 2014 uebayasi execve_runproc: Unbreak __MACHINE_STACK_GROWS_UP machines. Clarify the stack address allocation code. Summarize an awful big comment about the _rtld() "gap". (The log message in Rev. 1.384 was wrong; the new stack address is passed not via the 3rd register argument, but via the SP. The 3rd is for ps_strings.) 1.384 Fri Apr 11 17:28:24 GMT 2014 uebayasi execve_runproc: The stack address passed to the newly execve()'ed process, via the 3rd register argument, always points to the stack base address (== minsaddr (min stack address) + ssize (stack size)). Clarify that. |
| H A D | kern_sig.c | 1.384 Sat Feb 01 02:23:23 GMT 2020 riastradh Load struct fdfile::ff_file with atomic_load_consume. Exceptions: when we're only testing whether it's there, not about to dereference it. Note: We do not use atomic_store_release to set it because the preceding mutex_exit should be enough. (That said, it's not clear the mutex_enter/exit is needed unless refcnt > 0 already, in which case maybe it would be a win to switch from the membar implied by mutex_enter to the membar implied by atomic_store_release -- which I would generally expect to be much cheaper. And a little clearer without a long comment.) |
| /src/sys/ufs/ffs/ | ||
| H A D | ffs_vfsops.c | 1.384 Mon Dec 30 09:03:07 GMT 2024 hannken Protect test/clear fs->fs_fmod with um_lock like it is already protected in ffs_alloc.c. When writing to disk protect moving superblock to buffer with um_lock. Set/clear fs->fmod while mounting, updating a mount or unmounting is safe as these operations run exclusive, either mounting creates a new file system or the file system is suspended. Assert suspension for update and unmount. PR kern/58837 "ffs: Missing locking around fs_fmod/time" |
| /src/sys/ufs/lfs/ | ||
| H A D | lfs_vfsops.c | 1.384 Tue Sep 02 00:24:10 GMT 2025 perseant Use a workqueue to handle cluster iodone, rather than doing it in interrupt context. |
| /src/sys/uvm/ | ||
| H A D | uvm_map.c | 1.384 Sat May 30 08:50:31 GMT 2020 maxv Avoid passing file paths in panic strings, this results in extra long output that is annoying and that syzbot classifies as independent reports due to the instances having different build paths. |
| /src/sys/arch/sparc64/sparc64/ | ||
| H A D | locore.s | 1.384 Sun Apr 05 20:34:00 GMT 2015 palle sun4v: Ensure that the TTEs CP and CV bits are the same (both set) for the primary cpu and secondary cpus INTSTACK mappings |
| /src/sys/arch/i386/conf/ | ||
| H A D | ALL | 1.384 Sat Aug 23 21:05:39 GMT 2014 dholland Add options COMPAT_44, which controls mostly MD code but should be in here anyway. |
| H A D | files.i386 | 1.384 Wed Aug 09 18:45:30 GMT 2017 maxv Remove compat_ibcs2 from i386. After a discussion on port-vax, it turns out that compat_ibcs2 does not implement the iBCS2 standard - which is x86-specific - but rather SVR3. Our real iBCS2 implementation was a mixture of compat_ibcs2 and compat_svr4, and was only partial. Keeping support for this in i386 is totally irrelevant today. I also asked on port-i386 but didn't wait long. The main issue is that compat_ibcs2 should have been called compat_svr3. But CVS does not support renaming files, and moving things around is both painful and tiring, even more so when no one seems to be interested in doing this work or in the feature at all. For now compat_ibcs2 is available on Vax and will stay, until someone (not me) cleans it up. |
| /src/sys/arch/arm/arm32/ | ||
| H A D | pmap.c | 1.384 Sun Feb 02 07:55:11 GMT 2020 skrll KNF |
| /src/distrib/notes/common/ | ||
| H A D | main | 1.384 Sat Dec 15 19:48:16 GMT 2007 pavel Remove a spurious paragraph break from the start of the generated text. Bump date. |
| /src/distrib/sets/lists/debug/ | ||
| H A D | mi | 1.384 Sun May 29 08:09:59 GMT 2022 nia mk: Add a MKPPP flag to exclude pppd(8) and related utilities from the build |
| /src/share/man/man9/ | ||
| H A D | Makefile | 1.384 Tue Apr 21 11:10:29 GMT 2015 pooka Remove the unused and all-but-unusable kthread_destroy(). Also makes it more obvious that the opposite of kthread_create() is kthread_exit(). |
| /src/share/mk/ | ||
| H A D | bsd.README | 1.384 Sun Sep 16 13:14:12 GMT 2018 christos add what {PROG,LIB}DPLIBS are useful for |
| H A D | bsd.lib.mk | 1.384 Mon Nov 09 16:15:05 GMT 2020 christos - make the CTFCONVERT command lines consistent and concise by putting all the implementation stuff in a variable CTFCONVERT_RUN - introduce an OBJECT_TARGET variable that contains the output object file - when we need to run ctfconvert, go through an intermediate ${.TARGET}.o file, instead of writing directly to ${.TARGET} and then overwriting ${.TARGET} with ctfconvert. This avoids build failures after a build got interrupted (the "partially built from C" scourge). |
| /src/share/man/man4/ | ||
| H A D | options.4 | 1.384 Sun Feb 21 13:26:46 GMT 2010 wiz Call the file system "ext2" consistently. Suggested by tsutsui. |
| /src/sys/dev/raidframe/ | ||
| H A D | rf_netbsdkintf.c | 1.384 Fri Jun 19 19:29:39 GMT 2020 jdolecek pass down b_flags B_PHYS|B_RAW|B_MEDIA_FLAGS from bio subsystem to component I/O fixes the xbd(4) KASSERT() triggered by raidframe, noted in PR kern/55397 by Frank Kardel |
Completed in 408 milliseconds