summaryrefslogtreecommitdiff
path: root/usr.sbin/sup/source
AgeCommit message (Expand)Author
2003-10-16safer use of reallocitojun
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-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
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
2002-10-19use readlink with bufsize - 1; approved thorpej.provos
2002-09-19select() -> poll()mycroft
2002-08-09Don't omit third argument to open(2).soren
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
2002-07-10Remove unused ci.c.wiz
2002-07-10Cleanup, part 1:wiz
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-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-16comment or delete text after CPP directives.cgd
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-01-11In userland, pull in <errno.h> instead of <sys/errno.h> for the declarationkleink