Searched hist:1.363 (Results 1 - 25 of 71) sorted by relevance

123

/src/sys/arch/x68k/dev/
H A Dvs.c1.39 Sun Jul 09 00:49:26 GMT 2017 isaki Catch up vs_set_params() to recent MI audio (after in-kernel mixer).
Before that, MD part had to support all encodings I'd like to support,
but currently it's no longer necessary. The hardware is
4bit/1ch/15.6kHz ADPCM but it behaves as 16bit/1ch/16.0kHz PCM.

For audio.c < 1.362, the device attach succeeded and playback is
still working.
For audio.c >= 1.363, the device attach fails again.
It does not work yet but I commit it for milestone.

/src/sys/dev/ata/
H A Dwd.c1.363 Sun Jun 08 18:34:06 GMT 2008 tsutsui branches: 1.363.4; 1.363.6; 1.363.8;
Use device_lookup_private() rathter than device_private(device_lookup()).

1.363 Sun Jun 08 18:34:06 GMT 2008 tsutsui branches: 1.363.4; 1.363.6; 1.363.8;
Use device_lookup_private() rathter than device_private(device_lookup()).

1.363 Sun Jun 08 18:34:06 GMT 2008 tsutsui branches: 1.363.4; 1.363.6; 1.363.8;
Use device_lookup_private() rathter than device_private(device_lookup()).

1.363 Sun Jun 08 18:34:06 GMT 2008 tsutsui branches: 1.363.4; 1.363.6; 1.363.8;
Use device_lookup_private() rathter than device_private(device_lookup()).

/src/
H A Dbuild.sh1.363 Mon Aug 15 10:06:00 GMT 2022 lukem build.sh: improve help and usage

Split help into synopsis and help.
Only display the synopsis for usage errors (not the full help).
Print usage errors to stderr not stdout.
Don't print a usage error for -? before the help message.
Improve error messages for unknown options and missing arguments.
Remove trailing "." present in some error messages.
Alway use 'quote' instead of `quote' in some error messages.

H A DUPDATING1.363 Tue Nov 05 06:54:46 GMT 2024 martin zstd changes break update builds, document workaround
/src/doc/
H A DBRANCHES1.363 Mon Aug 09 00:32:51 GMT 2021 thorpej thorpej-i2c-spi-conf -> thorpej-i2c-spi-conf2.
/src/sys/dev/ic/
H A Dcom.c1.363 Thu Mar 25 05:34:49 GMT 2021 rin branches: 1.363.2;
Introduce COM_HW_BROKEN_ETXRDY bit in sc_hwflags; push TX queue if
possible in comintr() even if IIR_NOPEND is asserted.

Combined with sc_poll_ticks, this flag works around HW bug, by which
ETXRDY interrupts are (sometimes) lost.

1.363 Thu Mar 25 05:34:49 GMT 2021 rin branches: 1.363.2;
Introduce COM_HW_BROKEN_ETXRDY bit in sc_hwflags; push TX queue if
possible in comintr() even if IIR_NOPEND is asserted.

Combined with sc_poll_ticks, this flag works around HW bug, by which
ETXRDY interrupts are (sometimes) lost.

/src/etc/
H A DMakefile1.363 Mon Jan 19 07:08:27 GMT 2009 jmmv branches: 1.363.2;
Remove ATF 0.5 from dist/atf and all of the reachover Makefiles used to
build it. 0.6 is going to be imported in external/bsd/atf, with all the
necessary Makefiles in that same hierarchy.
1.363 Mon Jan 19 07:08:27 GMT 2009 jmmv branches: 1.363.2;
Remove ATF 0.5 from dist/atf and all of the reachover Makefiles used to
build it. 0.6 is going to be imported in external/bsd/atf, with all the
necessary Makefiles in that same hierarchy.
/src/sys/arch/alpha/conf/
H A DGENERIC1.363 Wed Dec 17 16:53:43 GMT 2014 macallan add pm2fb

/src/distrib/sets/lists/debug/
H A Dshl.mi1.363 Wed Apr 23 10:46:08 GMT 2025 martin adjust for libprop minor bump
/src/share/misc/
H A Dacronyms.comp1.363 Mon Sep 11 15:07:52 GMT 2023 jschauma +RAT remoate access trojan

/src/sys/arch/macppc/conf/
H A DGENERIC1.363 Sat Jan 25 18:38:36 GMT 2020 thorpej Retire "le* at pci?" from the shipped kernel configs:
- If the config had both an le@pci and a pcn, simply remove le@pci
(pcn would match at a higher priority anyway).
- If the config had le@pci enabled, but no pcn, change le@pci to pcn.
- If the config had le@pci commented out, but no pcn, change le@pci
to pcn and leave it commented out.

The pcn driver supports more chips than le@pci and does DMA directly
to/from mbufs rather than memory copies.

/src/sys/arch/amd64/conf/
H A DGENERIC1.363 Sat Sep 01 18:17:49 GMT 2012 jakllsch branches: 1.363.2;
Rename RT2500USB driver to ural(4) as it was originally in OpenBSD,
as ural(4) and ral(4) do not actually share any code.

Enable ural(4) in hpcarm WZERO3 kernel too, as it will now build.

Fixes PR#43520.
1.363 Sat Sep 01 18:17:49 GMT 2012 jakllsch branches: 1.363.2;
Rename RT2500USB driver to ural(4) as it was originally in OpenBSD,
as ural(4) and ral(4) do not actually share any code.

Enable ural(4) in hpcarm WZERO3 kernel too, as it will now build.

Fixes PR#43520.
/src/distrib/sets/lists/base/
H A Dshl.mi1.363 Mon Jul 31 16:39:23 GMT 2006 martin branches: 1.363.2;
Bump libc to 145 (fhandle_t is gone)
1.363 Mon Jul 31 16:39:23 GMT 2006 martin branches: 1.363.2;
Bump libc to 145 (fhandle_t is gone)
/src/sys/ufs/ffs/
H A Dffs_vfsops.c1.363 Fri Jan 17 20:08:10 GMT 2020 ad VFS_VGET(), VFS_ROOT(), VFS_FHTOVP(): give them a "int lktype" argument, to
allow us to get shared locks (or no lock) on the returned vnode. Matches
FreeBSD.

/src/sys/ufs/lfs/
H A Dlfs_vfsops.c1.363 Mon Dec 10 14:46:25 GMT 2018 maxv Remove unused mbuf.h includes.
/src/sys/uvm/
H A Duvm_map.c1.363 Thu Aug 01 02:28:55 GMT 2019 riastradh Remove last trace of never-used map_attrib.

/src/sys/kern/
H A Dkern_sig.c1.363 Fri Jun 21 04:02:57 GMT 2019 kamil Enhance reliability of ptrace(2) in a debuggee with multiple LWPs

Stop competing between threads which one emits event signal quicker and
overwriting the signal from another thread.

This fixes missed in action signals.

NetBSD truss can now report reliably all TRAP_SCE/SCX/etc events without
reports of missed ones.

This was one of the reasons why debuggee with multiple threads misbehaved
under a debugger.

H A Dkern_synch.c1.363 Thu Oct 05 19:28:30 GMT 2023 ad Resolve !MULTIPROCESSOR build problem with the nasty kernel lock macros.
/src/sys/arch/sparc64/sparc64/
H A Dlocore.s1.363 Sun Jul 13 22:32:49 GMT 2014 palle sun4v: add interrupt handling to sun4v trap table
/src/sys/arch/sparc/sparc/
H A Dpmap.c1.363 Tue Feb 06 09:22:57 GMT 2018 mrg workaround a problem -Warray-bounds triggers but isn't a problem
in practise, as described from this old commment:

/*
* Set up pm_regmap for kernel to point NUREG *below* the beginning
* of kernel regmap storage. Since the kernel only uses regions
* above NUREG, we save storage space and can index kernel and
* user regions in the same way.
*/

/src/sys/arch/i386/conf/
H A DALL1.363 Sat Sep 14 00:42:21 GMT 2013 jakllsch Add xhci(4).

H A Dfiles.i3861.363 Mon May 07 17:45:28 GMT 2012 jym Merge i386 and amd64 version of db_memrw.c.

Use this opportunity to skip calculating the VA of the page. Let the CPU
deal with the invalidation itself through invlpg + destination address to
avoid converting between canonical/non canonical forms.

/src/sys/arch/alpha/alpha/
H A Dmachdep.c1.363 Thu Sep 03 02:09:09 GMT 2020 thorpej Clean up all of the _PMAP_MAY_USE_PROM_CONSOLE crapola, centralizing the
logic in prom.c, and rename it _PROM_MAY_USE_PROM_CONSOLE in a few places
it's still needed.

/src/sys/arch/amd64/amd64/
H A Dmachdep.c1.363 Sat Aug 20 23:48:50 GMT 2022 riastradh x86: Split most of pmap.h into pmap_private.h or vmparam.h.

This way pmap.h only contains the MD definition of the MI pmap(9)
API, which loads of things in the kernel rely on, so changing x86
pmap internals no longer requires recompiling the entire kernel every
time.

Callers needing these internals must now use machine/pmap_private.h.
Note: This is not x86/pmap_private.h because it contains three parts:

1. CPU-specific (different for i386/amd64) definitions used by...

2. common definitions, including Xenisms like xpmap_ptetomach,
further used by...

3. more CPU-specific inlines for pmap_pte_* operations

So {amd64,i386}/pmap_private.h defines 1, includes x86/pmap_private.h
for 2, and then defines 3. Maybe we should split that out into a new
pmap_pte.h to reduce this trouble.

No functional change intended, other than that some .c files must
include machine/pmap_private.h when previously uvm/uvm_pmap.h
polluted the namespace with pmap internals.

Note: This migrates part of i386/pmap.h into i386/vmparam.h --
specifically the parts that are needed for several constants defined
in vmparam.h:

VM_MAXUSER_ADDRESS
VM_MAX_ADDRESS
VM_MAX_KERNEL_ADDRESS
VM_MIN_KERNEL_ADDRESS

Since i386 needs PDP_SIZE in vmparam.h, I added it there on amd64
too, just to keep things parallel.

/src/sys/arch/arm/arm32/
H A Dpmap.c1.363 Mon Jan 22 13:21:35 GMT 2018 skrll Trailing whitespace

Completed in 456 milliseconds

123