Searched hist:1.290 (Results 1 - 25 of 126) sorted by relevance

123456

/src/
H A Dbuild.sh1.290 Wed Aug 06 00:29:13 GMT 2014 apb When searching for a default MACHINE_ARCH for a given MACHINE,
don't break out of the loop too early.

/src/sys/kern/
H A Dvfs_bio.c1.290 Sat Mar 14 18:08:39 GMT 2020 ad branches: 1.290.2;
- Hide the details of SPCF_SHOULDYIELD and related behind a couple of small
functions: preempt_point() and preempt_needed().

- preempt(): if the LWP has exceeded its timeslice in kernel, strip it of
any priority boost gained earlier from blocking.

1.290 Sat Mar 14 18:08:39 GMT 2020 ad branches: 1.290.2;
- Hide the details of SPCF_SHOULDYIELD and related behind a couple of small
functions: preempt_point() and preempt_needed().

- preempt(): if the LWP has exceeded its timeslice in kernel, strip it of
any priority boost gained earlier from blocking.

H A Dinit_sysent.c1.290 Sat Mar 07 16:38:49 GMT 2015 christos regen

H A Dsyscalls.c1.290 Sat Oct 10 03:30:17 GMT 2015 pgoyette Regen

H A Dkern_exit.c1.290 Sat May 23 23:42:43 GMT 2020 ad branches: 1.290.2;
Move proc_lock into the data segment. It was dynamically allocated because
at the time we had mutex_obj_alloc() but not __cacheline_aligned.

1.290 Sat May 23 23:42:43 GMT 2020 ad branches: 1.290.2;
Move proc_lock into the data segment. It was dynamically allocated because
at the time we had mutex_obj_alloc() but not __cacheline_aligned.

H A Dsubr_pool.c1.290 Sun Apr 09 00:21:59 GMT 2023 riastradh branches: 1.290.6;
pool(9): Tweak branch prediction in pool_cache_get_paddr assertion.

No functional change intended.

1.290 Sun Apr 09 00:21:59 GMT 2023 riastradh branches: 1.290.6;
pool(9): Tweak branch prediction in pool_cache_get_paddr assertion.

No functional change intended.

H A Dsyscalls.master1.290 Tue Dec 19 19:40:03 GMT 2017 kamil Drop SYS_vadvise

The (o)vadvise syscall is dummy since the beginning of NetBSD.

It is an obsolete remnant from the old UNIX.

Sponsored by <The NetBSD Foundation>

/src/sys/modules/
H A DMakefile1.290 Mon May 20 18:14:38 GMT 2024 pgoyette branches: 1.290.2;
Oooppss remove some local change that was accidentally committed

1.290 Mon May 20 18:14:38 GMT 2024 pgoyette branches: 1.290.2;
Oooppss remove some local change that was accidentally committed

/src/sys/dev/acpi/
H A Dacpi.c1.290 Fri Feb 05 17:13:40 GMT 2021 thorpej branches: 1.290.2;
Assign device handles to "at acpi" and "at pci" devices in
acpi_device_register().

1.290 Fri Feb 05 17:13:40 GMT 2021 thorpej branches: 1.290.2;
Assign device handles to "at acpi" and "at pci" devices in
acpi_device_register().

/src/sys/arch/alpha/conf/
H A DGENERIC1.290 Mon Jul 31 23:29:54 GMT 2006 hubertf branches: 1.290.2;
spc(4) can also attach to pcmcia(4), as was already in hpcmips/GENERIC
for quite some time. Add it to all systems that have pcmcia SCSI.

Pointed out by Bj�rn Johannesson <rherdware@yahoo.com> in private mail,
OK'd by matt@

1.290 Mon Jul 31 23:29:54 GMT 2006 hubertf branches: 1.290.2;
spc(4) can also attach to pcmcia(4), as was already in hpcmips/GENERIC
for quite some time. Add it to all systems that have pcmcia SCSI.

Pointed out by Bj�rn Johannesson <rherdware@yahoo.com> in private mail,
OK'd by matt@

/src/share/mk/
H A Dbsd.prog.mk1.290 Tue Mar 25 09:52:55 GMT 2014 ozaki-r branches: 1.290.4;
Add MKCTF

This variable separates CTF stuffs from MKDTRACE; we can build DTrace
solely without building and using them. This allows us to use DTrace
even if CTF stuffs have problems (actually they have now).

This variable would be merged into MKDTRACE eventually, once CTF stuffs
work correctly again.

1.290 Tue Mar 25 09:52:55 GMT 2014 ozaki-r branches: 1.290.4;
Add MKCTF

This variable separates CTF stuffs from MKDTRACE; we can build DTrace
solely without building and using them. This allows us to use DTrace
even if CTF stuffs have problems (actually they have now).

This variable would be merged into MKDTRACE eventually, once CTF stuffs
work correctly again.

/src/sys/dev/scsipi/
H A Dscsiconf.c1.290 Fri Sep 18 15:04:25 GMT 2020 jakllsch branches: 1.290.4;
Revert scsiconf.c 1.288, it only worked for LUN 1.

vioscsi(4) now sets PQUIRK_FORCELUNS, which fixes the original issue for
all LUNs.

To-do: should issue REPORT LUNS and use the information it returns to
probe LUNs in an optimized way.

1.290 Fri Sep 18 15:04:25 GMT 2020 jakllsch branches: 1.290.4;
Revert scsiconf.c 1.288, it only worked for LUN 1.

vioscsi(4) now sets PQUIRK_FORCELUNS, which fixes the original issue for
all LUNs.

To-do: should issue REPORT LUNS and use the information it returns to
probe LUNs in an optimized way.

/src/sys/nfs/
H A Dnfs_vnops.c1.290 Sun Apr 24 21:35:30 GMT 2011 rmind branches: 1.290.2;
sys_link: prevent hard links on directories (cross-mount operations are
already prevented). File systems are no longer responsible to check this.
Clean up and add asserts (note that dvp == vp cannot happen in vop_link).

OK dholland@

1.290 Sun Apr 24 21:35:30 GMT 2011 rmind branches: 1.290.2;
sys_link: prevent hard links on directories (cross-mount operations are
already prevented). File systems are no longer responsible to check this.
Clean up and add asserts (note that dvp == vp cannot happen in vop_link).

OK dholland@

/src/sys/sys/
H A Dsyscallargs.h1.290 Tue Jul 31 13:02:15 GMT 2018 rjs regen.

H A Dsyscall.h1.290 Tue Jan 26 23:49:47 GMT 2016 pooka regen syscall files
H A Dsystm.h1.290 Fri Nov 15 08:11:36 GMT 2019 maxv Instrument copyout() in kCSan, for parity with kMSan.

H A Dvnode.h1.290 Thu Feb 27 22:12:54 GMT 2020 ad Tighten up the locking around vp->v_iflag a little more after the recent
split of vmobjlock & v_interlock.

/src/share/misc/
H A Dacronyms1.290 Mon Nov 11 04:11:53 GMT 2019 pgoyette Add UPC - universal product code

/src/lib/libc/
H A Dshlib_version1.290 Sat Oct 03 18:34:15 GMT 2020 christos bump for set_rpc_maxgrouplist
/src/doc/
H A DBRANCHES1.290 Sat Mar 27 03:38:27 GMT 2010 mrg minor updates:
- gmcgarry_ctxsw replaced by yamt-idlelwp
- move nick-hppapmap into the right section
- rtr-xorg-branch is dead
- thorpej-atomic is (bascially) merged to -current
/src/usr.sbin/
H A DMakefile1.290 Sun May 29 15:23:20 GMT 2022 nia mk: Add MKTIMED and MKMOUSED flags for compiling NetBSD without timed
and moused

/src/sys/ufs/lfs/
H A Dlfs_vfsops.c1.290 Mon Jul 11 08:27:40 GMT 2011 hannken branches: 1.290.2;
Change VOP_BWRITE() to take a vnode as its first argument like all other
VOPs do. Layered file systems no longer have to modify bp->b_vp and run
into trouble when an async VOP_BWRITE() uses the wrong vnode.

- change all occurences of VOP_BWRITE(bp) to VOP_BWRITE(bp->b_vp, bp).
- remove layer_bwrite().
- welcome to 5.99.55

Adresses PR kern/38762 panic: vwakeup: neg numoutput

No objections from tech-kern@.
1.290 Mon Jul 11 08:27:40 GMT 2011 hannken branches: 1.290.2;
Change VOP_BWRITE() to take a vnode as its first argument like all other
VOPs do. Layered file systems no longer have to modify bp->b_vp and run
into trouble when an async VOP_BWRITE() uses the wrong vnode.

- change all occurences of VOP_BWRITE(bp) to VOP_BWRITE(bp->b_vp, bp).
- remove layer_bwrite().
- welcome to 5.99.55

Adresses PR kern/38762 panic: vwakeup: neg numoutput

No objections from tech-kern@.
/src/sys/uvm/
H A Duvm_map.c1.290 Sun Feb 21 13:17:50 GMT 2010 drochner branches: 1.290.2;
rename the va0_disabled option and cpp conditional to "disable" as well,
for consistency, and document option and sysctl flag

1.290 Sun Feb 21 13:17:50 GMT 2010 drochner branches: 1.290.2;
rename the va0_disabled option and cpp conditional to "disable" as well,
for consistency, and document option and sysctl flag

/src/sys/arch/alpha/alpha/
H A Dmachdep.c1.290 Wed Nov 22 00:12:51 GMT 2006 elad branches: 1.290.2;
Introduce KAUTH_REQ_MACHDEP_{ALPHA,X86}_UNMANAGEDMEM to handle access
to unmanaged memory.

These are the last two securelevel references in the MD code.

1.290 Wed Nov 22 00:12:51 GMT 2006 elad branches: 1.290.2;
Introduce KAUTH_REQ_MACHDEP_{ALPHA,X86}_UNMANAGEDMEM to handle access
to unmanaged memory.

These are the last two securelevel references in the MD code.

/src/sys/arch/mac68k/mac68k/
H A Dmachdep.c1.290 Sun Jun 29 22:28:31 GMT 2003 fvdl branches: 1.290.2;
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
and need to be examined and discussed more.

1.290 Sun Jun 29 22:28:31 GMT 2003 fvdl branches: 1.290.2;
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
and need to be examined and discussed more.

Completed in 290 milliseconds

123456