summaryrefslogtreecommitdiff
path: root/usr.sbin/sup
AgeCommit message (Expand)Author
2001-12-12MKfoo=no -> NOfootv
2001-09-24va_{start,end} audit:wiz
2001-09-18typo in IPv6 support. listen to wildcard address correctly.itojun
2001-09-16Spell 'occurred' with two 'r's.wiz
2001-09-11make sup/supfilesrv IPv6 ready. supfilesrv listens to single socket,itojun
2001-09-11correct 1st arg to select().itojun
2001-06-19`accessible' only has one `a'.wiz
2001-06-11Fix various misspellings of compatible/compatibility.wiz
2001-01-18Kill .NOPATH, and fix some DPADDs.mycroft
2001-01-16comment or delete text after CPP directives.cgd
2001-01-14move target definition after including bsd.prog.mk so that target protectionchristos
2001-01-14move target after including bsd.prog.mk so that target protection works.christos
2001-01-09convert to using .WAITlukem
2001-01-07Use PRINTOBJDIR.enami
2000-12-30Don't duplicate system declarations (vsprintf and friends) alreadymartin
2000-12-13No need to initialise a global to zero.scw
2000-10-11More format string cleanups by sommerfeld.is
2000-07-21Use correct argument type in call to "fparseln(3)". Fix supplied bytron
2000-07-19You can't just define read_line as fparseln since former keeps the storageenami
2000-03-12If we fail due to not being able to lookup our own hostname, display theabs
2000-01-21Nuke `extern int errno;' in code we compile with -Wstrict-prototypes. We getmycroft
1999-11-18Typos (from OpenBSD)kristerw
1999-08-24Add libwrap support to supfilesrv, as annnounced 2 weeks ago on tech-userlevel,bouyer
1999-08-02Replace the provided read_line function with calls to the fparseln function i...erh
1999-06-17Add -u flag, that prevents sup from attempting to restore a and m timeschristos
1999-04-12Software_Distribution => Software.Distribution.pk
1999-03-13set MKLINT=no. noted by NAKAJIMA Yoshihiro <nakayosh@kcn.ne.jp>lukem
1999-02-13convert from NOxxx= to MKxxx=no.lukem
1999-01-11In userland, pull in <errno.h> instead of <sys/errno.h> for the declarationkleink
1998-11-02Type mismatch in declaration... NOT (reverted previous change).kim
1998-10-14Type mismatch in declaration.kim
1998-10-12Before running "rm -rf" on a directory chmod the directory and its parentkim
1998-09-12Before running "rm -rf" on a directory try to turn on the S_IRWXU bits.kim
1998-09-06Fix paths to match the current code.kim
1998-09-05distclean is a synonym for cleandirlukem
1998-08-27{} fixes from Erik Bertelsen <erik@erik-be.uni-c.dk> (PR 6047) to shut up egcs.ross
1998-08-04handle negative arguments correctlymikel
1998-07-30Use the variable u instead of p in line 641 to prevent sup coredumping.frueauf
1998-07-27const poisoning.mycroft
1998-07-26const poisoning.mycroft
1998-07-06- use an array MAXHOSTNAMELEN+1 size to hold hostnamesmrg
1998-03-30remove some registermrg
1998-02-03change includes to fix compiler warningperry
1998-01-21update to match new reality (/usr/lib/supfiles -> /etc/supfiles)mikel
1998-01-21Add -DEE_XXX to CPPFLAGS so that system supfiles are obtained frommikel
1998-01-09RCS Id Police.perry
1997-11-15fix typomsaitoh
1997-11-13Oops! Forgot this yesterday: Add read_line.o goo.thorpej
1997-11-13Oops! Forgot to commit this: build read_line.othorpej
1997-11-13Make sup(1) handle lines continued with '\'. Fixes PR #4430, fromthorpej