Searched hist:1.301 (Results 1 - 25 of 116) sorted by relevance
| /src/ | ||
| H A D | build.sh | 1.301 Mon Nov 10 09:59:33 GMT 2014 apb Replace '.' and '-' in ${op} with '_', before setting d_${op}=true. Also remove or simplify older code that did the same thing in a different way. The old code handled most cases, but did not change op=kernel.gdb to op=kernel_gdb. |
| /src/sys/conf/ | ||
| H A D | Makefile.kern.inc | 1.301 Mon May 06 08:43:36 GMT 2024 mrg branches: 1.301.2; use objcopy's --compress-debug-sections when creating debug files. this reduces the size of the installed files by over half in most cases, though the debug set size doesn't really change much (which looks like close to 1GB of space on amd64 with xdebug installed, similar on arm64, and about 600MB without xdebug.) tested by running GDB on a few things, seems just as functional, on amd64, arm64, and slightly on riscv64. (first attempt for this feature used "gcc -gz=zlib", but that ends up making CTF unhappy, but fortunately this works in binutils to create the .debug files separate to any ctf usage of the main file.) 1.301 Mon May 06 08:43:36 GMT 2024 mrg branches: 1.301.2; use objcopy's --compress-debug-sections when creating debug files. this reduces the size of the installed files by over half in most cases, though the debug set size doesn't really change much (which looks like close to 1GB of space on amd64 with xdebug installed, similar on arm64, and about 600MB without xdebug.) tested by running GDB on a few things, seems just as functional, on amd64, arm64, and slightly on riscv64. (first attempt for this feature used "gcc -gz=zlib", but that ends up making CTF unhappy, but fortunately this works in binutils to create the .debug files separate to any ctf usage of the main file.) |
| /src/sys/arch/sparc/sparc/ | ||
| H A D | machdep.c | 1.301 Tue Jan 26 03:06:01 GMT 2010 mrg branches: 1.301.2; convert fpulock into fpu_mtx. 1.301 Tue Jan 26 03:06:01 GMT 2010 mrg branches: 1.301.2; convert fpulock into fpu_mtx. |
| /src/sys/arch/mips/mips/ | ||
| H A D | mips_machdep.c | 1.301 Tue Mar 23 13:22:40 GMT 2021 simonb branches: 1.301.2; Work in progress for MIPS modules. Only tested on mipseb64, not yet enabled anywhere. 1.301 Tue Mar 23 13:22:40 GMT 2021 simonb branches: 1.301.2; Work in progress for MIPS modules. Only tested on mipseb64, not yet enabled anywhere. |
| /src/sys/arch/alpha/conf/ | ||
| H A D | GENERIC | 1.301 Sat Nov 11 18:47:09 GMT 2006 jmmv branches: 1.301.2; Remove tmpfs's experimental status. OK'ed by core@. 1.301 Sat Nov 11 18:47:09 GMT 2006 jmmv branches: 1.301.2; Remove tmpfs's experimental status. OK'ed by core@. |
| /src/sys/dev/scsipi/ | ||
| H A D | sd.c | 1.301 Thu Jun 13 00:55:01 GMT 2013 tls branches: 1.301.2; Convert the entropy pool framework from pseudo-callout-driven to soft interrupt driven operation. Add a polling mode of operation -- now we can ask hardware random number generators to top us up just when we need it (bcm2835_rng and amdpm converted as examples). Fix a stall noticed with repeated reads from /dev/random while testing. 1.301 Thu Jun 13 00:55:01 GMT 2013 tls branches: 1.301.2; Convert the entropy pool framework from pseudo-callout-driven to soft interrupt driven operation. Add a polling mode of operation -- now we can ask hardware random number generators to top us up just when we need it (bcm2835_rng and amdpm converted as examples). Fix a stall noticed with repeated reads from /dev/random while testing. |
| /src/sys/sys/ | ||
| H A D | syscallargs.h | 1.301 Thu Jun 11 03:45:30 GMT 2020 dholland Regen with new makesyscalls. (the large diff of rump_syscalls.h has been checked and was the point of the makesyscalls change) |
| H A D | syscall.h | 1.301 Tue Dec 19 08:48:19 GMT 2017 kamil Drop the sstk(2) syscall stub sstk - change stack section size This functionality has never been implemented and is a remnant from 16-bit UNIX. This stub appeared with the first NetBSD commit. Sponsored by <The NetBSD Foundation> |
| H A D | systm.h | 1.301 Wed Jun 16 11:55:10 GMT 2021 rin Provide KERNEL_LOCK facilities also for MODULAR, in addition to MULTIPROCESSOR and _MODULE. Otherwise, inconsistencies occur between UP kernel and modules, that have been observed as: http://mail-index.netbsd.org/port-powerpc/2020/07/07/msg003590.html http://mail-index.netbsd.org/source-changes-d/2021/06/16/msg013369.html |
| H A D | vnode.h | 1.301 Fri Mar 25 08:56:36 GMT 2022 hannken As VV_LOCKSWORK is gone remove LOCKSWORK from VNODE_FLAGBITS string. Also convert illegal octal number 18 to 20. |
| /src/share/misc/ | ||
| H A D | acronyms | 1.301 Tue Jun 09 19:45:29 GMT 2020 nia FQA GCHQ |
| /src/sys/arch/mac68k/mac68k/ | ||
| H A D | machdep.c | 1.301 Sat Jan 15 16:00:59 GMT 2005 chs branches: 1.301.2; 1.301.4; de-__P, remove register, ansify, b* -> mem*. 1.301 Sat Jan 15 16:00:59 GMT 2005 chs branches: 1.301.2; 1.301.4; de-__P, remove register, ansify, b* -> mem*. 1.301 Sat Jan 15 16:00:59 GMT 2005 chs branches: 1.301.2; 1.301.4; de-__P, remove register, ansify, b* -> mem*. |
| /src/sys/kern/ | ||
| H A D | init_sysent.c | 1.301 Sat Oct 10 03:30:17 GMT 2015 pgoyette Regen |
| H A D | syscalls.c | 1.301 Fri May 06 10:19:40 GMT 2016 pooka regen syscall files |
| H A D | syscalls.master | 1.301 Sun Apr 12 22:06:17 GMT 2020 christos put back the MODULAR attributes accidentally removed. |
| H A D | tty.c | 1.301 Thu Apr 07 21:46:51 GMT 2022 riastradh tty(9): New function tty_unit for struct cdevsw::d_devtounit. |
| H A D | vfs_bio.c | 1.301 Sun Jul 25 06:06:40 GMT 2021 simonb If we're only doing a count-only kern.buf sysctl, just return the number of active members in the pool cache (plus some slop) instead of looking in all the free buffer list. Should reduce CPU usage for "systat vm" to << 1% especially for machines with a larger number of buffers. |
| /src/doc/ | ||
| H A D | BRANCHES | 1.301 Thu Dec 16 02:01:37 GMT 2010 uebayasi uebayasi-xip: Add a few files. |
| /src/sys/dev/ic/ | ||
| H A D | com.c | 1.301 Sat May 28 19:30:19 GMT 2011 matt branches: 1.301.4; Allow COM_TOLERANCE to be tweakable. If comspeed returns an invalid rate, don't use that error value to set the speed. 1.301 Sat May 28 19:30:19 GMT 2011 matt branches: 1.301.4; Allow COM_TOLERANCE to be tweakable. If comspeed returns an invalid rate, don't use that error value to set the speed. |
| /src/sys/arch/i386/conf/ | ||
| H A D | files.i386 | 1.301 Fri Feb 09 21:55:04 GMT 2007 ad branches: 1.301.2; Merge newlock2 to head. 1.301 Fri Feb 09 21:55:04 GMT 2007 ad branches: 1.301.2; Merge newlock2 to head. |
| /src/sys/arch/amd64/amd64/ | ||
| H A D | machdep.c | 1.301 Thu Feb 22 13:27:17 GMT 2018 maxv branches: 1.301.2; Remove svs_pgg_update(). Instead of manually changing PG_G on each page, we can disable the global-paging mechanism in %cr4 with CR4_PGE. Do that. In addition, install CR4_PGE when SVS is disabled manually (via the sysctl). Now, doing "sysctl -w machdep.svs_enabled=0" restores the performance completely, exactly as if SVS hadn't been enabled in the first place. 1.301 Thu Feb 22 13:27:17 GMT 2018 maxv branches: 1.301.2; Remove svs_pgg_update(). Instead of manually changing PG_G on each page, we can disable the global-paging mechanism in %cr4 with CR4_PGE. Do that. In addition, install CR4_PGE when SVS is disabled manually (via the sysctl). Now, doing "sysctl -w machdep.svs_enabled=0" restores the performance completely, exactly as if SVS hadn't been enabled in the first place. |
| /src/sys/arch/sparc64/sparc64/ | ||
| H A D | machdep.c | 1.301 Tue Sep 07 11:00:02 GMT 2021 riastradh ksyms: Use pserialize(9) for kernel access to ksyms. This makes it available in interrupt context, e.g. for printing messages with kernel symbol names for return addresses as drm wants to do. |
| H A D | pmap.c | 1.301 Wed Feb 03 20:33:52 GMT 2016 palle sun4v: extend dmmu_set_secondary_context() to handle both sun4u and sun4v. ok martin@ |
| /src/sys/dev/ | ||
| H A D | DEVNAMES | 1.301 Mon Feb 26 23:09:32 GMT 2018 sevan Remove support for macofcons(4), it's not actually possible to build a kernel with it enabled - See PR port-macppc/53004 and it may have further problems even so. From <macallan>: "There is some early console code that uses OF output but it causes problems when we get close to MMU setup - I think it can go, it hasn't been enabled in any config in at least a decade as far as I know." |
| /src/sys/dev/acpi/ | ||
| H A D | acpi.c | 1.301 Thu Dec 19 14:19:53 GMT 2024 riastradh acpi(4): Nix trailing whitespace. No functional change intended. |
Completed in 266 milliseconds