Searched hist:1.371 (Results 1 - 25 of 69) sorted by relevance
| /src/ | ||
| H A D | build.sh | 1.371 Fri Jun 02 20:48:09 GMT 2023 lukem build.sh: add show-params operation Add show-params operation to the makefile target, and reword params operation to describe what it's done since 2012. (In 2012-11-04 the Makefile's previous params target was renamed to show-params and a new params target was added to save a 'params' file, and build.sh wasn't adapted.) |
| H A D | UPDATING | 1.371 Fri Nov 22 15:12:57 GMT 2024 riastradh UPDATING: Note that libmagic requires clean too. |
| /src/sys/arch/macppc/conf/ | ||
| H A D | GENERIC | 1.371 Sun Sep 27 13:48:52 GMT 2020 roy branches: 1.371.2; vether: Add to kernel configurations It's only enabled if the kernel enabled bridge AND tap. Otherwise it's commented out. 1.371 Sun Sep 27 13:48:52 GMT 2020 roy branches: 1.371.2; vether: Add to kernel configurations It's only enabled if the kernel enabled bridge AND tap. Otherwise it's commented out. |
| /src/sys/arch/alpha/alpha/ | ||
| H A D | machdep.c | 1.371 Wed May 05 15:36:17 GMT 2021 thorpej branches: 1.371.2; Remove unused dot_conv() function. 1.371 Wed May 05 15:36:17 GMT 2021 thorpej branches: 1.371.2; Remove unused dot_conv() function. |
| /src/sys/dev/usb/ | ||
| H A D | usbdevs | 1.371 Mon Mar 15 11:16:23 GMT 2004 augustss branches: 1.371.2; Add some devices. From FreeBSD. 1.371 Mon Mar 15 11:16:23 GMT 2004 augustss branches: 1.371.2; Add some devices. From FreeBSD. |
| /src/sys/dev/pci/ | ||
| H A D | files.pci | 1.371 Wed Mar 19 15:26:41 GMT 2014 nonaka branches: 1.371.4; Add a driver for Realtek RTS5209/RTS5229 Card Reader. Ported from OpenBSD. 1.371 Wed Mar 19 15:26:41 GMT 2014 nonaka branches: 1.371.4; Add a driver for Realtek RTS5209/RTS5229 Card Reader. Ported from OpenBSD. |
| /src/sys/arch/alpha/conf/ | ||
| H A D | GENERIC | 1.371 Sat Nov 26 13:59:45 GMT 2016 christos mention PAX_SEGVGUARD dependency on FILEASSOC |
| /src/distrib/sets/lists/debug/ | ||
| H A D | shl.mi | 1.371 Sat Sep 06 18:31:03 GMT 2025 kre /libunbound/s/so.9/so.10/ (and obsolete libunbound.so.9.0.debug) Hopefully will fix the build after unbound update. |
| /src/share/misc/ | ||
| H A D | acronyms.comp | 1.371 Mon Oct 02 00:16:42 GMT 2023 riastradh acronyms.comp: SFP -- Small Form-factor Pluggable |
| /src/sys/netinet6/ | ||
| H A D | ip6_input.c | 1.104 Sat May 05 21:23:50 GMT 2007 yamt from kame: > Revision 1.371 > Thu May 3 22:07:39 2007 UTC (47 hours, 7 minutes ago) by itojun > > drop packets with more than 1 routing headers. > from claudio@openbsd (and increment ifs6_in_hdrerr on ip6s_toomanyhdr.) |
| /src/sys/kern/ | ||
| H A D | init_main.c | 1.371 Tue Oct 28 15:33:10 GMT 2008 tsutsui branches: 1.371.2; On the prompt for init path, print a simple usage line if input strings are not valid path or command. Per comments from perry@ and pgoyette@. 1.371 Tue Oct 28 15:33:10 GMT 2008 tsutsui branches: 1.371.2; On the prompt for init path, print a simple usage line if input strings are not valid path or command. Per comments from perry@ and pgoyette@. |
| H A D | kern_exec.c | 1.372 Sun Feb 02 08:25:23 GMT 2014 dogcow Delete duplicate symbol definition introduced in 1.371. Now builds again. 1.371 Sun Feb 02 04:28:42 GMT 2014 manu Add EMUL_NATIVEROOT so that native binaries can be told to search an "emulation" directory before the real root. This makes easier to test an amd64 kernel on the top of an i386 root filesystem prior a full migration. |
| H A D | kern_sig.c | 1.371 Sun Oct 13 03:19:57 GMT 2019 kamil Fix one the the root causes of unreliability of the ptrace(2)ed threads In case of sigswitchin away in issignal() and continuing the execution on PT_CONTINUE (or equivalent call), there is a time window when another thread could cause the process state to be changed to PS_STOPPING. In the current logic, a thread would receive signal 0 (no-signal) and exit from issignal(), returning to userland and never finishing the process of stopping all LWPs. This causes hangs waitpid() waiting for SIGCHLD and the callout polling for the state of the process in an infinite loop. Instead of prompting for a returned signal from a debugger, repeat the issignal() loop, this will cause checking the PS_STOPPING flag again and sigswitching away in the scenario of stopping the process. |
| /src/sys/net/ | ||
| H A D | if.c | 1.371 Tue Jan 10 08:45:45 GMT 2017 ozaki-r branches: 1.371.2; Add softnet_lock to if_link_state_change_si Fix panic: lock error: Mutex: mutex_vector_exit: assertion failed: MUTEX_OWNER(mtx->mtx_owner) == curthread at callout_halt <= arp_dad_stop <= in_if_link_down. 1.371 Tue Jan 10 08:45:45 GMT 2017 ozaki-r branches: 1.371.2; Add softnet_lock to if_link_state_change_si Fix panic: lock error: Mutex: mutex_vector_exit: assertion failed: MUTEX_OWNER(mtx->mtx_owner) == curthread at callout_halt <= arp_dad_stop <= in_if_link_down. |
| /src/sys/ufs/ffs/ | ||
| H A D | ffs_vfsops.c | 1.371 Sun Jul 05 20:37:40 GMT 2020 christos simplify the acl setup, and fix reversed mask in the fs_flags code. |
| /src/sys/ufs/lfs/ | ||
| H A D | lfs_vfsops.c | 1.371 Sun Feb 23 08:39:18 GMT 2020 riastradh Teach lfs to transition ro<->rw. |
| /src/sys/uvm/ | ||
| H A D | uvm_map.c | 1.371 Sun Jan 12 17:46:55 GMT 2020 ad - uvm_unmap_remove(): need to call pmap_update() with the object still locked, otherwise the page could gain a new identity and still be visible via a stale mapping. - Adjust reference counts with atomics. |
| /src/sys/arch/sparc64/sparc64/ | ||
| H A D | locore.s | 1.371 Sun Aug 31 18:49:42 GMT 2014 palle sun4v: Split the NORMAL_GLOBALS and ALTERNATE_GLOBALS macros to _SUN4U and _SUN4V variants. Rework the return_from_trap logic to use the new variants so it is possible to use a global register as scratch register. |
| /src/sys/dev/ata/ | ||
| H A D | wd.c | 1.371 Thu Apr 02 00:09:32 GMT 2009 dyoung During shutdown, detach devices in an orderly fashion. Call the detach routine for every device in the device tree, starting with the leaves and moving toward the root, expecting that each (pseudo-)device driver will use the opportunity to gracefully commit outstandings transactions to the underlying (pseudo-)device and to relinquish control of the hardware to the system BIOS. Detaching devices is not suitable for every shutdown: in an emergency, or if the system state is inconsistent, we should resort to a fast, simple shutdown that uses only the pmf(9) shutdown hooks and the (deprecated) shutdownhooks. For now, if the flag RB_NOSYNC is set in boothowto, opt for the fast, simple shutdown. Add a device flag, DVF_DETACH_SHUTDOWN, that indicates by its presence that it is safe to detach a device during shutdown. Introduce macros CFATTACH_DECL3() and CFATTACH_DECL3_NEW() for creating autoconf attachments with default device flags. Add DVF_DETACH_SHUTDOWN to configuration attachments for atabus(4), atw(4) at cardbus(4), cardbus(4), cardslot(4), com(4) at isa(4), elanpar(4), elanpex(4), elansc(4), gpio(4), npx(4) at isa(4), nsphyter(4), pci(4), pcib(4), pcmcia(4), ppb(4), sip(4), wd(4), and wdc(4) at isa(4). Add a device-detachment "reason" flag, DETACH_SHUTDOWN, that tells the autoconf code and a device driver that the reason for detachment is system shutdown. Add a sysctl, kern.detachall, that tells the system to try to detach every device at shutdown, regardless of any device's DVF_DETACH_SHUTDOWN flag. The default for kern.detachall is 0. SET IT TO 1, PLEASE, TO HELP TEST AND DEBUG DEVICE DETACHMENT AT SHUTDOWN. This is a work in progress. In future work, I aim to treat pseudo-devices more thoroughly, and to gracefully tear down a stack of (pseudo-)disk drivers and filesystems, including cgd(4), vnd(4), and raid(4) instances at shutdown. Also commit some changes that are not easily untangled from the rest: (1) begin to simplify device_t locking: rename struct pmf_private to device_lock, and incorporate device_lock into struct device. (2) #include <sys/device.h> in sys/pmf.h in order to get some definitions that it needs. Stop unnecessarily #including <sys/device.h> in sys/arch/x86/include/pic.h to keep the amd64, xen, and i386 releases building. |
| /src/sys/arch/sparc/sparc/ | ||
| H A D | pmap.c | 1.371 Wed Jan 13 16:42:17 GMT 2021 chs in pmap_writetext(), restore the context also when we return early. |
| /src/sys/dev/ic/ | ||
| H A D | com.c | 1.371 Thu Oct 21 10:22:54 GMT 2021 jmcneill Restore 16-byte FIFO for ns16550a, accidentally lost in r1.344. Spotted by msaitoh. Thanks! |
| /src/sys/arch/i386/conf/ | ||
| H A D | ALL | 1.371 Tue Apr 08 19:40:57 GMT 2014 christos add ixg |
| H A D | files.i386 | 1.371 Wed Jul 17 21:26:28 GMT 2013 soren A few "isa" files are so tightly integrated into the x86 platform code as to not really be part of the optional isa bus autoconf machinery. Allows configuring a kernel like so: include "arch/amd64/conf/GENERIC" no isa |
| /src/sys/arch/amd64/amd64/ | ||
| H A D | machdep.c | 1.371 Wed Jan 22 10:03:55 GMT 2025 riastradh amd64: Be more verbose about dump failures. PR kern/59024: dump fails on raid0b |
| /src/sys/arch/arm/arm32/ | ||
| H A D | pmap.c | 1.371 Sun Oct 28 14:59:17 GMT 2018 skrll Fix the comment near pmap_bootstrap itself as well |
Completed in 423 milliseconds