Searched hist:1.426 (Results 1 - 25 of 43) sorted by relevance
| /src/etc/ | ||
| H A D | Makefile | 1.426 Sun Dec 20 02:35:34 GMT 2015 christos branches: 1.426.2; 1.426.4; give the kernel pax invocating the MKREPRO_TIMESTAMP treatment. 1.426 Sun Dec 20 02:35:34 GMT 2015 christos branches: 1.426.2; 1.426.4; give the kernel pax invocating the MKREPRO_TIMESTAMP treatment. 1.426 Sun Dec 20 02:35:34 GMT 2015 christos branches: 1.426.2; 1.426.4; give the kernel pax invocating the MKREPRO_TIMESTAMP treatment. |
| /src/sys/dev/usb/ | ||
| H A D | usbdevs.h | 1.426 Mon Feb 06 17:34:08 GMT 2006 jmmv branches: 1.426.2; 1.426.4; Regen. 1.426 Mon Feb 06 17:34:08 GMT 2006 jmmv branches: 1.426.2; 1.426.4; Regen. 1.426 Mon Feb 06 17:34:08 GMT 2006 jmmv branches: 1.426.2; 1.426.4; Regen. |
| H A D | usbdevs_data.h | 1.426 Fri Jan 27 06:12:55 GMT 2006 dogcow branches: 1.426.2; 1.426.4; Regen. 1.426 Fri Jan 27 06:12:55 GMT 2006 dogcow branches: 1.426.2; 1.426.4; Regen. 1.426 Fri Jan 27 06:12:55 GMT 2006 dogcow branches: 1.426.2; 1.426.4; Regen. |
| H A D | usbdevs | 1.426 Fri Mar 31 08:41:56 GMT 2006 rpaulo PR 33173: Add Dell TrueMobile 350 Bluetooth USB Adapter. From Jason White. |
| /src/sys/arch/arm/arm32/ | ||
| H A D | pmap.c | 1.426 Sun Mar 14 10:36:46 GMT 2021 skrll branches: 1.426.2; Sprinkle kpreempt_{dis,en}able ready for when preemption gets turned on. 1.426 Sun Mar 14 10:36:46 GMT 2021 skrll branches: 1.426.2; Sprinkle kpreempt_{dis,en}able ready for when preemption gets turned on. |
| /src/sys/kern/ | ||
| H A D | init_main.c | 1.426 Tue Jan 18 08:18:43 GMT 2011 matt branches: 1.426.2; Move up evcnt_init to before cpu_startup() 1.426 Tue Jan 18 08:18:43 GMT 2011 matt branches: 1.426.2; Move up evcnt_init to before cpu_startup() |
| H A D | vfs_subr.c | 1.426 Fri Dec 02 00:32:38 GMT 2011 yamt branches: 1.426.2; assertions 1.426 Fri Dec 02 00:32:38 GMT 2011 yamt branches: 1.426.2; assertions |
| H A D | kern_exec.c | 1.426 Mon Apr 04 23:07:06 GMT 2016 christos no need to pass the coredump flag to exit1() since it is set and known in one place. |
| /src/sys/arch/x86/x86/ | ||
| H A D | pmap.c | 1.426 Wed Oct 04 20:28:06 GMT 2023 ad branches: 1.426.6; Eliminate l->l_ncsw and l->l_nivcsw. From memory think they were added before we had per-LWP struct rusage; the same is now tracked there. 1.426 Wed Oct 04 20:28:06 GMT 2023 ad branches: 1.426.6; Eliminate l->l_ncsw and l->l_nivcsw. From memory think they were added before we had per-LWP struct rusage; the same is now tracked there. |
| /src/sys/uvm/ | ||
| H A D | uvm_map.c | 1.426 Fri Aug 16 11:28:01 GMT 2024 riastradh uvm_map(9): Make KASSERTMSG unconditional for findspace invariants. PR kern/51254: uvm assertion "!topdown || hint <= orig_hint" failed |
| /src/sys/arch/sparc64/sparc64/ | ||
| H A D | locore.s | 1.426 Tue Mar 30 20:03:14 GMT 2021 palle sun4v: handle spill trap properly when trap level is 1 and otherwin is non-zero - ensure that all windows are spilled to the pcb like the sun4u winfixsave code path |
| /src/sys/dev/ata/ | ||
| H A D | wd.c | 1.426 Fri Aug 05 06:54:22 GMT 2016 christos CID 1364758: Integer handling issues, avoid sign extension to 64 bits. |
| /src/sys/arch/i386/conf/ | ||
| H A D | ALL | 1.426 Sat Aug 12 06:46:13 GMT 2017 maxv Remove support for vm86 on i386. It is bug-friendly, and there is no point in having kernel support for this: the instruction set of the CPU is small, and it can easily be emulated in userland entirely. There are also several assumptions in the code that are not respected, and the slightest confusion in the trap frame can lead to ring0 exploits. vm86 has received zero maintenance. As far as I can tell, it was added 20 years ago in order to make doscmd work. But doscmd has not been maintained either, and was removed from pkgsrc in 2011. dosbox can be used instead: it does not require kernel support, and will produce better results than our flimsy implementation. Pass 1. (many pieces still in the tree) |
| /src/distrib/notes/common/ | ||
| H A D | main | 1.426 Thu Oct 30 23:51:38 GMT 2008 darran Add self. |
| /src/distrib/sets/lists/debug/ | ||
| H A D | mi | 1.426 Tue Feb 20 14:13:45 GMT 2024 christos fix debug sets for sun2 (libgcc_s_g.a and libgcc_eh_g.a should be in shl.mi) |
| /src/share/man/man9/ | ||
| H A D | Makefile | 1.426 Sun Jun 03 10:34:59 GMT 2018 pgoyette Finish documenting the new modules(9) interfaces by adding the module specificdata routines. |
| /src/share/mk/ | ||
| H A D | bsd.README | 1.426 Mon Dec 20 14:41:26 GMT 2021 christos PR/55557: Andreas Gustafsson" Introduce a new variable MKDEBUGKERNEL which as the name implies, includes a netbsd.gdb inside each kernel set: $ tar -tzvf kern-GENERIC.tgz -rwxr-xr-x 0 root wheel 29398264 Dec 19 12:50 ./netbsd -rwxr-xr-x 0 root wheel 208125880 Dec 19 12:50 ./netbsd.gdb |
| /src/share/man/man4/ | ||
| H A D | options.4 | 1.426 Mon Jul 22 13:56:46 GMT 2013 wiz Bump date for previous. |
| H A D | Makefile | 1.426 Tue May 01 17:18:54 GMT 2007 bouyer Add bio(4) and associated bioctl(8) from OpenBSD, a driver control block device controllers, and more specifically raid controllers. Add a new sensor type, ENVSYS_DRIVE, to report drive status. From OpenBSD. Add bio and sysmon support to mfi(4). This allow userland to query status for drives and logical volumes attached to a mfi(4) controller. While there fix some debug printfs in mfi so they compile. Add bio(4) to amd64 and i386 GENERIC. |
| /src/sys/dev/pci/ | ||
| H A D | files.pci | 1.426 Sun Feb 09 16:06:18 GMT 2020 jmcneill Retire azalia(4). |
| H A D | pcidevs.h | 1.426 Mon Apr 29 18:21:32 GMT 2002 nonaka Regen. (Added two IBM devices.) |
| H A D | pcidevs_data.h | 1.426 Tue May 14 00:05:36 GMT 2002 augustss Regen. |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | cgram.y | 1.426 Sun Jan 15 00:05:38 GMT 2023 rillig lint: make read_until_parent easier to understand Previously, the '--level' in the loop condition looked as if it applied more often than it really does. No functional change. |
| /src/sys/net/ | ||
| H A D | if.c | 1.426 Fri Jun 01 07:14:13 GMT 2018 ozaki-r Make sure to not change if_hwdl once set |
| /src/sys/arch/amd64/conf/ | ||
| H A D | GENERIC | 1.426 Wed Mar 16 16:13:16 GMT 2016 christos Add PAX_SEGVGUARD disabled. |
Completed in 911 milliseconds