CVS commit: src/sys/compat/sys

2024-01-20 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Jan 20 08:40:37 UTC 2024 Modified Files: src/sys/compat/sys: resource.h Log Message: Now that rusage_to_rusage50() has switched from being an external function, to a static inline, we need for it to work. Not all callers

CVS commit: src/sys/compat/sys

2024-01-20 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Jan 20 08:40:37 UTC 2024 Modified Files: src/sys/compat/sys: resource.h Log Message: Now that rusage_to_rusage50() has switched from being an external function, to a static inline, we need for it to work. Not all callers

CVS commit: src/sys/compat/sys

2023-07-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jul 29 11:58:53 UTC 2023 Modified Files: src/sys/compat/sys: event.h Log Message: Sprinkle __inline to compat_100___kevent50_{fetch_changes,put_events} To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/compat/sys

2023-07-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Jul 29 11:58:53 UTC 2023 Modified Files: src/sys/compat/sys: event.h Log Message: Sprinkle __inline to compat_100___kevent50_{fetch_changes,put_events} To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/compat/sys

2021-08-30 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 30 08:40:00 UTC 2021 Modified Files: src/sys/compat/sys: mount.h Log Message: sys/compat: Don't clobber f_oflags with zero. Mistake was introduced in previous refactoring. To generate a diff of this commit: cvs

CVS commit: src/sys/compat/sys

2021-08-30 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 30 08:40:00 UTC 2021 Modified Files: src/sys/compat/sys: mount.h Log Message: sys/compat: Don't clobber f_oflags with zero. Mistake was introduced in previous refactoring. To generate a diff of this commit: cvs

CVS commit: src/sys/compat/sys

2020-07-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jul 3 19:00:01 UTC 2020 Modified Files: src/sys/compat/sys: statvfs.h Log Message: sync with mount.h, always use the structure size. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/compat/sys

2020-07-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jul 3 19:00:01 UTC 2020 Modified Files: src/sys/compat/sys: statvfs.h Log Message: sync with mount.h, always use the structure size. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/compat/sys

2020-07-03 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Fri Jul 3 18:49:38 UTC 2020 Modified Files: src/sys/compat/sys: mount.h Log Message: don't overallocate (follows similar change to compat/sys/statvfs.h) To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/sys/compat/sys

2020-07-03 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Fri Jul 3 18:49:38 UTC 2020 Modified Files: src/sys/compat/sys: mount.h Log Message: don't overallocate (follows similar change to compat/sys/statvfs.h) To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/sys/compat/sys

2020-07-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jul 3 14:08:53 UTC 2020 Modified Files: src/sys/compat/sys: statvfs.h Log Message: don't overallocate (requested by maxv@) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/compat/sys/statvfs.h Please

CVS commit: src/sys/compat/sys

2020-07-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jul 3 14:08:53 UTC 2020 Modified Files: src/sys/compat/sys: statvfs.h Log Message: don't overallocate (requested by maxv@) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/compat/sys/statvfs.h Please

Re: CVS commit: src/sys/compat/sys

2020-06-28 Thread Christos Zoulas
> On Jun 28, 2020, at 10:24 AM, Robert Elz wrote: > >Date:Sat, 27 Jun 2020 11:49:30 -0400 >From:"Christos Zoulas" >Message-ID: <20200627154930.84e22f...@cvs.netbsd.org> > > | Modified Files: > |src/sys/compat/sys: mount.h > | > | Log Message: > | Ignore

Re: CVS commit: src/sys/compat/sys

2020-06-28 Thread Robert Elz
Date:Sat, 27 Jun 2020 11:49:30 -0400 From:"Christos Zoulas" Message-ID: <20200627154930.84e22f...@cvs.netbsd.org> | Modified Files: | src/sys/compat/sys: mount.h | | Log Message: | Ignore the supplied size, and always use the argument size that we know.

CVS commit: src/sys/compat/sys

2020-06-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jun 27 15:49:30 UTC 2020 Modified Files: src/sys/compat/sys: mount.h Log Message: Ignore the supplied size, and always use the argument size that we know. Found by maxv@ To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/compat/sys

2020-06-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jun 27 15:49:30 UTC 2020 Modified Files: src/sys/compat/sys: mount.h Log Message: Ignore the supplied size, and always use the argument size that we know. Found by maxv@ To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/compat/sys

2020-06-27 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Jun 27 07:00:43 UTC 2020 Modified Files: src/sys/compat/sys: mount.h Log Message: Yet another idiotic compat syscall that was developed with literally zero test made. Simply invoking this syscall with _valid parameters_

CVS commit: src/sys/compat/sys

2020-06-27 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Jun 27 07:00:43 UTC 2020 Modified Files: src/sys/compat/sys: mount.h Log Message: Yet another idiotic compat syscall that was developed with literally zero test made. Simply invoking this syscall with _valid parameters_

CVS commit: src/sys/compat/sys

2019-09-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 26 01:29:00 UTC 2019 Modified Files: src/sys/compat/sys: socket.h Log Message: accrightslen is always used in an unsigned context so make it. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

CVS commit: src/sys/compat/sys

2019-09-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 26 01:29:00 UTC 2019 Modified Files: src/sys/compat/sys: socket.h Log Message: accrightslen is always used in an unsigned context so make it. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

CVS commit: src/sys/compat/sys

2019-09-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 22 23:18:53 UTC 2019 Added Files: src/sys/compat/sys: statvfs.h Log Message: new files for statvfs90 To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/compat/sys/statvfs.h Please note that diffs are

CVS commit: src/sys/compat/sys

2019-09-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 22 23:18:53 UTC 2019 Added Files: src/sys/compat/sys: statvfs.h Log Message: new files for statvfs90 To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/compat/sys/statvfs.h Please note that diffs are

CVS commit: src/sys/compat/sys

2019-06-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 30 14:37:33 UTC 2019 Modified Files: src/sys/compat/sys: sigtypes.h ucontext.h Log Message: This code is used in 32 bit arm emulations so always expose the stack32_t and the 32 bit machine context structure definition

CVS commit: src/sys/compat/sys

2019-06-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 30 14:37:33 UTC 2019 Modified Files: src/sys/compat/sys: sigtypes.h ucontext.h Log Message: This code is used in 32 bit arm emulations so always expose the stack32_t and the 32 bit machine context structure definition

CVS commit: src/sys/compat/sys

2019-06-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jun 30 08:49:21 UTC 2019 Modified Files: src/sys/compat/sys: siginfo.h Log Message: Provide the compat structures even if not building 64bit kernels, as we have same-bitness netbsd32 emulations for different ABIs on some

CVS commit: src/sys/compat/sys

2019-06-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jun 30 08:49:21 UTC 2019 Modified Files: src/sys/compat/sys: siginfo.h Log Message: Provide the compat structures even if not building 64bit kernels, as we have same-bitness netbsd32 emulations for different ABIs on some

Re: CVS commit: src/sys/compat/sys

2019-06-28 Thread maya
On Fri, Jun 28, 2019 at 05:03:37AM -0700, Jason Thorpe wrote: > > > On Jun 26, 2019, at 7:10 PM, matthew green wrote: > > > >> Always include the 32 bit structure and definitions on _LP64 regardless > >> of compat32 being on or off, because we want the headers to work when > >> compiling

Re: CVS commit: src/sys/compat/sys

2019-06-28 Thread Jason Thorpe
> On Jun 26, 2019, at 7:10 PM, matthew green wrote: > >> Always include the 32 bit structure and definitions on _LP64 regardless >> of compat32 being on or off, because we want the headers to work when >> compiling modular kernels. Of course the 32 bit structs do not make sense >> on platforms

re: CVS commit: src/sys/compat/sys

2019-06-27 Thread matthew green
> Always include the 32 bit structure and definitions on _LP64 regardless > of compat32 being on or off, because we want the headers to work when > compiling modular kernels. Of course the 32 bit structs do not make sense > on platforms that don't have 32 bit modes (alpha), but we don't have > a

CVS commit: src/sys/compat/sys

2019-06-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jun 27 02:44:54 UTC 2019 Modified Files: src/sys/compat/sys: rnd.h Log Message: This actually needs the netbsd32 stuff present since the struct for the 32 bit syscall has a netbsd32_voidp... This header is used also for

CVS commit: src/sys/compat/sys

2019-06-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jun 27 02:44:54 UTC 2019 Modified Files: src/sys/compat/sys: rnd.h Log Message: This actually needs the netbsd32 stuff present since the struct for the 32 bit syscall has a netbsd32_voidp... This header is used also for

CVS commit: src/sys/compat/sys

2019-06-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jun 27 01:58:49 UTC 2019 Modified Files: src/sys/compat/sys: rnd.h siginfo.h sigtypes.h ttycom.h ucontext.h Log Message: Always include the 32 bit structure and definitions on _LP64 regardless of compat32 being on or off,

CVS commit: src/sys/compat/sys

2019-06-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jun 27 01:58:49 UTC 2019 Modified Files: src/sys/compat/sys: rnd.h siginfo.h sigtypes.h ttycom.h ucontext.h Log Message: Always include the 32 bit structure and definitions on _LP64 regardless of compat32 being on or off,

CVS commit: src/sys/compat/sys

2019-06-19 Thread Maya Rashish
Module Name:src Committed By: maya Date: Wed Jun 19 16:14:07 UTC 2019 Modified Files: src/sys/compat/sys: siginfo.h Log Message: Match the regular _ksiginfo size since sys/sys/siginfo.h:1.33 "Expand siginfo_t (struct size not changed) to new values for SIGTRAP

CVS commit: src/sys/compat/sys

2019-06-19 Thread Maya Rashish
Module Name:src Committed By: maya Date: Wed Jun 19 16:14:07 UTC 2019 Modified Files: src/sys/compat/sys: siginfo.h Log Message: Match the regular _ksiginfo size since sys/sys/siginfo.h:1.33 "Expand siginfo_t (struct size not changed) to new values for SIGTRAP

CVS commit: src/sys/compat/sys

2019-04-10 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Apr 11 04:43:40 UTC 2019 Modified Files: src/sys/compat/sys: sockio.h Log Message: Restore sys/ioccom.h. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/compat/sys/sockio.h Please note that diffs

CVS commit: src/sys/compat/sys

2019-04-10 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Apr 11 04:43:40 UTC 2019 Modified Files: src/sys/compat/sys: sockio.h Log Message: Restore sys/ioccom.h. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/compat/sys/sockio.h Please note that diffs

CVS commit: src/sys/compat/sys

2019-04-10 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Apr 11 04:42:08 UTC 2019 Modified Files: src/sys/compat/sys: socket.h sockio.h Log Message: Remove unused macro definitions. OK'd by pgoyette. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/sys/compat/sys

2019-04-10 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Apr 11 04:42:08 UTC 2019 Modified Files: src/sys/compat/sys: socket.h sockio.h Log Message: Remove unused macro definitions. OK'd by pgoyette. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/sys/compat/sys

2019-04-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Apr 10 04:37:00 UTC 2019 Modified Files: src/sys/compat/sys: sockio.h Log Message: Whitespace change. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/compat/sys/sockio.h Please

CVS commit: src/sys/compat/sys

2019-04-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Apr 10 04:37:00 UTC 2019 Modified Files: src/sys/compat/sys: sockio.h Log Message: Whitespace change. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/compat/sys/sockio.h Please

CVS commit: src/sys/compat/sys

2019-04-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Apr 10 04:28:03 UTC 2019 Modified Files: src/sys/compat/sys: sockio.h Log Message: Fix ifdata"o2n"() macro. This is not a real bug because this macro is not used from anywhere. Both of SIOCGIFDATA and SIOCZIFDATA use "n2o"

CVS commit: src/sys/compat/sys

2019-04-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Apr 10 04:28:03 UTC 2019 Modified Files: src/sys/compat/sys: sockio.h Log Message: Fix ifdata"o2n"() macro. This is not a real bug because this macro is not used from anywhere. Both of SIOCGIFDATA and SIOCZIFDATA use "n2o"

CVS commit: src/sys/compat/sys

2019-02-21 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Feb 21 08:25:00 UTC 2019 Modified Files: src/sys/compat/sys: ipc.h Log Message: include libkern.h or strings.h. should fix i386 build issues. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/compat/sys

2019-02-21 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Feb 21 08:25:00 UTC 2019 Modified Files: src/sys/compat/sys: ipc.h Log Message: include libkern.h or strings.h. should fix i386 build issues. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/compat/sys

2019-01-27 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Jan 28 01:01:59 UTC 2019 Modified Files: src/sys/compat/sys: module.h Log Message: Use the correct macro name for dup-include checking To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/compat/sys

2019-01-27 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Jan 28 01:01:59 UTC 2019 Modified Files: src/sys/compat/sys: module.h Log Message: Use the correct macro name for dup-include checking To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/compat/sys

2019-01-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 27 02:58:48 UTC 2019 Modified Files: src/sys/compat/sys: cpuio.h Log Message: remove extra ifdef. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/compat/sys/cpuio.h Please note that diffs are not

CVS commit: src/sys/compat/sys

2019-01-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 27 02:58:48 UTC 2019 Modified Files: src/sys/compat/sys: cpuio.h Log Message: remove extra ifdef. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/compat/sys/cpuio.h Please note that diffs are not

Re: CVS commit: src/sys/compat/sys

2018-06-20 Thread Taylor R Campbell
> Date: Fri, 15 Jun 2018 19:55:28 +0700 > From: Robert Elz > > Another way would be > > static const struct timespec50 zts = { 0 }; > and > *ts50 = zts; I have nothing substantive to add about the question at hand, but one tiny nit: there is no need for the initializer in this

Re: CVS commit: src/sys/compat/sys

2018-06-15 Thread Valery Ushakov
On Fri, Jun 15, 2018 at 17:11:49 +0300, Valery Ushakov wrote: > It seems that with restrict we can just memset the whole struct and > the compiler will elide the memset completely when there's no pad to > scrub. Alas, with the real code the compiler cannot elide the memset. :( -uwe

Re: CVS commit: src/sys/compat/sys

2018-06-15 Thread Valery Ushakov
On Fri, Jun 15, 2018 at 19:55:28 +0700, Robert Elz wrote: > Date:Fri, 15 Jun 2018 12:41:56 +0300 > From:Valery Ushakov > Message-ID: <20180615094156.gd3...@pony.stderr.spb.ru> > > | Re memset - I now wonder if > | compiler is even allowed to be smart here b/c

Re: CVS commit: src/sys/compat/sys

2018-06-15 Thread Robert Elz
Date:Fri, 15 Jun 2018 12:41:56 +0300 From:Valery Ushakov Message-ID: <20180615094156.gd3...@pony.stderr.spb.ru> | Re memset - I now wonder if | compiler is even allowed to be smart here b/c strict aliasing Another way would be static const struct

Re: CVS commit: src/sys/compat/sys

2018-06-15 Thread Valery Ushakov
On Fri, Jun 15, 2018 at 18:05:29 +1000, matthew green wrote: > "Robert Elz" writes: > > Module Name:src > > Committed By: kre > > Date: Fri Jun 15 07:46:59 UTC 2018 > > > > Modified Files: > > src/sys/compat/sys: time_types.h > > > > Log Message: > > If we are

CVS commit: src/sys/compat/sys

2018-06-15 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Jun 15 08:17:38 UTC 2018 Modified Files: src/sys/compat/sys: time_types.h Log Message: Revert previous, mrg's fix is better (even with possible namespace issues, which I guess are not great in compat includes) the perils of

CVS commit: src/sys/compat/sys

2018-06-15 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Jun 15 08:17:38 UTC 2018 Modified Files: src/sys/compat/sys: time_types.h Log Message: Revert previous, mrg's fix is better (even with possible namespace issues, which I guess are not great in compat includes) the perils of

re: CVS commit: src/sys/compat/sys

2018-06-15 Thread matthew green
"Robert Elz" writes: > Module Name: src > Committed By: kre > Date: Fri Jun 15 07:46:59 UTC 2018 > > Modified Files: > src/sys/compat/sys: time_types.h > > Log Message: > If we are going to use offsetof() we'd need to include to > get it defined. Rather than deal with potential

CVS commit: src/sys/compat/sys

2018-06-15 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Jun 15 07:46:59 UTC 2018 Modified Files: src/sys/compat/sys: time_types.h Log Message: If we are going to use offsetof() we'd need to include to get it defined. Rather than deal with potential namespace issues with that, just

CVS commit: src/sys/compat/sys

2018-06-15 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Jun 15 07:46:59 UTC 2018 Modified Files: src/sys/compat/sys: time_types.h Log Message: If we are going to use offsetof() we'd need to include to get it defined. Rather than deal with potential namespace issues with that, just

CVS commit: src/sys/compat/sys

2018-06-15 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jun 15 07:33:27 UTC 2018 Modified Files: src/sys/compat/sys: time_types.h Log Message: include libkern.h or string.h & stddef.h, to get the offsetof() and memset() definitions. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/compat/sys

2018-06-15 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jun 15 07:33:27 UTC 2018 Modified Files: src/sys/compat/sys: time_types.h Log Message: include libkern.h or string.h & stddef.h, to get the offsetof() and memset() definitions. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/compat/sys

2018-04-15 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Apr 15 22:13:36 UTC 2018 Modified Files: src/sys/compat/sys: sockio.h Log Message: Remove unnecessary __BEGIN_DECLS ... __END_DECLS at Christos's suggestion. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/sys/compat/sys

2018-04-15 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Apr 15 22:13:36 UTC 2018 Modified Files: src/sys/compat/sys: sockio.h Log Message: Remove unnecessary __BEGIN_DECLS ... __END_DECLS at Christos's suggestion. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/sys/compat/sys

2018-03-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 15 03:22:23 UTC 2018 Modified Files: src/sys/compat/sys: uvm.h Log Message: tidy up To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/compat/sys/uvm.h Please note that diffs are not public domain;

CVS commit: src/sys/compat/sys

2018-03-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 15 03:22:23 UTC 2018 Modified Files: src/sys/compat/sys: uvm.h Log Message: tidy up To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/compat/sys/uvm.h Please note that diffs are not public domain;

CVS commit: src/sys/compat/sys

2017-07-29 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Jul 29 06:12:50 UTC 2017 Modified Files: src/sys/compat/sys: socket.h Log Message: Only compat_43 needs compat_osock. Note that the use of vec_compat_ifioctl is racy. To generate a diff of this commit: cvs rdiff -u -r1.14

CVS commit: src/sys/compat/sys

2017-07-29 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Jul 29 06:12:50 UTC 2017 Modified Files: src/sys/compat/sys: socket.h Log Message: Only compat_43 needs compat_osock. Note that the use of vec_compat_ifioctl is racy. To generate a diff of this commit: cvs rdiff -u -r1.14

CVS commit: src/sys/compat/sys

2016-08-27 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Aug 27 18:54:24 UTC 2016 Modified Files: src/sys/compat/sys: stat.h Log Message: update comment To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/compat/sys/stat.h Please note that diffs are not public

CVS commit: src/sys/compat/sys

2016-08-27 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Aug 27 18:54:24 UTC 2016 Modified Files: src/sys/compat/sys: stat.h Log Message: update comment To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/compat/sys/stat.h Please note that diffs are not public

CVS commit: src/sys/compat/sys

2016-04-07 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Apr 7 17:48:40 UTC 2016 Modified Files: src/sys/compat/sys: socket.h Log Message: include opt_compat_netbsd.h to get COMPAT_SOCKCRED70 defined. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/sys/compat/sys

2016-04-07 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Apr 7 17:48:40 UTC 2016 Modified Files: src/sys/compat/sys: socket.h Log Message: include opt_compat_netbsd.h to get COMPAT_SOCKCRED70 defined. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/sys/compat/sys

2015-04-14 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Tue Apr 14 06:11:15 UTC 2015 Modified Files: src/sys/compat/sys: rnd.h Log Message: Include rndio.h for missing defines. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/compat/sys/rnd.h Please note that diffs

CVS commit: src/sys/compat/sys

2015-04-14 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Tue Apr 14 06:11:15 UTC 2015 Modified Files: src/sys/compat/sys: rnd.h Log Message: Include rndio.h for missing defines. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/compat/sys/rnd.h Please note that diffs

CVS commit: src/sys/compat/sys

2015-04-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Apr 14 12:19:57 UTC 2015 Modified Files: src/sys/compat/sys: rnd.h Log Message: No need for sys/rnd.h here either. Missed this one yesterday too. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/compat/sys

2015-04-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Apr 14 12:19:57 UTC 2015 Modified Files: src/sys/compat/sys: rnd.h Log Message: No need for sys/rnd.h here either. Missed this one yesterday too. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/compat/sys

2014-01-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 28 01:29:35 UTC 2014 Modified Files: src/sys/compat/sys: dirent.h Log Message: add a struct for the 4.3BSD struct direct To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/compat/sys/dirent.h Please

CVS commit: src/sys/compat/sys

2014-01-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 28 01:29:35 UTC 2014 Modified Files: src/sys/compat/sys: dirent.h Log Message: add a struct for the 4.3BSD struct direct To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/compat/sys/dirent.h Please

CVS commit: src/sys/compat/sys

2012-10-19 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Oct 19 17:16:55 UTC 2012 Modified Files: src/sys/compat/sys: ttycom.h Log Message: Fix NetBSD version number in a comment To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/compat/sys/ttycom.h Please note

CVS commit: src/sys/compat/sys

2012-10-19 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Oct 19 17:16:55 UTC 2012 Modified Files: src/sys/compat/sys: ttycom.h Log Message: Fix NetBSD version number in a comment To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/compat/sys/ttycom.h Please note

CVS commit: src/sys/compat/sys

2012-10-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 10 22:51:12 UTC 2012 Added Files: src/sys/compat/sys: syslog.h Log Message: compat hook. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/compat/sys/syslog.h Please note that diffs are not public

CVS commit: src/sys/compat/sys

2012-10-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 10 22:51:12 UTC 2012 Added Files: src/sys/compat/sys: syslog.h Log Message: compat hook. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/compat/sys/syslog.h Please note that diffs are not public

CVS commit: src/sys/compat/sys

2012-03-18 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Sun Mar 18 21:48:47 UTC 2012 Modified Files: src/sys/compat/sys: ucontext.h Log Message: Add missing semi-colon. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/compat/sys/ucontext.h Please note that diffs

CVS commit: src/sys/compat/sys

2012-03-18 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Sun Mar 18 21:48:47 UTC 2012 Modified Files: src/sys/compat/sys: ucontext.h Log Message: Add missing semi-colon. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/compat/sys/ucontext.h Please note that diffs

Re: CVS commit: src/sys/compat/sys

2011-12-20 Thread Alan Barrett
On Tue, 20 Dec 2011, Matthias Drochner wrote: Module Name:src Committed By: drochner Date: Tue Dec 20 16:38:06 UTC 2011 Modified Files: src/sys/compat/sys: rnd.h Log Message: allow kernels w/o COMPAT_50 to build What was the actual problem? Nothing defined by this

Re: CVS commit: src/sys/compat/sys

2011-12-20 Thread Alan Barrett
On Tue, 20 Dec 2011, Alan Barrett wrote: On Tue, 20 Dec 2011, Matthias Drochner wrote: Modified Files: src/sys/compat/sys: rnd.h Log Message: allow kernels w/o COMPAT_50 to build What was the actual problem? Nothing defined by this file is supposed to be used in a kernel without

CVS commit: src/sys/compat/sys

2011-12-20 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Tue Dec 20 16:38:06 UTC 2011 Modified Files: src/sys/compat/sys: rnd.h Log Message: allow kernels w/o COMPAT_50 to build To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/compat/sys/rnd.h Please note that

CVS commit: src/sys/compat/sys

2011-12-20 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Tue Dec 20 16:38:06 UTC 2011 Modified Files: src/sys/compat/sys: rnd.h Log Message: allow kernels w/o COMPAT_50 to build To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/compat/sys/rnd.h Please note that

CVS commit: src/sys/compat/sys

2011-05-24 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue May 24 18:29:23 UTC 2011 Modified Files: src/sys/compat/sys: ipc.h Log Message: Give the body the same static inline treatment as the definition To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/compat/sys

2011-05-24 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue May 24 18:29:23 UTC 2011 Modified Files: src/sys/compat/sys: ipc.h Log Message: Give the body the same static inline treatment as the definition To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/compat/sys

2010-11-14 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Sun Nov 14 15:36:47 UTC 2010 Modified Files: src/sys/compat/sys: sockio.h Log Message: Include sys/ioccom.h directly because it's used. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/compat/sys/sockio.h

CVS commit: src/sys/compat/sys

2010-11-14 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Sun Nov 14 15:36:47 UTC 2010 Modified Files: src/sys/compat/sys: sockio.h Log Message: Include sys/ioccom.h directly because it's used. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/compat/sys/sockio.h

CVS commit: src/sys/compat/sys

2010-11-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Nov 7 19:45:06 UTC 2010 Modified Files: src/sys/compat/sys: sockio.h Log Message: If someone wants to define COMPAT_OIFDATA / COMPAT_OIFREQ outside of config, let them. To generate a diff of this commit: cvs rdiff -u -r1.8

CVS commit: src/sys/compat/sys

2010-11-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Nov 7 19:45:06 UTC 2010 Modified Files: src/sys/compat/sys: sockio.h Log Message: If someone wants to define COMPAT_OIFDATA / COMPAT_OIFREQ outside of config, let them. To generate a diff of this commit: cvs rdiff -u -r1.8

CVS commit: src/sys/compat/sys

2009-04-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Apr 1 21:15:23 UTC 2009 Modified Files: src/sys/compat/sys: shm.h Log Message: cast segsz to int. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/compat/sys/shm.h Please note that diffs are not