Searched hist:1.380 (Results 1 - 25 of 61) sorted by relevance
| /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 |
| 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. |
| /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/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@ |
| /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 |
| /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 |
| H A D | kern_sig.c | 1.380 Thu Nov 21 18:17:36 GMT 2019 ad - lwp_need_userret(): only do it if ONPROC and !curlwp, and explain why. - Use signotify() in a couple more places. |
| /src/sys/sys/ | ||
| H A D | param.h | 1.380 Tue Jan 18 21:45:28 GMT 2011 matt branches: 1.380.2; Welcome to 5.99.44 1.380 Tue Jan 18 21:45:28 GMT 2011 matt branches: 1.380.2; Welcome to 5.99.44 |
| /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/uvm/ | ||
| H A D | uvm_map.c | 1.380 Sat Apr 18 17:22:26 GMT 2020 riastradh Fix trailing whitespace. |
| /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/dev/ic/ | ||
| H A D | com.c | 1.380 Sat Dec 03 11:28:38 GMT 2022 skrll KNF a comment |
| /src/sys/arch/alpha/alpha/ | ||
| H A D | machdep.c | 1.380 Sun Mar 16 15:34:59 GMT 2025 riastradh Clear trapframe on exec. Do this for all architectures, even if the trapframe is fully initialized -- makes it easier to audit and be confident it's correct, and most likely (with the exception of sh3 which has an intermediate call to ufetch_int in the middle) the compiler can eliminate redundant stores in these routines. PR kern/59084: exec/spawn leaks register content |
| /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/distrib/sets/lists/debug/ | ||
| H A D | mi | 1.380 Wed May 25 21:25:46 GMT 2022 nia mk: Rename the MKMBONE option to MKMROUTING for greater accuracy and to match the related kernel config option. |
| /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/share/mk/ | ||
| H A D | bsd.README | 1.380 Wed Jul 25 19:15:19 GMT 2018 kamil Document the default value of MKSANITIZER in bsd.README This value is set to "no". |
| H A D | bsd.lib.mk | 1.380 Tue Aug 27 22:48:54 GMT 2019 kamil Enhance the support of LLVM sanitizers Define _REENTRANT for MKSANITIZER build. This is needed for at least stdio code. This caused new build issued with duplicated symbols in few places and rump kernel code picking different code paths borrowed from libc. Handle all this in one go. Add bsd.sanitizer.mk to share common code used by programs and libraries. Switch from realall to beforeinstall target in .syms files. This is more reliable in MKSANITIZER. |
Completed in 555 milliseconds