summaryrefslogtreecommitdiff
path: root/usr.sbin/sup
AgeCommit message (Collapse)Author
2003-11-12s/netbsd.org/NetBSD.org/igrant
2003-10-16safer use of reallocitojun
2003-10-14Don't try to compile "vprintf.c" because NetBSD has all the functionstron
defined there.
2003-09-20Change `LNFILES' to `BUILDSYMLINKS', to more accurately describe its purpose.lukem
Per discussion with Simon Gerraty.
2003-09-04use LNFILES instead of homegrown equivalentlukem
2003-08-27plug memory leak. openbsd-pr-3416itojun
2003-08-11tabifyitojun
2003-07-28debian bug id "sup 1.8-8, bug #175327" - temporary file symlink raceitojun
2003-04-04fix problem with fgets()christos
2003-04-03This Makefile should not need bsdmake!christos
2003-04-03add more defines for stuff we have.christos
2003-04-03put back <sys/ioctl.h> in case we are lunix.christos
2003-04-03Port to linuxchristos
2003-04-01remove some #includes which are unneeded since the transitiondrochner
to getifaddrs(3)
2003-01-28success, not sucess. Noted by mjl.wiz
2003-01-02Fix typos pointed out by Igor Sobrado in PR misc/19621.jschauma
2002-12-22Debugging is usually spelled with three gs.wiz
2002-12-06Avoid strict alias warning.thorpej
2002-11-30tweaks for fparseln(3) move from libutil to libc:lukem
- remove #include <util.h> if nothing else needed it - remove LDFLAGS+=-lutil if nothing else needed it
2002-10-19use readlink with bufsize - 1; approved thorpej.provos
2002-09-19select() -> poll()mycroft
Also clean up some very ugly code.
2002-09-18minor makefile delintlukem
2002-08-09Don't omit third argument to open(2).soren
PR bin/17885 from mjl.
2002-07-10Fix a lint warning by removing some #ifdef lint (!?!).wiz
2002-07-10Remove unneeded header file.wiz
2002-07-10Remove some unneeded typedefs and defines.wiz
2002-07-10Usge -> Usage in comment.wiz
2002-07-10De-lint a bit.wiz
2002-07-10Cleanup, part 2:wiz
Remove 'register'. ANSIfy. indent(1). Static -> static. Change some ``#include <header.h>'' to ``#include "header.h"'' for local headers. Fix function declaration mistakes uncovered by ANSIfication.
2002-07-10Remove unused ci.c.wiz
2002-07-10Cleanup, part 1:wiz
Remove sysent.h, unneeded. Remove __P(). unifdef __STDC__ Remove some #if 0 parts. Start ANSIfication.
2002-05-16Comment out token after #endif.wiz
2002-03-23typoheinz
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2002-01-19Whitespace nits.wiz
2001-12-12MKfoo=no -> NOfootv
2001-09-24va_{start,end} audit:wiz
Make sure that each va_start has one and only one matching va_end, especially in error cases. If the va_list is used multiple times, do multiple va_starts/va_ends. If a function gets va_list as argument, don't let it use va_end (since it's the callers responsibility). Improved by comments from enami and christos -- thanks! Heimdal/krb4/KAME changes already fed back, rest to follow. Inspired by, but not not based on, OpenBSD.
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
therefore, you will need two instances running for dual stack support (one with -4 and one with -6).
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
works.
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
present in system headers. Even worse: those declarations have slightly different argument types (va_list vs. _BSD_VA_LIST_)