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

2017-09-16 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Sep 16 09:05:29 UTC 2017 Modified Files: src/sys/compat/svr4: svr4_stream.c Log Message: Make debug code compile To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92 src/sys/compat/svr4/svr4_stream.c Please note

CVS commit: src/sys/compat/svr4

2017-08-09 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed Aug 9 18:52:00 UTC 2017 Modified Files: src/sys/compat/svr4: svr4_exec.h svr4_stat.c Log Message: Remove __i386__. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/compat/svr4/svr4_exec.h cvs rdiff -u

CVS commit: src/sys/compat/svr4

2017-07-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Jul 28 17:52:47 UTC 2017 Modified Files: src/sys/compat/svr4: svr4_stream.c Log Message: Check bounds in svr4_sys_putmsg. Check more svr4_strmcmd bounds. svr4 streams code is still a disaster. >From Ilja Van Sprundel.

CVS commit: src/sys/compat/svr4

2017-07-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Jul 28 17:43:46 UTC 2017 Modified Files: src/sys/compat/svr4: svr4_stream.c Log Message: Feebly attempt to get this reference counting less bad. This svr4 streams code is bad and it should feel bad. >From Ilja Van

CVS commit: src/sys/compat/svr4

2017-07-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Jul 28 16:57:12 UTC 2017 Modified Files: src/sys/compat/svr4: svr4_lwp.c Log Message: Zero stack data before copyout. >From Ilja Van Sprundel. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20

CVS commit: src/sys/compat/svr4

2017-07-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Fri Jul 28 16:55:48 UTC 2017 Modified Files: src/sys/compat/svr4: svr4_stream.c Log Message: Fix some of the multitudinous holes in svr4 streams. We should never have enabled this by default; it is a minefield. >From Ilja

CVS commit: src/sys/compat/svr4

2015-12-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Dec 13 19:47:08 UTC 2015 Modified Files: src/sys/compat/svr4: svr4_termios.c Log Message: PR/50520: David Binderman: Fix missing breaks. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29

CVS commit: src/sys/compat/svr4

2015-09-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Sep 24 14:44:13 UTC 2015 Modified Files: src/sys/compat/svr4: svr4_syscall.h svr4_syscallargs.h svr4_syscalls.c svr4_sysent.c Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.86 -r1.87

CVS commit: src/sys/compat/svr4

2015-05-23 Thread Tyler R. Retzlaff
Module Name:src Committed By: rtr Date: Sat May 23 15:27:55 UTC 2015 Modified Files: src/sys/compat/svr4: svr4_stream.c Log Message: get rid of unnecessary use of mbuf to hold sockaddr, which was leaked... while here change use to typed pointer sockaddr * instead of void

CVS commit: src/sys/compat/svr4

2015-04-19 Thread Tyler R. Retzlaff
Module Name:src Committed By: rtr Date: Sun Apr 19 19:17:37 UTC 2015 Modified Files: src/sys/compat/svr4: svr4_stream.c Log Message: clean up the way ti_bind() was converted to use sockaddr_big. instead of using the original sockaddr_{in,un} structures for storage use

CVS commit: src/sys/compat/svr4

2014-11-09 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Nov 9 18:16:55 UTC 2014 Modified Files: src/sys/compat/svr4: svr4_exec_elf32.c svr4_exec_elf64.c svr4_fcntl.c svr4_filio.c svr4_ioctl.c svr4_ipc.c svr4_schedctl.c svr4_signal.c svr4_sockio.c

CVS commit: src/sys/compat/svr4

2014-09-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Sep 5 10:47:32 UTC 2014 Modified Files: src/sys/compat/svr4: svr4_fcntl.c Log Message: make this compile again To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 src/sys/compat/svr4/svr4_fcntl.c Please note

CVS commit: src/sys/compat/svr4

2014-08-14 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Aug 14 17:29:30 UTC 2014 Modified Files: src/sys/compat/svr4: svr4_stat.c Log Message: http://m00nbsd.net/ae123a9bae03f7dde5c6d654412daf5a.html#Report-2 #06-0x01: Empty compiler block ok christos@ To generate a diff

CVS commit: src/sys/compat/svr4

2014-03-07 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Mar 7 08:40:59 UTC 2014 Modified Files: src/sys/compat/svr4: svr4_mod.c Log Message: Fix typo To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/compat/svr4/svr4_mod.c Please note that diffs are not

CVS commit: src/sys/compat/svr4

2011-09-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Sep 27 00:52:56 UTC 2011 Modified Files: src/sys/compat/svr4: svr4_misc.c Log Message: return the namemax from the bsd statvfs which is filesystem dependent, not a random value. To generate a diff of this commit: cvs

CVS commit: src/sys/compat/svr4

2010-02-14 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Sun Feb 14 11:54:03 UTC 2010 Modified Files: src/sys/compat/svr4: files.svr4 Log Message: add missing glue file, otherwise the emulation will not work if compiled into the kernel (and the module loader will load another