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

2017-01-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 28 21:54:57 UTC 2017 Modified Files: src/sys/compat/linux32/common: linux32_dirent.c Log Message: avoid the shadow To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

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

2017-01-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 28 15:09:55 UTC 2017 Modified Files: src/sys/compat/linux32/common: linux32_dirent.c Log Message: we have space for one more. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

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

2017-01-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 28 15:08:06 UTC 2017 Modified Files: src/sys/compat/linux32/common: linux32_dirent.c Log Message: fix size computation To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

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

2016-07-05 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Jul 5 08:48:51 UTC 2016 Modified Files: src/sys/compat/linux32/common: linux32_socket.c Log Message: Fix psref isn't released in a case of IFADDR_EMPTY To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

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

2015-12-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Dec 3 23:51:24 UTC 2015 Modified Files: src/sys/compat/linux32/common: linux32_mod.c Log Message: Update dependencies - compat_linux32 requires compat_netbsd32_sysvipc To generate a diff of this commit: cvs rdiff -u

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

2014-05-17 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Sat May 17 09:30:07 UTC 2014 Modified Files: src/sys/compat/linux32/common: linux32_fcntl.c Log Message: Fix fadvise64 syscalls. Unlike our, linux fadvise syscall do not return error code; call do_posix_fadvise(). To generate a

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

2014-02-23 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Sun Feb 23 16:07:40 UTC 2014 Modified Files: src/sys/compat/linux32/common: linux32_exec_elf32.c Log Message: Use Aux32Info not AuxInfo. Noticed by Maxime Villard. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

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

2013-11-17 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Mon Nov 18 01:35:22 UTC 2013 Modified Files: src/sys/compat/linux32/common: linux32_unistd.c Log Message: implement the *at() syscalls. bring the unimplemented syscall list up to date. To generate a diff of this commit: cvs rdiff

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

2012-05-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu May 10 19:38:23 UTC 2012 Modified Files: src/sys/compat/linux32/common: linux32_socketcall.c Log Message: prefix message with linux32 To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

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

2011-11-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 18 15:46:29 UTC 2011 Modified Files: src/sys/compat/linux32/common: linux32_signal.c Log Message: remove incorrect assertions (the len passed is the size of the bsd structure not the linux one) To generate a diff of

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

2011-04-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 10 15:48:23 UTC 2011 Modified Files: src/sys/compat/linux32/common: linux32_unistd.c Log Message: implement pipe2 and dup3 To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35

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

2010-05-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat May 29 18:55:35 UTC 2010 Modified Files: src/sys/compat/linux32/common: linux32_ipccall.c Log Message: Fix build without sysvipc configured, from Wolfgang Stukenbrock in PR 43376, adjusted for current. To generate a diff

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

2009-12-10 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Thu Dec 10 16:55:17 UTC 2009 Modified Files: src/sys/compat/linux32/common: linux32_socket.c Log Message: Do not give native requests to netbsd32_ioctl(), use the compat netbsd32 equivalent instead. To generate a diff of this

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

2009-12-10 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Thu Dec 10 17:07:27 UTC 2009 Modified Files: src/sys/compat/linux32/common: linux32_socket.c Log Message: Add SIOCGIFMTU support. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

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

2009-11-20 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Fri Nov 20 11:54:08 UTC 2009 Modified Files: src/sys/compat/linux32/common: linux32_ipc.h Log Message: Make linux32_msqid_ds l_msg_[src]time members use the right type, linux32_time_t. To generate a diff of this commit: cvs

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

2009-11-18 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Wed Nov 18 12:01:26 UTC 2009 Modified Files: src/sys/compat/linux32/common: linux32_ipccall.c Log Message: Kill noisy debug printf. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

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

2009-11-16 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Nov 16 08:49:32 UTC 2009 Modified Files: src/sys/compat/linux32/common: linux32_ipc.h linux32_ipccall.c Log Message: Add SYSVMSG support for linux32. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

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

2009-11-16 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Nov 16 13:32:40 UTC 2009 Modified Files: src/sys/compat/linux32/common: linux32_ipc.h linux32_ipccall.c Log Message: Follow up commit to fix breakage that somehow passed by the compiler. To generate a diff of this commit:

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

2009-08-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Aug 18 02:02:58 UTC 2009 Modified Files: src/sys/compat/linux32/common: linux32_ioctl.c Log Message: add the video ioctls so that the 32 bit skype works with video more commits to come To generate a diff of this commit:

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

2009-07-21 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Tue Jul 21 18:50:43 UTC 2009 Modified Files: src/sys/compat/linux32/common: linux32_time.c Log Message: Kill unreachable return statement. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29

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

2009-06-03 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Wed Jun 3 14:17:19 UTC 2009 Modified Files: src/sys/compat/linux32/common: linux32_stat.c Log Message: Fix inverted lst_ino/__lst_ino assignment in linux32_from_stat(). To generate a diff of this commit: cvs rdiff -u -r1.13

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

2009-04-27 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Mon Apr 27 13:24:18 UTC 2009 Modified Files: src/sys/compat/linux32/common: linux32_ipccall.c Log Message: Add IPC_64 support to all semctl(2) commands, following corresponding compat linux change. To generate a diff of this