Searched hist:1.387 (Results 1 - 25 of 56) sorted by relevance

123

/src/
H A Dbuild.sh1.387 Mon Dec 23 01:51:13 GMT 2024 kre Make sure that local var=$expansion is properly quoted as local var="$exp"
correcting some quotes incorrectly removed in the previous version, and
adding some that should have been present but never were.

This pointed out by riastradh@ -- thanks.

Also, one addition which should have been the previous update's commit
message - a couple of uses of subshells, where the only reason was to
control shell operator precedence (which works, but is costly) were changed
(in the previous rev) to use groups instead (ie: brace bracketing instead of
parentheses).

/src/sys/arch/alpha/conf/
H A DGENERIC1.387 Sun Jan 27 02:08:37 GMT 2019 pgoyette Merge the [pgoyette-compat] branch

/src/share/misc/
H A Dacronyms.comp1.387 Tue Jan 23 15:58:17 GMT 2024 jschauma +HNDL harvest now, decrypt later

/src/sys/ufs/lfs/
H A Dlfs_vfsops.c1.387 Wed Sep 17 04:37:47 GMT 2025 perseant Add working in-kernel roll forward.
/src/sys/uvm/
H A Duvm_map.c1.387 Sat Apr 17 01:53:58 GMT 2021 mrg remove KERNHIST_INIT_STATIC(). it stradles the line between usable
early in boot and broken early in boot by requiring a partly static
structure with another structure that must be present by the time
any uses are performed. theoretically platform code could allocate
a chunk while seting up memory and assign it here, giving a dynamic
sizing for the entry list, but the reality is that all users have
a statically allocated entry list as well.

the existing KERNHIST_LINK_STATIC() is used in conjunction with
KERNHIST_INITIALIZER() instead.

this stops a NULL pointer deref when the _LOG() macro is called
before the storage is linked in, which happens with GCC 10 on OCTEON
with UVMHIST enabled, crashing in very early kernel init.

/src/sys/kern/
H A Dkern_sig.c1.387 Mon Apr 06 08:20:05 GMT 2020 kamil Reintroduce struct proc::p_oppid

Relying on p_opptr is not safe as there is a race between:
- spawner giving a birth to a child process and being killed
- spawnee accessng p_opptr and reporting TRAP_CHLD

PR kern/54786 by Andreas Gustafsson

/src/sys/arch/sparc64/sparc64/
H A Dlocore.s1.387 Wed Feb 03 20:33:52 GMT 2016 palle sun4v: extend dmmu_set_secondary_context() to handle both sun4u and sun4v. ok martin@
/src/sys/dev/ata/
H A Dwd.c1.387 Sat Jul 30 04:42:03 GMT 2011 jakllsch Add some additional consistency checking paranoia with KASSERT.

/src/sys/dev/ic/
H A Dcom.c1.387 Sun Feb 09 10:27:29 GMT 2025 skrll Trailing whitespace

/src/sys/arch/i386/conf/
H A DALL1.387 Sat Oct 18 16:56:51 GMT 2014 uebayasi Install agp_* drivers where pchb(4) is installed except INSTALL_FLOPPY.

XXX
Config around agp(4) is done in quite wrong direction.
"pchb <- (agpbus) <- agp <- agp_*"
should be:
"pchb <- (pcibus) <- agp_* <- (agpbus) <- agp"

H A Dfiles.i3861.387 Tue Aug 15 08:51:38 GMT 2017 maxv Merge into x86/.

/src/sys/arch/arm/arm32/
H A Dpmap.c1.387 Sun Feb 02 08:56:29 GMT 2020 skrll More KNF

/src/distrib/notes/common/
H A Dmain1.387 Sun Feb 03 02:35:43 GMT 2008 itohy Fix table.
/src/distrib/sets/lists/debug/
H A Dmi1.387 Mon Jun 06 10:56:27 GMT 2022 nia build system: Revert all the recent additions of MK[...] knobs that
allow conditionally disabling the building of certain user space
programs in the 'base' set.

There is not enough consensus that this is the right way and a few
people had strong objections, see source-changes-d@.
/src/etc/
H A DMakefile1.387 Wed Feb 16 16:22:13 GMT 2011 uebayasi Install "obsolete" files only when necessary.

/src/share/man/man9/
H A DMakefile1.387 Thu May 14 00:08:44 GMT 2015 pgoyette Add new man page for devsw_attach() and friends.

From Kamil Ritarowski with some editting by myself.

/src/share/mk/
H A Dbsd.README1.387 Tue Jan 01 19:06:38 GMT 2019 christos document the elf2foo tools.
The bsd.sys.mk tools are un-prefixed, since the "right" version is installed
for the platform, as opposed to the tools ones which should be able to
co-exist.

H A Dbsd.lib.mk1.387 Wed Oct 27 03:06:59 GMT 2021 ryo revert previous: http://mail-index.netbsd.org/source-changes/2021/10/25/msg133295.html

going to add __always_inline to the functions called from _mcount()
discussed on http://mail-index.netbsd.org/source-changes-d/2021/10/25/msg013480.html

/src/share/man/man4/
H A Doptions.41.387 Mon Feb 22 09:51:11 GMT 2010 tsutsui - note about support for the large_file option of ext2fs rev 1
- 32 bit UID and GID support on ext2fs has been added since 5.0
so remove description about the limitations from BUGS section.

/src/sys/dev/raidframe/
H A Drf_netbsdkintf.c1.387 Fri Jul 31 20:34:38 GMT 2020 christos - don't overwrite existing error.
- return the error not 0 if failing.

/src/sys/dev/usb/
H A Dusbdevs1.387 Wed Oct 27 07:02:47 GMT 2004 augustss Add some products from FreeBSD.
H A Dusbdevs.h1.387 Sat Oct 23 14:17:36 GMT 2004 augustss Regen.

H A Dusbdevs_data.h1.387 Sat Oct 23 14:08:05 GMT 2004 augustss Regen.
/src/sys/dev/pci/
H A Dif_bge.c1.387 Sun Sep 04 08:55:43 GMT 2022 skrll bge(4): Use BUS_DMA_WAITOK in ring initilization now that it's safe

H A Dfiles.pci1.387 Wed Mar 22 03:32:09 GMT 2017 knakahara make kernel config flag WM_EVENT_COUNTERS.

suggested by msaitoh@n.o.

Completed in 456 milliseconds

123