CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1998/08/06 03:57:11 Modified files: sys/dev/isa : wd.c Log message: Use single line geometry printing. Looks just like sd, now. CVSROOT: /cvs Module name: src Changes by: csapuntz@cvs.openbsd.org 1998/08/06 13:35:19 Modified files: sys/adosfs : advnops.c sys/isofs/cd9660: cd9660_vnops.c sys/kern : vfs_default.c vfs_subr.c vfs_sync.c vfs_vnops.c sys/miscfs/deadfs: dead_vnops.c sys/miscfs/fdesc: fdesc_vnops.c sys/miscfs/fifofs: fifo.h sys/miscfs/kernfs: kernfs_vnops.c sys/miscfs/nullfs: null.h null_subr.c null_vnops.c sys/miscfs/portal: portal_vnops.c sys/miscfs/procfs: procfs_vnops.c sys/miscfs/specfs: specdev.h sys/miscfs/umapfs: umap_vnops.c sys/miscfs/union: union_vnops.c sys/msdosfs : msdosfs_vnops.c sys/nfs : nfs_node.c nfs_var.h nfs_vnops.c nfsnode.h sys/ufs/ext2fs : ext2fs_vnops.c sys/ufs/ffs : ffs_vnops.c sys/ufs/mfs : mfs_extern.h mfsnode.h sys/ufs/ufs : ufs_extern.h ufs_vnops.c sys/sys : vnode.h Log message: Rename vop_revoke, vn_bwrite, vop_noislocked, vop_nolock, vop_nounlock to be vop_generic_revoke, vop_generic_bwrite, vop_generic_islocked, vop_generic_lock and vop_generic_unlock. Create vop_generic_abortop and propogate change to all file systems. Fix PR/371. Get rid of locking in NULLFS (should be mostly unnecessary now except for forced unmounts). CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1998/08/06 15:23:03 Modified files: lib/libkvm : kvm_getfiles.3 Log message: there is no CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1998/08/06 15:26:15 Modified files: lib/libkvm.old : kvm_getfiles.3 Log message: there is no CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1998/08/06 15:27:43 Modified files: lib/libkvm.old : kvm_getprocs.3 Log message: there is no and s/KINFO_PROC/KERN_PROC/ CVSROOT: /cvs Module name: src Changes by: csapuntz@cvs.openbsd.org 1998/08/06 15:28:47 Modified files: sys/miscfs/nullfs: null_vnops.c Log message: Don't pass vclean related stuff to the lower vnode. It makes it very unhappy. CVSROOT: /cvs Module name: src Changes by: csapuntz@cvs.openbsd.org 1998/08/06 16:15:30 Modified files: sbin/mount_portal: activate.c Log message: Can't use MSG_EOR with a stream socket. Thanks to m4@m.nts.umn.edu (Marshall M. Midden) CVSROOT: /cvs Module name: src Changes by: csapuntz@cvs.openbsd.org 1998/08/06 17:06:21 Modified files: sys/miscfs/umapfs: umap_vnops.c Log message: Fix the typos that prevented umap from working. They, of course, lead to the obvious question: don't you run this stuff before you check it in? Sadly, the answer was no in this case. But, I'm trying to learn. Slowly, painfully.... CVSROOT: /cvs Module name: src Changes by: csapuntz@cvs.openbsd.org 1998/08/06 17:38:41 Modified files: sys/miscfs/nullfs: null_vfsops.c Log message: Null mounts must be from directories CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/06 18:06:02 Modified files: sbin/disklabel : editor.c Log message: Support PAGER environment vairable in conjuction with the 'M' command. Ignore SIGPIPE when spawing the pager since disklabel could get killed. Add smarts in disk type guesser to know that rz is SCSI. Kill annoying extra blank line. CVSROOT: /cvs Module name: src Changes by: csapuntz@cvs.openbsd.org 1998/08/06 19:31:47 Modified files: sbin/mount_portal: pt_file.c Log message: Directories can't be opened for writing these days. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1998/08/06 19:35:31 Modified files: distrib/powerpc/ramdisk: install.md install.sub list Log message: changes to shrink compressed ramdisk size so that it would fit on floppy. changes to install scripts to work on ofw machines. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1998/08/06 19:44:09 Modified files: lib/libc/arch/powerpc/sys: exect.S ptrace.S reboot.S setlogin.S sigpending.S sigreturn.S Log message: Add correct handling of more systemcalls. either not implemented before or poorly implemented. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1998/08/06 19:46:32 Modified files: sys/arch/powerpc/conf: RAMDISK RAMDISKOFW Log message: Shrink kernels and make work for ramdisks better. (so they fit on floppy) CVSROOT: /cvs Module name: src Changes by: csapuntz@cvs.openbsd.org 1998/08/06 19:56:13 Modified files: sys/kern : vfs_lookup.c Log message: Fix portal FS & PR #556 Basically, if file system consumes the slashes at the end of a component, don't require that the component is a directory. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1998/08/06 19:58:03 Modified files: gnu/lib/libg++/libiberty: Makefile.in gnu/usr.bin/binutils/libiberty: Makefile.in gnu/usr.bin/cvs/lib: Makefile.in Log message: Do not build the libiberty version of vasprintf, use the version that is in libc. This was done because the algorithm done in the libiberty version does not work with the powerpc stdarg/varargs processing. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1998/08/06 20:02:37 Modified files: gnu/usr.bin/binutils/gdb/config/powerpc: nm-obsd.h obsd.mh xm-obsd.h Added files: gnu/usr.bin/binutils/gdb: ppcobsd-nat.c Log message: Support pieces for gdb to work on the powerpc port. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1998/08/06 20:07:50 Modified files: gnu/usr.bin/binutils: configure.in Log message: Build gdb for power now. yea. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1998/08/06 20:10:28 Modified files: sys/arch/powerpc/stand: boot.c ofdev.c ofdev.h Log message: Remove floppy checks from ofwboot. Ramdisk is kernel, not loadef from floppy. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1998/08/06 20:22:12 Modified files: sys/arch/powerpc/include: pcb.h ptrace.h reg.h sys/arch/powerpc/powerpc: process_machdep.c trap.c vm_machdep.c Log message: Add kernel support for debugging with gdb. This also make /proc allow access to the registers. The format of the registers returned in ptrace, /proc and in the coredump header match what gdb was expecting. Floating point registers are not yet copied into the structure. The location of the fpr needs to be found and copied. <- TODO Changes to trap.c was to add some interm debugging. code is commented out. powerpc does not currently have a MID_* type, since it uses ELF instead of a.out, one was never added. Currently the coredump is done in form of MID_NONE. What is the correct approach for this?? Elf format coredumps... maybe? CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1998/08/06 20:28:14 Modified files: gnu/usr.bin/binutils: Makefile.bsd-wrapper Log message: powerpc supports gdb mmalloc and readline. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1998/08/06 22:54:39 Modified files: sys/arch/i386/conf: files.i386 Log message: fdc is fdc, fd is fd CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1998/08/06 23:24:18 Modified files: sys/stand/boot : bootarg.h Log message: environment is there too CVSROOT: /cvs Module name: ports Changes by: downsj@cvs.openbsd.org 1998/08/07 02:45:04 Added files: audio/workman/patches: patch-ac Log message: Make the eject button in workman actually, well, work. (People test the things they add to ports, right?) CVSROOT: /cvs Module name: src Changes by: pefo@cvs.openbsd.org 1998/08/07 10:48:20 Modified files: sys/dev/ic : com.c sys/dev/pci : if_de.c if_devar.h ncr.c Log message: com.c needs to know about mem mapped ports in ppc systems. ncr.c and if_de.c needs some hooks for systems with ncr and dec ether chips on the motherboard that runs on odd clocks and doesn't support a srom. srom is emulated in machine dependent code. big endian support for ncr and dec ether finished. the 21040 have some more coding requirements if it is to run BE since it does not have the descriptor endian swap configuration bit. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1998/08/07 11:18:54 Modified files: . : ftp.html Log message: fix typo CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/07 11:29:27 Modified files: sbin/dump : itime.c main.c Log message: Use strlcpy() instead of strncpy(). Change the order of name -> raw device conversions 1) statfs the name and use that info iff the name is the mount point 2) look up name in fstab 3) treat as a device The reason for this is that the mounted filesystems may not agree with what fstab says. Anyone who has ever moved disks around and accidentally dumped and empty filesystem will know what I mean. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/07 13:44:55 Modified files: bin/ls : ls.1 Log message: repair CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/07 13:45:07 Modified files: bin/ls : ls.c Log message: fix exit code; problem reported by jsh@sun470.rd.qms.com; fix from freebsd CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/07 13:53:00 Modified files: share/man/man4 : netintro.4 Log message: indent nicer CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1998/08/07 13:54:36 Modified files: . : users.html Log message: new one CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/07 14:17:34 Modified files: sbin/reboot : reboot.c Log message: delete the garbage which does not work CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/07 14:34:29 Modified files: sys/arch/i386/isa: pms.c Log message: fix PMS_INT_DISABLE CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/07 14:43:54 Modified files: lib/libc/sys : socket.2 Log message: Xr netintro CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1998/08/07 15:34:29 Modified files: . : donations.html Log message: fixes CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/07 15:49:20 Modified files: sbin/fdisk : cmd.c Log message: protect against SIGPIPE CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1998/08/07 15:50:12 Modified files: . : plus.html Log message: new CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1998/08/07 16:53:55 Modified files: distrib/sets/lists/comp: md.powerpc Log message: powerpc port now has gdb, is this everyone now? could it be moved to mi?? CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1998/08/07 18:50:00 Removed files: sys/arch/i386/conf: TARDIS THREADWAY Log message: The world doesn't need 'em. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1998/08/07 19:00:22 Modified files: sys/arch/powerpc/conf: DDBOFW Log message: Some programs would like to use the old tty support..., compile with COMPAT_43 CVSROOT: /cvs Module name: src Changes by: csapuntz@cvs.openbsd.org 1998/08/07 21:53:31 Modified files: sys/kern : vnode_if.src Log message: Document the locking discipline a bit better CVSROOT: /cvs Module name: src Changes by: form@cvs.openbsd.org 1998/08/07 22:12:22 Modified files: lib/libc : Makefile Added files: lib/libc/nls : ru.msg Log message: add russian messages support CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1998/08/07 23:28:01 Modified files: sbin/fdisk : cmd.c Log message: Include signal.h so that it compiles. CVSROOT: /cvs Module name: src Changes by: marc@cvs.openbsd.org 1998/08/08 00:15:00 Modified files: share/mk : bsd.port.mk Log message: update 'comes with...' message so it is less confusing CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1998/08/08 02:42:44 Modified files: gnu/usr.bin/binutils: Makefile.bsd-wrapper Log message: undo last commit, very broken CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/08 14:25:16 Modified files: usr.bin/rup : rup.c Log message: Don't wrap on an 80 char wide screen in -d mode; Tim Rightnour CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/08 14:56:29 Modified files: sbin/fsdb : fsdb.c Log message: fix atime and mtime commands; ms@xy.org CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/08 14:57:35 Modified files: lib/libz : Makefile README adler32.c algorithm.doc compress.c crc32.c deflate.c deflate.h gzio.c infblock.c infblock.h infcodes.c infcodes.h inffast.c inffast.h inflate.c inftrees.c inftrees.h infutil.c infutil.h shlib_version trees.c uncompr.c zconf.h zlib.h zutil.c zutil.h Added files: lib/libz : inffixed.h trees.h Log message: zlib 1.1.3 CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/08 16:39:11 Modified files: sys/dev/isa : fdc.c Log message: compile when fd is not listed in config file; andrew@creep.net CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1998/08/08 17:01:19 Modified files: sys/dev/isa : wdc.c wdlink.h wdreg.h fd.c fdc.c fdlink.h fdreg.h Log message: Split ioh allocations so that the devices no longer overlap. Also disable the diag return check in wdc.c for now. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/09 00:13:32 Modified files: sys/arch/i386/isa/pcvt: pcvt_kbd.c Log message: Wait for ACK's back from the kbd controller when setting typematic rate. Fixes a hang when starting X windows on pc's with picky kbd controllers. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/10 10:41:19 Modified files: sys/arch/i386/isa/pcvt/Util/pcvtdoc: pcvt.4 Log message: reflect reality CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/10 10:46:40 Modified files: sys/dev/pci : pcidevs Log message: Add SIS 5598 and some descriptinos for other SiS chips used in 5591-based motherboards. Data from http://www.halcyon.com/scripts/jboemler/pci/pcicode CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/10 10:47:18 Modified files: usr.bin : Makefile Log message: Don't build/install soelim as we install the GNU version over it later in the groff install process. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/10 10:48:42 Modified files: sys/arch/i386/isa/pcvt/Util/scon: scon.c Log message: allow -d option to work with -c [change screen] CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/10 10:51:08 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/10 11:33:38 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/10 11:54:12 Modified files: distrib/sets/lists/base: md.amiga md.arc md.atari md.hp300 md.i386 md.mac68k md.mvme68k md.pc532 md.pmax md.sparc md.sun3 Log message: sync CVSROOT: /cvs Module name: ports Changes by: marc@cvs.openbsd.org 1998/08/10 12:19:21 Modified files: print/psutils : Makefile print/psutils/pkg: PLIST Log message: update packing list (man pages are not compressed) CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 1998/08/10 12:33:10 Modified files: lib/libc/crypt : bcrypt.c Log message: fix base64 encoding, this problem was reported by Solar Designer some time ago. CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 1998/08/10 12:41:01 Modified files: include : blf.h lib/libc/crypt : blowfish.3 blowfish.c Log message: add ECB and CBC encryption for octet streams CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 1998/08/10 12:42:24 Modified files: lib/libc : shlib_version Log message: crank minor CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 1998/08/10 12:51:53 Modified files: sys/arch/i386/conf: GANDALF GENERIC NETTAN PETRA Log message: use drq2 for record drq in gus configuration instead of flags, reported by xkill@uq.net.au. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1998/08/10 14:57:48 Modified files: sbin/savecore : savecore.c Log message: fix usage() string; use __progname CVSROOT: /cvs Module name: ports Changes by: marc@cvs.openbsd.org 1998/08/10 16:02:08 Modified files: print/a2ps : Makefile print/a2ps/files: md5 print/a2ps/patches: patch-aa print/a2ps/pkg : PLIST Added files: print/a2ps/pkg : PLIST.alpha Removed files: print/a2ps/patches: patch-ab Log message: to version 4.10.3; install config in /etc; update packing list CVSROOT: /cvs Module name: ports Changes by: marc@cvs.openbsd.org 1998/08/10 16:03:19 Modified files: print/psutils : Makefile Log message: register package without adding paper size to name so package dependencies work correctly CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1998/08/10 16:08:30 Modified files: sys/arch/i386/conf: Makefile.i386 Log message: no need for microcode deps. aic is fine anyway CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/10 20:53:05 Modified files: usr.bin/find : operator.c Log message: fix "find . !" coredump; thepish@freebsd CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/10 20:54:10 Modified files: usr.bin/gprof : gprof.c Log message: permit $ in symbol names since destructors now can use that char again...; jdp@freebsd CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 1998/08/10 21:17:06 Modified files: www/wwwcount : Makefile www/wwwcount/files: md5 www/wwwcount/patches: patch-aa patch-ab patch-ae www/wwwcount/pkg: PLIST Removed files: www/wwwcount/patches: patch-ac patch-ad patch-af Log message: update to 2.4 CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/10 21:28:39 Modified files: sys/dev/isa : if_ed.c Log message: put irq number on the line with the other info, not on its own line CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 1998/08/11 03:14:47 Log message: analog 3.0, powerful httpd log analyzer with CGI. Status: Vendor Tag: form Release Tags: form_980811 N ports/www/analog/Makefile N ports/www/analog/files/md5 N ports/www/analog/patches/patch-ab N ports/www/analog/patches/patch-ac N ports/www/analog/patches/patch-aa N ports/www/analog/patches/patch-ad N ports/www/analog/pkg/COMMENT N ports/www/analog/pkg/DESCR N ports/www/analog/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 1998/08/11 03:19:31 Modified files: www : Makefile Log message: add analog to makefile CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 1998/08/11 04:14:12 Log message: hexedit 0.9.3, hex editor Status: Vendor Tag: form Release Tags: form-980811 N ports/editors/hexedit/Makefile N ports/editors/hexedit/files/md5 N ports/editors/hexedit/pkg/COMMENT N ports/editors/hexedit/pkg/DESCR N ports/editors/hexedit/pkg/PLIST N ports/editors/hexedit/patches/patch-aa No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 1998/08/11 04:19:14 Modified files: editors : Makefile Log message: add hexedit to makefile CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 1998/08/11 06:15:26 Modified files: www/wwwcount : Makefile Log message: some fixes CVSROOT: /cvs Module name: src Changes by: maja@cvs.openbsd.org 1998/08/11 06:54:23 Modified files: sys/dev/pci : pcidevs Log message: Added 3c980 CVSROOT: /cvs Module name: src Changes by: maja@cvs.openbsd.org 1998/08/11 06:55:57 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: Added 3c980, sync with pcidevs CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 1998/08/11 07:32:40 Modified files: net/samba : Makefile net/samba/files: README.OpenBSD net/samba/pkg : PLIST Log message: new README CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/11 09:31:49 Modified files: games/hack : hack.pri.c hack.termcap.c Log message: curses has its own delay_output() function, so use that instead of own own CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/11 10:07:00 Modified files: libexec/uucpd : uucpd.8 Log message: Xr uucico CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1998/08/11 10:11:45 Modified files: gnu/usr.bin/binutils/include/opcode: hppa.h Log message: 4 more instructions; some registers needed, but numbers are ok anyway CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/11 10:18:38 Modified files: sbin/mountd : mountd.c Log message: proper name is -network not -net; d CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1998/08/11 13:18:31 Modified files: . : plus.html Log message: new CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/11 13:55:17 Modified files: etc : ftpusers Log message: no more ingres account; kstailey CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/11 14:00:17 Modified files: sbin/dump : main.c Log message: Fix unitialized value use introduce in last change; problem noted by hgweigand@wiesbaden.netsurf.de CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/11 14:27:00 Modified files: sbin/dump : main.c Log message: Better fix. Now print mount point in both the statfs and fstab cases. CVSROOT: /cvs Module name: www Changes by: jkatz@cvs.openbsd.org 1998/08/11 14:29:03 Modified files: . : support.html Log message: Adding CPIO Networks! CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/11 15:18:22 Modified files: sys/sys : poll.h Log message: poll() proto CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1998/08/11 16:04:31 Modified files: lib/libc/stdlib: strtod.c Log message: Temporary fix for a GCC aliasing bug/misfeature that hits here CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 1998/08/11 16:06:29 Modified files: usr.bin/hexdump: parse.c Log message: detect a format string of spaces only as bad format. CVSROOT: /cvs Module name: www Changes by: angelos@cvs.openbsd.org 1998/08/11 16:09:18 Modified files: . : users.html Log message: More users (FSCInternet). CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1998/08/11 17:33:19 Modified files: gnu/usr.bin/ld : ld.c Log message: RCS Id I have had lying around. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/11 18:30:37 Modified files: distrib/sets/lists/base: md.amiga md.arc md.atari md.hp300 md.i386 md.mac68k md.mvme68k md.pc532 md.pmax md.sparc md.sun3 Log message: sync CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 1998/08/11 22:50:39 Modified files: www/wwwcount : Makefile www/wwwcount/pkg: PLIST Log message: fix USE_RELOAD feature; fix PLIST; install sample config in ${PREFIX}/lib/Counter. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/12 01:25:34 Modified files: usr.bin/locate/locate: locate.1 Log message: fix numerous grammer issues CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/12 01:27:11 Modified files: usr.bin/locate/locate: locate.updatedb.8 Log message: fix more errors CVSROOT: /cvs Module name: www Changes by: form@cvs.openbsd.org 1998/08/12 01:54:19 Modified files: . : ftp.html Log message: add vs.itam.nsc.ru to ftp list CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1998/08/12 07:25:28 Modified files: etc : ftpusers aliases Log message: no more ingres or games accounts CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1998/08/12 07:35:42 Modified files: etc : aliases Log message: update aliases for pseudo accounts CVSROOT: /cvs Module name: www Changes by: millert@cvs.openbsd.org 1998/08/12 11:04:38 Modified files: . : orders.html Log message: todd is out of cd's CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/12 11:34:31 Modified files: sys/sys : poll.h Log message: poll proto only for userland CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1998/08/12 13:25:40 Added files: . : events.html Log message: start at an events page CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 1998/08/12 14:09:19 Modified files: usr.bin/tic : Makefile Log message: CLEANFILES += termsort.c CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 1998/08/12 14:25:55 Modified files: share/skel : dot.profile Log message: don't have /usr/host in default PATH CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1998/08/12 14:46:41 Modified files: . : events.html Log message: more CVSROOT: /cvs Module name: www Changes by: provos@cvs.openbsd.org 1998/08/12 14:59:52 Modified files: . : events.html Log message: add HIP CVSROOT: /cvs Module name: www Changes by: millert@cvs.openbsd.org 1998/08/12 15:05:00 Modified files: . : events.html Log message: Add usenix '97 and mention that the terminal room ran OpenBSD at Usenix '98 CVSROOT: /cvs Module name: www Changes by: provos@cvs.openbsd.org 1998/08/12 15:07:19 Modified files: . : events.html Log message: typo CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1998/08/12 15:24:30 Modified files: . : events.html Log message: even more stuff CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1998/08/12 15:27:02 Modified files: . : events.html Log message: even more, this is getting nice CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1998/08/12 15:32:13 Modified files: . : events.html Log message: even more, spiffy CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1998/08/12 15:33:13 Modified files: . : events.html Log message: oops CVSROOT: /cvs Module name: www Changes by: provos@cvs.openbsd.org 1998/08/12 15:41:19 Modified files: . : events.html Log message: add talk held on HIP CVSROOT: /cvs Module name: www Changes by: jkatz@cvs.openbsd.org 1998/08/12 16:01:38 Modified files: . : events.html Added files: . : oraonline.gif Log message: Adding stuff about OSDD (not OSSD) and the lame ORA .gif CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1998/08/12 16:08:59 Modified files: . : events.html Log message: more CVSROOT: /cvs Module name: www Changes by: marc@cvs.openbsd.org 1998/08/12 16:13:06 Modified files: . : porting.html portstat.html portstat.stat Log message: update porting page: how to submit a port; update port status CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1998/08/12 16:16:39 Modified files: lib/libc/stdlib: strtod.c Log message: Make code ANSI/ISO C conformant. Formerly undefined constructs were used making load/store architectures (like mips&alpha) fail whn compiled with gcc -O2. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1998/08/12 16:16:52 Modified files: . : index.html Log message: add pointer to events.html CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1998/08/12 16:57:22 Modified files: gnu/usr.bin/cvs: Makefile.in configure configure.in gnu/usr.bin/cvs/src: Makefile.in Log message: Use system zlib if present and of recent enough vintage CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 1998/08/12 17:09:06 Modified files: kerberosIV/ext_srvtab: ext_srvtab.c Log message: from kth-krb 0.9.9 (nothing new, just reducing the size of my diffs) CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 1998/08/12 17:36:41 Added files: kerberosIV/roken: get_window_size.c get_window_size.h Log message: more special functions from libroken in kth-krb 0.9.9 CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 1998/08/12 17:39:42 Modified files: kerberosIV/roken: getarg.c kerberosIV/kdestroy: Makefile kdestroy.c Log message: kdestroy from kth-krb 0.9.9 + an improved version of getarg CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 1998/08/12 17:45:14 Added files: kerberosIV/roken: resolve.c resolve.h Log message: resolver from libroken in kth-krb 0.9.9 CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 1998/08/12 17:49:06 Modified files: kerberosIV/include/kerberosIV: kafs.h kerberosIV/kafs: Makefile afssys.c common.c shlib_version Log message: libkafs from kth-krb 0.9.9 with ability to use AFSDB records CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1998/08/12 17:53:24 Modified files: share/ipf : firewall.1 firewall.2 Log message: block 255.255.255.255 and 0.0.0.0 as well CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 1998/08/12 17:53:53 Added files: kerberosIV/roken: simple_exec.c simple_exec.h Log message: even more strange functions from libroken in kth-krb 0.9.9 CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 1998/08/12 17:55:58 Modified files: kerberosIV/kauth: Makefile kauth.c Log message: kauth from kth-krb 0.9.9. Fixes the problem with return values from executed programs. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 1998/08/12 17:58:52 Modified files: kerberosIV/kauth: kauth.c Log message: explicit braces to avoid ambigious else CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/12 21:29:11 Modified files: usr.bin/rdist : expand.c Log message: buf oflow; spotted by jmcdonal@UNF.EDU CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1998/08/12 22:36:52 Modified files: sys/dev/isa : aha.c Log message: Identify card 0x44 as a 1542C, not 1542CF: Robert Earl . CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1998/08/12 22:38:49 Modified files: sys/arch/i386/isa/pcvt/Util/scon: scon.c Log message: Fix card list: Robert Earl . CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/12 23:36:58 Modified files: usr.sbin/fdformat: fdformat.c Log message: fix exit code; fgsch@olimpo.com.br CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/13 00:39:23 Modified files: sys/dev/pcmcia : pcmcia_conf.c Log message: a proto; fgsch@olimpo.com.br CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/13 00:48:41 Modified files: sys/dev/pci : pcidevs Log message: new viatech devices discovered on cvs CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/13 00:48:49 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/13 01:46:54 Modified files: sys/dev/pci : pcidevs Log message: oops CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/13 01:47:07 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 1998/08/13 04:19:17 Modified files: net/wide-dhcp/pkg: DESCR Log message: add comment about dhcp-1.4.0p1.OpenBSD.patch CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1998/08/13 06:56:55 Added files: sys/arch/hppa/include: conf.h Log message: MD devices CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 1998/08/13 15:08:20 Modified files: sys/arch/amiga/stand/loadbsd: Makefile README loadbsd.c Added files: sys/arch/amiga/stand/loadbsd: poolmem.c Log message: Make loadbsd aware of poolmem (mainly, kill poolmem before scanning the memory list) CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/13 15:57:40 Modified files: etc : daily Log message: Don't prune dirs in /var/tmp on first pass; problem noted by m4@umn.edu CVSROOT: /cvs Module name: www Changes by: espie@cvs.openbsd.org 1998/08/13 17:11:20 Modified files: . : porting.html Log message: Add numerous porting hints, including security concerns. There are probably some blatant inaccuracies or mistakes, especially where security is concerned, so please review this file. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1998/08/13 17:53:01 Modified files: . : events.html Log message: more future events CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1998/08/13 18:25:07 Modified files: . : index.html support-template.txt support.html Log message: clean and link in CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1998/08/13 18:27:10 Modified files: . : index.html Log message: reorder headings CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/13 18:56:04 Modified files: usr.sbin/sendmail/src: Makefile deliver.c headers.c main.c mime.c readcf.c sendmail.h util.c version.c Log message: Update to sendmail.8.9.1a which adds support for MaxMimeHeaderLength option, to help avoid buffer oflows in stupid clients (only if enabled in .cf file) CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/13 22:23:10 src/libexec/lockspool Update of /cvs/src/libexec/lockspool In directory cvs.openbsd.org:/tmp/cvs-serv18294/lockspool Log Message: Directory /cvs/src/libexec/lockspool added to the repository CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/13 22:49:28 Modified files: share/tmac/mdoc: doc-syms Log message: Add support for .Ox 2.4 CVSROOT: /cvs Module name: src Changes by: matthieu@cvs.openbsd.org 1998/08/14 00:13:06 Modified files: sys/dev/pci : brooktree848.c Log message: Make printf output during card probe more compact. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1998/08/14 00:18:07 Modified files: . : sgi.html Log message: not me CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/14 09:07:40 Modified files: usr.sbin/named/named: ns_main.c Log message: bootfile, PidFile, NamedXfer should be absolute paths in the chroot'd case; niklas@openbsd.org CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/14 09:30:29 Modified files: distrib/hp300/ramdisk: raminst.conf distrib/i386/floppies/ramdisk: instbin.conf instbin-nokrb.conf distrib/miniroot: makeconf.awk distrib/mvme68k/ramdisk: raminst.conf distrib/pmax/simpleroot: list Log message: Don't need to explicately link in with -ltermlib now that curses and termlib are merged CVSROOT: /cvs Module name: ports Changes by: marc@cvs.openbsd.org 1998/08/14 14:27:10 Modified files: mail/pine : Makefile mail/pine/files: md5 Log message: update to 4.02A (thanks to Jakob Schlyter ) CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/14 15:11:46 Modified files: lib/libcurses : comp_expand.c lib_doupdate.c lib_tparm.c read_termcap.c safe_sprintf.c trace_buf.c wresize.c Log message: fix realloc usage CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/14 15:30:34 Modified files: lib/libpcap : inet.c Log message: realloc repair CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/14 15:39:46 Modified files: lib/libc/db/btree: bt_overflow.c lib/libc/db/recno: rec_get.c rec_put.c lib/libc/gen : exec.c fts.c getcap.c getcwd.c getnetgrent.c getpwent.c glob.c opendir.c scandir.c setmode.c lib/libc/regex : regcomp.c lib/libc/rpc : get_myaddress.c pmap_rmt.c lib/libc/stdio : asprintf.c fvwrite.c vasprintf.c vfprintf.c lib/libc/time : ialloc.c strftime.c Log message: realloc repair CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/14 17:02:35 Modified files: lib/libcurses : lib_setup.c Makefile term.h Log message: don't define HAVE_* since it conflicts with other configure scripts CVSROOT: /cvs Module name: ports Changes by: marc@cvs.openbsd.org 1998/08/14 18:41:55 Modified files: sysutils/LPRng : Makefile sysutils/LPRng/files: md5 sysutils/LPRng/patches: patch-aa sysutils/LPRng/pkg: MESSAGE PLIST Removed files: sysutils/LPRng/patches: patch-ab patch-ac patch-ad patch-ae sysutils/LPRng/pkg: PLIST.alpha Log message: update to 3.5.1 (current stable version); ftp site changed CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/15 11:23:29 Modified files: usr.sbin/ypbind: ypbind.c Log message: realloc misuse CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/15 11:24:19 Modified files: usr.sbin/ypbind: ypbind.c Log message: oops CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/15 11:25:33 Modified files: usr.sbin/rarpd : rarpd.c Log message: realloc misuse CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/15 12:17:22 Modified files: usr.sbin/sendmail/cf/cf: alatar.mc corpse.mc elbereth.mc gandalf.mc lucifier.mc openbsd-proto.mc saruman.mc waldorf.mc Added files: usr.sbin/sendmail/cf/ostype: openbsd.m4 Log message: add openbsd OSTYPE (with additional mailer flag 'S') and use it CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/15 12:44:49 Modified files: lib/libcurses : comp_expand.c lib_doupdate.c trace_buf.c wresize.c Log message: fix broken realloc fix from yesterday CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/15 13:06:40 Modified files: lib/libcurses : lib_tparm.c safe_sprintf.c Log message: simplify a few things wrt realloc CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/15 14:14:10 Modified files: bin/rcp : util.c Log message: fix realloc CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/15 14:16:36 Modified files: sbin/ccdconfig : ccdconfig.c Log message: fix realloc CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/15 14:23:22 Modified files: bin/ls : print.c Log message: realloc bug fix and two other bugs found at the same time CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/15 14:32:04 Modified files: lib/libc/stdlib: malloc.3 Log message: document the common misuse of realloc CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/15 15:02:24 Modified files: libexec : Makefile Added files: libexec/lockspool: Makefile lockspool.1 lockspool.c Log message: Move the spool locking functionality of "mail.local -H" into its own program so we can take the setuid bit off of mail.local. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/15 15:04:37 Modified files: libexec/mail.local: Makefile mail.local.8 mail.local.c pathnames.h Added files: libexec/mail.local: locking.c mail.local.h Log message: Break out locking code into its own file so it can be shared with lockspool. Call lockspool when invoked with -H flag for backward compatibility. CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1998/08/15 16:47:55 Modified files: sys/dev/wscons : wscons.c Log message: fix kbd generated NULs from CTRL-@ and CTRL-SP CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/15 17:11:32 Modified files: libexec/mail.local: locking.c Log message: go back to using mktemp, not mkstemp in baditem(); theo CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/15 17:17:25 Modified files: usr.bin/mail : pathnames.h popen.c Log message: use lockspool for locking, not 'mail.local -H' CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/15 17:26:42 Modified files: libexec/lockspool: lockspool.1 Log message: kill bogus ENVIRONMENT section and clean up slightly CVSROOT: /cvs Module name: www Changes by: marc@cvs.openbsd.org 1998/08/15 18:16:32 Modified files: . : checklist.html Log message: porting makefile template changes CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 1998/08/15 20:42:13 Modified files: kerberosIV/kadm: kadm_cli_wrap.c kadm_stream.c kerberosIV/kadmin: sl.c kerberosIV/kadmind: admin_server.c kerberosIV/kauth: rkinit.c kerberosIV/kerberos: kerberos.c Log message: realloc fixes CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/15 21:22:56 Modified files: sys/sys : sysctl.h Log message: typo CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1998/08/15 21:54:22 Modified files: sys/arch/i386/i386: machdep.c Log message: don't map DMA across boundaries; from NetBSD (don't know who). CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/15 23:17:54 Modified files: lib/libcurses : read_bsd_terminfo.c Log message: If $TERMINFO is set, use that in preference to the system terminfo file, but fallback on the system one if the terminal entry is not found in $TERMINFO CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 1998/08/16 10:38:56 Modified files: include : des.h Log message: remove bogus ifdef PERL5 CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1998/08/16 10:53:48 Modified files: . : plus.html Log message: new CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/16 11:01:04 Modified files: sys/sys : audioio.h Log message: change seek to int CVSROOT: /cvs Module name: www Changes by: beck@cvs.openbsd.org 1998/08/16 13:09:11 Modified files: . : orders.html Log message: Argh. Some versions of netscape 3 without the Thawte root certificate update seem to puke on an https connection even if you click "continue" when the browser warns you that the root cert is expired. Put in a note in advising Netscape 3 users to fix the root certificate to avoid problems with a link to Thawte's page that lets them do it. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/16 14:24:56 Modified files: lib/libedit : map.c tokenizer.c Log message: deal with realloc/malloc failure and don't trash old pointer if realloc fails CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 1998/08/16 14:48:41 Modified files: kerberosIV/krb : getaddrs.c send_to_kdc.c Log message: realloc correctly CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 1998/08/16 14:54:50 Modified files: kerberosIV/roken: getarg.c Log message: realloc misuse CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/16 15:20:09 Modified files: usr.sbin/named/named-xfer: named-xfer.c usr.sbin/named/named: ns_main.c Log message: fix realloc memory leaks CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/16 15:22:19 Modified files: usr.sbin/rwhod : rwhod.c Log message: fix realloc use CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/16 16:12:07 Modified files: usr.sbin/timed/timed: timed.c Log message: fix realloc leak CVSROOT: /cvs Module name: ports Changes by: marc@cvs.openbsd.org 1998/08/16 17:36:17 Modified files: news/tin : Makefile news/tin/files : md5 news/tin/patches: patch-aa patch-ab patch-ac patch-ad news/tin/pkg : PLIST Log message: update to 1.4.980730 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/16 21:17:50 Modified files: distrib/sets/lists/base: md.amiga md.arc md.atari md.hp300 md.i386 md.mac68k md.mvme68k md.pc532 md.pmax md.sparc md.sun3 mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/16 21:20:26 Modified files: usr.bin/lex : flex.1 main.c Log message: fix g++/FlexLexer.h support CVSROOT: /cvs Module name: ports Changes by: marc@cvs.openbsd.org 1998/08/16 21:55:30 Modified files: x11/gtk+ : Makefile x11/gtk+/files : md5 x11/gtk+/pkg : PLIST Log message: update to version 1.0.5 CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 1998/08/16 23:17:34 Log message: ntop, top-like network analyzer. Status: Vendor Tag: form Release Tags: form_980817 N ports/net/ntop/Makefile N ports/net/ntop/files/md5 N ports/net/ntop/patches/patch-aa N ports/net/ntop/patches/patch-ab N ports/net/ntop/patches/patch-ac N ports/net/ntop/patches/patch-ad N ports/net/ntop/patches/patch-ae N ports/net/ntop/pkg/COMMENT N ports/net/ntop/pkg/DESCR N ports/net/ntop/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 1998/08/16 23:20:54 Modified files: net : Makefile Log message: add ntop to makefile CVSROOT: /cvs Module name: src Changes by: brian@cvs.openbsd.org 1998/08/17 00:45:40 Modified files: usr.sbin/ppp : route.c Log message: Don't lose an allocated pointer if realloc() fails. Free it instead. Pointed out by: Theo de Raadt CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 1998/08/17 01:03:51 Modified files: archivers : Makefile Log message: add rar to makefile CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 1998/08/17 05:43:36 Modified files: net/wide-dhcp : Makefile net/wide-dhcp/files: md5 net/wide-dhcp/patches: patch-aa patch-ac patch-ag patch-ah patch-aj patch-al patch-am patch-an patch-ao Added files: net/wide-dhcp/patches: patch-as Log message: update to 1.4.0p2 CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/17 08:32:17 Modified files: libexec/mail.local: Makefile Log message: As prommised, mail.local is no longer setuid. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1998/08/17 09:21:54 Modified files: . : ftp.html Log message: polish mirror CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1998/08/17 09:43:41 Modified files: . : plus.html Log message: new CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/17 10:43:49 Modified files: etc : security Log message: don't include FIFOs in check for set[ug]id files and devices; andrew@nfr.net CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/17 11:35:19 Modified files: lib/libc/sys : accept.2 connect.2 getitimer.2 getsockopt.2 poll.2 read.2 recv.2 send.2 socket.2 write.2 Log message: Xr poll CVSROOT: /cvs Module name: ports Changes by: marc@cvs.openbsd.org 1998/08/17 11:38:06 Modified files: x11/lesstif : Makefile x11/lesstif/files: md5 x11/lesstif/patches: patch-ab patch-ae patch-af patch-ag patch-ah patch-ai patch-aj x11/lesstif/pkg: PLIST PLIST.alpha Added files: x11/lesstif/patches: patch-aa Log message: update to version 0.86.0 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/17 11:41:52 Modified files: usr.bin/skey : skey.1 Log message: Xr login CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/17 11:43:11 Modified files: sys/dev/pci : pcidevs Log message: ACC PCI SCS CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/17 11:43:16 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: csapuntz@cvs.openbsd.org 1998/08/17 12:15:05 Modified files: sys/arch/i386/i386: machdep.c Log message: Fix i386 kernel crash so that register context is saved in a better place. CVSROOT: /cvs Module name: src Changes by: csapuntz@cvs.openbsd.org 1998/08/17 13:30:31 Modified files: sys/ufs/ufs : ufs_readwrite.c Log message: Fix for FFS leaking buffer cache data on segfaults during write. Thanks to Chuck Silvers (chuq@chuq.com) CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/17 14:13:44 Modified files: include : paths.h Log message: add _PATH_KSYMS CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/17 15:33:06 Modified files: bin/df : df.c Log message: fix df -P on 0-size filesystems CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/17 16:00:12 Modified files: lib/libc/gen : nlist.3 Log message: typo CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 1998/08/17 16:12:45 Modified files: sbin/ipsec/photurisd: server.c config.c Log message: fix realloc CVSROOT: /cvs Module name: src Changes by: csapuntz@cvs.openbsd.org 1998/08/17 16:19:09 Modified files: sys/kern : vfs_syscalls.c Log message: Fix turd left over from soft updates patch. MNT_LAZY is not a bit flag. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1998/08/17 17:08:17 Modified files: . : anoncvs.html ftp.html Log message: taiwan mirrors CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1998/08/17 17:13:36 Modified files: . : plus.html Log message: new CVSROOT: /cvs Module name: src Changes by: csapuntz@cvs.openbsd.org 1998/08/17 17:26:19 Modified files: sys/kern : vfs_syscalls.c Log message: Make sure the file system is unbusied on error. CVSROOT: /cvs Module name: www Changes by: millert@cvs.openbsd.org 1998/08/17 20:49:27 Modified files: . : porting.html Log message: correct some ncurses/ocurses and sgtty niggles CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1998/08/17 20:53:38 Modified files: . : porting.html Log message: correct file open thing CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/17 20:54:24 Modified files: usr.bin/talk : io.c Log message: kill bogus cast to struct sgttyb * CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/17 21:40:22 src/usr.sbin/dhcp Update of /cvs/src/usr.sbin/dhcp In directory cvs.openbsd.org:/usr/src/usr.sbin/dhcp Log Message: Directory /cvs/src/usr.sbin/dhcp added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/17 21:40:27 src/usr.sbin/dhcp/client Update of /cvs/src/usr.sbin/dhcp/client In directory cvs.openbsd.org:/usr/src/usr.sbin/dhcp/client Log Message: Directory /cvs/src/usr.sbin/dhcp/client added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/17 21:40:27 src/usr.sbin/dhcp/common Update of /cvs/src/usr.sbin/dhcp/common In directory cvs.openbsd.org:/usr/src/usr.sbin/dhcp/common Log Message: Directory /cvs/src/usr.sbin/dhcp/common added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/17 21:40:28 src/usr.sbin/dhcp/doc Update of /cvs/src/usr.sbin/dhcp/doc In directory cvs.openbsd.org:/usr/src/usr.sbin/dhcp/doc Log Message: Directory /cvs/src/usr.sbin/dhcp/doc added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/17 21:40:28 src/usr.sbin/dhcp/includes Update of /cvs/src/usr.sbin/dhcp/includes In directory cvs.openbsd.org:/usr/src/usr.sbin/dhcp/includes Log Message: Directory /cvs/src/usr.sbin/dhcp/includes added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/17 21:40:29 src/usr.sbin/dhcp/relay Update of /cvs/src/usr.sbin/dhcp/relay In directory cvs.openbsd.org:/usr/src/usr.sbin/dhcp/relay Log Message: Directory /cvs/src/usr.sbin/dhcp/relay added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/17 21:40:30 src/usr.sbin/dhcp/server Update of /cvs/src/usr.sbin/dhcp/server In directory cvs.openbsd.org:/usr/src/usr.sbin/dhcp/server Log Message: Directory /cvs/src/usr.sbin/dhcp/server added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/17 21:40:30 src/usr.sbin/dhcp/statmsg Update of /cvs/src/usr.sbin/dhcp/statmsg In directory cvs.openbsd.org:/usr/src/usr.sbin/dhcp/statmsg Log Message: Directory /cvs/src/usr.sbin/dhcp/statmsg added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/17 21:40:31 src/usr.sbin/dhcp/sysconfd Update of /cvs/src/usr.sbin/dhcp/sysconfd In directory cvs.openbsd.org:/usr/src/usr.sbin/dhcp/sysconfd Log Message: Directory /cvs/src/usr.sbin/dhcp/sysconfd added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/17 21:40:39 src/usr.sbin/dhcp/client/obj Update of /cvs/src/usr.sbin/dhcp/client/obj In directory cvs.openbsd.org:/cvs.m/obj-i386/usr.sbin/dhcp/client Log Message: Directory /cvs/src/usr.sbin/dhcp/client/obj added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/17 21:40:40 src/usr.sbin/dhcp/client/scripts Update of /cvs/src/usr.sbin/dhcp/client/scripts In directory cvs.openbsd.org:/usr/src/usr.sbin/dhcp/client/scripts Log Message: Directory /cvs/src/usr.sbin/dhcp/client/scripts added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/17 21:40:44 src/usr.sbin/dhcp/client/scripts/obj Update of /cvs/src/usr.sbin/dhcp/client/scripts/obj In directory cvs.openbsd.org:/cvs.m/obj-i386/usr.sbin/dhcp/client/scripts Log Message: Directory /cvs/src/usr.sbin/dhcp/client/scripts/obj added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/17 21:41:46 src/usr.sbin/dhcp/includes/arpa Update of /cvs/src/usr.sbin/dhcp/includes/arpa In directory cvs.openbsd.org:/usr/src/usr.sbin/dhcp/includes/arpa Log Message: Directory /cvs/src/usr.sbin/dhcp/includes/arpa added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/17 21:41:47 src/usr.sbin/dhcp/includes/cf Update of /cvs/src/usr.sbin/dhcp/includes/cf In directory cvs.openbsd.org:/usr/src/usr.sbin/dhcp/includes/cf Log Message: Directory /cvs/src/usr.sbin/dhcp/includes/cf added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/17 21:41:48 src/usr.sbin/dhcp/includes/netinet Update of /cvs/src/usr.sbin/dhcp/includes/netinet In directory cvs.openbsd.org:/usr/src/usr.sbin/dhcp/includes/netinet Log Message: Directory /cvs/src/usr.sbin/dhcp/includes/netinet added to the repository CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/17 21:42:12 Modified files: libexec/talkd : announce.c talkd.h Log message: TIOCNOTTY is the default in POSIX termios, no need to explicately ask for it. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/17 21:43:36 Modified files: usr.sbin : Makefile Added files: usr.sbin/dhcp : CHANGES Makefile Makefile.inc usr.sbin/dhcp/client: Makefile clparse.c dhclient-script.8 dhclient.8 dhclient.c dhclient.conf dhclient.conf.5 dhclient.leases.5 usr.sbin/dhcp/client/scripts: Makefile bsdos freebsd linux netbsd nextstep solaris usr.sbin/dhcp/common: Makefile alloc.c bpf.c conflex.c convert.c dhcp-options.5 dispatch.c dns.c errwarn.c hash.c icmp.c inet.c inet_addr.c memory.c nit.c options.c packet.c parse.c print.c raw.c resolv.c socket.c sysconf.c tables.c tree.c upf.c usr.sbin/dhcp/doc: rfc2131.txt rfc2132.txt rfc951.txt usr.sbin/dhcp/includes: cdefs.h dhcp.h dhcpd.h dhctoken.h hash.h inet.h osdep.h site.h sysconf.h tree.h usr.sbin/dhcp/includes/arpa: nameser.h usr.sbin/dhcp/includes/cf: alphaosf.h bsdos.h cygwin32.h freebsd.h hpux.h linux.h netbsd.h nextstep.h openbsd.h qnx.h sample.h sco.h sunos4.h sunos5-5.h ultrix.h usr.sbin/dhcp/includes/netinet: if_ether.h ip.h ip_icmp.h udp.h usr.sbin/dhcp/relay: Makefile dhcrelay.8 dhcrelay.c usr.sbin/dhcp/server: Makefile bootp.c confpars.c db.c dhcp.c dhcpd.8 dhcpd.c dhcpd.conf dhcpd.conf.5 dhcpd.leases.5 usr.sbin/dhcp/statmsg: Makefile Makefile.dist main.c usr.sbin/dhcp/sysconfd: Makefile Makefile.dist sysconfd.c Log message: ISC dhcp, needs security audit for sure CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/17 21:53:08 Modified files: usr.sbin/dhcp/client: dhclient.8 usr.sbin/dhcp/includes: site.h usr.sbin/dhcp/relay: dhcrelay.8 usr.sbin/dhcp/server: dhcpd.8 Log message: openbsd CVSROOT: /cvs Module name: sys Changes by: smurph@cvs.openbsd.org 1998/08/17 21:56:09 Log message: initial import of libz. Status: Vendor Tag: OpenBSD Release Tags: libz N sys/arch/mvme88k/stand/libz/Makefile N sys/arch/mvme88k/stand/libz/Makefile.inc No conflicts created by this import CVSROOT: /cvs Module name: sys Changes by: smurph@cvs.openbsd.org 1998/08/17 22:01:39 Log message: initial import of bootxx. Status: Vendor Tag: OpenBSD Release Tags: bootxx N sys/arch/mvme88k/stand/bootxx/Makefile N sys/arch/mvme88k/stand/bootxx/bootxx.c N sys/arch/mvme88k/stand/bootxx/conf.c N sys/arch/mvme88k/stand/bootxx/version.c No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/17 22:02:27 Modified files: usr.bin/talk : ctl.c ctl_transact.c get_addrs.c get_names.c init_disp.c invite.c io.c look_up.c msgs.c talk.c talk.h Log message: Some changes inspired by FreeBSD... o Kill annoying spaces at the end of lines o sigaction, not sigvec o warn/err where sensible o hstrerror() not herror() o defaults for erase, kill, and werase if not set o kill a needless refresh() after the beeps that was messing up the screen CVSROOT: /cvs Module name: sys Changes by: smurph@cvs.openbsd.org 1998/08/17 22:03:47 Log message: initial import of installboot. Status: Vendor Tag: OpenBSD Release Tags: installboot N sys/arch/mvme88k/stand/installboot/Makefile N sys/arch/mvme88k/stand/installboot/installboot.8 N sys/arch/mvme88k/stand/installboot/installboot.c No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: smurph@cvs.openbsd.org 1998/08/17 22:10:06 Modified files: sys/arch/mvme88k/stand/wrtvid: wrtvid.c Log message: Changed volume id to m88k. Fixed command line args. CVSROOT: /cvs Module name: src Changes by: smurph@cvs.openbsd.org 1998/08/17 22:17:09 Modified files: sys/arch/mvme68k/stand/bootsd: Makefile version.c Log message: New bootblocks code to work with bootxx. CVSROOT: /cvs Module name: src Changes by: smurph@cvs.openbsd.org 1998/08/17 22:21:28 Modified files: sys/arch/mvme88k/stand/bootst: Makefile bootst.c Added files: sys/arch/mvme88k/stand/bootst: bcopy.c version.c Log message: fixed passing of bugargs to kernel. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/17 23:08:52 Modified files: sys/arch/sparc/include: param.h Log message: Add sparc_btop and sparc_ptob for consistency with other ports CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/18 01:08:31 Modified files: sys/miscfs/union: union_vnops.c Log message: indent # properly; garnett@bogus.cs.colorado.edu CVSROOT: /cvs Module name: X11 Changes by: matthieu@cvs.openbsd.org 1998/08/18 01:16:02 Modified files: xc/programs/xterm: main.c Log message: support for vstatus control character (from Robert Earl ) CVSROOT: /cvs Module name: src Changes by: pefo@cvs.openbsd.org 1998/08/18 02:52:15 Modified files: sys/dev/ic : com.c Log message: Remove clearing of interrupt after character output in cnputci(). Clearing the int will make the tty stop if output is currently active. CVSROOT: /cvs Module name: src Changes by: ryker@cvs.openbsd.org 1998/08/18 09:03:31 Modified files: sys/arch/mac68k/mac68k: conf.c Log message: Make mac68k sys compile. CVSROOT: /cvs Module name: src Changes by: ryker@cvs.openbsd.org 1998/08/18 09:05:56 Modified files: sys/arch/mac68k/conf: Makefile.mac68k Log message: Let mac68k kernels compile outside of arch/mac68k/compile; d@fnarg.net.au. CVSROOT: /cvs Module name: src Changes by: ryker@cvs.openbsd.org 1998/08/18 09:16:57 Modified files: sys/arch/i386/stand/installboot: installboot.8 Log message: s/dec/dev/ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/18 09:44:42 Modified files: usr.sbin/dhcp : Makefile Makefile.inc usr.sbin/dhcp/common: Makefile Log message: no library CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/18 09:46:28 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/18 14:55:36 Removed files: usr.sbin/tcpdump: tcpdump.1 Log message: kill old man page, use tcpdump.8 instead CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/18 15:18:49 Modified files: sys/arch/mvme88k/include: param.h Log message: add mvme88k_btop() and mvme88k_ptob() macros for consistency with other ports CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/18 15:28:23 Modified files: sys/arch/powerpc/include: param.h Log message: add powerpc_btop() and powerpc_ptob() macros for consistency with other ports CVSROOT: /cvs Module name: src Changes by: marc@cvs.openbsd.org 1998/08/18 16:29:12 Modified files: sys/arch/i386/i386: locore.s Log message: halt processor when idle if either APM is enabled or PCTR is not enabled; my idle portable: approx 320000 instructions per second my portable during a make build: as high as 21000000 instructions per second CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/18 16:58:17 Modified files: sys/arch/mvme68k/stand/bootsd: Makefile Log message: wrong, smurph CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/18 17:03:34 Modified files: bin/df : df.1 df.c Log message: people who fail to update man pages and usage lines will henceforth be shot on sight CVSROOT: /cvs Module name: src Changes by: marc@cvs.openbsd.org 1998/08/18 17:11:18 Modified files: etc : rc rc.conf Log message: start apmd in rc, controlled by rc.conf CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/18 17:31:48 Modified files: sys/arch/i386/conf: BABY Log message: bye bye old compats CVSROOT: /cvs Module name: src Changes by: marc@cvs.openbsd.org 1998/08/18 17:54:44 Modified files: etc : rc rc.conf Log message: allow flags to be passed to apmd at millert's request CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/18 18:58:14 Modified files: usr.sbin/dhcp : Makefile Log message: build that man page too CVSROOT: /cvs Module name: src Changes by: form@cvs.openbsd.org 1998/08/18 22:25:51 Modified files: etc : rc rc.conf Added files: etc : dhcpd.conf dhcpd.interfaces Log message: dhcpd: start from rc, controlled by rc.conf; sample config files CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/18 23:04:11 Modified files: include/rpcsvc : yp_prot.h Log message: make errors unsigned CVSROOT: /cvs Module name: src Changes by: pjanzen@cvs.openbsd.org 1998/08/18 23:51:15 Modified files: lib/libc/string: strdup.3 Log message: commas CVSROOT: /cvs Module name: src Changes by: pjanzen@cvs.openbsd.org 1998/08/18 23:55:04 Modified files: games/backgammon/common_source: fancy.c Log message: Don't segfault in small windows CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/19 00:47:56 Modified files: usr.sbin/kvm_mkdb: extern.h kvm_mkdb.c nlist.c testdb.c Log message: Make kvm_mkdb work again o testdb() needs to take as an arg the name of the kernel so it can do the version test correctly. o add undocumented verbose flag to tell when we are rebuilding the .db file o DO_* -> _NLIST_DO_*, this prevented kvm_mkdb from doing anything at all. o preserve a few error messages so you get error output when none of the exec types match the target. o check malloc return values o get_kerntext should not subtract the sizeof(struct exec) from kernel_text CVSROOT: /cvs Module name: src Changes by: pjanzen@cvs.openbsd.org 1998/08/19 01:42:28 Modified files: games/arithmetic: arithmetic.6 arithmetic.c games/banner : banner.6 banner.c games/bcd : bcd.c games/cribbage : cards.c crib.c cribbage.6 instr.c io.c score.c support.c games/factor : factor.6 factor.c games/hangman : endgame.c extern.c getguess.c getword.c hangman.6 hangman.h main.c playgame.c prdata.c prman.c prword.c setup.c games/number : number.6 games/pig : pig.6 pig.c games/ppt : ppt.c games/primes : primes.c games/quiz : pathnames.h quiz.6 quiz.c quiz.h rxp.c games/quiz/datfiles: collectives elements games/rain : rain.6 rain.c games/trek : Makefile abandon.c attack.c autover.c capture.c cgetc.c check_out.c checkcond.c compkl.c computer.c damage.c damaged.c dcrept.c destruct.c dock.c dumpgame.c dumpme.c dumpssradio.c events.c externs.c getcodi.c getpar.c getpar.h help.c impulse.c initquad.c kill.c klmove.c lose.c lrscan.c main.c move.c nova.c out.c phaser.c play.c ram.c ranf.c rest.c schedule.c score.c setup.c setwarp.c shield.c snova.c srscan.c systemname.c torped.c trek.h visual.c warp.c win.c games/worm : worm.6 worm.c games/worms : worms.6 worms.c games/wump : wump.6 wump.c Removed files: games/trek : utility.c Log message: tags, formatting, ANSI-fication, prototypes, de-typos, and the occasional initialization, removal of unused variable, or other minor fix. Most changes are from or inspired by NetBSD. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/19 01:43:41 Modified files: usr.sbin/kvm_mkdb: extern.h kvm_mkdb.c nlist.c Log message: clean up our temp files on failure CVSROOT: /cvs Module name: src Changes by: pjanzen@cvs.openbsd.org 1998/08/19 01:53:56 Modified files: games/caesar : caesar.6 caesar.c Log message: minor tidying, and a fix to rot13's command line behaviour CVSROOT: /cvs Module name: ports Changes by: downsj@cvs.openbsd.org 1998/08/19 02:12:19 Modified files: news/newsfetch : Makefile news/newsfetch/files: md5 Log message: update for new version CVSROOT: /cvs Module name: src Changes by: pjanzen@cvs.openbsd.org 1998/08/19 02:18:17 Modified files: games/ppt : ppt.c Log message: print spaces correctly when input is on the command line CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 1998/08/19 07:29:20 Modified files: sys/net : encap.c Log message: use correct upper bound CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1998/08/19 10:06:06 Modified files: . : anoncvs.html Log message: .no anoncvs server moves CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1998/08/19 10:17:11 Modified files: . : plus.html Log message: new CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/19 11:06:38 Modified files: usr.sbin/rpc.pcnfsd: pcnfsd_cache.c Log message: buf oflows; reported by felix@schlund.de but fixed by me because he did not send in a patch CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/19 11:20:03 Modified files: usr.bin/file : apprentice.c Log message: realloc fix CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/19 12:51:12 Modified files: lib/libkvm : kvm.c Log message: don't print 'unknown dbopen() error' when kvm_bsd.db doesn't exist CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/19 12:54:51 Modified files: lib/libkvm.old : kvm.c Log message: Don't print 'unknown dbopen() error' when kvm_bsd.db doesn't exist Print sane error message when __fdnlist() fails CVSROOT: /cvs Module name: src Changes by: csapuntz@cvs.openbsd.org 1998/08/19 16:27:01 Modified files: sys/nfs : nfs_nqlease.c nfs_serv.c nfs_socket.c nfs_subs.c nfs_vfsops.c nfs_vnops.c nfsm_subs.h xdr_subs.h Log message: Change fxdr_hyper to return a u_quad_t. This minimizes the evil clobbering of lvalues that ANSI abhors. And it fixes df on NFS version 3 mounts on Sparcs. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/19 17:40:21 Modified files: sys/arch/sun3/sun3: machdep.c Log message: please gcc 2.8 CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/19 17:43:29 Modified files: sys/arch/sun3/sun3: trap.c Log message: union sigval; garnett@cs.colorado.edu CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/19 18:14:04 Modified files: usr.sbin/kvm_mkdb: nlist.c Log message: ecoff support, based on libc/gen/nlist.c CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 1998/08/19 20:03:17 Modified files: sys/arch/sparc/conf: Makefile.sparc Log message: If there are no SFILES, don't try to .depend them; run over by: emory@hellyeah.com CVSROOT: /cvs Module name: src Changes by: form@cvs.openbsd.org 1998/08/19 21:21:46 Modified files: etc : Makefile Log message: add dhcpd.* to makefile CVSROOT: /cvs Module name: X11 Changes by: matthieu@cvs.openbsd.org 1998/08/20 00:34:14 Modified files: xc/programs/xterm: charproc.c error.h main.c util.c Log message: realloc fixes CVSROOT: /cvs Module name: X11 Changes by: matthieu@cvs.openbsd.org 1998/08/20 00:35:48 Modified files: xc/lib/X11 : PolyReg.c Region.c XKBAlloc.c XKBGetMap.c XKBMAlloc.c Xrm.c lcDB.c lcFile.c udcInf.c Log message: realloc fixes CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1998/08/20 01:34:25 Modified files: sys/arch/amiga/conf: GENERIC sys/arch/i386/conf: Makefile.i386 OPRAH files.i386 sys/arch/i386/i386: bios.c conf.c machdep.c pmap.c vm86.c sys/arch/i386/include: biosvar.h bus.h pcb.h vm86.h sys/arch/i386/stand/libsa: apmprobe.c sys/arch/mips/mips: minidebug.c sys/arch/sparc/sparc: db_disasm.c machdep.c sys/arch/sparc/stand: boot.c sys/arch/sun3/conf: std.sun3 sys/arch/sun3/dev: kd.c sys/conf : files sys/dev/ic : i82365reg.h sys/dev/isa : files.isa pnpdevs pnpdevs.h sb_isapnp.c sys/dev/pci : eap.c files.pci pcidevs pcidevs.h pcidevs_data.h sys/lib/libsa : Makefile sys/ufs/ffs : ffs_vfsops.c sys/vm : vm_glue.c Log message: Phew... generic SA negotiation receive parts CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 1998/08/20 02:37:50 Modified files: sys/dev/isa : gus.c Log message: mmap support for gus, dillema@acm.org CVSROOT: /cvs Module name: X11 Changes by: matthieu@cvs.openbsd.org 1998/08/20 06:38:07 Modified files: xc/lib/X11 : lcFile.c Log message: fix my fix (pointed to by T.E. Dickey) CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1998/08/20 09:46:49 Added files: sys/arch/hppa/hppa: pmap.c Log message: some cmu/osf-derived pmap, hacked all over CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1998/08/20 09:51:00 Modified files: sys/arch/hppa/include: pmap.h Log message: some pmap definitions CVSROOT: /cvs Module name: ports Changes by: marc@cvs.openbsd.org 1998/08/20 10:30:49 Modified files: x11/Xaw3d/patches: patch-aa Log message: work around gcc 2.8.1 bug on the alpha: -O0 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/20 13:45:39 Modified files: sbin/routed/rtquery: rtquery.8 Log message: typo; msaitoh CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/20 13:45:59 Modified files: lib/libc/termios: cfmakeraw.c Log message: clear IMAXBEL bit; msaitoh CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/20 13:46:36 Modified files: sys/arch/i386/i386: trap.c Log message: avoid double fault during early boot; rvb CVSROOT: /cvs Module name: src Changes by: marc@cvs.openbsd.org 1998/08/20 14:11:44 Modified files: usr.sbin/mtree : mtree.8 mtree.c verify.c Log message: add -q flag to silent messages of the type: missing: some-file-name (not created: File exists) which occurred of some-file-name was a path that contained a symbolic link CVSROOT: /cvs Module name: ports Changes by: marc@cvs.openbsd.org 1998/08/20 14:56:50 Modified files: x11/lesstif : Makefile Log message: don't try to strip shared libs on machines where shared libs aren't installed CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/20 22:25:03 Modified files: usr.bin/file : apprentice.c Log message: oops CVSROOT: /cvs Module name: ports Changes by: marc@cvs.openbsd.org 1998/08/20 23:30:45 Modified files: print/ghostscript5/files: md5 Log message: update checksums, the fonts have changed (but the file names are the same) CVSROOT: /cvs Module name: src Changes by: marc@cvs.openbsd.org 1998/08/21 00:57:20 Modified files: share/mk : bsd.port.mk Log message: when checking for lib depends on the alpha (no shared libs) check /usr/local/lib and /usr/X11R6/lib in addition to the standard place CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/21 07:42:33 Modified files: sys/arch/sun3/sun3: stub.c Log message: Add Debugger prototype for gcc nit picking; garnett@cs.colorado.edu CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1998/08/21 07:55:25 Modified files: usr.bin/top : Makefile machine.c top.1 Log message: support "-o field" and the interactive "o" command CVSROOT: /cvs Module name: X11 Changes by: matthieu@cvs.openbsd.org 1998/08/21 08:12:14 Modified files: xc/programs/Xserver/hw/sun: sunKeyMap.c Log message: fix support for danish type 5 keyboard (Erik Bertelsen ) CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/21 10:38:12 Modified files: lib/libc/sys : mmap.2 Log message: document MAP_COPY CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/21 10:48:54 Modified files: lib/libc/sys : madvise.2 Log message: mention that madvise() is not yet implemented CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 1998/08/21 11:12:23 Modified files: libexec/telnetd: state.c Log message: decrypt the input _before_ checking if it is \n, not _after_. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/21 13:24:42 Modified files: usr.sbin/kvm_mkdb: nlist.c Log message: Changes to work with /dev/ksyms: o If we are have no data segment and text seg is __LDPGSZ, we must be /dev/ksyms or an equivalent so use sysctl to get version string. o fix an int vs. long issue and prepend '_' to symbols that lack one (alpha for instance). CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/21 13:25:39 Modified files: lib/libc/gen : nlist.c Log message: For a.out use read, not mmap, to get the string table so this works on /dev/ksyms. mmap was only used because, at the time, free did not give memory back to the system (our malloc/free uses mmap/munmap so we are ok). CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/21 13:31:32 Modified files: usr.sbin/kvm_mkdb: nlist.c Log message: oops, remove debugging info CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1998/08/21 14:29:15 Modified files: sys/dev/pci : if_fxp.c if_fxpvar.h Log message: Recent FreeBSD changes and a bug fix. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/21 14:33:14 Modified files: lib/libc/gen : nlist.c Log message: I committed the wrong version before, here is the correct one CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/21 16:04:43 Modified files: sys/adosfs : advnops.c Log message: correct readlink(); kleink CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/21 16:08:14 Modified files: sys/sys : cdio.h Log message: Add struct cd_sub_channel_q_data for CD_SUBQ_DATA; msaitoh (note: disgusting bitfields) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/21 16:17:10 Modified files: usr.sbin/rpc.pcnfsd: pcnfsd_print.c Log message: strengthen suspicious(); jmcdonal@unf.edu CVSROOT: /cvs Module name: src Changes by: csapuntz@cvs.openbsd.org 1998/08/21 16:36:13 Modified files: sys/msdosfs : msdosfs_denode.c Log message: malloc can block so there was a race in this code which could cause two vnodes to be created for a given file. CVSROOT: /cvs Module name: src Changes by: csapuntz@cvs.openbsd.org 1998/08/21 16:40:03 Modified files: sys/msdosfs : msdosfs_denode.c Log message: Make tabbing better. CVSROOT: /cvs Module name: src Changes by: csapuntz@cvs.openbsd.org 1998/08/21 17:03:18 Modified files: sys/adosfs : adosfs.h adutil.c advfsops.c advnops.c Log message: Fix malloc race on new anode get. CVSROOT: /cvs Module name: src Changes by: csapuntz@cvs.openbsd.org 1998/08/21 17:16:41 Modified files: sys/nfs : nfs_node.c Log message: Fix malloc race in nfs_node.c CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1998/08/21 17:29:04 Modified files: sys/ddb : db_aout.c Log message: Don't make symbols strings absolute in the symbol table so we can share it with /dev/ksyms CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/21 17:31:29 Modified files: lib/libc/crypt : blowfish.c Log message: for new functions, fix BE & UA cases. LE UA case is still busted CVSROOT: /cvs Module name: src Changes by: csapuntz@cvs.openbsd.org 1998/08/21 17:31:36 Modified files: sys/isofs/cd9660: cd9660_node.c cd9660_node.h cd9660_vfsops.c Log message: Fix malloc race in the cd9660 fs. CVSROOT: /cvs Module name: src Changes by: csapuntz@cvs.openbsd.org 1998/08/21 20:03:06 Modified files: share/man/man4 : Makefile sv.4 Added files: share/man/man4 : ym.4 Log message: Writing man pages sucks. Here's one for the ym driver. CVSROOT: /cvs Module name: src Changes by: ryker@cvs.openbsd.org 1998/08/21 22:35:22 Modified files: distrib/sets/lists/base: md.mac68k Log message: sync CVSROOT: /cvs Module name: ports Changes by: mickey@cvs.openbsd.org 1998/08/21 22:47:13 Modified files: games/freeciv : Makefile games/freeciv/files: md5 Log message: 1.7 CVSROOT: /cvs Module name: src Changes by: smurph@cvs.openbsd.org 1998/08/21 23:43:07 Removed files: sys/arch/mvme88k/stand/bugcrt/m88k: Makefile.inc bugcrt.c Log message: part of a remove to get stand into shape. CVSROOT: /cvs Module name: src Changes by: smurph@cvs.openbsd.org 1998/08/22 00:33:45 src/sys/arch/mvme88k/stand/installboot Update of /cvs/src/sys/arch/mvme88k/stand/installboot In directory cvs.openbsd.org:/tmp/cvs-serv11817/installboot Log Message: Directory /cvs/src/sys/arch/mvme88k/stand/installboot added to the repository CVSROOT: /cvs Module name: src Changes by: smurph@cvs.openbsd.org 1998/08/22 00:36:55 src/sys/arch/mvme88k/stand/libz Update of /cvs/src/sys/arch/mvme88k/stand/libz In directory cvs.openbsd.org:/tmp/cvs-serv13886/libz Log Message: Directory /cvs/src/sys/arch/mvme88k/stand/libz added to the repository CVSROOT: /cvs Module name: src Changes by: smurph@cvs.openbsd.org 1998/08/22 00:38:35 Added files: sys/arch/mvme88k/stand/installboot: Makefile installboot.8 installboot.c Log message: Initial import of installboot CVSROOT: /cvs Module name: src Changes by: smurph@cvs.openbsd.org 1998/08/22 00:39:14 Added files: sys/arch/mvme88k/stand/libz: Makefile Makefile.inc Log message: Initail import of libz. CVSROOT: /cvs Module name: src Changes by: smurph@cvs.openbsd.org 1998/08/22 00:47:05 Removed files: sys/arch/mvme88k/stand/kerncrt: Makefile kerncrt.c Log message: Part of remove to clean up stand. CVSROOT: /cvs Module name: src Changes by: smurph@cvs.openbsd.org 1998/08/22 00:50:00 Removed files: sys/arch/mvme88k/stand/bugexec: Makefile hello.c wrtos.c Log message: Part of remove to clean stand. CVSROOT: /cvs Module name: src Changes by: smurph@cvs.openbsd.org 1998/08/22 01:02:08 Removed files: sys/arch/mvme88k/stand/openbsd: Makefile Makefile.inc sys/arch/mvme88k/stand/openbsd/bootsd: Makefile README boot.c bugdev.c filesystem.c version.c sys/arch/mvme88k/stand/openbsd/bootst: Makefile bootst.c sys/arch/mvme88k/stand/openbsd/bugcrt: Makefile Makefile.inc sys/arch/mvme88k/stand/openbsd/bugcrt/m88k: Makefile.inc bugcrt.c sys/arch/mvme88k/stand/openbsd/libbug: Makefile Makefile.inc sys/arch/mvme88k/stand/openbsd/libbug/m88k: delay.c diskrd.c diskwr.c getbrdid.c instat.c outch.c outln.c outstr.c prom.h return.c rtc_rd.c sys/arch/mvme88k/stand/openbsd/libsa: Makefile Makefile.inc SRT0.S SRT1.c bug.c clock.c clock.h clockreg.h config.h dev_disk.c dev_disk.h devopen.c dvma.c dvma.h exec_sun.c gets.c netif_sun.c panic.c promboot.c promboot.h promcons.c promdev.c promdev.h sys/arch/mvme88k/stand/openbsd/netboot: Makefile boot.c conf.c dev_net.c dev_net.h i82586.h if_ie.c if_iereg.h if_le.c if_lereg.h version.c sys/arch/mvme88k/stand/openbsd/prtvid: Makefile prtvid.c sys/arch/mvme88k/stand/openbsd/sboot: Makefile XBUG.S XSRT0.S clock.c clockreg.h etherfun.c etherfun.h if_le.c if_lereg.h oc_cksum.S sboot.c sboot.h srec.c sys/arch/mvme88k/stand/openbsd/wrtvid: Makefile Makefile.inc wrtvid.c Log message: Part of remove to clean up stand. CVSROOT: /cvs Module name: src Changes by: smurph@cvs.openbsd.org 1998/08/22 01:04:23 Removed files: sys/arch/mvme88k/stand/boot: Makefile main.c wrtvid.c Log message: Part of remove to clean stand. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/22 01:12:59 Modified files: lib/libc/crypt : blowfish.c Log message: doc UA faulting code CVSROOT: /cvs Module name: src Changes by: smurph@cvs.openbsd.org 1998/08/22 01:17:25 Modified files: sys/arch/mvme88k/stand/bootsd: Makefile README boot.c version.c Removed files: sys/arch/mvme88k/stand/bootsd: bugdev.c filesystem.c Log message: Changed bootsd to work with bootxx bootblocks. CVSROOT: /cvs Module name: src Changes by: smurph@cvs.openbsd.org 1998/08/22 01:19:14 Added files: sys/arch/mvme88k/stand/bootsd: conf.c Log message: Adding conf.c. Omitted last commit. CVSROOT: /cvs Module name: src Changes by: smurph@cvs.openbsd.org 1998/08/22 01:21:09 Removed files: sys/arch/mvme88k/stand/include: bug.h bugio.h Log message: Part of remove to clean stand. CVSROOT: /cvs Module name: src Changes by: smurph@cvs.openbsd.org 1998/08/22 01:26:25 Removed files: sys/arch/mvme88k/stand/libbug/m88k: delay.c diskrd.c diskwr.c getbrdid.c instat.c outch.c outln.c outstr.c prom.h return.c rtc_rd.c Log message: Part of remove to clean stand. CVSROOT: /cvs Module name: src Changes by: smurph@cvs.openbsd.org 1998/08/22 01:39:56 Modified files: sys/arch/mvme88k/stand/libbug: Makefile Makefile.inc Added files: sys/arch/mvme88k/stand/libbug: delay.c diskrd.c diskwr.c getbrdid.c inchr.c instat.c libbug.h outch.c outln.c outstr.c prom.h putchar.c return.c rtc_rd.c Removed files: sys/arch/mvme88k/stand/libbug: bugio.c Log message: new libbug. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1998/08/22 01:44:04 Modified files: sbin/dump : main.c Log message: fix usage CVSROOT: /cvs Module name: src Changes by: smurph@cvs.openbsd.org 1998/08/22 02:08:30 Modified files: sys/arch/mvme88k/stand/libsa: Makefile Makefile.inc Added files: sys/arch/mvme88k/stand/libsa: bugdev.c exec_mvme.c libsa.h parse_args.c Removed files: sys/arch/mvme88k/stand/libsa: bug.c clock.h clockreg.h dev_disk.c dev_disk.h devopen.c dvma.c dvma.h exec_sun.c gets.c netif_sun.c panic.c promboot.c promboot.h promcons.c promdev.c promdev.h Log message: New libsa. CVSROOT: /cvs Module name: src Changes by: smurph@cvs.openbsd.org 1998/08/22 02:12:44 Modified files: sys/arch/mvme88k/stand/libsa: clock.c config.h exec_mvme.c Log message: New libsa. CVSROOT: /cvs Module name: src Changes by: smurph@cvs.openbsd.org 1998/08/22 02:22:52 src/sys/arch/mvme88k/stand/bootxx Update of /cvs/src/sys/arch/mvme88k/stand/bootxx In directory cvs.openbsd.org:/tmp/cvs-serv10821/bootxx Log Message: Directory /cvs/src/sys/arch/mvme88k/stand/bootxx added to the repository CVSROOT: /cvs Module name: src Changes by: smurph@cvs.openbsd.org 1998/08/22 02:27:08 Added files: sys/arch/mvme88k/stand/bootxx: Makefile bootxx.c conf.c version.c Log message: Initial import of bootxx. CVSROOT: /cvs Module name: src Changes by: smurph@cvs.openbsd.org 1998/08/22 02:38:07 Modified files: sys/arch/mvme88k/stand/netboot: Makefile boot.c conf.c dev_net.c dev_net.h i82586.h if_ie.c if_iereg.h if_le.c if_lereg.h version.c Added files: sys/arch/mvme88k/stand/netboot: config.h devopen.c Removed files: sys/arch/mvme88k/stand/netboot: nfs.s Log message: working netboot. CVSROOT: /cvs Module name: src Changes by: smurph@cvs.openbsd.org 1998/08/22 02:49:19 Modified files: sys/arch/mvme88k/stand/prtvid: Makefile chklabel.c prtvid.c Log message: Fixed display error. CVSROOT: /cvs Module name: src Changes by: smurph@cvs.openbsd.org 1998/08/22 02:52:57 Modified files: sys/arch/mvme88k/stand/wrtvid: Makefile Makefile.inc wrtvid.c Log message: Fixed command line args. VID Volume ID is now M88K. CVSROOT: /cvs Module name: src Changes by: smurph@cvs.openbsd.org 1998/08/22 02:54:18 Added files: sys/arch/mvme88k/stand/wrtvid: disklabel.h Log message: Forgot this one. :-) CVSROOT: /cvs Module name: src Changes by: pjanzen@cvs.openbsd.org 1998/08/22 02:56:02 Modified files: games/random : random.6 random.c games/rogue : Makefile curses.c hit.c init.c inventory.c level.c machdep.c main.c message.c monster.c move.c object.c pack.c play.c random.c ring.c rogue.6 rogue.h room.c save.c score.c spec_hit.c throw.c trap.c use.c zap.c games/robots : main.c make_level.c pathnames.h play_level.c robots.6 robots.h score.c Log message: More largely NetBSD-inspired code cleanup CVSROOT: /cvs Module name: src Changes by: smurph@cvs.openbsd.org 1998/08/22 02:57:31 Modified files: sys/arch/mvme88k/stand: Makefile Makefile.inc sys/arch/mvme88k/stand/bootsd: conf.c Added files: sys/arch/mvme88k/stand/sboot: TODO Log message: Major cleanup of stand directory. CVSROOT: /cvs Module name: src Changes by: pjanzen@cvs.openbsd.org 1998/08/22 03:02:30 Modified files: games/quiz/datfiles: elements Log message: IUPAC names to element 109 and 1995 CRC atomic weights CVSROOT: /cvs Module name: src Changes by: pjanzen@cvs.openbsd.org 1998/08/22 03:10:16 Modified files: games/fish : fish.6 fish.instr games/bcd : bcd.6 Log message: grammar CVSROOT: /cvs Module name: src Changes by: pjanzen@cvs.openbsd.org 1998/08/22 03:11:33 Modified files: games/fish : fish.c pathnames.h Log message: Revoke gid (!) and minor tidying CVSROOT: /cvs Module name: src Changes by: smurph@cvs.openbsd.org 1998/08/22 03:16:49 Modified files: sys/arch/mvme88k/stand/bugcrt: Makefile Makefile.inc Added files: sys/arch/mvme88k/stand/bugcrt: bugcrt.c Log message: fixed bugargs and lots of stuff regaurding netboot. CVSROOT: /cvs Module name: src Changes by: smurph@cvs.openbsd.org 1998/08/22 03:25:12 Modified files: sys/arch/mvme88k/stand/bootsd: Makefile sys/arch/mvme88k/stand/bootst: Makefile sys/arch/mvme88k/stand/bootxx: Makefile sys/arch/mvme88k/stand/netboot: Makefile sys/arch/mvme88k/stand/sboot: Makefile Log message: fixed Makefiles. Removed reference to libgcc.a CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1998/08/22 05:40:08 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/etc: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1998/08/22 11:54:31 Modified files: sys/arch/powerpc/powerpc: trap.c db_trace.c sys/arch/powerpc/include: db_machdep.h Log message: Changes to get a at least mostly working kernel debugger. Need to get symbol support in the loader too. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1998/08/22 11:58:06 Modified files: sys/dev/isa : isavar.h Log message: Powerpc supports isa not just power4e CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1998/08/22 11:59:05 Modified files: sys/dev/pci : pci.c Log message: Powerpc supports isa not just power4e CVSROOT: /cvs Module name: ports Changes by: marc@cvs.openbsd.org 1998/08/22 11:59:56 Modified files: x11/lesstif : Makefile x11/lesstif/pkg: PLIST Added files: x11/lesstif/patches: patch-ak Log message: remove unneeded post-install rule; add patch to not build 2.0 -- the static lib was overwriting the 1.2 static lib CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1998/08/22 12:00:36 Modified files: sys/dev/ofw : files.ofw ofbus.c Log message: Allow ofroot to be child of mainbus or root. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1998/08/22 12:32:03 Modified files: sys/arch/powerpc/conf: files.powerpc sys/arch/powerpc/include: autoconf.h sys/arch/powerpc/isa: isa_machdep.h isabus.c sys/arch/powerpc/pci: mpcpcibus.c sys/arch/powerpc/powerpc: autoconf.c locore.S machdep.c mainbus.c pmap.c Added files: sys/arch/powerpc/conf: OFWTST Log message: Various changes to allow mixing of ofw drivers and real drivers. NCR driver seems to work. Major changes are isa can be child of pci or mainbus. ofroot is child of mainbus not root. ofw bus configured before pci bus Note that if a pci device configures accessing of driver will crash the system. they need to be exclusive. CVSROOT: /cvs Module name: ports Changes by: marc@cvs.openbsd.org 1998/08/22 12:38:55 Log message: mozilla-19980728 Status: Vendor Tag: mozilla Release Tags: mozilla-19980728 N ports/www/mozilla/Makefile N ports/www/mozilla/files/md5 N ports/www/mozilla/files/README N ports/www/mozilla/patches/patch-aa N ports/www/mozilla/pkg/COMMENT N ports/www/mozilla/pkg/DESCR N ports/www/mozilla/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: marc@cvs.openbsd.org 1998/08/22 12:44:00 Modified files: www : Makefile Log message: add mozilla CVSROOT: /cvs Module name: ports Changes by: marc@cvs.openbsd.org 1998/08/22 13:20:54 Modified files: www/mozilla/files: README Log message: fix typos CVSROOT: /cvs Module name: src Changes by: dgregor@cvs.openbsd.org 1998/08/22 13:29:49 Modified files: usr.bin/skeyinit: skeyinit.c Log message: Changed warning message from "... keyinit -s" to "... skeyinit -s". CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1998/08/22 14:16:51 Log message: Latest version from Cyclic Status: Vendor Tag: cyclic Release Tags: cvs-1-9-28 U src/gnu/usr.bin/cvs/COPYING U src/gnu/usr.bin/cvs/COPYING.LIB U src/gnu/usr.bin/cvs/INSTALL U src/gnu/usr.bin/cvs/README U src/gnu/usr.bin/cvs/TODO U src/gnu/usr.bin/cvs/PROJECTS U src/gnu/usr.bin/cvs/BUGS U src/gnu/usr.bin/cvs/MINOR-BUGS U src/gnu/usr.bin/cvs/FAQ U src/gnu/usr.bin/cvs/HACKING U src/gnu/usr.bin/cvs/DEVEL-CVS U src/gnu/usr.bin/cvs/TESTS U src/gnu/usr.bin/cvs/README.VMS U src/gnu/usr.bin/cvs/build.com U src/gnu/usr.bin/cvs/ChangeLog U src/gnu/usr.bin/cvs/NEWS U src/gnu/usr.bin/cvs/ChangeLog.zoo C src/gnu/usr.bin/cvs/configure C src/gnu/usr.bin/cvs/configure.in U src/gnu/usr.bin/cvs/stamp-h.in U src/gnu/usr.bin/cvs/config.h.in C src/gnu/usr.bin/cvs/Makefile.in U src/gnu/usr.bin/cvs/acconfig.h U src/gnu/usr.bin/cvs/cvs-format.el U src/gnu/usr.bin/cvs/mkinstalldirs U src/gnu/usr.bin/cvs/install-sh U src/gnu/usr.bin/cvs/cvsnt.mak U src/gnu/usr.bin/cvs/cvsnt.dsp U src/gnu/usr.bin/cvs/.cvsignore U src/gnu/usr.bin/cvs/cvs.spec U src/gnu/usr.bin/cvs/lib/.cvsignore U src/gnu/usr.bin/cvs/lib/ChangeLog U src/gnu/usr.bin/cvs/lib/ChangeLog.fsf U src/gnu/usr.bin/cvs/lib/Makefile.in U src/gnu/usr.bin/cvs/lib/argmatch.c U src/gnu/usr.bin/cvs/lib/dup2.c U src/gnu/usr.bin/cvs/lib/fncase.c U src/gnu/usr.bin/cvs/lib/fnmatch.c U src/gnu/usr.bin/cvs/lib/ftruncate.c U src/gnu/usr.bin/cvs/lib/getdate.c U src/gnu/usr.bin/cvs/lib/getdate.y U src/gnu/usr.bin/cvs/lib/getline.c U src/gnu/usr.bin/cvs/lib/getopt.c U src/gnu/usr.bin/cvs/lib/getopt1.c U src/gnu/usr.bin/cvs/lib/hostname.c U src/gnu/usr.bin/cvs/lib/md5.c U src/gnu/usr.bin/cvs/lib/memmove.c U src/gnu/usr.bin/cvs/lib/mkdir.c U src/gnu/usr.bin/cvs/lib/regex.c U src/gnu/usr.bin/cvs/lib/rename.c U src/gnu/usr.bin/cvs/lib/savecwd.c U src/gnu/usr.bin/cvs/lib/sighandle.c U src/gnu/usr.bin/cvs/lib/strstr.c U src/gnu/usr.bin/cvs/lib/strerror.c U src/gnu/usr.bin/cvs/lib/strtoul.c U src/gnu/usr.bin/cvs/lib/stripslash.c U src/gnu/usr.bin/cvs/lib/valloc.c U src/gnu/usr.bin/cvs/lib/vasprintf.c U src/gnu/usr.bin/cvs/lib/waitpid.c U src/gnu/usr.bin/cvs/lib/xgetwd.c U src/gnu/usr.bin/cvs/lib/yesno.c U src/gnu/usr.bin/cvs/lib/getline.h U src/gnu/usr.bin/cvs/lib/getopt.h U src/gnu/usr.bin/cvs/lib/fnmatch.h U src/gnu/usr.bin/cvs/lib/regex.h U src/gnu/usr.bin/cvs/lib/system.h U src/gnu/usr.bin/cvs/lib/wait.h U src/gnu/usr.bin/cvs/lib/md5.h U src/gnu/usr.bin/cvs/lib/savecwd.h U src/gnu/usr.bin/cvs/lib/build_lib.com U src/gnu/usr.bin/cvs/zlib/README U src/gnu/usr.bin/cvs/zlib/INDEX U src/gnu/usr.bin/cvs/zlib/ChangeLog U src/gnu/usr.bin/cvs/zlib/configure U src/gnu/usr.bin/cvs/zlib/Makefile.b32 U src/gnu/usr.bin/cvs/zlib/Makefile.bor U src/gnu/usr.bin/cvs/zlib/Makefile.dj2 U src/gnu/usr.bin/cvs/zlib/Makefile.in U src/gnu/usr.bin/cvs/zlib/Makefile.msc U src/gnu/usr.bin/cvs/zlib/Makefile.riscos U src/gnu/usr.bin/cvs/zlib/Makefile.sas U src/gnu/usr.bin/cvs/zlib/Makefile.tc U src/gnu/usr.bin/cvs/zlib/Makefile.wat U src/gnu/usr.bin/cvs/zlib/Make_vms.com U src/gnu/usr.bin/cvs/zlib/descrip.mms U src/gnu/usr.bin/cvs/zlib/zlib.def U src/gnu/usr.bin/cvs/zlib/zlib.rc U src/gnu/usr.bin/cvs/zlib/algorithm.doc U src/gnu/usr.bin/cvs/zlib/adler32.c U src/gnu/usr.bin/cvs/zlib/compress.c U src/gnu/usr.bin/cvs/zlib/crc32.c U src/gnu/usr.bin/cvs/zlib/deflate.c U src/gnu/usr.bin/cvs/zlib/deflate.h U src/gnu/usr.bin/cvs/zlib/example.c U src/gnu/usr.bin/cvs/zlib/gzio.c U src/gnu/usr.bin/cvs/zlib/infblock.c U src/gnu/usr.bin/cvs/zlib/infblock.h U src/gnu/usr.bin/cvs/zlib/infcodes.c U src/gnu/usr.bin/cvs/zlib/infcodes.h U src/gnu/usr.bin/cvs/zlib/inffast.c U src/gnu/usr.bin/cvs/zlib/inffast.h U src/gnu/usr.bin/cvs/zlib/inflate.c U src/gnu/usr.bin/cvs/zlib/inftrees.c U src/gnu/usr.bin/cvs/zlib/inftrees.h U src/gnu/usr.bin/cvs/zlib/infutil.c U src/gnu/usr.bin/cvs/zlib/infutil.h U src/gnu/usr.bin/cvs/zlib/minigzip.c U src/gnu/usr.bin/cvs/zlib/trees.c U src/gnu/usr.bin/cvs/zlib/uncompr.c U src/gnu/usr.bin/cvs/zlib/zconf.h U src/gnu/usr.bin/cvs/zlib/zlib.h U src/gnu/usr.bin/cvs/zlib/zutil.c U src/gnu/usr.bin/cvs/zlib/zutil.h U src/gnu/usr.bin/cvs/zlib/build_zlib.com U src/gnu/usr.bin/cvs/diff/diff.c U src/gnu/usr.bin/cvs/diff/diff3.c U src/gnu/usr.bin/cvs/diff/analyze.c U src/gnu/usr.bin/cvs/diff/cmpbuf.c U src/gnu/usr.bin/cvs/diff/cmpbuf.h U src/gnu/usr.bin/cvs/diff/io.c U src/gnu/usr.bin/cvs/diff/context.c U src/gnu/usr.bin/cvs/diff/ed.c U src/gnu/usr.bin/cvs/diff/normal.c U src/gnu/usr.bin/cvs/diff/ifdef.c U src/gnu/usr.bin/cvs/diff/util.c U src/gnu/usr.bin/cvs/diff/dir.c U src/gnu/usr.bin/cvs/diff/version.c U src/gnu/usr.bin/cvs/diff/diff.h U src/gnu/usr.bin/cvs/diff/side.c U src/gnu/usr.bin/cvs/diff/system.h N src/gnu/usr.bin/cvs/diff/diffrun.h U src/gnu/usr.bin/cvs/diff/ChangeLog U src/gnu/usr.bin/cvs/diff/build_diff.com U src/gnu/usr.bin/cvs/diff/Makefile.in U src/gnu/usr.bin/cvs/src/.cvsignore C src/gnu/usr.bin/cvs/src/Makefile.in U src/gnu/usr.bin/cvs/src/ChangeLog U src/gnu/usr.bin/cvs/src/ChangeLog-97 U src/gnu/usr.bin/cvs/src/ChangeLog-96 U src/gnu/usr.bin/cvs/src/ChangeLog-9395 U src/gnu/usr.bin/cvs/src/ChangeLog-9194 U src/gnu/usr.bin/cvs/src/sanity.sh U src/gnu/usr.bin/cvs/src/cvsbug.sh U src/gnu/usr.bin/cvs/src/buffer.h C src/gnu/usr.bin/cvs/src/cvs.h U src/gnu/usr.bin/cvs/src/rcs.h U src/gnu/usr.bin/cvs/src/hardlink.h U src/gnu/usr.bin/cvs/src/hash.h U src/gnu/usr.bin/cvs/src/myndbm.h U src/gnu/usr.bin/cvs/src/update.h U src/gnu/usr.bin/cvs/src/server.h U src/gnu/usr.bin/cvs/src/client.h U src/gnu/usr.bin/cvs/src/error.h U src/gnu/usr.bin/cvs/src/fileattr.h U src/gnu/usr.bin/cvs/src/edit.h U src/gnu/usr.bin/cvs/src/watch.h U src/gnu/usr.bin/cvs/src/options.h.in U src/gnu/usr.bin/cvs/src/add.c U src/gnu/usr.bin/cvs/src/admin.c U src/gnu/usr.bin/cvs/src/buffer.c U src/gnu/usr.bin/cvs/src/checkin.c C src/gnu/usr.bin/cvs/src/checkout.c U src/gnu/usr.bin/cvs/src/classify.c U src/gnu/usr.bin/cvs/src/client.c C src/gnu/usr.bin/cvs/src/commit.c U src/gnu/usr.bin/cvs/src/create_adm.c U src/gnu/usr.bin/cvs/src/cvsrc.c U src/gnu/usr.bin/cvs/src/diff.c U src/gnu/usr.bin/cvs/src/edit.c U src/gnu/usr.bin/cvs/src/entries.c U src/gnu/usr.bin/cvs/src/error.c U src/gnu/usr.bin/cvs/src/expand_path.c U src/gnu/usr.bin/cvs/src/fileattr.c U src/gnu/usr.bin/cvs/src/find_names.c U src/gnu/usr.bin/cvs/src/hardlink.c U src/gnu/usr.bin/cvs/src/hash.c U src/gnu/usr.bin/cvs/src/history.c U src/gnu/usr.bin/cvs/src/ignore.c U src/gnu/usr.bin/cvs/src/import.c U src/gnu/usr.bin/cvs/src/lock.c U src/gnu/usr.bin/cvs/src/log.c U src/gnu/usr.bin/cvs/src/login.c U src/gnu/usr.bin/cvs/src/logmsg.c C src/gnu/usr.bin/cvs/src/main.c C src/gnu/usr.bin/cvs/src/mkmodules.c U src/gnu/usr.bin/cvs/src/patch.c U src/gnu/usr.bin/cvs/src/modules.c U src/gnu/usr.bin/cvs/src/myndbm.c U src/gnu/usr.bin/cvs/src/no_diff.c C src/gnu/usr.bin/cvs/src/parseinfo.c C src/gnu/usr.bin/cvs/src/rcs.c C src/gnu/usr.bin/cvs/src/rcscmds.c U src/gnu/usr.bin/cvs/src/recurse.c U src/gnu/usr.bin/cvs/src/release.c U src/gnu/usr.bin/cvs/src/remove.c U src/gnu/usr.bin/cvs/src/repos.c U src/gnu/usr.bin/cvs/src/root.c U src/gnu/usr.bin/cvs/src/rtag.c U src/gnu/usr.bin/cvs/src/scramble.c C src/gnu/usr.bin/cvs/src/server.c U src/gnu/usr.bin/cvs/src/status.c U src/gnu/usr.bin/cvs/src/subr.c U src/gnu/usr.bin/cvs/src/filesubr.c U src/gnu/usr.bin/cvs/src/run.c U src/gnu/usr.bin/cvs/src/tag.c C src/gnu/usr.bin/cvs/src/update.c U src/gnu/usr.bin/cvs/src/watch.c U src/gnu/usr.bin/cvs/src/wrapper.c U src/gnu/usr.bin/cvs/src/vers_ts.c U src/gnu/usr.bin/cvs/src/version.c U src/gnu/usr.bin/cvs/src/zlib.c U src/gnu/usr.bin/cvs/src/build_src.com U src/gnu/usr.bin/cvs/man/.cvsignore U src/gnu/usr.bin/cvs/man/ChangeLog U src/gnu/usr.bin/cvs/man/Makefile.in U src/gnu/usr.bin/cvs/man/cvs.1 U src/gnu/usr.bin/cvs/man/cvs.5 U src/gnu/usr.bin/cvs/man/cvsbug.8 U src/gnu/usr.bin/cvs/doc/.cvsignore U src/gnu/usr.bin/cvs/doc/ChangeLog U src/gnu/usr.bin/cvs/doc/ChangeLog.fsf U src/gnu/usr.bin/cvs/doc/Makefile.in U src/gnu/usr.bin/cvs/doc/RCSFILES U src/gnu/usr.bin/cvs/doc/cvs-paper.ms I src/gnu/usr.bin/cvs/doc/cvs-paper.ps U src/gnu/usr.bin/cvs/doc/cvs.texinfo U src/gnu/usr.bin/cvs/doc/cvsclient.texi I src/gnu/usr.bin/cvs/doc/cvs.ps I src/gnu/usr.bin/cvs/doc/cvs.info I src/gnu/usr.bin/cvs/doc/cvs.aux I src/gnu/usr.bin/cvs/doc/cvsclient.ps I src/gnu/usr.bin/cvs/doc/cvsclient.info I src/gnu/usr.bin/cvs/doc/cvsclient.aux I src/gnu/usr.bin/cvs/doc/CVSvn.texi I src/gnu/usr.bin/cvs/doc/cvs.info-1 I src/gnu/usr.bin/cvs/doc/cvs.info-2 I src/gnu/usr.bin/cvs/doc/cvs.info-3 I src/gnu/usr.bin/cvs/doc/cvs.info-4 I src/gnu/usr.bin/cvs/doc/cvs.info-5 I src/gnu/usr.bin/cvs/doc/cvs.info-6 I src/gnu/usr.bin/cvs/doc/cvs.info-7 I src/gnu/usr.bin/cvs/doc/cvs.info-8 I src/gnu/usr.bin/cvs/doc/cvs.info-9 I src/gnu/usr.bin/cvs/doc/cvsclient.info-1 I src/gnu/usr.bin/cvs/doc/cvsclient.info-2 I src/gnu/usr.bin/cvs/doc/cvsclient.info-3 U src/gnu/usr.bin/cvs/contrib/ChangeLog U src/gnu/usr.bin/cvs/contrib/README U src/gnu/usr.bin/cvs/contrib/.cvsignore U src/gnu/usr.bin/cvs/contrib/intro.doc U src/gnu/usr.bin/cvs/contrib/Makefile.in U src/gnu/usr.bin/cvs/contrib/clmerge.pl U src/gnu/usr.bin/cvs/contrib/cln_hist.pl U src/gnu/usr.bin/cvs/contrib/commit_prep.pl U src/gnu/usr.bin/cvs/contrib/cvs2vendor.sh U src/gnu/usr.bin/cvs/contrib/cvs_acls.pl U src/gnu/usr.bin/cvs/contrib/cvscheck.sh U src/gnu/usr.bin/cvs/contrib/cvscheck.man U src/gnu/usr.bin/cvs/contrib/cvshelp.man U src/gnu/usr.bin/cvs/contrib/descend.sh U src/gnu/usr.bin/cvs/contrib/descend.man U src/gnu/usr.bin/cvs/contrib/dirfns.shar U src/gnu/usr.bin/cvs/contrib/log.pl U src/gnu/usr.bin/cvs/contrib/log_accum.pl U src/gnu/usr.bin/cvs/contrib/mfpipe.pl U src/gnu/usr.bin/cvs/contrib/rcs-to-cvs.sh U src/gnu/usr.bin/cvs/contrib/rcs2log.sh U src/gnu/usr.bin/cvs/contrib/rcslock.pl U src/gnu/usr.bin/cvs/contrib/sccs2rcs.csh U src/gnu/usr.bin/cvs/contrib/rcs2sccs.sh U src/gnu/usr.bin/cvs/contrib/listen2.c U src/gnu/usr.bin/cvs/contrib/listen2.mak U src/gnu/usr.bin/cvs/contrib/elib/ChangeLog U src/gnu/usr.bin/cvs/contrib/elib/README U src/gnu/usr.bin/cvs/contrib/elib/Makefile.in U src/gnu/usr.bin/cvs/contrib/elib/elib-1.0.tar.gz U src/gnu/usr.bin/cvs/tools/ChangeLog U src/gnu/usr.bin/cvs/tools/README U src/gnu/usr.bin/cvs/tools/.cvsignore U src/gnu/usr.bin/cvs/tools/Makefile.in U src/gnu/usr.bin/cvs/tools/pcl-cvs/.cvsignore U src/gnu/usr.bin/cvs/tools/pcl-cvs/ChangeLog U src/gnu/usr.bin/cvs/tools/pcl-cvs/INSTALL U src/gnu/usr.bin/cvs/tools/pcl-cvs/Makefile.in U src/gnu/usr.bin/cvs/tools/pcl-cvs/NEWS U src/gnu/usr.bin/cvs/tools/pcl-cvs/README U src/gnu/usr.bin/cvs/tools/pcl-cvs/pcl-cvs.el U src/gnu/usr.bin/cvs/tools/pcl-cvs/pcl-cvs-lucid.el U src/gnu/usr.bin/cvs/tools/pcl-cvs/pcl-cvs-startup.el U src/gnu/usr.bin/cvs/tools/pcl-cvs/pcl-cvs.texinfo U src/gnu/usr.bin/cvs/tools/pcl-cvs/texinfo.tex I src/gnu/usr.bin/cvs/tools/pcl-cvs/pcl-cvs.aux I src/gnu/usr.bin/cvs/tools/pcl-cvs/pcl-cvs.ps U src/gnu/usr.bin/cvs/windows-NT/config.h U src/gnu/usr.bin/cvs/windows-NT/ndir.h U src/gnu/usr.bin/cvs/windows-NT/options.h U src/gnu/usr.bin/cvs/windows-NT/pwd.h U src/gnu/usr.bin/cvs/windows-NT/rcmd.h U src/gnu/usr.bin/cvs/windows-NT/filesubr.c U src/gnu/usr.bin/cvs/windows-NT/mkdir.c U src/gnu/usr.bin/cvs/windows-NT/ndir.c U src/gnu/usr.bin/cvs/windows-NT/pwd.c U src/gnu/usr.bin/cvs/windows-NT/rcmd.c U src/gnu/usr.bin/cvs/windows-NT/run.c U src/gnu/usr.bin/cvs/windows-NT/sockerror.c U src/gnu/usr.bin/cvs/windows-NT/startserver.c U src/gnu/usr.bin/cvs/windows-NT/stripslash.c U src/gnu/usr.bin/cvs/windows-NT/waitpid.c U src/gnu/usr.bin/cvs/windows-NT/win32.c U src/gnu/usr.bin/cvs/windows-NT/README U src/gnu/usr.bin/cvs/windows-NT/ChangeLog U src/gnu/usr.bin/cvs/windows-NT/Makefile.in U src/gnu/usr.bin/cvs/windows-NT/.cvsignore U src/gnu/usr.bin/cvs/windows-NT/SCC/.cvsignore U src/gnu/usr.bin/cvs/windows-NT/SCC/ChangeLog U src/gnu/usr.bin/cvs/windows-NT/SCC/Makefile.in U src/gnu/usr.bin/cvs/windows-NT/SCC/README.txt U src/gnu/usr.bin/cvs/windows-NT/SCC/SCC.mak U src/gnu/usr.bin/cvs/windows-NT/SCC/scc.c U src/gnu/usr.bin/cvs/windows-NT/SCC/scc.def U src/gnu/usr.bin/cvs/windows-NT/SCC/pubscc.h U src/gnu/usr.bin/cvs/os2/tcpip.h U src/gnu/usr.bin/cvs/os2/config.h U src/gnu/usr.bin/cvs/os2/options.h U src/gnu/usr.bin/cvs/os2/pwd.h U src/gnu/usr.bin/cvs/os2/dirent.h U src/gnu/usr.bin/cvs/os2/rcmd.h U src/gnu/usr.bin/cvs/os2/popen.h U src/gnu/usr.bin/cvs/os2/mkdir.c U src/gnu/usr.bin/cvs/os2/pwd.c U src/gnu/usr.bin/cvs/os2/filesubr.c U src/gnu/usr.bin/cvs/os2/dirent.c U src/gnu/usr.bin/cvs/os2/run.c U src/gnu/usr.bin/cvs/os2/stripslash.c U src/gnu/usr.bin/cvs/os2/rcmd.c U src/gnu/usr.bin/cvs/os2/waitpid.c U src/gnu/usr.bin/cvs/os2/popen.c U src/gnu/usr.bin/cvs/os2/porttcp.c U src/gnu/usr.bin/cvs/os2/getdate.c U src/gnu/usr.bin/cvs/os2/getpass.c U src/gnu/usr.bin/cvs/os2/README U src/gnu/usr.bin/cvs/os2/ChangeLog U src/gnu/usr.bin/cvs/os2/Makefile.in U src/gnu/usr.bin/cvs/os2/.cvsignore U src/gnu/usr.bin/cvs/os2/test-makefile I src/gnu/usr.bin/cvs/os2/Makefile U src/gnu/usr.bin/cvs/os2/os2inc.h U src/gnu/usr.bin/cvs/os2/watcom.mak U src/gnu/usr.bin/cvs/emx/config.h U src/gnu/usr.bin/cvs/emx/options.h U src/gnu/usr.bin/cvs/emx/rcmd.h U src/gnu/usr.bin/cvs/emx/filesubr.c U src/gnu/usr.bin/cvs/emx/startserver.c U src/gnu/usr.bin/cvs/emx/stripslash.c U src/gnu/usr.bin/cvs/emx/savecwd.c U src/gnu/usr.bin/cvs/emx/system.c U src/gnu/usr.bin/cvs/emx/README U src/gnu/usr.bin/cvs/emx/ChangeLog U src/gnu/usr.bin/cvs/emx/Makefile.in U src/gnu/usr.bin/cvs/emx/.cvsignore I src/gnu/usr.bin/cvs/emx/Makefile U src/gnu/usr.bin/cvs/macintosh/config.h U src/gnu/usr.bin/cvs/macintosh/mac_config.h U src/gnu/usr.bin/cvs/macintosh/options.h U src/gnu/usr.bin/cvs/macintosh/pwd.h U src/gnu/usr.bin/cvs/macintosh/maccvs.pch U src/gnu/usr.bin/cvs/macintosh/ae_if.c U src/gnu/usr.bin/cvs/macintosh/filesubr.c U src/gnu/usr.bin/cvs/macintosh/mac_init.c U src/gnu/usr.bin/cvs/macintosh/macos_filesys.c U src/gnu/usr.bin/cvs/macintosh/pwd.c U src/gnu/usr.bin/cvs/macintosh/rcmd.c U src/gnu/usr.bin/cvs/macintosh/run.c U src/gnu/usr.bin/cvs/macintosh/server_if.c U src/gnu/usr.bin/cvs/macintosh/README.MacCVS U src/gnu/usr.bin/cvs/macintosh/ChangeLog U src/gnu/usr.bin/cvs/macintosh/Makefile.in U src/gnu/usr.bin/cvs/macintosh/services U src/gnu/usr.bin/cvs/macintosh/AE_example.pl U src/gnu/usr.bin/cvs/macintosh/maccvs.r U src/gnu/usr.bin/cvs/macintosh/MacCVS68k.sit.hqx U src/gnu/usr.bin/cvs/macintosh/MacCVSPPC.sit.hqx U src/gnu/usr.bin/cvs/vms/ChangeLog U src/gnu/usr.bin/cvs/vms/Makefile.in U src/gnu/usr.bin/cvs/vms/build_vms.com U src/gnu/usr.bin/cvs/vms/config.h U src/gnu/usr.bin/cvs/vms/dir.h U src/gnu/usr.bin/cvs/vms/filesubr.c U src/gnu/usr.bin/cvs/vms/filutils.c U src/gnu/usr.bin/cvs/vms/filutils.h U src/gnu/usr.bin/cvs/vms/getpass.c U src/gnu/usr.bin/cvs/vms/getwd.c U src/gnu/usr.bin/cvs/vms/misc.c U src/gnu/usr.bin/cvs/vms/misc.h U src/gnu/usr.bin/cvs/vms/ndir.c U src/gnu/usr.bin/cvs/vms/ndir.h U src/gnu/usr.bin/cvs/vms/options.h U src/gnu/usr.bin/cvs/vms/pathnames.h U src/gnu/usr.bin/cvs/vms/pc.c U src/gnu/usr.bin/cvs/vms/pipe.c U src/gnu/usr.bin/cvs/vms/pipe.h U src/gnu/usr.bin/cvs/vms/piped_child.c U src/gnu/usr.bin/cvs/vms/pwd.c U src/gnu/usr.bin/cvs/vms/pwd.h U src/gnu/usr.bin/cvs/vms/rcmd.c U src/gnu/usr.bin/cvs/vms/readlink.c U src/gnu/usr.bin/cvs/vms/rmdir.c U src/gnu/usr.bin/cvs/vms/startserver.c U src/gnu/usr.bin/cvs/vms/stat.c U src/gnu/usr.bin/cvs/vms/unlink.c U src/gnu/usr.bin/cvs/vms/utime.c U src/gnu/usr.bin/cvs/vms/vms-types.h U src/gnu/usr.bin/cvs/vms/vms.h U src/gnu/usr.bin/cvs/vms/vmsmunch.c U src/gnu/usr.bin/cvs/vms/vmsmunch.h U src/gnu/usr.bin/cvs/vms/vmsmunch_private.h U src/gnu/usr.bin/cvs/vms/waitpid.c 14 conflicts created by this import. Use the following command to help the merge: cvs checkout -jcyclic:yesterday -jcyclic src/gnu/usr.bin/cvs CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1998/08/22 14:55:39 Log message: Latest version from Cyclic Status: Vendor Tag: cyclic Release Tags: cvs-1-10 U src/gnu/usr.bin/cvs/COPYING U src/gnu/usr.bin/cvs/COPYING.LIB U src/gnu/usr.bin/cvs/INSTALL U src/gnu/usr.bin/cvs/README U src/gnu/usr.bin/cvs/TODO U src/gnu/usr.bin/cvs/PROJECTS U src/gnu/usr.bin/cvs/BUGS U src/gnu/usr.bin/cvs/MINOR-BUGS U src/gnu/usr.bin/cvs/FAQ U src/gnu/usr.bin/cvs/HACKING U src/gnu/usr.bin/cvs/DEVEL-CVS U src/gnu/usr.bin/cvs/TESTS U src/gnu/usr.bin/cvs/README.VMS U src/gnu/usr.bin/cvs/build.com U src/gnu/usr.bin/cvs/ChangeLog U src/gnu/usr.bin/cvs/NEWS U src/gnu/usr.bin/cvs/ChangeLog.zoo C src/gnu/usr.bin/cvs/configure C src/gnu/usr.bin/cvs/configure.in U src/gnu/usr.bin/cvs/stamp-h.in U src/gnu/usr.bin/cvs/config.h.in C src/gnu/usr.bin/cvs/Makefile.in U src/gnu/usr.bin/cvs/acconfig.h U src/gnu/usr.bin/cvs/cvs-format.el U src/gnu/usr.bin/cvs/mkinstalldirs U src/gnu/usr.bin/cvs/install-sh U src/gnu/usr.bin/cvs/cvsnt.mak U src/gnu/usr.bin/cvs/cvsnt.dsp U src/gnu/usr.bin/cvs/.cvsignore U src/gnu/usr.bin/cvs/cvs.spec U src/gnu/usr.bin/cvs/lib/.cvsignore U src/gnu/usr.bin/cvs/lib/ChangeLog U src/gnu/usr.bin/cvs/lib/ChangeLog.fsf U src/gnu/usr.bin/cvs/lib/Makefile.in U src/gnu/usr.bin/cvs/lib/argmatch.c U src/gnu/usr.bin/cvs/lib/dup2.c U src/gnu/usr.bin/cvs/lib/fncase.c U src/gnu/usr.bin/cvs/lib/fnmatch.c U src/gnu/usr.bin/cvs/lib/ftruncate.c U src/gnu/usr.bin/cvs/lib/getdate.c U src/gnu/usr.bin/cvs/lib/getdate.y U src/gnu/usr.bin/cvs/lib/getline.c U src/gnu/usr.bin/cvs/lib/getopt.c U src/gnu/usr.bin/cvs/lib/getopt1.c U src/gnu/usr.bin/cvs/lib/hostname.c U src/gnu/usr.bin/cvs/lib/md5.c U src/gnu/usr.bin/cvs/lib/memmove.c U src/gnu/usr.bin/cvs/lib/mkdir.c U src/gnu/usr.bin/cvs/lib/regex.c U src/gnu/usr.bin/cvs/lib/rename.c U src/gnu/usr.bin/cvs/lib/savecwd.c U src/gnu/usr.bin/cvs/lib/sighandle.c U src/gnu/usr.bin/cvs/lib/strstr.c U src/gnu/usr.bin/cvs/lib/strerror.c U src/gnu/usr.bin/cvs/lib/strtoul.c U src/gnu/usr.bin/cvs/lib/stripslash.c U src/gnu/usr.bin/cvs/lib/valloc.c U src/gnu/usr.bin/cvs/lib/vasprintf.c U src/gnu/usr.bin/cvs/lib/waitpid.c U src/gnu/usr.bin/cvs/lib/xgetwd.c U src/gnu/usr.bin/cvs/lib/yesno.c U src/gnu/usr.bin/cvs/lib/getline.h U src/gnu/usr.bin/cvs/lib/getopt.h U src/gnu/usr.bin/cvs/lib/fnmatch.h U src/gnu/usr.bin/cvs/lib/regex.h U src/gnu/usr.bin/cvs/lib/system.h U src/gnu/usr.bin/cvs/lib/wait.h U src/gnu/usr.bin/cvs/lib/md5.h U src/gnu/usr.bin/cvs/lib/savecwd.h U src/gnu/usr.bin/cvs/lib/build_lib.com U src/gnu/usr.bin/cvs/zlib/README U src/gnu/usr.bin/cvs/zlib/INDEX U src/gnu/usr.bin/cvs/zlib/ChangeLog U src/gnu/usr.bin/cvs/zlib/configure U src/gnu/usr.bin/cvs/zlib/Makefile.b32 U src/gnu/usr.bin/cvs/zlib/Makefile.bor U src/gnu/usr.bin/cvs/zlib/Makefile.dj2 U src/gnu/usr.bin/cvs/zlib/Makefile.in U src/gnu/usr.bin/cvs/zlib/Makefile.msc U src/gnu/usr.bin/cvs/zlib/Makefile.riscos U src/gnu/usr.bin/cvs/zlib/Makefile.sas U src/gnu/usr.bin/cvs/zlib/Makefile.tc U src/gnu/usr.bin/cvs/zlib/Makefile.wat U src/gnu/usr.bin/cvs/zlib/Make_vms.com U src/gnu/usr.bin/cvs/zlib/descrip.mms U src/gnu/usr.bin/cvs/zlib/zlib.def U src/gnu/usr.bin/cvs/zlib/zlib.rc U src/gnu/usr.bin/cvs/zlib/algorithm.doc U src/gnu/usr.bin/cvs/zlib/adler32.c U src/gnu/usr.bin/cvs/zlib/compress.c U src/gnu/usr.bin/cvs/zlib/crc32.c U src/gnu/usr.bin/cvs/zlib/deflate.c U src/gnu/usr.bin/cvs/zlib/deflate.h U src/gnu/usr.bin/cvs/zlib/example.c U src/gnu/usr.bin/cvs/zlib/gzio.c U src/gnu/usr.bin/cvs/zlib/infblock.c U src/gnu/usr.bin/cvs/zlib/infblock.h U src/gnu/usr.bin/cvs/zlib/infcodes.c U src/gnu/usr.bin/cvs/zlib/infcodes.h U src/gnu/usr.bin/cvs/zlib/inffast.c U src/gnu/usr.bin/cvs/zlib/inffast.h U src/gnu/usr.bin/cvs/zlib/inflate.c U src/gnu/usr.bin/cvs/zlib/inftrees.c U src/gnu/usr.bin/cvs/zlib/inftrees.h U src/gnu/usr.bin/cvs/zlib/infutil.c U src/gnu/usr.bin/cvs/zlib/infutil.h U src/gnu/usr.bin/cvs/zlib/minigzip.c U src/gnu/usr.bin/cvs/zlib/trees.c U src/gnu/usr.bin/cvs/zlib/uncompr.c U src/gnu/usr.bin/cvs/zlib/zconf.h U src/gnu/usr.bin/cvs/zlib/zlib.h U src/gnu/usr.bin/cvs/zlib/zutil.c U src/gnu/usr.bin/cvs/zlib/zutil.h U src/gnu/usr.bin/cvs/zlib/build_zlib.com U src/gnu/usr.bin/cvs/diff/diff.c U src/gnu/usr.bin/cvs/diff/diff3.c U src/gnu/usr.bin/cvs/diff/analyze.c U src/gnu/usr.bin/cvs/diff/cmpbuf.c U src/gnu/usr.bin/cvs/diff/cmpbuf.h U src/gnu/usr.bin/cvs/diff/io.c U src/gnu/usr.bin/cvs/diff/context.c U src/gnu/usr.bin/cvs/diff/ed.c U src/gnu/usr.bin/cvs/diff/normal.c U src/gnu/usr.bin/cvs/diff/ifdef.c U src/gnu/usr.bin/cvs/diff/util.c U src/gnu/usr.bin/cvs/diff/dir.c U src/gnu/usr.bin/cvs/diff/version.c U src/gnu/usr.bin/cvs/diff/diff.h U src/gnu/usr.bin/cvs/diff/side.c U src/gnu/usr.bin/cvs/diff/system.h N src/gnu/usr.bin/cvs/diff/diffrun.h U src/gnu/usr.bin/cvs/diff/ChangeLog U src/gnu/usr.bin/cvs/diff/build_diff.com U src/gnu/usr.bin/cvs/diff/Makefile.in U src/gnu/usr.bin/cvs/src/.cvsignore C src/gnu/usr.bin/cvs/src/Makefile.in U src/gnu/usr.bin/cvs/src/ChangeLog U src/gnu/usr.bin/cvs/src/ChangeLog-97 U src/gnu/usr.bin/cvs/src/ChangeLog-96 U src/gnu/usr.bin/cvs/src/ChangeLog-9395 U src/gnu/usr.bin/cvs/src/ChangeLog-9194 U src/gnu/usr.bin/cvs/src/sanity.sh U src/gnu/usr.bin/cvs/src/cvsbug.sh U src/gnu/usr.bin/cvs/src/buffer.h C src/gnu/usr.bin/cvs/src/cvs.h U src/gnu/usr.bin/cvs/src/rcs.h U src/gnu/usr.bin/cvs/src/hardlink.h U src/gnu/usr.bin/cvs/src/hash.h U src/gnu/usr.bin/cvs/src/myndbm.h U src/gnu/usr.bin/cvs/src/update.h U src/gnu/usr.bin/cvs/src/server.h U src/gnu/usr.bin/cvs/src/client.h U src/gnu/usr.bin/cvs/src/error.h U src/gnu/usr.bin/cvs/src/fileattr.h U src/gnu/usr.bin/cvs/src/edit.h U src/gnu/usr.bin/cvs/src/watch.h U src/gnu/usr.bin/cvs/src/options.h.in U src/gnu/usr.bin/cvs/src/add.c U src/gnu/usr.bin/cvs/src/admin.c U src/gnu/usr.bin/cvs/src/buffer.c U src/gnu/usr.bin/cvs/src/checkin.c C src/gnu/usr.bin/cvs/src/checkout.c U src/gnu/usr.bin/cvs/src/classify.c U src/gnu/usr.bin/cvs/src/client.c C src/gnu/usr.bin/cvs/src/commit.c U src/gnu/usr.bin/cvs/src/create_adm.c U src/gnu/usr.bin/cvs/src/cvsrc.c U src/gnu/usr.bin/cvs/src/diff.c U src/gnu/usr.bin/cvs/src/edit.c U src/gnu/usr.bin/cvs/src/entries.c U src/gnu/usr.bin/cvs/src/error.c U src/gnu/usr.bin/cvs/src/expand_path.c U src/gnu/usr.bin/cvs/src/fileattr.c U src/gnu/usr.bin/cvs/src/find_names.c U src/gnu/usr.bin/cvs/src/hardlink.c U src/gnu/usr.bin/cvs/src/hash.c U src/gnu/usr.bin/cvs/src/history.c U src/gnu/usr.bin/cvs/src/ignore.c U src/gnu/usr.bin/cvs/src/import.c U src/gnu/usr.bin/cvs/src/lock.c U src/gnu/usr.bin/cvs/src/log.c U src/gnu/usr.bin/cvs/src/login.c U src/gnu/usr.bin/cvs/src/logmsg.c C src/gnu/usr.bin/cvs/src/main.c C src/gnu/usr.bin/cvs/src/mkmodules.c U src/gnu/usr.bin/cvs/src/patch.c U src/gnu/usr.bin/cvs/src/modules.c U src/gnu/usr.bin/cvs/src/myndbm.c U src/gnu/usr.bin/cvs/src/no_diff.c C src/gnu/usr.bin/cvs/src/parseinfo.c C src/gnu/usr.bin/cvs/src/rcs.c C src/gnu/usr.bin/cvs/src/rcscmds.c U src/gnu/usr.bin/cvs/src/recurse.c U src/gnu/usr.bin/cvs/src/release.c U src/gnu/usr.bin/cvs/src/remove.c U src/gnu/usr.bin/cvs/src/repos.c U src/gnu/usr.bin/cvs/src/root.c U src/gnu/usr.bin/cvs/src/rtag.c U src/gnu/usr.bin/cvs/src/scramble.c C src/gnu/usr.bin/cvs/src/server.c U src/gnu/usr.bin/cvs/src/status.c U src/gnu/usr.bin/cvs/src/subr.c U src/gnu/usr.bin/cvs/src/filesubr.c U src/gnu/usr.bin/cvs/src/run.c U src/gnu/usr.bin/cvs/src/tag.c C src/gnu/usr.bin/cvs/src/update.c U src/gnu/usr.bin/cvs/src/watch.c U src/gnu/usr.bin/cvs/src/wrapper.c U src/gnu/usr.bin/cvs/src/vers_ts.c U src/gnu/usr.bin/cvs/src/version.c U src/gnu/usr.bin/cvs/src/zlib.c U src/gnu/usr.bin/cvs/src/build_src.com U src/gnu/usr.bin/cvs/man/.cvsignore U src/gnu/usr.bin/cvs/man/ChangeLog U src/gnu/usr.bin/cvs/man/Makefile.in U src/gnu/usr.bin/cvs/man/cvs.1 U src/gnu/usr.bin/cvs/man/cvs.5 U src/gnu/usr.bin/cvs/man/cvsbug.8 U src/gnu/usr.bin/cvs/doc/.cvsignore U src/gnu/usr.bin/cvs/doc/ChangeLog U src/gnu/usr.bin/cvs/doc/ChangeLog.fsf U src/gnu/usr.bin/cvs/doc/Makefile.in U src/gnu/usr.bin/cvs/doc/RCSFILES U src/gnu/usr.bin/cvs/doc/cvs-paper.ms I src/gnu/usr.bin/cvs/doc/cvs-paper.ps U src/gnu/usr.bin/cvs/doc/cvs.texinfo U src/gnu/usr.bin/cvs/doc/cvsclient.texi I src/gnu/usr.bin/cvs/doc/cvs.ps I src/gnu/usr.bin/cvs/doc/cvs.info I src/gnu/usr.bin/cvs/doc/cvs.aux I src/gnu/usr.bin/cvs/doc/cvsclient.ps I src/gnu/usr.bin/cvs/doc/cvsclient.info I src/gnu/usr.bin/cvs/doc/cvsclient.aux I src/gnu/usr.bin/cvs/doc/CVSvn.texi I src/gnu/usr.bin/cvs/doc/cvs.info-1 I src/gnu/usr.bin/cvs/doc/cvs.info-2 I src/gnu/usr.bin/cvs/doc/cvs.info-3 I src/gnu/usr.bin/cvs/doc/cvs.info-4 I src/gnu/usr.bin/cvs/doc/cvs.info-5 I src/gnu/usr.bin/cvs/doc/cvs.info-6 I src/gnu/usr.bin/cvs/doc/cvs.info-7 I src/gnu/usr.bin/cvs/doc/cvs.info-8 I src/gnu/usr.bin/cvs/doc/cvs.info-9 I src/gnu/usr.bin/cvs/doc/cvsclient.info-1 I src/gnu/usr.bin/cvs/doc/cvsclient.info-2 I src/gnu/usr.bin/cvs/doc/cvsclient.info-3 U src/gnu/usr.bin/cvs/contrib/ChangeLog U src/gnu/usr.bin/cvs/contrib/README U src/gnu/usr.bin/cvs/contrib/.cvsignore U src/gnu/usr.bin/cvs/contrib/intro.doc U src/gnu/usr.bin/cvs/contrib/Makefile.in U src/gnu/usr.bin/cvs/contrib/clmerge.pl U src/gnu/usr.bin/cvs/contrib/cln_hist.pl U src/gnu/usr.bin/cvs/contrib/commit_prep.pl U src/gnu/usr.bin/cvs/contrib/cvs2vendor.sh U src/gnu/usr.bin/cvs/contrib/cvs_acls.pl U src/gnu/usr.bin/cvs/contrib/cvscheck.sh U src/gnu/usr.bin/cvs/contrib/cvscheck.man U src/gnu/usr.bin/cvs/contrib/cvshelp.man U src/gnu/usr.bin/cvs/contrib/descend.sh U src/gnu/usr.bin/cvs/contrib/descend.man U src/gnu/usr.bin/cvs/contrib/dirfns.shar U src/gnu/usr.bin/cvs/contrib/log.pl U src/gnu/usr.bin/cvs/contrib/log_accum.pl U src/gnu/usr.bin/cvs/contrib/mfpipe.pl U src/gnu/usr.bin/cvs/contrib/rcs-to-cvs.sh U src/gnu/usr.bin/cvs/contrib/rcs2log.sh U src/gnu/usr.bin/cvs/contrib/rcslock.pl U src/gnu/usr.bin/cvs/contrib/sccs2rcs.csh U src/gnu/usr.bin/cvs/contrib/rcs2sccs.sh U src/gnu/usr.bin/cvs/contrib/listen2.c U src/gnu/usr.bin/cvs/contrib/listen2.mak U src/gnu/usr.bin/cvs/contrib/elib/ChangeLog U src/gnu/usr.bin/cvs/contrib/elib/README U src/gnu/usr.bin/cvs/contrib/elib/Makefile.in U src/gnu/usr.bin/cvs/contrib/elib/elib-1.0.tar.gz U src/gnu/usr.bin/cvs/tools/ChangeLog U src/gnu/usr.bin/cvs/tools/README U src/gnu/usr.bin/cvs/tools/.cvsignore U src/gnu/usr.bin/cvs/tools/Makefile.in U src/gnu/usr.bin/cvs/tools/pcl-cvs/.cvsignore U src/gnu/usr.bin/cvs/tools/pcl-cvs/ChangeLog U src/gnu/usr.bin/cvs/tools/pcl-cvs/INSTALL U src/gnu/usr.bin/cvs/tools/pcl-cvs/Makefile.in U src/gnu/usr.bin/cvs/tools/pcl-cvs/NEWS U src/gnu/usr.bin/cvs/tools/pcl-cvs/README U src/gnu/usr.bin/cvs/tools/pcl-cvs/pcl-cvs.el U src/gnu/usr.bin/cvs/tools/pcl-cvs/pcl-cvs-lucid.el U src/gnu/usr.bin/cvs/tools/pcl-cvs/pcl-cvs-startup.el U src/gnu/usr.bin/cvs/tools/pcl-cvs/pcl-cvs.texinfo U src/gnu/usr.bin/cvs/tools/pcl-cvs/texinfo.tex I src/gnu/usr.bin/cvs/tools/pcl-cvs/pcl-cvs.aux I src/gnu/usr.bin/cvs/tools/pcl-cvs/pcl-cvs.ps U src/gnu/usr.bin/cvs/windows-NT/config.h U src/gnu/usr.bin/cvs/windows-NT/ndir.h U src/gnu/usr.bin/cvs/windows-NT/options.h U src/gnu/usr.bin/cvs/windows-NT/pwd.h U src/gnu/usr.bin/cvs/windows-NT/rcmd.h U src/gnu/usr.bin/cvs/windows-NT/filesubr.c U src/gnu/usr.bin/cvs/windows-NT/mkdir.c U src/gnu/usr.bin/cvs/windows-NT/ndir.c U src/gnu/usr.bin/cvs/windows-NT/pwd.c U src/gnu/usr.bin/cvs/windows-NT/rcmd.c U src/gnu/usr.bin/cvs/windows-NT/run.c U src/gnu/usr.bin/cvs/windows-NT/sockerror.c U src/gnu/usr.bin/cvs/windows-NT/startserver.c U src/gnu/usr.bin/cvs/windows-NT/stripslash.c U src/gnu/usr.bin/cvs/windows-NT/waitpid.c U src/gnu/usr.bin/cvs/windows-NT/win32.c U src/gnu/usr.bin/cvs/windows-NT/README U src/gnu/usr.bin/cvs/windows-NT/ChangeLog U src/gnu/usr.bin/cvs/windows-NT/Makefile.in U src/gnu/usr.bin/cvs/windows-NT/.cvsignore U src/gnu/usr.bin/cvs/windows-NT/SCC/.cvsignore U src/gnu/usr.bin/cvs/windows-NT/SCC/ChangeLog U src/gnu/usr.bin/cvs/windows-NT/SCC/Makefile.in U src/gnu/usr.bin/cvs/windows-NT/SCC/README.txt U src/gnu/usr.bin/cvs/windows-NT/SCC/SCC.mak U src/gnu/usr.bin/cvs/windows-NT/SCC/scc.c U src/gnu/usr.bin/cvs/windows-NT/SCC/scc.def U src/gnu/usr.bin/cvs/windows-NT/SCC/pubscc.h U src/gnu/usr.bin/cvs/os2/tcpip.h U src/gnu/usr.bin/cvs/os2/config.h U src/gnu/usr.bin/cvs/os2/options.h U src/gnu/usr.bin/cvs/os2/pwd.h U src/gnu/usr.bin/cvs/os2/dirent.h U src/gnu/usr.bin/cvs/os2/rcmd.h U src/gnu/usr.bin/cvs/os2/popen.h U src/gnu/usr.bin/cvs/os2/mkdir.c U src/gnu/usr.bin/cvs/os2/pwd.c U src/gnu/usr.bin/cvs/os2/filesubr.c U src/gnu/usr.bin/cvs/os2/dirent.c U src/gnu/usr.bin/cvs/os2/run.c U src/gnu/usr.bin/cvs/os2/stripslash.c U src/gnu/usr.bin/cvs/os2/rcmd.c U src/gnu/usr.bin/cvs/os2/waitpid.c U src/gnu/usr.bin/cvs/os2/popen.c U src/gnu/usr.bin/cvs/os2/porttcp.c U src/gnu/usr.bin/cvs/os2/getdate.c U src/gnu/usr.bin/cvs/os2/getpass.c U src/gnu/usr.bin/cvs/os2/README U src/gnu/usr.bin/cvs/os2/ChangeLog U src/gnu/usr.bin/cvs/os2/Makefile.in U src/gnu/usr.bin/cvs/os2/.cvsignore U src/gnu/usr.bin/cvs/os2/test-makefile I src/gnu/usr.bin/cvs/os2/Makefile U src/gnu/usr.bin/cvs/os2/os2inc.h U src/gnu/usr.bin/cvs/os2/watcom.mak U src/gnu/usr.bin/cvs/emx/config.h U src/gnu/usr.bin/cvs/emx/options.h U src/gnu/usr.bin/cvs/emx/rcmd.h U src/gnu/usr.bin/cvs/emx/filesubr.c U src/gnu/usr.bin/cvs/emx/startserver.c U src/gnu/usr.bin/cvs/emx/stripslash.c U src/gnu/usr.bin/cvs/emx/savecwd.c U src/gnu/usr.bin/cvs/emx/system.c U src/gnu/usr.bin/cvs/emx/README U src/gnu/usr.bin/cvs/emx/ChangeLog U src/gnu/usr.bin/cvs/emx/Makefile.in U src/gnu/usr.bin/cvs/emx/.cvsignore I src/gnu/usr.bin/cvs/emx/Makefile U src/gnu/usr.bin/cvs/macintosh/config.h U src/gnu/usr.bin/cvs/macintosh/mac_config.h U src/gnu/usr.bin/cvs/macintosh/options.h U src/gnu/usr.bin/cvs/macintosh/pwd.h U src/gnu/usr.bin/cvs/macintosh/maccvs.pch U src/gnu/usr.bin/cvs/macintosh/ae_if.c U src/gnu/usr.bin/cvs/macintosh/filesubr.c U src/gnu/usr.bin/cvs/macintosh/mac_init.c U src/gnu/usr.bin/cvs/macintosh/macos_filesys.c U src/gnu/usr.bin/cvs/macintosh/pwd.c U src/gnu/usr.bin/cvs/macintosh/rcmd.c U src/gnu/usr.bin/cvs/macintosh/run.c U src/gnu/usr.bin/cvs/macintosh/server_if.c U src/gnu/usr.bin/cvs/macintosh/README.MacCVS U src/gnu/usr.bin/cvs/macintosh/ChangeLog U src/gnu/usr.bin/cvs/macintosh/Makefile.in U src/gnu/usr.bin/cvs/macintosh/services U src/gnu/usr.bin/cvs/macintosh/AE_example.pl U src/gnu/usr.bin/cvs/macintosh/maccvs.r U src/gnu/usr.bin/cvs/macintosh/MacCVS68k.sit.hqx U src/gnu/usr.bin/cvs/macintosh/MacCVSPPC.sit.hqx U src/gnu/usr.bin/cvs/vms/ChangeLog U src/gnu/usr.bin/cvs/vms/Makefile.in U src/gnu/usr.bin/cvs/vms/build_vms.com U src/gnu/usr.bin/cvs/vms/config.h U src/gnu/usr.bin/cvs/vms/dir.h U src/gnu/usr.bin/cvs/vms/filesubr.c U src/gnu/usr.bin/cvs/vms/filutils.c U src/gnu/usr.bin/cvs/vms/filutils.h U src/gnu/usr.bin/cvs/vms/getpass.c U src/gnu/usr.bin/cvs/vms/getwd.c U src/gnu/usr.bin/cvs/vms/misc.c U src/gnu/usr.bin/cvs/vms/misc.h U src/gnu/usr.bin/cvs/vms/ndir.c U src/gnu/usr.bin/cvs/vms/ndir.h U src/gnu/usr.bin/cvs/vms/options.h U src/gnu/usr.bin/cvs/vms/pathnames.h U src/gnu/usr.bin/cvs/vms/pc.c U src/gnu/usr.bin/cvs/vms/pipe.c U src/gnu/usr.bin/cvs/vms/pipe.h U src/gnu/usr.bin/cvs/vms/piped_child.c U src/gnu/usr.bin/cvs/vms/pwd.c U src/gnu/usr.bin/cvs/vms/pwd.h U src/gnu/usr.bin/cvs/vms/rcmd.c U src/gnu/usr.bin/cvs/vms/readlink.c U src/gnu/usr.bin/cvs/vms/rmdir.c U src/gnu/usr.bin/cvs/vms/startserver.c U src/gnu/usr.bin/cvs/vms/stat.c U src/gnu/usr.bin/cvs/vms/unlink.c U src/gnu/usr.bin/cvs/vms/utime.c U src/gnu/usr.bin/cvs/vms/vms-types.h U src/gnu/usr.bin/cvs/vms/vms.h U src/gnu/usr.bin/cvs/vms/vmsmunch.c U src/gnu/usr.bin/cvs/vms/vmsmunch.h U