Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

sun-lamp CVS commits



cgd
Wed Nov 22 18:01:58 EST 1995
Update of /a/cvsroot/src/sys/sys
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv8747/sys/sys

Modified Files:
        resourcevar.h 
Log Message:
represent profiling size, scale more correctly (as size_t, u_int, resp.)

cgd
Wed Nov 22 18:07:22 EST 1995
Update of /a/cvsroot/src/include
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv8871/include

Modified Files:
        unistd.h 
Log Message:
change definition of profil() to make it 64-bit friendly.  This has
no practical consequence on 32-bit systems.  old prototype was
int profil(char *, int, int, int), and new one is int profile(char *,
size_t, u_long, u_int).  the size_t is the size of the buffer,
and the u_long is the 'starting offset'.  (I changed the last int
to u_int, because it's treated as a u_int everywhere, and isn't
logically a signed value.)


cgd
Wed Nov 22 18:07:25 EST 1995
Update of /a/cvsroot/src/lib/libc/sys
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv8871/lib/libc/sys

Modified Files:
        profil.2 
Log Message:
change definition of profil() to make it 64-bit friendly.  This has
no practical consequence on 32-bit systems.  old prototype was
int profil(char *, int, int, int), and new one is int profile(char *,
size_t, u_long, u_int).  the size_t is the size of the buffer,
and the u_long is the 'starting offset'.  (I changed the last int
to u_int, because it's treated as a u_int everywhere, and isn't
logically a signed value.)


cgd
Wed Nov 22 18:07:32 EST 1995
Update of /a/cvsroot/src/sys/kern
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv8871/sys/kern

Modified Files:
        subr_prof.c syscalls.master 
Log Message:
change definition of profil() to make it 64-bit friendly.  This has
no practical consequence on 32-bit systems.  old prototype was
int profil(char *, int, int, int), and new one is int profile(char *,
size_t, u_long, u_int).  the size_t is the size of the buffer,
and the u_long is the 'starting offset'.  (I changed the last int
to u_int, because it's treated as a u_int everywhere, and isn't
logically a signed value.)


cgd
Wed Nov 22 18:09:38 EST 1995
Update of /a/cvsroot/src/sys/kern
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv9059/kern

Modified Files:
        init_sysent.c syscalls.c 
Log Message:
update for new syscalls.master

cgd
Wed Nov 22 18:09:47 EST 1995
Update of /a/cvsroot/src/sys/sys
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv9059/sys

Modified Files:
        syscall.h syscallargs.h 
Log Message:
update for new syscalls.master



Home | Main Index | Thread Index | Old Index