Date: Sun, 22 Sep 1996 14:57:02 -0700 (PDT) From: Wolfram Schneider <wosch> To: CVS-committers, cvs-all, cvs-bin, cvs-user, cvs-libexec Subject: cvs commit: src/bin Makefile.inc src/libexec/bootpd/tools/bootpef bootpef.c src/libexec/comsat Makefile comsat.8 comsat.c src/libexec/ftpd extern.h ftpcmd.y ftpd.8 logwtmp.c pathnames.h popen.c skey-stuff.c src/libexec/lfs_cleanerd Makefile clean.h cleanerd.c lfs_cleanerd.8 library.c print.c src/libexec/makekey Makefile makekey.8 makekey.c src/libexec/rbootd Makefile bpf.c parseconf.c rbootd.8 rbootd.c src/libexec/rexecd Makefile rexecd.8 rexecd.c src/libexec/rlogind Makefile rlogind.8 rlogind.c src/libexec/rshd rshd.8 rshd.c src/libexec/talkd Makefile announce.c print.c process.c table.c talkd.c src/libexec/uucpd Makefile pathnames.h uucpd.c src/libexec/xtend packet.c paths.h status.c user.c xten.h xtend.8 xtend.c xtend.h src/lkm/joy Makefile src/lkm/qcam Makefile src/bin/ed/test README ckscripts.sh mkscripts.sh src/libexec Makefile src/libexec/atrun LEGAL src/libexec/bootpd Announce Changes Makefile.UNIX Problems README bootpd.c bootptab.mcs dovend.c dumptab.c getether.c getif.c hash.c hwaddr.c hwaddr.h lookup.c patchlevel.h readfile.c trygetea.c trygetif.c trylook.c src/libexec/bootpd/tools/bootptest bootptest.c print-bootp.c src/libexec/fingerd Makefile src/libexec/mail.local Makefile mail.local.8 mail.local.c src/libexec/telnetd Makefile ext.h pathnames.h slc.c state.c sys_term.c telnetd.8 telnetd.c termstat.c utility.c src/libexec/tftpd Makefile tftpd.c src/lkm/ibcs2 Makefile src/lkm/syscons saver.h Message-ID: <199609222157.OAA05513@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
wosch 96/09/22 14:57:01
Modified: bin Makefile.inc
bin/ed/test README ckscripts.sh mkscripts.sh
libexec Makefile
libexec/atrun LEGAL
libexec/bootpd Announce Changes Makefile.UNIX Problems
README bootpd.c bootptab.mcs dovend.c dumptab.c
getether.c getif.c hash.c hwaddr.c hwaddr.h
lookup.c patchlevel.h readfile.c trygetea.c
trygetif.c trylook.c
libexec/bootpd/tools/bootpef bootpef.c
libexec/bootpd/tools/bootptest bootptest.c print-bootp.c
libexec/comsat Makefile comsat.8 comsat.c
libexec/fingerd Makefile
libexec/ftpd extern.h ftpcmd.y ftpd.8 logwtmp.c pathnames.h
popen.c skey-stuff.c
libexec/lfs_cleanerd Makefile clean.h cleanerd.c
lfs_cleanerd.8 library.c print.c
libexec/mail.local Makefile mail.local.8 mail.local.c
libexec/makekey Makefile makekey.8 makekey.c
libexec/rbootd Makefile bpf.c parseconf.c rbootd.8 rbootd.c
libexec/rexecd Makefile rexecd.8 rexecd.c
libexec/rlogind Makefile rlogind.8 rlogind.c
libexec/rshd rshd.8 rshd.c
libexec/talkd Makefile announce.c print.c process.c table.c
talkd.c
libexec/telnetd Makefile ext.h pathnames.h slc.c state.c
sys_term.c telnetd.8 telnetd.c termstat.c
utility.c
libexec/tftpd Makefile tftpd.c
libexec/uucpd Makefile pathnames.h uucpd.c
libexec/xtend packet.c paths.h status.c user.c xten.h
xtend.8 xtend.c xtend.h
lkm/ibcs2 Makefile
lkm/joy Makefile
lkm/qcam Makefile
lkm/syscons saver.h
Log:
add forgotten $Id$
Revision Changes Path
1.7 +1 -0 src/bin/Makefile.inc
1.4 +2 -0 src/bin/ed/test/README
1.3 +2 -0 src/bin/ed/test/ckscripts.sh
1.3 +2 -0 src/bin/ed/test/mkscripts.sh
1.20 +1 -0 src/libexec/Makefile
1.2 +2 -0 src/libexec/atrun/LEGAL
1.2 +3 -1 src/libexec/bootpd/Announce
1.2 +49 -0 src/libexec/bootpd/Changes
1.2 +27 -7 src/libexec/bootpd/Makefile.UNIX
1.2 +19 -0 src/libexec/bootpd/Problems
1.2 +3 -0 src/libexec/bootpd/README
1.4 +3 -0 src/libexec/bootpd/bootpd.c
1.2 +4 -5 src/libexec/bootpd/bootptab.mcs
1.2 +3 -2 src/libexec/bootpd/dovend.c
1.2 +2 -0 src/libexec/bootpd/dumptab.c
1.4 +2 -0 src/libexec/bootpd/getether.c
1.3 +2 -0 src/libexec/bootpd/getif.c
1.2 +2 -4 src/libexec/bootpd/hash.c
1.3 +2 -0 src/libexec/bootpd/hwaddr.c
1.2 +7 -2 src/libexec/bootpd/hwaddr.h
1.2 +5 -0 src/libexec/bootpd/lookup.c
1.2 +7 -2 src/libexec/bootpd/patchlevel.h
1.2 +10 -19 src/libexec/bootpd/readfile.c
1.2 +10 -1 src/libexec/bootpd/trygetea.c
1.2 +8 -2 src/libexec/bootpd/trygetif.c
1.2 +12 -4 src/libexec/bootpd/trylook.c
1.2 +3 -7 src/libexec/bootpd/tools/bootpef/bootpef.c
1.2 +25 -5 src/libexec/bootpd/tools/bootptest/bootptest.c
1.2 +9 -8 src/libexec/bootpd/tools/bootptest/print-bootp.c
1.3 +1 -0 src/libexec/comsat/Makefile
1.3 +1 -0 src/libexec/comsat/comsat.8
1.6 +2 -0 src/libexec/comsat/comsat.c
1.3 +1 -0 src/libexec/fingerd/Makefile
1.4 +1 -0 src/libexec/ftpd/extern.h
1.8 +1 -0 src/libexec/ftpd/ftpcmd.y
1.9 +1 -0 src/libexec/ftpd/ftpd.8
1.3 +1 -0 src/libexec/ftpd/logwtmp.c
1.6 +1 -0 src/libexec/ftpd/pathnames.h
1.4 +2 -0 src/libexec/ftpd/popen.c
1.3 +4 -1 src/libexec/ftpd/skey-stuff.c
1.5 +1 -0 src/libexec/lfs_cleanerd/Makefile
1.4 +1 -0 src/libexec/lfs_cleanerd/clean.h
1.4 +2 -0 src/libexec/lfs_cleanerd/cleanerd.c
1.3 +1 -0 src/libexec/lfs_cleanerd/lfs_cleanerd.8
1.4 +2 -0 src/libexec/lfs_cleanerd/library.c
1.3 +2 -0 src/libexec/lfs_cleanerd/print.c
1.5 +1 -0 src/libexec/mail.local/Makefile
1.4 +1 -0 src/libexec/mail.local/mail.local.8
1.7 +2 -0 src/libexec/mail.local/mail.local.c
1.6 +1 -0 src/libexec/makekey/Makefile
1.5 +1 -0 src/libexec/makekey/makekey.8
1.4 +2 -0 src/libexec/makekey/makekey.c
1.5 +1 -0 src/libexec/rbootd/Makefile
1.3 +1 -0 src/libexec/rbootd/bpf.c
1.3 +1 -0 src/libexec/rbootd/parseconf.c
1.3 +1 -0 src/libexec/rbootd/rbootd.8
1.3 +1 -0 src/libexec/rbootd/rbootd.c
1.6 +1 -0 src/libexec/rexecd/Makefile
1.3 +1 -0 src/libexec/rexecd/rexecd.8
1.8 +2 -0 src/libexec/rexecd/rexecd.c
1.5 +1 -0 src/libexec/rlogind/Makefile
1.4 +1 -0 src/libexec/rlogind/rlogind.8
1.12 +2 -0 src/libexec/rlogind/rlogind.c
1.4 +1 -0 src/libexec/rshd/rshd.8
1.8 +2 -0 src/libexec/rshd/rshd.c
1.3 +1 -0 src/libexec/talkd/Makefile
1.5 +2 -0 src/libexec/talkd/announce.c
1.3 +2 -0 src/libexec/talkd/print.c
1.5 +2 -0 src/libexec/talkd/process.c
1.3 +2 -0 src/libexec/talkd/table.c
1.4 +2 -0 src/libexec/talkd/talkd.c
1.8 +1 -0 src/libexec/telnetd/Makefile
1.4 +1 -0 src/libexec/telnetd/ext.h
1.3 +1 -0 src/libexec/telnetd/pathnames.h
1.3 +2 -0 src/libexec/telnetd/slc.c
1.4 +2 -0 src/libexec/telnetd/state.c
1.14 +2 -0 src/libexec/telnetd/sys_term.c
1.3 +1 -0 src/libexec/telnetd/telnetd.8
1.7 +2 -0 src/libexec/telnetd/telnetd.c
1.5 +2 -0 src/libexec/telnetd/termstat.c
1.5 +2 -0 src/libexec/telnetd/utility.c
1.3 +1 -0 src/libexec/tftpd/Makefile
1.4 +2 -0 src/libexec/tftpd/tftpd.c
1.6 +1 -0 src/libexec/uucpd/Makefile
1.3 +2 -0 src/libexec/uucpd/pathnames.h
1.7 +2 -0 src/libexec/uucpd/uucpd.c
1.4 +2 -0 src/libexec/xtend/packet.c
1.3 +2 -0 src/libexec/xtend/paths.h
1.4 +2 -0 src/libexec/xtend/status.c
1.3 +2 -0 src/libexec/xtend/user.c
1.3 +2 -0 src/libexec/xtend/xten.h
1.3 +2 -0 src/libexec/xtend/xtend.8
1.3 +2 -0 src/libexec/xtend/xtend.c
1.3 +2 -0 src/libexec/xtend/xtend.h
1.11 +1 -1 src/lkm/ibcs2/Makefile
1.3 +2 -0 src/lkm/joy/Makefile
1.4 +2 -0 src/lkm/qcam/Makefile
1.4 +2 -0 src/lkm/syscons/saver.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609222157.OAA05513>
