Searched hist:1.417 (Results 1 - 25 of 47) sorted by relevance
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.417 Mon Feb 11 05:57:30 GMT 2008 dyoung branches: 1.417.2; 1.417.4; 1.417.6; Also bump the minor on the second occurrence of libc.so. :-) 1.417 Mon Feb 11 05:57:30 GMT 2008 dyoung branches: 1.417.2; 1.417.4; 1.417.6; Also bump the minor on the second occurrence of libc.so. :-) 1.417 Mon Feb 11 05:57:30 GMT 2008 dyoung branches: 1.417.2; 1.417.4; 1.417.6; Also bump the minor on the second occurrence of libc.so. :-) 1.417 Mon Feb 11 05:57:30 GMT 2008 dyoung branches: 1.417.2; 1.417.4; 1.417.6; Also bump the minor on the second occurrence of libc.so. :-) |
| /src/sys/dev/raidframe/ | ||
| H A D | rf_netbsdkintf.c | 1.417 Mon Oct 09 21:55:48 GMT 2023 oster branches: 1.417.6; spaces->tabs. Noted by Edgar Fuß 1.417 Mon Oct 09 21:55:48 GMT 2023 oster branches: 1.417.6; spaces->tabs. Noted by Edgar Fuß |
| /src/sys/arch/alpha/conf/ | ||
| H A D | GENERIC | 1.417 Thu Dec 22 11:05:54 GMT 2022 nat Driver for DaynaPORT SCSI/Link (dse.4). Written by Hiroshi Noguchi, of which an updated version was posted to port-mac68k in 2001. Attachments were added to kernel configs for platforms that already had the Cabletron (se.4) driver added, although other platorms may benefit. Reviewed on tech-net by Izumi Tsutsui. |
| /src/sys/kern/ | ||
| H A D | vfs_subr.c | 1.417 Fri Dec 17 22:04:42 GMT 2010 yamt branches: 1.417.2; 0 -> NULL for a pointer 1.417 Fri Dec 17 22:04:42 GMT 2010 yamt branches: 1.417.2; 0 -> NULL for a pointer |
| H A D | init_main.c | 1.417 Sun Jan 31 03:57:01 GMT 2010 pooka uncommit part which wasn't supposed to get committed yet |
| H A D | kern_exec.c | 1.417 Sat Sep 26 16:12:24 GMT 2015 maxv Revamp the way processes are PaX'ed in the kernel. Sent on tech-kern@ two months ago, but no one reviewed it - probably because it's not a trivial change. This change fixes the following bug: when loading a PaX'ed binary, the kernel updates the PaX flag of the calling process before it makes sure the new process is actually launched. If the kernel fails to launch the new process, it does not restore the PaX flag of the calling process, leaving it in an inconsistent state. Actually, simply restoring it would be horrible as well, since in the meantime another thread may have used the flag. The solution is therefore: modify all the functions used by PaX so that they take as argument the exec package instead of the lwp, and set the PaX flag in the process *right before* launching the new process - it cannot fail in the meantime. |
| /src/sys/uvm/ | ||
| H A D | uvm_map.c | 1.417 Tue Aug 13 20:52:52 GMT 2024 riastradh Redo uvm_map.c 1.414 without the null pointer dereference. uvm_map(9): Sprinkle assertions and interface contract comments. No functional change intended. PR kern/51254: uvm assertion "!topdown || hint <= orig_hint" failed |
| /src/sys/arch/sparc64/sparc64/ | ||
| H A D | locore.s | 1.417 Fri Feb 08 19:45:24 GMT 2019 palle sun4v: introduce macros for handling spill traps from userlevevel @ traplevel 1 (from OpenBSD) - spill traps at level 1 from userspace now works better |
| /src/sys/dev/ata/ | ||
| H A D | wd.c | 1.417 Wed Dec 31 19:52:05 GMT 2014 christos make more drivers use disk_ioctl, and add a dev parameter to it so that we can merge the "easy" disklabel ioctls to it. Ultimately all this will go do dk_ioctl once all the drivers have been converted. |
| /src/sys/arch/i386/conf/ | ||
| H A D | ALL | 1.417 Tue Apr 18 19:09:12 GMT 2017 riastradh gson@ informs me the Alea I and II have the same USB product id. Thus, ualea(4) should work for both of them. Rename USB product id ARANEUS ALEA_II to ARANEUS ALEA to reflect this. No functional change intended, except perhaps via usbdevs. |
| /src/sys/arch/arm/arm32/ | ||
| H A D | pmap.c | 1.417 Fri Jul 10 00:25:09 GMT 2020 skrll Add support for KASAN on ARMv[67] Thanks to maxv for many pointers and reviews. |
| /src/distrib/notes/common/ | ||
| H A D | main | 1.417 Mon Sep 08 14:54:09 GMT 2008 ginsbach Add self. |
| /src/distrib/sets/lists/debug/ | ||
| H A D | mi | 1.417 Sun Aug 20 00:21:35 GMT 2023 riastradh distrib/sets/lists: Add .debug files for new compat/linux tests. |
| /src/etc/ | ||
| H A D | Makefile | 1.417 Tue Aug 05 15:40:59 GMT 2014 apb Use ${TOOL_GZIP_N} instead of ${TOOL_GZIP} -n, and similarly use ${TOOL_GZIP_N} -9 instead of ${TOOL_GZIP} -9n, etc. This will pass -nT instead of just -n if the gzip program is actually pigz. |
| /src/share/man/man9/ | ||
| H A D | Makefile | 1.417 Tue Nov 07 18:36:27 GMT 2017 christos document kmem_strdupsize/kmem_strdupfree |
| /src/share/mk/ | ||
| H A D | bsd.README | 1.417 Sat Sep 25 08:54:30 GMT 2021 maya Move DRM-driver firmware from base to its own set, gpufw This set is only installed on amd64,i386,evbarm. This set is installed on minimal installs and on install media, in case someone needs it for basic driver functionality. Comments: Switched to a single MK tunable for it - that is probably unneeded. An upcoming DRM update will include even fatter firmware, and we'd like to minimize the impact of it. |
| H A D | bsd.lib.mk | 1.417 Tue Jan 14 19:44:53 GMT 2025 riastradh bsd.lib.mk: Indent LIBDPLIBS logic for clarity. No functional change intended. |
| /src/share/man/man4/ | ||
| H A D | options.4 | 1.417 Sat Nov 03 16:47:54 GMT 2012 tsutsui options FFS_NO_SNAPSHOT disables only the creation of file system internal snapshot. Per comment from hannken@. |
| /src/sys/dev/usb/ | ||
| H A D | usbdevs | 1.417 Thu Nov 17 18:12:08 GMT 2005 hira Correct product ID of Buffalo WLI-U2-KG54-AI. |
| H A D | usbdevs.h | 1.417 Sat Sep 10 19:24:36 GMT 2005 cube Regen (DiskOnChip 0x0012). |
| H A D | usbdevs_data.h | 1.417 Wed Sep 07 01:34:56 GMT 2005 dogcow add SiS id 0x0457 |
| /src/sys/dev/pci/ | ||
| H A D | files.pci | 1.417 Tue Nov 26 08:37:05 GMT 2019 nisimura - use mii(4) layer to control KSZ8841 builtin PHY. - handle PAUSE flow control properly according to ifconfig(8) mediaopt selection. - some style knits; use aprint(9) and modernise callout(9). |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | cgram.y | 1.417 Thu May 26 00:27:25 GMT 2022 rillig lint: remove assertion about saving and restoring warning flags The assertion only triggers in debug mode, which is generally not used as it adds lots of debug logging. In production mode, the assumption didn't hold for many years now, so remove the assertion. |
| H A D | decl.c | 1.417 Sat Apr 12 15:57:25 GMT 2025 rillig lint: reword messages that apply to traditional C |
| /src/sys/net/ | ||
| H A D | if.c | 1.417 Tue Dec 26 02:01:35 GMT 2017 ozaki-r Suppress the assertion of IFNET_LOCK in if_mcast_op if MROUTING MROUTING doesn't deal with IFNET_LOCK yet. Reported by kardel@ |
Completed in 762 milliseconds