Searched hist:1.393 (Results 1 - 25 of 54) sorted by relevance

123

/src/
H A Dbuild.sh1.396 Tue May 13 01:09:55 GMT 2025 riastradh build.sh: Clarify revisionid a little bit.

1. Put the CVS tag back -- this was lost in 1.393, and I suspect it
was unintentional (martin: feel free to correct me if my suspicion
is wrong and you really meant to nix the CVS tag).

2. Identify the revision control system in the commit id so you don't
have to wonder if you are just missing this changeset id or you're
mixing up git and hg.

3. Separate with spaces rather than hyphens so there is a chance to
parse this later -- tags/branches tend to allow hyphens but not
spaces. (If there's a reason not to use spaces, it's not clear to
me.)

Evenutally I would like to change this to an even more semantically
meaningful identifier, something like

hg identify -T '{latesttag}-{changessincelatesttag}{ifeq(phase,"public","","!{phase")}-hg-{id}{dirty}'

so it would come out as something like:

netbsd-11.99.3-121-hg-0123abcd4567ef

if this is a public commit on trunk with a clean working tree, or

netbsd-11.99.3-123!draft-hg-89ab01cd23ef45+

if this is a draft commit on trunk with a dirty working tree. But
for this to be useful we have to have the tags assigned, which is not
currently done in the ongoing conversion -- to be fixed in the final
migration.

1.393 Sat May 10 14:26:32 GMT 2025 martin Unify the output of "show-revisionid" between the various VCSes
and checkout/archive variants.

/src/share/mk/
H A Dbsd.README1.393 Wed Jul 24 09:28:29 GMT 2019 roy branches: 1.393.2;
MKBSDTAR now defaults to yes

Starting to see some modern archives not opening, it's time to make them
work!

OK joerg@ agc@

1.393 Wed Jul 24 09:28:29 GMT 2019 roy branches: 1.393.2;
MKBSDTAR now defaults to yes

Starting to see some modern archives not opening, it's time to make them
work!

OK joerg@ agc@

H A Dbsd.lib.mk1.393 Sun May 28 10:33:13 GMT 2023 lukem share/mk: finish USE_COMBINE, NOCOMBINE deprecation

Remove the leftover remnants of deprecated USE_COMBINE and NOCOMBINE,
as gcc -combine has been EOL for many years.

Completes the work done by maya@ on 2019-05-10 in bsd.kmodule.mk rev 1.61.

/src/sys/arch/alpha/conf/
H A DGENERIC1.393 Sat Apr 13 08:22:58 GMT 2019 isaki Add drvctl to kernel which has audio device.
audiocfg(1) requires drvctl(4).

/src/share/misc/
H A Dacronyms.comp1.393 Wed Sep 25 02:42:52 GMT 2024 jschauma +KDF key derivation function
+NIKE Non-Interactive Key Exchange

/src/sys/ufs/lfs/
H A Dlfs_vfsops.c1.393 Thu Nov 06 15:45:32 GMT 2025 perseant Add in-kernel cleaner. Move cleaning-related routines into their own file.
Document the fcntl calls better in lfs.h. Bounds-check inode numbers in
segment parsing functions. Use the in-kernel cleaner in a greedy mode
for tests in tests/fs/vfs, and add a test of the kernel cleaner.
/src/sys/uvm/
H A Duvm_map.c1.393 Sat Apr 09 23:38:33 GMT 2022 riastradh sys: Use membar_release/acquire around reference drop.

This just goes through my recent reference count membar audit and
changes membar_exit to membar_release and membar_enter to
membar_acquire -- this should make everything cheaper on most CPUs
without hurting correctness, because membar_acquire is generally
cheaper than membar_enter.

/src/sys/kern/
H A Dkern_sig.c1.393 Mon Oct 26 17:35:39 GMT 2020 christos Depend directly on EXEC_ELF{32,64} to determine which versions of the coredump
code are available.

/src/sys/arch/sparc64/sparc64/
H A Dlocore.s1.393 Fri May 13 21:48:15 GMT 2016 palle sun4v: add missing implementation of sun4v_datatrap_tl0 so data_access_fault() is called - mostly from OpenBSD
/src/sys/dev/ata/
H A Dwd.c1.393 Tue Jun 26 09:49:24 GMT 2012 bouyer In some case, when an error is reported by the disk, the ahci controller
still reports a number of bytes transfered equal to bcount.
This then triggers a KASSERT in physio_biodone:
if (done == todo)
KASSERT(bp->b_error == 0);
Detect this case in wd(4) (so that the workaround works for other controllers
too if they have the same issue, or if the issue is with the drive)
and claim we didn't read/write anything.

/src/sys/arch/i386/conf/
H A DALL1.393 Wed Apr 29 11:37:31 GMT 2015 riastradh Hook up viadrmums and include it it i386/ALL.

H A Dfiles.i3861.393 Tue May 22 11:09:57 GMT 2018 maxv Mmh, don't compile spectre.c on Xen.

/src/sys/arch/arm/arm32/
H A Dpmap.c1.393 Sun Feb 23 10:22:07 GMT 2020 skrll type in comment

/src/distrib/notes/common/
H A Dmain1.393 Sun Mar 23 00:08:58 GMT 2008 pavel remove myself from releng
/src/distrib/sets/lists/debug/
H A Dmi1.393 Tue Nov 22 17:35:45 GMT 2022 jakllsch Fix h_lualibm debug set lists.
/src/etc/
H A DMakefile1.393 Wed Nov 02 16:39:23 GMT 2011 yamt update RELEASEVARS

/src/share/man/man9/
H A DMakefile1.393 Mon Oct 26 07:07:36 GMT 2015 mrg add documentation on "options KERNHIST".

/src/share/man/man4/
H A Doptions.41.393 Wed Jul 21 11:08:10 GMT 2010 wiz Bump date for XNS removal.
/src/sys/dev/raidframe/
H A Drf_netbsdkintf.c1.393 Mon May 24 07:43:15 GMT 2021 mrg make various things static, and minor KNF clean up.
ignore spiflash as a raid device.

/src/sys/dev/usb/
H A Dusbdevs1.393 Sat Jan 22 16:38:55 GMT 2005 hamajima Add Sony PlayStation2 EyeToy.
H A Dusbdevs.h1.393 Sun Dec 26 07:05:32 GMT 2004 imp Sync to usbdevs 1.388

H A Dusbdevs_data.h1.393 Fri Nov 05 13:51:52 GMT 2004 scw Regen for SEALEVEL
/src/sys/dev/pci/
H A Dif_bge.c1.393 Fri Jul 05 04:31:51 GMT 2024 rin sys: Drop redundant NULL check before m_freem(9)

m_freem(9) safely has accepted NULL argument at least since 4.2BSD:
https://www.tuhs.org/cgi-bin/utree.pl?file=4.2BSD/usr/src/sys/sys/uipc_mbuf.c

Compile-tested on amd64/ALL.

Suggested by knakahara@

H A Dfiles.pci1.393 Sun Feb 25 08:19:34 GMT 2018 pgoyette Import imcsmb driver from FreeBSD. This driver allows access to the
SMBus controllers which are part of the integrated memory controllers
on certain modern Intel CPUs. These SMBus are attached only to the
memory DIMMs, so we provide only a minimum amount of functionality.

Deliberately not included in GENERIC, as on some motherboards there
can be conflicting access between the driver and the motherboard. The
motherboards generally will provide a mechanism to synchronize access,
but the methods are likely proprietary; the driver provides a place
for inserting user-provided synchronization.

/src/usr.bin/indent/
H A Dindent.c1.393 Sat Jan 04 10:28:08 GMT 2025 rillig indent: make debug output easier readable

The previous format had the values of the parser state on the left side
and the corresponding names on the right side. While it looked nicely
aligned, it was not suitable for focusing on the actual data. Replace
this format with the more common "key: value" format.

Use the names of the enum constants in the debug log, instead of the
previous "nice" names that needed one more level of mental translation
and in some cases contained unbalanced punctuation such as '{'.

Completed in 474 milliseconds

123