[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
source@NetBSD.ORG: NetBSD master CVS tree commits
- To: misc_(_at_)_openbsd_(_dot_)_org
- Subject: source@NetBSD.ORG: NetBSD master CVS tree commits
- From: Theo de Raadt <deraadt_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org>
- Date: Sun, 05 Oct 1997 12:19:55 -0600
After all the work I did on making lpr/lpd clean, Warner Losh imported
the changes into the FreeBSD tree with full credit.
Then Matthew Green, KNOWING CLEARLY THAT THE WORK WAS DONE BY ME,
commited the changes to the NetBSD tree in the following way.
Matthew Green -- you CLEARLY KNEW that all this work was by me and
OpenBSD. Why you did the following is a mystery.
You must hate giving credit a lot.
------- Forwarded Message
Return-Path: downsj_(_at_)_downsj_(_dot_)_com
Received: from threadway.downsj.com (root_(_at_)_threadway_(_dot_)_downsj_(_dot_)_com [204.245.200.1]) by cvs.openbsd.org (8.8.7/8.6.12) with ESMTP id JAA16712 for <deraadt_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org>; Sun, 5 Oct 1997 09:16:41 -0600 (MDT)
Received: (from downsj_(_at_)_localhost) by threadway.downsj.com (8.8.7/8.6.12) id IAA08737 for deraadt_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org; Sun, 5 Oct 1997 08:21:45 -0700 (PDT)
Delivery-Date: Sun, 05 Oct 1997 08:21:44 -0700
Received: from mail.NetBSD.ORG (homeworld.cygnus.com [205.180.83.70]) by threadway.downsj.com (8.8.7/8.6.12) with SMTP id IAA10105 for <downsj_(_at_)_teeny_(_dot_)_org>; Sun, 5 Oct 1997 08:21:41 -0700 (PDT)
Received: (qmail 28401 invoked by uid 605); 5 Oct 1997 15:20:07 -0000
Received: (qmail 28395 invoked by uid 500); 5 Oct 1997 15:20:02 -0000
Date: 5 Oct 1997 15:20:02 -0000
Message-ID: <19971005152002_(_dot_)_28393_(_dot_)_qmail_(_at_)_mail_(_dot_)_NetBSD_(_dot_)_ORG>
From: source_(_at_)_NetBSD_(_dot_)_ORG
To: source-changes_(_at_)_NetBSD_(_dot_)_ORG
Subject: NetBSD master CVS tree commits
Sender: source-changes-owner_(_at_)_NetBSD_(_dot_)_ORG
Precedence: list
Delivered-To: source-changes_(_at_)_NetBSD_(_dot_)_ORG
mrg
Sun Oct 5 08:12:00 PDT 1997
Update of /cvsroot/src/usr.sbin/lpr
In directory netbsd1:/var/slash-tmp/cvs-serv27304
Modified Files:
Makefile
Added Files:
Makefile.inc
Log Message:
- - WARNS?=1
- - be safe with unlinking files (from freebsd)
- - remove register
- - clean up $NetBSD$'s.
- - use inet_ntoa() in one place (from openbsd)
- - nul terminate after a bunch of strncpy()'s
- - #ifdef __STDC__ rather than #if (from freebsd)
- - be safe with a bunch of string operations (from freebsd)
- - use warn()/err() over home grown versions (some from freebsd)
- - rename warn() to nodaemon() to remove conflict with above
- - check errno from failed kill(2) against ESRCH (from freebsd)
- - use getopt() rather than home grown versions (from freebsd)
- - clean up a bunch of man pages (some from freebsd)
- - check for hostname spoof (from freebsd)
- - use POSIX wait() interfaces
- - use sysconf(_SC_OPEN_MAX) in preference to NOFILE (from freebsd)
- - deal with fork() failure
- - index/rindex -> strchr/strrchr (some from freebsd)
- - add B57600 and B115200 speeds (from freebsd)
- - some KNF
- - be safe with files passed in over the network (some from freebsd)
- - check return value of malloc(), calloc() and strdup()
mrg
Sun Oct 5 08:12:05 PDT 1997
Update of /cvsroot/src/usr.sbin/lpr/common_source
In directory netbsd1:/var/slash-tmp/cvs-serv27304/common_source
Modified Files:
common.c displayq.c lp.h printcap.c rmjob.c startdaemon.c
Log Message:
- - WARNS?=1
- - be safe with unlinking files (from freebsd)
- - remove register
- - clean up $NetBSD$'s.
- - use inet_ntoa() in one place (from openbsd)
- - nul terminate after a bunch of strncpy()'s
- - #ifdef __STDC__ rather than #if (from freebsd)
- - be safe with a bunch of string operations (from freebsd)
- - use warn()/err() over home grown versions (some from freebsd)
- - rename warn() to nodaemon() to remove conflict with above
- - check errno from failed kill(2) against ESRCH (from freebsd)
- - use getopt() rather than home grown versions (from freebsd)
- - clean up a bunch of man pages (some from freebsd)
- - check for hostname spoof (from freebsd)
- - use POSIX wait() interfaces
- - use sysconf(_SC_OPEN_MAX) in preference to NOFILE (from freebsd)
- - deal with fork() failure
- - index/rindex -> strchr/strrchr (some from freebsd)
- - add B57600 and B115200 speeds (from freebsd)
- - some KNF
- - be safe with files passed in over the network (some from freebsd)
- - check return value of malloc(), calloc() and strdup()
mrg
Sun Oct 5 08:12:06 PDT 1997
Update of /cvsroot/src/usr.sbin/lpr/filters
In directory netbsd1:/var/slash-tmp/cvs-serv27304/filters
Modified Files:
lpf.c
Log Message:
- - WARNS?=1
- - be safe with unlinking files (from freebsd)
- - remove register
- - clean up $NetBSD$'s.
- - use inet_ntoa() in one place (from openbsd)
- - nul terminate after a bunch of strncpy()'s
- - #ifdef __STDC__ rather than #if (from freebsd)
- - be safe with a bunch of string operations (from freebsd)
- - use warn()/err() over home grown versions (some from freebsd)
- - rename warn() to nodaemon() to remove conflict with above
- - check errno from failed kill(2) against ESRCH (from freebsd)
- - use getopt() rather than home grown versions (from freebsd)
- - clean up a bunch of man pages (some from freebsd)
- - check for hostname spoof (from freebsd)
- - use POSIX wait() interfaces
- - use sysconf(_SC_OPEN_MAX) in preference to NOFILE (from freebsd)
- - deal with fork() failure
- - index/rindex -> strchr/strrchr (some from freebsd)
- - add B57600 and B115200 speeds (from freebsd)
- - some KNF
- - be safe with files passed in over the network (some from freebsd)
- - check return value of malloc(), calloc() and strdup()
mrg
Sun Oct 5 08:12:11 PDT 1997
Update of /cvsroot/src/usr.sbin/lpr/lpc
In directory netbsd1:/var/slash-tmp/cvs-serv27304/lpc
Modified Files:
cmds.c cmdtab.c extern.h lpc.8 lpc.c lpc.h
Log Message:
- - WARNS?=1
- - be safe with unlinking files (from freebsd)
- - remove register
- - clean up $NetBSD$'s.
- - use inet_ntoa() in one place (from openbsd)
- - nul terminate after a bunch of strncpy()'s
- - #ifdef __STDC__ rather than #if (from freebsd)
- - be safe with a bunch of string operations (from freebsd)
- - use warn()/err() over home grown versions (some from freebsd)
- - rename warn() to nodaemon() to remove conflict with above
- - check errno from failed kill(2) against ESRCH (from freebsd)
- - use getopt() rather than home grown versions (from freebsd)
- - clean up a bunch of man pages (some from freebsd)
- - check for hostname spoof (from freebsd)
- - use POSIX wait() interfaces
- - use sysconf(_SC_OPEN_MAX) in preference to NOFILE (from freebsd)
- - deal with fork() failure
- - index/rindex -> strchr/strrchr (some from freebsd)
- - add B57600 and B115200 speeds (from freebsd)
- - some KNF
- - be safe with files passed in over the network (some from freebsd)
- - check return value of malloc(), calloc() and strdup()
mrg
Sun Oct 5 08:12:17 PDT 1997
Update of /cvsroot/src/usr.sbin/lpr/lpd
In directory netbsd1:/var/slash-tmp/cvs-serv27304/lpd
Modified Files:
extern.h lpd.8 lpd.c printjob.c recvjob.c ttcompat.c
Log Message:
- - WARNS?=1
- - be safe with unlinking files (from freebsd)
- - remove register
- - clean up $NetBSD$'s.
- - use inet_ntoa() in one place (from openbsd)
- - nul terminate after a bunch of strncpy()'s
- - #ifdef __STDC__ rather than #if (from freebsd)
- - be safe with a bunch of string operations (from freebsd)
- - use warn()/err() over home grown versions (some from freebsd)
- - rename warn() to nodaemon() to remove conflict with above
- - check errno from failed kill(2) against ESRCH (from freebsd)
- - use getopt() rather than home grown versions (from freebsd)
- - clean up a bunch of man pages (some from freebsd)
- - check for hostname spoof (from freebsd)
- - use POSIX wait() interfaces
- - use sysconf(_SC_OPEN_MAX) in preference to NOFILE (from freebsd)
- - deal with fork() failure
- - index/rindex -> strchr/strrchr (some from freebsd)
- - add B57600 and B115200 speeds (from freebsd)
- - some KNF
- - be safe with files passed in over the network (some from freebsd)
- - check return value of malloc(), calloc() and strdup()
mrg
Sun Oct 5 08:12:19 PDT 1997
Update of /cvsroot/src/usr.sbin/lpr/lpq
In directory netbsd1:/var/slash-tmp/cvs-serv27304/lpq
Modified Files:
lpq.1 lpq.c
Log Message:
- - WARNS?=1
- - be safe with unlinking files (from freebsd)
- - remove register
- - clean up $NetBSD$'s.
- - use inet_ntoa() in one place (from openbsd)
- - nul terminate after a bunch of strncpy()'s
- - #ifdef __STDC__ rather than #if (from freebsd)
- - be safe with a bunch of string operations (from freebsd)
- - use warn()/err() over home grown versions (some from freebsd)
- - rename warn() to nodaemon() to remove conflict with above
- - check errno from failed kill(2) against ESRCH (from freebsd)
- - use getopt() rather than home grown versions (from freebsd)
- - clean up a bunch of man pages (some from freebsd)
- - check for hostname spoof (from freebsd)
- - use POSIX wait() interfaces
- - use sysconf(_SC_OPEN_MAX) in preference to NOFILE (from freebsd)
- - deal with fork() failure
- - index/rindex -> strchr/strrchr (some from freebsd)
- - add B57600 and B115200 speeds (from freebsd)
- - some KNF
- - be safe with files passed in over the network (some from freebsd)
- - check return value of malloc(), calloc() and strdup()
mrg
Sun Oct 5 08:12:21 PDT 1997
Update of /cvsroot/src/usr.sbin/lpr/lpr
In directory netbsd1:/var/slash-tmp/cvs-serv27304/lpr
Modified Files:
lpr.1 lpr.c
Log Message:
- - WARNS?=1
- - be safe with unlinking files (from freebsd)
- - remove register
- - clean up $NetBSD$'s.
- - use inet_ntoa() in one place (from openbsd)
- - nul terminate after a bunch of strncpy()'s
- - #ifdef __STDC__ rather than #if (from freebsd)
- - be safe with a bunch of string operations (from freebsd)
- - use warn()/err() over home grown versions (some from freebsd)
- - rename warn() to nodaemon() to remove conflict with above
- - check errno from failed kill(2) against ESRCH (from freebsd)
- - use getopt() rather than home grown versions (from freebsd)
- - clean up a bunch of man pages (some from freebsd)
- - check for hostname spoof (from freebsd)
- - use POSIX wait() interfaces
- - use sysconf(_SC_OPEN_MAX) in preference to NOFILE (from freebsd)
- - deal with fork() failure
- - index/rindex -> strchr/strrchr (some from freebsd)
- - add B57600 and B115200 speeds (from freebsd)
- - some KNF
- - be safe with files passed in over the network (some from freebsd)
- - check return value of malloc(), calloc() and strdup()
mrg
Sun Oct 5 08:12:23 PDT 1997
Update of /cvsroot/src/usr.sbin/lpr/lprm
In directory netbsd1:/var/slash-tmp/cvs-serv27304/lprm
Modified Files:
lprm.1 lprm.c
Log Message:
- - WARNS?=1
- - be safe with unlinking files (from freebsd)
- - remove register
- - clean up $NetBSD$'s.
- - use inet_ntoa() in one place (from openbsd)
- - nul terminate after a bunch of strncpy()'s
- - #ifdef __STDC__ rather than #if (from freebsd)
- - be safe with a bunch of string operations (from freebsd)
- - use warn()/err() over home grown versions (some from freebsd)
- - rename warn() to nodaemon() to remove conflict with above
- - check errno from failed kill(2) against ESRCH (from freebsd)
- - use getopt() rather than home grown versions (from freebsd)
- - clean up a bunch of man pages (some from freebsd)
- - check for hostname spoof (from freebsd)
- - use POSIX wait() interfaces
- - use sysconf(_SC_OPEN_MAX) in preference to NOFILE (from freebsd)
- - deal with fork() failure
- - index/rindex -> strchr/strrchr (some from freebsd)
- - add B57600 and B115200 speeds (from freebsd)
- - some KNF
- - be safe with files passed in over the network (some from freebsd)
- - check return value of malloc(), calloc() and strdup()
mrg
Sun Oct 5 08:12:24 PDT 1997
Update of /cvsroot/src/usr.sbin/lpr/lptest
In directory netbsd1:/var/slash-tmp/cvs-serv27304/lptest
Modified Files:
lptest.1 lptest.c
Log Message:
- - WARNS?=1
- - be safe with unlinking files (from freebsd)
- - remove register
- - clean up $NetBSD$'s.
- - use inet_ntoa() in one place (from openbsd)
- - nul terminate after a bunch of strncpy()'s
- - #ifdef __STDC__ rather than #if (from freebsd)
- - be safe with a bunch of string operations (from freebsd)
- - use warn()/err() over home grown versions (some from freebsd)
- - rename warn() to nodaemon() to remove conflict with above
- - check errno from failed kill(2) against ESRCH (from freebsd)
- - use getopt() rather than home grown versions (from freebsd)
- - clean up a bunch of man pages (some from freebsd)
- - check for hostname spoof (from freebsd)
- - use POSIX wait() interfaces
- - use sysconf(_SC_OPEN_MAX) in preference to NOFILE (from freebsd)
- - deal with fork() failure
- - index/rindex -> strchr/strrchr (some from freebsd)
- - add B57600 and B115200 speeds (from freebsd)
- - some KNF
- - be safe with files passed in over the network (some from freebsd)
- - check return value of malloc(), calloc() and strdup()
mrg
Sun Oct 5 08:12:26 PDT 1997
Update of /cvsroot/src/usr.sbin/lpr/pac
In directory netbsd1:/var/slash-tmp/cvs-serv27304/pac
Modified Files:
pac.8 pac.c
Log Message:
- - WARNS?=1
- - be safe with unlinking files (from freebsd)
- - remove register
- - clean up $NetBSD$'s.
- - use inet_ntoa() in one place (from openbsd)
- - nul terminate after a bunch of strncpy()'s
- - #ifdef __STDC__ rather than #if (from freebsd)
- - be safe with a bunch of string operations (from freebsd)
- - use warn()/err() over home grown versions (some from freebsd)
- - rename warn() to nodaemon() to remove conflict with above
- - check errno from failed kill(2) against ESRCH (from freebsd)
- - use getopt() rather than home grown versions (from freebsd)
- - clean up a bunch of man pages (some from freebsd)
- - check for hostname spoof (from freebsd)
- - use POSIX wait() interfaces
- - use sysconf(_SC_OPEN_MAX) in preference to NOFILE (from freebsd)
- - deal with fork() failure
- - index/rindex -> strchr/strrchr (some from freebsd)
- - add B57600 and B115200 speeds (from freebsd)
- - some KNF
- - be safe with files passed in over the network (some from freebsd)
- - check return value of malloc(), calloc() and strdup()
------- End of Forwarded Message
Visit your host, monkey.org