CVS commit: src/sys/compat/common

2023-12-09 Thread Greg Oster
Module Name:src Committed By: oster Date: Sat Dec 9 20:31:57 UTC 2023 Modified Files: src/sys/compat/common: compat_90_mod.c net_inet6_nd_90.c Log Message: Allow kernels builds which don't define INET6 to compile compat bits too. To generate a diff of this commit: cvs

CVS commit: src/sys/compat/common

2023-12-09 Thread Greg Oster
Module Name:src Committed By: oster Date: Sat Dec 9 20:31:57 UTC 2023 Modified Files: src/sys/compat/common: compat_90_mod.c net_inet6_nd_90.c Log Message: Allow kernels builds which don't define INET6 to compile compat bits too. To generate a diff of this commit: cvs

CVS commit: src/sys/compat/common

2022-12-19 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Dec 20 00:11:14 UTC 2022 Removed Files: src/sys/compat/common: Makefile Makefile.inc Makefile.sysio Makefile.sysv Log Message: Remove sys/compat/common/Makefile.*. These files are not used anymore. Files for

CVS commit: src/sys/compat/common

2022-12-19 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Dec 20 00:11:14 UTC 2022 Removed Files: src/sys/compat/common: Makefile Makefile.inc Makefile.sysio Makefile.sysv Log Message: Remove sys/compat/common/Makefile.*. These files are not used anymore. Files for

CVS commit: src/sys/compat/common

2022-09-21 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Sep 21 07:15:24 UTC 2022 Modified Files: src/sys/compat/common: compat_50_quota.c Log Message: compat_50_quota: reject invalid quota id types. Reported-by: syzbot+ce8391eb74a16e196...@syzkaller.appspotmail.com To

CVS commit: src/sys/compat/common

2022-09-21 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Sep 21 07:15:24 UTC 2022 Modified Files: src/sys/compat/common: compat_50_quota.c Log Message: compat_50_quota: reject invalid quota id types. Reported-by: syzbot+ce8391eb74a16e196...@syzkaller.appspotmail.com To

CVS commit: src/sys/compat/common

2022-09-02 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Sep 3 03:11:56 UTC 2022 Modified Files: src/sys/compat/common: if_spppsubr50.c Log Message: Remove To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/compat/common/if_spppsubr50.c Please note that diffs

CVS commit: src/sys/compat/common

2022-09-02 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Sep 3 03:11:56 UTC 2022 Modified Files: src/sys/compat/common: if_spppsubr50.c Log Message: Remove To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/compat/common/if_spppsubr50.c Please note that diffs

CVS commit: src/sys/compat/common

2022-08-02 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 3 01:38:51 UTC 2022 Modified Files: src/sys/compat/common: if_media_80.c Log Message: sys/compat/common/if_media_80.c: Add kernel rcsid. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/compat/common

2022-08-02 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Aug 3 01:38:51 UTC 2022 Modified Files: src/sys/compat/common: if_media_80.c Log Message: sys/compat/common/if_media_80.c: Add kernel rcsid. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/compat/common

2022-07-10 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jul 10 13:57:14 UTC 2022 Modified Files: src/sys/compat/common: tty_43.c Log Message: tty_43: Do unsigned arithmetic to avoid shift into sign bits. Omit input validation -- it's not a great idea for compatibility with

CVS commit: src/sys/compat/common

2022-07-10 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jul 10 13:57:14 UTC 2022 Modified Files: src/sys/compat/common: tty_43.c Log Message: tty_43: Do unsigned arithmetic to avoid shift into sign bits. Omit input validation -- it's not a great idea for compatibility with

CVS commit: src/sys/compat/common

2022-03-12 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Mar 12 20:46:03 UTC 2022 Modified Files: src/sys/compat/common: vfs_syscalls_30.c Log Message: compat_30: Fix thinko in previous. Let's not go into an infinite loop of stack smashing! To generate a diff of this commit:

CVS commit: src/sys/compat/common

2022-03-12 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Mar 12 20:46:03 UTC 2022 Modified Files: src/sys/compat/common: vfs_syscalls_30.c Log Message: compat_30: Fix thinko in previous. Let's not go into an infinite loop of stack smashing! To generate a diff of this commit:

CVS commit: src/sys/compat/common

2022-03-12 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Mar 12 15:54:24 UTC 2022 Modified Files: src/sys/compat/common: vfs_syscalls_30.c Log Message: compat_30: Avoid what might be technically undefined behaviour. Not sure advancing a user pointer by one for the purpose of

CVS commit: src/sys/compat/common

2022-03-12 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Mar 12 15:54:24 UTC 2022 Modified Files: src/sys/compat/common: vfs_syscalls_30.c Log Message: compat_30: Avoid what might be technically undefined behaviour. Not sure advancing a user pointer by one for the purpose of

CVS commit: src/sys/compat/common

2021-12-01 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Dec 2 04:26:10 UTC 2021 Modified Files: src/sys/compat/common: kern_sig_16.c Log Message: don't call MODULE_HOOK_SET(), if exec_sigcode_alloc() fails. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/compat/common

2021-12-01 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Dec 2 04:26:10 UTC 2021 Modified Files: src/sys/compat/common: kern_sig_16.c Log Message: don't call MODULE_HOOK_SET(), if exec_sigcode_alloc() fails. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/compat/common

2019-10-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 28 23:32:15 UTC 2019 Modified Files: src/sys/compat/common: compat_90_mod.c Log Message: Don't ignore EBUSY from disestablish or we can crash by unloading busy syscalls. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/compat/common

2019-10-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 28 23:32:15 UTC 2019 Modified Files: src/sys/compat/common: compat_90_mod.c Log Message: Don't ignore EBUSY from disestablish or we can crash by unloading busy syscalls. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/compat/common

2019-10-03 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Oct 4 05:48:11 UTC 2019 Modified Files: src/sys/compat/common: rtsock_50.c Log Message: Make clog static. Found by lgtm bot. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/compat/common/rtsock_50.c

CVS commit: src/sys/compat/common

2019-10-03 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Oct 4 05:48:11 UTC 2019 Modified Files: src/sys/compat/common: rtsock_50.c Log Message: Make clog static. Found by lgtm bot. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/compat/common/rtsock_50.c

CVS commit: src/sys/compat/common

2019-10-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Oct 3 19:56:16 UTC 2019 Modified Files: src/sys/compat/common: compat_80_mod.c Log Message: Since we now have a compat_90 module, the compat_80 module should depend on it. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/compat/common

2019-10-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Oct 3 19:56:16 UTC 2019 Modified Files: src/sys/compat/common: compat_80_mod.c Log Message: Since we now have a compat_90 module, the compat_80 module should depend on it. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/compat/common

2019-09-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 26 01:28:27 UTC 2019 Modified Files: src/sys/compat/common: if_media_80.c rndpseudo_50.c usb_subr_30.c vfs_syscalls_20.c Log Message: fix sign-compare issues. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/compat/common

2019-09-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 26 01:28:27 UTC 2019 Modified Files: src/sys/compat/common: if_media_80.c rndpseudo_50.c usb_subr_30.c vfs_syscalls_20.c Log Message: fix sign-compare issues. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/compat/common

2019-09-23 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Sep 23 06:53:09 UTC 2019 Modified Files: src/sys/compat/common: if_43.c Log Message: Remove unused assignment. Found by the lgtm bot. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/compat/common/if_43.c

CVS commit: src/sys/compat/common

2019-09-23 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Sep 23 06:53:09 UTC 2019 Modified Files: src/sys/compat/common: if_43.c Log Message: Remove unused assignment. Found by the lgtm bot. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/compat/common/if_43.c

CVS commit: src/sys/compat/common

2019-09-20 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Fri Sep 20 15:05:22 UTC 2019 Modified Files: src/sys/compat/common: kern_select_50.c Log Message: Validate usec ranges in compat_50_sys_select() Later in the code selcommon() checks for proper timespec, check only correct usec of

CVS commit: src/sys/compat/common

2019-09-20 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Fri Sep 20 15:05:22 UTC 2019 Modified Files: src/sys/compat/common: kern_select_50.c Log Message: Validate usec ranges in compat_50_sys_select() Later in the code selcommon() checks for proper timespec, check only correct usec of

CVS commit: src/sys/compat/common

2019-06-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 17 14:59:15 UTC 2019 Modified Files: src/sys/compat/common: vfs_syscalls_50.c Log Message: Add QUOTA ifdef (Paul Goyette) To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

CVS commit: src/sys/compat/common

2019-06-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 17 14:59:15 UTC 2019 Modified Files: src/sys/compat/common: vfs_syscalls_50.c Log Message: Add QUOTA ifdef (Paul Goyette) To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

CVS commit: src/sys/compat/common

2019-06-17 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Jun 17 14:13:13 UTC 2019 Modified Files: src/sys/compat/common: vfs_syscalls_50.c Log Message: Use tabs, not spaces, for indentation. NFCI To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/sys/compat/common

2019-06-17 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Jun 17 14:13:13 UTC 2019 Modified Files: src/sys/compat/common: vfs_syscalls_50.c Log Message: Use tabs, not spaces, for indentation. NFCI To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/sys/compat/common

2019-06-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 17 12:27:40 UTC 2019 Modified Files: src/sys/compat/common: vfs_syscalls_50.c Log Message: If we don't compile a kernel with QUOTA, we don't support the compat quota syscalls. XXX: need to fix the modules build. To

CVS commit: src/sys/compat/common

2019-06-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 17 12:27:40 UTC 2019 Modified Files: src/sys/compat/common: vfs_syscalls_50.c Log Message: If we don't compile a kernel with QUOTA, we don't support the compat quota syscalls. XXX: need to fix the modules build. To

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

2019-01-28 Thread Paul Goyette
On Mon, 28 Jan 2019, bch wrote: I take it back. Your email seemed to beat the repo commit, but my latest update built a working kernel. Thx. Oh, thank goodness! I was just about to ask you to run the failing command under ktrace... I'm so very glad it is (or appears to be) fixed. -bch

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

2019-01-28 Thread bch
I take it back. Your email seemed to beat the repo commit, but my latest update built a working kernel. Thx. -bch On Mon, Jan 28, 2019 at 8:57 PM bch wrote: > This still doesn’t seem to be working... up-to-the-minute src here. > > -bch > > On Mon, Jan 28, 2019 at 8:01 PM Paul Goyette wrote: >

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

2019-01-28 Thread bch
This still doesn’t seem to be working... up-to-the-minute src here. -bch On Mon, Jan 28, 2019 at 8:01 PM Paul Goyette wrote: > Module Name:src > Committed By: pgoyette > Date: Tue Jan 29 04:01:45 UTC 2019 > > Modified Files: > src/sys/compat/common: if_43.c > > Log

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

2017-12-17 Thread matthew green
> >> Modified Files: > >>src/sys/compat/common: Makefile.inc > >> > >> Log Message: > >> Build libcompat as an object, not as a library. We want all of its > >> functions compiled in, because compat modules loaded from the filesystem > >> may depend on them. > > > > this breaks mips64

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

2017-12-17 Thread Michael
Hello, On Sun, 17 Dec 2017 10:48:33 +0100 Maxime Villard wrote: > >> Modified Files: > >>src/sys/compat/common: Makefile.inc > >> > >> Log Message: > >> Build libcompat as an object, not as a library. We want all of its > >> functions compiled in, because compat modules

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

2017-12-17 Thread Maxime Villard
Le 17/12/2017 à 09:58, matthew green a écrit : "Maxime Villard" writes: Module Name:src Committed By: maxv Date: Sat Dec 16 08:31:36 UTC 2017 Modified Files: src/sys/compat/common: Makefile.inc Log Message: Build libcompat as an object, not as a library. We want all of

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

2017-12-17 Thread matthew green
"Maxime Villard" writes: > Module Name: src > Committed By: maxv > Date: Sat Dec 16 08:31:36 UTC 2017 > > Modified Files: > src/sys/compat/common: Makefile.inc > > Log Message: > Build libcompat as an object, not as a library. We want all of its > functions compiled in, because

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

2017-12-16 Thread Maxime Villard
Le 16/12/2017 à 09:36, Paul Goyette a écrit : Sounds to me like this could/should be its own module compat_lib and other modules which require its functions can put compat_lib in their required-modules list so it can be auto-loaded. Yes, it should be something like that. Right now however I'm

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

2017-12-16 Thread Paul Goyette
Sounds to me like this could/should be its own module compat_lib and other modules which require its functions can put compat_lib in their required-modules list so it can be auto-loaded. On Sat, 16 Dec 2017, Maxime Villard wrote: Module Name:src Committed By: maxv Date: Sat

CVS commit: src/sys/compat/common

2010-03-02 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Mar 2 14:23:40 UTC 2010 Modified Files: src/sys/compat/common: vfs_syscalls_43.c Log Message: fs_union.h is not used here anymore ... diudau To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52

CVS commit: src/sys/compat/common

2010-03-02 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Mar 2 14:23:40 UTC 2010 Modified Files: src/sys/compat/common: vfs_syscalls_43.c Log Message: fs_union.h is not used here anymore ... diudau To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52