Searched hist:1.452 (Results 1 - 25 of 37) sorted by relevance

12

/src/sys/dev/ata/
H A Dwd.c1.452 Thu Jun 06 20:55:43 GMT 2019 mlelstv branches: 1.452.2;
Take channel lock for calling reset_drive.
Should fix PR 54217.
1.452 Thu Jun 06 20:55:43 GMT 2019 mlelstv branches: 1.452.2;
Take channel lock for calling reset_drive.
Should fix PR 54217.
/src/sys/arch/i386/conf/
H A DALL1.452 Fri Sep 21 18:38:25 GMT 2018 maxv Remove iavc(4).
/src/distrib/notes/common/
H A Dmain1.452 Sat Sep 19 08:05:24 GMT 2009 tron Fix typo in name.
/src/distrib/sets/lists/debug/
H A Dmi1.452 Wed Oct 30 18:09:17 GMT 2024 christos Hook zstd to the build and enable it for libarchive and file.
/src/etc/
H A DMakefile1.452 Sun Sep 26 15:52:40 GMT 2021 maya Restore MKNOUVEAUFIRMWARE and MKRADEONFIRMWARE and make gpufw set unconditional

Simplifies logic.
(Second commit - first one was partial)

Restoring MK* requested by mrg on tech-kern discussion
https://mail-index.netbsd.org/tech-kern/2021/09/25/msg027695.html
/src/share/man/man9/
H A DMakefile1.452 Fri Jul 10 02:27:13 GMT 2020 thorpej Update pci_configure_bus(9) to reflect the new reality -- no more manual
fiddling with extent maps, use pciconf_resource_{init,add,fini}() instead.
/src/share/mk/
H A Dbsd.README1.452 Thu Oct 31 23:56:44 GMT 2024 christos Add zstd

/src/share/man/man4/
H A Doptions.41.452 Mon Oct 17 20:43:19 GMT 2016 maya OPEN_MAX is 128 now, unless defined differently in config
H A DMakefile1.452 Wed Dec 12 20:09:27 GMT 2007 macallan add a simple battery(4) man page
/src/sys/dev/usb/
H A Dusbdevs1.452 Wed Jan 31 10:07:31 GMT 2007 msaitoh add entries for Prolific Technology's PL2303X
H A Dusbdevs.h1.452 Sun Jan 21 07:12:50 GMT 2007 apb Regen.
H A Dusbdevs_data.h1.452 Sat Jan 13 23:26:57 GMT 2007 is SigmaTel FastIRda USB Bridges
/src/usr.bin/xlint/lint1/
H A Dcgram.y1.452 Mon Jul 10 19:58:47 GMT 2023 rillig lint: when debugging the parser, write messages on stderr

This way, all messages (regular debug, yacc debug, lint diagnostics)
occur in the correct order.
H A Dtree.c1.452 Mon May 30 08:14:52 GMT 2022 rillig lint: revert 'do not pre-multiply pointer expressions' from 2022-05-26

In tree.c 1.448, removing the pre-multiplication generated wrong
warnings about out-of-bounds array access.
/src/sys/kern/
H A Dinit_main.c1.452 Tue Aug 27 19:30:10 GMT 2013 riastradh Back out the recent rnd stop-gap/stop-gap/stop-gap measures.

This reverts

sys/dev/rnd_private.h -> r1.1
sys/kern/init_main.c -> r1.450
sys/kern/kern_rndq.c -> r1.14
sys/kern/kern_rndsink.c -> r1.2

Parts of these changes will be added back, and the rndsource
callbacks will be fixed to avoid the lock recursion bug that
motivated the stop-gaps in the first place.

ok tls
H A Dkern_exec.c1.452 Mon Nov 13 20:38:31 GMT 2017 christos Use the pathbuf which we pass to namei() (which is always absolute) as the
resolved pathname. We need this in the case of scripts where p_path needs
to point to the interpreter and not the script itself. Otherwise things
like perl script that depend on /proc/$$/exe to re-exec themselves end up
being fork bombs.

In reality we should be using the fully resolved/canonicalized path here, but
namei is not giving it back to us.
H A Dvfs_subr.c1.452 Wed Dec 14 15:48:55 GMT 2016 hannken Move vnode members "v_freelisthd" and "v_freelist" from "struct vnode"
to "struct vnode_impl" and rename to "vi_lrulisthd" and "vi_lrulist".

No functional change intended.

Welcome to 7.99.48
/src/sys/net/
H A Dif.c1.452 Wed May 15 02:56:48 GMT 2019 ozaki-r Store IFF_ALLMULTI in ec_flags instead of if_flags to avoid data races

IFF_ALLMULTI is set/unset to if_flags via if_mcast_op. To avoid data races on
if_flags, IFNET_LOCK was added for if_mcast_op. Unfortunately it produces
a deadlock so we want to remove added IFNET_LOCK by avoiding the data races by
another approach.

This fix introduces ec_flags to struct ethercom and stores IFF_ALLMULTI to it.
ec_flags is protected by ETHER_LOCK and thus IFNET_LOCK is no longer necessary
for if_mcast_op. Note that the fix is applied only to MP-safe drivers that
the data races matter.

In the kernel, IFF_ALLMULTI is set by a driver and used by the driver itself.
So changing the storing place doesn't break anything. One exception is
ioctl(SIOCGIFFLAGS); we have to include IFF_ALLMULTI in a result if needed to
export the flag as well as before.

A upcoming commit will remove IFNET_LOCK.

PR kern/54189
/src/sys/arch/amd64/conf/
H A DGENERIC1.452 Sun Feb 19 07:46:59 GMT 2017 rin PR kern/51208
Add DISKLABEL_EI option (and also FFS_EI if missing), commented out except for
ALL on amd64 and i386.
/src/sys/dev/pci/
H A Dpcidevs.h1.452 Thu Jul 04 21:00:32 GMT 2002 rjs Regenerate.
H A Dpcidevs_data.h1.452 Sun Jul 07 19:49:10 GMT 2002 augustss Regen.
/src/usr.bin/make/
H A Djob.c1.452 Sat Feb 12 11:14:48 GMT 2022 rillig make: fix echoing of command with '-' in silent target in jobs mode

Since job.c 1.83 from 2003-12-20, the command had been echoed even if
the target had the attribute '.SILENT'.

In sh-flags.exp, each removed 'echo' command is below a target name
matching the pattern 'opt-?j????-tgt-??s-cmd-?i?', which means that the
target was marked as silent, either through a global '.SILENT'
declaration or the command line option '-s' or the attribute '.SILENT'
on the target.

Reported by Alan Barrett in PR#45356.

/src/sys/arch/i386/i386/
H A Dmachdep.c1.452 Fri Aug 03 01:24:40 GMT 2001 thorpej In setregs(), initialize the process's MXCSR to the reset-default
value as documented in the IA-32 Instruction Set Reference (in the
description of the LDMXCSR insn).
/src/distrib/sets/lists/base/
H A Dshl.mi1.452 Wed Nov 19 14:10:48 GMT 2008 pooka Split vfs out of rumpkern into rumpvfs. Non-fs rumps no longer
include the file system code. File system rumps explicitly need
to include rumpvfs from now on.
/src/doc/
H A D3RDPARTY1.452 Fri Jul 14 01:08:36 GMT 2006 rpaulo We don't have Postfix 2.3.0 yet.
While there, fix the license a bit.

Completed in 1086 milliseconds

12