summaryrefslogtreecommitdiffstats
path: root/usr.bin/sup/src/scm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* sup is no longer used. reminded by pirofti and jmcderaadt2010-10-181-660/+0
* use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgderaadt2007-09-021-2/+2
* Use correct byte order when printing out port numbers.cloder2005-03-101-3/+3
* fix string mishandling of lpath, ok millert, deraadtbeck2004-01-121-14/+3
* a real pid_t cleanup.mpech2002-06-121-4/+4
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-21/+2
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-2/+2
* Fix Makefile.sunos5.gcc so that it builds sup correctly on Solaris 8millert2001-05-051-2/+2
* o kill registermillert2001-05-041-175/+189
* Sync with NetBSD. Notable changes:millert2001-05-021-10/+8
* Add a bunch of old revision history comments that we are missing tomillert2001-04-291-2/+19
* no need to extern int errno if errno.h is includedderaadt2000-02-011-2/+1
* ftruncate the lock file for supfilesrv -O before writing pid into it.beck1997-10-121-3/+10
* -Kludges for SunOS 5 portablility,beck1997-10-111-1/+71
* strcpy whacking; ci.c and expand.c need more workderaadt1997-09-161-2/+3
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-251-2/+2
* This merges in the latest NetBSD sup source.todd1997-04-011-56/+32
* ftp bounce protectionderaadt1996-08-041-1/+11
* rcsidderaadt1996-06-261-0/+5
* add sup to the treederaadt1995-12-161-0/+593