Searched hist:1.380 (Results 1 - 25 of 62) sorted by relevance
| /src/sys/arch/macppc/conf/ | ||
| H A D | GENERIC | 1.380 Tue Apr 02 22:56:50 GMT 2024 charlotte branches: 1.380.2; Mention DKWEDGE_METHOD_TOS in several kernel config files 1.380 Tue Apr 02 22:56:50 GMT 2024 charlotte branches: 1.380.2; Mention DKWEDGE_METHOD_TOS in several kernel config files |
| /src/ | ||
| H A D | build.sh | 1.380 Fri Nov 29 16:55:24 GMT 2024 riastradh build.sh: Experimental new target pkg=CATEGORY/PACKAGE. Cross-builds a binary package of CATEGORY/PACKAGE from pkgsrc, bootstrapping pkgsrc as necessary for the cross-build. Requires pkgsrc, which can be specified by either: - setting PKGSRCDIR with -V or in the environment - having it at ./pkgsrc - having it at ../pkgsrc - having it at /usr/pkgsrc This isn't perfect -- it'd be better if we had some kind of manifest for the packages you want built and/or included in install images -- but I've been sitting on this for months; let's just give it a try and see where this goes. We can take it out again if the experiment turns out not to be fruitful. PR toolchain/58536: build.sh should support cross-building packages into images 1.380 Fri Nov 29 16:55:24 GMT 2024 riastradh build.sh: Experimental new target pkg=CATEGORY/PACKAGE. Cross-builds a binary package of CATEGORY/PACKAGE from pkgsrc, bootstrapping pkgsrc as necessary for the cross-build. Requires pkgsrc, which can be specified by either: - setting PKGSRCDIR with -V or in the environment - having it at ./pkgsrc - having it at ../pkgsrc - having it at /usr/pkgsrc This isn't perfect -- it'd be better if we had some kind of manifest for the packages you want built and/or included in install images -- but I've been sitting on this for months; let's just give it a try and see where this goes. We can take it out again if the experiment turns out not to be fruitful. PR toolchain/58536: build.sh should support cross-building packages into images |
| H A D | UPDATING | 1.380 Wed May 28 07:19:32 GMT 2025 martin Note update build problems from the $NM changes in tools. 1.380 Wed May 28 07:19:32 GMT 2025 martin Note update build problems from the $NM changes in tools. 1.380 Wed May 28 07:19:32 GMT 2025 martin Note update build problems from the $NM changes in tools. 1.380 Wed May 28 07:19:32 GMT 2025 martin Note update build problems from the $NM changes in tools. |
| /src/sys/arch/i386/conf/ | ||
| H A D | ALL | 1.380 Fri Jul 25 15:01:14 GMT 2014 dholland branches: 1.380.2; Fix description of DIAGNOSTIC in x86 kernels. 1.380 Fri Jul 25 15:01:14 GMT 2014 dholland branches: 1.380.2; Fix description of DIAGNOSTIC in x86 kernels. |
| H A D | files.i386 | 1.380 Sat Jul 29 06:29:31 GMT 2017 maxv Remove the remaining parts of compat_oldboot. |
| /src/usr.bin/make/ | ||
| H A D | suff.c | 1.380 Sun Jun 02 15:31:26 GMT 2024 rillig branches: 1.380.2; make: sync VarEvalMode constant names with their debug log names 1.380 Sun Jun 02 15:31:26 GMT 2024 rillig branches: 1.380.2; make: sync VarEvalMode constant names with their debug log names |
| /src/sys/arch/alpha/conf/ | ||
| H A D | GENERIC | 1.380 Mon May 14 21:11:39 GMT 2018 thorpej Fully specifiy the location of indirectly-configured I2C devices. In particular, the parent spec must not be wild-carded, as doing so doesn't work well on systems where more than one I2C bus is present. |
| /src/share/misc/ | ||
| H A D | acronyms.comp | 1.380 Mon Nov 20 21:16:41 GMT 2023 jschauma sort 1.380 Mon Nov 20 21:16:41 GMT 2023 jschauma sort 1.380 Mon Nov 20 21:16:41 GMT 2023 jschauma sort 1.380 Mon Nov 20 21:16:41 GMT 2023 jschauma sort |
| /src/distrib/sets/lists/debug/ | ||
| H A D | shl.mi | 1.380 Tue Dec 16 04:32:04 GMT 2025 riastradh openssh: Install libssh.so in /usr/lib/private. This way it doesn't get exposed to applications accidentally, and we don't need to worry about breaking ABI when updating openssh in base. PR lib/58648: private shared libraries should go in /usr/lib/private, not /usr/lib 1.380 Tue Dec 16 04:32:04 GMT 2025 riastradh openssh: Install libssh.so in /usr/lib/private. This way it doesn't get exposed to applications accidentally, and we don't need to worry about breaking ABI when updating openssh in base. PR lib/58648: private shared libraries should go in /usr/lib/private, not /usr/lib 1.380 Tue Dec 16 04:32:04 GMT 2025 riastradh openssh: Install libssh.so in /usr/lib/private. This way it doesn't get exposed to applications accidentally, and we don't need to worry about breaking ABI when updating openssh in base. PR lib/58648: private shared libraries should go in /usr/lib/private, not /usr/lib 1.380 Tue Dec 16 04:32:04 GMT 2025 riastradh openssh: Install libssh.so in /usr/lib/private. This way it doesn't get exposed to applications accidentally, and we don't need to worry about breaking ABI when updating openssh in base. PR lib/58648: private shared libraries should go in /usr/lib/private, not /usr/lib |
| /src/sys/kern/ | ||
| H A D | init_main.c | 1.380 Sun Jan 11 02:45:51 GMT 2009 christos branches: 1.380.2; merge christos-time_t 1.380 Sun Jan 11 02:45:51 GMT 2009 christos branches: 1.380.2; merge christos-time_t |
| /src/sys/ufs/lfs/ | ||
| H A D | lfs_vfsops.c | 1.380 Sat Sep 05 16:30:13 GMT 2020 riastradh branches: 1.380.6; Round of uvm.h cleanup. The poorly named uvm.h is generally supposed to be for uvm-internal users only. - Narrow it to files that actually need it -- mostly files that need to query whether curlwp is the pagedaemon, which should maybe be exposed by an external header. - Use uvm_extern.h where feasible and uvm_*.h for things not exposed by it. We should split up uvm_extern.h but this will serve for now to reduce the uvm.h dependencies. - Use uvm_stat.h and #ifdef UVMHIST uvm.h for files that use UVMHIST(ubchist), since ubchist is declared in uvm.h but the reference evaporates if UVMHIST is not defined, so we reduce header file dependencies. - Make uvm_device.h and uvm_swap.h independently includable while here. ok chs@ 1.380 Sat Sep 05 16:30:13 GMT 2020 riastradh branches: 1.380.6; Round of uvm.h cleanup. The poorly named uvm.h is generally supposed to be for uvm-internal users only. - Narrow it to files that actually need it -- mostly files that need to query whether curlwp is the pagedaemon, which should maybe be exposed by an external header. - Use uvm_extern.h where feasible and uvm_*.h for things not exposed by it. We should split up uvm_extern.h but this will serve for now to reduce the uvm.h dependencies. - Use uvm_stat.h and #ifdef UVMHIST uvm.h for files that use UVMHIST(ubchist), since ubchist is declared in uvm.h but the reference evaporates if UVMHIST is not defined, so we reduce header file dependencies. - Make uvm_device.h and uvm_swap.h independently includable while here. ok chs@ 1.380 Sat Sep 05 16:30:13 GMT 2020 riastradh branches: 1.380.6; Round of uvm.h cleanup. The poorly named uvm.h is generally supposed to be for uvm-internal users only. - Narrow it to files that actually need it -- mostly files that need to query whether curlwp is the pagedaemon, which should maybe be exposed by an external header. - Use uvm_extern.h where feasible and uvm_*.h for things not exposed by it. We should split up uvm_extern.h but this will serve for now to reduce the uvm.h dependencies. - Use uvm_stat.h and #ifdef UVMHIST uvm.h for files that use UVMHIST(ubchist), since ubchist is declared in uvm.h but the reference evaporates if UVMHIST is not defined, so we reduce header file dependencies. - Make uvm_device.h and uvm_swap.h independently includable while here. ok chs@ 1.380 Sat Sep 05 16:30:13 GMT 2020 riastradh branches: 1.380.6; Round of uvm.h cleanup. The poorly named uvm.h is generally supposed to be for uvm-internal users only. - Narrow it to files that actually need it -- mostly files that need to query whether curlwp is the pagedaemon, which should maybe be exposed by an external header. - Use uvm_extern.h where feasible and uvm_*.h for things not exposed by it. We should split up uvm_extern.h but this will serve for now to reduce the uvm.h dependencies. - Use uvm_stat.h and #ifdef UVMHIST uvm.h for files that use UVMHIST(ubchist), since ubchist is declared in uvm.h but the reference evaporates if UVMHIST is not defined, so we reduce header file dependencies. - Make uvm_device.h and uvm_swap.h independently includable while here. ok chs@ 1.380 Sat Sep 05 16:30:13 GMT 2020 riastradh branches: 1.380.6; Round of uvm.h cleanup. The poorly named uvm.h is generally supposed to be for uvm-internal users only. - Narrow it to files that actually need it -- mostly files that need to query whether curlwp is the pagedaemon, which should maybe be exposed by an external header. - Use uvm_extern.h where feasible and uvm_*.h for things not exposed by it. We should split up uvm_extern.h but this will serve for now to reduce the uvm.h dependencies. - Use uvm_stat.h and #ifdef UVMHIST uvm.h for files that use UVMHIST(ubchist), since ubchist is declared in uvm.h but the reference evaporates if UVMHIST is not defined, so we reduce header file dependencies. - Make uvm_device.h and uvm_swap.h independently includable while here. ok chs@ 1.380 Sat Sep 05 16:30:13 GMT 2020 riastradh branches: 1.380.6; Round of uvm.h cleanup. The poorly named uvm.h is generally supposed to be for uvm-internal users only. - Narrow it to files that actually need it -- mostly files that need to query whether curlwp is the pagedaemon, which should maybe be exposed by an external header. - Use uvm_extern.h where feasible and uvm_*.h for things not exposed by it. We should split up uvm_extern.h but this will serve for now to reduce the uvm.h dependencies. - Use uvm_stat.h and #ifdef UVMHIST uvm.h for files that use UVMHIST(ubchist), since ubchist is declared in uvm.h but the reference evaporates if UVMHIST is not defined, so we reduce header file dependencies. - Make uvm_device.h and uvm_swap.h independently includable while here. ok chs@ 1.380 Sat Sep 05 16:30:13 GMT 2020 riastradh branches: 1.380.6; Round of uvm.h cleanup. The poorly named uvm.h is generally supposed to be for uvm-internal users only. - Narrow it to files that actually need it -- mostly files that need to query whether curlwp is the pagedaemon, which should maybe be exposed by an external header. - Use uvm_extern.h where feasible and uvm_*.h for things not exposed by it. We should split up uvm_extern.h but this will serve for now to reduce the uvm.h dependencies. - Use uvm_stat.h and #ifdef UVMHIST uvm.h for files that use UVMHIST(ubchist), since ubchist is declared in uvm.h but the reference evaporates if UVMHIST is not defined, so we reduce header file dependencies. - Make uvm_device.h and uvm_swap.h independently includable while here. ok chs@ 1.380 Sat Sep 05 16:30:13 GMT 2020 riastradh branches: 1.380.6; Round of uvm.h cleanup. The poorly named uvm.h is generally supposed to be for uvm-internal users only. - Narrow it to files that actually need it -- mostly files that need to query whether curlwp is the pagedaemon, which should maybe be exposed by an external header. - Use uvm_extern.h where feasible and uvm_*.h for things not exposed by it. We should split up uvm_extern.h but this will serve for now to reduce the uvm.h dependencies. - Use uvm_stat.h and #ifdef UVMHIST uvm.h for files that use UVMHIST(ubchist), since ubchist is declared in uvm.h but the reference evaporates if UVMHIST is not defined, so we reduce header file dependencies. - Make uvm_device.h and uvm_swap.h independently includable while here. ok chs@ 1.380 Sat Sep 05 16:30:13 GMT 2020 riastradh branches: 1.380.6; Round of uvm.h cleanup. The poorly named uvm.h is generally supposed to be for uvm-internal users only. - Narrow it to files that actually need it -- mostly files that need to query whether curlwp is the pagedaemon, which should maybe be exposed by an external header. - Use uvm_extern.h where feasible and uvm_*.h for things not exposed by it. We should split up uvm_extern.h but this will serve for now to reduce the uvm.h dependencies. - Use uvm_stat.h and #ifdef UVMHIST uvm.h for files that use UVMHIST(ubchist), since ubchist is declared in uvm.h but the reference evaporates if UVMHIST is not defined, so we reduce header file dependencies. - Make uvm_device.h and uvm_swap.h independently includable while here. ok chs@ 1.380 Sat Sep 05 16:30:13 GMT 2020 riastradh branches: 1.380.6; Round of uvm.h cleanup. The poorly named uvm.h is generally supposed to be for uvm-internal users only. - Narrow it to files that actually need it -- mostly files that need to query whether curlwp is the pagedaemon, which should maybe be exposed by an external header. - Use uvm_extern.h where feasible and uvm_*.h for things not exposed by it. We should split up uvm_extern.h but this will serve for now to reduce the uvm.h dependencies. - Use uvm_stat.h and #ifdef UVMHIST uvm.h for files that use UVMHIST(ubchist), since ubchist is declared in uvm.h but the reference evaporates if UVMHIST is not defined, so we reduce header file dependencies. - Make uvm_device.h and uvm_swap.h independently includable while here. ok chs@ |
| /src/sys/ufs/ffs/ | ||
| H A D | ffs_vfsops.c | 1.380 Mon Jun 05 04:59:46 GMT 2023 rin Make DEBUG_FFS_MOUNT compile again (with 64-bit ino_t). |
| /src/sys/arch/sparc64/sparc64/ | ||
| H A D | locore.s | 1.380 Mon Mar 02 13:58:55 GMT 2015 nakayama PANICSTACK is a pointer itself, not a pointer to pointer. |
| /src/sys/dev/ata/ | ||
| H A D | wd.c | 1.380 Thu Dec 17 21:03:10 GMT 2009 bouyer ATA sepcs changed the LBA48 boundary from 0xfffffff to 0xffffffe between ATA6r1 and ATA6r3, which caused drives conform to ATA6r3 or later to reject LBA28 commands at sector 0xfffffff. Get the right idea from the LBA48 boundary from IDENTIFY words 60-61. Remove the WD_QUIRK_FORCE_LBA48 quirk, associated tables entries and autodetect code, it's not needed any more. Based on patch sent to teck-kern by Christoph Badura, use of words 60-61 instead of a constant for the LBA48 boundary by me. |
| /src/sys/arch/arm/arm32/ | ||
| H A D | pmap.c | 1.380 Sat Jan 18 14:40:04 GMT 2020 skrll Use 4K pages on ARM_MMU_EXTENDED platforms (all armv[67] except RPI) by creating a new pool l1ttpl for the userland L1 translation table which needs to be 8KB and 8KB aligned. Limit the pool to maxproc and add hooks to allow the sysctl changing of maxproc to adjust the pool. This comes at a 5% performance penalty for build.sh -j8 kernel on a Tegra TK1. |
| /src/distrib/notes/common/ | ||
| H A D | main | 1.380 Fri Dec 14 21:15:53 GMT 2007 pavel Update URLs after website reorganization. patch by OKANO Takayoshi, from PR 37070. |
| /src/etc/ | ||
| H A D | Makefile | 1.380 Fri Feb 05 09:44:23 GMT 2010 roy Move the emergancy terminfo database from /root to /rescue. |
| /src/share/man/man9/ | ||
| H A D | Makefile | 1.380 Sat Dec 27 19:32:57 GMT 2014 maxv Cleanup: - remove struct kmembuckets (dead) - correctly deadify MALLOC_XX - remove MALLOC_DEFINE_LIMIT and MALLOC_JUSTDEFINE_LIMIT (dead) - remove malloc_roundup(), malloc_type_setlimit(), MALLOC_DEFINE_LIMIT() and MALLOC_JUSTDEFINE_LIMIT() from man 9 malloc |
| /src/sys/dev/raidframe/ | ||
| H A D | rf_netbsdkintf.c | 1.380 Sun Mar 01 03:21:54 GMT 2020 riastradh Add a flag to dk_dump for virtual disk devices. If a disk is backed by a physical medium other than itself, such as cgd(4), then it passes DK_DUMP_RECURSIVE to disable the recursion detection for dk_dump. If, however, a device represents a physical medium on its own, such as wd(4), then it passes 0 instead. With this, I can now dump to dk on cgd on dk on wd. |
| /src/sys/dev/usb/ | ||
| H A D | usbdevs | 1.380 Thu Oct 21 21:00:31 GMT 2004 rjs Add definitions for Dell X3 and X30 PDAs. |
| H A D | usbdevs.h | 1.380 Wed Jul 07 21:31:24 GMT 2004 mycroft Regen. |
| H A D | usbdevs_data.h | 1.380 Sat Jun 05 08:40:10 GMT 2004 jdolecek regen: add Sitecom USB to serial cable info submitted in PR kern/25510 |
| /src/sys/dev/pci/ | ||
| H A D | if_bge.c | 1.380 Fri Aug 19 07:52:22 GMT 2022 skrll Make bge_detaching a bool. NFC. |
| H A D | files.pci | 1.380 Tue Jan 05 00:18:42 GMT 2016 msaitoh Add ismt(4). |
| /src/usr.bin/indent/ | ||
| H A D | indent.c | 1.380 Sat Jun 17 22:28:49 GMT 2023 rillig indent: miscellaneous cleanups No binary change. |
Completed in 1100 milliseconds