Searched hist:1.411 (Results 1 - 25 of 48) sorted by relevance
| /src/sys/uvm/ | ||
| H A D | uvm_map.c | 1.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 D | locore.s | 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) 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 D | ALL | 1.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 D | options.4 | 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@ 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 D | GENERIC | 1.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 D | acronyms.comp | 1.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 D | wd.c | 1.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 D | pmap.c | 1.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 D | main | 1.411 Thu Sep 04 16:30:58 GMT 2008 tsutsui Fix formatting. |
| /src/distrib/sets/lists/debug/ | ||
| H A D | mi | 1.411 Thu Aug 03 00:24:47 GMT 2023 nia Revert addition of epoll to libc until discussion concludes |
| /src/etc/ | ||
| H A D | Makefile | 1.411 Thu Jan 16 01:15:33 GMT 2014 christos eliminate use of bsd.sys.mk from Makefiles |
| /src/share/man/man9/ | ||
| H A D | Makefile | 1.411 Mon May 01 21:36:01 GMT 2017 pgoyette Update mutex(9) for mutex_ownable() |
| /src/share/mk/ | ||
| H A D | bsd.README | 1.411 Sun Jul 26 09:22:43 GMT 2020 rillig share/mk/bsd.README: fix typo |
| H A D | bsd.lib.mk | 1.411 Sat Nov 02 14:24:59 GMT 2024 christos spello |
| /src/sys/dev/raidframe/ | ||
| H A D | rf_netbsdkintf.c | 1.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 D | usbdevs | 1.411 Sun Aug 14 21:08:18 GMT 2005 augustss Add some Roland devices. From kern/30986, DHOYASHIKI Shinichi. |
| H A D | usbdevs.h | 1.411 Tue Jul 12 00:10:41 GMT 2005 drochner regen |
| H A D | usbdevs_data.h | 1.411 Thu Jul 07 09:59:09 GMT 2005 pooka regen for panasonic tp |
| /src/sys/dev/pci/ | ||
| H A D | files.pci | 1.411 Fri Dec 07 09:36:26 GMT 2018 msaitoh - defflag PPB_USEINTR - Print "interrupting at " |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | cgram.y | 1.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 D | decl.c | 1.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 D | init_main.c | 1.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 D | kern_exec.c | 1.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 D | vfs_subr.c | 1.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 D | if.c | 1.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 591 milliseconds