Searched hist:1.474 (Results 1 - 25 of 37) sorted by relevance
| /src/sys/dist/pf/net/ | ||
| H A D | pf.c | 1.12 Mon Feb 14 21:27:26 GMT 2005 peter branches: 1.12.4; Merge in a fix from OPENBSD_3_6. ok yamt@ > MFC: > Fix by dhartmei@ > > ICMP state entries use the ICMP ID as port for the unique state key. When > checking for a usable key, construct the key in the same way. Otherwise, > a colliding key might be missed or a state insertion might be refused even > though it could be inserted. The second case triggers the endless loop > fixed by 1.474, possibly allowing a NATed LAN client to lock up the kernel. > Report and test data by Srebrenko Sehic. |
| /src/share/man/man9/ | ||
| H A D | Makefile | 1.474 Sat Jun 21 17:52:52 GMT 2025 gutteridge branches: 1.474.2; Add heartbeat(9) to installed man pages 1.474 Sat Jun 21 17:52:52 GMT 2025 gutteridge branches: 1.474.2; Add heartbeat(9) to installed man pages |
| /src/sys/dev/usb/ | ||
| H A D | usbdevs.h | 1.475 Sun Jun 24 10:07:05 GMT 2007 veego Regen after the usbdevs updates in rev 1.474 and 1.475 1.474 Fri Jun 22 16:37:46 GMT 2007 itohy Regen from usbdevs rev 1.473. |
| H A D | usbdevs_data.h | 1.476 Sun Jun 24 10:07:05 GMT 2007 veego Regen after the usbdevs updates in rev 1.474 and 1.475 1.474 Mon Jun 18 00:24:48 GMT 2007 dsainty Regen. |
| H A D | usbdevs | 1.474 Sun Jun 24 09:46:29 GMT 2007 itohy usbdevs: Add vendors and products from FreeBSD/OpenBSD. - for aue(4): ADMtek AN986A Ethernet Add vendor ELCON Systemtechnik and its product Goldpfeil P-LAN ELECOM LD-USB20 Mobility EasiDock Ethernet SIIG2 USB TO Ethernet - for axe(4): Acer Communications & Multimedia EP-1427X-2 Ethernet ASIX AX88178 USB 2.0 10/100 Ethernet adapter ATen UC210T Ethernet Belkin F5D5055 Ethernet adapter Billionton USB2AR Ethernet D-Link DUB-E100 rev B1 Good Way Technology GWUSB2E I-O DATA ETG-US2 Ethernet port in the JVC MP-PRX1 port replicator. Add new vender ID for Linksys (LINKSYS4) and its product USB1000 OQO model 01+ Ethernet - for cdce(4): Acer Labs M5632 USB 2.0 Data Link Add vendor Ambit Microsystems and its product NTL 250 cable modem COMPAQ iPAQ Linux Add vendor G.Mate Inc. and its product YP3X00 PDA Two Motorola devices (FreeBSD/OpenBSD don't have the details) NetChip Linux Ethernet/RNDIS gadgets - for kue(4): Silicom Psion Gold Port Ethernet - for ural(4): Belkin F5D7051 54g USB Network Adapter GIGABYTE GN-54G Siemens Info 54g USB Network Adapter - for url(4): AboCom RTL8151 RealTek RTL8151 PNA ZyXEL Prestige Remove duplicates. Whitespace police. |
| /src/sys/dev/ata/ | ||
| H A D | wd.c | 1.474 Sun Apr 13 14:00:59 GMT 2025 jakllsch Add physical sector and alignment info to struct disk_geom and the geometry plist, and handle in partutil. Bump version for disk_geom addition. Collect DIOCGSECTORALIGN handling into one place. |
| /src/sys/arch/i386/conf/ | ||
| H A D | ALL | 1.474 Fri Nov 01 02:53:23 GMT 2019 msaitoh Port SMSC LAN87xx 10/100 Ethernet PHY driver from FreeBSD with some cleanup and IFM_NONE support. |
| /src/distrib/notes/common/ | ||
| H A D | main | 1.474 Wed Apr 27 18:51:14 GMT 2011 mspo adding myself to src/distrib/notes/common |
| /src/distrib/sets/lists/debug/ | ||
| H A D | mi | 1.474 Wed Apr 09 15:51:45 GMT 2025 christos updates for new OpenSSH |
| /src/etc/ | ||
| H A D | Makefile | 1.474 Wed Jan 01 03:21:10 GMT 2025 mrg add pam.d to the subdir list, so an objdir is created for the temp files that pam.d/Makefile wants to do now days. |
| /src/share/man/man4/ | ||
| H A D | options.4 | 1.474 Wed Sep 13 22:24:42 GMT 2017 sevan Remove support for VERIFIED_EXEC_FP_RMD160, VERIFIED_EXEC_FP_SHA1, and VERIFIED_EXEC_FP_MD5 options. These algorithms are either broken or on their way to being broken. Discussed on tech-security http://mail-index.netbsd.org/tech-security/2017/08/21/msg000936.html ok riastradh |
| H A D | Makefile | 1.474 Sun Sep 21 10:25:07 GMT 2008 hannken Obsolete fssbs(4). The kernel thread is named fssN now. |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | cgram.y | 1.474 Thu Sep 14 22:20:08 GMT 2023 rillig lint: remove pseudo operators INC and DEC These operators were not used in expressions, they were only used as additional token info. Use a plain bool instead. No functional change. |
| H A D | tree.c | 1.474 Fri Jul 08 21:19:07 GMT 2022 rillig lint: fix edge cases in the query for redundant cast before assignment Casting from and to _Bool is only allowed outside strict bool mode. Outside strict bool mode, _Bool is an integer type, therefore return early if any of the operands has type _Bool. In strict bool mode, even casting from _Bool to _Bool is not allowed, as it is not needed in practice. Handle _Complex types before real floating-point types. Return early for _Complex types, as these are floating-point types as well. For pointer casts, not only flag casts to or from 'pointer to void', but also casts between the same types. In debug mode, when constructing the type '_Complex float', the type name of '_Complex' occurs in the debug log. Outside of debug mode, printing this type name is an error since this type keyword only occurs internally, when constructing a type. At that point, it is not supposed to occur in any user-visible message. |
| /src/sys/kern/ | ||
| H A D | init_main.c | 1.474 Fri Nov 20 18:34:17 GMT 2015 christos get rid of the suword {m,j}umbo and check return of copyout. |
| H A D | kern_exec.c | 1.474 Wed Jun 26 20:28:59 GMT 2019 maxv Remove useless debugging messages which achieved nothing but hiding bugs. |
| H A D | vfs_subr.c | 1.474 Sat Nov 16 10:05:44 GMT 2019 maxv Add a NULL check on the structure (same logic as my previous change in this file). For clarity, and to appease kUBSan. |
| /src/sys/net/ | ||
| H A D | if.c | 1.474 Sat Apr 18 15:56:26 GMT 2020 thorpej In _if_down(), release the link state change lock before calling workqueue_wait(). Add a comment explaining how the locking here works. PR kern/55018. |
| /src/sys/arch/amd64/conf/ | ||
| H A D | GENERIC | 1.474 Sat Dec 09 00:29:32 GMT 2017 riastradh Attach wsmouse at wsmousedev on x86 so modular mice have a hope. As noted on tech-kern: https://mail-index.NetBSD.org/tech-kern/2017/12/08/msg022708.html |
| /src/sys/dev/pci/ | ||
| H A D | pcidevs.h | 1.474 Fri Sep 20 15:03:22 GMT 2002 pooka regen |
| H A D | pcidevs_data.h | 1.474 Sat Oct 05 17:04:29 GMT 2002 kent regen |
| /src/usr.bin/make/ | ||
| H A D | job.c | 1.474 Sat May 25 21:34:38 GMT 2024 rillig make: replace magic numbers with POSIX FILENO constants No binary change. |
| /src/sys/arch/i386/i386/ | ||
| H A D | machdep.c | 1.474 Tue Jun 18 09:56:33 GMT 2002 tron Fix typo which caused a build failure for kernels with diagnostic checks. |
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.474 Tue May 26 08:04:11 GMT 2009 joerg Add SHA224 implementation to libc. Make libcrypto use the SHA2 implementation of libc. Bump minor versions of libc and libcrypto. |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.474 Sun Oct 22 21:34:42 GMT 2006 christos it is not called kcore anymore. |
Completed in 937 milliseconds