CVS commit: src/sys/compat/common

2021-08-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 15 07:57:46 UTC 2021 Modified Files: src/sys/compat/common: vfs_syscalls_30.c vfs_syscalls_43.c vfs_syscalls_50.c Log Message: - memset struct stat to avoid kernel memory disclosure of padded fields

CVS commit: src/sys/compat/common

2021-05-25 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue May 25 16:50:49 UTC 2021 Modified Files: src/sys/compat/common: Makefile Log Message: PR port-xen/53130 was fixed and closed some time ago, so now we can belatedly re-enable inclusion of the compat_60 x86 microcode code in

CVS commit: src/sys/compat/common

2020-12-19 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Dec 19 22:10:56 UTC 2020 Modified Files: src/sys/compat/common: bio_30.c Log Message: malloc(9) -> kmem(9) To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/compat/common/bio_30.c Please note that diffs

CVS commit: src/sys/compat/common

2020-10-09 Thread Nia Alarie
Module Name:src Committed By: nia Date: Fri Oct 9 10:41:53 UTC 2020 Modified Files: src/sys/compat/common: tty_43.c Log Message: tty_43: Check a bitset from userspace is valid before shifting it Passing a negative value to these legacy compat ioctls results in left

CVS commit: src/sys/compat/common

2020-08-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 8 19:04:58 UTC 2020 Modified Files: src/sys/compat/common: tty_43.c Log Message: Fix the OTIOCGETD emulation. Line discipline 0 is NTTYDISC. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37

CVS commit: src/sys/compat/common

2020-06-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 28 14:37:53 UTC 2020 Modified Files: src/sys/compat/common: vfs_syscalls_20.c Log Message: Fix struct entry size (thanks kre@) To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46

CVS commit: src/sys/compat/common

2020-06-24 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Wed Jun 24 17:47:52 UTC 2020 Modified Files: src/sys/compat/common: tty_60.c Log Message: reduce stack usage in compat_60_ptmget_ioctl() - allocate struct ptmget via kmem_alloc() To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/compat/common

2020-03-26 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Mar 26 13:39:29 UTC 2020 Modified Files: src/sys/compat/common: compat_sysctl_09_43.c Log Message: When using SYSCTL_SETUP there is no guarantee of the order in which the set-up functions will be called, so it is perfectly

CVS commit: src/sys/compat/common

2020-03-08 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Mar 9 00:42:36 UTC 2020 Modified Files: src/sys/compat/common: compat_50_quota.c Log Message: The compat_50_quota code needs quota support from ufs. Add dependency. To generate a diff of this commit: cvs rdiff -u -r1.2

CVS commit: src/sys/compat/common

2020-02-27 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Feb 27 18:19:16 UTC 2020 Modified Files: src/sys/compat/common: vfs_syscalls_43.c Log Message: Include all of the vfs syscalls in the syscall_package, not just oquota. Should fix PR kern/55025 XXX pullup-9 To generate a

CVS commit: src/sys/compat/common

2020-02-27 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Feb 27 17:42:33 UTC 2020 Modified Files: src/sys/compat/common: compat_sysctl_09_43.c Log Message: Ooppss - SYSCTL_SETUP() functions return void. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/compat/common

2020-02-27 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Feb 27 16:41:59 UTC 2020 Modified Files: src/sys/compat/common: compat_sysctl_09_43.c kern_time_50.c Log Message: Remove explicit calls to the sysctl setup routines, since this is now handled by the module infrastructure.

CVS commit: src/sys/compat/common

2020-02-23 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun Feb 23 15:57:09 UTC 2020 Modified Files: src/sys/compat/common: kern_xxx_12.c Log Message: Don't bother with kernel_lock for kern_reboot(). To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/sys/compat/common

2020-02-22 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Feb 22 09:42:20 UTC 2020 Modified Files: src/sys/compat/common: uipc_syscalls_40.c Log Message: pass the address of the field, instead of relying on it being the first field of the structure, no functional change To generate

CVS commit: src/sys/compat/common

2020-01-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 30 14:07:40 UTC 2020 Modified Files: src/sys/compat/common: kern_info_43.c Log Message: - make sure size is not used uninitialized - limit size range - fix type botch for "size" from maxv@ To generate a diff of this

CVS commit: src/sys/compat/common

2020-01-28 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Jan 29 05:48:22 UTC 2020 Modified Files: src/sys/compat/common: uipc_syscalls_50.c Log Message: Don't reference ifp->if_data directly; use if_export_if_data(). To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys/compat/common

2020-01-28 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Jan 29 05:47:12 UTC 2020 Modified Files: src/sys/compat/common: rtsock_14.c rtsock_50.c Log Message: Don't reference ifp->if_data directly; use if_export_if_data(). To generate a diff of this commit: cvs rdiff -u -r1.9

CVS commit: src/sys/compat/common

2020-01-22 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jan 22 23:41:29 UTC 2020 Modified Files: src/sys/compat/common: compat_50_quota.c Log Message: Since this used to be part of the compat_50 module, make it depend on compat_50 rather than compat_60 module. To generate a

CVS commit: src/sys/compat/common

2020-01-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Jan 4 02:40:22 UTC 2020 Modified Files: src/sys/compat/common: compat_90_mod.c Log Message: Resurrect boottime, but only in the compat_90 module (whether built-in or separately loaded). This will enable running of old

CVS commit: src/sys/compat/common

2020-01-01 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jan 1 19:35:21 UTC 2020 Removed Files: src/sys/compat/common: compat_mod.c Log Message: Emove vestigial remains of the monolithic compat module. To generate a diff of this commit: cvs rdiff -u -r1.30 -r0

CVS commit: src/sys/compat/common

2019-12-28 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Dec 28 15:39:52 UTC 2019 Modified Files: src/sys/compat/common: compat_30_mod.c Log Message: For the built-in COMPAT_30 module code, make sure to initialize the uipc_syscalls_30 stuff, notably to include compat_30_socket().

CVS commit: src/sys/compat/common

2019-04-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Apr 29 08:31:29 UTC 2019 Modified Files: src/sys/compat/common: rtsock_50.c rtsock_70.c Log Message: Move the set-up of the net.oroute... sysctl tree to compat_50 since the new AF_ROUTE was introduced in NetBSD-6.0 To

CVS commit: src/sys/compat/common

2019-04-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Apr 17 09:21:57 UTC 2019 Modified Files: src/sys/compat/common: compat_70_mod.c compat_80_mod.c Log Message: KNF. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

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

CVS commit: src/sys/compat/common

2017-12-16 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Dec 16 09:10:30 UTC 2017 Modified Files: src/sys/compat/common: rtsock_50.c rtsock_70.c Log Message: Build these functions regardless of whether COMPAT_50 or COMPAT_70 are enabled. They must be there, because they are needed in

CVS commit: src/sys/compat/common

2017-12-16 Thread Maxime Villard
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 compat modules loaded from the

CVS commit: src/sys/compat/common

2017-12-15 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Dec 16 07:59:15 UTC 2017 Modified Files: src/sys/compat/common: rtsock_50.c Log Message: remove check for netbsd 1.5 without 5.0. it doesn't happen. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/compat/common

2017-12-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Dec 3 15:23:30 UTC 2017 Modified Files: src/sys/compat/common: vfs_syscalls_12.c vfs_syscalls_43.c Log Message: Make code look the same, in particular zero out the rest of the directory record. XXX: pullup-8 To generate

CVS commit: src/sys/compat/common

2017-11-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Nov 22 15:25:34 UTC 2017 Modified Files: src/sys/compat/common: uipc_syscalls_40.c Log Message: #idef the label next_ifa: just like the only goto using it. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/sys/compat/common

2017-07-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Jul 29 04:08:47 UTC 2017 Modified Files: src/sys/compat/common: if_43.c Log Message: Kill needless nested extern of vec_compat_cvtcmd/ioctl. Already declared in if_43.h. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/compat/common

2017-04-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 29 13:25:27 UTC 2017 Modified Files: src/sys/compat/common: vm_43.c Log Message: remove extra S To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/compat/common/vm_43.c Please note that diffs are

CVS commit: src/sys/compat/common

2017-04-13 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Thu Apr 13 09:41:28 UTC 2017 Modified Files: src/sys/compat/common: vfs_syscalls_20.c Log Message: Switch compat_20_sys_getfsstat() to mountlist iterator. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40

CVS commit: src/sys/compat/common

2017-01-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 13 22:29:59 UTC 2017 Modified Files: src/sys/compat/common: vfs_syscalls_12.c Log Message: use bdp, to avoid compiler warning. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33

CVS commit: src/sys/compat/common

2017-01-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 13 20:58:59 UTC 2017 Modified Files: src/sys/compat/common: vfs_syscalls_12.c Log Message: convert strcpy to a bounded copy to avoid compiler warnings, although the reclen test prevents overflow. To generate a diff of

CVS commit: src/sys/compat/common

2017-01-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 13 20:25:35 UTC 2017 Modified Files: src/sys/compat/common: vfs_syscalls_43.c Log Message: convert strcpy to a bounded copy to avoid compiler warnings, although the reclen test prevents overflow. To generate a diff of

CVS commit: src/sys/compat/common

2016-11-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Nov 3 22:23:04 UTC 2016 Modified Files: src/sys/compat/common: Makefile Makefile.sysio Log Message: Move if_43.c out of Makefile.sysio and into the main Makefile. The former location gets included in both libcompat and

CVS commit: src/sys/compat/common

2016-11-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Nov 3 11:32:15 UTC 2016 Modified Files: src/sys/compat/common: Makefile.sysio Log Message: Hmmm, if we omit if_43.c from the SRCS list, then we break the i386 build for one of the XEN kernels. Adding it back to the list.

CVS commit: src/sys/compat/common

2016-11-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Nov 3 06:54:08 UTC 2016 Modified Files: src/sys/compat/common: Makefile.sysio Log Message: Really comment out if_43.c this time. (I need sleep and/or caffeine.) To generate a diff of this commit: cvs rdiff -u -r1.3

CVS commit: src/sys/compat/common

2016-11-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Nov 3 06:28:04 UTC 2016 Modified Files: src/sys/compat/common: Makefile.sysio Log Message: Use proper characgter to introduce comments! To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/compat/common

2016-11-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Nov 3 06:22:29 UTC 2016 Modified Files: src/sys/compat/common: Makefile.sysio Log Message: if_43.o gets included from libcompat automatically, due to two calls to compat_cvtcmd() in if.c. Ideally, if.c would be modified

CVS commit: src/sys/compat/common

2016-11-02 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Nov 3 03:37:06 UTC 2016 Modified Files: src/sys/compat/common: kern_time_30.c rtsock_14.c Log Message: Sprinkle #ifdef _KERNEL_OPT. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/compat/common

2016-08-19 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Aug 20 00:34:42 UTC 2016 Modified Files: src/sys/compat/common: vfs_syscalls_43.c Log Message: fill in the tv_nsec parts of the converted timespec in cvtstat(). To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58

CVS commit: src/sys/compat/common

2016-07-25 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Jul 25 08:30:19 UTC 2016 Modified Files: src/sys/compat/common: if_43.c Log Message: Apply if_get/if_put to compat_ifioctl To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/compat/common/if_43.c Please

CVS commit: src/sys/compat/common

2016-03-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Mar 11 18:32:29 UTC 2016 Modified Files: src/sys/compat/common: kern_time_50.c Log Message: PR/50947: David Binderman: sprinkle parens To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31

CVS commit: src/sys/compat/common

2015-12-04 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Dec 5 01:59:51 UTC 2015 Modified Files: src/sys/compat/common: compat_mod.c Log Message: The COMPAT_10 code for SYSVxxx is now part of the sysv_ipc module, so don't install syscall function pointers from the compat module.

CVS commit: src/sys/compat/common

2015-12-02 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Dec 3 00:28:55 UTC 2015 Modified Files: src/sys/compat/common: sysv_ipc_50.c Log Message: Add comment to #ifdef - it's a long way from its original #if To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/compat/common

2015-10-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 22 15:18:25 UTC 2015 Modified Files: src/sys/compat/common: tty_60.c Log Message: Handle both ioctls in both places :-) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/compat/common/tty_60.c

CVS commit: src/sys/compat/common

2015-07-11 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Sat Jul 11 07:43:32 UTC 2015 Modified Files: src/sys/compat/common: if_43.c Log Message: Handle case where compat_ifioctl() is called with ocmd != cmd, as found in compat Linux. Do not crash by ensuring that oifr is correctly set.

CVS commit: src/sys/compat/common

2015-05-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue May 12 20:42:46 UTC 2015 Modified Files: src/sys/compat/common: if_43.c Log Message: rump is compiled with COMPAT_OSOCK not COMPAT_OIFREQ and the code in if.c is not handling this case properly. Make this work by checking

CVS commit: src/sys/compat/common

2015-05-12 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed May 13 02:08:20 UTC 2015 Modified Files: src/sys/compat/common: compat_sysv_mod.c Log Message: The compat_sysv module now depends on sysv_ipc module. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/compat/common

2015-05-11 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon May 11 10:32:13 UTC 2015 Modified Files: src/sys/compat/common: compat_mod.c compat_sysv_mod.c Log Message: Fix the #ifdef _MODULE stuff so that the syscall packages and sysctl stuff gets handled properly even in built-in

CVS commit: src/sys/compat/common

2014-10-20 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Oct 20 06:56:38 UTC 2014 Modified Files: src/sys/compat/common: vfs_syscalls_30.c Log Message: Memory leak, triggerable from root only. Found by my code scanner. ok christos@ To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/compat/common

2014-10-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 20 11:58:01 UTC 2014 Modified Files: src/sys/compat/common: vfs_syscalls_30.c Log Message: simplify To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/compat/common/vfs_syscalls_30.c Please note

CVS commit: src/sys/compat/common

2014-03-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 24 20:08:08 UTC 2014 Modified Files: src/sys/compat/common: kern_info_43.c Log Message: use cpu_getmodel() to get the model name To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35

CVS commit: src/sys/compat/common

2014-01-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 28 01:29:04 UTC 2014 Modified Files: src/sys/compat/common: vfs_syscalls_43.c Log Message: Fix the compat-4.3 getdirentries call (pre d_type). This is used in NetBSD-0.9. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/compat/common

2014-01-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 24 22:11:46 UTC 2014 Modified Files: src/sys/compat/common: vfs_syscalls_12.c Log Message: It is wishful thinking that vn_readdir will return dirent12 structures. To generate a diff of this commit: cvs rdiff -u -r1.29

CVS commit: src/sys/compat/common

2013-12-17 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Dec 17 20:45:22 UTC 2013 Modified Files: src/sys/compat/common: compat_util.c Log Message: Free pathbuf in an error path. From Maxime Villard. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45

CVS commit: src/sys/compat/common

2013-03-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Mar 29 01:02:50 UTC 2013 Modified Files: src/sys/compat/common: Makefile compat_mod.c kern_time_50.c Added Files: src/sys/compat/common: kern_time_60.c Log Message: compat glue for new lwp_park() To generate a

CVS commit: src/sys/compat/common

2013-02-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Feb 21 10:22:04 UTC 2013 Modified Files: src/sys/compat/common: compat_mod.c Log Message: Wrap sysctl_teardown(compat_clog) with the appropriate #if defined()s To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/sys/compat/common

2013-02-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 21 14:13:01 UTC 2013 Modified Files: src/sys/compat/common: compat_mod.c Log Message: remove empty #if To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/compat/common/compat_mod.c Please note that

CVS commit: src/sys/compat/common

2013-01-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 22 01:47:21 UTC 2013 Modified Files: src/sys/compat/common: compat_mod.c Log Message: Simplify the ifdef mess. No functional context. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/sys/compat/common

2012-10-19 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Oct 19 17:32:20 UTC 2012 Modified Files: src/sys/compat/common: tty_60.c Log Message: This file getscompiled even if COMPAT_60 is not defined, so protect most of the contents with #ifdef COMPAT_60 To generate a diff of this

CVS commit: src/sys/compat/common

2012-10-19 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Oct 19 19:44:06 UTC 2012 Modified Files: src/sys/compat/common: tty_60.c Log Message: Also copy the sfd element of struct ptmget. This somehow got lost between testing and commit. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/compat/common

2012-08-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Aug 3 07:51:22 UTC 2012 Modified Files: src/sys/compat/common: rndpseudo_50.c Log Message: Only do COMPAT_NETBSD32 stuff if _LP64 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/compat/common

2012-02-19 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Feb 19 17:40:46 UTC 2012 Modified Files: src/sys/compat/common: Makefile Added Files: src/sys/compat/common: kern_sa_60.c Log Message: Add compat_60 stub for the SA syscall (all which just call sys_nosys). To generate

CVS commit: src/sys/compat/common

2012-01-28 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jan 29 07:19:04 UTC 2012 Modified Files: src/sys/compat/common: vfs_syscalls_50.c Log Message: Remove the proplib goop from the COMPAT_50 code for the old quotactl; use the new VFS_QUOTACTL instead. To generate a diff of

CVS commit: src/sys/compat/common

2012-01-28 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jan 29 07:19:48 UTC 2012 Modified Files: src/sys/compat/common: vfs_syscalls_50.c Log Message: Some further tidying for the COMPAT_50 quotactl code. Mostly cosmetic, but also use PNBUF_GET() and PNBUF_PUT() for a path

CVS commit: src/sys/compat/common

2012-01-04 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Jan 4 14:31:17 UTC 2012 Modified Files: src/sys/compat/common: kern_time_50.c Log Message: Instead of calling clockctl_ioctl directly, lookup the cdevsw and call its d_ioctl function. This should fix an undefined reference to

CVS commit: src/sys/compat/common

2011-08-11 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Aug 11 21:23:09 UTC 2011 Modified Files: src/sys/compat/common: Makefile Log Message: add libcompat.o/.po targets for COMPAT_AS=obj To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47

CVS commit: src/sys/compat/common

2011-08-08 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Aug 8 23:44:06 UTC 2011 Modified Files: src/sys/compat/common: compat_mod.c Log Message: COMPAT_16 code only exists on amd64 in the presence of COMPAT_NETBSD32. To generate a diff of this commit: cvs rdiff -u -r1.13

CVS commit: src/sys/compat/common

2011-06-05 Thread David Laight
Module Name:src Committed By: dsl Date: Sun Jun 5 09:37:10 UTC 2011 Modified Files: src/sys/compat/common: compat_sigaltstack.h Log Message: Use 'curlwp' here insteald of the 'l' - which isn't passsed as an arg to the #define, but will always be curlwp. To generate a

CVS commit: src/sys/compat/common

2011-03-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Mar 4 01:36:56 UTC 2011 Modified Files: src/sys/compat/common: kern_time_50.c Log Message: PR/44674: Taylor R Campbell: Fix compat copyin and copyout routines which were obviously broken. To generate a diff of this

CVS commit: src/sys/compat/common

2011-01-19 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Jan 19 10:21:17 UTC 2011 Modified Files: src/sys/compat/common: compat_mod.c if_43.c kern_sig_13.c kern_sig_43.c kern_time_30.c kern_time_50.c kern_xxx_12.c sysv_msg_14.c sysv_msg_50.c sysv_sem_14.c

CVS commit: src/sys/compat/common

2010-11-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Nov 6 17:20:07 UTC 2010 Modified Files: src/sys/compat/common: if_43.c Log Message: can't map the old and the new SIO calls the way we did before because the numbers have changed. Instead provide a switch. Keep the old

CVS commit: src/sys/compat/common

2009-12-21 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Mon Dec 21 15:13:13 UTC 2009 Modified Files: src/sys/compat/common: compat_mod.c Log Message: Remove SYS_compat_50_mq_timedreceive/SYS_compat_50_mq_timedsend duplicate entries. Fix a KASSERT when unloading the compat kernel

CVS commit: src/sys/compat/common

2009-10-12 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Mon Oct 12 23:41:51 UTC 2009 Modified Files: src/sys/compat/common: kern_time_50.c Log Message: compat_50_sys_aio_suspend: - fix the buffer size. - use kmem_alloc instead of kmem_zalloc for buffers which we will

CVS commit: src/sys/compat/common

2009-08-12 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Aug 13 03:53:13 UTC 2009 Modified Files: src/sys/compat/common: compat_exec.c Log Message: #include opt_execfmt.h and only compile innards if EXEC_AOUT is defined. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/sys/compat/common

2009-07-18 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Sun Jul 19 02:41:27 UTC 2009 Modified Files: src/sys/compat/common: compat_mod.c kern_time_50.c Log Message: - Use #ifdef AIO, instead of #ifdef notyet. Not a solution, but at least gets it working for MONOLITHIC kernel. -