Searched hist:1.295 (Results 1 - 25 of 124) sorted by relevance
| /src/sys/dev/pci/ | ||
| H A D | files.pci | 1.295 Sat Jul 28 10:51:57 GMT 2007 kiyohara branches: 1.295.4; 1.295.6; 1.295.10; 1.295.12; 1.295.14; Add support for Intel ICH SMBus controller. 1.295 Sat Jul 28 10:51:57 GMT 2007 kiyohara branches: 1.295.4; 1.295.6; 1.295.10; 1.295.12; 1.295.14; Add support for Intel ICH SMBus controller. 1.295 Sat Jul 28 10:51:57 GMT 2007 kiyohara branches: 1.295.4; 1.295.6; 1.295.10; 1.295.12; 1.295.14; Add support for Intel ICH SMBus controller. 1.295 Sat Jul 28 10:51:57 GMT 2007 kiyohara branches: 1.295.4; 1.295.6; 1.295.10; 1.295.12; 1.295.14; Add support for Intel ICH SMBus controller. 1.295 Sat Jul 28 10:51:57 GMT 2007 kiyohara branches: 1.295.4; 1.295.6; 1.295.10; 1.295.12; 1.295.14; Add support for Intel ICH SMBus controller. 1.295 Sat Jul 28 10:51:57 GMT 2007 kiyohara branches: 1.295.4; 1.295.6; 1.295.10; 1.295.12; 1.295.14; Add support for Intel ICH SMBus controller. |
| /src/sys/conf/ | ||
| H A D | Makefile.kern.inc | 1.295 Sat Aug 27 20:37:49 GMT 2022 rillig branches: 1.295.4; sys: document how to run lint on the kernel code (experimental) 1.295 Sat Aug 27 20:37:49 GMT 2022 rillig branches: 1.295.4; sys: document how to run lint on the kernel code (experimental) |
| /src/sys/arch/i386/i386/ | ||
| H A D | trap.c | 1.295 Wed May 16 16:33:23 GMT 2018 maxv branches: 1.295.2; Fix compilation on Xen. 1.295 Wed May 16 16:33:23 GMT 2018 maxv branches: 1.295.2; Fix compilation on Xen. |
| /src/sys/dev/scsipi/ | ||
| H A D | sd.c | 1.295 Fri Nov 25 00:39:56 GMT 2011 joerg branches: 1.295.2; Replace memset with incorrect size argument with M_ZERO. 1.295 Fri Nov 25 00:39:56 GMT 2011 joerg branches: 1.295.2; Replace memset with incorrect size argument with M_ZERO. |
| /src/sys/nfs/ | ||
| H A D | nfs_vnops.c | 1.295 Sun Jul 22 00:53:21 GMT 2012 rmind branches: 1.295.2; Move some the test for MAKEENTRY into the cache_enter(9). Make some variables in vfs_cache.c static, __read_mostly, etc. No objection on tech-kern@. 1.295 Sun Jul 22 00:53:21 GMT 2012 rmind branches: 1.295.2; Move some the test for MAKEENTRY into the cache_enter(9). Make some variables in vfs_cache.c static, __read_mostly, etc. No objection on tech-kern@. |
| /src/ | ||
| H A D | build.sh | 1.295 Fri Aug 15 18:34:19 GMT 2014 apb Only the -m command line option, not MACHINE from the environment, is supposed override MACHINE_ARCH from the environment with the default MACHINE_ARCH for the requested machine. Add and use an opt_m variable to enforce this. 1.295 Fri Aug 15 18:34:19 GMT 2014 apb Only the -m command line option, not MACHINE from the environment, is supposed override MACHINE_ARCH from the environment with the default MACHINE_ARCH for the requested machine. Add and use an opt_m variable to enforce this. |
| H A D | UPDATING | 1.295 Wed May 02 07:34:44 GMT 2018 pgoyette branches: 1.295.2; Re-add files that were accidentally deleted in my previous commit. 1.295 Wed May 02 07:34:44 GMT 2018 pgoyette branches: 1.295.2; Re-add files that were accidentally deleted in my previous commit. 1.295 Wed May 02 07:34:44 GMT 2018 pgoyette branches: 1.295.2; Re-add files that were accidentally deleted in my previous commit. 1.295 Wed May 02 07:34:44 GMT 2018 pgoyette branches: 1.295.2; Re-add files that were accidentally deleted in my previous commit. 1.295 Wed May 02 07:34:44 GMT 2018 pgoyette branches: 1.295.2; Re-add files that were accidentally deleted in my previous commit. 1.295 Wed May 02 07:34:44 GMT 2018 pgoyette branches: 1.295.2; Re-add files that were accidentally deleted in my previous commit. 1.295 Wed May 02 07:34:44 GMT 2018 pgoyette branches: 1.295.2; Re-add files that were accidentally deleted in my previous commit. 1.295 Wed May 02 07:34:44 GMT 2018 pgoyette branches: 1.295.2; Re-add files that were accidentally deleted in my previous commit. |
| /src/share/misc/ | ||
| H A D | acronyms | 1.295 Mon Jan 27 10:56:29 GMT 2020 nia move some more to comp 1.295 Mon Jan 27 10:56:29 GMT 2020 nia move some more to comp |
| /src/sys/sys/ | ||
| H A D | syscallargs.h | 1.295 Wed Apr 22 21:25:17 GMT 2020 thorpej Regen for removal of _lwp_gettid(2). |
| H A D | syscall.h | 1.295 Fri May 06 10:19:40 GMT 2016 pooka regen syscall files |
| H A D | systm.h | 1.295 Tue Jun 30 16:20:03 GMT 2020 maxv Make copystr() a MI C function, part of libkern and shared on all architectures. Notes: - On alpha and ia64 the function is kept but gets renamed locally to avoid symbol collision. This is because on these two arches, I am not sure whether the ASM callers do not rely on fixed registers, so I prefer to keep the ASM body for now. - On Vax, only the symbol is removed, because the body is used from other functions. - On RISC-V, this change fixes a bug: copystr() was just a wrapper around strlcpy(), but strlcpy() makes the operation less safe (strlen on the source beyond its size). - The kASan, kCSan and kMSan wrappers are removed, because now that copystr() is in C, the compiler transformations are applied to it, without the need for manual wrappers. Could test on amd64 only, but should be fine. |
| H A D | vnode.h | 1.295 Mon Apr 13 19:23:20 GMT 2020 ad Replace most uses of vp->v_usecount with a call to vrefcnt(vp), a function that hides the details and does atomic_load_relaxed(). Signature matches FreeBSD. |
| /src/sys/dev/raidframe/ | ||
| H A D | rf_netbsdkintf.c | 1.295 Sat Nov 05 16:40:35 GMT 2011 erh branches: 1.295.4; 1.295.6; Statically initialize the raidautoconfig variable when RAID_AUTOCONFIG is set, instead of setting it in code, so it can easily be checked and changed in an on-disk kernel with gdb. Use a separate raidautoconfigdone variable to keep track of whether raid configuration has actually occurred. 1.295 Sat Nov 05 16:40:35 GMT 2011 erh branches: 1.295.4; 1.295.6; Statically initialize the raidautoconfig variable when RAID_AUTOCONFIG is set, instead of setting it in code, so it can easily be checked and changed in an on-disk kernel with gdb. Use a separate raidautoconfigdone variable to keep track of whether raid configuration has actually occurred. 1.295 Sat Nov 05 16:40:35 GMT 2011 erh branches: 1.295.4; 1.295.6; Statically initialize the raidautoconfig variable when RAID_AUTOCONFIG is set, instead of setting it in code, so it can easily be checked and changed in an on-disk kernel with gdb. Use a separate raidautoconfigdone variable to keep track of whether raid configuration has actually occurred. |
| /src/sys/kern/ | ||
| H A D | init_sysent.c | 1.295 Sat May 09 06:06:14 GMT 2015 pgoyette Regen again, this time without the extra word in the "generated from" line. |
| H A D | syscalls.c | 1.295 Thu Dec 03 02:56:48 GMT 2015 pgoyette Regen |
| H A D | kern_synch.c | 1.295 Wed Oct 05 20:37:40 GMT 2011 njoly branches: 1.295.2; Include sys/syslog.h for log(9). 1.295 Wed Oct 05 20:37:40 GMT 2011 njoly branches: 1.295.2; Include sys/syslog.h for log(9). |
| H A D | kern_sig.c | 1.295 Thu Jan 22 14:38:35 GMT 2009 yamt branches: 1.295.2; malloc -> kmem_alloc 1.295 Thu Jan 22 14:38:35 GMT 2009 yamt branches: 1.295.2; malloc -> kmem_alloc 1.295 Thu Jan 22 14:38:35 GMT 2009 yamt branches: 1.295.2; malloc -> kmem_alloc 1.295 Thu Jan 22 14:38:35 GMT 2009 yamt branches: 1.295.2; malloc -> kmem_alloc |
| /src/lib/libc/ | ||
| H A D | shlib_version | 1.295 Tue Aug 01 17:51:24 GMT 2023 christos Add companion mempcpy to wmempcpy, bump. |
| /src/doc/ | ||
| H A D | BRANCHES | 1.295 Thu Oct 21 08:45:29 GMT 2010 uebayasi Update uebayasi-xip. |
| /src/usr.sbin/ | ||
| H A D | Makefile | 1.295 Mon Dec 22 03:11:06 GMT 2025 thorpej Conditionally build Bluetooth support on MKBLUETOOTH and default it to "yes" except on m68000. 1.295 Mon Dec 22 03:11:06 GMT 2025 thorpej Conditionally build Bluetooth support on MKBLUETOOTH and default it to "yes" except on m68000. 1.295 Mon Dec 22 03:11:06 GMT 2025 thorpej Conditionally build Bluetooth support on MKBLUETOOTH and default it to "yes" except on m68000. 1.295 Mon Dec 22 03:11:06 GMT 2025 thorpej Conditionally build Bluetooth support on MKBLUETOOTH and default it to "yes" except on m68000. 1.295 Mon Dec 22 03:11:06 GMT 2025 thorpej Conditionally build Bluetooth support on MKBLUETOOTH and default it to "yes" except on m68000. 1.295 Mon Dec 22 03:11:06 GMT 2025 thorpej Conditionally build Bluetooth support on MKBLUETOOTH and default it to "yes" except on m68000. |
| /src/sys/arch/arm/arm32/ | ||
| H A D | pmap.c | 1.295 Fri Jul 25 15:09:43 GMT 2014 matt branches: 1.295.2; PTE_SYNC_RANGE a newly allocated L1 page for ARM_MMU_EXTENDED 1.295 Fri Jul 25 15:09:43 GMT 2014 matt branches: 1.295.2; PTE_SYNC_RANGE a newly allocated L1 page for ARM_MMU_EXTENDED |
| /src/sys/dev/ic/ | ||
| H A D | com.c | 1.295 Wed Feb 24 22:37:58 GMT 2010 dyoung branches: 1.295.2; A pointer typedef entails trading too much flexibility to declare const and non-const types, and the kernel uses both const and non-const PMF qualifiers and device suspensors, so change the pmf_qual_t and device_suspensor_t typedefs from "pointers to const" to non-pointer, non-const types. 1.295 Wed Feb 24 22:37:58 GMT 2010 dyoung branches: 1.295.2; A pointer typedef entails trading too much flexibility to declare const and non-const types, and the kernel uses both const and non-const PMF qualifiers and device suspensors, so change the pmf_qual_t and device_suspensor_t typedefs from "pointers to const" to non-pointer, non-const types. 1.295 Wed Feb 24 22:37:58 GMT 2010 dyoung branches: 1.295.2; A pointer typedef entails trading too much flexibility to declare const and non-const types, and the kernel uses both const and non-const PMF qualifiers and device suspensors, so change the pmf_qual_t and device_suspensor_t typedefs from "pointers to const" to non-pointer, non-const types. 1.295 Wed Feb 24 22:37:58 GMT 2010 dyoung branches: 1.295.2; A pointer typedef entails trading too much flexibility to declare const and non-const types, and the kernel uses both const and non-const PMF qualifiers and device suspensors, so change the pmf_qual_t and device_suspensor_t typedefs from "pointers to const" to non-pointer, non-const types. |
| /src/sys/ufs/lfs/ | ||
| H A D | lfs_segment.c | 1.302 Thu Dec 04 01:47:34 GMT 2025 perseant Fix an error in version 1.295: the size of an IINFO is IINFOSIZE(fs), not sizeof(IINFOSIZE(fs)). Addresses a segment summary overwrite in LFS64. 1.295 Wed Oct 29 19:04:23 GMT 2025 perseant Use IINFOSIZE and LFS_BLKPTRSIZE, rather than sizeof(int32_t), to represent the size of inode numbers and logical block numbers, respectively, in the segment summary header. Prevents an overrun in LFS64. 1.302 Thu Dec 04 01:47:34 GMT 2025 perseant Fix an error in version 1.295: the size of an IINFO is IINFOSIZE(fs), not sizeof(IINFOSIZE(fs)). Addresses a segment summary overwrite in LFS64. 1.295 Wed Oct 29 19:04:23 GMT 2025 perseant Use IINFOSIZE and LFS_BLKPTRSIZE, rather than sizeof(int32_t), to represent the size of inode numbers and logical block numbers, respectively, in the segment summary header. Prevents an overrun in LFS64. 1.302 Thu Dec 04 01:47:34 GMT 2025 perseant Fix an error in version 1.295: the size of an IINFO is IINFOSIZE(fs), not sizeof(IINFOSIZE(fs)). Addresses a segment summary overwrite in LFS64. 1.295 Wed Oct 29 19:04:23 GMT 2025 perseant Use IINFOSIZE and LFS_BLKPTRSIZE, rather than sizeof(int32_t), to represent the size of inode numbers and logical block numbers, respectively, in the segment summary header. Prevents an overrun in LFS64. 1.302 Thu Dec 04 01:47:34 GMT 2025 perseant Fix an error in version 1.295: the size of an IINFO is IINFOSIZE(fs), not sizeof(IINFOSIZE(fs)). Addresses a segment summary overwrite in LFS64. 1.295 Wed Oct 29 19:04:23 GMT 2025 perseant Use IINFOSIZE and LFS_BLKPTRSIZE, rather than sizeof(int32_t), to represent the size of inode numbers and logical block numbers, respectively, in the segment summary header. Prevents an overrun in LFS64. 1.302 Thu Dec 04 01:47:34 GMT 2025 perseant Fix an error in version 1.295: the size of an IINFO is IINFOSIZE(fs), not sizeof(IINFOSIZE(fs)). Addresses a segment summary overwrite in LFS64. 1.295 Wed Oct 29 19:04:23 GMT 2025 perseant Use IINFOSIZE and LFS_BLKPTRSIZE, rather than sizeof(int32_t), to represent the size of inode numbers and logical block numbers, respectively, in the segment summary header. Prevents an overrun in LFS64. |
| /src/share/mk/ | ||
| H A D | bsd.lib.mk | 1.295 Sat Jan 17 00:09:58 GMT 2009 he branches: 1.295.2; If we have a SHLIB_VERSION_FILE, add is as a dependency for the library. This is mostly a convenience, so that you can trigger a shared library rebuild by touching the shlib_version file, it should not otherwise impact the build one way or the other. 1.295 Sat Jan 17 00:09:58 GMT 2009 he branches: 1.295.2; If we have a SHLIB_VERSION_FILE, add is as a dependency for the library. This is mostly a convenience, so that you can trigger a shared library rebuild by touching the shlib_version file, it should not otherwise impact the build one way or the other. 1.295 Sat Jan 17 00:09:58 GMT 2009 he branches: 1.295.2; If we have a SHLIB_VERSION_FILE, add is as a dependency for the library. This is mostly a convenience, so that you can trigger a shared library rebuild by touching the shlib_version file, it should not otherwise impact the build one way or the other. 1.295 Sat Jan 17 00:09:58 GMT 2009 he branches: 1.295.2; If we have a SHLIB_VERSION_FILE, add is as a dependency for the library. This is mostly a convenience, so that you can trigger a shared library rebuild by touching the shlib_version file, it should not otherwise impact the build one way or the other. 1.295 Sat Jan 17 00:09:58 GMT 2009 he branches: 1.295.2; If we have a SHLIB_VERSION_FILE, add is as a dependency for the library. This is mostly a convenience, so that you can trigger a shared library rebuild by touching the shlib_version file, it should not otherwise impact the build one way or the other. 1.295 Sat Jan 17 00:09:58 GMT 2009 he branches: 1.295.2; If we have a SHLIB_VERSION_FILE, add is as a dependency for the library. This is mostly a convenience, so that you can trigger a shared library rebuild by touching the shlib_version file, it should not otherwise impact the build one way or the other. 1.295 Sat Jan 17 00:09:58 GMT 2009 he branches: 1.295.2; If we have a SHLIB_VERSION_FILE, add is as a dependency for the library. This is mostly a convenience, so that you can trigger a shared library rebuild by touching the shlib_version file, it should not otherwise impact the build one way or the other. 1.295 Sat Jan 17 00:09:58 GMT 2009 he branches: 1.295.2; If we have a SHLIB_VERSION_FILE, add is as a dependency for the library. This is mostly a convenience, so that you can trigger a shared library rebuild by touching the shlib_version file, it should not otherwise impact the build one way or the other. 1.295 Sat Jan 17 00:09:58 GMT 2009 he branches: 1.295.2; If we have a SHLIB_VERSION_FILE, add is as a dependency for the library. This is mostly a convenience, so that you can trigger a shared library rebuild by touching the shlib_version file, it should not otherwise impact the build one way or the other. 1.295 Sat Jan 17 00:09:58 GMT 2009 he branches: 1.295.2; If we have a SHLIB_VERSION_FILE, add is as a dependency for the library. This is mostly a convenience, so that you can trigger a shared library rebuild by touching the shlib_version file, it should not otherwise impact the build one way or the other. |
| /src/sys/arch/sparc/sparc/ | ||
| H A D | pmap.c | 1.295 Sat May 01 08:20:11 GMT 2004 pk branches: 1.295.4; pmap_kremove4m,pmap_protect4m,pmap_extract4m: the `demap' lock needs interrupt protection. 1.295 Sat May 01 08:20:11 GMT 2004 pk branches: 1.295.4; pmap_kremove4m,pmap_protect4m,pmap_extract4m: the `demap' lock needs interrupt protection. 1.295 Sat May 01 08:20:11 GMT 2004 pk branches: 1.295.4; pmap_kremove4m,pmap_protect4m,pmap_extract4m: the `demap' lock needs interrupt protection. 1.295 Sat May 01 08:20:11 GMT 2004 pk branches: 1.295.4; pmap_kremove4m,pmap_protect4m,pmap_extract4m: the `demap' lock needs interrupt protection. |
Completed in 1041 milliseconds