Searched hist:1.561 (Results 1 - 25 of 25) sorted by relevance
| /src/sys/kern/ | ||
| H A D | vfs_syscalls.c | 1.561 Sat Sep 09 18:34:44 GMT 2023 ad do_sys_accessat(): copy credentials only when needed. |
| /src/distrib/notes/common/ | ||
| H A D | main | 1.561 Thu Jan 23 23:34:47 GMT 2020 uwe Use .Os NetBSD/\*M \*V to get more informative footer. |
| /src/sys/dev/usb/ | ||
| H A D | usbdevs | 1.561 Fri Jul 02 08:35:41 GMT 2010 tnn Add id for Samsung GT-B3730 LTE/4G datacard |
| H A D | usbdevs.h | 1.561 Thu Nov 25 14:16:55 GMT 2010 sborrill regen |
| H A D | usbdevs_data.h | 1.561 Thu Nov 04 09:19:14 GMT 2010 pooka regen |
| /src/sys/arch/amd64/conf/ | ||
| H A D | GENERIC | 1.561 Sat Feb 08 07:07:06 GMT 2020 maxv Retire KLEAK. KLEAK was a nice feature and served its purpose; it allowed us to detect dozens of info leaks on the kernel->userland boundary, and thanks to it we tackled a good part of the infoleak problem 1.5 years ago. Nowadays however, we have kMSan, which can detect uninitialized memory in the kernel. kMSan supersedes KLEAK: it can detect what KLEAK was able to detect, but in addition, (1) it operates in all of the kernel and not just the kernel->userland boundary, (2) it requires no user interaction, and (3) it is deterministic and not statistical. That makes kMSan the feature of choice to detect info leaks nowadays; people interested in detecting info leaks should boot a kMSan kernel and just wait for the magic to happen. KLEAK was a good ride, and a fun project, but now is time for it to go. Discussed with several people, including Thomas Barabosch. |
| /src/share/man/man4/ | ||
| H A D | Makefile | 1.561 Wed Jul 13 07:52:49 GMT 2011 jruoho A driver for HP 3D DriverGuard; a LIS3LV02DL-based accelerometer. Tested on HP NC4400. Like aps(4), this is commented out in the GENERIC kernels. |
| /src/sys/dev/pci/ | ||
| H A D | pcidevs.h | 1.561 Fri Aug 01 00:07:32 GMT 2003 jonathan regen from pcidevs rev 560 (adding Sun's bcm582x-compatible crypto accelerators) |
| H A D | pcidevs_data.h | 1.561 Thu Aug 07 05:35:36 GMT 2003 wiz regen (fix ID of Radeon 9100 Secondary) |
| H A D | pcidevs | 1.561 Fri Aug 01 11:55:03 GMT 2003 wiz Avoid duplicate definitions. From Quentin Garnier in PR 22331. |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | tree.c | 1.561 Wed Jul 12 19:34:01 GMT 2023 rillig lint: clean up handling of __real__ and __imag__ These two operatos are not binary, therefore they don't need a right operand. The questionable operands were a copy-and-paste mistake, as the code was taken from the ++ and -- operands (tree.c 1.46 from 2008-04-25). The ++ and -- operands aren't binary either, but since lint represents address calculations in their premultiplied form, the expression ptr++ contains a hidden right operand specifying the number of bytes by which to increment the pointer. Creating an integer-constant-expression node with type 'long double' didn't make sense either. Luckily, these expressions are only built but not analyzed any further. |
| /src/sys/arch/i386/i386/ | ||
| H A D | machdep.c | 1.561 Fri Apr 01 11:59:31 GMT 2005 yamt merge yamt-km branch. - don't use managed mappings/backing objects for wired memory allocations. save some resources like pv_entry. also fix (most of) PR/27030. - simplify kernel memory management API. - simplify pmap bootstrap of some ports. - some related cleanups. |
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.561 Sun Dec 05 20:11:22 GMT 2010 pooka rumpcrypto should never have been its own faction, so finally make it a component under kern, i.e. rumpcrypto -> rumpkern_crypto. |
| H A D | mi | 1.561 Mon Jul 25 00:19:36 GMT 2005 hubertf Add vndcompress(1) and vnduncompress(1) to transform filesystem/disk images from "normal" into cloop2-format compressed images and back. Written by Florian Stoehr (netbsd@wolfnode.de) with some polishing by me. Compressed disk images can be used with the vnd(4) driver when compiled with VND_COMPRESSION and "vnconfig -z". Useful for creation of Live CDs/DVDs. |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.561 Sat Oct 27 02:56:51 GMT 2007 wiz less409 out. |
| /src/usr.bin/make/ | ||
| H A D | main.c | 1.561 Tue Dec 28 01:20:24 GMT 2021 rillig make: clean up stylistically No binary change. |
| H A D | parse.c | 1.561 Sat Aug 14 13:32:12 GMT 2021 rillig make: rename variable and function for handling parse errors The word 'fatals' was an unnecessary abbreviation. No functional change. |
| H A D | var.c | 1.561 Sat Oct 03 00:46:52 GMT 2020 rillig make(1): extract ApplyModifier_Unique into separate function |
| /src/sys/sys/ | ||
| H A D | param.h | 1.561 Sun May 06 13:40:52 GMT 2018 kamil Remove an element from struct emul: e_tracesig e_tracesig used to be implemented for Darwin compat. Nowadays the Darwin compatiblity layer is gone and there are no other users. This functionality isn't used where it shall be used in the existing codebase. If we want to emulate debugging interfaces in compat layers we would need to implement that from scratch anyway. We would need to be bug compatible with other OSes too. Proposed on tech-kern@. Welcome to NetBSD 8.99.16! Sponsored by <The NetBSD Foundation> |
| /src/sys/arch/i386/conf/ | ||
| H A D | GENERIC | 1.561 Thu May 29 20:22:28 GMT 2003 fvdl Add the options MPBIOS_SCANPCI and MPACPI_SCANPCI to configure PCI roots with the MPBIOS/ACPI bus information, by walking through the buses, and descending down every bus that hasn't been marked configured yet. |
| /src/distrib/sets/lists/man/ | ||
| H A D | mi | 1.561 Thu Apr 17 20:48:33 GMT 2003 tron Add manual page for wizd(8). |
| /src/distrib/sets/lists/tests/ | ||
| H A D | mi | 1.561 Sat Feb 01 20:49:11 GMT 2014 jmmv Add missing Kyuafile for usr.bin/vmstat tests. |
| /src/share/mk/ | ||
| H A D | bsd.own.mk | 1.561 Fri Apr 10 16:14:54 GMT 2009 bouyer Revert accidental switch of alpha to Xorg. We don't have the XdecNetBSD and XalphaNetBSD drivers in xorg yet. Fixes release build for alpha. |
| /src/sys/conf/ | ||
| H A D | files | 1.561 Thu Oct 10 22:07:44 GMT 2002 thorpej Move IR and Bluetooth config defns missed in previous commit. |
| /src/distrib/sets/lists/comp/ | ||
| H A D | mi | 1.561 Sat Apr 19 23:10:33 GMT 2003 christos add <sys/float_ieee.h> |
Completed in 1939 milliseconds