Module Name:src
Committed By: mlelstv
Date: Tue Dec 10 10:52:05 UTC 2024
Modified Files:
src/sys/compat/common: kern_sig_16.c
Log Message:
It's __aarch64__, not __arch64__.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/compat/common/kern_sig_16.c
Module Name:src
Committed By: mlelstv
Date: Tue Dec 10 10:52:05 UTC 2024
Modified Files:
src/sys/compat/common: kern_sig_16.c
Log Message:
It's __aarch64__, not __arch64__.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/compat/common/kern_sig_16.c
Module Name:src
Committed By: christos
Date: Mon May 20 02:36:33 UTC 2024
Modified Files:
src/sys/compat/common: files.common
Log Message:
remove dup line
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/compat/common/files.common
Please note that d
Module Name:src
Committed By: christos
Date: Mon May 20 02:36:33 UTC 2024
Modified Files:
src/sys/compat/common: files.common
Log Message:
remove dup line
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/compat/common/files.common
Please note that d
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 r
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 r
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 com
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 com
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 generate
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 generate
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
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
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 src/sys/compat/comm
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 src/sys/compat/comm
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
hist
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
hist
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:
c
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:
c
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 mak
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 mak
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 src/sys/compat/
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 src/sys/compat/
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
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
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
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
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 -
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 -
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 -u
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 -u
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
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
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
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
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 src/sys/compat/common/vfs_syscalls
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 src/sys/compat/common/vfs_syscalls
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 src/sys/compat/commo
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 src/sys/compat/commo
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 gen
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 gen
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
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:
>
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 Messa
> >> 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 kernels:
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 loaded from the files
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
"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 com
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 t
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
Module Name:src
Committed By: pooka
Date: Fri Mar 5 16:55:57 UTC 2010
Modified Files:
src/sys/compat/common: compat_mod.c
Log Message:
Reset sendsig_sigcontext_vec at fini to avoid having it point at
garbage and to allow re-init of the module (if DIAGNOSTIC).
To generat
Module Name:src
Committed By: pooka
Date: Fri Mar 5 16:55:57 UTC 2010
Modified Files:
src/sys/compat/common: compat_mod.c
Log Message:
Reset sendsig_sigcontext_vec at fini to avoid having it point at
garbage and to allow re-init of the module (if DIAGNOSTIC).
To generat
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 src/sys/compat/common
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 src/sys/compat/common
53 matches
Mail list logo