CVS commit: src/sys/sys

2021-08-15 Thread Jason R Thorpe
Module Name:src
Committed By:   thorpej
Date:   Sun Aug 15 22:08:01 UTC 2021

Modified Files:
src/sys/sys: device.h

Log Message:
Define a constant for the size of device_t::dv_xname, rather than just
using 16.


To generate a diff of this commit:
cvs rdiff -u -r1.173 -r1.174 src/sys/sys/device.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2021-08-07 Thread Jason R Thorpe
Module Name:src
Committed By:   thorpej
Date:   Sat Aug  7 19:44:39 UTC 2021

Modified Files:
src/sys/sys: param.h

Log Message:
NetBSD 9.99.88 -- CFARG_* -> CFARGS()


To generate a diff of this commit:
cvs rdiff -u -r1.700 -r1.701 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2021-07-21 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Thu Jul 22 04:46:29 UTC 2021

Modified Files:
src/sys/sys: param.h

Log Message:
Minor shuffle to bring  and  in before
any  headers and for the COHERENCY_UNIT and CACHE_LINE_SIZE
defaults to be provided after the  includes, but before the
 includes.

COHERENCY_UNIT and CACHE_LINE_SIZE are used by a few  filss.

I checked a handful of kernel builds produce the same binary before and
after this change.  I'll check more.


To generate a diff of this commit:
cvs rdiff -u -r1.699 -r1.700 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2021-07-21 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Wed Jul 21 07:39:58 UTC 2021

Modified Files:
src/sys/sys: param.h

Log Message:
Bump the version for ALTQ/CBQ changes

Welcome to 9.99.87


To generate a diff of this commit:
cvs rdiff -u -r1.698 -r1.699 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2021-07-20 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Tue Jul 20 08:37:20 UTC 2021

Modified Files:
src/sys/sys: timevar.h

Log Message:
no need for extern kmutex_t itimer_mutex or #include  here.


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/sys/sys/timevar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2021-07-20 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Tue Jul 20 08:36:11 UTC 2021

Modified Files:
src/sys/sys: timevar.h

Log Message:
Trailing whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/sys/sys/timevar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2021-07-19 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jul 19 19:13:33 UTC 2021

Modified Files:
src/sys/sys: param.h

Log Message:
Mention caution changing the defaults.


To generate a diff of this commit:
cvs rdiff -u -r1.697 -r1.698 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2021-06-16 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Wed Jun 16 11:55:10 UTC 2021

Modified Files:
src/sys/sys: systm.h

Log Message:
Provide KERNEL_LOCK facilities also for MODULAR, in addition to
MULTIPROCESSOR and _MODULE.

Otherwise, inconsistencies occur between UP kernel and modules,
that have been observed as:

http://mail-index.netbsd.org/port-powerpc/2020/07/07/msg003590.html
http://mail-index.netbsd.org/source-changes-d/2021/06/16/msg013369.html


To generate a diff of this commit:
cvs rdiff -u -r1.300 -r1.301 src/sys/sys/systm.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2021-06-13 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Jun 13 15:11:20 UTC 2021

Modified Files:
src/sys/sys: param.h

Log Message:
Fix the last bump - now for real: welcome to 9.99.85


To generate a diff of this commit:
cvs rdiff -u -r1.695 -r1.696 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2021-06-12 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jun 13 03:07:57 UTC 2021

Modified Files:
src/sys/sys: param.h

Log Message:
bump, something changed and the kernel does not boot with .84 modules.


To generate a diff of this commit:
cvs rdiff -u -r1.694 -r1.695 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2021-06-09 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Jun  9 15:49:58 UTC 2021

Modified Files:
src/sys/sys: param.h

Log Message:
Welcome to NetBSD 9.99.84 (bpf tracking changes)


To generate a diff of this commit:
cvs rdiff -u -r1.693 -r1.694 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2021-06-03 Thread Jason R Thorpe
Module Name:src
Committed By:   thorpej
Date:   Fri Jun  4 01:58:02 UTC 2021

Modified Files:
src/sys/sys: cdefs_elf.h

Log Message:
Fix some badly-aligned line continuation escapes.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/sys/sys/cdefs_elf.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2021-06-01 Thread Shoichi YAMAGUCHI
Module Name:src
Committed By:   yamaguchi
Date:   Wed Jun  2 01:48:08 UTC 2021

Modified Files:
src/sys/sys: param.h

Log Message:
NetBSD 9.99.83 - struct ifnet adds 'if_lagg' field


To generate a diff of this commit:
cvs rdiff -u -r1.692 -r1.693 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2021-04-24 Thread Jason R Thorpe
Module Name:src
Committed By:   thorpej
Date:   Sat Apr 24 23:40:16 UTC 2021

Modified Files:
src/sys/sys: param.h

Log Message:
Bienvenido a NetBSD 9.99.82 (thorpej-cfargs merge).


To generate a diff of this commit:
cvs rdiff -u -r1.691 -r1.692 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2021-04-22 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Fri Apr 23 05:56:43 UTC 2021

Modified Files:
src/sys/sys: cdefs.h

Log Message:
Provide __CONCATn macros that take from 3 to 8 arguments and concatenate
them.

I didn't provide the non-STDC versions


To generate a diff of this commit:
cvs rdiff -u -r1.156 -r1.157 src/sys/sys/cdefs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2021-04-12 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Tue Apr 13 01:10:24 UTC 2021

Modified Files:
src/sys/sys: sysctl.h

Log Message:
in struct evcnt_sysctl, change ev_strings[0] to ev_strings[].

GCC 10 does not like accesses to zero length arrays.


To generate a diff of this commit:
cvs rdiff -u -r1.232 -r1.233 src/sys/sys/sysctl.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2021-04-06 Thread Simon Burge
Module Name:src
Committed By:   simonb
Date:   Tue Apr  6 07:56:10 UTC 2021

Modified Files:
src/sys/sys: kern_ctf.h

Log Message:
Define the CTF ELF section header magic number.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/sys/kern_ctf.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2021-03-13 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Sun Mar 14 02:53:57 UTC 2021

Modified Files:
src/sys/sys: systm.h

Log Message:
Comment on CTASSERT() in COND_SET_STRUCT(); this is a sanity check to
avoid hashing/assigning large structure. Upper-bound is arbitrary, but
be carefully for performance penalty if bumping.

Thanks christos for discussion.


To generate a diff of this commit:
cvs rdiff -u -r1.299 -r1.300 src/sys/sys/systm.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2021-03-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Mar  8 20:02:47 UTC 2021

Modified Files:
src/sys/sys: param.h

Log Message:
welcome to 9.99.81, ip_randomid() signature change.


To generate a diff of this commit:
cvs rdiff -u -r1.690 -r1.691 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2021-02-23 Thread Simon Burge
Module Name:src
Committed By:   simonb
Date:   Wed Feb 24 06:11:38 UTC 2021

Modified Files:
src/sys/sys: pool.h

Log Message:
Add comments for the PR_WANTED and PR_PHINPAGE flags, remove unused
PR_LOGGING flag.


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 src/sys/sys/pool.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2021-02-15 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Feb 15 19:46:53 UTC 2021

Modified Files:
src/sys/sys: param.h

Log Message:
the fourth time is the charm


To generate a diff of this commit:
cvs rdiff -u -r1.687 -r1.688 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2021-02-15 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Feb 15 18:33:29 UTC 2021

Modified Files:
src/sys/sys: param.h

Log Message:
Fix pointer aligned macro to match the original (thanks @mlelstv)


To generate a diff of this commit:
cvs rdiff -u -r1.686 -r1.687 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2021-02-15 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Feb 15 15:53:49 UTC 2021

Modified Files:
src/sys/sys: param.h

Log Message:
Fix reversed test (thanks mlelstv)


To generate a diff of this commit:
cvs rdiff -u -r1.685 -r1.686 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2021-02-15 Thread Robert Elz
Module Name:src
Committed By:   kre
Date:   Mon Feb 15 09:29:57 UTC 2021

Modified Files:
src/sys/sys: mbuf.h

Log Message:
Don't compare int against size_t .. since mbuf lengths should never
be negative, cast it from int to size_t (rather than the other way
around).   Hopefully fix build.


To generate a diff of this commit:
cvs rdiff -u -r1.229 -r1.230 src/sys/sys/mbuf.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2021-02-14 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Feb 15 00:44:09 UTC 2021

Modified Files:
src/sys/sys: mbuf.h

Log Message:
remove _ prefix from args


To generate a diff of this commit:
cvs rdiff -u -r1.228 -r1.229 src/sys/sys/mbuf.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2021-02-06 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Feb  6 21:08:51 UTC 2021

Modified Files:
src/sys/sys: device.h

Log Message:
Expose devhandle_t to standalone programs (fixes sparc* build etc)


To generate a diff of this commit:
cvs rdiff -u -r1.166 -r1.167 src/sys/sys/device.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2021-01-26 Thread Jason R Thorpe
Module Name:src
Committed By:   thorpej
Date:   Wed Jan 27 01:00:05 UTC 2021

Modified Files:
src/sys/sys: device.h

Log Message:
Define a macro to terminate the common usage of device_compatible_entry
arrays, in order to placate the angry hordes objecting to use of a GCC
extension.


To generate a diff of this commit:
cvs rdiff -u -r1.162 -r1.163 src/sys/sys/device.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2021-01-25 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Mon Jan 25 12:17:24 UTC 2021

Modified Files:
src/sys/sys: param.h

Log Message:
NetBSD 9.99.79 - struct i2c_attach_args adds 'ia_cookietype' field


To generate a diff of this commit:
cvs rdiff -u -r1.682 -r1.683 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2021-01-18 Thread Jason R Thorpe
Module Name:src
Committed By:   thorpej
Date:   Mon Jan 18 15:29:31 UTC 2021

Modified Files:
src/sys/sys: param.h

Log Message:
NetBSD 9.99.78 -- signature of device_compatible_match() changed.


To generate a diff of this commit:
cvs rdiff -u -r1.681 -r1.682 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2021-01-11 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Mon Jan 11 21:51:20 UTC 2021

Modified Files:
src/sys/sys: ras.h

Log Message:
Correct the spelling of preferred.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/sys/ras.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-12-21 Thread Andrew Doran
Module Name:src
Committed By:   ad
Date:   Tue Dec 22 01:58:58 UTC 2020

Modified Files:
src/sys/sys: lock.h

Log Message:
Nothing here came from UCB, it's all NetBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 src/sys/sys/lock.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-12-04 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Dec  4 20:38:44 UTC 2020

Modified Files:
src/sys/sys: cdefs.h

Log Message:
add __null_sentinel (from FreeBSD)


To generate a diff of this commit:
cvs rdiff -u -r1.154 -r1.155 src/sys/sys/cdefs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-11-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Nov 24 16:17:04 UTC 2020

Modified Files:
src/sys/sys: device.h param.h

Log Message:
PR/55816: Martin Husemann: widen cfunit to 24 bits so that it fits the
largest minor number which is 20 bits. Welcome to 2x2x19.


To generate a diff of this commit:
cvs rdiff -u -r1.158 -r1.159 src/sys/sys/device.h
cvs rdiff -u -r1.679 -r1.680 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-11-17 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Wed Nov 18 07:42:46 UTC 2020

Modified Files:
src/sys/sys: bus_proto.h

Log Message:
Trailing whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/sys/bus_proto.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-11-04 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Wed Nov  4 18:32:12 UTC 2020

Modified Files:
src/sys/sys: ptrace.h

Log Message:
Remove extraneous declaration of ptrace_common_{init,fini}()


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 src/sys/sys/ptrace.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-11-01 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Nov  1 21:00:20 UTC 2020

Modified Files:
src/sys/sys: sleeptab.h

Log Message:
Use __nothing for empty macro


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/sys/sleeptab.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-11-01 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Nov  1 20:56:13 UTC 2020

Modified Files:
src/sys/sys: sleepq.h

Log Message:
turned sleepq_destroy this into a macro


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/sys/sleepq.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-10-31 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Oct 31 14:55:53 UTC 2020

Modified Files:
src/sys/sys: event.h

Log Message:
Add an array of filter names.


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/sys/event.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-10-15 Thread Michał Górny
Module Name:src
Committed By:   mgorny
Date:   Thu Oct 15 17:38:41 UTC 2020

Modified Files:
src/sys/sys: param.h

Log Message:
9.99.74 changes ptrace_machdep_dorequest() to fix LWP support


To generate a diff of this commit:
cvs rdiff -u -r1.676 -r1.677 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-10-05 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Mon Oct  5 08:38:18 UTC 2020

Modified Files:
src/sys/sys: socketvar.h

Log Message:
soreadable() should consider so_rerror


To generate a diff of this commit:
cvs rdiff -u -r1.160 -r1.161 src/sys/sys/socketvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-09-24 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Thu Sep 24 09:37:07 UTC 2020

Modified Files:
src/sys/sys: ksyms.h

Log Message:
apply more _KERNEL and fix the amd64 (and probably more) build.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/sys/ksyms.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-09-16 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Wed Sep 16 13:42:05 UTC 2020

Modified Files:
src/sys/sys: param.h

Log Message:
9.99.73 welcomes SIOCGNBRINFO


To generate a diff of this commit:
cvs rdiff -u -r1.675 -r1.676 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-09-12 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Sat Sep 12 18:08:38 UTC 2020

Modified Files:
src/sys/sys: pmf.h

Log Message:
add event types for keyboard brightness control


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/sys/pmf.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-09-03 Thread Jason R Thorpe
Module Name:src
Committed By:   thorpej
Date:   Fri Sep  4 00:36:07 UTC 2020

Modified Files:
src/sys/sys: timetc.h

Log Message:
Allow ths file to be included by a _KMEMUSER.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/sys/timetc.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-08-28 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Aug 28 12:43:24 UTC 2020

Modified Files:
src/sys/sys: systm.h

Log Message:
Fix uninitialized, caught by llvm. Tuck variables in blocks where they are
needed.


To generate a diff of this commit:
cvs rdiff -u -r1.297 -r1.298 src/sys/sys/systm.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-08-28 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Fri Aug 28 07:29:12 UTC 2020

Modified Files:
src/sys/sys: param.h

Log Message:
Bump the version for entry additions to IP_STAT and IP6_STAT

Welcome to 9.99.72


To generate a diff of this commit:
cvs rdiff -u -r1.674 -r1.675 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-08-16 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sun Aug 16 09:41:50 UTC 2020

Modified Files:
src/sys/sys: param.h

Log Message:
Welcome to 9.99.71 - changes to arm/aarch64 struct cpu_info

Thanks to mrg@ for the hint


To generate a diff of this commit:
cvs rdiff -u -r1.673 -r1.674 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-08-10 Thread Robert Swindells
Module Name:src
Committed By:   rjs
Date:   Mon Aug 10 19:29:13 UTC 2020

Modified Files:
src/sys/sys: param.h

Log Message:
NetBSD 9.99.70 - changes to video(4).


To generate a diff of this commit:
cvs rdiff -u -r1.672 -r1.673 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-07-06 Thread Jason R Thorpe
Module Name:src
Committed By:   thorpej
Date:   Tue Jul  7 03:23:33 UTC 2020

Modified Files:
src/sys/sys: vmem_impl.h

Log Message:
Explicitly include  here; don't rely on it being included
by the includer.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/sys/vmem_impl.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-07-06 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Mon Jul  6 22:32:22 UTC 2020

Modified Files:
src/sys/sys: lock.h

Log Message:
Include missing opt_lockdebug.h.


To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 src/sys/sys/lock.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-07-05 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jul  5 20:41:50 UTC 2020

Modified Files:
src/sys/sys: fstypes.h

Log Message:
mention shared bit.


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/sys/fstypes.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-07-03 Thread Jaromir Dolecek
Module Name:src
Committed By:   jdolecek
Date:   Fri Jul  3 19:37:28 UTC 2020

Modified Files:
src/sys/sys: statvfs.h

Log Message:
add a cast to (struct statvfs *) for STATVFSBUF_GET() to make sure it's
never assigned to anything else


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/sys/statvfs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-06-29 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Tue Jun 30 06:25:15 UTC 2020

Modified Files:
src/sys/sys: param.h

Log Message:
NetBSD 6.99.69 welcomes you, and hopes you enjoy your new AES API.


To generate a diff of this commit:
cvs rdiff -u -r1.671 -r1.672 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-06-19 Thread Jaromir Dolecek
Module Name:src
Committed By:   jdolecek
Date:   Fri Jun 19 13:52:40 UTC 2020

Modified Files:
src/sys/sys: param.h

Log Message:
bump version - maximum item size for pool_init()/pool_cache_init() changed

PR kern/55397


To generate a diff of this commit:
cvs rdiff -u -r1.670 -r1.671 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-06-18 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Thu Jun 18 16:56:31 UTC 2020

Modified Files:
src/sys/sys: pool.h

Log Message:
style


To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 src/sys/sys/pool.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-06-15 Thread Jason R Thorpe
Module Name:src
Committed By:   thorpej
Date:   Tue Jun 16 06:42:36 UTC 2020

Modified Files:
src/sys/sys: vmem.h

Log Message:
Tidy up the function prototypes.  NFCI.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/sys/vmem.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-06-15 Thread Andrew Doran
Module Name:src
Committed By:   ad
Date:   Mon Jun 15 18:04:42 UTC 2020

Modified Files:
src/sys/sys: cpu.h

Log Message:
Fix a comment.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/sys/sys/cpu.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-06-13 Thread Andrew Doran
Module Name:src
Committed By:   ad
Date:   Sat Jun 13 23:59:16 UTC 2020

Modified Files:
src/sys/sys: param.h

Log Message:
NetBSD 9.99.67 - struct lwp changed on x86


To generate a diff of this commit:
cvs rdiff -u -r1.669 -r1.670 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-06-12 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Fri Jun 12 11:09:49 UTC 2020

Modified Files:
src/sys/sys: param.h

Log Message:
9.99.66 welcomes the removal of in-kernel RA handling


To generate a diff of this commit:
cvs rdiff -u -r1.668 -r1.669 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-06-06 Thread Jason R Thorpe
Module Name:src
Committed By:   thorpej
Date:   Sun Jun  7 06:08:20 UTC 2020

Modified Files:
src/sys/sys: param.h

Log Message:
NetBSD 9.99.65 -- proplib(3) API additions also impact the kernel ABI.


To generate a diff of this commit:
cvs rdiff -u -r1.667 -r1.668 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-05-28 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Fri May 29 05:29:24 UTC 2020

Modified Files:
src/sys/sys: timetc.h

Log Message:
u_int64_t --> uint64_t. No binary changes.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/sys/timetc.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-05-26 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Wed May 27 02:03:30 UTC 2020

Modified Files:
src/sys/sys: namei.src

Log Message:
Fix typo.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/sys/sys/namei.src

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-05-26 Thread Andrew Doran
Module Name:src
Committed By:   ad
Date:   Tue May 26 22:05:52 UTC 2020

Modified Files:
src/sys/sys: namei.src

Log Message:
Catch up after recent ACL changes


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/sys/sys/namei.src

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-05-23 Thread Andrew Doran
Module Name:src
Committed By:   ad
Date:   Sat May 23 23:37:17 UTC 2020

Modified Files:
src/sys/sys: sched.h

Log Message:
Oops.  If a SCHED_RR thread is preempted and has exceeded its timeslice it
needs to go to the back of the run queue so round-robin actually happens,
otherwise it should go to the front.


To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 src/sys/sys/sched.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-05-23 Thread Andrew Doran
Module Name:src
Committed By:   ad
Date:   Sat May 23 21:49:43 UTC 2020

Modified Files:
src/sys/sys: param.h

Log Message:
NetBSD 9.99.64 - struct lwp changed


To generate a diff of this commit:
cvs rdiff -u -r1.666 -r1.667 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-05-18 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Mon May 18 09:52:30 UTC 2020

Modified Files:
src/sys/sys: scsiio.h

Log Message:
Remove misleading comment.

I've successfully transferred 16-byte command. I've checked scsipi source and
see no reason for this limitation.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/sys/scsiio.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-05-16 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat May 16 18:58:56 UTC 2020

Modified Files:
src/sys/sys: param.h

Log Message:
Welcome to 9.99.63 (ACLS)


To generate a diff of this commit:
cvs rdiff -u -r1.665 -r1.666 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-05-14 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Thu May 14 13:34:46 UTC 2020

Modified Files:
src/sys/sys: param.h

Log Message:
Welcome to 9.99.62

struct sigctx gained ps_sigpass member.


To generate a diff of this commit:
cvs rdiff -u -r1.664 -r1.665 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-05-12 Thread Andrew Doran
Module Name:src
Committed By:   ad
Date:   Tue May 12 23:18:52 UTC 2020

Modified Files:
src/sys/sys: param.h

Log Message:
NetBSD 9.99.61 - vfa_cache interface changed


To generate a diff of this commit:
cvs rdiff -u -r1.663 -r1.664 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-05-05 Thread Jaromir Dolecek
Module Name:src
Committed By:   jdolecek
Date:   Tue May  5 08:05:44 UTC 2020

Modified Files:
src/sys/sys: param.h

Log Message:
bump version - struct ifnet change


To generate a diff of this commit:
cvs rdiff -u -r1.662 -r1.663 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-05-02 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Sun May  3 01:20:37 UTC 2020

Modified Files:
src/sys/sys: timevar.h

Log Message:
Define DEFAULT_TIMEOUT_EPSILON for cv_timedwaitbt.

For now, it is roughly one bintime's worth of ticks.

This is about the smallest difference between wait periods we can
rely on at the moment; in the glorious tickless future we can revisit
this.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/sys/timevar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-05-02 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat May  2 18:43:02 UTC 2020

Modified Files:
src/sys/sys: file.h

Log Message:
We don't have rnd_ctx anymore.


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 src/sys/sys/file.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-04-30 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Thu Apr 30 14:32:05 UTC 2020

Modified Files:
src/sys/sys: cdefs_elf.h

Log Message:
GNU as on ARM silently accepts @progbits, but interpretes it as comment
internally. LLVM bails out on the other hand. So conditionally this
properly.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/sys/sys/cdefs_elf.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-04-26 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Mon Apr 27 02:54:42 UTC 2020

Modified Files:
src/sys/sys: futex.h

Log Message:
Expose _FUTEX_ROBUST_HEAD_SIZE32 for !LP64; fix COMPAT_NETBSD32 for arm.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/sys/futex.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-04-25 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Sat Apr 25 07:23:21 UTC 2020

Modified Files:
src/sys/sys: threadpool.h

Log Message:
we use kcondvars, we need to include the header


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/sys/threadpool.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-04-23 Thread Jason R Thorpe
Module Name:src
Committed By:   thorpej
Date:   Fri Apr 24 03:22:52 UTC 2020

Modified Files:
src/sys/sys: param.h

Log Message:
NetBSD 9.99.59 -- LWP ID allocation changes.


To generate a diff of this commit:
cvs rdiff -u -r1.661 -r1.662 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-04-23 Thread Andrew Doran
Module Name:src
Committed By:   ad
Date:   Thu Apr 23 23:40:04 UTC 2020

Modified Files:
src/sys/sys: param.h

Log Message:
NetBSD 9.99.58 - ubc_uiomove needs to see new flag


To generate a diff of this commit:
cvs rdiff -u -r1.660 -r1.661 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-04-22 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Wed Apr 22 09:23:21 UTC 2020

Modified Files:
src/sys/sys: cdefs.h

Log Message:
For NO_KERNEL_RCSIDS, strip __RCSID() also for src/common/*.


To generate a diff of this commit:
cvs rdiff -u -r1.153 -r1.154 src/sys/sys/cdefs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-04-21 Thread Andrew Doran
Module Name:src
Committed By:   ad
Date:   Tue Apr 21 21:53:53 UTC 2020

Modified Files:
src/sys/sys: param.h

Log Message:
NetBSD 9.99.57 - cwdinfo changed


To generate a diff of this commit:
cvs rdiff -u -r1.659 -r1.660 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-04-21 Thread Andrew Doran
Module Name:src
Committed By:   ad
Date:   Tue Apr 21 21:46:07 UTC 2020

Modified Files:
src/sys/sys: filedesc.h

Log Message:
- Give cwdi_lock its own cache line, for multithreaded processes.
- Comments.


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 src/sys/sys/filedesc.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-04-18 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Sun Apr 19 03:12:26 UTC 2020

Modified Files:
src/sys/sys: sdt.h

Log Message:
do {...} while (0) to make DTRACE_PROBE macros proper statements.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/sys/sdt.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-04-18 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Sun Apr 19 03:12:35 UTC 2020

Modified Files:
src/sys/sys: sdt.h

Log Message:
Need  for uint32_t and uintptr_t.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/sys/sdt.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-04-17 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Fri Apr 17 14:59:23 UTC 2020

Modified Files:
src/sys/sys: cdefs.h

Log Message:
Don't use typedef at all for __CTASSERT1.


To generate a diff of this commit:
cvs rdiff -u -r1.152 -r1.153 src/sys/sys/cdefs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-04-17 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Fri Apr 17 14:33:42 UTC 2020

Modified Files:
src/sys/sys: cdefs.h

Log Message:
Fix __CTASSERT1() in sys/cdefs.h for recent Clang/LLVM

Clang now implements a restriction on giving non-C-compatible anonymous
structs a typedef name for linkage purposes, as described in C++ committee
paper `P1766R1 '.

https://reviews.llvm.org/D74103


To generate a diff of this commit:
cvs rdiff -u -r1.151 -r1.152 src/sys/sys/cdefs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-04-16 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Apr 16 22:13:51 UTC 2020

Modified Files:
src/sys/sys: ieee754.h

Log Message:
fix tense (Nelson Beebe)


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/sys/ieee754.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-04-10 Thread Andrew Doran
Module Name:src
Committed By:   ad
Date:   Fri Apr 10 23:58:48 UTC 2020

Modified Files:
src/sys/sys: param.h

Log Message:
NetBSD 9.99.56 - struct buf changed


To generate a diff of this commit:
cvs rdiff -u -r1.658 -r1.659 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-04-06 Thread Jaromir Dolecek
Module Name:src
Committed By:   jdolecek
Date:   Mon Apr  6 09:32:54 UTC 2020

Modified Files:
src/sys/sys: mbuf.h

Log Message:
define M_CSUM_BLANK, eventually to be used by xennet(4)/xvif(4) to offload
checksums to NIC hw


To generate a diff of this commit:
cvs rdiff -u -r1.226 -r1.227 src/sys/sys/mbuf.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-04-06 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Mon Apr  6 08:28:53 UTC 2020

Modified Files:
src/sys/sys: param.h

Log Message:
Welcome to 9.99.55!

struct proc regained p_oppid.


To generate a diff of this commit:
cvs rdiff -u -r1.657 -r1.658 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-04-05 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Apr  5 20:53:46 UTC 2020

Modified Files:
src/sys/sys: proc.h

Log Message:
There is no "s" lock.


To generate a diff of this commit:
cvs rdiff -u -r1.360 -r1.361 src/sys/sys/proc.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-04-04 Thread Andrew Doran
Module Name:src
Committed By:   ad
Date:   Sat Apr  4 23:58:54 UTC 2020

Modified Files:
src/sys/sys: param.h

Log Message:
NetBSD 9.99.54 - namei changes.


To generate a diff of this commit:
cvs rdiff -u -r1.656 -r1.657 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-04-04 Thread Jason R Thorpe
Module Name:src
Committed By:   thorpej
Date:   Sat Apr  4 20:21:26 UTC 2020

Modified Files:
src/sys/sys: param.h

Log Message:
NetBSD 9.99.53 -- struct lwp changed.


To generate a diff of this commit:
cvs rdiff -u -r1.655 -r1.656 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-03-30 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Mon Mar 30 20:17:42 UTC 2020

Modified Files:
src/sys/sys: fcntl.h

Log Message:
Expose F_DUPFD_CLOEXEC to POSIX >= 200809


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/sys/sys/fcntl.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-03-30 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Mar 30 09:32:46 UTC 2020

Modified Files:
src/sys/sys: disklabel.h

Log Message:
Match indentation of previous entries.


To generate a diff of this commit:
cvs rdiff -u -r1.123 -r1.124 src/sys/sys/disklabel.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-03-30 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Mar 30 09:19:06 UTC 2020

Modified Files:
src/sys/sys: disklabel.h

Log Message:
Now that we have a partition type for it, also add FS_ZFS.


To generate a diff of this commit:
cvs rdiff -u -r1.122 -r1.123 src/sys/sys/disklabel.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-03-26 Thread Andrew Doran
Module Name:src
Committed By:   ad
Date:   Thu Mar 26 21:15:14 UTC 2020

Modified Files:
src/sys/sys: syncobj.h

Log Message:
SOBJ_SLEEPQ_FIFO is gone


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/sys/syncobj.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-03-26 Thread Andrew Doran
Module Name:src
Committed By:   ad
Date:   Thu Mar 26 19:47:23 UTC 2020

Modified Files:
src/sys/sys: param.h

Log Message:
NetBSD 9.99.52 - sleepq_t & kcondvar_t shrunk


To generate a diff of this commit:
cvs rdiff -u -r1.654 -r1.655 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-03-23 Thread Andrew Doran
Module Name:src
Committed By:   ad
Date:   Mon Mar 23 23:28:11 UTC 2020

Modified Files:
src/sys/sys: namei.src

Log Message:
Update comments


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/sys/sys/namei.src

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-03-23 Thread Andrew Doran
Module Name:src
Committed By:   ad
Date:   Mon Mar 23 19:14:06 UTC 2020

Modified Files:
src/sys/sys: syncobj.h

Log Message:
Cosmetic tweak


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/sys/syncobj.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-03-22 Thread Andrew Doran
Module Name:src
Committed By:   ad
Date:   Sun Mar 22 14:43:05 UTC 2020

Modified Files:
src/sys/sys: param.h

Log Message:
NetBSD 9.99.51 - namecache changes


To generate a diff of this commit:
cvs rdiff -u -r1.653 -r1.654 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2020-03-21 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Sun Mar 22 00:25:01 UTC 2020

Modified Files:
src/sys/sys: cdefs_elf.h

Log Message:
Revert previous

Clang protests:

error: 'no_sanitize' attribute only applies to functions and methods


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/sys/sys/cdefs_elf.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



  1   2   3   4   5   6   7   8   9   10   >