Searched hist:1.406 (Results 1 - 25 of 50) sorted by relevance

12

/src/sys/arch/alpha/conf/
H A DGENERIC1.406 Sat Sep 05 01:02:02 GMT 2020 thorpej Build GENERIC with debug symbols, not just GENERIC.MP.

/src/share/misc/
H A Dacronyms.comp1.406 Fri Apr 11 20:31:24 GMT 2025 jschauma +RPZ response policy zone (DNS)

/src/sys/uvm/
H A Duvm_map.c1.406 Mon May 15 01:42:42 GMT 2023 chs uvm: avoid a deadlock in uvm_map_clean()

The locking order between map locks and page "busy" locks
is that the page "busy" lock comes first, but uvm_map_clean()
breaks this rule by holding a map locked (as reader) while
waiting for page "busy" locks.

If another thread is in the page-fault path holding a page
"busy" lock while waiting for the map lock (as a reader)
and at the same time a third thread is blocked waiting for
the map lock as a writer (which blocks the page-fault thread),
then these three threads will all deadlock with each other.

Fix this by marking the map "busy" (to block any modifications)
and unlocking the map lock before possibly waiting for any
page "busy" locks.

Martin Pieuchot reported that the same problem existed in OpenBSD
he applied this fix there after several people tested it.

fixes PR 56952

/src/sys/kern/
H A Dkern_sig.c1.406 Wed Oct 04 20:29:18 GMT 2023 ad Eliminate l->l_biglocks. Originally I think it had a use but these days a
local variable will do.

H A Dinit_main.c1.406 Tue Oct 06 21:07:05 GMT 2009 elad Add a (weak aliased) machdep_init() as a place to do machdep initialization
that can't happen as early as the other init functions as called from
cpu_startup() -- for example, register kauth(9) listeners.

Put unprivileged policy in the x86 code; used by i386, amd64, and xen.

/src/sys/arch/sparc64/sparc64/
H A Dlocore.s1.406 Fri Jan 27 21:35:38 GMT 2017 palle sun4v: implement missing handling of itsb traps 0x008 and 0x009. Based on code from OpenBSD. Tested using qemu.
/src/sys/dev/ata/
H A Dwd.c1.406 Wed Oct 30 15:41:14 GMT 2013 drochner play the addref/delref game on suspend, prevents crash if the disk/CF Card
is eg. in a PCMCIA adapter and not mounted

/src/sys/arch/i386/conf/
H A DALL1.406 Sat Dec 10 23:03:24 GMT 2016 christos remove VAUDIOSPEAKER for now, will be done differently.

H A Dfiles.i3861.406 Tue Oct 20 20:36:07 GMT 2020 christos harmonize process_machdep.c inclusion.

/src/sys/arch/arm/arm32/
H A Dpmap.c1.406 Fri Apr 17 08:17:06 GMT 2020 skrll Use UVMHIST_CALLARGS

/src/distrib/notes/common/
H A Dmain1.406 Wed Sep 03 17:21:20 GMT 2008 tsutsui - fix a sort botch in the previous
- add some port maintainer names in the developer list too
/src/distrib/sets/lists/debug/
H A Dmi1.406 Wed Jul 05 22:42:46 GMT 2023 riastradh tests/libexec/ld.elf_so: Fix helper library makefiles.

1. Consolidate logic into a single helper.mk to reduce duplication.
2. Set NO* variables, not MK* variables which are reserved for user.
3. Avoid eager X!= in favour of lazy ${X:sh}.
4. Mark _g.a set list entries obsolete. Never should've been built!

PR misc/57462
/src/etc/
H A DMakefile1.406 Sun Feb 24 03:06:13 GMT 2013 jmmv Install a kyua.conf file that sets unprivileged_user to _tests.

/src/share/man/man9/
H A DMakefile1.406 Thu Apr 06 02:24:51 GMT 2017 pgoyette Oooppsss - the MLINK for splbio.9 was already present!

/src/share/mk/
H A Dbsd.README1.406 Mon Jun 01 14:39:14 GMT 2020 christos 1. if ${LIBISPRIVATE} == "pic", create _pic.a so that we can embed the library
to another shared object
2. Don't compare ${LIBISPRIVATE} to "yes", because there are 3 places in
Makefiles which set it to empty (this was a bug)
3. For private libraries, don't create .so* files

H A Dbsd.lib.mk1.406 Fri Jun 28 20:45:26 GMT 2024 riastradh bsd.lib.mk: New variable VERSION_MAP.

This updates LDFLAGS with the right -Wl,--version-script=... argument
as well as DPADD so that changing the version script causes the
library to be rebuilt.

Name chosen to match FreeBSD.

PR lib/58376

/src/share/man/man4/
H A Doptions.41.406 Tue Jun 07 20:23:14 GMT 2011 wiz Fix typo.

/src/sys/dev/raidframe/
H A Drf_netbsdkintf.c1.406 Sat Apr 16 07:57:33 GMT 2022 hannken Unlock vnode for VOP_IOCTL().

/src/sys/dev/usb/
H A Dusbdevs1.406 Thu Jul 07 09:58:23 GMT 2005 pooka add panasonic 50" touch panel
H A Dusbdevs.h1.406 Fri Jul 01 11:37:10 GMT 2005 augustss Regen.

H A Dusbdevs_data.h1.406 Fri Jun 24 08:10:26 GMT 2005 skrll Regen.
/src/sys/dev/pci/
H A Dfiles.pci1.406 Sat Sep 22 00:56:16 GMT 2018 maxv Unreference iwic (now removed), forgot that.

/src/usr.bin/xlint/lint1/
H A Dcgram.y1.406 Fri Apr 29 19:37:00 GMT 2022 rillig lint: reorder grammar rule begin_type_typespec

This makes the rule structurally more similar to the other rules. The
goal is that all rules whose name starts with 'begin_type_' actually
start with the rule 'begin_type'. Currently, some rules parse their
type attributes before 'begin_type', which feels wrong, as type
attributes should be part of the type.

No functional change intended.

H A Ddecl.c1.406 Mon Oct 14 18:43:23 GMT 2024 rillig lint: add more details to messages about hidden symbols

/src/sys/netinet/
H A Dip_input.c1.406 Thu Jul 17 06:49:43 GMT 2025 ozaki-r in: avoid racy ia4_acquire(ifatoia(rt->rt_ifa) in ip_rtaddr()

Same as the case of ip_output(), it's racy and should be avoided.

PR kern/59527

Completed in 445 milliseconds

12