Searched hist:1.529 (Results 1 - 25 of 29) sorted by relevance
| /src/sys/net/ | ||
| H A D | if.c | 1.529 Fri Feb 24 11:02:45 GMT 2023 riastradh branches: 1.529.2; sys/net/if.c: Eliminate __HAVE_ATOMIC_AS_MEMBAR conditionals. Discussed on tech-kern: https://mail-index.netbsd.org/tech-kern/2023/02/23/msg028729.html 1.529 Fri Feb 24 11:02:45 GMT 2023 riastradh branches: 1.529.2; sys/net/if.c: Eliminate __HAVE_ATOMIC_AS_MEMBAR conditionals. Discussed on tech-kern: https://mail-index.netbsd.org/tech-kern/2023/02/23/msg028729.html |
| /src/sys/dev/pci/ | ||
| H A D | pcidevs.h | 1.531 Mon Apr 28 08:33:48 GMT 2003 haya Regenerate for pcidevs 1.529 and 1.530 changes. 1.529 Tue Apr 22 20:53:09 GMT 2003 fvdl Regenerated after AMD 8131 additions. |
| H A D | pcidevs_data.h | 1.529 Mon Apr 28 08:33:49 GMT 2003 haya Regenerate for pcidevs 1.529 and 1.530 changes. 1.529 Mon Apr 28 08:33:49 GMT 2003 haya Regenerate for pcidevs 1.529 and 1.530 changes. |
| /src/distrib/notes/common/ | ||
| H A D | main | 1.529 Wed May 18 16:36:53 GMT 2016 abhinav Add myself. |
| /src/share/man/man4/ | ||
| H A D | options.4 | 1.529 Sat May 11 06:50:23 GMT 2024 andvar s/boostrap/bootstrap/ in comment, warning message and documentation. |
| H A D | Makefile | 1.529 Sun Oct 24 08:57:57 GMT 2010 jruoho Link wmimsi(4) to acpiwmi(4). |
| /src/sys/dev/usb/ | ||
| H A D | usbdevs | 1.529 Sun Jun 28 10:45:24 GMT 2009 mbalmer Add some vendor/product IDs for radio clocks. |
| H A D | usbdevs.h | 1.529 Fri Oct 30 16:25:46 GMT 2009 is regenerate: Quirk to regenerate residue for borken UMASS devices; needed (at least) for Supertop IDE bridge. From Matthias Kretschmer, PR 42225. |
| H A D | usbdevs_data.h | 1.529 Mon Oct 12 22:29:16 GMT 2009 wiz regen |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | cgram.y | 1.529 Thu May 15 23:16:35 GMT 2025 rillig lint: fix build on 32-bit platforms |
| H A D | tree.c | 1.529 Sat Jun 24 08:11:12 GMT 2023 rillig lint: add query for comparing 'char' with plain integers |
| /src/sys/kern/ | ||
| H A D | init_main.c | 1.529 Thu Aug 27 14:01:36 GMT 2020 riastradh Move address hashing from init_main.c to kern_sysctl.c. This way rump gets it automatically. Make sure blake2s is in librumpkern.so, not just in librumpkern_crypto.so, for this to work. |
| H A D | kern_exec.c | 1.529 Wed Jul 09 11:43:48 GMT 2025 martin PR 59523: remove error handling for posix_spawn() close file actions, they are specified to be silently ignored. |
| /src/sys/arch/amd64/conf/ | ||
| H A D | GENERIC | 1.529 Sat Jun 15 06:40:34 GMT 2019 maxv Add KASAN_PANIC, an option to turn KASAN warning into kernel panics, requested by Siddharth. While here clarify a little. |
| /src/sys/arch/i386/i386/ | ||
| H A D | machdep.c | 1.529 Mon Aug 11 14:09:18 GMT 2003 drochner Fix stack location for VM86 processes in the !sigaltstack case. I doubt it makes much sense to use the VM's stack for this, but the old code was doubtless wrong because it potentially overwrote random user memory. (It might be a good idea to use the process' pre-vm86()-call stack, but atm the infrastructure for this is missing.) |
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.529 Mon Mar 29 18:15:32 GMT 2010 pooka +union and layerfs |
| H A D | mi | 1.529 Tue Feb 22 14:39:58 GMT 2005 peter Add MKIPFILTER; if set to no, don't build and install the ipf(4) programs, headers and LKM. Add MKPF; if set to no, don't build and install the pf(4) programs, headers, LKM and spamd. Both options default to yes, so nothing changed in the default build. Reviewed by lukem. |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.529 Wed May 23 15:42:57 GMT 2007 kleink tz{code,data}2007f out; tzdata2007f in. |
| /src/usr.bin/make/ | ||
| H A D | main.c | 1.529 Wed Feb 03 13:53:12 GMT 2021 rillig make: replace Global_AppendExpand with Global_Append All callers with a variable name that is guaranteed to not contain a dollar sign have been converted to call Global_Append instead of the previous Global_AppendExpand. After that, Global_AppendExpand was unused, therefore it was effectively just renamed. |
| H A D | parse.c | 1.529 Sat Jan 23 11:34:41 GMT 2021 rillig make(1): rename Dir_AddDir, reorder parameters of SearchPath_ToFlags |
| /src/sys/sys/ | ||
| H A D | param.h | 1.529 Thu Feb 23 03:48:20 GMT 2017 kamil Welcome to 7.99.62! New ptrace(2) operations: - PT_RESUME - PT_SUSPEND - PT_SETDBREGS - PT_GETDBREGS Sponsored by <The NetBSD Foundation> |
| /src/sys/arch/i386/conf/ | ||
| H A D | GENERIC | 1.529 Sat Dec 07 07:26:51 GMT 2002 jmc Rename the commented out fwscsi -> sbpscsi (names changed once code was committed) |
| /src/distrib/sets/lists/man/ | ||
| H A D | mi | 1.529 Sat Nov 23 11:24:03 GMT 2002 blymn Renamed verified exec fingerprint loader |
| /src/distrib/sets/lists/tests/ | ||
| H A D | mi | 1.529 Fri Mar 08 17:02:29 GMT 2013 martin Adapt to renamed test program |
| /src/share/mk/ | ||
| H A D | bsd.own.mk | 1.529 Sun Sep 21 02:12:25 GMT 2008 mrg add X11SRCDIR.xf86-video-nvxbox |
Completed in 1135 milliseconds