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

123456

/src/sys/kern/
H A Dsyscalls.master1.291 Sat Jan 06 16:41:23 GMT 2018 kamil branches: 1.291.2; 1.291.4;
Revert vadvise(2) removal

This system call was used in legacy Lisp code, that was inherited to modern
age and still compiled against supported compat layers (e.g. in clisp,
oaklisp, Franz Lisp).

It used to instruct the kernel about paging policy (G/C aware, flush etc).

Newly compiled code (assuming that it will detect vadvise()) will use the
libc stub for vadvise(). The headers for this interface are gone.

vadvise(2) could be marked as COMPAT_80, but as long as we support ultrix,
sunos or aout68k ABI, don't bother with this.

Requested by <mrg>

1.291 Sat Jan 06 16:41:23 GMT 2018 kamil branches: 1.291.2; 1.291.4;
Revert vadvise(2) removal

This system call was used in legacy Lisp code, that was inherited to modern
age and still compiled against supported compat layers (e.g. in clisp,
oaklisp, Franz Lisp).

It used to instruct the kernel about paging policy (G/C aware, flush etc).

Newly compiled code (assuming that it will detect vadvise()) will use the
libc stub for vadvise(). The headers for this interface are gone.

vadvise(2) could be marked as COMPAT_80, but as long as we support ultrix,
sunos or aout68k ABI, don't bother with this.

Requested by <mrg>

1.291 Sat Jan 06 16:41:23 GMT 2018 kamil branches: 1.291.2; 1.291.4;
Revert vadvise(2) removal

This system call was used in legacy Lisp code, that was inherited to modern
age and still compiled against supported compat layers (e.g. in clisp,
oaklisp, Franz Lisp).

It used to instruct the kernel about paging policy (G/C aware, flush etc).

Newly compiled code (assuming that it will detect vadvise()) will use the
libc stub for vadvise(). The headers for this interface are gone.

vadvise(2) could be marked as COMPAT_80, but as long as we support ultrix,
sunos or aout68k ABI, don't bother with this.

Requested by <mrg>

H A Dinit_sysent.c1.291 Sat Mar 07 20:40:00 GMT 2015 christos regen

H A Dsyscalls.c1.291 Mon Nov 30 22:48:53 GMT 2015 pgoyette Regen for 7.99.23

H A Dkern_synch.c1.294 Wed Oct 05 14:28:08 GMT 2011 apb revert revision 1.291. log(LOG_WARNING) is not strictly more
noisy than printf().

1.291 Tue Sep 27 01:02:38 GMT 2011 jym Modify *ASSERTMSG() so they are now used as variadic macros. The main goal
is to provide routines that do as KASSERT(9) says: append a message
to the panic format string when the assertion triggers, with optional
arguments.

Fix call sites to reflect the new definition.

Discussed on tech-kern@. See
http://mail-index.netbsd.org/tech-kern/2011/09/07/msg011427.html

H A Dtty.c1.291 Sat Oct 10 14:07:18 GMT 2020 nia tty: Negating INT_MIN will overflow int, bail out with EINVAL

Detected by UBSan

Reported-by: syzbot+92c0fca82b74a9798b78@syzkaller.appspotmail.com

H A Dvfs_bio.c1.291 Fri Apr 10 17:18:04 GMT 2020 ad Remove buffer reference counting, now that it's safe to destroy b_busy after
waking any waiters.

/src/sys/dev/acpi/
H A Dacpi.c1.291 Sat Apr 24 23:36:52 GMT 2021 thorpej branches: 1.291.2; 1.291.4;
Merge thorpej-cfargs branch:

Simplify and make extensible the config_search() / config_found() /
config_attach() interfaces: rather than having different variants for
which arguments you want pass along, just have a single call that
takes a variadic list of tag-value arguments.

Adjust all call sites:
- Simplify wherever possible; don't pass along arguments that aren't
actually needed.
- Don't be explicit about what interface attribute is attaching if
the device only has one. (More simplification.)
- Add a config_probe() function to be used in indirect configuiration
situations, making is visibly easier to see when indirect config is
in play, and allowing for future change in semantics. (As of now,
this is just a wrapper around config_match(), but that is an
implementation detail.)

Remove unnecessary or redundant interface attributes where they're not
needed.

There are currently 5 "cfargs" defined:
- CFARG_SUBMATCH (submatch function for direct config)
- CFARG_SEARCH (search function for indirect config)
- CFARG_IATTR (interface attribte)
- CFARG_LOCATORS (locators array)
- CFARG_DEVHANDLE (devhandle_t - wraps OFW, ACPI, etc. handles)

...and a sentinel value CFARG_EOL.

Add some extra sanity checking to ensure that interface attributes
aren't ambiguous.

Use CFARG_DEVHANDLE in MI FDT, OFW, and ACPI code, and macppc and shark
ports to associate those device handles with device_t instance. This
will trickle trough to more places over time (need back-end for pre-OFW
Sun OBP; any others?).

1.291 Sat Apr 24 23:36:52 GMT 2021 thorpej branches: 1.291.2; 1.291.4;
Merge thorpej-cfargs branch:

Simplify and make extensible the config_search() / config_found() /
config_attach() interfaces: rather than having different variants for
which arguments you want pass along, just have a single call that
takes a variadic list of tag-value arguments.

Adjust all call sites:
- Simplify wherever possible; don't pass along arguments that aren't
actually needed.
- Don't be explicit about what interface attribute is attaching if
the device only has one. (More simplification.)
- Add a config_probe() function to be used in indirect configuiration
situations, making is visibly easier to see when indirect config is
in play, and allowing for future change in semantics. (As of now,
this is just a wrapper around config_match(), but that is an
implementation detail.)

Remove unnecessary or redundant interface attributes where they're not
needed.

There are currently 5 "cfargs" defined:
- CFARG_SUBMATCH (submatch function for direct config)
- CFARG_SEARCH (search function for indirect config)
- CFARG_IATTR (interface attribte)
- CFARG_LOCATORS (locators array)
- CFARG_DEVHANDLE (devhandle_t - wraps OFW, ACPI, etc. handles)

...and a sentinel value CFARG_EOL.

Add some extra sanity checking to ensure that interface attributes
aren't ambiguous.

Use CFARG_DEVHANDLE in MI FDT, OFW, and ACPI code, and macppc and shark
ports to associate those device handles with device_t instance. This
will trickle trough to more places over time (need back-end for pre-OFW
Sun OBP; any others?).

1.291 Sat Apr 24 23:36:52 GMT 2021 thorpej branches: 1.291.2; 1.291.4;
Merge thorpej-cfargs branch:

Simplify and make extensible the config_search() / config_found() /
config_attach() interfaces: rather than having different variants for
which arguments you want pass along, just have a single call that
takes a variadic list of tag-value arguments.

Adjust all call sites:
- Simplify wherever possible; don't pass along arguments that aren't
actually needed.
- Don't be explicit about what interface attribute is attaching if
the device only has one. (More simplification.)
- Add a config_probe() function to be used in indirect configuiration
situations, making is visibly easier to see when indirect config is
in play, and allowing for future change in semantics. (As of now,
this is just a wrapper around config_match(), but that is an
implementation detail.)

Remove unnecessary or redundant interface attributes where they're not
needed.

There are currently 5 "cfargs" defined:
- CFARG_SUBMATCH (submatch function for direct config)
- CFARG_SEARCH (search function for indirect config)
- CFARG_IATTR (interface attribte)
- CFARG_LOCATORS (locators array)
- CFARG_DEVHANDLE (devhandle_t - wraps OFW, ACPI, etc. handles)

...and a sentinel value CFARG_EOL.

Add some extra sanity checking to ensure that interface attributes
aren't ambiguous.

Use CFARG_DEVHANDLE in MI FDT, OFW, and ACPI code, and macppc and shark
ports to associate those device handles with device_t instance. This
will trickle trough to more places over time (need back-end for pre-OFW
Sun OBP; any others?).

/src/usr.sbin/
H A DMakefile1.291 Mon Jun 06 10:56:29 GMT 2022 nia branches: 1.291.2;
build system: Revert all the recent additions of MK[...] knobs that
allow conditionally disabling the building of certain user space
programs in the 'base' set.

There is not enough consensus that this is the right way and a few
people had strong objections, see source-changes-d@.

1.291 Mon Jun 06 10:56:29 GMT 2022 nia branches: 1.291.2;
build system: Revert all the recent additions of MK[...] knobs that
allow conditionally disabling the building of certain user space
programs in the 'base' set.

There is not enough consensus that this is the right way and a few
people had strong objections, see source-changes-d@.

/src/
H A Dbuild.sh1.291 Thu Aug 07 15:15:48 GMT 2014 apb In the usage message, mention that the -m arg may be an alias.
Also adjust a comment around alias processing.

H A DUPDATING1.291 Tue Feb 13 04:36:00 GMT 2018 mrg branches: 1.291.2;
note that openssl and GCC may upset your builds.
1.291 Tue Feb 13 04:36:00 GMT 2018 mrg branches: 1.291.2;
note that openssl and GCC may upset your builds.
H A DMakefile1.291 Tue Jan 24 17:37:34 GMT 2012 abs branches: 1.291.2;
s/is the not root/is not the root/ in a comment - from Snader_LB
1.291 Tue Jan 24 17:37:34 GMT 2012 abs branches: 1.291.2;
s/is the not root/is not the root/ in a comment - from Snader_LB
/src/sys/dev/scsipi/
H A Dscsiconf.c1.291 Sat Apr 24 23:36:58 GMT 2021 thorpej branches: 1.291.8;
Merge thorpej-cfargs branch:

Simplify and make extensible the config_search() / config_found() /
config_attach() interfaces: rather than having different variants for
which arguments you want pass along, just have a single call that
takes a variadic list of tag-value arguments.

Adjust all call sites:
- Simplify wherever possible; don't pass along arguments that aren't
actually needed.
- Don't be explicit about what interface attribute is attaching if
the device only has one. (More simplification.)
- Add a config_probe() function to be used in indirect configuiration
situations, making is visibly easier to see when indirect config is
in play, and allowing for future change in semantics. (As of now,
this is just a wrapper around config_match(), but that is an
implementation detail.)

Remove unnecessary or redundant interface attributes where they're not
needed.

There are currently 5 "cfargs" defined:
- CFARG_SUBMATCH (submatch function for direct config)
- CFARG_SEARCH (search function for indirect config)
- CFARG_IATTR (interface attribte)
- CFARG_LOCATORS (locators array)
- CFARG_DEVHANDLE (devhandle_t - wraps OFW, ACPI, etc. handles)

...and a sentinel value CFARG_EOL.

Add some extra sanity checking to ensure that interface attributes
aren't ambiguous.

Use CFARG_DEVHANDLE in MI FDT, OFW, and ACPI code, and macppc and shark
ports to associate those device handles with device_t instance. This
will trickle trough to more places over time (need back-end for pre-OFW
Sun OBP; any others?).

1.291 Sat Apr 24 23:36:58 GMT 2021 thorpej branches: 1.291.8;
Merge thorpej-cfargs branch:

Simplify and make extensible the config_search() / config_found() /
config_attach() interfaces: rather than having different variants for
which arguments you want pass along, just have a single call that
takes a variadic list of tag-value arguments.

Adjust all call sites:
- Simplify wherever possible; don't pass along arguments that aren't
actually needed.
- Don't be explicit about what interface attribute is attaching if
the device only has one. (More simplification.)
- Add a config_probe() function to be used in indirect configuiration
situations, making is visibly easier to see when indirect config is
in play, and allowing for future change in semantics. (As of now,
this is just a wrapper around config_match(), but that is an
implementation detail.)

Remove unnecessary or redundant interface attributes where they're not
needed.

There are currently 5 "cfargs" defined:
- CFARG_SUBMATCH (submatch function for direct config)
- CFARG_SEARCH (search function for indirect config)
- CFARG_IATTR (interface attribte)
- CFARG_LOCATORS (locators array)
- CFARG_DEVHANDLE (devhandle_t - wraps OFW, ACPI, etc. handles)

...and a sentinel value CFARG_EOL.

Add some extra sanity checking to ensure that interface attributes
aren't ambiguous.

Use CFARG_DEVHANDLE in MI FDT, OFW, and ACPI code, and macppc and shark
ports to associate those device handles with device_t instance. This
will trickle trough to more places over time (need back-end for pre-OFW
Sun OBP; any others?).

H A Dsd.c1.291 Fri Jan 08 20:05:16 GMT 2010 dyoung branches: 1.291.2;
Expand PMF_FN_* macros.

1.291 Fri Jan 08 20:05:16 GMT 2010 dyoung branches: 1.291.2;
Expand PMF_FN_* macros.

/src/sys/sys/
H A Dsyscallargs.h1.291 Fri Aug 10 21:47:16 GMT 2018 pgoyette Regen

H A Dsyscall.h1.291 Sat Apr 02 21:02:39 GMT 2016 christos regen
H A Dsystm.h1.291 Fri Nov 15 00:18:46 GMT 2019 maxv Instrument ufetch/ustore in kMSan, these were the last remaining functions.

H A Dvnode.h1.291 Thu Mar 05 08:08:33 GMT 2020 riastradh Include opt_diagnostic.h for DIAGNOSTIC.

...at least, in header files, which may not have already included
libkern.h.

/src/share/misc/
H A Dacronyms1.291 Mon Dec 23 23:31:18 GMT 2019 sevan AVB

/src/sys/netinet/
H A Dtcp_input.c1.291 Mon Aug 04 04:08:47 GMT 2008 tls branches: 1.291.2; 1.291.4; 1.291.8;
Unlock reassembly queue before calling sorwakeup(), not after. In unusual
cases with in-kernel consumers which might send data on the same socket,
we can deadlock on the reassembly queue otherwise (observed while testing
accept filters).

1.291 Mon Aug 04 04:08:47 GMT 2008 tls branches: 1.291.2; 1.291.4; 1.291.8;
Unlock reassembly queue before calling sorwakeup(), not after. In unusual
cases with in-kernel consumers which might send data on the same socket,
we can deadlock on the reassembly queue otherwise (observed while testing
accept filters).

1.291 Mon Aug 04 04:08:47 GMT 2008 tls branches: 1.291.2; 1.291.4; 1.291.8;
Unlock reassembly queue before calling sorwakeup(), not after. In unusual
cases with in-kernel consumers which might send data on the same socket,
we can deadlock on the reassembly queue otherwise (observed while testing
accept filters).

1.291 Mon Aug 04 04:08:47 GMT 2008 tls branches: 1.291.2; 1.291.4; 1.291.8;
Unlock reassembly queue before calling sorwakeup(), not after. In unusual
cases with in-kernel consumers which might send data on the same socket,
we can deadlock on the reassembly queue otherwise (observed while testing
accept filters).

/src/lib/libc/
H A Dshlib_version1.291 Fri Oct 09 18:38:48 GMT 2020 christos Merge tzcode2020b (except we keep tzsetwall(3) for now for compatibility,
and we were "slim" already)

Support for zic's long-obsolete '-y YEARISTYPE' option has been
removed and, with it, so has support for the TYPE field in Rule
lines, which is now reserved for compatibility with earlier zic.
These features were previously deprecated in release 2015f.
(Thanks to Tim Parenti.)

zic now defaults to '-b slim' instead of to '-b fat'.

zic's new '-l -' and '-p -' options uninstall any existing
localtime and posixrules files, respectively.

The undocumented and ineffective tzsetwall function has been
removed.
/src/doc/
H A DBRANCHES1.291 Sat Mar 27 10:54:12 GMT 2010 wiz Call chris-arm-intr-rework dormant, since chris gave up his commit bit.
Call matt-nb5-mips64 active, just look at source-changes...
/src/sys/ufs/lfs/
H A Dlfs_vfsops.c1.291 Mon Nov 14 18:35:14 GMT 2011 hannken branches: 1.291.4;
VOP_OPEN() needs a locked vnode. All these copy-and-pasted xxxfs_mount()
implementations need more review.
1.291 Mon Nov 14 18:35:14 GMT 2011 hannken branches: 1.291.4;
VOP_OPEN() needs a locked vnode. All these copy-and-pasted xxxfs_mount()
implementations need more review.
/src/sys/dev/ic/
H A Dwdc.c1.291 Sat Oct 27 05:38:08 GMT 2018 maya branches: 1.291.4;
Fix previous misnamed initializer elements

committed wrong version of patch, sorry!

1.291 Sat Oct 27 05:38:08 GMT 2018 maya branches: 1.291.4;
Fix previous misnamed initializer elements

committed wrong version of patch, sorry!

/src/sys/modules/
H A DMakefile1.291 Thu Jul 18 04:28:55 GMT 2024 rin modules: Build `ipl` module only if MKIPFILTER is enabled

/src/sys/arch/sparc64/sparc64/
H A Dmachdep.c1.291 Mon Jan 07 13:10:44 GMT 2019 martin When writing a kernel core dump, display the countdown w/o timestamps.

Completed in 2665 milliseconds

123456