| Commit message (Collapse) | Author | Age | Files | Lines | 
| | 
| 
| 
| 
| 
| 
| 
| 
|  | 
- standard function name
Obtained from: a diff of FreeBSD vs. OpenBSD/NetBSD rpc code.
Notes:
    svn path=/head/; revision=21066
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
1.  Added missing function prototypes.
2.  Added missing function return types.
3.  Added missing function argument types.
4.  Added missing headers for system function prototypes.
5.  Corrected format specifier in printf().
6.  Added extra parentheses around assignment used as truth value.
7.  Added missing "default" cases in switch statements.
8.  Added casts for function pointers.
9.  Did *not* change int declarations of uid and gid to uid_t/gid_t
    because I don't know if that would affect the protocol. Put in
    explicit casts to int instead, to make things more obvious.
10. Moved declarations of variables that are only used if YP is
    defined inside the '#ifdef YP' conditionals.
Notes:
    svn path=/head/; revision=16283
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
|  | 
but a commit mail got lost, it's the same as for this commit:
 lib/libc/gen  confstr.c crypt.c disklabel.c fstab.c getcap.c
          getgrent.c  getgrouplist.c getpass.c getpwent.c
          initgroups.c nlist.c  psignal.c pwcache.c setmode.c
          sleep.c sysconf.c sysctl.c  syslog.c usleep.c
 lib/libc/locale  none.c read_runemagi.c setlocale.c
 lib/libc/net  gethostbydns.c getnetbydns.c getnetbynis.c
 lib/libc/nls  msgcat.c
 lib/libc/quad  Makefile.inc
 lib/libc/regex  engine.c regcomp.c regerror.c
	Minor cleanup, mostly unused vars and missing #includes.
	Limit the number of quad functions we pull in for 'i386'.
	I still belive the quad stuff should go back into gcc.
	Add compile-time warnings about crypt functions.
Notes:
    svn path=/head/; revision=11666
 | 
| | 
| 
| 
|  | 
Notes:
    svn path=/head/; revision=8870
 | 
| | 
| 
| 
| 
| 
| 
|  | 
Submitted by: Scott Hazen Mueller <scott@zorch.sf-bay.org>
Notes:
    svn path=/head/; revision=7144
 | 
| | 
| 
| 
| 
| 
| 
|  | 
fixed incipient bug wrt gid_t versus int.
Notes:
    svn path=/head/; revision=1994
 | 
|   
  
  
  
  
  
  
   | 
people, including J.T. Conklin, Theo de Raadt, Paul Richards, and probably
someone else who's going to flame me as soon as they see this message.
Notes:
    svn path=/head/; revision=1901
 |