Searched hist:1.387 (Results 1 - 25 of 57) sorted by relevance
| /src/ | ||
| H A D | build.sh | 1.387 Mon Dec 23 01:51:13 GMT 2024 kre Make sure that local var=$expansion is properly quoted as local var="$exp" correcting some quotes incorrectly removed in the previous version, and adding some that should have been present but never were. This pointed out by riastradh@ -- thanks. Also, one addition which should have been the previous update's commit message - a couple of uses of subshells, where the only reason was to control shell operator precedence (which works, but is costly) were changed (in the previous rev) to use groups instead (ie: brace bracketing instead of parentheses). 1.387 Mon Dec 23 01:51:13 GMT 2024 kre Make sure that local var=$expansion is properly quoted as local var="$exp" correcting some quotes incorrectly removed in the previous version, and adding some that should have been present but never were. This pointed out by riastradh@ -- thanks. Also, one addition which should have been the previous update's commit message - a couple of uses of subshells, where the only reason was to control shell operator precedence (which works, but is costly) were changed (in the previous rev) to use groups instead (ie: brace bracketing instead of parentheses). |
| H A D | UPDATING | 1.387 Sun Nov 23 22:11:41 GMT 2025 riastradh libpthread: Link with -Wl,-z,nodelete. Can't safely unload libpthread because of the interaction with libc thread stubs. PR lib/59784: dlopening and dlclosing libpthread is broken 1.387 Sun Nov 23 22:11:41 GMT 2025 riastradh libpthread: Link with -Wl,-z,nodelete. Can't safely unload libpthread because of the interaction with libc thread stubs. PR lib/59784: dlopening and dlclosing libpthread is broken 1.387 Sun Nov 23 22:11:41 GMT 2025 riastradh libpthread: Link with -Wl,-z,nodelete. Can't safely unload libpthread because of the interaction with libc thread stubs. PR lib/59784: dlopening and dlclosing libpthread is broken |
| /src/sys/arch/alpha/conf/ | ||
| H A D | GENERIC | 1.387 Sun Jan 27 02:08:37 GMT 2019 pgoyette Merge the [pgoyette-compat] branch |
| /src/share/misc/ | ||
| H A D | acronyms.comp | 1.387 Tue Jan 23 15:58:17 GMT 2024 jschauma +HNDL harvest now, decrypt later 1.387 Tue Jan 23 15:58:17 GMT 2024 jschauma +HNDL harvest now, decrypt later 1.387 Tue Jan 23 15:58:17 GMT 2024 jschauma +HNDL harvest now, decrypt later 1.387 Tue Jan 23 15:58:17 GMT 2024 jschauma +HNDL harvest now, decrypt later |
| /src/sys/arch/sparc64/sparc64/ | ||
| H A D | locore.s | 1.387 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/ata/ | ||
| H A D | wd.c | 1.387 Sat Jul 30 04:42:03 GMT 2011 jakllsch Add some additional consistency checking paranoia with KASSERT. |
| /src/sys/arch/i386/conf/ | ||
| H A D | ALL | 1.387 Sat Oct 18 16:56:51 GMT 2014 uebayasi Install agp_* drivers where pchb(4) is installed except INSTALL_FLOPPY. XXX Config around agp(4) is done in quite wrong direction. "pchb <- (agpbus) <- agp <- agp_*" should be: "pchb <- (pcibus) <- agp_* <- (agpbus) <- agp" |
| H A D | files.i386 | 1.387 Tue Aug 15 08:51:38 GMT 2017 maxv Merge into x86/. |
| /src/sys/arch/arm/arm32/ | ||
| H A D | pmap.c | 1.387 Sun Feb 02 08:56:29 GMT 2020 skrll More KNF |
| /src/distrib/notes/common/ | ||
| H A D | main | 1.387 Sun Feb 03 02:35:43 GMT 2008 itohy Fix table. |
| /src/etc/ | ||
| H A D | Makefile | 1.387 Wed Feb 16 16:22:13 GMT 2011 uebayasi Install "obsolete" files only when necessary. |
| /src/share/man/man9/ | ||
| H A D | Makefile | 1.387 Thu May 14 00:08:44 GMT 2015 pgoyette Add new man page for devsw_attach() and friends. From Kamil Ritarowski with some editting by myself. |
| /src/sys/dev/raidframe/ | ||
| H A D | rf_netbsdkintf.c | 1.387 Fri Jul 31 20:34:38 GMT 2020 christos - don't overwrite existing error. - return the error not 0 if failing. |
| /src/sys/dev/usb/ | ||
| H A D | usbdevs | 1.387 Wed Oct 27 07:02:47 GMT 2004 augustss Add some products from FreeBSD. |
| H A D | usbdevs.h | 1.387 Sat Oct 23 14:17:36 GMT 2004 augustss Regen. |
| H A D | usbdevs_data.h | 1.387 Sat Oct 23 14:08:05 GMT 2004 augustss Regen. |
| /src/sys/dev/pci/ | ||
| H A D | if_bge.c | 1.387 Sun Sep 04 08:55:43 GMT 2022 skrll bge(4): Use BUS_DMA_WAITOK in ring initilization now that it's safe |
| H A D | files.pci | 1.387 Wed Mar 22 03:32:09 GMT 2017 knakahara make kernel config flag WM_EVENT_COUNTERS. suggested by msaitoh@n.o. |
| /src/usr.bin/indent/ | ||
| H A D | indent.c | 1.387 Tue Jun 27 04:41:23 GMT 2023 rillig indent: fix 'blank line above first statement in function body' |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | cgram.y | 1.387 Tue Mar 01 00:17:12 GMT 2022 rillig lint: add debug logging for symbols and the symbol table This logging is not active by default, the functions debug_sym and debug_symtab can be called as needed during a debug session. |
| H A D | decl.c | 1.387 Sat Jan 20 10:02:31 GMT 2024 rillig lint: add query for const automatic variables |
| /src/sys/netinet/ | ||
| H A D | ip_input.c | 1.387 Thu Nov 15 10:23:56 GMT 2018 maxv Remove the 't' argument from m_tag_find(). |
| /src/usr.bin/make/ | ||
| H A D | make.1 | 1.387 Wed Jul 02 17:11:56 GMT 2025 rillig make: shorten diagnostic for invalid -J option In the manual page, there's more space to properly explain the complexity behind the warning. |
| /src/sys/dev/ic/ | ||
| H A D | com.c | 1.387 Sun Feb 09 10:27:29 GMT 2025 skrll Trailing whitespace 1.387 Sun Feb 09 10:27:29 GMT 2025 skrll Trailing whitespace |
| /src/sys/kern/ | ||
| H A D | kern_sig.c | 1.387 Mon Apr 06 08:20:05 GMT 2020 kamil Reintroduce struct proc::p_oppid Relying on p_opptr is not safe as there is a race between: - spawner giving a birth to a child process and being killed - spawnee accessng p_opptr and reporting TRAP_CHLD PR kern/54786 by Andreas Gustafsson 1.387 Mon Apr 06 08:20:05 GMT 2020 kamil Reintroduce struct proc::p_oppid Relying on p_opptr is not safe as there is a race between: - spawner giving a birth to a child process and being killed - spawnee accessng p_opptr and reporting TRAP_CHLD PR kern/54786 by Andreas Gustafsson |
Completed in 948 milliseconds