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

12

/src/sys/arch/arm/arm32/
H A Dpmap.c1.402 Sun Mar 29 09:20:43 GMT 2020 skrll branches: 1.402.2;
PTE_SYNC before TLB flush and no need to PTE_SYNC after an unmap.

1.402 Sun Mar 29 09:20:43 GMT 2020 skrll branches: 1.402.2;
PTE_SYNC before TLB flush and no need to PTE_SYNC after an unmap.

/src/sys/dev/usb/
H A Dusbdevs.h1.402 Tue Mar 15 17:54:17 GMT 2005 xtraeme branches: 1.402.2;
regen
1.402 Tue Mar 15 17:54:17 GMT 2005 xtraeme branches: 1.402.2;
regen
H A Dusbdevs1.402 Fri Jul 01 11:36:39 GMT 2005 augustss Add Hank wireless keyboard&mose used by HP.
H A Dusbdevs_data.h1.402 Fri Mar 04 05:03:42 GMT 2005 mycroft Regen.
/src/sys/netinet/
H A Dip_input.c1.402 Fri Sep 02 03:50:00 GMT 2022 thorpej branches: 1.402.4;
pktqueue: Re-factor sysctl handling.

Provide a new pktq_sysctl_setup() function that attaches standard
pktq sysctl nodes below a specified parent node, with either a
fixed node ID or CTL_CREATE to dynamically assign node IDs. Make
all of the sysctl handlers private to pktqueue.c, and remove the
INET- and INET6-specific pktqueue sysctl code from net/if.c.

1.402 Fri Sep 02 03:50:00 GMT 2022 thorpej branches: 1.402.4;
pktqueue: Re-factor sysctl handling.

Provide a new pktq_sysctl_setup() function that attaches standard
pktq sysctl nodes below a specified parent node, with either a
fixed node ID or CTL_CREATE to dynamically assign node IDs. Make
all of the sysctl handlers private to pktqueue.c, and remove the
INET- and INET6-specific pktqueue sysctl code from net/if.c.

/src/sys/arch/alpha/conf/
H A DGENERIC1.402 Sat May 16 13:46:10 GMT 2020 maya Remove uyap, USB YAP phone firmware loader.

And the associated ezload EZ-USB code, which is only used by uyap.
It could theoretically be used by other drivers, but none of them are
in tree.

I suspect that this device isn't in use, as phone technology has improved
a lot since 2001 when uyap(4) was added to the tree.

Proposed with no objections on netbsd-users on 13 April 2020

/src/share/misc/
H A Dacronyms.comp1.402 Sun Mar 09 22:06:28 GMT 2025 jschauma add a few DNSSEC acronyms

+DS delegation signer
+KSK key signing key
+RR resource record
+RRSIG resource record signature
+ZSK zone signing key

/src/sys/uvm/
H A Duvm_map.c1.402 Wed Jun 08 16:55:00 GMT 2022 macallan initialize a variable to appease clang

/src/sys/kern/
H A Dkern_sig.c1.402 Wed Feb 23 21:54:41 GMT 2022 andvar fix various typos in comments, mainly immediatly/immediately/,
as well shared and recently fixed typos in OpenBSD code by Jonathan Grey.

H A Dinit_main.c1.402 Tue Sep 29 22:40:15 GMT 2009 dyoung #include "drvctl.h" for the NDRVCTL definition. Without the NDRVCTL
definition, drvctl_init() is not called, the drvctl_eventq is not
initialized, and the kernel will panic in devmon_insert() when a
device is detached.

Thanks to Jared McNeill for pointing out the panic.
/src/sys/arch/sparc64/sparc64/
H A Dlocore.s1.402 Thu Dec 29 20:59:31 GMT 2016 palle sun4v: make debugging kernel bringup a bit easier by using the slowtrap code path for currently unhandled trap level 1 trap entries 0x32-0x7f
/src/sys/dev/ata/
H A Dwd.c1.402 Wed Jan 09 22:03:49 GMT 2013 riastradh Initialize b_resid before biodone in wdioctlstrategy error branch.

Otherwise we may panic when physio's biodone callback kasserts
something about b_resid, since nothing will have initialized it.

/src/sys/arch/i386/conf/
H A DALL1.402 Tue Oct 11 05:16:04 GMT 2016 ozaki-r Add IFA_STATS to ALLs

H A Dfiles.i3861.402 Wed Apr 22 09:15:39 GMT 2020 rin Make crypto/rijindael optional again as cprng_strong does no longer
depend on it. Dependency is explicitly declared in files.foo if a
component requires it.

/src/distrib/notes/common/
H A Dmain1.402 Mon Jul 07 23:57:25 GMT 2008 bjs Add myself to the list of developers. Somehow, I never got around to doing
this.
/src/distrib/sets/lists/debug/
H A Dmi1.402 Tue Jun 06 06:51:00 GMT 2023 pgoyette Fix MKDEBUGLIB build by adding these installed files to the debug
set list.

XXX
One could argue that these files are not of any use, so why install
them? I don't have a good argument either way, and this is (for
now) a simple work-around for PR bin/57455 Please feel free to
commit a different fix to avoid installing these files at all.
/src/etc/
H A DMakefile1.402 Mon Jan 14 20:05:42 GMT 2013 mlelstv Support a release build restricted to ALL_KERNELS. This file was missed
by the first commit.
/src/share/man/man9/
H A DMakefile1.402 Wed Feb 22 09:20:39 GMT 2017 msaitoh Add links for kmem_intr_alloc.9, kmem_intr_free.9 and kmem_intr_zalloc.9.

/src/share/mk/
H A Dbsd.README1.402 Sat May 02 19:46:58 GMT 2020 christos document MKCOMPATMODULES

H A Dbsd.lib.mk1.402 Thu Apr 11 19:12:11 GMT 2024 christos fix previous. Doing assignmnents of conditionals does not work for being
used as conditionals (thanks rillig@)

/src/share/man/man4/
H A Doptions.41.402 Fri Mar 18 22:16:25 GMT 2011 jruoho Remove ENHANCED_SPEEDSTEP, EST_FREQ_USERWRITE, INTEL_ONDEMAND_CLOCKMOD,
POWERNOW_K7, POWERNOW_K8, and VIA_PADLOCK.
/src/sys/dev/raidframe/
H A Drf_netbsdkintf.c1.402 Wed Mar 09 10:04:06 GMT 2022 mrg merge two debug lines in auto-root selection.

/src/sys/dev/pci/
H A Dfiles.pci1.402 Fri Sep 21 18:38:25 GMT 2018 maxv Remove iavc(4).

/src/usr.bin/xlint/lint1/
H A Dcgram.y1.402 Sun Apr 24 20:08:22 GMT 2022 rillig lint: error out on declarations with implicit int type
H A Ddecl.c1.402 Sat May 04 06:52:16 GMT 2024 rillig lint: increase debug logging for declarations

All changes to the global variable 'dcs' are tracked now, to help
identify the cause of the failing tests in expr_sizeof and
gcc_attribute_aligned.

While here, test more invalid type combinations in typedefs.

Completed in 540 milliseconds

12