Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
thorpej
Mon Oct 20 15:05:12 PDT 1997
Update of /cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv4461/sys/kern
Modified Files:
syscalls.master vfs_syscalls.c kern_descrip.c
Log Message:
Fix the shared library versioning snafu caused by the recent changes
to the stat(2) family and msync(2). This uses a primitive function
versioning scheme.
This reverts the libc shared library major version from 13 to 12, and
adds a few new interfaces to bring us to libc version 12.20.
>From Frank van der Linden <fvdl%NetBSD.ORG@localhost>.
thorpej
Mon Oct 20 15:05:15 PDT 1997
Update of /cvsroot/src/sys/compat/hpux
In directory netbsd1:/var/slash-tmp/cvs-serv4461/sys/compat/hpux
Modified Files:
hpux_file.c
Log Message:
Fix the shared library versioning snafu caused by the recent changes
to the stat(2) family and msync(2). This uses a primitive function
versioning scheme.
This reverts the libc shared library major version from 13 to 12, and
adds a few new interfaces to bring us to libc version 12.20.
>From Frank van der Linden <fvdl%NetBSD.ORG@localhost>.
thorpej
Mon Oct 20 15:05:17 PDT 1997
Update of /cvsroot/src/sys/compat/linux
In directory netbsd1:/var/slash-tmp/cvs-serv4461/sys/compat/linux
Modified Files:
linux_file.c
Log Message:
Fix the shared library versioning snafu caused by the recent changes
to the stat(2) family and msync(2). This uses a primitive function
versioning scheme.
This reverts the libc shared library major version from 13 to 12, and
adds a few new interfaces to bring us to libc version 12.20.
>From Frank van der Linden <fvdl%NetBSD.ORG@localhost>.
thorpej
Mon Oct 20 15:05:20 PDT 1997
Update of /cvsroot/src/sys/compat/svr4
In directory netbsd1:/var/slash-tmp/cvs-serv4461/sys/compat/svr4
Modified Files:
svr4_stat.c svr4_stream.c
Log Message:
Fix the shared library versioning snafu caused by the recent changes
to the stat(2) family and msync(2). This uses a primitive function
versioning scheme.
This reverts the libc shared library major version from 13 to 12, and
adds a few new interfaces to bring us to libc version 12.20.
>From Frank van der Linden <fvdl%NetBSD.ORG@localhost>.
thorpej
Mon Oct 20 15:05:21 PDT 1997
Update of /cvsroot/src/sys/compat/ibcs2
In directory netbsd1:/var/slash-tmp/cvs-serv4461/sys/compat/ibcs2
Modified Files:
ibcs2_stat.c
Log Message:
Fix the shared library versioning snafu caused by the recent changes
to the stat(2) family and msync(2). This uses a primitive function
versioning scheme.
This reverts the libc shared library major version from 13 to 12, and
adds a few new interfaces to bring us to libc version 12.20.
>From Frank van der Linden <fvdl%NetBSD.ORG@localhost>.
thorpej
Mon Oct 20 15:05:23 PDT 1997
Update of /cvsroot/src/sys/compat/common
In directory netbsd1:/var/slash-tmp/cvs-serv4461/sys/compat/common
Modified Files:
vm_12.c
Log Message:
Fix the shared library versioning snafu caused by the recent changes
to the stat(2) family and msync(2). This uses a primitive function
versioning scheme.
This reverts the libc shared library major version from 13 to 12, and
adds a few new interfaces to bring us to libc version 12.20.
>From Frank van der Linden <fvdl%NetBSD.ORG@localhost>.
thorpej
Mon Oct 20 15:05:24 PDT 1997
Update of /cvsroot/src/sys/compat/freebsd
In directory netbsd1:/var/slash-tmp/cvs-serv4461/sys/compat/freebsd
Modified Files:
freebsd_misc.c
Log Message:
Fix the shared library versioning snafu caused by the recent changes
to the stat(2) family and msync(2). This uses a primitive function
versioning scheme.
This reverts the libc shared library major version from 13 to 12, and
adds a few new interfaces to bring us to libc version 12.20.
>From Frank van der Linden <fvdl%NetBSD.ORG@localhost>.
thorpej
Mon Oct 20 15:05:26 PDT 1997
Update of /cvsroot/src/sys/sys
In directory netbsd1:/var/slash-tmp/cvs-serv4461/sys/sys
Modified Files:
stat.h mman.h
Log Message:
Fix the shared library versioning snafu caused by the recent changes
to the stat(2) family and msync(2). This uses a primitive function
versioning scheme.
This reverts the libc shared library major version from 13 to 12, and
adds a few new interfaces to bring us to libc version 12.20.
>From Frank van der Linden <fvdl%NetBSD.ORG@localhost>.
thorpej
Mon Oct 20 15:05:27 PDT 1997
Update of /cvsroot/src/sys/vm
In directory netbsd1:/var/slash-tmp/cvs-serv4461/sys/vm
Modified Files:
vm_mmap.c
Log Message:
Fix the shared library versioning snafu caused by the recent changes
to the stat(2) family and msync(2). This uses a primitive function
versioning scheme.
This reverts the libc shared library major version from 13 to 12, and
adds a few new interfaces to bring us to libc version 12.20.
>From Frank van der Linden <fvdl%NetBSD.ORG@localhost>.
thorpej
Mon Oct 20 15:05:31 PDT 1997
Update of /cvsroot/src/lib/libc/sys
In directory netbsd1:/var/slash-tmp/cvs-serv4461/lib/libc/sys
Modified Files:
Makefile.inc
Added Files:
stat.c msync.c
Log Message:
Fix the shared library versioning snafu caused by the recent changes
to the stat(2) family and msync(2). This uses a primitive function
versioning scheme.
This reverts the libc shared library major version from 13 to 12, and
adds a few new interfaces to bring us to libc version 12.20.
>From Frank van der Linden <fvdl%NetBSD.ORG@localhost>.
thorpej
Mon Oct 20 15:05:35 PDT 1997
Update of /cvsroot/src/lib/libc/gen
In directory netbsd1:/var/slash-tmp/cvs-serv4461/lib/libc/gen
Modified Files:
unvis.c setproctitle.c
Log Message:
Fix the shared library versioning snafu caused by the recent changes
to the stat(2) family and msync(2). This uses a primitive function
versioning scheme.
This reverts the libc shared library major version from 13 to 12, and
adds a few new interfaces to bring us to libc version 12.20.
>From Frank van der Linden <fvdl%NetBSD.ORG@localhost>.
thorpej
Mon Oct 20 15:05:37 PDT 1997
Update of /cvsroot/src/lib/libc
In directory netbsd1:/var/slash-tmp/cvs-serv4461/lib/libc
Modified Files:
shlib_version
Log Message:
Fix the shared library versioning snafu caused by the recent changes
to the stat(2) family and msync(2). This uses a primitive function
versioning scheme.
This reverts the libc shared library major version from 13 to 12, and
adds a few new interfaces to bring us to libc version 12.20.
>From Frank van der Linden <fvdl%NetBSD.ORG@localhost>.
thorpej
Mon Oct 20 15:05:39 PDT 1997
Update of /cvsroot/src/lib/libc/yp
In directory netbsd1:/var/slash-tmp/cvs-serv4461/lib/libc/yp
Modified Files:
xdryp.c
Log Message:
Fix the shared library versioning snafu caused by the recent changes
to the stat(2) family and msync(2). This uses a primitive function
versioning scheme.
This reverts the libc shared library major version from 13 to 12, and
adds a few new interfaces to bring us to libc version 12.20.
>From Frank van der Linden <fvdl%NetBSD.ORG@localhost>.
thorpej
Mon Oct 20 15:05:41 PDT 1997
Update of /cvsroot/src/include
In directory netbsd1:/var/slash-tmp/cvs-serv4461/include
Modified Files:
vis.h
Log Message:
Fix the shared library versioning snafu caused by the recent changes
to the stat(2) family and msync(2). This uses a primitive function
versioning scheme.
This reverts the libc shared library major version from 13 to 12, and
adds a few new interfaces to bring us to libc version 12.20.
>From Frank van der Linden <fvdl%NetBSD.ORG@localhost>.
thorpej
Mon Oct 20 15:06:54 PDT 1997
Update of /cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv5909
Modified Files:
init_sysent.c syscalls.c
Log Message:
Regen, syscalls.master changed.
thorpej
Mon Oct 20 15:07:25 PDT 1997
Update of /cvsroot/src/sys/sys
In directory netbsd1:/var/slash-tmp/cvs-serv5969
Modified Files:
syscall.h syscallargs.h
Log Message:
Regen, syscalls.master changed.
thorpej
Mon Oct 20 15:08:47 PDT 1997
Update of /cvsroot/src/sys/nfs
In directory netbsd1:/var/slash-tmp/cvs-serv6084
Modified Files:
nfs_vnops.c nfs_bio.c
Log Message:
Fix alignment problems. From Frank van der Linden <fvdl%NetBSD.ORG@localhost>.
Home |
Main Index |
Thread Index |
Old Index