Source-Changes archive

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

NetBSD master CVS tree commits



lukem
Mon Jul 21 07:03:50 PDT 1997
Update of /cvsroot/src/usr.bin/ftp
In directory netbsd1:/var/slash-tmp/cvs-serv4856

Modified Files:
        cmds.c util.c 
Log Message:
fix compile on alpha:
* cast all %qd printfs to (long long) [inspired by billc%warped.net@localhost]
* replace sscanf %qd with strtoq() et al


jtc
Mon Jul 21 07:06:25 PDT 1997
Update of /cvsroot/src/lib/libc
In directory netbsd1:/var/slash-tmp/cvs-serv4464

Modified Files:
        shlib_version 
Log Message:
If port provides __weak_alias(), provide an Standard C and POSIX pure 
identifier namespace by renaming non standard functions and variables 
such that they have a leading underscore.  The library will use those 
names internally.  Weak aliases are used to provide the original names 
to the API.  

This is only the first part of this change.  It is most of the functions 
which are implemented in C for all NetBSD ports.  Subsequent changes are
to add the same support to the remaining C files, to assembly files, and
to the automagically generated assembly source used for system calls.
When all of the above is done, ports with weak alias support should add
a definition for __weak_alias to <sys/cdefs.h>.


jtc
Mon Jul 21 07:06:29 PDT 1997
Update of /cvsroot/src/lib/libc/compat-43
In directory netbsd1:/var/slash-tmp/cvs-serv4464/compat-43

Modified Files:
        getdtablesize.c gethostid.c getwd.c sethostid.c 
Log Message:
If port provides __weak_alias(), provide an Standard C and POSIX pure 
identifier namespace by renaming non standard functions and variables 
such that they have a leading underscore.  The library will use those 
names internally.  Weak aliases are used to provide the original names 
to the API.  

This is only the first part of this change.  It is most of the functions 
which are implemented in C for all NetBSD ports.  Subsequent changes are
to add the same support to the remaining C files, to assembly files, and
to the automagically generated assembly source used for system calls.
When all of the above is done, ports with weak alias support should add
a definition for __weak_alias to <sys/cdefs.h>.


jtc
Mon Jul 21 07:06:39 PDT 1997
Update of /cvsroot/src/lib/libc/db/btree
In directory netbsd1:/var/slash-tmp/cvs-serv4464/db/btree

Modified Files:
        bt_close.c bt_delete.c bt_get.c bt_open.c bt_overflow.c 
        bt_page.c bt_put.c bt_search.c bt_seq.c bt_split.c 
Log Message:
If port provides __weak_alias(), provide an Standard C and POSIX pure 
identifier namespace by renaming non standard functions and variables 
such that they have a leading underscore.  The library will use those 
names internally.  Weak aliases are used to provide the original names 
to the API.  

This is only the first part of this change.  It is most of the functions 
which are implemented in C for all NetBSD ports.  Subsequent changes are
to add the same support to the remaining C files, to assembly files, and
to the automagically generated assembly source used for system calls.
When all of the above is done, ports with weak alias support should add
a definition for __weak_alias to <sys/cdefs.h>.


jtc
Mon Jul 21 07:06:40 PDT 1997
Update of /cvsroot/src/lib/libc/db/db
In directory netbsd1:/var/slash-tmp/cvs-serv4464/db/db

Modified Files:
        db.c 
Log Message:
If port provides __weak_alias(), provide an Standard C and POSIX pure 
identifier namespace by renaming non standard functions and variables 
such that they have a leading underscore.  The library will use those 
names internally.  Weak aliases are used to provide the original names 
to the API.  

This is only the first part of this change.  It is most of the functions 
which are implemented in C for all NetBSD ports.  Subsequent changes are
to add the same support to the remaining C files, to assembly files, and
to the automagically generated assembly source used for system calls.
When all of the above is done, ports with weak alias support should add
a definition for __weak_alias to <sys/cdefs.h>.


jtc
Mon Jul 21 07:06:41 PDT 1997
Update of /cvsroot/src/lib/libc/db/hash
In directory netbsd1:/var/slash-tmp/cvs-serv4464/db/hash

Modified Files:
        ndbm.c 
Log Message:
If port provides __weak_alias(), provide an Standard C and POSIX pure 
identifier namespace by renaming non standard functions and variables 
such that they have a leading underscore.  The library will use those 
names internally.  Weak aliases are used to provide the original names 
to the API.  

This is only the first part of this change.  It is most of the functions 
which are implemented in C for all NetBSD ports.  Subsequent changes are
to add the same support to the remaining C files, to assembly files, and
to the automagically generated assembly source used for system calls.
When all of the above is done, ports with weak alias support should add
a definition for __weak_alias to <sys/cdefs.h>.


jtc
Mon Jul 21 07:06:42 PDT 1997
Update of /cvsroot/src/lib/libc/db/mpool
In directory netbsd1:/var/slash-tmp/cvs-serv4464/db/mpool

Modified Files:
        mpool.c 
Log Message:
If port provides __weak_alias(), provide an Standard C and POSIX pure 
identifier namespace by renaming non standard functions and variables 
such that they have a leading underscore.  The library will use those 
names internally.  Weak aliases are used to provide the original names 
to the API.  

This is only the first part of this change.  It is most of the functions 
which are implemented in C for all NetBSD ports.  Subsequent changes are
to add the same support to the remaining C files, to assembly files, and
to the automagically generated assembly source used for system calls.
When all of the above is done, ports with weak alias support should add
a definition for __weak_alias to <sys/cdefs.h>.


jtc
Mon Jul 21 07:06:48 PDT 1997
Update of /cvsroot/src/lib/libc/db/recno
In directory netbsd1:/var/slash-tmp/cvs-serv4464/db/recno

Modified Files:
        rec_close.c rec_delete.c rec_get.c rec_open.c rec_put.c 
        rec_search.c rec_seq.c 
Log Message:
If port provides __weak_alias(), provide an Standard C and POSIX pure 
identifier namespace by renaming non standard functions and variables 
such that they have a leading underscore.  The library will use those 
names internally.  Weak aliases are used to provide the original names 
to the API.  

This is only the first part of this change.  It is most of the functions 
which are implemented in C for all NetBSD ports.  Subsequent changes are
to add the same support to the remaining C files, to assembly files, and
to the automagically generated assembly source used for system calls.
When all of the above is done, ports with weak alias support should add
a definition for __weak_alias to <sys/cdefs.h>.


jtc
Mon Jul 21 07:07:51 PDT 1997
Update of /cvsroot/src/lib/libc/gen
In directory netbsd1:/var/slash-tmp/cvs-serv4464/gen

Modified Files:
        alarm.c closedir.c confstr.c ctermid.c daemon.c devname.c 
        disklabel.c execl.c execle.c execlp.c execv.c execvp.c 
        fnmatch.c fstab.c ftok.c fts.c getbsize.c getcap.c getcwd.c 
        getdomainname.c getgrent.c getgrouplist.c gethostname.c 
        getloadavg.c getlogin.c getmntinfo.c getnetgrent.c 
        getpagesize.c getpass.c getpwent.c getsubopt.c getttyent.c 
        getusershell.c glob.c initgroups.c isatty.c nice.c nlist.c 
        opendir.c pause.c popen.c psignal.c pwcache.c readdir.c 
        rewinddir.c scandir.c seekdir.c setdomainname.c sethostname.c 
        setmode.c setproctitle.c siginterrupt.c signal.c sleep.c 
        stringlist.c sysconf.c sysctl.c syslog.c telldir.c time.c 
        times.c timezone.c ttyname.c ttyslot.c ualarm.c uname.c 
        unvis.c usleep.c utime.c valloc.c vis.c wait.c wait3.c 
        waitpid.c 
Log Message:
If port provides __weak_alias(), provide an Standard C and POSIX pure 
identifier namespace by renaming non standard functions and variables 
such that they have a leading underscore.  The library will use those 
names internally.  Weak aliases are used to provide the original names 
to the API.  

This is only the first part of this change.  It is most of the functions 
which are implemented in C for all NetBSD ports.  Subsequent changes are
to add the same support to the remaining C files, to assembly files, and
to the automagically generated assembly source used for system calls.
When all of the above is done, ports with weak alias support should add
a definition for __weak_alias to <sys/cdefs.h>.


jtc
Mon Jul 21 07:07:52 PDT 1997
Update of /cvsroot/src/lib/libc/include
In directory netbsd1:/var/slash-tmp/cvs-serv4464/include

Modified Files:
        namespace.h 
Log Message:
If port provides __weak_alias(), provide an Standard C and POSIX pure 
identifier namespace by renaming non standard functions and variables 
such that they have a leading underscore.  The library will use those 
names internally.  Weak aliases are used to provide the original names 
to the API.  

This is only the first part of this change.  It is most of the functions 
which are implemented in C for all NetBSD ports.  Subsequent changes are
to add the same support to the remaining C files, to assembly files, and
to the automagically generated assembly source used for system calls.
When all of the above is done, ports with weak alias support should add
a definition for __weak_alias to <sys/cdefs.h>.


jtc
Mon Jul 21 07:08:14 PDT 1997
Update of /cvsroot/src/lib/libc/net
In directory netbsd1:/var/slash-tmp/cvs-serv4464/net

Modified Files:
        ethers.c gethostnamadr.c getnetbyaddr.c getnetbyname.c 
        getnetent.c getproto.c getprotoent.c getprotoname.c 
        getservbyname.c getservbyport.c getservent.c inet_lnaof.c 
        inet_makeaddr.c inet_net_ntop.c inet_net_pton.c inet_neta.c 
        inet_netof.c inet_network.c inet_ntoa.c inet_ntop.c 
        inet_pton.c nsap_addr.c res_debug.c res_init.c res_query.c 
        res_send.c 
Log Message:
If port provides __weak_alias(), provide an Standard C and POSIX pure 
identifier namespace by renaming non standard functions and variables 
such that they have a leading underscore.  The library will use those 
names internally.  Weak aliases are used to provide the original names 
to the API.  

This is only the first part of this change.  It is most of the functions 
which are implemented in C for all NetBSD ports.  Subsequent changes are
to add the same support to the remaining C files, to assembly files, and
to the automagically generated assembly source used for system calls.
When all of the above is done, ports with weak alias support should add
a definition for __weak_alias to <sys/cdefs.h>.


jtc
Mon Jul 21 07:08:18 PDT 1997
Update of /cvsroot/src/lib/libc/regex
In directory netbsd1:/var/slash-tmp/cvs-serv4464/regex

Modified Files:
        regcomp.c regerror.c regexec.c regfree.c 
Log Message:
If port provides __weak_alias(), provide an Standard C and POSIX pure 
identifier namespace by renaming non standard functions and variables 
such that they have a leading underscore.  The library will use those 
names internally.  Weak aliases are used to provide the original names 
to the API.  

This is only the first part of this change.  It is most of the functions 
which are implemented in C for all NetBSD ports.  Subsequent changes are
to add the same support to the remaining C files, to assembly files, and
to the automagically generated assembly source used for system calls.
When all of the above is done, ports with weak alias support should add
a definition for __weak_alias to <sys/cdefs.h>.


jtc
Mon Jul 21 07:08:48 PDT 1997
Update of /cvsroot/src/lib/libc/rpc
In directory netbsd1:/var/slash-tmp/cvs-serv4464/rpc

Modified Files:
        auth_none.c auth_unix.c authunix_prot.c bindresvport.c 
        clnt_generic.c clnt_perror.c clnt_raw.c clnt_simple.c 
        clnt_tcp.c clnt_udp.c get_myaddress.c getrpcent.c getrpcport.c 
        pmap_clnt.c pmap_getmaps.c pmap_getport.c pmap_prot.c 
        pmap_prot2.c pmap_rmt.c rpc_callmsg.c rpc_dtablesize.c 
        rpc_prot.c svc.c svc_auth_unix.c svc_raw.c svc_run.c 
        svc_simple.c svc_tcp.c svc_udp.c xdr.c xdr_array.c xdr_float.c 
        xdr_mem.c xdr_rec.c xdr_reference.c xdr_stdio.c 
Log Message:
If port provides __weak_alias(), provide an Standard C and POSIX pure 
identifier namespace by renaming non standard functions and variables 
such that they have a leading underscore.  The library will use those 
names internally.  Weak aliases are used to provide the original names 
to the API.  

This is only the first part of this change.  It is most of the functions 
which are implemented in C for all NetBSD ports.  Subsequent changes are
to add the same support to the remaining C files, to assembly files, and
to the automagically generated assembly source used for system calls.
When all of the above is done, ports with weak alias support should add
a definition for __weak_alias to <sys/cdefs.h>.


jtc
Mon Jul 21 07:09:06 PDT 1997
Update of /cvsroot/src/lib/libc/stdlib
In directory netbsd1:/var/slash-tmp/cvs-serv4464/stdlib

Modified Files:
        a64l.c drand48.c erand48.c getopt.c heapsort.c jrand48.c 
        l64a.c lcong48.c lrand48.c malloc.c merge.c mrand48.c 
        nrand48.c putenv.c qabs.c qdiv.c radixsort.c rand48.h random.c 
        realpath.c seed48.c setenv.c srand48.c system.c 
Log Message:
If port provides __weak_alias(), provide an Standard C and POSIX pure 
identifier namespace by renaming non standard functions and variables 
such that they have a leading underscore.  The library will use those 
names internally.  Weak aliases are used to provide the original names 
to the API.  

This is only the first part of this change.  It is most of the functions 
which are implemented in C for all NetBSD ports.  Subsequent changes are
to add the same support to the remaining C files, to assembly files, and
to the automagically generated assembly source used for system calls.
When all of the above is done, ports with weak alias support should add
a definition for __weak_alias to <sys/cdefs.h>.


jtc
Mon Jul 21 07:09:09 PDT 1997
Update of /cvsroot/src/lib/libc/string
In directory netbsd1:/var/slash-tmp/cvs-serv4464/string

Modified Files:
        bm.c strcasecmp.c strsignal.c 
Log Message:
If port provides __weak_alias(), provide an Standard C and POSIX pure 
identifier namespace by renaming non standard functions and variables 
such that they have a leading underscore.  The library will use those 
names internally.  Weak aliases are used to provide the original names 
to the API.  

This is only the first part of this change.  It is most of the functions 
which are implemented in C for all NetBSD ports.  Subsequent changes are
to add the same support to the remaining C files, to assembly files, and
to the automagically generated assembly source used for system calls.
When all of the above is done, ports with weak alias support should add
a definition for __weak_alias to <sys/cdefs.h>.


jtc
Mon Jul 21 07:09:20 PDT 1997
Update of /cvsroot/src/lib/libc/termios
In directory netbsd1:/var/slash-tmp/cvs-serv4464/termios

Modified Files:
        cfgetispeed.c cfgetospeed.c cfmakeraw.c cfsetispeed.c 
        cfsetospeed.c cfsetspeed.c tcdrain.c tcflow.c tcflush.c 
        tcgetattr.c tcgetpgrp.c tcsendbreak.c tcsetattr.c tcsetpgrp.c 
Log Message:
If port provides __weak_alias(), provide an Standard C and POSIX pure 
identifier namespace by renaming non standard functions and variables 
such that they have a leading underscore.  The library will use those 
names internally.  Weak aliases are used to provide the original names 
to the API.  

This is only the first part of this change.  It is most of the functions 
which are implemented in C for all NetBSD ports.  Subsequent changes are
to add the same support to the remaining C files, to assembly files, and
to the automagically generated assembly source used for system calls.
When all of the above is done, ports with weak alias support should add
a definition for __weak_alias to <sys/cdefs.h>.


jtc
Mon Jul 21 07:09:23 PDT 1997
Update of /cvsroot/src/lib/libc/time
In directory netbsd1:/var/slash-tmp/cvs-serv4464/time

Modified Files:
        localtime.c strftime.c strptime.c 
Log Message:
If port provides __weak_alias(), provide an Standard C and POSIX pure 
identifier namespace by renaming non standard functions and variables 
such that they have a leading underscore.  The library will use those 
names internally.  Weak aliases are used to provide the original names 
to the API.  

This is only the first part of this change.  It is most of the functions 
which are implemented in C for all NetBSD ports.  Subsequent changes are
to add the same support to the remaining C files, to assembly files, and
to the automagically generated assembly source used for system calls.
When all of the above is done, ports with weak alias support should add
a definition for __weak_alias to <sys/cdefs.h>.


jtc
Mon Jul 21 07:09:33 PDT 1997
Update of /cvsroot/src/lib/libc/yp
In directory netbsd1:/var/slash-tmp/cvs-serv4464/yp

Modified Files:
        local.h xdryp.c yp_all.c yp_first.c yp_maplist.c yp_master.c 
        yp_match.c yp_order.c yperr_string.c yplib.c ypprot_err.c 
Log Message:
If port provides __weak_alias(), provide an Standard C and POSIX pure 
identifier namespace by renaming non standard functions and variables 
such that they have a leading underscore.  The library will use those 
names internally.  Weak aliases are used to provide the original names 
to the API.  

This is only the first part of this change.  It is most of the functions 
which are implemented in C for all NetBSD ports.  Subsequent changes are
to add the same support to the remaining C files, to assembly files, and
to the automagically generated assembly source used for system calls.
When all of the above is done, ports with weak alias support should add
a definition for __weak_alias to <sys/cdefs.h>.




Home | Main Index | Thread Index | Old Index