Searched hist:1.370 (Results 1 - 25 of 69) sorted by relevance

123

/src/sys/arch/i386/conf/
H A DCARDBUS1.27 Sat Nov 18 02:08:30 GMT 2000 lukem pull up stuff changed in GENERIC from 1.370 - 1.377, appropriately
commented out if it's not relevant to a laptop

H A Dfiles.i3861.370 Tue Dec 25 10:51:03 GMT 2012 mbalmer branches: 1.370.2; 1.370.8;
Whitespace fixes.
1.370 Tue Dec 25 10:51:03 GMT 2012 mbalmer branches: 1.370.2; 1.370.8;
Whitespace fixes.
1.370 Tue Dec 25 10:51:03 GMT 2012 mbalmer branches: 1.370.2; 1.370.8;
Whitespace fixes.
H A DALL1.370 Mon Mar 24 14:15:38 GMT 2014 szptvlfn branches: 1.370.2;
fix manual section numbering of sysctl.
thanks wiz@

1.370 Mon Mar 24 14:15:38 GMT 2014 szptvlfn branches: 1.370.2;
fix manual section numbering of sysctl.
thanks wiz@

/src/
H A Dbuild.sh1.370 Fri Jun 02 14:29:11 GMT 2023 lukem build.sh: fix MKUNPRIVED comment

I renamed UNPRIVED to MKUNPRIVED 20 years ago, and missed a comment.
H A DUPDATING1.370 Fri Nov 22 14:54:36 GMT 2024 riastradh UPDATING: Really only need make clean, not cleandir, for libarchive.

*.d and .depend files are still fine, just the .so that needs to be
relinked.
/src/sys/uvm/
H A Duvm_map.c1.370 Sun Jan 05 15:57:15 GMT 2020 para branches: 1.370.2;
remove unused predicate function

likely unused since kmem changes

1.370 Sun Jan 05 15:57:15 GMT 2020 para branches: 1.370.2;
remove unused predicate function

likely unused since kmem changes

/src/sys/sys/
H A Dproc.h1.370 Mon May 09 13:27:24 GMT 2022 wiz branches: 1.370.4;
fix typo in comment

1.370 Mon May 09 13:27:24 GMT 2022 wiz branches: 1.370.4;
fix typo in comment

/src/sys/arch/alpha/conf/
H A DGENERIC1.370 Sun Nov 20 16:55:18 GMT 2016 macallan add driver for Permedia 3 based graphics devices
from Naruaki Etomi, via PR 49518

/src/distrib/sets/lists/debug/
H A Dshl.mi1.370 Fri Sep 05 21:19:37 GMT 2025 christos update for OpenLDAP
H A Dmi1.370 Wed Dec 29 22:22:13 GMT 2021 christos Enable split-debug files for kernels. Enabled by default with MKDEBUG=yes.
/src/share/misc/
H A Dacronyms.comp1.370 Sat Sep 30 13:26:31 GMT 2023 riastradh acronyms.comp: Add various CPU- and barrier-related acronyms.

CET, DMB, DSB, HLE, IBT, ISB, MDS, SSB, SSBB, SSBD, TAA, TSX

PR misc/57636

/src/sys/arch/macppc/conf/
H A DGENERIC1.370 Sat Aug 08 22:41:14 GMT 2020 macallan add commented out entries for onewire at snapper, and document what they're for
/src/sys/kern/
H A Dinit_main.c1.370 Sat Oct 25 15:40:59 GMT 2008 tsutsui branches: 1.370.2;
- if no usable init(8) program (listed in *initpaths[]) can be found,
set the RB_ASKNAME flag and prompt users for the init path, rather than
panicking with "no init".
- when prompting for the init path, support the special strings
"halt", "reboot", and "ddb", as well as a prompt for the root device.

Dissussed and no objection on tech-kern. Changes summary by apb@.
1.370 Sat Oct 25 15:40:59 GMT 2008 tsutsui branches: 1.370.2;
- if no usable init(8) program (listed in *initpaths[]) can be found,
set the RB_ASKNAME flag and prompt users for the init path, rather than
panicking with "no init".
- when prompting for the init path, support the special strings
"halt", "reboot", and "ddb", as well as a prompt for the root device.

Dissussed and no objection on tech-kern. Changes summary by apb@.
H A Dkern_sig.c1.370 Sun Oct 13 03:10:22 GMT 2019 kamil Add sigswitch_unlock_and_switch_away(), extracted from sigswitch()

Use sigswitch_unlock_and_switch_away() whenever there is no need for
sigswitch().
/src/sys/ufs/ffs/
H A Dffs_vfsops.c1.370 Mon May 18 08:28:44 GMT 2020 hannken Assert ufs_strategy() always gets used while current thread
holds a fstrans lock.
/src/sys/ufs/lfs/
H A Dlfs_vfsops.c1.370 Tue Feb 18 20:23:17 GMT 2020 chs remove the aiodoned thread. I originally added this to provide a thread context
for doing page cache iodone work, but since then biodone() has changed to
hand off all iodone work to a softint thread, so we no longer need the
special-purpose aiodoned thread.
/src/sys/arch/sparc64/sparc64/
H A Dlocore.s1.370 Thu Aug 14 04:14:33 GMT 2014 nakayama Add missing delay slot in DEBUG kernel.
/src/sys/dev/ata/
H A Dwd.c1.370 Tue Feb 10 19:45:22 GMT 2009 tron Backout LBA 48 quick entries which were added to fix one aspect of
PR kern/40569 because of objections by Manual Bouyer.
/src/sys/arch/sparc/sparc/
H A Dpmap.c1.370 Mon Jan 11 06:12:43 GMT 2021 chs in pgt_page_alloc(), wait and retry the page allocation if PR_WAITOK.
fixes PR 55895.

/src/sys/dev/ic/
H A Dcom.c1.370 Wed Oct 20 01:09:49 GMT 2021 jmcneill - microtime -> microuptime
- avoid kpause with timeo=0

/src/sys/arch/alpha/alpha/
H A Dmachdep.c1.370 Wed May 05 15:34:54 GMT 2021 thorpej Disable preemption around the main work of badaddr_read() and delay();
they both use "current CPU" resources.

/src/sys/arch/amd64/amd64/
H A Dmachdep.c1.370 Mon Dec 02 13:31:32 GMT 2024 bouyer Add support for non-Xen PVH guests to amd64. Patch from
Emile 'iMil' Heitor in PR kern/57813, with some cosmetic tweaks by me.
Tested on bare metal, Xen PV and Xen PVH by me.

/src/sys/arch/arm/arm32/
H A Dpmap.c1.370 Thu Oct 18 09:01:52 GMT 2018 skrll Provide generic start code that assumes the MMU is off and caches are
disabled as per the linux booting protocol for ARMv6 and ARMv7 boards.
u-boot image type should be changed to 'linux' for correct behaviour.

The new start code builds a minimal "bootstrap" L1PT with cached access
disabled and uses the same table for all processors. AP startup is
performed in less steps and more code is written in C.

The bootstrap tables and stack are placed into an (orphaned) section
"_init_memory" which is given to uvm when it is no longer used.

Various kernels have been converted to use this code and tested. Some
boards were provided by TNF. Thanks!

The GENERIC kernel now boots on boards using the TEGRA, SUNXI and EXYNOS
kernels. The GENERIC kernel will also work on RPI2 using u-boot.

Thanks to martin@ and aymeric@ for testing on parallella and nanosoc
respectively

/src/distrib/notes/common/
H A Dmain1.370 Sun Nov 18 10:53:03 GMT 2007 jnemeth remove Adam Glass as a developer as per his request
/src/etc/
H A DMakefile1.370 Sat Jul 25 16:20:10 GMT 2009 mbalmer Document recent gpio(4) changes and introduce a new config file for GPIO.
Integrate with the startup scripts in /etc/rc.d. Introduce new variable
"gpio" for /etc/rc.conf.

Completed in 518 milliseconds

123