Searched hist:1.412 (Results 1 - 25 of 48) sorted by relevance
| /src/sys/arch/sparc64/sparc64/ | ||
| H A D | locore.s | 1.412 Sat Aug 26 20:25:00 GMT 2017 palle branches: 1.412.2; sun4v: Avoid touching the %tick_cmpr register which is not present on never systems (Oracle SPARC Architecture 2011 and beyond). Based on code from OpenBSD locore.s revision 1.177. Tested on both sun4u (qemu and USIII) and sun4v (qemu and T5-2). ok martin@ 1.412 Sat Aug 26 20:25:00 GMT 2017 palle branches: 1.412.2; sun4v: Avoid touching the %tick_cmpr register which is not present on never systems (Oracle SPARC Architecture 2011 and beyond). Based on code from OpenBSD locore.s revision 1.177. Tested on both sun4u (qemu and USIII) and sun4v (qemu and T5-2). ok martin@ |
| /src/sys/dev/ata/ | ||
| H A D | wd.c | 1.412 Sun Aug 10 16:44:35 GMT 2014 tls branches: 1.412.2; Merge tls-earlyentropy branch into HEAD. 1.412 Sun Aug 10 16:44:35 GMT 2014 tls branches: 1.412.2; Merge tls-earlyentropy branch into HEAD. |
| /src/etc/ | ||
| H A D | Makefile | 1.412 Mon Jan 27 21:37:17 GMT 2014 apb branches: 1.412.2; Pass the -n flag to gzip invocations. This prevents it from embedding a timestamp in the output. We pass "-n" unconditionally, not conditional on MKREPRO, because many other invocations of gzip already passed the -n flag unconditionally. 1.412 Mon Jan 27 21:37:17 GMT 2014 apb branches: 1.412.2; Pass the -n flag to gzip invocations. This prevents it from embedding a timestamp in the output. We pass "-n" unconditionally, not conditional on MKREPRO, because many other invocations of gzip already passed the -n flag unconditionally. |
| /src/sys/dev/pci/ | ||
| H A D | files.pci | 1.412 Wed Dec 12 07:04:05 GMT 2018 maxv branches: 1.412.2; Retire the LMC driver, and its associated lmcconfig tool. LMC has been mentioned repeatedly as a non-MP-safe driver that is hard to maintain, and no one is taking care of it. LMC was removed from OpenBSD three years ago, and from FreeBSD a few months ago. 1.412 Wed Dec 12 07:04:05 GMT 2018 maxv branches: 1.412.2; Retire the LMC driver, and its associated lmcconfig tool. LMC has been mentioned repeatedly as a non-MP-safe driver that is hard to maintain, and no one is taking care of it. LMC was removed from OpenBSD three years ago, and from FreeBSD a few months ago. |
| /src/sys/arch/alpha/conf/ | ||
| H A D | GENERIC | 1.412 Tue Jun 29 10:22:34 GMT 2021 nia Remove uscanner(4) driver This exists for compatibility with a Linux interface which was apparently deprecated in Linux 2.6. There are various mailing list threads going back to 2004 where the usefulness of this driver is discussed, but the conclusion is that scanner software has all moved to using ugen(4) instead, and enabling this driver will not help you scan things. |
| /src/share/misc/ | ||
| H A D | acronyms.comp | 1.412 Wed Jul 23 21:31:27 GMT 2025 jschauma +FBL feedback loop (email context) |
| /src/sys/uvm/ | ||
| H A D | uvm_map.c | 1.412 Mon Jul 15 00:51:50 GMT 2024 riastradh uvm_map.c: Fix kassertmsg/printf newline mismatch in PR 51254 note. |
| /src/sys/arch/i386/conf/ | ||
| H A D | ALL | 1.412 Sat Feb 18 14:36:32 GMT 2017 maxv There is currently an ugly mix between the PERFCTRS subsystem (MI), and i386's own PMC interface (MD). Stop using PERFCTRS and use PMC instead. While here remove some unused flags, which are wrong on the latest CPUs anyway. |
| /src/sys/arch/arm/arm32/ | ||
| H A D | pmap.c | 1.412 Tue Apr 21 06:45:16 GMT 2020 skrll There is no fast spoon^Wfast path in pmap_clearbit. PR port-arm/55186: tests crash arm pmap Tested by martin@ |
| /src/distrib/notes/common/ | ||
| H A D | main | 1.412 Thu Sep 04 16:44:36 GMT 2008 tsutsui Fix ~empty INSTALL notes on ports which don't have the "Quick install notes for the impatient" section. (no one has noticed it since April!?) |
| /src/distrib/sets/lists/debug/ | ||
| H A D | mi | 1.412 Thu Aug 03 00:30:25 GMT 2023 nia mark obsolete, don't remove from setlist |
| /src/share/man/man9/ | ||
| H A D | Makefile | 1.412 Mon May 01 23:07:14 GMT 2017 pgoyette Ooops, localcount.9 was not supposed to be included here! |
| /src/share/mk/ | ||
| H A D | bsd.README | 1.412 Fri Oct 16 06:55:36 GMT 2020 nia share/mk: Define some missing X11 libraries. |
| H A D | bsd.lib.mk | 1.412 Thu Nov 21 18:16:15 GMT 2024 riastradh bsd.lib.mk: Exclude MD linker-generated crud from expected symbols. Not entirely sure why these symbols like _init/_fini/_end on x86 or __bss_start__/__bss_end__ on aarch64 or _GLOBAL_OFFSET_TABLE_ on hppa are exported at all, but it's something the linker is doing automatically -- and unnecessarily, since libraries with explicit version scripts don't export these -- and I'm not sure there's any way to suppress it. This way, most *.expsym lists can be machine-independent, which will help keep maintenance burden much lower. Currently we have only one *.expsym file for a library that _doesn't_ use a version script, libm -- fix that up to reduce the crud. (That one already happens to have a lot of machine-dependent exports because of differences in floating-point ABIs so the linker-generated MD symbol crud wasn't much more of a maintenance burden in this case, but this maintenance burden is why I haven't aggressively gone around creating *.expsym files for other libraries.) |
| /src/share/man/man4/ | ||
| H A D | options.4 | 1.412 Wed Feb 22 20:21:34 GMT 2012 reinoud Fix comment in config.4 about UDF support. It was still stating UDF as a read-only fs wich it hasn't been for quite some time! It must have slipped trough. |
| /src/sys/dev/raidframe/ | ||
| H A D | rf_netbsdkintf.c | 1.412 Thu Jun 15 09:15:54 GMT 2023 hannken Undo unlock/relock for VOP_IOCTL(). PR kern/57450 (unplugging hung USB disk triggers panic via _vstate_assert) |
| /src/sys/dev/usb/ | ||
| H A D | usbdevs | 1.412 Wed Sep 07 01:34:19 GMT 2005 dogcow add SiS id 0x0457 |
| H A D | usbdevs.h | 1.412 Wed Aug 03 21:18:07 GMT 2005 augustss Regen. |
| H A D | usbdevs_data.h | 1.412 Tue Jul 12 00:10:41 GMT 2005 drochner regen |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | cgram.y | 1.412 Thu May 12 17:31:30 GMT 2022 christos gcc allows __alignof__(unary-expression) |
| H A D | decl.c | 1.412 Fri Jan 03 03:14:47 GMT 2025 rillig lint: add detail to message about obsolete identifier list |
| /src/sys/kern/ | ||
| H A D | init_main.c | 1.412 Thu Dec 17 01:25:10 GMT 2009 rmind Replace few USER_TO_UAREA/UAREA_TO_USER uses, reduce sys/user.h inclusions. |
| H A D | kern_exec.c | 1.412 Sun Dec 14 23:49:28 GMT 2014 chs remove ep_name, change the last reference to use ep_kname instead. |
| H A D | vfs_subr.c | 1.412 Mon Jul 26 15:22:16 GMT 2010 hannken When both vget() and vrelel() call vn_lock() we know VI_XLOCK is clear. No need to use LK_INTERLOCK or LK_RETRY here. The return value of vn_lock() is already examined here. Ok: Antti Kantee <pooka@netbsd.org> |
| /src/sys/net/ | ||
| H A D | if.c | 1.412 Mon Dec 11 03:25:45 GMT 2017 ozaki-r Rename IFNET_LOCK to IFNET_GLOBAL_LOCK IFNET_LOCK will be used in another lock, if_ioctl_lock (might be renamed then). |
Completed in 680 milliseconds