Searched hist:1.339 (Results 1 - 25 of 83) sorted by relevance
| /src/doc/ | ||
| H A D | BRANCHES | 1.339 Wed Apr 26 07:51:23 GMT 2017 pgoyette branches: 1.339.2; Abandon pgoyette-localcount branch due to unrecoverable CVS "pilot errors". Work will be salvaged and reappear on a new branch, soon. 1.339 Wed Apr 26 07:51:23 GMT 2017 pgoyette branches: 1.339.2; Abandon pgoyette-localcount branch due to unrecoverable CVS "pilot errors". Work will be salvaged and reappear on a new branch, soon. |
| /src/ | ||
| H A D | build.sh | 1.339 Sun May 24 04:55:53 GMT 2020 rin Add missing MACHINE_ARCH=earmv5hf{,eb} for evbarm. |
| H A D | UPDATING | 1.339 Sun Jun 04 16:14:59 GMT 2023 martin Note kernel build lossage in an unsupported build configuration |
| /src/sys/arch/sparc/sparc/ | ||
| H A D | pmap.c | 1.339 Sun Dec 20 03:48:30 GMT 2009 mrg branches: 1.339.2; 1.339.4; fix the previous to compile !MULTIPROCESSOR. 1.339 Sun Dec 20 03:48:30 GMT 2009 mrg branches: 1.339.2; 1.339.4; fix the previous to compile !MULTIPROCESSOR. 1.339 Sun Dec 20 03:48:30 GMT 2009 mrg branches: 1.339.2; 1.339.4; fix the previous to compile !MULTIPROCESSOR. |
| H A D | machdep.c | 1.339 Tue Jul 26 20:08:56 GMT 2022 andvar s/functin/function/ in copy pasted comment. |
| /src/sys/kern/ | ||
| H A D | init_sysent.c | 1.339 Mon Nov 01 05:26:27 GMT 2021 thorpej regen for "struct sigaltstack" -> "stack_t" |
| H A D | kern_sig.c | 1.339 Thu Dec 07 19:49:43 GMT 2017 christos branches: 1.339.2; - Reset ignored or masked traps to avoid infinite loops - If sigpost fails don't add an SDT_PROBE ok (and author) chuq 1.339 Thu Dec 07 19:49:43 GMT 2017 christos branches: 1.339.2; - Reset ignored or masked traps to avoid infinite loops - If sigpost fails don't add an SDT_PROBE ok (and author) chuq |
| H A D | kern_exec.c | 1.339 Sun Feb 12 20:11:03 GMT 2012 martin branches: 1.339.2; Fix SDT_PROBE macro argument overlooked in argument renaming, noted by <chs> 1.339 Sun Feb 12 20:11:03 GMT 2012 martin branches: 1.339.2; Fix SDT_PROBE macro argument overlooked in argument renaming, noted by <chs> |
| /src/sys/ufs/ffs/ | ||
| H A D | ffs_vfsops.c | 1.339 Sun Jun 19 22:41:31 GMT 2016 christos branches: 1.339.2; Relax the dup alloc tests to not include the on-disk data for ffsv2, since nothing checks that the lazy-initialized inodes are correct and if they happen to get corrupted, there is no way to fix them. 1.339 Sun Jun 19 22:41:31 GMT 2016 christos branches: 1.339.2; Relax the dup alloc tests to not include the on-disk data for ffsv2, since nothing checks that the lazy-initialized inodes are correct and if they happen to get corrupted, there is no way to fix them. |
| /src/sys/dev/ic/ | ||
| H A D | com.c | 1.339 Fri May 27 20:01:49 GMT 2016 bouyer branches: 1.339.10; The UART in the allwiner SoCs is not full-compatible with the 16550, and it's not a 16750 either. Like the 16750 it has the IIR_BUSY interrupt, which is triggered when writing to LCR while the chip can't accept it. But unlike the 16750, it has a specific register, HALT, to allow writing to the LCR and divisor registers, and then commit the changes. Tested on an A20 SoC, changing the baud rate while keeping the tty device open and incoming data. 1.339 Fri May 27 20:01:49 GMT 2016 bouyer branches: 1.339.10; The UART in the allwiner SoCs is not full-compatible with the 16550, and it's not a 16750 either. Like the 16750 it has the IIR_BUSY interrupt, which is triggered when writing to LCR while the chip can't accept it. But unlike the 16750, it has a specific register, HALT, to allow writing to the LCR and divisor registers, and then commit the changes. Tested on an A20 SoC, changing the baud rate while keeping the tty device open and incoming data. |
| /src/sys/dev/scsipi/ | ||
| H A D | cd.c | 1.339 Thu Jan 05 16:35:33 GMT 2017 mlelstv branches: 1.339.2; Fix memory leak. Found by maxv@ 1.339 Thu Jan 05 16:35:33 GMT 2017 mlelstv branches: 1.339.2; Fix memory leak. Found by maxv@ |
| H A D | sd.c | 1.339 Thu Feb 27 15:23:44 GMT 2025 jakllsch whitespace fixes |
| /src/usr.bin/make/ | ||
| H A D | make.h | 1.339 Sat Jun 15 20:02:45 GMT 2024 rillig branches: 1.339.2; make: clean up collection of context information for error messages 1.339 Sat Jun 15 20:02:45 GMT 2024 rillig branches: 1.339.2; make: clean up collection of context information for error messages |
| /src/sys/rump/librump/rumpkern/ | ||
| H A D | rump.c | 1.339 Thu Jan 02 15:42:27 GMT 2020 thorpej branches: 1.339.2; - Eliminate the global "boottime" variable, which was being accessed without any synchronization against changes by e.g. clock_settime(). - Replace with new getbinboottime() / getnanoboottime() / getmicroboottime() functions (naming mirrors that of other time access functions in kern_tc.c). It returns the (maybe-converted) value of timebasebin, which also tracks our estimate of when the system was booted (i.e. the legacy "boottime" was redundant). XXX There needs to be a lockless synchronization mechanism for reading timebasebin, but this is a problem in kern_tc.c that pre-existed these "boottime" changes. At least now the problem is centralized in one location. 1.339 Thu Jan 02 15:42:27 GMT 2020 thorpej branches: 1.339.2; - Eliminate the global "boottime" variable, which was being accessed without any synchronization against changes by e.g. clock_settime(). - Replace with new getbinboottime() / getnanoboottime() / getmicroboottime() functions (naming mirrors that of other time access functions in kern_tc.c). It returns the (maybe-converted) value of timebasebin, which also tracks our estimate of when the system was booted (i.e. the legacy "boottime" was redundant). XXX There needs to be a lockless synchronization mechanism for reading timebasebin, but this is a problem in kern_tc.c that pre-existed these "boottime" changes. At least now the problem is centralized in one location. |
| /src/sys/arch/alpha/conf/ | ||
| H A D | GENERIC | 1.339 Sun Mar 06 17:08:18 GMT 2011 bouyer merge the bouyer-quota2 branch. This adds a new on-disk format to store disk quota usage and limits, integrated with ffs metadata. Usage is checked by fsck_ffs (no more quotacheck) and is covered by the WAPBL journal. Enabled with kernel option QUOTA2 (added where QUOTA was enabled in kernel config files), turned on with tunefs(8) on a per-filesystem basis. mount_mfs(8) can also turn quotas on. See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html for details. |
| /src/sys/arch/amiga/conf/ | ||
| H A D | GENERIC | 1.339 Mon Jan 29 18:27:10 GMT 2024 christos PR/57889: Ricardo Branco: ext2fs does not have user immutable and append file flags, only system ones. Restrict those to the superuser. Before the behavior was controlled by EXT2FS_SYSTEM_FLAGS. Make that behavior the default. |
| /src/distrib/sets/lists/comp/ | ||
| H A D | shl.mi | 1.339 Thu Aug 27 15:32:00 GMT 2020 riastradh Sort and deduplicate set lists. |
| /src/distrib/sets/lists/debug/ | ||
| H A D | shl.mi | 1.339 Fri Apr 05 01:15:59 GMT 2024 christos - Create 3 new variables: MAKELINKLIB that follows MKLINKLIB but can be overwritten by Makefiles MAKESTATICLIB that follows MKSTATICLIB but can be overwritten by Makefiles LINKINSTALL that follows MAKELINKLIB but can be overwritten by Makefiles These give enough control to the module Makefiles so that they don't need to override the default library install rules which break the debug sets. - Remove /usr/libexec/named which duplicated /usr/lib/named |
| /src/share/misc/ | ||
| H A D | acronyms.comp | 1.339 Tue Feb 28 20:42:55 GMT 2023 fcambus Add DWARF (Debugging With Attributed Record Formats). |
| /src/share/mk/ | ||
| H A D | bsd.prog.mk | 1.339 Mon Aug 23 22:13:27 GMT 2021 mrg define variables for the libxcb-* libraries. |
| /src/sys/arch/macppc/conf/ | ||
| H A D | GENERIC | 1.339 Tue Jan 23 14:47:55 GMT 2018 sevan Alternate buffer queue strategies no longer considered experimental, update description. Discussed on tech-kern http://mail-index.netbsd.org/tech-kern/2018/01/21/msg023002.html |
| /src/tests/lib/libc/sys/ | ||
| H A D | t_ptrace_wait.c | 1.12 Sun Dec 10 14:09:42 GMT 2017 christos Remove expected failure (fixed in kern_sig.c 1.339) |
| /src/sys/ufs/lfs/ | ||
| H A D | lfs_vfsops.c | 1.339 Wed Aug 12 18:27:01 GMT 2015 dholland Provide 32-bit and 64-bit versions of FINFO. This also entailed sorting out part of struct segment, as that contains a pointer into the current FINFO data. |
| H A D | lfs_vnops.c | 1.339 Sun Jul 18 23:57:15 GMT 2021 dholland Abolish all the silly indirection macros for initializing vnode ops tables. These are things of the form #define foofs_op genfs_op, or #define foofs_op genfs_eopnotsupp, or similar. They serve no purpose besides obfuscation, and have gotten cutpasted all over everywhere. |
| /src/sys/uvm/ | ||
| H A D | uvm_map.c | 1.339 Sat Jun 18 14:56:03 GMT 2016 martin Change two KASSERT to KASSERTMSG to provide better diagnostics. |
Completed in 414 milliseconds