Searched hist:1.425 (Results 1 - 25 of 43) sorted by relevance
| /src/sys/dev/usb/ | ||
| H A D | usbdevs.h | 1.425 Fri Jan 27 06:12:55 GMT 2006 dogcow branches: 1.425.2; 1.425.4; Regen. 1.425 Fri Jan 27 06:12:55 GMT 2006 dogcow branches: 1.425.2; 1.425.4; Regen. 1.425 Fri Jan 27 06:12:55 GMT 2006 dogcow branches: 1.425.2; 1.425.4; Regen. |
| H A D | usbdevs_data.h | 1.425 Wed Dec 07 10:18:10 GMT 2005 augustss branches: 1.425.2; Regen. 1.425 Wed Dec 07 10:18:10 GMT 2005 augustss branches: 1.425.2; Regen. |
| H A D | usbdevs | 1.425 Sun Mar 26 17:58:19 GMT 2006 christos PR/33154: DHOYASHIKI Shinichi: umidi quirks for Roland UM-3EX |
| /src/sys/arch/sparc64/sparc64/ | ||
| H A D | locore.s | 1.425 Mon Feb 22 09:56:42 GMT 2021 palle branches: 1.425.2; sun4v: handle spill normal user traps properly when current trap level is 1 - registers are spilled to the PA of the stack to avoid further mmu-related traps, since sun4v only has 2 trap levels 1.425 Mon Feb 22 09:56:42 GMT 2021 palle branches: 1.425.2; sun4v: handle spill normal user traps properly when current trap level is 1 - registers are spilled to the PA of the stack to avoid further mmu-related traps, since sun4v only has 2 trap levels |
| /src/distrib/notes/common/ | ||
| H A D | main | 1.425 Wed Oct 29 17:02:54 GMT 2008 tsutsui branches: 1.425.2; Update MACHINE_LIST and MACHINE_ARCH_LIST. 1.425 Wed Oct 29 17:02:54 GMT 2008 tsutsui branches: 1.425.2; Update MACHINE_LIST and MACHINE_ARCH_LIST. |
| /src/sys/kern/ | ||
| H A D | vfs_subr.c | 1.425 Thu Sep 01 09:04:08 GMT 2011 christos branches: 1.425.2; Check for v_type before v_rdev because it is cheaper and safer. 1.425 Thu Sep 01 09:04:08 GMT 2011 christos branches: 1.425.2; Check for v_type before v_rdev because it is cheaper and safer. |
| H A D | init_main.c | 1.425 Mon Jan 17 07:13:31 GMT 2011 uebayasi Include internal definitions (uvm/uvm.h) only where necessary. |
| H A D | kern_exec.c | 1.425 Mon Apr 04 20:47:57 GMT 2016 christos Split p_xstat (composite wait(2) status code, or signal number depending on context) into: 1. p_xexit: exit code 2. p_xsig: signal number 3. p_sflag & WCOREFLAG bit to indicated that the process core-dumped. Fix the documentation of the flag bits in <sys/proc.h> |
| /src/sys/uvm/ | ||
| H A D | uvm_map.c | 1.425 Thu Aug 15 11:33:21 GMT 2024 riastradh uvm_map(9): Apply the same orig_hint clamp again to the same entry. Previous change dealt with case like length=0x1000 and: [0x7defb000,0x7defc000) entry above orig_hint (entry->next) 0x77895000 orig_hint [0x77894000,0x77895000) entry below orig_hint (entry) by changing entry->next->start - length to MIN(orig_hint, entry->next->start - length) in order to enforce monotonicity of search. In this case, if the tree search for a gap has failed, we retry with a list search with exactly the same orig_hint and entry -- nothing has changed them (only hint and tmp). So apply the same clamping. PR kern/51254: uvm assertion "!topdown || hint <= orig_hint" failed |
| /src/sys/dev/ata/ | ||
| H A D | wd.c | 1.425 Fri Jul 22 00:55:34 GMT 2016 jakllsch Space before tab and trailing whitespace fixes. |
| /src/sys/arch/i386/conf/ | ||
| H A D | ALL | 1.425 Wed Aug 09 18:45:30 GMT 2017 maxv Remove compat_ibcs2 from i386. After a discussion on port-vax, it turns out that compat_ibcs2 does not implement the iBCS2 standard - which is x86-specific - but rather SVR3. Our real iBCS2 implementation was a mixture of compat_ibcs2 and compat_svr4, and was only partial. Keeping support for this in i386 is totally irrelevant today. I also asked on port-i386 but didn't wait long. The main issue is that compat_ibcs2 should have been called compat_svr3. But CVS does not support renaming files, and moving things around is both painful and tiring, even more so when no one seems to be interested in doing this work or in the feature at all. For now compat_ibcs2 is available on Vax and will stay, until someone (not me) cleans it up. |
| /src/sys/arch/arm/arm32/ | ||
| H A D | pmap.c | 1.425 Mon Feb 01 19:02:28 GMT 2021 skrll "as appropos" -> "as appropriate" in comments |
| /src/distrib/sets/lists/debug/ | ||
| H A D | mi | 1.425 Mon Feb 19 04:30:38 GMT 2024 riastradh longjmp(3): Add test for PR lib/57946. |
| /src/etc/ | ||
| H A D | Makefile | 1.425 Sat Dec 19 23:37:43 GMT 2015 christos Freeze the BUILDER and the BUILD_DATE for repeatable builds |
| /src/share/man/man9/ | ||
| H A D | Makefile | 1.425 Sun Jun 03 09:22:34 GMT 2018 pgoyette Make a first pass at documenting the specificdata functionality. XXX This is just a first pass, and I've probably made a ton of mistakes XXX while reading the code! Updates and corrections greatly appreciated. |
| /src/share/mk/ | ||
| H A D | bsd.README | 1.425 Sun Dec 05 07:53:57 GMT 2021 msaitoh s/specificed/specified/ in comment. |
| /src/share/man/man4/ | ||
| H A D | options.4 | 1.425 Mon Jul 22 13:40:36 GMT 2013 soren Allow console on com_puc without a compile-time option so that PC servers can become headless after the first reboot (sadly, e.g. Intel AMT presents as a com_puc, but doesn't appear in the BIOS serial port table, so you need a keyboard and monitor to install and set the installboot parameters first). Fix com_puc console on devices with offset BAR's. |
| H A D | Makefile | 1.425 Sat Apr 21 06:11:58 GMT 2007 plunky add 'lost' manpages to build: acorn26/iobus(4) mac68k/zsc(4) pc532/intro(4) sparc/autoconf(4) sun3/autoconf(4) vax/mtc(4) vax/rl(4) iee(4) |
| /src/sys/dev/pci/ | ||
| H A D | files.pci | 1.425 Sat Jan 25 18:59:43 GMT 2020 thorpej Retire the le@pci attachment. It has been superseded (and matched at a higher priority) by the pcn(4) driver since NetBSD 1.6. |
| H A D | pcidevs.h | 1.425 Fri Apr 26 14:21:28 GMT 2002 ad Regen. |
| H A D | pcidevs_data.h | 1.425 Fri May 03 00:46:42 GMT 2002 augustss Regen. |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | cgram.y | 1.425 Sat Jan 14 10:33:34 GMT 2023 rillig lint: use fewer abbreviations No binary change except for line numbers in assertions in decl.c. |
| /src/sys/net/ | ||
| H A D | if.c | 1.425 Thu May 31 02:10:23 GMT 2018 ozaki-r Relax a lock check in if_mcast_op unless NET_MPSAFE It seems that there remain some paths that don't satisfy the constraint that is required only if NET_MPSAFE. So don't check it by default. One known path is nd6_rtrequest => in6_addmulti => if_mcast_op, which is not easy to address. |
| /src/sys/arch/x86/x86/ | ||
| H A D | pmap.c | 1.425 Wed Jul 26 21:45:28 GMT 2023 riastradh x86/pmap: Print quantities in failed assertions in pmap_load. |
| /src/sys/arch/amd64/conf/ | ||
| H A D | GENERIC | 1.425 Sat Mar 05 17:08:49 GMT 2016 riastradh Revert to disabling nouveau by default in x86 GENERIC. Haven't had time to debug the issues that seem to affect pretty much everyone. Maybe soon! |
Completed in 833 milliseconds