Searched hist:1.443 (Results 1 - 25 of 39) sorted by relevance

12

/src/sys/dev/usb/
H A Dusbdevs1.443 Sat Nov 25 21:35:08 GMT 2006 christos branches: 1.443.2;
PR/35122: Dieter Roelants: Support for LevelOne WNC-0301USB USB wireless
1.443 Sat Nov 25 21:35:08 GMT 2006 christos branches: 1.443.2;
PR/35122: Dieter Roelants: Support for LevelOne WNC-0301USB USB wireless
H A Dusbdevs.h1.443 Wed Oct 11 13:03:28 GMT 2006 gdt regen
H A Dusbdevs_data.h1.443 Sun Oct 08 08:14:45 GMT 2006 xtraeme regen
/src/sys/kern/
H A Dvfs_subr.c1.443 Mon Mar 17 09:28:37 GMT 2014 hannken branches: 1.443.2;
Change sysctl_kern_vnode() to use vfs_vnode_iterator.
1.443 Mon Mar 17 09:28:37 GMT 2014 hannken branches: 1.443.2;
Change sysctl_kern_vnode() to use vfs_vnode_iterator.
H A Dinit_main.c1.443 Sun Jun 10 17:05:18 GMT 2012 mlelstv Make detection of root on wedges (dk(4)) machine independent. Remove
MD code for x86, xen, sparc64.
H A Dkern_exec.c1.443 Tue Aug 08 08:12:14 GMT 2017 maxv Remove compat_freebsd from the list of autoloaded modules. Interested users
will now have to type 'modload' to use it, or uncomment the entry in
GENERIC. I should have removed it when I disabled COMPAT_FREEBSD by
default, sorry about that.
/src/sys/dev/ata/
H A Dwd.c1.443 Wed Oct 24 19:46:44 GMT 2018 jdolecek move the comment (and expand) about NCQ TRIM to wd_trim()
/src/sys/arch/i386/conf/
H A DALL1.443 Fri Jul 13 09:37:32 GMT 2018 maxv Remove the X86PMC code I had written, replaced by tprof. Many defines
become unused in specialreg.h, so remove them. We don't want to add
defines all the time, there are countless PMCs on many generations, and
it's better to just inline the event/unit values.
/src/sys/arch/arm/arm32/
H A Dpmap.c1.443 Sat Apr 13 00:28:01 GMT 2024 skrll port-arm/58135: reproducible pmap KASSERT failure for armv7 with NFS root

Don't unconditionally set XN in pmap_clearbit - only set it if a mapping
exists VM_PROT_EXEC is being cleared.

I've simplified the #ifdefs in the patch from the PR.

/src/distrib/notes/common/
H A Dmain1.443 Wed Apr 22 22:47:21 GMT 2009 zafer Add myself to the list of developers.
/src/distrib/sets/lists/debug/
H A Dmi1.443 Thu Aug 15 14:16:32 GMT 2024 riastradh libc: New C11 functions mbrtoc16, mbrtoc32, c16rtomb, c32rtomb.

The mbrtoc16/32 functions read mulitbyte strings according to the
current locale into UTF-16/32 code unit sequences; the c16/32rtomb
functions write UTF-16/32 code unit sequences into multibyte strings
according to the current locale. The `r' means restartable: they
work incrementally and pick up where they left off.

NOTE: This bumps the libc minor version, since it adds new symbols.

PR lib/52374: <uchar.h> missing
/src/etc/
H A DMakefile1.443 Sun Apr 05 00:36:25 GMT 2020 christos us and them, then!
/src/share/man/man9/
H A DMakefile1.443 Fri Nov 29 22:17:23 GMT 2019 riastradh New atomic load/store operations for the kernel.

Guarantee no fusing and no tearing, and can optionally impose
ordering relative to other memory operations.

Unordered:
- atomic_load_relaxed
- atomic_store_relaxed

Ordered:
- atomic_load_acquire
- atomic_load_consume
- atomic_store_release

These are intended to match C11 semantics, and can be defined in
terms of the C11 atomic API when ready.
/src/share/mk/
H A Dbsd.README1.443 Wed May 24 10:07:16 GMT 2023 lukem deprecate SHAREDSTRINGS build option

Hasn't worked for at least 20 years (and never in the cross-build environment,
nor did it work with parallel make), and has never been needed in NetBSD as we
don't have the older BSD programs (pascal, pre-nvi ex) that needed mkstr/xstr
on PDP-11.

PR toolchain/35964
/src/share/man/man4/
H A Doptions.41.443 Fri Dec 26 01:19:43 GMT 2014 christos PR/49215: Kamil Rytarowski: Sync NVNODE with reality.
H A DMakefile1.443 Sun Sep 30 04:22:51 GMT 2007 kiyohara Add bcsp(4).
/src/sys/dev/pci/
H A Dfiles.pci1.443 Fri Sep 16 03:10:12 GMT 2022 knakahara Add ALWAYS_TXDEFER option to vmx(4), too.
H A Dpcidevs.h1.443 Mon Jun 10 08:38:28 GMT 2002 cjs Regenerate.
H A Dpcidevs_data.h1.443 Fri Jun 21 15:56:45 GMT 2002 thorpej Regenerate: Add product ID for Intel 82452KX/GX PCI-Host bridge.
/src/usr.bin/xlint/lint1/
H A Dcgram.y1.443 Fri Jun 30 21:39:54 GMT 2023 rillig lint: clean up names related to declaration levels

The previous prefix 'DK_' (declaration level kind) had a conflict with
the 'DK_' (designator kind) in init.c, so change the prefix to 'DLK_'.
The new name for dinfo_t is decl_level, which is more expressive.

No functional change.
H A Dtree.c1.443 Thu May 26 06:43:58 GMT 2022 rillig lint: remove long list of node types in switch statement

No functional change.
/src/sys/net/
H A Dif.c1.443 Fri Dec 21 08:58:08 GMT 2018 msaitoh Add SIOCSETHERCAP. It's used to change ec_capenable.
/src/sys/arch/amd64/conf/
H A DGENERIC1.443 Sat Nov 26 13:59:45 GMT 2016 christos mention PAX_SEGVGUARD dependency on FILEASSOC
/src/usr.bin/make/
H A Djob.c1.443 Wed Dec 15 00:58:01 GMT 2021 rillig make: format comments according to /usr/share/misc/style

Assisted by indent(1), with manual corrections due to its many remaining
bugs.

No functional change.

/src/sys/arch/i386/i386/
H A Dmachdep.c1.443 Wed May 30 15:24:31 GMT 2001 lukem add missing #include "opt_kgdb.h"

Completed in 1115 milliseconds

12