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 src/sys/compat/osf1/files.osf1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/compat/osf1

2017-04-13 Thread Juergen Hannken-Illjes
Module Name:src
Committed By:   hannken
Date:   Thu Apr 13 09:17:55 UTC 2017

Modified Files:
src/sys/compat/osf1: osf1_mount.c

Log Message:
Switch osf1_sys_getfsstat() to mountlist iterator.
Compile tested only.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/sys/compat/osf1/osf1_mount.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/compat/osf1

2015-09-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Sep 24 14:43:22 UTC 2015

Modified Files:
src/sys/compat/osf1: osf1_syscall.h osf1_syscallargs.h osf1_syscalls.c
osf1_sysent.c

Log Message:
regen


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/sys/compat/osf1/osf1_syscall.h
cvs rdiff -u -r1.63 -r1.64 src/sys/compat/osf1/osf1_syscallargs.h \
src/sys/compat/osf1/osf1_sysent.c
cvs rdiff -u -r1.61 -r1.62 src/sys/compat/osf1/osf1_syscalls.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/compat/osf1

2015-08-08 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Sat Aug  8 12:02:35 UTC 2015

Modified Files:
src/sys/compat/osf1: osf1_socket.c

Log Message:
easy kmem_alloc(0)

ok shm@


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/compat/osf1/osf1_socket.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/compat/osf1

2014-08-24 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Sun Aug 24 12:48:58 UTC 2014

Modified Files:
src/sys/compat/osf1: osf1_file.c

Log Message:
Ensure nbytes > 0. Otherwise bad things may happen.
Compile-tested only.

ok christos@


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/sys/compat/osf1/osf1_file.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/compat/osf1

2013-11-23 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Nov 23 23:30:39 UTC 2013

Modified Files:
src/sys/compat/osf1: osf1_mount.c

Log Message:
fix previous the end of the list is NULL, and don't open-code.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sys/compat/osf1/osf1_mount.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/compat/osf1

2013-11-04 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Nov  4 16:52:08 UTC 2013

Modified Files:
src/sys/compat/osf1: osf1_cvt.c

Log Message:
fix incorrect sizes to memset


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/compat/osf1/osf1_cvt.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/compat/osf1

2013-01-02 Thread David Laight
Module Name:src
Committed By:   dsl
Date:   Wed Jan  2 18:48:22 UTC 2013

Modified Files:
src/sys/compat/osf1: osf1_errno.c osf1_signo.c

Log Message:
These files don't need compat/osf1/osf1_cvt.h


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/compat/osf1/osf1_errno.c
cvs rdiff -u -r1.1 -r1.2 src/sys/compat/osf1/osf1_signo.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/compat/osf1

2011-07-22 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Fri Jul 22 10:02:08 UTC 2011

Modified Files:
src/sys/compat/osf1: osf1_file.c osf1_ioctl.c osf1_misc.c

Log Message:
Fix SYSCALL_DEBUG build.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/compat/osf1/osf1_file.c
cvs rdiff -u -r1.22 -r1.23 src/sys/compat/osf1/osf1_ioctl.c
cvs rdiff -u -r1.85 -r1.86 src/sys/compat/osf1/osf1_misc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/compat/osf1

2011-03-05 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sat Mar  5 19:08:41 UTC 2011

Modified Files:
src/sys/compat/osf1: osf1_exec.h

Log Message:
Forward define of ps_strings.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/compat/osf1/osf1_exec.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.