Searched hist:1.411 (Results 1 - 25 of 48) sorted by relevance

12

/src/sys/uvm/
H A Duvm_map.c1.411 Fri Feb 09 22:08:38 GMT 2024 andvar branches: 1.411.2;
fix spelling mistakes, mainly in comments and log messages.

1.411 Fri Feb 09 22:08:38 GMT 2024 andvar branches: 1.411.2;
fix spelling mistakes, mainly in comments and log messages.

/src/sys/arch/sparc64/sparc64/
H A Dlocore.s1.411 Sat May 06 21:46:31 GMT 2017 palle branches: 1.411.2;
sun4v: The %ver register is not available on sun4v - use GET_MAXCWP introduced in rev. 1.361. Verified using qemu (sun4u and sun4v) and on real sun4v hw (t2000)
1.411 Sat May 06 21:46:31 GMT 2017 palle branches: 1.411.2;
sun4v: The %ver register is not available on sun4v - use GET_MAXCWP introduced in rev. 1.361. Verified using qemu (sun4u and sun4v) and on real sun4v hw (t2000)
/src/sys/arch/i386/conf/
H A DALL1.411 Thu Jan 12 05:24:36 GMT 2017 ryo branches: 1.411.2;
white space police

1.411 Thu Jan 12 05:24:36 GMT 2017 ryo branches: 1.411.2;
white space police

/src/share/man/man4/
H A Doptions.41.411 Fri Jan 13 16:05:16 GMT 2012 cegger branches: 1.411.2;
Support CPU microcode loading via cpuctl(8).
Implemented and enabled via CPU_UCODE kernel config option
for x86 and Xen Dom0.
Tested on different AMD machines with different
CPU families.

ok wiz@ for the manpages
ok releng@
ok core@ via releng@
1.411 Fri Jan 13 16:05:16 GMT 2012 cegger branches: 1.411.2;
Support CPU microcode loading via cpuctl(8).
Implemented and enabled via CPU_UCODE kernel config option
for x86 and Xen Dom0.
Tested on different AMD machines with different
CPU families.

ok wiz@ for the manpages
ok releng@
ok core@ via releng@
/src/sys/arch/alpha/conf/
H A DGENERIC1.411 Fri May 28 07:33:02 GMT 2021 msaitoh Add ixg* (commented out). Tested with rin@'s AlphaServer DS10.

/src/share/misc/
H A Dacronyms.comp1.411 Fri Jul 11 22:19:53 GMT 2025 andvar Fix various typos, mainly in comments and log/error messages.

/src/sys/dev/ata/
H A Dwd.c1.411 Fri Jul 25 08:34:27 GMT 2014 dholland Drop the old discard/trim ioctls from wd.c.
/src/sys/arch/arm/arm32/
H A Dpmap.c1.411 Sun Apr 19 21:24:36 GMT 2020 ad PR port-arm/55186: tests crash arm pmap

pmap_clearbit(): take execbits into account in the fastpath.

/src/distrib/notes/common/
H A Dmain1.411 Thu Sep 04 16:30:58 GMT 2008 tsutsui Fix formatting.
/src/distrib/sets/lists/debug/
H A Dmi1.411 Thu Aug 03 00:24:47 GMT 2023 nia Revert addition of epoll to libc until discussion concludes
/src/etc/
H A DMakefile1.411 Thu Jan 16 01:15:33 GMT 2014 christos eliminate use of bsd.sys.mk from Makefiles
/src/share/man/man9/
H A DMakefile1.411 Mon May 01 21:36:01 GMT 2017 pgoyette Update mutex(9) for mutex_ownable()
/src/share/mk/
H A Dbsd.README1.411 Sun Jul 26 09:22:43 GMT 2020 rillig share/mk/bsd.README: fix typo

H A Dbsd.lib.mk1.411 Sat Nov 02 14:24:59 GMT 2024 christos spello

/src/sys/dev/raidframe/
H A Drf_netbsdkintf.c1.411 Thu Mar 30 11:02:15 GMT 2023 riastradh raidframe: Nix unused parameter to raidwrite_component_area.

All calls use the same value. Prune dead branches using it.

/src/sys/dev/usb/
H A Dusbdevs1.411 Sun Aug 14 21:08:18 GMT 2005 augustss Add some Roland devices. From kern/30986, DHOYASHIKI Shinichi.
H A Dusbdevs.h1.411 Tue Jul 12 00:10:41 GMT 2005 drochner regen
H A Dusbdevs_data.h1.411 Thu Jul 07 09:59:09 GMT 2005 pooka regen for panasonic tp
/src/sys/dev/pci/
H A Dfiles.pci1.411 Fri Dec 07 09:36:26 GMT 2018 msaitoh - defflag PPB_USEINTR
- Print "interrupting at "

/src/usr.bin/xlint/lint1/
H A Dcgram.y1.411 Thu May 12 00:28:01 GMT 2022 rillig lint: add support for __alignof__ expr, a GCC extension

Seen in lib/libc/gmon/gmon.c:153.
H A Ddecl.c1.411 Sat Nov 30 10:43:48 GMT 2024 rillig lint: add back optimization for non-query mode

The main point of the optimization is to skip the expensive calls to
type_name when preparing the message details. This was not spelled out
explicitly in the comment.

While here, fix the stray 'previous declaration' message that occurred
whenever a function was first declared as 'static' and later defined
without 'static', see query 16.

/src/sys/kern/
H A Dinit_main.c1.411 Fri Nov 27 16:43:51 GMT 2009 pooka Move rootfs-related init from init_main() to vfs_mountroot().
Reduces code re-written in rump.
H A Dkern_exec.c1.411 Sun Dec 14 21:35:24 GMT 2014 christos PR/49287: Masao Uebayashi: Handle exec_script argument vector from the 32 ->
64 bit case. When execing a 64 bit shell from a 32 bit binary the argument
vector was still incorrect.

XXX: Pullup 7
H A Dvfs_subr.c1.411 Sun Jul 25 10:23:40 GMT 2010 hannken Add an assertion: it makes no sense to call vget() with LK_RETRY.
/src/sys/net/
H A Dif.c1.411 Fri Dec 08 05:22:23 GMT 2017 ozaki-r Revert "Make if_timer MP-safe if IFEF_MPSAFE"

Because it has decreased the performance of wm. And also I found that
wm_watchdog doesn't work well with if_watchdog framework at all. Sharing one
counter (if_timer) with multiple instances (hardware multi-queues) can't detect
a single (or some) stall of them because other instances reset the counter even
if the stalled one want the watchdog to fire.

Interfaces without IFEF_MPSAFE works safely with the original if_watchdog thanks
to KENREL_LOCK. OTOH, interfaces with IFEF_MPSAFE shouldn't use if_watchdog and
should implement their own watchdog timer that works with multiple instances.

Completed in 627 milliseconds

12