Go to file
lukem f62aa6c8ac changes to improve portability:
* replace union sockunion {} with struct sockinet {}, and modify the code
  accordingly. this is possibly more portable, as it doesn't rely upon
  the structure alignment within the union for our own stuff.  uses local
  su_len unless HAVE_SOCKADDR_SA_LEN is defined (set ifdef BSD4_4)
  (XXX: haven't tested the ipv6 stuff)
* always use getaddrinfo() and getnameinfo() instead of maintaining two code
  paths. (lukemftpd will provide replacements for these on older systems)
* use lockf() instead of open(.., O_EXLOCK) to lock the pid file
* minor KNF
* clean up long long support: create helper #defines and use as appropriate:
        #define		NO_LONG_LONG	! NO_LONG_LONG
        -------		------------	--------------
        LLF		"%ld"		"%lld"
        LLFP(x)		"%" x "ld"	"%" x "lld"
        LLT		long		long long
        ULLF		"%lu"		"%llu"
        ULLFP(x)	"%" x "lu"	"%" x "llu"
        ULLT		unsigned long	unsigned long long
        STRTOLL(x,y,z)	strtol(x,y,z)	strtoll(x,y,z)
2000-11-15 02:32:30 +00:00
bin be consistent with man page xrefs (this is a pre mandoc man page) 2000-11-07 01:45:49 +00:00
crypto correct validation on X11 forwarding. from markus@openbsd 2000-11-13 02:30:38 +00:00
dist don't undefine _res. _res is redefined to bind__res for avoiding 2000-11-13 20:58:29 +00:00
distrib Document the Amiga INSTALL and INSTWDCPCM kernels. 2000-11-15 00:00:26 +00:00
etc Add /dev/openfirm 2000-11-14 21:21:31 +00:00
games remove unnecessary command name after .Nm 2000-11-07 05:51:54 +00:00
gnu If NBSD_EXEC_PREFIX is set, use it to set MD_EXEC_PREFIX rather 2000-11-09 06:27:07 +00:00
include u_long -> unsigned long in "offsetof" macro. 2000-11-10 06:35:45 +00:00
lib clean up depends a little, add stuff to force compilation of 2000-11-13 15:08:16 +00:00
libexec changes to improve portability: 2000-11-15 02:32:30 +00:00
regress "make benchmark" will run a tiny benchmark test. 2000-11-08 06:02:01 +00:00
sbin xref (disklabel.8, fdisk.8, mbrlabel.8) as appropriate 2000-11-14 11:06:19 +00:00
share more supported cards, from our release docs. 2000-11-12 20:47:44 +00:00
sys Make isa_machdep.c compile again. 2000-11-15 02:00:31 +00:00
usr.bin - implement "mreget"; as per "mget" but uses "reget" instead of "get" 2000-11-15 00:10:59 +00:00
usr.sbin This is now 8.2.2-P7, so update VER. 2000-11-13 22:45:05 +00:00
Makefile if building w/o a DESTDIR, grab the system make files from the source 2000-10-07 17:18:17 +00:00
Makefile.inc Set RELTOP to '.' if that's where we are. 2000-05-06 15:05:15 +00:00
UPDATING ca -> lsu 2000-10-19 15:02:38 +00:00