Searched hist:1.295 (Results 1 - 25 of 123) sorted by relevance

12345

/src/sys/dev/pci/
H A Dfiles.pci1.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/
H A Dbuild.sh1.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 DUPDATING1.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/sys/conf/
H A DMakefile.kern.inc1.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 Dtrap.c1.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 Dsd.c1.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 Dnfs_vnops.c1.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/sys/sys/
H A Dsyscallargs.h1.295 Wed Apr 22 21:25:17 GMT 2020 thorpej Regen for removal of _lwp_gettid(2).
H A Dsyscall.h1.295 Fri May 06 10:19:40 GMT 2016 pooka regen syscall files
H A Dsystm.h1.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 Dvnode.h1.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/share/misc/
H A Dacronyms1.295 Mon Jan 27 10:56:29 GMT 2020 nia move some more to comp

/src/sys/dev/raidframe/
H A Drf_netbsdkintf.c1.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 Dinit_sysent.c1.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 Dsyscalls.c1.295 Thu Dec 03 02:56:48 GMT 2015 pgoyette Regen
H A Dkern_sig.c1.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
H A Dkern_synch.c1.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 Dsyscalls.master1.295 Tue Jun 18 16:06:45 GMT 2019 christos remove XXX from the quota call.
H A Dtty.c1.295 Fri Dec 11 03:00:09 GMT 2020 thorpej Use sel{record,remove}_knote().
/src/lib/libc/
H A Dshlib_version1.295 Tue Aug 01 17:51:24 GMT 2023 christos Add companion mempcpy to wmempcpy, bump.
/src/doc/
H A DBRANCHES1.295 Thu Oct 21 08:45:29 GMT 2010 uebayasi Update uebayasi-xip.
/src/sys/arch/sparc/sparc/
H A Dpmap.c1.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.

/src/sys/dev/ic/
H A Dcom.c1.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/arch/arm/arm32/
H A Dpmap.c1.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/share/mk/
H A Dbsd.lib.mk1.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.

Completed in 474 milliseconds

12345