Searched hist:1.328 (Results 1 - 25 of 91) sorted by relevance
| /src/tests/usr.bin/xlint/lint1/ | ||
| H A D | decl_struct_member.c | 1.12 Sun Sep 05 11:42:32 GMT 2021 rillig tests/lint: document the fixed assertion failure for struct The change to cgram.y 1.328 from 2021-07-15 didn't fix the crash on purpose, it was merely a side effect. The grammar rule that probably fixed this was that the error handling now skips to the next T_SEMI, which it didn't do before. |
| /src/sys/arch/sparc/sparc/ | ||
| H A D | machdep.c | 1.328 Sat Dec 10 10:41:07 GMT 2016 mrg branches: 1.328.6; 1.328.16; rearrange slightly to enable crash(8) to build. 1.328 Sat Dec 10 10:41:07 GMT 2016 mrg branches: 1.328.6; 1.328.16; rearrange slightly to enable crash(8) to build. 1.328 Sat Dec 10 10:41:07 GMT 2016 mrg branches: 1.328.6; 1.328.16; rearrange slightly to enable crash(8) to build. |
| /src/sys/kern/ | ||
| H A D | init_sysent.c | 1.328 Sat Apr 04 20:27:27 GMT 2020 thorpej branches: 1.328.2; Regen for _lwp_gettid(2). 1.328 Sat Apr 04 20:27:27 GMT 2020 thorpej branches: 1.328.2; Regen for _lwp_gettid(2). |
| H A D | syscalls.c | 1.328 Mon Jul 10 02:37:05 GMT 2023 christos Regen |
| H A D | kern_synch.c | 1.328 Tue Dec 03 05:07:48 GMT 2019 riastradh Rip out pserialize(9) logic now that the RCU patent has expired. pserialize_perform() is now basically just xc_barrier(XC_HIGHPRI). No more tentacles throughout the scheduler. Simplify the psz read count for diagnostic assertions by putting it unconditionally into cpu_info. From rmind@, tidied up by me. |
| /src/sys/dev/scsipi/ | ||
| H A D | sd.c | 1.328 Sun Mar 01 03:21:54 GMT 2020 riastradh branches: 1.328.4; 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. 1.328 Sun Mar 01 03:21:54 GMT 2020 riastradh branches: 1.328.4; 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 | ohci.c | 1.328 Sun Apr 28 08:55:03 GMT 2024 skrll branches: 1.328.2; Fix some usb_syncmem calls and add some missing ones. 1.328 Sun Apr 28 08:55:03 GMT 2024 skrll branches: 1.328.2; Fix some usb_syncmem calls and add some missing ones. |
| /src/ | ||
| H A D | build.sh | 1.328 Thu Aug 09 08:30:29 GMT 2018 christos Add some aliases (from phone) 1.328 Thu Aug 09 08:30:29 GMT 2018 christos Add some aliases (from phone) |
| H A D | UPDATING | 1.328 Tue Jun 28 08:03:49 GMT 2022 martin Note that src/games/robots now nees a clean rebuild. 1.328 Tue Jun 28 08:03:49 GMT 2022 martin Note that src/games/robots now nees a clean rebuild. 1.328 Tue Jun 28 08:03:49 GMT 2022 martin Note that src/games/robots now nees a clean rebuild. 1.328 Tue Jun 28 08:03:49 GMT 2022 martin Note that src/games/robots now nees a clean rebuild. |
| /src/sys/arch/alpha/alpha/ | ||
| H A D | machdep.c | 1.328 Wed Nov 10 09:27:21 GMT 2010 uebayasi branches: 1.328.2; 1.328.4; Use more VM_PHYSMEM_*() accessors. No functional changes. 1.328 Wed Nov 10 09:27:21 GMT 2010 uebayasi branches: 1.328.2; 1.328.4; Use more VM_PHYSMEM_*() accessors. No functional changes. 1.328 Wed Nov 10 09:27:21 GMT 2010 uebayasi branches: 1.328.2; 1.328.4; Use more VM_PHYSMEM_*() accessors. No functional changes. 1.328 Wed Nov 10 09:27:21 GMT 2010 uebayasi branches: 1.328.2; 1.328.4; Use more VM_PHYSMEM_*() accessors. No functional changes. 1.328 Wed Nov 10 09:27:21 GMT 2010 uebayasi branches: 1.328.2; 1.328.4; Use more VM_PHYSMEM_*() accessors. No functional changes. 1.328 Wed Nov 10 09:27:21 GMT 2010 uebayasi branches: 1.328.2; 1.328.4; Use more VM_PHYSMEM_*() accessors. No functional changes. |
| /src/doc/ | ||
| H A D | BRANCHES | 1.328 Tue Mar 26 02:05:48 GMT 2013 agc Describe the agc-symver branch |
| /src/sys/sys/ | ||
| H A D | syscall.h | 1.328 Sat Oct 05 18:06:41 GMT 2024 mlelstv regen |
| /src/sys/uvm/ | ||
| H A D | uvm_map.c | 1.328 Wed Mar 05 05:35:55 GMT 2014 matt branches: 1.328.2; Use UVMHIST_INITIALIZER (KERNHIST_INITIALIZER) to statically initialize maphist. This allows maphist to used very very early in boot well before uvm has been initialized. 1.328 Wed Mar 05 05:35:55 GMT 2014 matt branches: 1.328.2; Use UVMHIST_INITIALIZER (KERNHIST_INITIALIZER) to statically initialize maphist. This allows maphist to used very very early in boot well before uvm has been initialized. 1.328 Wed Mar 05 05:35:55 GMT 2014 matt branches: 1.328.2; Use UVMHIST_INITIALIZER (KERNHIST_INITIALIZER) to statically initialize maphist. This allows maphist to used very very early in boot well before uvm has been initialized. 1.328 Wed Mar 05 05:35:55 GMT 2014 matt branches: 1.328.2; Use UVMHIST_INITIALIZER (KERNHIST_INITIALIZER) to statically initialize maphist. This allows maphist to used very very early in boot well before uvm has been initialized. 1.328 Wed Mar 05 05:35:55 GMT 2014 matt branches: 1.328.2; Use UVMHIST_INITIALIZER (KERNHIST_INITIALIZER) to statically initialize maphist. This allows maphist to used very very early in boot well before uvm has been initialized. 1.328 Wed Mar 05 05:35:55 GMT 2014 matt branches: 1.328.2; Use UVMHIST_INITIALIZER (KERNHIST_INITIALIZER) to statically initialize maphist. This allows maphist to used very very early in boot well before uvm has been initialized. |
| /src/sys/dev/ | ||
| H A D | DEVNAMES | 1.328 Sat May 16 13:46:12 GMT 2020 maya Remove uyap, USB YAP phone firmware loader. And the associated ezload EZ-USB code, which is only used by uyap. It could theoretically be used by other drivers, but none of them are in tree. I suspect that this device isn't in use, as phone technology has improved a lot since 2001 when uyap(4) was added to the tree. Proposed with no objections on netbsd-users on 13 April 2020 1.328 Sat May 16 13:46:12 GMT 2020 maya Remove uyap, USB YAP phone firmware loader. And the associated ezload EZ-USB code, which is only used by uyap. It could theoretically be used by other drivers, but none of them are in tree. I suspect that this device isn't in use, as phone technology has improved a lot since 2001 when uyap(4) was added to the tree. Proposed with no objections on netbsd-users on 13 April 2020 |
| /src/sys/arch/i386/conf/ | ||
| H A D | INSTALL | 1.328 Thu Feb 10 16:49:19 GMT 2011 jym For i386, include MONOLITHIC for INSTALL rather than GENERIC. While here, remove drm drivers, we don't need them for install. i386 GENERIC has FFS and ELF support compiled as modules, so we hit an interesting "chicken-egg" situation when the kernel attempts to mount a ffs ramdisk, while the module might be contained inside... the ramdisk. Interesting scenario: my netbsd-INSTALL.gz testing involved a QEMU image which already contained an installed system, including modules. So the bootloader was able to get the ffs.kmod, and lead to a successful mount of the ramdisk. Caught off-guard by gson@ automated builds... Erf. My fondest apologies. Lesson learnt. Hopefully, this will unbreak the floppy install. Waiting for the release build to finish... |
| /src/sys/arch/alpha/conf/ | ||
| H A D | GENERIC | 1.328 Sat Jan 24 05:06:05 GMT 2009 mrg add COMPAT_50 to all the configs with COMPAT_40. |
| /src/sys/arch/amiga/conf/ | ||
| H A D | GENERIC | 1.328 Sat Aug 01 08:20:47 GMT 2020 maxv Remove references to BRIDGE_IPF, it is now compiled in by default. |
| /src/sys/arch/macppc/conf/ | ||
| H A D | GENERIC | 1.328 Sun Feb 26 00:03:14 GMT 2017 rin Add DKWEDGE_METHOD_RDB option, which is enabled for x86, commented out for other platforms by default. |
| /src/share/misc/ | ||
| H A D | acronyms.comp | 1.328 Mon Dec 05 15:00:19 GMT 2022 jschauma +CSPM - cloud security posture management 1.328 Mon Dec 05 15:00:19 GMT 2022 jschauma +CSPM - cloud security posture management 1.328 Mon Dec 05 15:00:19 GMT 2022 jschauma +CSPM - cloud security posture management 1.328 Mon Dec 05 15:00:19 GMT 2022 jschauma +CSPM - cloud security posture management |
| /src/distrib/sets/lists/comp/ | ||
| H A D | shl.mi | 1.328 Sat Apr 04 09:57:13 GMT 2020 mlelstv conditionally list library versions for binutils 2.31 and 2.34 1.328 Sat Apr 04 09:57:13 GMT 2020 mlelstv conditionally list library versions for binutils 2.31 and 2.34 1.328 Sat Apr 04 09:57:13 GMT 2020 mlelstv conditionally list library versions for binutils 2.31 and 2.34 1.328 Sat Apr 04 09:57:13 GMT 2020 mlelstv conditionally list library versions for binutils 2.31 and 2.34 |
| /src/distrib/sets/lists/debug/ | ||
| H A D | shl.mi | 1.328 Mon Sep 04 18:30:26 GMT 2023 riastradh base, debug: Remove obsolete entries for older libfido2. The shared libraries need to stay around for applications on upgrade (and the debug data should be kept too if the shared libraries are kept). 1.328 Mon Sep 04 18:30:26 GMT 2023 riastradh base, debug: Remove obsolete entries for older libfido2. The shared libraries need to stay around for applications on upgrade (and the debug data should be kept too if the shared libraries are kept). 1.328 Mon Sep 04 18:30:26 GMT 2023 riastradh base, debug: Remove obsolete entries for older libfido2. The shared libraries need to stay around for applications on upgrade (and the debug data should be kept too if the shared libraries are kept). 1.328 Mon Sep 04 18:30:26 GMT 2023 riastradh base, debug: Remove obsolete entries for older libfido2. The shared libraries need to stay around for applications on upgrade (and the debug data should be kept too if the shared libraries are kept). 1.328 Mon Sep 04 18:30:26 GMT 2023 riastradh base, debug: Remove obsolete entries for older libfido2. The shared libraries need to stay around for applications on upgrade (and the debug data should be kept too if the shared libraries are kept). 1.328 Mon Sep 04 18:30:26 GMT 2023 riastradh base, debug: Remove obsolete entries for older libfido2. The shared libraries need to stay around for applications on upgrade (and the debug data should be kept too if the shared libraries are kept). |
| /src/usr.bin/make/unit-tests/ | ||
| H A D | Makefile | 1.328 Thu Jan 19 19:55:27 GMT 2023 rillig tests/make: add tests for whitespace in leading '@+-' 1.328 Thu Jan 19 19:55:27 GMT 2023 rillig tests/make: add tests for whitespace in leading '@+-' |
| /src/sys/ufs/ffs/ | ||
| H A D | ffs_vfsops.c | 1.328 Sat Apr 04 06:00:12 GMT 2015 maxv ffs_superblock_validate(): ensure fs_ncg!=0 and fs_maxbpg!=0 to prevent several divisions by zero. |
| /src/sys/net/ | ||
| H A D | if_ethersubr.c | 1.328 Sat Sep 28 09:01:37 GMT 2024 mlelstv comment, whitespace. |
| /src/sys/arch/sparc64/sparc64/ | ||
| H A D | locore.s | 1.328 Sat Mar 20 23:31:30 GMT 2010 chs fix copy{in,out}{,str}() to return the error returned by uvm_fault(). fixes PR 41813. |
Completed in 970 milliseconds