Searched hist:1.317 (Results 1 - 25 of 97) sorted by relevance
| /src/sys/arch/alpha/conf/ | ||
| H A D | GENERIC | 1.317 Tue Aug 21 02:48:14 GMT 2007 kiyohara branches: 1.317.2; 1.317.6; Add slhci at pcmcia. And reorder. 1.317 Tue Aug 21 02:48:14 GMT 2007 kiyohara branches: 1.317.2; 1.317.6; Add slhci at pcmcia. And reorder. 1.317 Tue Aug 21 02:48:14 GMT 2007 kiyohara branches: 1.317.2; 1.317.6; Add slhci at pcmcia. And reorder. |
| /src/sys/arch/sparc/sparc/ | ||
| H A D | pmap.c | 1.317 Mon Jul 16 16:36:06 GMT 2007 macallan branches: 1.317.8; 1.317.10; 1.317.12; turn pmap_phys_address() into a macro since all the function ever did was to cast its parameter to paddr_t and return it approved by mrg 1.317 Mon Jul 16 16:36:06 GMT 2007 macallan branches: 1.317.8; 1.317.10; 1.317.12; turn pmap_phys_address() into a macro since all the function ever did was to cast its parameter to paddr_t and return it approved by mrg 1.317 Mon Jul 16 16:36:06 GMT 2007 macallan branches: 1.317.8; 1.317.10; 1.317.12; turn pmap_phys_address() into a macro since all the function ever did was to cast its parameter to paddr_t and return it approved by mrg 1.317 Mon Jul 16 16:36:06 GMT 2007 macallan branches: 1.317.8; 1.317.10; 1.317.12; turn pmap_phys_address() into a macro since all the function ever did was to cast its parameter to paddr_t and return it approved by mrg |
| H A D | machdep.c | 1.317 Sun Feb 19 21:06:29 GMT 2012 rmind Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3! Approved by core@. |
| /src/distrib/sets/ | ||
| H A D | Makefile | 1.67 Thu Apr 23 09:37:03 GMT 2009 apb Clean up the handling of METALOG.sanitised: * Don't change METALOG in place while creating METALOG.sanitised in the sanitise_METALOG target. This makes it easier to manually inspect METALOG to find the order in which lines were added during a build. * Add a clean_METALOG target, to be invoked from src/Makefile early in the build, to prevent unbounded growth of METALOG during multiple MKUPDATE builds. * Remove the old hack of incorporating etc/mtree/NetBSD.dist into METALOG.sanitised. It was needed only during a short transition period when people might have done MKUPDATE builds starting from existing DESTDIR and OBJDIR trees that had been created before revision 1.317 of src/etc/Makefile. * Since etc/mtree/NetBSD.dist is no longer added, there's will not be any "optional" lines, so there's no need to filter them from METALOG.sanitised. * There's no need for two different METALOG.unpriv and METALOG.sanitised.unpriv variables; combine them into a single METALOG.unpriv variable whose value is "-M ${METALOG}.sanitised". * Reorder some lines in the Makefile, to bring related targets, variables and comments together. |
| /src/ | ||
| H A D | build.sh | 1.317 Mon Oct 02 15:40:00 GMT 2017 maya Add sanity check: passed -x but no xsrc directory |
| H A D | Makefile | 1.317 Thu Jan 14 02:51:25 GMT 2016 christos branches: 1.317.2; 1.317.4; fix direct reference to texinfo, bleh 1.317 Thu Jan 14 02:51:25 GMT 2016 christos branches: 1.317.2; 1.317.4; fix direct reference to texinfo, bleh 1.317 Thu Jan 14 02:51:25 GMT 2016 christos branches: 1.317.2; 1.317.4; fix direct reference to texinfo, bleh |
| H A D | UPDATING | 1.317 Sat Jan 09 20:51:08 GMT 2021 rillig UPDATING: lint1/ops.c may require OBJDIR to be cleaned https://mail-index.netbsd.org/source-changes-d/2021/01/09/msg013098.html |
| /src/sys/arch/i386/conf/ | ||
| H A D | INSTALL | 1.317 Thu Sep 06 10:24:18 GMT 2007 martti branches: 1.317.4; Fixed indentation (it should be <keyword><space><tab><name><tab><comment>). 1.317 Thu Sep 06 10:24:18 GMT 2007 martti branches: 1.317.4; Fixed indentation (it should be <keyword><space><tab><name><tab><comment>). |
| /src/sys/dev/scsipi/ | ||
| H A D | sd.c | 1.317 Mon Aug 24 23:13:15 GMT 2015 pooka branches: 1.317.2; would you like some freshly ground _KERNEL_OPT with that? yes? excellent choice, sir/madam. 1.317 Mon Aug 24 23:13:15 GMT 2015 pooka branches: 1.317.2; would you like some freshly ground _KERNEL_OPT with that? yes? excellent choice, sir/madam. |
| /src/sys/nfs/ | ||
| H A D | nfs_vnops.c | 1.317 Sat Sep 05 16:30:12 GMT 2020 riastradh branches: 1.317.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.317 Sat Sep 05 16:30:12 GMT 2020 riastradh branches: 1.317.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/share/misc/ | ||
| H A D | acronyms | 1.317 Fri Mar 28 13:31:13 GMT 2025 riastradh acronyms: BLUF: bottom line up front |
| H A D | acronyms.comp | 1.317 Thu Jan 21 17:53:05 GMT 2021 kamil Add PBX (private branch exchange) |
| /src/sys/kern/ | ||
| H A D | init_sysent.c | 1.317 Tue Dec 19 18:34:47 GMT 2017 kamil Drop SYS_sbrk sbrk - change data segment size This syscall is dummy since the inception of the project. Sponsored by <The NetBSD Foundation> |
| H A D | syscalls.c | 1.317 Wed Apr 22 21:25:17 GMT 2020 thorpej Regen for removal of _lwp_gettid(2). |
| H A D | kern_sig.c | 1.317 Sun Feb 19 21:06:53 GMT 2012 rmind branches: 1.317.2; Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3! Approved by core@. 1.317 Sun Feb 19 21:06:53 GMT 2012 rmind branches: 1.317.2; Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3! Approved by core@. |
| /src/doc/ | ||
| H A D | BRANCHES | 1.317 Fri Dec 02 16:37:43 GMT 2011 yamt yamt-pagecache: update |
| /src/sys/sys/ | ||
| H A D | syscall.h | 1.317 Thu Jun 11 03:45:30 GMT 2020 dholland Regen with new makesyscalls. (the large diff of rump_syscalls.h has been checked and was the point of the makesyscalls change) |
| H A D | proc.h | 1.317 Sun Jul 22 22:40:18 GMT 2012 rmind branches: 1.317.2; fork1: fix use-after-free problems. Addresses PR/46128 from Andrew Doran. Note: PL_PPWAIT should be fully replaced and modificaiton of l_pflag by other LWP is undesirable, but this is enough for netbsd-6. 1.317 Sun Jul 22 22:40:18 GMT 2012 rmind branches: 1.317.2; fork1: fix use-after-free problems. Addresses PR/46128 from Andrew Doran. Note: PL_PPWAIT should be fully replaced and modificaiton of l_pflag by other LWP is undesirable, but this is enough for netbsd-6. |
| /src/sys/arch/sparc64/sparc64/ | ||
| H A D | pmap.c | 1.317 Fri Jun 02 08:51:47 GMT 2023 andvar follow the steps of Andrew Doran (ad) commit and fix more s/loose/lose/ typos. also s/beyound/beyond/ and few others along the way, mainly in comments. |
| /src/sys/dev/ | ||
| H A D | DEVNAMES | 1.317 Sat Sep 22 16:22:23 GMT 2018 maxv Remove isic(4). It is part of ISDN, which we are now retiring. |
| /src/sys/arch/amiga/conf/ | ||
| H A D | GENERIC | 1.317 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 |
| /src/distrib/sets/lists/comp/ | ||
| H A D | shl.mi | 1.317 Tue Jun 26 21:01:33 GMT 2018 christos Add the lsan libraries |
| /src/distrib/sets/lists/debug/ | ||
| H A D | shl.mi | 1.317 Wed Aug 02 00:12:52 GMT 2023 martin Bump libc minor here too |
| /src/share/mk/ | ||
| H A D | bsd.prog.mk | 1.317 Wed Jul 25 23:34:25 GMT 2018 kamil Introduce MKLIBCSANITIZER in the share/mk rules Add flags that are required to build a program and a dynamically loaded library. Propagade LIBCSANITIZERFLAGS to CFLAGS and CXXFLAGS. LDFLAGS is not changed on purpose, as a libcsanitizer is inside libc and no external dependencies are needed. Register NOLIBCSANITIZER, as certain distribution parts will need to be skipped. |
| H A D | bsd.sys.mk | 1.317 Mon Jan 13 15:40:18 GMT 2025 riastradh Switch from -std=gnu99 to -std=gnu11 by default. This is needed for newer language syntax like u"foo" for UTF-16 string literals in UEFI. As proposed on tech-kern: https://mail-index.netbsd.org/tech-kern/2025/01/05/msg029919.html Some commentators requested -std=c11 instead of -std=gnu11, but that requires additional work -- some of it is a matter of providing asm and typeof as aliases for __asm__ and __typeof__, but there's other issues that need to be resolved too like PR toolchain/58969: use of alloca is warning, not error, with -std=c11. This is a smaller incremental change. PR toolchain/58962: clang build broken by C11 features with -std=gnu99 |
Completed in 385 milliseconds