tent='index, nofollow'/>
summaryrefslogtreecommitdiff
path: root/gnu/libexec/uucp/libunix
AgeCommit message (Collapse)Author
2006-11-12goodbye uucpchristos
2006-05-09change (mostly) int to socklen_t. GCC 4 doesn't like that int andmrg
socklen_t are different signness.
2005-09-07Allow for \H -> "address ..." substitution in PIPE ports. Usefulis
e.g. for generic UUCP over SSH or SSL... Idea and part of the patch by Joerg Durchain, has apparently been integrated in Debian for a while.
2005-04-25Use socklet_t with accept.matt
2004-05-23Use MKPRIVATELIB=yes instead of providing an empty libinstall:: target andlukem
setting NOLINT, NOPIC, NOPROFILE (etc)
2004-04-21Replace the statfs() family of system calls with statvfs().christos
Retain binary compatibility.
2004-02-03Let "cu" connect at 230400 bps, if the port supports it.fredb
2003-04-19PR/2970: D'Arcy J.M. Cain: Eliminate trailing slashes in mkdir(2)christos
2002-09-19- use NETBSDSRCDIR as appropriatelukem
- makefile lint (moving NOxx to top of file, include <bsd.own.mk> as necessary, ...)
2001-12-12MKfoo=no -> NOfootv
2001-05-03Don't divide by zero when computing timeout values, else we SIGFPE whenis
sending "long" files over pipe links. This fix closely follows the one suggested by <felix@subnet.sub.net> in an email to Ian Lance Tailor years ago.
1999-02-13convert from NOxxx= to MKxxx=no.lukem
include <bsd.own.mk> if testing a MKxxx variable.
1998-07-27const poisoning.mycroft
1998-04-17LP64 (64 bit) sweep to make these compile.ross
1998-02-19Make sure the reason that NOLINT is set is documented. Additionallycgd
in places where it should be set (or has to be set right now), do so.
1998-02-14Kill a GCC warning on the SPARC.mycroft
1998-02-04Warnsifychristos
1997-10-25use CPPFLAGS instead of CFLAGSlukem
1997-10-18rcsid fascism, fix make -j race condition when building libslukem
1997-05-31Back out BUILDDIR and NOINSTALL changes.cjs
1997-05-30Remove empty libinstall target and add NOINSTALL=1.cjs
1997-05-07Use libinstall::, not install:, to prevent instaling LIB.mycroft