CVS commit: src/sys/compat/common

2019-04-14 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Apr 14 11:35:54 UTC 2019 Modified Files: src/sys/compat/common: vnd_50.c Log Message: Only need to #include sys/vnode.h once To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/compat/common/vnd_50.c

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-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/freebsd

2019-04-06 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Apr 6 17:42:28 UTC 2019 Modified Files: src/sys/compat/freebsd: freebsd_syscall.c Log Message: Revert previous (1.5) and return to the one before that (1.4), and just allow things to be broken if this is used on a system where

CVS commit: src/sys/compat/freebsd

2019-04-06 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Apr 6 17:27:59 UTC 2019 Modified Files: src/sys/compat/freebsd: freebsd_syscall.c Log Message: Revert previous. Instead change ufetch_long() to ufetch_int() in both calls (and also remove the cast on the earlier). These

CVS commit: src/sys/compat/freebsd

2019-04-06 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Apr 6 16:22:09 UTC 2019 Modified Files: src/sys/compat/freebsd: freebsd_syscall.c Log Message: If using a cast for to make it a u_long * is acceptable a few lines earlier, it should work here too. To generate a diff of this

CVS commit: src/sys/compat/linux/arch/alpha

2019-03-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 26 02:05:28 UTC 2019 Modified Files: src/sys/compat/linux/arch/alpha: linux_osf1.c Log Message: make this compile again. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/compat/linux/arch/alpha

2019-03-24 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Mar 24 16:39:47 UTC 2019 Modified Files: src/sys/compat/linux/arch/alpha: linux_syscall.h linux_syscallargs.h linux_syscalls.c linux_sysent.c Log Message: regen To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/compat

2019-03-24 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Mar 24 16:24:20 UTC 2019 Modified Files: src/sys/compat/linux/arch/alpha: files.linux_alpha syscalls.master src/sys/compat/osf1: files.osf1 Added Files: src/sys/compat/linux/arch/alpha: linux_osf1.c linux_osf1.h

CVS commit: src/sys/compat/osf1

2019-03-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 17 14:11:49 UTC 2019 Modified Files: src/sys/compat/osf1: files.osf1 Log Message: fix the build: include the needed osf1 files for compat_linux on alpha To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/sys/compat/ultrix

2019-03-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Mar 3 22:26:58 UTC 2019 Modified Files: src/sys/compat/ultrix: ultrix_syscall.h ultrix_syscallargs.h ultrix_syscalls.c ultrix_sysent.c Log Message: Regen To generate a diff of this commit: cvs rdiff -u -r1.74

CVS commit: src/sys/compat/ultrix

2019-03-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Mar 3 22:26:30 UTC 2019 Modified Files: src/sys/compat/ultrix: syscalls.master Log Message: The compat_09_{get,set}domainname() syscalls should not be defined based on existence of COMPAT_09. Make them modular instead,

CVS commit: src/sys/compat/ultrix

2019-03-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Mar 3 22:25:00 UTC 2019 Modified Files: src/sys/compat/ultrix: ultrix_mod.c Log Message: Fix the required-list for compat_ultrix. With the merge of the [pgoyette-compat] branch there is no longer a "compat" module;

CVS commit: src/sys/compat/netbsd32

2019-02-26 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Feb 27 03:01:08 UTC 2019 Removed Files: src/sys/compat/netbsd32: netbsd32_compat_14.c Log Message: this file was moved to netbsd32_compat_14_sysv.c. To generate a diff of this commit: cvs rdiff -u -r1.29 -r0

CVS commit: src/sys/compat/netbsd32

2019-02-25 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Feb 26 06:28:43 UTC 2019 Modified Files: src/sys/compat/netbsd32: netbsd32_exec_elf32.c Log Message: Push AT_STACKBASE. Otherwise, pthread_attr_getstack(3) cannot find the stack address for initial thread (LID 1). Now, rust for

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/netbsd32

2019-02-20 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Feb 21 05:02:21 UTC 2019 Modified Files: src/sys/compat/netbsd32: netbsd32_compat_14.c Log Message: fix naming errors in previous. (this file is no longer compiled, but this fix makes the pull up more obvious, before deleting

CVS commit: src/sys/compat/netbsd32

2019-02-19 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Feb 20 06:04:28 UTC 2019 Modified Files: src/sys/compat/netbsd32: netbsd32.h Log Message: use KASSERTMSG() in netbsd32_ptr32i(). To generate a diff of this commit: cvs rdiff -u -r1.122 -r1.123

CVS commit: src/sys/compat/netbsd32

2019-02-09 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Feb 9 11:30:13 UTC 2019 Modified Files: src/sys/compat/netbsd32: netbsd32.h Log Message: - expand the comment about what netbsd32_machdep.h should provide. - add missing NETBSD32_POINTER_TYPE - add static inline functions to

CVS commit: src/sys/compat/freebsd

2019-02-04 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Feb 5 00:40:15 UTC 2019 Modified Files: src/sys/compat/freebsd: freebsd_mod.c Log Message: Update compat_freebsd requirements list to use compat_09 vs compat To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/compat

2019-02-04 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Feb 5 00:32:18 UTC 2019 Modified Files: src/sys/compat/sunos: sunos_mod.c src/sys/compat/sunos32: sunos32_mod.c Log Message: The sunos and sunos32 modules require compat_09, not compat (the latter no longer

CVS commit: src/sys/compat/ossaudio

2019-02-01 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Feb 2 05:02:03 UTC 2019 Modified Files: src/sys/compat/ossaudio: ossaudio.c Log Message: Correct debug messages. To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 src/sys/compat/ossaudio/ossaudio.c Please note

CVS commit: src/sys/compat/netbsd32

2019-01-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 31 16:03:50 UTC 2019 Modified Files: src/sys/compat/netbsd32: netbsd32_module.c Log Message: remove unused variable To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/compat/netbsd32/netbsd32_module.c

CVS commit: src/sys/compat/netbsd32

2019-01-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jan 30 02:00:02 UTC 2019 Modified Files: src/sys/compat/netbsd32: netbsd32_compat_80.c Log Message: Remove #ifdef COMPAT_80 The file will only be selected if "options COMPAT_80" is defined in the config file. The

CVS commit: src/sys/compat/ossaudio

2019-01-29 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Tue Jan 29 12:01:20 UTC 2019 Modified Files: src/sys/compat/ossaudio: ossaudio.c Log Message: Revert a wrong OSS_SNDCTL_DSP_GETOSPACE part of rev1.70. - 'fragments' is the number of full free blocks and should not be negative

CVS commit: src/sys/compat/common

2019-01-28 Thread Paul Goyette
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 Message: The if43_20_hook function returns an errno; use it to determine whether to allow conversion of the ioctl cmd --> ncmd Should address

CVS commit: src/sys/compat/netbsd32

2019-01-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Jan 28 18:53:52 UTC 2019 Modified Files: src/sys/compat/netbsd32: netbsd32_compat_40.c Log Message: add missing includes To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/compat/netbsd32

2019-01-28 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Jan 28 13:13:02 UTC 2019 Modified Files: src/sys/compat/netbsd32: netbsd32_compat_40.c Log Message: Add the appropriate module glue. Seems to have gotten lost during the merge. To generate a diff of this commit: cvs

CVS commit: src/sys/compat/netbsd32

2019-01-27 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Jan 28 01:09:52 UTC 2019 Modified Files: src/sys/compat/netbsd32: netbsd32_compat_80.c Log Message: Include new compatability header To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

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/common

2019-01-27 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Jan 27 21:25:24 UTC 2019 Modified Files: src/sys/compat/common: kern_mod_80.c Log Message: Include new header from correct directory To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/compat/common

2019-01-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 27 03:00:48 UTC 2019 Modified Files: src/sys/compat/common: ccd_60.c Log Message: make this compile again (enable #if 0 code) To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/compat/common/ccd_60.c

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/netbsd32

2019-01-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 27 02:55:02 UTC 2019 Modified Files: src/sys/compat/netbsd32: files.netbsd32 Log Message: remove dup To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sys/compat/netbsd32/files.netbsd32 Please note

CVS commit: src/sys/compat

2018-12-27 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Dec 27 09:57:16 UTC 2018 Modified Files: src/sys/compat/netbsd32: netbsd32_compat_14.c netbsd32_conv.h src/sys/compat/sys: msg.h Log Message: Fix kernel info leaks. + Possible info leak: [len=80, leaked=10]

CVS commit: src/sys/compat/netbsd32

2018-12-26 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Dec 26 08:01:40 UTC 2018 Modified Files: src/sys/compat/netbsd32: netbsd32_compat_50.c netbsd32_fs.c netbsd32_mod.c Log Message: remove duplicated prototypes and dated XXX comments. To generate a diff of this

CVS commit: src/sys/compat/netbsd32

2018-12-24 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Dec 24 22:47:19 UTC 2018 Modified Files: src/sys/compat/netbsd32: files.netbsd32 Log Message: quotactl is always included, regardless of options QUOTA. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42

CVS commit: src/sys/compat/netbsd32

2018-12-24 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Dec 24 21:27:37 UTC 2018 Modified Files: src/sys/compat/netbsd32: netbsd32_syscall.h netbsd32_syscallargs.h netbsd32_syscalls.c netbsd32_syscalls_autoload.c netbsd32_sysent.c netbsd32_systrace_args.c Log

CVS commit: src/sys/compat/netbsd32

2018-12-24 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Dec 24 21:27:06 UTC 2018 Modified Files: src/sys/compat/netbsd32: files.netbsd32 netbsd32_netbsd.c netbsd32_syscalls.c netbsd32_syscalls_autoload.c netbsd32_sysent.c netbsd32_systrace_args.c

CVS commit: src/sys/compat/netbsd32

2018-12-24 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Dec 24 20:44:39 UTC 2018 Modified Files: src/sys/compat/netbsd32: files.netbsd32 netbsd32_netbsd.c Added Files: src/sys/compat/netbsd32: netbsd32_quota.c netbsd32_rlimit.c Log Message: move rlimit and quota code into

CVS commit: src/sys/compat/netbsd32

2018-12-24 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Dec 24 20:39:17 UTC 2018 Modified Files: src/sys/compat/netbsd32: netbsd32_netbsd.c Log Message: fix style consistency. remove obsolete comments or commented code. NFC. To generate a diff of this commit: cvs rdiff -u -r1.219

CVS commit: src/sys/compat/netbsd32

2018-12-24 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Dec 24 20:27:57 UTC 2018 Modified Files: src/sys/compat/netbsd32: netbsd32_netbsd.c Log Message: pset_create() takes a pointer so it needs special handling. To generate a diff of this commit: cvs rdiff -u -r1.218 -r1.219

CVS commit: src/sys/compat/netbsd32

2018-11-25 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Nov 25 17:58:29 UTC 2018 Modified Files: src/sys/compat/netbsd32: netbsd32.h netbsd32_conv.h netbsd32_ioctl.c netbsd32_ioctl.h Log Message: Restore netbsd32 compat code for new NPF ABI. To generate a diff of

CVS commit: src/sys/compat

2018-11-14 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Wed Nov 14 17:51:37 UTC 2018 Modified Files: src/sys/compat/linux/common: linux_socket.c src/sys/compat/netbsd32: netbsd32_socket.c Log Message: Apply the recent fixes to {send,recv}mmsg() to their compat variants. To

CVS commit: src/sys/compat/netbsd32

2018-11-11 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Nov 12 06:53:43 UTC 2018 Modified Files: src/sys/compat/netbsd32: netbsd32_socket.c Log Message: Fix inverted logic, which leads to buffer overflow. Detected by kASan. To generate a diff of this commit: cvs rdiff -u -r1.47

CVS commit: src/sys/compat

2018-10-30 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Oct 30 14:43:39 UTC 2018 Modified Files: src/sys/compat/common: kern_time_30.c src/sys/compat/netbsd32: netbsd32_time.c Log Message: Paranoia: zero COMPAT_30 ntptimeval and 32-bit ntptimeval too. These structs

CVS commit: src/sys/compat/common

2018-10-30 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Oct 30 14:35:16 UTC 2018 Modified Files: src/sys/compat/common: kern_time_50.c Log Message: Zero ntptimeval50 too to prevent 4-byte kernel stack disclosure. >From Thomas Barabosch of Fraunhofer FKIE. XXX pullup-7,

CVS commit: src/sys/compat/netbsd32

2018-10-11 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Oct 12 05:06:05 UTC 2018 Modified Files: src/sys/compat/netbsd32: netbsd32_ioctl.c Log Message: PR kern/53666 Correct misleading names of dummy variables. No binary changes intended. To generate a diff of this commit: cvs

CVS commit: src/sys/compat/netbsd32

2018-10-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 11 15:23:22 UTC 2018 Modified Files: src/sys/compat/netbsd32: netbsd32_ioctl.c netbsd32_ioctl.h Log Message: PR/53666: Rin Okuyama: tcpdump for i386 does not work with COMPAT_NETBSD32 on amd64. Add BIOCSRTIMEOUT32. To

CVS commit: src/sys/compat/netbsd32

2018-10-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 6 15:22:16 UTC 2018 Modified Files: src/sys/compat/netbsd32: netbsd32_ioctl.c Log Message: comment out unused To generate a diff of this commit: cvs rdiff -u -r1.96 -r1.97 src/sys/compat/netbsd32/netbsd32_ioctl.c

CVS commit: src/sys/compat/netbsd32

2018-09-24 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Sep 24 21:15:39 UTC 2018 Modified Files: src/sys/compat/netbsd32: netbsd32_ioctl.c netbsd32_ioctl.h Log Message: fix DIOCLWEDGES to at least not fail with ENOTTY due to struct size difference, but probably more needs to be

CVS commit: src/sys/compat/netbsd32

2018-09-24 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Sep 24 21:08:08 UTC 2018 Modified Files: src/sys/compat/netbsd32: netbsd32_ioctl.c netbsd32_ioctl.h Log Message: add support for DIOCGSTRATEGY and DIOCSSTRATEGY To generate a diff of this commit: cvs rdiff -u -r1.93

CVS commit: src/sys/compat/common

2018-09-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Sep 12 02:24:25 UTC 2018 Modified Files: src/sys/compat/common: uipc_syscalls_50.c Log Message: Fix a bug that SIOC[GZ]IFDATA returned old ifreq structure. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/compat/svr4_32

2018-09-03 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 3 07:14:18 UTC 2018 Modified Files: src/sys/compat/svr4_32: svr4_32_net.c Log Message: as pointed out by riastradh@, i'll let this diff speak for itself: static const struct fileops svr4_32_netops = { - .fo_read =

CVS commit: src/sys/compat/netbsd32

2018-09-02 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Sep 2 16:13:42 UTC 2018 Modified Files: src/sys/compat/netbsd32: netbsd32_ioctl.h Log Message: remove dead references to IPF; also remove references to netccitt/, it was removed 12 years ago. To generate a diff of this

CVS commit: src/sys/compat/netbsd32

2018-08-10 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Aug 11 03:41:06 UTC 2018 Modified Files: src/sys/compat/netbsd32: netbsd32.h netbsd32_fs.c Log Message: support nullfs in netbsd32. To generate a diff of this commit: cvs rdiff -u -r1.118 -r1.119

CVS commit: src/sys/compat/netbsd32

2018-07-31 Thread Robert Swindells
Module Name:src Committed By: rjs Date: Tue Jul 31 21:02:01 UTC 2018 Modified Files: src/sys/compat/netbsd32: netbsd32_syscall.h netbsd32_syscallargs.h netbsd32_syscalls.c netbsd32_syscalls_autoload.c netbsd32_sysent.c netbsd32_systrace_args.c Log

CVS commit: src/sys/compat/netbsd32

2018-07-31 Thread Robert Swindells
Module Name:src Committed By: rjs Date: Tue Jul 31 21:00:02 UTC 2018 Modified Files: src/sys/compat/netbsd32: netbsd32_netbsd.c syscalls.master Log Message: Add getsockopt2(). To generate a diff of this commit: cvs rdiff -u -r1.216 -r1.217

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

2018-07-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jul 15 21:31:00 UTC 2018 Modified Files: src/sys/compat/linux/common: linux_exec_elf32.c Log Message: - fix constants and explain limit - use machine32 instead of hard-coded x86 stuff To generate a diff of this commit:

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

2018-07-08 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jul 9 05:43:35 UTC 2018 Modified Files: src/sys/compat/linux/common: linux_exec_elf32.c Log Message: Fix compile error. To generate a diff of this commit: cvs rdiff -u -r1.95 -r1.96

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

2018-07-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jul 8 17:58:39 UTC 2018 Modified Files: src/sys/compat/linux/common: linux_exec_elf32.c Log Message: Enable executing linux go binaries by using a special probe function for them. To generate a diff of this commit: cvs

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 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/common

2018-06-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jun 5 00:58:17 UTC 2018 Modified Files: src/sys/compat/common: Makefile Log Message: use the standard rules, instead of rolling our own. To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64

CVS commit: src/sys/compat/svr4

2018-05-31 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu May 31 15:41:11 UTC 2018 Modified Files: src/sys/compat/svr4: svr4_stream.c Log Message: Add XXX for NULL deref. Not sure how to fix it, not sure we care either... To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94

CVS commit: src/sys/compat/netbsd32

2018-05-26 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat May 26 21:07:47 UTC 2018 Modified Files: src/sys/compat/netbsd32: netbsd32_sysctl.c Log Message: Fix sysctl(3):vm.minaddress in compat_netbsd32(8) Cast minaddress from LP64-specific long (64-bit) to 32-bit long (int). This

CVS commit: src/sys/compat/netbsd32

2018-05-26 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat May 26 18:18:19 UTC 2018 Modified Files: src/sys/compat/netbsd32: netbsd32_sysctl.c Log Message: Handle vm.maxaddress in compat_netbsd32(8) Return VM_MAXUSER_ADDRESS32 instead of the 64-bit specific address. Use CTLTYPE_INT

CVS commit: src/sys/compat/netbsd32

2018-05-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun May 13 00:04:23 UTC 2018 Modified Files: src/sys/compat/netbsd32: netbsd32_socket.c Log Message: PR/53280: Andreas Gustafsson: Fix panic in the fdpass test. This is probably the only 32 bit binary in the tests... To

CVS commit: src/sys/compat/common

2018-05-10 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Thu May 10 09:33:46 UTC 2018 Modified Files: src/sys/compat/common: rtsock_50.c Log Message: Added missing ifi_link_state at compat_50_rt_oifmsg() and compat_50_iflist(). To generate a diff of this commit: cvs rdiff -u -r1.6

CVS commit: src/sys/compat/netbsd32

2018-05-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu May 10 02:36:08 UTC 2018 Modified Files: src/sys/compat/netbsd32: netbsd32.h netbsd32_compat_20.c netbsd32_conv.h netbsd32_socket.c syscalls.master Log Message: add {send,recv}mmsg To generate a diff of this

CVS commit: src/sys/compat/netbsd32

2018-05-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu May 10 02:36:26 UTC 2018 Modified Files: src/sys/compat/netbsd32: netbsd32_syscall.h netbsd32_syscallargs.h netbsd32_syscalls.c netbsd32_syscalls_autoload.c netbsd32_sysent.c netbsd32_systrace_args.c

CVS commit: src/sys/compat

2018-05-09 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Thu May 10 01:32:24 UTC 2018 Modified Files: src/sys/compat/linux/common: linux_socket.c src/sys/compat/linux32/common: linux32_socket.c Log Message: Fix pserialize enter/exit pairs in linux_getifconf and

CVS commit: src/sys/compat

2018-05-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 5 02:09:41 UTC 2018 Modified Files: src/sys/compat/osf1: osf1_socket.c src/sys/compat/svr4: svr4_stream.c Log Message: finish ktrace argument removal for do_sys_{send,recv}msg To generate a diff of this

CVS commit: src/sys/compat/common

2018-05-04 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri May 4 08:55:25 UTC 2018 Modified Files: src/sys/compat/common: compat_mod.c Log Message: Clean up a stray #ifdef _MODULE - it prevented definition of COMPAT_SIGCONTEXT which in turn prevented building of the

CVS commit: src/sys/compat/common

2018-04-26 Thread Roy Marples
Module Name:src Committed By: roy Date: Thu Apr 26 08:11:18 UTC 2018 Modified Files: src/sys/compat/common: uipc_syscalls_50.c Log Message: Test for valid interface for ioctls that demand it. Thanks to Robert Swindells for the patch. To generate a diff of this commit:

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/linux/common

2018-04-14 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Apr 15 03:25:25 UTC 2018 Modified Files: src/sys/compat/linux/common: linux_sched.c Log Message: Remove unused variable p from linux_sys_clone() After refactoring by in 2010 (r. 1.63) the p variable is no longer used. As

CVS commit: src/sys/compat/netbsd32

2018-04-13 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Apr 14 04:04:39 UTC 2018 Modified Files: src/sys/compat/netbsd32: netbsd32.h Log Message: redo the previous -- compat/sys/siginfo.h is already included later, as is another header. move them up near the top. To generate a

CVS commit: src/sys/compat/common

2018-04-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 12 20:37:00 UTC 2018 Modified Files: src/sys/compat/common: Makefile.inc Log Message: If we are modular, allow us to use modules for compat; don't load all the compat code in. To generate a diff of this commit: cvs

CVS commit: src/sys/compat

2018-04-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 12 18:50:13 UTC 2018 Modified Files: src/sys/compat/common: compat_mod.c uipc_syscalls_40.c uipc_syscalls_50.c src/sys/compat/sys: sockio.h Log Message: provide vectors for the ifconf compat code and

CVS commit: src/sys/compat/common

2018-03-19 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Mar 19 13:26:02 UTC 2018 Modified Files: src/sys/compat/common: ccd_60.c Log Message: XXX stub it completely for now to make it compile To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/compat/common

2018-03-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 19 13:04:01 UTC 2018 Modified Files: src/sys/compat/common: ccd_60.c Log Message: XXX: don't reference the global for now so that kernels without ccd build. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/compat/common

2018-03-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 19 00:21:50 UTC 2018 Modified Files: src/sys/compat/common: ccd_60.c Log Message: remove another error decl. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/compat/common/ccd_60.c Please note that

CVS commit: src/sys/compat/common

2018-03-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 18 23:26:39 UTC 2018 Modified Files: src/sys/compat/common: ccd_60.c Log Message: remove error decl To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/compat/common/ccd_60.c Please note that diffs

CVS commit: src/sys/compat/common

2018-03-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 18 23:22:15 UTC 2018 Modified Files: src/sys/compat/common: ccd_60.c Log Message: - use the conditional from the header file - fix compilation To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/compat/common

2018-03-18 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Mar 18 22:48:00 UTC 2018 Modified Files: src/sys/compat/common: ccd_60.c Log Message: Declare 'error' if needed To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/compat/common/ccd_60.c Please note that

CVS commit: src/sys/compat

2018-03-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 18 04:10:39 UTC 2018 Modified Files: src/sys/compat/common: kern_cpu_60.c src/sys/compat/sys: cpuio.h Log Message: include compat/sys/cpuio.h and multiple include protection. To generate a diff of this commit:

CVS commit: src/sys/compat

2018-03-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Mar 17 19:00:23 UTC 2018 Modified Files: src/sys/compat/common: Makefile.sysio compat_mod.c src/sys/compat/sys: cpuio.h Added Files: src/sys/compat/common: kern_cpu_60.c Log Message: redo the cpu ucode

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

2018-03-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 15 03:13:51 UTC 2018 Modified Files: src/sys/compat/common: Makefile.sysio compat_mod.c Added Files: src/sys/compat/common: uvm_13.c uvm_50.c src/sys/compat/sys: uvm.h Log Message: add uvm swap compat

CVS commit: src/sys/compat/netbsd32

2018-03-06 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Mar 6 07:59:59 UTC 2018 Modified Files: src/sys/compat/netbsd32: netbsd32_ioctl.c netbsd32_ioctl.h Log Message: Add DIOCLWEDGES To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92

CVS commit: src/sys/compat/linux/arch/arm

2018-01-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 26 09:29:15 UTC 2018 Modified Files: src/sys/compat/linux/arch/arm: linux_ptrace.c Log Message: union was removed To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/sys/compat/netbsd32

2018-01-19 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Jan 19 23:38:56 UTC 2018 Modified Files: src/sys/compat/netbsd32: netbsd32_ioctl.c netbsd32_ioctl.h Log Message: add conversion goop for WSDISPLAYIO_LDFONT and _SFONT tested on mips64 To generate a diff of this commit:

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

2018-01-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 7 21:16:00 UTC 2018 Modified Files: src/sys/compat/linux32/common: linux32_signal.c Log Message: ignore signal 64 for now (go uses it) XXX: pullup-8 To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

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

2018-01-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 7 21:14:38 UTC 2018 Modified Files: src/sys/compat/linux/common: linux_sigaction.c linux_signal.c Log Message: Ignore signal 64 for now (go uses it) XXX: pullup-8 To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/compat/linux/arch/amd64

2018-01-01 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Jan 1 08:03:43 UTC 2018 Modified Files: src/sys/compat/linux/arch/amd64: linux_machdep.c Log Message: Use the default %cs, and mask the other segregs. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56

CVS commit: src/sys/compat/common

2017-12-19 Thread Maya Rashish
Module Name:src Committed By: maya Date: Wed Dec 20 04:46:19 UTC 2017 Modified Files: src/sys/compat/common: Makefile Log Message: Pass LDFLAGS to ld. Without this, mips64-ld thinks we want to link our n64 objects with the default ABI, n32. To generate a diff of this

<    1   2   3   4   5   6   7   8   9   10   >