Searched hist:1.421 (Results 1 - 25 of 46) sorted by relevance

12

/src/sys/arch/sparc64/sparc64/
H A Dlocore.s1.421 Thu Jul 18 18:21:45 GMT 2019 palle branches: 1.421.2; 1.421.4;
sun4v: added some missing comments to the code in pcbspill
1.421 Thu Jul 18 18:21:45 GMT 2019 palle branches: 1.421.2; 1.421.4;
sun4v: added some missing comments to the code in pcbspill
1.421 Thu Jul 18 18:21:45 GMT 2019 palle branches: 1.421.2; 1.421.4;
sun4v: added some missing comments to the code in pcbspill
/src/sys/dev/usb/
H A Dusbdevs1.421 Fri Jan 27 06:11:58 GMT 2006 dogcow branches: 1.421.2; 1.421.4;
add vendor, Zydas, and product Zydas ZD1211 802.11abg
1.421 Fri Jan 27 06:11:58 GMT 2006 dogcow branches: 1.421.2; 1.421.4;
add vendor, Zydas, and product Zydas ZD1211 802.11abg
1.421 Fri Jan 27 06:11:58 GMT 2006 dogcow branches: 1.421.2; 1.421.4;
add vendor, Zydas, and product Zydas ZD1211 802.11abg
H A Dusbdevs_data.h1.421 Sat Oct 29 17:18:40 GMT 2005 rpaulo branches: 1.421.2;
regen
1.421 Sat Oct 29 17:18:40 GMT 2005 rpaulo branches: 1.421.2;
regen
H A Dusbdevs.h1.421 Thu Nov 17 18:12:59 GMT 2005 hira Regen.
/src/sys/dev/ata/
H A Dwd.c1.421 Sun Jun 19 09:35:06 GMT 2016 bouyer branches: 1.421.2;
Add a new config_detach() flag, DETACH_POWEROFF, which is set when
detaching devices at shutdown time with RB_POWERDOWN.
When detaching wd(4), put the drive in standby before detach
for DETACH_POWEROFF.
Fix PR kern/51252
1.421 Sun Jun 19 09:35:06 GMT 2016 bouyer branches: 1.421.2;
Add a new config_detach() flag, DETACH_POWEROFF, which is set when
detaching devices at shutdown time with RB_POWERDOWN.
When detaching wd(4), put the drive in standby before detach
for DETACH_POWEROFF.
Fix PR kern/51252
/src/sys/arch/alpha/conf/
H A DGENERIC1.421 Wed Mar 06 13:37:35 GMT 2024 thorpej Tidy up TLSB autoconfiguration just a bit.

/src/sys/uvm/
H A Duvm_map.c1.421 Wed Aug 14 01:26:25 GMT 2024 riastradh uvm_map(9): Take vm map lock around uvm_unmap_remove.

This was tripping one of the assertions I added. While it is safe
here not to hold the lock -- caller has exclusive access to the map
at this point -- it is better if we can annotate the functions in
question with executable notes about locking rules, and taking a
single uncontended lock in the vm map destruction path is probably a
tiny cost worth those executable notes.

PR kern/51254: uvm assertion "!topdown || hint <= orig_hint" failed

/src/sys/arch/i386/conf/
H A DALL1.421 Sat Jul 29 07:16:14 GMT 2017 maxv Remove IBCS2_DEBUG (does not exist).
/src/sys/arch/arm/arm32/
H A Dpmap.c1.421 Wed Aug 12 18:30:46 GMT 2020 skrll Whack-a-mole

/src/distrib/notes/common/
H A Dmain1.421 Sat Sep 27 23:15:21 GMT 2008 tsutsui Use `\*[Am]' rather than `\*&' for ampersand.
/src/distrib/sets/lists/debug/
H A Dmi1.421 Tue Oct 17 13:51:52 GMT 2023 rjs The t_fdrestart test requires rump.
/src/etc/
H A DMakefile1.421 Sun Aug 10 05:56:36 GMT 2014 matt Changes to existing files to enable building AARCH64 userland.
evbarm64-el
This is clang only. While gcc4.8 supports aarch64, no netbsd support has
been written for aarch64 with gcc4.8.
/src/share/man/man9/
H A DMakefile1.421 Sun May 27 21:09:39 GMT 2018 maya Don't mention sprintf and vsprintf, they don't exist in the kernel.
Drop MLINKS, too.
/src/share/mk/
H A Dbsd.README1.421 Wed Oct 27 03:06:59 GMT 2021 ryo revert previous: http://mail-index.netbsd.org/source-changes/2021/10/25/msg133295.html

going to add __always_inline to the functions called from _mcount()
discussed on http://mail-index.netbsd.org/source-changes-d/2021/10/25/msg013480.html

H A Dbsd.lib.mk1.421 Fri Sep 19 05:27:45 GMT 2025 mrg fix the libstdc++ build for GCC 14.

some parts of the libstdc++ build have different flags for different
files *only* for the shared library version of the build. netbsd
share/mk has no current method of doing this, so introduce support
for having "CSHLIBFLAGS.$file" like we do for other options, and use
it to add -D_GLIBCXX_SHARED to *most* but not all files.

XXX: see if similar should really be applied to prior updates.

/src/share/man/man4/
H A Doptions.41.421 Wed May 15 05:47:10 GMT 2013 msaitoh - Add KERNHIST and KERNHIST_PRINT.
- Update UVMHIST and UVMHIST_PRINT.
/src/sys/dev/pci/
H A Dfiles.pci1.421 Fri Jan 17 05:22:42 GMT 2020 ryo support internal PHY temperature sensor
/src/usr.bin/xlint/lint1/
H A Dcgram.y1.421 Thu Aug 25 19:03:47 GMT 2022 rillig lint: remove explicit list of known GCC attributes

Most GCC attributes consist of a single identifier. Up to now, it was
necessary to list each of these identifiers in the grammar, even those
that only apply to a single target architecture.

Instead, parse the general form of attributes, matching the few
attributes that lint handles by name instead. While here, rename the
grammar rules to use the GCC terms.

To avoid conflicts between the global function 'printf' and the GCC
attribute of the same name, do not add GCC attributes to the symbol
table, and don't make these symbols 'extern' either.

ok christos@.
H A Ddecl.c1.421 Thu Sep 18 18:22:17 GMT 2025 rillig lint: in C23 mode, do not warn about an empty parameter list

/src/sys/kern/
H A Dinit_main.c1.421 Fri Jun 25 15:10:42 GMT 2010 tsutsui Add config_mountroot(9), which defers device configuration
after mountroot(), like config_interrupt(9) that defers
configuration after interrupts are enabled.
This will be used for devices that require firmware loaded
from the root file system by firmload(9) to complete device
initialization (getting MAC address etc).

No objection on tech-kern@:
http://mail-index.NetBSD.org/tech-kern/2010/06/18/msg008370.html
and will also fix PR kern/43125.
H A Dkern_exec.c1.421 Thu Oct 22 11:48:02 GMT 2015 maxv Reset the PaX flags, make sure ep_emul_arg is NULL, and add a comment.
H A Dvfs_subr.c1.421 Sat Apr 02 04:28:56 GMT 2011 rmind Split off parts of vfs_subr.c into vfs_vnode.c and vfs_mount.c modules.

No functional change. Discussed on tech-kern@.
/src/sys/net/
H A Dif.c1.421 Mon May 14 02:53:29 GMT 2018 ozaki-r Use if_is_mpsafe (NFC)
/src/sys/arch/x86/x86/
H A Dpmap.c1.421 Wed Aug 31 00:51:56 GMT 2022 bouyer Work in progress on dom0 PVH support: ioctl support for tools.
Basically, in PVH mode (where XENFEAT_auto_translated_physmap is enabled),
the hypervisor will not map foreing ressources in our virtual address
space for us. Instead, we have to pass it an address in our physical
address space (but not mapped to some RAM) where the ressource will show up
and then enter this PA in pour page table.

For this, introduce xenmem_* which manage the PA space. In PVH mode this
is just allocated from the iomem_ex extent.

With this, I can start a PV domU, and the guest's kernel boots (and
the console works). It hangs because the backend driver can't map the
frontend ressources (yet).

Note that, per https://xenbits.xen.org/docs/unstable/support-matrix.html,
dom0 PVH support is still considered experimental by Xen.

/src/sys/arch/amd64/conf/
H A DGENERIC1.421 Sun Jan 10 04:09:28 GMT 2016 christos scsibus at scsi should work; if it does not...

Completed in 729 milliseconds

12