CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/09/29 08:47:07 Modified files: gnu/libexec/ld.so/ldconfig: Makefile Log message: always static CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/09/29 08:47:22 Removed files: include : md2.h Log message: unacceptable license. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/09/29 08:53:10 Modified files: include : md4.h md5.h Log message: Use bittypes so we work on 64-bit machines. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/09/29 08:55:26 Modified files: lib/libc/md : md4c.c md5c.c mdXhl.c Log message: Now use bittypes wo we work on 64-bit machines CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/09/29 10:13:20 Modified files: include : Makefile Added files: include : sha1.h Log message: Added sha1 (secure hash function). CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/09/29 10:13:32 src/lib/libc/hash Update of /cvs/src/lib/libc/hash In directory cvs.openbsd.org:/tmp/cvs-serv14502/hash Log Message: Directory /cvs/src/lib/libc/hash added to the repository CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/09/29 10:15:05 Added files: lib/libc/hash : Makefile.inc sha1.c Log message: added sha1 (secure hash function). CVSROOT: /cvs Module name: src Changes by: dm@cvs.openbsd.org 1996/09/29 10:42:01 Modified files: sys/dev : rnd.c Log message: Short comment describing the origin of arc4. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/09/29 11:18:18 Modified files: lib/libc/hash : sha1.c Log message: Fixed standalone test mode for NEW_SHA1. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/09/29 11:36:02 Modified files: usr.sbin/iostat: iostat.8 Log message: document in field; spotted by peter CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/09/29 12:30:50 Modified files: include : sha1.h Log message: Add function prototypes. CVSROOT: /cvs Module name: src Changes by: pefo@cvs.openbsd.org 1996/09/29 14:26:46 Modified files: gnu/usr.bin/binutils/bfd: elf32-mips.c Log message: On popular demand: annoying kernel link messages fixed :-) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/09/29 14:59:40 Modified files: sys/dev/ic : elink3.c elink3reg.h Log message: Fix for PCI etherlink3 packet-receive bug; netbsd pr#2661, jonathan@DSG.Stanford.EDU CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/09/29 15:27:02 Modified files: lib/libskey : shlib_version skey.h skeylogin.c skeysubr.c Log message: Towards RFC 1938 compliance. Also, now supports SHA (secure hash algorithm). CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/09/29 15:28:38 Modified files: usr.bin/skey : Makefile skey.c Log message: Towards RFC 1938 compliance. Works with new libskey and supports SHA. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/09/29 15:28:43 Modified files: usr.bin/skeyinit: skeyinit.c Log message: Works with new libskey and supports SHA. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/09/29 15:51:04 Modified files: usr.bin/skeyinit: skeyinit.1 Log message: Document new switches. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/09/29 16:11:51 Modified files: libexec/ftpd : ftpd.c Log message: s/key (otp) challenge is now rfc 1938 compliant. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/09/29 17:04:59 Modified files: usr.bin/skey : skey.1 Makefile usr.bin/skeyinit: skeyinit.1 Log message: updated s/key docs. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/09/29 17:11:04 Modified files: usr.bin/skeyinit: skeyinit.c Log message: RFC 1938 says min passwd len is 10... CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/09/29 17:35:09 Modified files: lib/libskey : skeysubr.c skeylogin.c Log message: check skey_set_algorithm() ret val + pedantry. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/09/29 17:52:34 Modified files: include : Makefile Log message: removed md2.h CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/09/29 19:54:49 Modified files: usr.bin/passwd : local_passwd.c Log message: If can't open temp file (and it doesn't already exist) give real error message. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/09/29 21:55:49 Modified files: include : md4.h md5.h sha1.h Log message: Protect prototypes with __P. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/09/29 22:01:32 Modified files: lib/libc/hash : sha1.c Log message: Moved definitions of BYTE and LONG in from header file. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/09/29 22:10:48 Modified files: lib/libskey : put.c skey.h skeylogin.c skeysubr.c Log message: __ARGS -> __P (why does everyone have to do this differently?) CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/09/29 23:32:43 Modified files: lib/libc : Makefile Log message: Added subdir "hash" CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/09/30 00:30:43 Modified files: usr.bin/skeyinit: skeyinit.c Log message: In -s mode, now checks that seed is pure alphanum and converts chars to lowercase. Also fixed prompt in -s mode to be rfc1938 compliant. You may now enter "s/key" as the password and get in via an s/key challenge, the lack of which was pointed out by dm. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/09/30 05:28:37 Modified files: sbin/disklabel : disklabel.c Log message: # using message; more donothing stuff CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/09/30 06:08:19 Modified files: sbin/fdisk : fdisk.c Log message: signature is 16 bits CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/09/30 06:17:19 Modified files: distrib/sets/lists/base: md.sparc distrib/sets/lists/comp: md.sparc Log message: sync sparc CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/09/30 06:21:31 Modified files: lib/libc/gen : sleep.c Log message: if interrupted, return time unslept; from phil nelson CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/09/30 06:22:11 Modified files: distrib/i386/floppies/inst: install.sh Log message: avoid partition d (e - p is plenty) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/09/30 06:30:20 Modified files: sys/sys : param.h Log message: we are on the 2.0 path now CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/09/30 06:47:32 Added files: distrib/sets/lists/base: md.arc distrib/sets/lists/comp: md.arc distrib/sets/lists/etc: md.arc distrib/sets/lists/games: md.arc distrib/sets/lists/man: md.arc distrib/sets/lists/misc: md.arc distrib/sets/lists/secr: md.arc distrib/sets/lists/text: md.arc Log message: first cut at arc support CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/09/30 06:49:11 Modified files: distrib/sets : makesrctars Log message: 2.0 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/09/30 06:57:07 Modified files: usr.sbin/rpc.bootparamd: rpc.bootparamd.8 Log message: warn about YP & bootparam security problem; suggested by bitblt CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/09/30 08:04:47 Modified files: sys/net : if_slvar.h Log message: kill a NetBSD ref CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/09/30 08:06:40 Modified files: sys/netinet : ip_fil.c ip_fil.h Log message: handle openbsd cases CVSROOT: /cvs Module name: src Changes by: pefo@cvs.openbsd.org 1996/09/30 08:36:48 Modified files: sys/arch/arc/dev: if_sn.c Log message: Fixed bug in xmit error handler. CVSROOT: /cvs Module name: src Changes by: pefo@cvs.openbsd.org 1996/09/30 09:04:45 Added files: sys/arch/arc/arc: swapgeneric.c Log message: Need this... CVSROOT: /cvs Module name: src Changes by: pefo@cvs.openbsd.org 1996/09/30 09:14:21 Modified files: sys/arch/arc/conf: GENERIC Log message: Swapgeneric CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/09/30 09:18:10 Modified files: etc/etc.i386 : disktab Log message: 16 partitions, avoid d CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/09/30 09:20:18 Modified files: etc/etc.sparc : disktab Log message: 16 partitions CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/09/30 09:20:52 Modified files: etc/etc.arc : disktab Log message: 16 partitions CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/09/30 09:55:14 Modified files: distrib/i386/floppies/inst: install.sh Log message: terminate disktab entry CVSROOT: /cvs Module name: src Changes by: bitblt@cvs.openbsd.org 1996/09/30 10:42:18 Modified files: usr.bin/lorder : lorder.sh Log message: lorder now cleans up its temp directory after a failure. CVSROOT: /cvs Module name: src Changes by: bitblt@cvs.openbsd.org 1996/09/30 10:55:20 Modified files: usr.bin/mkdep : mkdep.sh mkdep.gcc.sh Log message: these scripts now always clean up their temporary directories. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/09/30 11:52:42 Modified files: usr.sbin/ipmon : ipmon.c Log message: OpenBSD CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/09/30 12:15:44 Modified files: gnu/usr.bin/binutils: config.guess Log message: pmax support; from graichen CVSROOT: /cvs Module name: src Changes by: maja@cvs.openbsd.org 1996/09/30 12:48:21 Modified files: lib/libm : Makefile Log message: Allow the Makefile to work on strange machines like VAX :-) -moj CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/09/30 12:49:56 Modified files: usr.bin/skey : skey.1 skeyinfo.1 usr.bin/skeyinit: skeyinit.1 skeyinit.c Log message: Fixed up docs and improved skeyinit's passwd prompt. CVSROOT: /cvs Module name: src Changes by: maja@cvs.openbsd.org 1996/09/30 12:52:40 Modified files: lib/libm : Makefile Log message: Add OpenBSD tag. -moj CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/09/30 12:55:58 Modified files: lib/libskey : skeysubr.c Log message: More RFC 1938 compliance--convert seed to lower case internally. CVSROOT: /cvs Module name: src Changes by: maja@cvs.openbsd.org 1996/09/30 14:50:26 Modified files: usr.sbin/ypserv/ypserv: ypserv_proc.c usr.sbin/ypserv/ypxfr: ypxfr.c Log message: Don't allow certain operations if not from a reserved port. -moj CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/09/30 15:03:57 Modified files: usr.sbin/ypserv/ypserv: ypserv_proc.c Log message: sin_port in net order; _exit() after vfork() CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/09/30 15:13:01 Modified files: lib/libc/rpc : getrpcport.c Log message: returns int CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/09/30 15:24:35 Modified files: usr.sbin/lpr/lpd: printjob.c Log message: avoid NOFILE; from bde@freebsd CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/09/30 16:29:33 Modified files: gnu/usr.bin/ld/i386: md.c md.h gnu/usr.bin/ld/m68k: md.c gnu/usr.bin/ld/ns32k: md.c gnu/usr.bin/ld/sparc: md.h gnu/usr.bin/ld/vax: md.c md.h Log message: openbsd CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/09/30 17:26:29 Modified files: lib/libskey : skeysubr.c Log message: Fix byte order problem with sha1. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/09/30 17:27:05 Modified files: include : sha1.h lib/libc/hash : sha1.c Log message: export byte swapping routine. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/09/30 17:53:06 Modified files: distrib/i386/floppies/inst: install.sh Log message: nicer prompts CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/09/30 17:54:39 Modified files: lib/libskey : skeysubr.c Log message: Added missing static's. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/09/30 18:35:07 Modified files: distrib/sets/lists/base: md.arc md.i386 md.sparc mi distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: update CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/09/30 19:53:09 Modified files: usr.sbin/ypserv/ypxfr: ypxfr.c Log message: simplify check CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/09/30 19:54:04 Modified files: sys/arch/i386/i386: disksubr.c Log message: writedisklabel with same semantics as readdisklabel CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/09/30 19:54:23 Modified files: distrib/i386/floppies: Makefile.inc Log message: moving towards 2.0 CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/09/30 20:05:58 Modified files: bin/pdksh : BUG-REPORTS CONTRIBUTORS ChangeLog IAFA-PACKAGE NEWS NOTES PROJECTS README c_ksh.c edit.c exec.c ksh.1 ksh_stat.h ksh_time.h ksh_times.h lex.c lex.h main.c sh.h siglist.sh syn.c tty.c var.c version.c bin/pdksh/tests: regress.t unclass1.t version.t Removed files: bin/pdksh : options.h Log message: Integrate pdksh 5.2.9. CVSROOT: /cvs Module name: src Changes by: etheisen@cvs.openbsd.org 1996/09/30 20:35:38 Modified files: share/tmac/mdoc: doc-common doc-syms Log message: 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 CVSROOT: /cvs Module name: src Changes by: etheisen@cvs.openbsd.org 1996/09/30 21:03:41 Modified files: lib/libc/sys : issetugid.2 Log message: 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 CVSROOT: /cvs Module name: src Changes by: etheisen@cvs.openbsd.org 1996/09/30 21:07:44 Modified files: usr.bin/cdio : cdio.1 Log message: 2.0 2.0 2.0 2.0 2.0 -- Get the idea??? CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/10/01 03:02:46 Modified files: share/mk : bsd.man.mk Log message: Automagically support building man pages with tbl(1). foo.1 becomes foo.1tbl CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/10/01 03:05:22 Added files: bin/pdksh : ksh.1tbl Removed files: bin/pdksh : ksh.1 Log message: Move ksh.1 to ksh.1tbl, fixing all of it's problems in one massive paradigm shift. Or something like that. CVSROOT: /cvs Module name: src Changes by: dm@cvs.openbsd.org 1996/10/01 10:48:25 Modified files: share/ipf : firewall.2 Log message: return-rst on incoming auth connections (should speed things up) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/01 14:01:26 Modified files: sys/arch/mvme68k: Makefile Log message: traverse stand only once CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/01 14:25:29 Modified files: sys/arch/i386/conf: INST Log message: disable wt0 by default (smc smasher). can be enabled using boot -c CVSROOT: /cvs Module name: src Changes by: pefo@cvs.openbsd.org 1996/10/01 14:49:15 Modified files: sys/arch/arc/conf: ld.script Log message: Cleaned up, bug fix CVSROOT: /cvs Module name: src Changes by: pefo@cvs.openbsd.org 1996/10/01 14:50:13 Modified files: sys/arch/arc/dti: desktech.h Log message: Ooops better size of bounce area is correct CVSROOT: /cvs Module name: src Changes by: pefo@cvs.openbsd.org 1996/10/01 15:26:04 Modified files: sys/arch/arc/conf: GENERIC Log message: Make more like sys/conf/GENERIC CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/01 15:39:07 Modified files: libexec/makewhatis: makewhatis.sh Log message: cleanup TDIR in one more case CVSROOT: /cvs Module name: src Changes by: michaels@cvs.openbsd.org 1996/10/01 17:07:19 Modified files: usr.sbin/sendmail/src: conf.c Log message: comment out unused typedef, nameclash on Amiga. CVSROOT: /cvs Module name: src Changes by: dm@cvs.openbsd.org 1996/10/01 18:08:53 Modified files: etc : man.conf Log message: Add whatis files in /usr/local/man and /usr/X11R6/man. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/01 18:24:52 Modified files: usr.sbin/rpc.pcnfsd: pcnfsd.8 Log message: warn: do not use this because it has bugs CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1996/10/01 19:24:17 Modified files: . : arc.html plus.html pmax.html Log message: new info.... CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/01 20:59:51 Modified files: usr.bin/gprof : gprof.c i386.c Log message: Support for call graph detection using the -c options on i386 CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/01 21:49:38 Modified files: usr.bin/skeyinit: skeyinit.c lib/libskey : skeylogin.c put.c Log message: Fix a bug wrt handling of old md4 entries. Now don't save a type with md4 so we don't go over the record size and munge other entries. Don't export symbols we don't need to in put.c. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/01 21:50:28 Modified files: lib/libc/md : md4c.c md5c.c Log message: All the world is not a pc, BYTE_ORDER define. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/02 00:51:49 Modified files: sbin/routed : defs.h if.c input.c main.c parms.c routed.8 table.c trace.c sbin/routed/rtquery: rtquery.8 rtquery.c Log message: update to the latest version from Sep 12. CVSROOT: /cvs Module name: src Changes by: michaels@cvs.openbsd.org 1996/10/02 07:51:35 Modified files: lib/libc/gen : ftok.3 Log message: typo patrol. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/02 12:11:31 Modified files: usr.bin/skeyinit: skeyinit.c Log message: When changing hash algorithms comment out the old entry so we don't overflow the old fixed length record. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/02 14:22:15 Modified files: sys/kern : kern_lkm.c kern_prot.c Log message: copyinstr correctly; spotted by bitblt CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/02 14:56:44 Modified files: gnu/usr.bin/binutils: Makefile.bsd-wrapper Log message: use different clean; old one deleted tree pieces CVSROOT: /cvs Module name: src Changes by: pefo@cvs.openbsd.org 1996/10/02 15:47:53 Modified files: sys/arch/arc/include: ecoff.h Log message: Some changes to macros CVSROOT: /cvs Module name: src Changes by: pefo@cvs.openbsd.org 1996/10/02 15:49:44 src/usr.bin/elf2ecoff Update of /cvs/src/usr.bin/elf2ecoff In directory cvs.openbsd.org:/tmp/cvs-serv2786/elf2ecoff Log Message: Directory /cvs/src/usr.bin/elf2ecoff added to the repository CVSROOT: /cvs Module name: src Changes by: pefo@cvs.openbsd.org 1996/10/02 15:52:33 Modified files: usr.bin : Makefile Added files: usr.bin/elf2ecoff: Makefile elf2ecoff.1 elf2ecoff.c Log message: elf2ecoff converter added CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/02 17:44:57 Modified files: usr.sbin/ypserv/ypserv: ypserv.c Log message: int ch; from ws@netbsd CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/02 18:16:34 src/distrib/notes/mvme68k Update of /cvs/src/distrib/notes/mvme68k In directory cvs.openbsd.org:/usr/src/distrib/notes/mvme68k Log Message: Directory /cvs/src/distrib/notes/mvme68k added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/02 18:16:36 src/distrib/notes/arc Update of /cvs/src/distrib/notes/arc In directory cvs.openbsd.org:/usr/src/distrib/notes/arc Log Message: Directory /cvs/src/distrib/notes/arc added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/02 18:21:37 Modified files: distrib/notes : INSTALL Makefile donations legal.common distrib/notes/amiga: contents install legal distrib/notes/atari: legal distrib/notes/hp300: legal distrib/notes/i386: contents hardware install legal prep upgrade whatis xfer distrib/notes/mac68k: contents legal distrib/notes/pc532: legal distrib/notes/sparc: contents legal distrib/notes/sun3: contents legal Log message: first cut CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/02 18:37:16 Modified files: distrib/i386/floppies/inst-common: instbin.conf list Log message: +rsh +restore CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/02 18:40:08 Modified files: distrib/notes : INSTALL distrib/notes/amiga: hardware upgrade distrib/notes/atari: contents hardware whatis distrib/notes/hp300: contents hardware upgrade distrib/notes/mac68k: hardware install upgrade whatis xfer distrib/notes/pc532: contents hardware upgrade distrib/notes/sparc: contents hardware upgrade distrib/notes/sun3: contents hardware install upgrade whatis xfer Log message: sync pass 2 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/02 18:47:30 Modified files: distrib/notes/amiga: install prep distrib/notes/atari: install distrib/notes/hp300: prep upgrade xfer distrib/notes/mac68k: install xfer distrib/notes/pc532: install distrib/notes/sun3: upgrade xfer Log message: another update... CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/02 19:12:12 Modified files: distrib/sets : makesrctars distrib/notes : INSTALL Log message: md5 as well, from todd CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/03 12:18:58 Modified files: distrib/sets/lists/base: md.amiga md.arc md.i386 md.mvme68k md.sparc mi distrib/sets/lists/comp: md.amiga md.arc md.i386 md.mvme68k md.sparc mi Log message: bit hard fitting in arc port.. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/03 12:45:40 Modified files: distrib/notes/amiga: contents distrib/notes/atari: contents distrib/notes/hp300: contents distrib/notes/i386: contents hardware distrib/notes/mac68k: contents distrib/notes/pc532: contents distrib/notes/sparc: contents distrib/notes/sun3: contents Log message: more cleanup CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/03 12:56:35 Modified files: etc : ttys.pty Log message: ttyv series is now useable CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/03 13:31:28 Modified files: usr.bin/chpass : Makefile usr.bin/passwd : Makefile Log message: Allow build with YP aka NIS support CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/03 13:32:21 Modified files: usr.bin/vgrind : vgrind.sh Log message: Change default formatter from psroff to troff. Allow formatter to be overridden by setting $TROFF. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/03 13:51:00 Modified files: usr.sbin/ypserv/ypserv: ypserv_proc.c Log message: net byte order for clear check CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/03 14:13:13 Modified files: sys/conf : newvers.sh Log message: 2.0 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/03 18:59:20 Modified files: sys/kern : syscalls.master Log message: sys_getfh is NFSCLIENT|NFSSERVER CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/03 19:01:15 Modified files: sys/sys : syscall.h syscallargs.h sys/kern : init_sysent.c syscalls.c Log message: update CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/03 19:26:49 Modified files: sys/sys : sysctl.h sys/kern : kern_sysctl.c vfs_syscalls.c Log message: usermount sysctl, default to prevent users from using mount syscall CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/03 19:58:57 Modified files: sys/net : if_strip.c if_stripvar.h Log message: sync to netbsd 0901 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/03 20:02:04 Modified files: share/man/man4 : ahc.4 Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/03 20:03:54 Modified files: sys/dev/tc : asc.c Log message: silence warning CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/03 20:50:00 Modified files: sys/arch/i386/include: disklabel.h Log message: do not decl global; from christos CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/03 20:51:26 Modified files: sys/arch/i386/conf: ALL BABY GENERIC INST WALDORF files.i386 sys/dev/eisa : ahc_eisa.c files.eisa Added files: sys/arch/i386/isa: ahc_isa.c Log message: ahc on eisa, netbsd CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/03 21:05:33 Modified files: sys/isofs/cd9660: cd9660_rrip.c sys/msdosfs : msdosfs_vnops.c Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/03 21:06:05 Modified files: sys/arch/alpha/pci: pci_kn20aa.c Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/03 21:41:39 Modified files: sys/arch/sparc/sparc: pmap.c Log message: reverse CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/03 23:21:46 Modified files: sys/arch/i386/boot: start.S Log message: handle 165/165 correctly; from tholo CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/10/04 01:08:03 Modified files: sys/arch/i386/isa/pcvt: pcvt_conf.h Log message: Make it compileable. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/04 01:24:59 Modified files: sbin/disklabel : disklabel.c Log message: -n fix, one more DOSPTYP_OPENBSD change CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/10/04 01:29:21 Modified files: sys/arch/i386/conf: THREADWAY SPARE-PARTS Log message: sync CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/10/04 02:51:46 Modified files: gnu/usr.bin/perl/lib/ExtUtils: MM_Unix.pm Log message: Fix a bug in an internal perl build script fragment that caused a bogus Makefile to be built for the sdbm library subdir. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/04 08:58:35 Modified files: sys/arch/m68k/060sp: Makefile Log message: Make it possible to build in obj-dirs CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/04 09:01:30 Modified files: sys/arch/amiga/conf: CRASH Log message: Actually Neil runs this kernel since long (it is just trimmed) CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/04 09:04:52 Modified files: sys/arch/amiga/conf: GENERIC Log message: Plug'n'play & cyclades not yet supported on Amiga ISA CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/04 09:05:41 Modified files: sys/arch/amiga/conf: A3000 DRACO INSTALL std.draco Log message: OpenBSD tags & kernel name CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/04 09:07:42 Modified files: sys/arch/amiga/isa: if_isaed.c Log message: Two functions collide with the Zorro if_ed driver CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/04 09:10:40 Modified files: sys/arch/amiga/dev: mfc.c mgnsc.c Log message: IPL_* constants now found in intr.h CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/04 09:11:40 Modified files: sys/arch/amiga/dev: if_ed.c Log message: We go rid of the ed_ring struct long ago. Reflect this fact. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/04 09:12:37 Modified files: sys/arch/amiga/dev: grf_cv.c Log message: #if 0 out an unused table, shaves some bytes... CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/04 11:58:47 Modified files: sys/sys : conf.h sys/scsi : uk.c Log message: Fixed prototype errors, reviewed & approved by deraadt CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/04 13:16:55 Modified files: usr.bin : Makefile usr.bin/gprof : Makefile Log message: let gprof docs still get installed on mips/alpha CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/04 13:30:29 Modified files: sys/net : if_stripvar.h Log message: __OpenBSD__ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/04 13:31:32 Modified files: sys/dev/pci : if_fpa.c Log message: __OpenBSD__ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/04 13:47:05 Modified files: distrib/sets/lists/comp: md.amiga md.i386 md.mvme68k md.sparc mi distrib/sets/lists/man: md.arc Log message: more cleanup CVSROOT: /cvs Module name: src Changes by: pefo@cvs.openbsd.org 1996/10/04 15:24:43 src/gnu/libexec/ld.so/ldd Update of /cvs/src/gnu/libexec/ld.so/ldd In directory cvs.openbsd.org:/tmp/cvs-serv11408/ldd Log Message: Directory /cvs/src/gnu/libexec/ld.so/ldd added to the repository CVSROOT: /cvs Module name: src Changes by: pefo@cvs.openbsd.org 1996/10/04 15:27:06 Modified files: gnu/libexec/ld.so: Makefile Added files: gnu/libexec/ld.so/ldd: Makefile ldd.1 ldd.c Log message: Trivial ldd for mips CVSROOT: /cvs Module name: src Changes by: pefo@cvs.openbsd.org 1996/10/04 15:40:19 Modified files: gnu/libexec/ld.so/ld.so: ld.so.8 Log message: ld.so man page fixed CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/04 16:04:28 Removed files: sys/arch/amiga/stand/loadkmap: sw-kbdmap.c us-kbdmap.c din-kbdmap.c Log message: Kill these obsolete files CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/04 16:35:43 Modified files: sys/arch/amiga/stand/loadkmap: Makefile Makefile.inc loadkmap.c sys/arch/amiga/stand/loadkmap/din: Makefile din-kbdmap.c sys/arch/amiga/stand/loadkmap/sw: Makefile sw-kbdmap.c sys/arch/amiga/stand/loadkmap/us: Makefile us-kbdmap.c Log message: OpenBSD tags. Make it work under cross compilation. Clean up build. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/04 17:09:57 Modified files: sys/arch/amiga/stand/binpatch: Makefile binpatch.8 binpatch.c Log message: OpenBSD tags, plus drop the unnecessary NetBSD DESTDIR game CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/04 17:31:25 Modified files: sys/arch/amiga/stand/loadkmap: Makefile.inc Log message: OK, ok, we do not get to touch mtree, so install the kymap dir from here CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/04 17:35:01 Modified files: sys/arch/amiga/amiga: amiga_init.c pmap.c sys/arch/amiga/conf: DRACO GENERIC sys/arch/amiga/dev: flsc.c grf_rh.c sys/arch/amiga/stand/loadbsd: loadbsd.c Log message: Merge of NetBSD 1.2 (961004) CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/04 18:08:42 Modified files: sys/dev/isa : if_ed.c sys/arch/amiga/isa: if_isaed.c Log message: Avoid odd aligned 16-bit entities for mips sake CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/05 00:15:43 Modified files: distrib/notes/i386: hardware Log message: describe smc ultra elite workaround; from downsj CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/05 00:33:48 Modified files: sys/arch/i386/conf: INST Log message: do not disable wt0; user can if needed CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/10/05 01:17:01 Modified files: sys/scsi : cd.c sys/dev/atapi : acd.c Log message: [a]cd_play -> [a]cd_play_big. Say hello to cdio(1). CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/05 01:23:04 Modified files: usr.sbin/rpc.bootparamd: bootparamd.c Log message: strcasecmp hostnames; from netbsd CVSROOT: /cvs Module name: www Changes by: millert@cvs.openbsd.org 1996/10/05 09:44:42 Modified files: . : ftp.html Log message: Added freestuff as a mirror. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/05 09:47:52 Modified files: sys/arch/amiga/amiga: conf.c swapgeneric.c Log message: use wd.h not wdc.h. Teach booting logic about wd and acd CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/05 21:20:47 Modified files: games/monop : cards.c deck.h initdeck.c monop.h Log message: Store the card deck using fixed sizes and network byte order CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/05 21:22:25 Modified files: games/fortune/fortune: fortune.c games/fortune/strfile: strfile.8 strfile.c strfile.h games/fortune/unstr: unstr.c Log message: Store the fortune data files with fixed data types, and document this. Bump database version to 2. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/05 22:13:15 Modified files: usr.sbin/portmap: portmap.c Log message: fixing a portmap bug i introduced just before release makes me happy CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/06 12:39:49 Modified files: distrib/sets/lists/base: md.arc distrib/sets/lists/comp: md.arc md.i386 md.mvme68k md.sparc Log message: more 2.0 CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/06 13:40:39 Modified files: gnu/usr.bin/binutils/include/coff: ecoff.h alpha.h gnu/usr.bin/binutils/bfd: targets.c ecoff.c configure.in configure config.bfd coff-alpha.c Log message: Alpha support CVSROOT: /cvs Module name: src Changes by: pefo@cvs.openbsd.org 1996/10/06 13:59:58 Modified files: include : Makefile sys/arch/arc/include: disklabel.h Added files: sys/arch/arc/include: dlfcn.h Log message: Fix dlfcn.h and link.h for arc port CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/06 14:28:55 Modified files: sys/arch/pmax/pmax: locore.S Log message: use libkern components; from graichen CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/06 14:57:07 Modified files: share/termcap : Makefile Log message: Install a symlink from /etc/termcap to the termcap file in /usr/share/misc for some legacy (and GNU) software to find it CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/06 15:02:16 Modified files: gnu/usr.bin/groff: Makefile.bsd-wrapper Log message: Link to me.7 and ms.7 manpages CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/06 15:28:25 Modified files: sys/dev/isa : if_ie.c Log message: fix from chuck CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/06 16:30:09 Modified files: gnu/usr.bin/gcc: config.guess Log message: mips-dec-openbsd; from graichen CVSROOT: /cvs Module name: www Changes by: downsj@cvs.openbsd.org 1996/10/06 16:42:20 Modified files: . : romp.html Log message: update CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/06 17:25:34 Modified files: distrib/sets : maketars Log message: name tar files nicely CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/06 22:02:12 Modified files: gnu/usr.bin/binutils/binutils: Makefile.in gnu/usr.bin/binutils/etc: Makefile.in gnu/usr.bin/binutils/gas: Makefile.in gnu/usr.bin/binutils/ld: Makefile.in Log message: man page fixes from niklas CVSROOT: /cvs Module name: src Changes by: pefo@cvs.openbsd.org 1996/10/07 01:58:13 Modified files: sys/arch/arc/arc: pmap.c Log message: Remove debug printout. Not very nice.. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/07 12:48:25 Modified files: distrib/i386/floppies/inst: install.sh Log message: prompt with correct size CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/07 13:45:58 Modified files: sys/kern : tty_subr.c Log message: clear quotes not buf; from hbriceno@lcs.mit.edu CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/07 13:55:28 Modified files: sys/kern : tty_subr.c Log message: a teeny bit more care CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/07 14:59:27 Modified files: share/man/man8 : diskless.8 Log message: warn about bootparamd server weaknesses CVSROOT: /cvs Module name: src Changes by: michaels@cvs.openbsd.org 1996/10/07 19:21:08 Modified files: bin/chio : chio.1 gnu/usr.bin/ld : ld.1 gnu/usr.bin/ld/ldconfig: ldconfig.8 gnu/usr.bin/ld/ldd: ldd.1 gnu/usr.bin/ld/rtld: rtld.1 lib/libarch/i386: i386_get_ioperm.2 i386_get_ldt.2 i386_iopl.2 i386_vm86.2 lib/libc/gen : setproctitle.3 lib/libc/md : mdX.3 lib/libc/net : ethers.3 lib/libc/sys : msgctl.2 msgget.2 msgrcv.2 msgsnd.2 ptrace.2 reboot.2 semctl.2 semget.2 semop.2 shmat.2 shmctl.2 shmget.2 lib/libkvm.old : kvm_nlist.3 lib/libkvm : kvm_nlist.3 lib/libutil : getmaxpartitions.3 getrawpartition.3 libexec/atrun : atrun.8 libexec/rpc.rquotad: rpc.rquotad.8 libexec/tftpd : tftpd.8 sbin/ccdconfig : ccdconfig.8 sbin/fsck_msdos: fsck_msdos.8 sbin/fsdb : fsdb.8 sbin/modload : modload.8 sbin/modunload : modunload.8 sbin/mount_ados: mount_ados.8 sbin/mount_msdos: mount_msdos.8 sbin/ttyflags : ttyflags.8 share/man/man4 : ccd.4 ipl.4 strip.4 share/man/man4/man4.amiga: ae.4 afsc.4 ahsc.4 atzsc.4 bah.4 console.4 ed.4 es.4 gtsc.4 intro.4 ite.4 le.4 mem.4 mfcs.4 mgnsc.4 qn.4 ser.4 wesc.4 zssc.4 share/man/man4/man4.arm32: com.4 lpt.4 quadmouse.4 wd.4 share/man/man4/man4.i386: gus.4 share/man/man4/man4.mvme68k: console.4 intro.4 le.4 mem.4 share/man/man4/man4.pc532: lpt.4 plip.4 share/man/man4/man4.sun3: mem.4 share/man/man4/man4.vax: mtio.4 tmscp.4 ts.4 usr.bin/at : at.1 usr.bin/ipcs : ipcs.1 usr.bin/modstat: modstat.8 usr.bin/skey : skey.1 skeyaudit.1 skeyinfo.1 usr.bin/skeyinit: skeyinit.1 usr.bin/xlint/xlint: lint.1 usr.sbin/pppd : pppd.8 usr.sbin/ac : ac.8 usr.sbin/iostat: iostat.8 usr.sbin/pkg_install/create: pkg_create.1 usr.sbin/pkg_install/delete: pkg_delete.1 usr.sbin/pkg_install/info: pkg_info.1 usr.sbin/pppd : pppd.8 usr.sbin/rpc.bootparamd: rpc.bootparamd.8 usr.sbin/sa : sa.8 usr.sbin/spray : spray.8 Log message: Attempt at cleanup. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/08 01:03:51 Modified files: distrib/miniroot: makeconf.awk Log message: krb/des/z CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/08 01:03:59 Modified files: distrib/miniroot: list Log message: pax, -update CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/08 01:04:17 Modified files: distrib/miniroot: Makefile Log message: 2.0, deal with nfs, build kernel CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/08 01:04:40 Modified files: distrib/sparc/miniroot: list Log message: vim, less, installboot, bsd CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/08 01:05:43 Modified files: distrib/sets/lists/base: md.arc md.mvme68k md.sparc mi distrib/sets/lists/comp: md.arc distrib/sets/lists/man: md.arc mi Log message: latest stuff CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/08 01:23:45 Modified files: distrib/sets/lists/base: md.amiga distrib/sets/lists/comp: md.amiga md.arc md.mvme68k md.sparc mi Log message: sync CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/08 01:33:38 Modified files: sys/netinet : fil.c in_proto.c ip_fil.c ip_fil.h ip_fil_compat.h ip_frag.c ip_frag.h ip_nat.c ip_nat.h ip_state.c ip_state.h sbin/ipf : ipf.c opt.c parse.c sbin/ipfstat : fils.c sbin/ipnat : ipnat.c usr.sbin/ipftest: ipft_ef.c ipft_pc.c ipft_sn.c ipft_td.c ipt.c misc.c usr.sbin/ipmon : ipmon.c Log message: Prototype & Stylistic fixes for high -W gcc levels CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1996/10/08 02:53:27 Modified files: . : ftp.html Log message: add aliases for ftp access CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1996/10/08 02:57:33 Modified files: . : ftp.html Log message: more... CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1996/10/08 03:00:59 Modified files: . : ftp.html Log message: more... CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1996/10/08 03:02:51 Modified files: . : index.html Log message: heh CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/08 10:31:46 Modified files: usr.bin/skeyinit: skeyinit.c Log message: reset hash type after zeroing when changing hash type, from dm. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/08 11:54:39 Modified files: distrib/sets/lists/base: md.amiga distrib/sets/lists/comp: md.amiga distrib/sets/lists/man: md.amiga Log message: Final polish CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/08 12:36:58 Modified files: usr.bin/su : su.c Log message: export $TERM only if passed in; joerg@freebsd.org CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/08 13:39:55 Modified files: distrib/sparc/floppies: Makefile.inc distrib/sparc/floppies/inst: Makefile distrib/sparc/floppies/inst-common: Makefile.inc distrib/sparc/floppies/kernel: Makefile list distrib/sparc/floppies/upgr: Makefile Log message: build nice in nfs environment CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/08 13:58:35 Modified files: distrib/sparc/floppies/kernel: list Log message: correct kernel CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/08 13:58:41 Modified files: distrib/sparc/floppies: Makefile Log message: unconfig targ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/08 14:03:25 Modified files: distrib/sparc/floppies/inst-common: instbin.conf list Log message: fsck/update/awk stuff CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/08 15:10:38 Modified files: sys/arch/amiga/conf: INSTALL Log message: Support isaed CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/08 20:27:25 Modified files: distrib/i386/floppies/inst-common: instbin.conf list Log message: +gzip CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/08 20:27:35 Modified files: distrib/i386/floppies/inst: install.sh Log message: nicer less CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/08 20:27:51 Modified files: distrib/sparc/floppies/inst-common: instbin.conf list Log message: less not more CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/09 00:50:44 Modified files: distrib/i386/floppies/inst-common: list Log message: more/gunzip CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/09 01:13:32 Modified files: etc : rc Log message: bit more careful ldconfig CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/09 03:34:55 Modified files: distrib/i386/floppies/inst-common: dot.commonutils Log message: use gzip -d CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/09 21:09:41 Modified files: distrib/notes/sparc: contents hardware install whatis xfer Log message: update slightly CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/10 00:26:41 Modified files: etc/etc.amiga : disktab Log message: Enlarge miniroot CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/10 00:33:42 Modified files: etc/etc.amiga : disktab Log message: Pullup: Enlarge miniroot CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/10 00:38:51 Modified files: distrib/amiga/floppies: Makefile Makefile.inc distrib/amiga/floppies/inst: install.sh list distrib/amiga/floppies/inst-common: Makefile.inc instbin.conf Added files: distrib/amiga : Makefile Log message: Sync with reality CVSROOT: /cvs Module name: src Branch: OPENBSD_2_0 Changes by: niklas@cvs.openbsd.org 1996/10/10 00:57:48 Modified files: distrib/amiga/floppies: Makefile Makefile.inc distrib/amiga/floppies/inst: install.sh list distrib/amiga/floppies/inst-common: Makefile.inc instbin.conf Log message: Pullup: Sync with reality CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/10 01:06:59 Modified files: distrib/notes/amiga: hardware Log message: Sync with reality CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/10 01:08:17 Modified files: sys/arch/amiga/stand/loadbsd: loadbsd.c Log message: This is OpenBSD CVSROOT: /cvs Module name: src Branch: OPENBSD_2_0 Changes by: niklas@cvs.openbsd.org 1996/10/10 01:11:19 Modified files: sys/arch/amiga/stand/loadbsd: loadbsd.c Log message: Pullup: This is OpenBSD CVSROOT: /cvs Module name: src Branch: OPENBSD_2_0 Changes by: niklas@cvs.openbsd.org 1996/10/10 01:34:14 Modified files: distrib/notes/amiga: hardware Log message: Pullup: Sync with reality CVSROOT: /cvs Module name: src Changes by: michaels@cvs.openbsd.org 1996/10/10 03:55:09 Modified files: usr.bin/locate/locate: fastfind.c locate.h util.c Log message: Fix searching for shell quoting characters. From wosch@freebsd. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/10 04:04:27 src/distrib/arc Update of /cvs/src/distrib/arc In directory cvs.openbsd.org:/usr/src/distrib/arc Log Message: Directory /cvs/src/distrib/arc added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/10 04:04:59 src/distrib/arc/floppies Update of /cvs/src/distrib/arc/floppies In directory cvs.openbsd.org:/usr/src/distrib/arc/floppies Log Message: Directory /cvs/src/distrib/arc/floppies added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/10 04:05:04 src/distrib/arc/floppies/inst Update of /cvs/src/distrib/arc/floppies/inst In directory cvs.openbsd.org:/usr/src/distrib/arc/floppies/inst Log Message: Directory /cvs/src/distrib/arc/floppies/inst added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/10 04:05:05 src/distrib/arc/floppies/inst-common Update of /cvs/src/distrib/arc/floppies/inst-common In directory cvs.openbsd.org:/usr/src/distrib/arc/floppies/inst-common Log Message: Directory /cvs/src/distrib/arc/floppies/inst-common added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/10 04:05:06 src/distrib/arc/floppies/kernel Update of /cvs/src/distrib/arc/floppies/kernel In directory cvs.openbsd.org:/usr/src/distrib/arc/floppies/kernel Log Message: Directory /cvs/src/distrib/arc/floppies/kernel added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/10 04:05:08 src/distrib/arc/floppies/upgr Update of /cvs/src/distrib/arc/floppies/upgr In directory cvs.openbsd.org:/usr/src/distrib/arc/floppies/upgr Log Message: Directory /cvs/src/distrib/arc/floppies/upgr added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/10 04:06:29 Added files: distrib/arc/floppies: Makefile Makefile.inc list2sh.awk runlist.sh distrib/arc/floppies/inst: Makefile disktab.preinstall dot.hdprofile dot.instutils dot.profile install.sh list distrib/arc/floppies/inst-common: Makefile.inc dot.commonutils instbin.conf list mtree.conf termcap.pc3 distrib/arc/floppies/kernel: Makefile list mtree.conf distrib/arc/floppies/upgr: Makefile dot.hdprofile dot.profile dot.upgrutils list upgrade.sh Log message: copy sparc stuff, to be munged into shape CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/10 04:07:26 src/distrib/mvme68k Update of /cvs/src/distrib/mvme68k In directory cvs.openbsd.org:/usr/src/distrib/mvme68k Log Message: Directory /cvs/src/distrib/mvme68k added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/10 04:10:34 Modified files: distrib/sparc/floppies/inst-common: dot.commonutils instbin.conf list Log message: fix gzip problems CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/10 04:11:09 src/distrib/mvme68k/common Update of /cvs/src/distrib/mvme68k/common In directory cvs.openbsd.org:/usr/src/distrib/mvme68k/common Log Message: Directory /cvs/src/distrib/mvme68k/common added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/10 04:11:11 src/distrib/mvme68k/miniroot Update of /cvs/src/distrib/mvme68k/miniroot In directory cvs.openbsd.org:/usr/src/distrib/mvme68k/miniroot Log Message: Directory /cvs/src/distrib/mvme68k/miniroot added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/10 04:11:12 src/distrib/mvme68k/ramdisk Update of /cvs/src/distrib/mvme68k/ramdisk In directory cvs.openbsd.org:/usr/src/distrib/mvme68k/ramdisk Log Message: Directory /cvs/src/distrib/mvme68k/ramdisk added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/10 04:28:17 Modified files: distrib/notes : INSTALL Makefile Removed files: distrib/notes : legal.common distrib/notes/amiga: legal distrib/notes/atari: legal distrib/notes/hp300: legal distrib/notes/i386: legal distrib/notes/mac68k: legal distrib/notes/pc532: legal distrib/notes/sparc: legal distrib/notes/sun3: legal Log message: fix a few errors CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1996/10/10 05:48:56 Modified files: . : index.html Log message: rel CVSROOT: /cvs Module name: src Branch: OPENBSD_2_0 Changes by: niklas@cvs.openbsd.org 1996/10/11 16:27:33 Modified files: distrib/i386/floppies/inst: install.sh distrib/i386/floppies/inst-common: dot.commonutils instbin.conf list distrib/notes : INSTALL Makefile distrib/notes/sparc: contents hardware install whatis xfer distrib/sparc/floppies/inst-common: dot.commonutils instbin.conf list Log message: Pullup from trunk CVSROOT: /cvs Module name: src Branch: OPENBSD_2_0 Changes by: deraadt@cvs.openbsd.org 1996/10/11 17:00:21 Modified files: etc : rc Log message: pullup CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/11 17:07:24 Modified files: sys/arch/sun3/conf: DISKLESS FOUR_TTYS GENERIC Makefile.sun3 RAMDISK SMD_TEST files.sun3 std.sun3 sys/arch/sun3/dev: cg4.c if_ie.c if_le.c if_levar.h kd.c si.c si_obio.c si_vme.c xd.c xy.c zs.c zs_kgdb.c sys/arch/sun3/include: autoconf.h exec.h param.h pcb.h pte.h sys/arch/sun3/stand/installboot: installboot.8 sys/arch/sun3/stand/libsa: Makefile dev_disk.c exec_sun.c netif_sun.c panic.c promdev.c sys/arch/sun3/stand/netboot: dev_net.c version.c sys/arch/sun3/stand/ufsboot: version.c sys/arch/sun3/sun3: conf.c db_memrw.c disksubr.c locore.s machdep.c pmap.c stub.c sun3_startup.c trap.c Added files: sys/arch/sun3/conf: GENERIC_KGDB sys/arch/sun3/include: kcore.h remote-sl.h sys/arch/sun3/sun3: kgdb_proto.h kgdb_stub.c Log message: sync + our changes CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/11 18:50:45 Modified files: sys/arch/arc/dev: if_sn.c Log message: correct diag messages CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/11 18:56:21 Modified files: share/man/man7 : mdoc.samples.7 Log message: missing quote; neetbsd pr#2832, mike.long@analog.com CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/11 19:07:59 Modified files: distrib/sparc/floppies/kernel: Makefile Log message: clean kernel too CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/10/11 19:08:19 Modified files: sys/dev/pci : ncr.c Log message: Support LUNs. My God... CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/11 19:12:03 Modified files: bin/sh : Makefile Log message: use HOSTCC; from dale CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/11 19:13:27 Modified files: kerberosIV/compile_et: Makefile Log message: use HOSTCC; from dale CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/11 19:15:45 Modified files: sys/kern : sys_generic.c Log message: i added a fair bit to this CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/11 19:18:07 Added files: distrib/mvme68k: Makefile Makefile.inc distrib/mvme68k/common: Make.crunch Make.fsimage Make.static Makefile.inc RunList.awk RunList.sh install.md install.sh mini_bin.list mini_sbin.list mini_usr.conf mini_usr.list mini_xx.list mini_xx.mk miniroot.list miniroot.tree mr.disktab mr.etc.rc mr.profile mr.remount mr.termcap ramdisk.list ramdisk.tree rd.disktab rd.fstab rd.passwd rd.protocols rd.services rd.sshrc rd.welcome rd_bin.conf rd_bin.list rdsetroot.c distrib/mvme68k/miniroot: Makefile distrib/mvme68k/ramdisk: Findrefs Makefile Showsyms Log message: first cut, copied from sun3 stuff CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/11 19:19:40 Modified files: distrib/notes/sparc: whatis Added files: distrib/notes/mvme68k: contents hardware install prep upgrade whatis xfer Log message: ho hum CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/11 19:20:08 Modified files: distrib/sets : makesrctars Log message: build differently CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/11 19:24:17 Modified files: sbin/dump : optr.c Log message: permit ufs filesystem type too CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/11 19:35:21 Modified files: distrib/miniroot: Makefile Log message: build kernel nicely CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/11 21:06:56 Modified files: sbin/fsck_ffs : fsck.8 fsck.h inode.c main.c sbin/fsck_ffs/SMM.doc: 3.t Log message: From Kirk McKusick: If a directory somehow develops a hole (that is a block pointer that has a value of zero), fsck would give the filesystem a clean bill of health, but the kernel would panic when accessing the directory with the hole. Fsck now checks for holes in directories. If found in preen mode, fsck fails. In manual mode, it can be directed to shorten the directory to the beginning of the hole. A more complete solution would be to allocate a block to fill the hole. However, this is a lot more work for a `cannot happen' error, so the extra effort seems unwarranted. CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/11 21:08:26 Modified files: lib/libtermlib : Makefile mvcur.c Added files: lib/libtermlib : _mvcur.c Log message: Make mvcur() a weak symbol where supported CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/11 21:13:58 Modified files: include : malloc.h Log message: Warn when is included, recommending CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/11 21:19:54 Modified files: usr.sbin/traceroute: traceroute.c Log message: Stop if the sum of unreachables and timeouts are >= number of probes, but only if we have at least one unreachable CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/11 21:21:39 Modified files: distrib/notes/i386: upgrade Log message: Warn about changed all-disk partition and updating boot blocks CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/11 21:30:02 Modified files: distrib/notes/i386: upgrade Log message: Note changed partition ID CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/12 02:27:16 Modified files: sys/arch/sun3/dev: eeprom.c sys/arch/sun3/include: eeprom.h Log message: use my eeprom.h with sun-alike definitions CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/12 02:40:40 Modified files: sys/arch/pmax/pmax: machdep.c Log message: +SYSVSEM/MSG support; netbsd pr#2825, hwr@pilhuhn.de CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/12 04:25:44 Modified files: usr.bin/awk : Makefile Log message: HOSTCC for maketab; from dale CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/12 08:34:43 Modified files: sys/kern : sys_pipe.c Log message: Correct sys_pipe's 3rd arg type, alpha needs it CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/12 09:45:04 Modified files: sys/compat/osf1: osf1_misc.c Log message: Argh, fix a stupid typo CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/12 11:13:58 Modified files: usr.bin/su : su.c Log message: Fix suage string to match man page. NetBSD PR #2837 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/12 12:33:56 Modified files: usr.bin/lorder : lorder.sh Log message: del tmpdir correctly; pr#29; kstailey@dol-esa.gov CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/12 13:38:46 Modified files: bin/ed : buf.c cbc.c ed.h glbl.c io.c main.c re.c sub.c undo.c Log message: Back out my sprintf -> snprintf changes where they don't make sense and use good ole strcpy() instead. Also use perror() instead of fprintf() where it makes sense. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/12 14:36:08 Modified files: usr.bin/time : time.c Log message: correct default exitcode; netbsd pr#2838, Arne.Juul@idt.ntnu.no CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/12 14:40:38 Modified files: usr.bin/su : su.c su.1 Log message: su.c: minor cleanup, some from FreeBSD su.1: Examples from FreeBSD + minor nits fixed. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/12 15:01:16 Modified files: distrib/notes/amiga: contents hardware Log message: Final touches CVSROOT: /cvs Module name: src Branch: OPENBSD_2_0 Changes by: niklas@cvs.openbsd.org 1996/10/12 15:06:36 Modified files: distrib/notes/amiga: contents hardware Log message: Pullup: Final touches CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/12 15:09:05 Modified files: etc/etc.amiga : MAKEDEV Log message: Fix typo in ttyB case CVSROOT: /cvs Module name: src Branch: OPENBSD_2_0 Changes by: niklas@cvs.openbsd.org 1996/10/12 15:10:35 Modified files: etc/etc.amiga : MAKEDEV Log message: Pullup: Fix typo in ttyB case CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/12 15:27:53 Modified files: games/phantasia: Makefile Log message: clean better CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/12 15:30:13 Modified files: gnu/usr.bin/gcc: Makefile.bsd-wrapper Log message: clean better CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/12 17:38:56 Modified files: sys/dev/ic : elink3.c elink3var.h Log message: on newer cards, use word count for SET_TX_AVAIL_THRESH; from numerous people, gleamed from plan9/bsdi drivers, and confirmed in last two sentences in 3c590 manual CVSROOT: /cvs Module name: src Branch: OPENBSD_2_0 Changes by: deraadt@cvs.openbsd.org 1996/10/12 18:01:46 Modified files: etc : master.passwd Log message: uucp at 66, sigh CVSROOT: /cvs Module name: src Branch: OPENBSD_2_0 Changes by: deraadt@cvs.openbsd.org 1996/10/12 18:02:36 Modified files: etc : master.passwd Log message: merge CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/10/12 18:53:54 Modified files: etc/etc.i386 : MAKEDEV Log message: pms driver now uses minor numbers. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/10/12 18:55:51 Modified files: sys/arch/i386/isa: pms.c sys/arch/i386/include: mouse.h Log message: provide split raw/cooked (translated) input modes. cooked mode is default, raw mode is set by using an ioctl or opening minor dev 1. MAKEDEV created pms0r with minor dev 1. CVSROOT: /cvs Module name: src Changes by: etheisen@cvs.openbsd.org 1996/10/12 20:16:06 Modified files: gnu/usr.bin/groff: Makefile.in Log message: Make sure new mm macros get installed as tmac.m NOT tmac. ! CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/10/12 22:25:14 Modified files: sys/arch/i386/isa: pms.c Log message: Clean up ioctl and flush the input buffer. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/10/12 23:58:37 Modified files: share/man/man4/man4.i386: pms.4 Log message: Update to reflect driver changes. CVSROOT: /cvs Module name: src Branch: OPENBSD_2_0 Changes by: deraadt@cvs.openbsd.org 1996/10/13 00:53:00 Modified files: sys/dev/ic : elink3.c elink3var.h Log message: merge in fixes CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/10/13 02:58:32 Modified files: sys/arch/i386/isa: nvram.h Log message: Add some more offsets, from Erik. CVSROOT: /cvs Module name: src Changes by: briggs@cvs.openbsd.org 1996/10/13 09:29:10 Modified files: sys/arch/mac68k/dev: z8530sc.h z8530tty.c zs.c Log message: * Fix from Bill Studenmund for transmission lockups. Changes from NetBSD: - Add a ZS_CONSOLE_ABORT option to enable a serial console break to force a drop to the system debugger. WARNING: this used to be the default behavior! Modify custom kernel configs accordingly. - Check for ZS_HWFLAG_CONABRT in zs_abort(), and don't abort if it's not set. - ttystop function returns void. CVSROOT: /cvs Module name: src Changes by: briggs@cvs.openbsd.org 1996/10/13 10:10:04 Modified files: sys/arch/m68k/fpe: fpu_emulate.c Log message: The 68LC040 generates a format 4 stack frame for floating point exceptions, which puts the address of the instruction we faulted on in a different location. Copy it and handle as we normally would, restoring the saved PC before returning. The FPE should probably be reworked to take advantage of the 68LC040's precalculated effective address, at some point. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/13 11:25:39 Modified files: distrib/notes/amiga: hardware Log message: Correct requirements CVSROOT: /cvs Module name: src Branch: OPENBSD_2_0 Changes by: niklas@cvs.openbsd.org 1996/10/13 11:28:44 Modified files: distrib/notes/amiga: hardware Log message: Pullup: Correct requirements CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/13 11:33:09 Modified files: distrib/amiga/floppies/inst: dot.instutils dot.profile distrib/amiga/floppies/inst-common: dot.commonutils instbin.conf list Log message: Fixup (hopefully!) last glitches CVSROOT: /cvs Module name: src Branch: OPENBSD_2_0 Changes by: niklas@cvs.openbsd.org 1996/10/13 11:41:23 Modified files: distrib/amiga/floppies/inst: dot.instutils dot.profile distrib/amiga/floppies/inst-common: dot.commonutils instbin.conf list Log message: Pullup: Fixup (hopefully!) last glitches CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/10/13 14:36:17 Modified files: sys/dev/pci : ncr.c ncr_reg.h Log message: Updated driver to match FreeBSD, from Dave Huang . CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/13 15:17:40 Modified files: sys/adosfs : advnops.c Log message: Fix some type incompatibilities another way round CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/13 15:26:50 Modified files: sys/adosfs : advnops.c Log message: Pullup: Fix some type incompatibilities another way round CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/10/13 15:32:23 Modified files: bin/pdksh : BUG-REPORTS ChangeLog IAFA-PACKAGE NEWS README c_sh.c lex.c lex.h syn.c version.c bin/pdksh/tests: heredoc.t version.t Added files: bin/pdksh/tests: alias.t bksl-nl.t Log message: Update to version 5.2.11. CVSROOT: /cvs Module name: src Changes by: briggs@cvs.openbsd.org 1996/10/13 18:59:25 Added files: sys/arch/m68k/include: cpu.h Log message: A generic m68k cpu.h from NetBSD. CVSROOT: /cvs Module name: src Changes by: briggs@cvs.openbsd.org 1996/10/13 19:06:59 Modified files: sys/arch/mac68k/include: cpu.h Log message: Merge in from NetBSD. Use and Add second Quadra class and machineid (gestalt value) for Color Classic II CVSROOT: /cvs Module name: src Changes by: briggs@cvs.openbsd.org 1996/10/13 19:15:53 Modified files: sys/arch/mac68k/mac68k: fpu.c Log message: From NetBSD--use m68k/cpu.h defines, rename fpu_type to fputype. CVSROOT: /cvs Module name: src Changes by: briggs@cvs.openbsd.org 1996/10/13 19:17:06 Modified files: sys/arch/mac68k/mac68k: genassym.c Log message: From NetBSD--use m68k/cpu.h defines, rename fpu_type to fputype. CVSROOT: /cvs Module name: src Changes by: briggs@cvs.openbsd.org 1996/10/13 19:20:39 Modified files: sys/arch/mac68k/mac68k: locore.s Log message: More from NetBSD: * Disable 040 caches in doboot(), and some minor stylistic changes to make the hand-coded assembly consistent throughout. * Use fputype instead of mmutype for fpu_type. * Use defines from m68k/cpu.h. CVSROOT: /cvs Module name: src Changes by: briggs@cvs.openbsd.org 1996/10/13 19:24:59 Modified files: sys/arch/mac68k/mac68k: machdep.c Log message: More from NetBSD: * Update ROM vectors for PB500 * Add ROM vectors for the LCIII (verified by Mike DeLima--miked@netrover.com) * fpu_type->fputype * Use defines from m68k/cpu.h CVSROOT: /cvs Module name: src Changes by: briggs@cvs.openbsd.org 1996/10/13 19:28:43 Modified files: sys/arch/mac68k/mac68k: vm_machdep.c Log message: fpu_type -> fputype, use m68k/cpu.h--from NetBSD CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/13 20:27:15 Modified files: kerberosIV/krb : getrealm.c Log message: Don't default a realm name to the domain part of a host name CVSROOT: /cvs Module name: src Changes by: briggs@cvs.openbsd.org 1996/10/13 20:43:54 Modified files: sys/arch/mac68k/conf: GENERIC OCELOT PUMA RAMDISK SPOT std.mac68k Log message: Nuke old COMPAT options. Move MACHINE_NONCONTIG to std.mac68k. CVSROOT: /cvs Module name: src Changes by: briggs@cvs.openbsd.org 1996/10/13 20:49:15 Modified files: sys/arch/mac68k/dev: z8530tty.c Log message: Oops. zsstop still needs to return int in OpenBSD. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/13 21:09:14 Modified files: lib/libskey : skey.h skeylogin.c skeysubr.c Log message: htoi now takes an int, not char. Only skey_set_algorithm() for the record that matches target user. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/13 21:10:08 Modified files: usr.bin/skeyinit: skeyinit.c Log message: Fixed a bug in skeylookup() so no need for extra skey_set_algorithm. CVSROOT: /cvs Module name: src Changes by: etheisen@cvs.openbsd.org 1996/10/13 21:45:47 Modified files: usr.bin/more : more.c Log message: Handle screen a little bit better. CVSROOT: /cvs Module name: src Changes by: etheisen@cvs.openbsd.org 1996/10/13 21:51:06 Modified files: usr.bin/more : Makefile more.help Log message: Update more.help. more.help not omore.hlp. CVSROOT: /cvs Module name: src Changes by: etheisen@cvs.openbsd.org 1996/10/13 21:55:01 Modified files: usr.bin/more : more.c Log message: Filename prompt, not --more--. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/10/13 21:56:10 Modified files: usr.bin/vim : README cmdcmds.c cmdline.c edit.c fileio.c globals.h gui_at_sb.c gui_athena.c main.c memfile.c message.c misccmds.c normal.c ops.c option.c screen.c tag.c term.c unix.c version.c version.h vim.h usr.bin/vim/doc: vim_40.txt vim_ami.txt vim_arch.txt vim_diff.txt vim_digr.txt vim_dos.txt vim_gui.txt vim_help.txt vim_idx.txt vim_menu.txt vim_mint.txt vim_os2.txt vim_ref.txt vim_rlh.txt vim_tags vim_tips.txt vim_unix.txt vim_w32.txt vim_win.txt Log message: Backout a previous change that didn't work, and update to version 4.5. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/13 23:09:17 src/gnu/usr.bin/sudo Update of /cvs/src/gnu/usr.bin/sudo In directory cvs.openbsd.org:/tmp/cvs-serv26087/sudo Log Message: Directory /cvs/src/gnu/usr.bin/sudo added to the repository CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/13 23:10:02 src/gnu/usr.bin/sudo/sudo Update of /cvs/src/gnu/usr.bin/sudo/sudo In directory cvs.openbsd.org:/tmp/cvs-serv26134/sudo Log Message: Directory /cvs/src/gnu/usr.bin/sudo/sudo added to the repository CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/13 23:10:03 src/gnu/usr.bin/sudo/visudo Update of /cvs/src/gnu/usr.bin/sudo/visudo In directory cvs.openbsd.org:/tmp/cvs-serv26134/visudo Log Message: Directory /cvs/src/gnu/usr.bin/sudo/visudo added to the repository CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/13 23:14:59 Added files: gnu/usr.bin/sudo: COPYING Makefile README gnu/usr.bin/sudo/sudo: Makefile check.c compat.h config.h find_path.c getspwuid.c goodpath.c ins_2001.h ins_classic.h ins_csops.h ins_goons.h insults.h interfaces.c logging.c options.h parse.c parse.lex parse.yacc pathnames.h sudo.8 sudo.c sudo.h sudo_setenv.c sudoers.5 tgetpass.c version.h gnu/usr.bin/sudo/visudo: Makefile visudo.8 visudo.c Log message: sudo 1.5.2 CVSROOT: /cvs Module name: src Branch: OPENBSD_2_0 Changes by: deraadt@cvs.openbsd.org 1996/10/14 02:57:00 Modified files: sys/arch/i386/conf: INST Log message: enable le0 CVSROOT: /cvs Module name: src Branch: OPENBSD_2_0 Changes by: deraadt@cvs.openbsd.org 1996/10/14 02:57:40 Modified files: sys/arch/i386/conf: INST Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/14 03:00:55 Modified files: sys/dev/pci : if_ep_pci.c pcidevs Log message: better 3c59x and 3c9xx support; netbsd pr#2840; curt@portal.ca CVSROOT: /cvs Module name: src Changes by: etheisen@cvs.openbsd.org 1996/10/14 03:01:05 Modified files: usr.bin/more : more.1 more.c more.help Log message: POSIX.2 EDITOR env var for 'v' command. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/14 03:01:36 Modified files: sys/dev/pci : Makefile Log message: no need for --posix flag CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/14 03:01:56 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/14 03:05:19 Modified files: sys/arch/sun3/stand/libsa: devopen.c promboot.c sys/arch/sun3/stand/netboot: boot.c sys/arch/sun3/stand/tapeboot: boot.c sys/arch/sun3/stand/ufsboot: boot.c Log message: openbsd CVSROOT: /cvs Module name: src Changes by: etheisen@cvs.openbsd.org 1996/10/14 03:26:49 Modified files: usr.bin/more : more.1 Log message: More more manpage mods. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/14 03:27:55 Modified files: sys/miscfs/procfs: procfs_ctl.c Log message: mimic ptrace behaviour; worked out with bitblt CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/14 04:22:24 Modified files: sys/dev/pci : pcidevs if_ep_pci.c Log message: rename some 3cxxx stuff CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/14 04:22:33 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/14 06:47:04 Modified files: share/man/man4 : Makefile Added files: share/man/man4 : tun.4 Log message: add tun pseudo-device interface manual. from der mouse Net's PR, if i didn't missed my memory... it was lost in my tree a long ago (: CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/14 07:01:34 Modified files: sys/sys : lkm.h sys/kern : kern_lkm.c Log message: make gcc -Wall happy for lkms... CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/14 07:22:16 Modified files: sys/sys : reboot.h Log message: support standalone. CVSROOT: /cvs Module name: src Branch: syms Changes by: mickey@cvs.openbsd.org 1996/10/14 07:38:04 Modified files: sys/miscfs/kernfs: kernfs.h kernfs_vfsops.c kernfs_vnops.c Log message: show symbol tables form ddb to userland. CVSROOT: /cvs Module name: src Branch: syms Changes by: mickey@cvs.openbsd.org 1996/10/14 07:39:46 Added files: sys/miscfs/kernfs: kernfs_subr.c Log message: missed from last commit. CVSROOT: /cvs Module name: src Changes by: etheisen@cvs.openbsd.org 1996/10/14 09:23:54 Modified files: usr.bin/more : more.1 more.c Log message: Control-F - move forward one screenful. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/14 14:45:24 Modified files: usr.bin/skey : skey.c Log message: Exit on empty "secret password" like skeyinit does. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/14 15:38:49 Modified files: distrib/amiga/floppies/inst-common: instbin.conf Log message: DOH, fsck not ffs CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/14 15:39:41 Modified files: distrib/amiga/floppies/upgr: dot.hdprofile dot.profile Log message: update is in-kernel now CVSROOT: /cvs Module name: src Branch: OPENBSD_2_0 Changes by: niklas@cvs.openbsd.org 1996/10/14 15:43:17 Modified files: distrib/amiga/floppies/upgr: dot.hdprofile dot.profile Log message: Pullup: update is in-kernel now CVSROOT: /cvs Module name: src Branch: OPENBSD_2_0 Changes by: niklas@cvs.openbsd.org 1996/10/14 15:43:51 Modified files: distrib/amiga/floppies/inst-common: instbin.conf Log message: Pullup: DOH, fsck not ffs CVSROOT: /cvs Module name: src Changes by: michaels@cvs.openbsd.org 1996/10/14 16:14:39 Modified files: games/larn : monster.c Log message: vital fixes. From Kenneth Stailey (kstailey@dol-esa.gov) CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/10/14 16:17:28 Modified files: lib/libc/db/hash: hash_buf.c Log message: zero out the page CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/15 01:32:45 Modified files: distrib/amiga/floppies/upgr: upgrade.sh Log message: Set TMPDIR for tar's sake CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/10/15 01:44:23 Modified files: etc/etc.i386 : MAKEDEV Log message: pms0r -> psm0 CVSROOT: /cvs Module name: src Branch: OPENBSD_2_0 Changes by: niklas@cvs.openbsd.org 1996/10/15 01:50:56 Modified files: distrib/amiga/floppies/upgr: upgrade.sh Log message: Pullup: Set TMPDIR for tar's sake CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/10/15 01:52:12 Modified files: share/man/man4/man4.i386: Makefile pms.4 Log message: pms0r -> psm0 CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/10/15 02:08:19 Modified files: usr.bin/vim : cmdline.c edit.c memfile.c unix.c version.c version.h usr.bin/vim/doc: vim_gui.txt vim_menu.txt vim_ref.txt Log message: sync with the, uh, real 4.5 release. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/10/15 02:22:15 Modified files: usr.bin/vim : gui.c main.c Log message: bug fix from mool via vimdev. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/15 02:24:08 Modified files: libexec/ftpd : popen.c Log message: nearly impossible oflow CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/10/15 02:31:55 Modified files: usr.bin/vim : pty_openbsd.c Log message: Yeah, ok, so I never even bothered to test compile it before... CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/10/15 02:35:29 Modified files: usr.bin/vim : Makefile Log message: ld is smarter then we are! CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/15 03:07:37 Modified files: lib/libc/sys : quotactl.2 Log message: ffs not ufs; as noted in netbsd pr#2842, benco@pendor.mckusick.com CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/15 03:16:00 Modified files: sys/lib/libsa : rarp.c Log message: missing ';' CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/15 03:25:33 Modified files: lib/libc/crypt : md5crypt.c Log message: unused variable noticed by asriel(right?), proto from mccanne; fed to freebsd CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/15 03:36:00 Modified files: games/adventure: save.c Log message: deal with files as euid; based on code by alex@freebsd.org CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/15 03:41:57 Modified files: sys/lib/libsa : Makefile stand.h Added files: sys/lib/libsa : memset.c Log message: zlib need this CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/15 03:56:03 Modified files: lib/libc/sys : issetugid.2 Log message: more detailed info CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/15 03:58:43 Modified files: sys/lib/libsa : bootp.c bootparam.c nfs.c rpc.c stand.h Log message: gcc -Wall happy CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/15 04:17:35 Modified files: sbin/savecore : savecore.c savecore_old.c Log message: umask for writes; from joerg@freebsd.org CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/15 05:34:17 Modified files: sys/nfs : nfs_subs.c Log message: nqnfs code is for client+server; spotted by niklas CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/15 06:29:31 Modified files: libexec/ftpd : ftpd.c Log message: fd leak spotted by bitblt CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/10/15 12:27:59 Modified files: lib/libc/gen : getpwent.c Log message: * optimal exclusions support -- don't waste memory with DB. assumes exclusions lists are typically small. * move YP_OVERRIDE_PASSWD to a static var. needs some way for the system to set this. * clean up variable names and some code. * invisibly support FreeBSD ypserv running in "secure" mode. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/15 16:00:13 Modified files: lib/libc/md : md4.copyright md5.copyright mdX.3 Log message: Minor doc fixups from FreeBSD. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/15 17:22:36 Modified files: usr.bin/at : at.c Log message: Make sprintf work for you, not the other way around. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/15 17:47:23 Modified files: usr.bin/tip : cmds.c hunt.c remote.c tip.h value.c Log message: Possible buf oflow + index -> strchr. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/15 17:55:57 Modified files: usr.bin/gprof : gprof.1 Log message: spelling error; from explorer CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/15 18:09:21 Modified files: usr.bin/lock : lock.c Log message: s/key support now works (s/key lookup must be done with euid == 0) CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/15 18:37:14 Modified files: usr.bin/su : su.c Log message: Check ret val of strdup(3) -- may be NULL. CVSROOT: /cvs Module name: src Changes by: bitblt@cvs.openbsd.org 1996/10/15 18:50:39 Modified files: libexec/ftpd : ftpcmd.y Log message: Fixed a memory leak associated with the HELP and SITE HELP commands. CVSROOT: /cvs Module name: src Changes by: michaels@cvs.openbsd.org 1996/10/15 19:19:03 Modified files: usr.bin/vi/cl : cl.h cl_funcs.c cl_main.c cl_read.c cl_screen.c usr.bin/vi/common: api.c common.h gs.h key.c main.c options.c options.h put.c usr.bin/vi/docs: changelog usr.bin/vi/docs/USD.doc/vi.man: nvi.1 usr.bin/vi/ex : ex.c ex_argv.c ex_bang.c ex_script.c ex_txt.c version.h usr.bin/vi/include: perl_extern.h vi_extern.h usr.bin/vi/vi : v_itxt.c v_mark.c v_search.c v_txt.c vi.c vs_line.c vs_msg.c vs_refresh.c vs_split.c Log message: nvi 1.78: + Fix bugs when both the leftright scrolling and number edit options were on. + Fix bug where splitting in the middle of the screen could repaint incorrectly. + Fix first-nul in input bug, where random garbage was inserted. + Correct search and mark-as-motion-command bug, it's a line mode action if the search starts at or before the first non. + Fix bug autoindent bug, where ^D could shift too far in the line. + Fix core dump where ! command called from the .exrc file. + Add the -S command-line option, which initializes vi to have the secure edit option preset. CVSROOT: /cvs Module name: src Changes by: michaels@cvs.openbsd.org 1996/10/15 20:26:05 Added files: usr.bin/vi/include: com_extern.h Log message: namechange. CVSROOT: /cvs Module name: src Changes by: michaels@cvs.openbsd.org 1996/10/15 20:28:57 Removed files: usr.bin/vi/include: common_extern.h Log message: CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/16 00:17:57 Modified files: usr.bin/rlogin : kcmd.c Log message: check malloc ret val. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/16 00:23:34 Modified files: usr.sbin/mrinfo: mrinfo.c Log message: check malloc() ret val! CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/16 00:30:57 Modified files: libexec/mail.local: mail.local.c Log message: check malloc ret val CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/16 00:33:03 Modified files: usr.sbin/traceroute: traceroute.c Log message: check strdup ret val. CVSROOT: /cvs Module name: src Branch: new Changes by: mickey@cvs.openbsd.org 1996/10/16 02:51:21 Modified files: sys/arch/i386/stand: Makefile boot.c fs.c srt0.S Added files: sys/arch/i386/stand: Makefile.inc bios.S biosdev.c dev.c machdep.S real_prot.S version.c Log message: make a ral stand CVSROOT: /cvs Module name: src Branch: new Changes by: mickey@cvs.openbsd.org 1996/10/16 02:58:57 Removed files: sys/arch/i386/stand: as.c asbootblk.c bmap.c breadxx.c cga.c fd.c fdbootblk.S kbd.c saio.h wd.c wdbootblk.S Log message: not needed in a new society CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/10/16 03:08:27 Modified files: include : pwd.h Log message: _PW_YPTOKEN CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/16 03:13:44 Modified files: sys/net : zlib.c Log message: support _STANDALONE CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/10/16 03:16:14 Modified files: usr.sbin/pwd_mkdb: pwd_mkdb.c Log message: kill __yp_token. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/10/16 03:24:23 Modified files: lib/libc/gen : getpwent.c Log message: kill __yp_token, other clean ups. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/16 04:15:13 Modified files: sys/dev/microcode/aic7xxx: Makefile.inc Log message: compile aic7xxx_asm using HOSTCC and -U_KERNEL CVSROOT: /cvs Module name: src Branch: new Changes by: mickey@cvs.openbsd.org 1996/10/16 04:20:51 Modified files: sys/arch/i386/stand: Makefile bios.S biosdev.c boot.c dev.c fs.c srt0.S Added files: sys/arch/i386/stand: netif.c Log message: cleanup according to the libsa CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/16 04:25:09 Modified files: sys/dev/ic : aic7xxx.c Log message: -W clean CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/16 04:31:07 Modified files: sys/arch/i386/include: specialreg.h Log message: missing */ CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/16 05:04:39 Modified files: sys/lib/libsa : net.c Log message: fix debug code, automatize buffer size calculation. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/16 05:30:40 Modified files: sys/arch/i386/i386: disksubr.c Log message: unused variable CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/16 05:32:09 Modified files: sys/lib/libsa : memcpy.c strcmp.c stand.h Added files: sys/lib/libsa : memcmp.c strncpy.c Removed files: sys/lib/libsa : bcopy.c Log message: add functions. remove functions. optimize (: emulate b{copy,cmp,zero} through the mem{cpy,cmp,set}. add useful macros to stand.h CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/16 06:25:10 Modified files: sys/compat/linux: linux_file.c Log message: use variable CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/16 06:25:27 Modified files: sys/compat/linux: linux_mount.c Log message: fix decls CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/16 06:25:39 Modified files: sys/compat/linux: linux_termios.c Log message: proto CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/16 06:27:17 Modified files: sys/arch/i386/include: cpu.h Log message: decl calibrate_cyclecounter, fusword, susword CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/16 06:28:24 Modified files: sys/arch/i386/i386: locore.s Log message: repair fusword/susword protos CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/16 06:29:51 Modified files: sys/dev/isa : aha.c Log message: contextual usage only CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/16 06:30:52 Modified files: sys/dev/isa : bt.c Log message: unused vars CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/16 06:32:01 Modified files: sys/dev/isa : com.c Log message: unused variables CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/16 06:32:37 Modified files: sys/dev/isa : isadma.c Log message: fix proto, unused var CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/16 06:32:49 Modified files: sys/dev/isa : opti.c Log message: proto CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/16 06:33:19 Modified files: sys/dev/isa : wds.c Log message: contextual usage CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/16 06:33:41 Modified files: sys/dev/isa : pas.c Log message: missing */ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/16 06:34:18 Modified files: sys/dev/isa : if_le_isa.c Log message: contextual usage CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/16 06:34:38 Modified files: sys/dev/isa : if_ed.c Log message: unused vars CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/16 06:36:06 Modified files: sys/dev/isa : if_eg.c pcmcia_isa.c pcmcia_pcic.c Log message: unused vars, protos CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/16 06:36:31 Modified files: sys/dev/pcmcia : if_ep_pcmcia.c Log message: unused var CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/16 06:36:56 Modified files: sys/dev/pcmcia : pcmcia.c Log message: type death CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/16 06:38:08 Modified files: sys/dev/eisa : aha1742.c ahc_eisa.c Log message: -Wall happiness CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/16 06:38:18 Modified files: sys/dev/ic : cy.c Log message: Wall happiness CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/16 06:40:58 Modified files: sys/dev/pci : ahc_pci.c Log message: unused var CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/16 06:41:48 Modified files: sys/dev/ic : pdq.c pdq_ifsubr.c pdqreg.h pdqvar.h Log message: latest pdq from matt thomas CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/16 06:45:30 Modified files: sys/arch/i386/isa: clock.c Log message: proto rtcintr CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/16 06:46:33 Modified files: sys/arch/i386/isa: fd.c fdc.c isa_machdep.c pccons.c Log message: the Wall thing, you know CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/16 06:46:35 Modified files: sys/lib/libsa : Makefile Log message: cleanup, add new files CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/16 06:48:44 Modified files: sys/net : if_fddisubr.c Log message: contextual usage CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/16 07:01:25 Modified files: sys/lib/libsa : exec.c Log message: prototype changes. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/16 07:24:08 Modified files: sys/lib/libsa : stand.h Log message: unneeded includes. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/16 07:50:02 Modified files: sys/arch/mvme68k/stand/libsa: Makefile Log message: iupdate according to the libsa changes Modified files: sys/arch/mvme68k/stand/sboot: clock.c etherfun.c if_le.c sboot.c sboot.h Log message: update according to the libsa changes CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/16 08:02:55 Modified files: sys/lib/libsa : ufs.c Log message: include CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/16 08:18:37 Modified files: sys/lib/libsa : arp.c bootp.c bootparam.c ether.c rpc.c Log message: remove unneeded include CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/16 08:24:09 Modified files: sys/lib/libsa : net.c Log message: back up last change, it's wrong. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/16 08:26:47 Modified files: sys/lib/libsa : rarp.c Log message: remove unneeded include missed from last commit CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/16 16:58:54 Modified files: sys/net : if_fddisubr.c Log message: label only useful in bpf case CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/16 17:11:46 Modified files: sys/arch/i386/i386: autoconf.c Log message: proto CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/16 17:12:08 Modified files: sys/arch/i386/i386: vm_machdep.c Log message: contextual usage CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/16 17:18:45 Modified files: sys/dev/isa : com.c Log message: contextual usage CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/17 00:49:59 Modified files: sys/lib/libsa : stand.h Log message: prototype stat,fstat CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/17 07:36:46 Modified files: sys/arch/i386/i386: trap.c Log message: more SIGBUS garbage CVSROOT: /cvs Module name: www Changes by: drahn@cvs.openbsd.org 1996/10/17 09:09:03 Modified files: . : mvme68k.html Log message: changed links to motorola to point to new location of boards. Did not fix the MVME165, It seems not to be supported, It is at least in the list of boards on the Motorola Web site. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1996/10/17 09:50:00 Modified files: . : index.html Log message: fix CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/17 12:55:28 Modified files: etc/etc.amiga : MAKEDEV Log message: add devices to all & floppy case. Fix acd device creation CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/17 12:58:59 Modified files: sys/arch/arc/include: bus.h Log message: Remove unnecessary macros, what was I thinking? CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/17 13:04:04 Modified files: sys/dev/isa : rtfps.c Log message: REmove unused variable CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/17 13:08:45 Modified files: usr.bin/make : arch.c Log message: Do not consider non-existent archives as up-to-date on non-a.out systems CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/17 13:12:51 Modified files: sys/dev/isa : if_ie.c Log message: Remove kvtop prototype, found elsewhere now CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/17 13:15:50 Modified files: sys/compat/ibcs2: ibcs2_ipc.c sys/compat/linux: linux_ipc.c sys/compat/osf1: osf1_misc.c sys/compat/svr4: svr4_ncr.c Log message: Contextual goo for -Wall, and remove some stasic specifiers CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/17 13:17:16 Modified files: sys/arch/i386/include: cpu.h Log message: kvtop proto CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/17 13:19:03 Modified files: sys/arch/i386/isa/pcvt: pcvt_hdr.h Log message: One too much ifdef.. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/17 13:34:24 Modified files: sys/arch/i386/i386: svr4_machdep.c Log message: Conditionalize variable decls CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/17 13:36:42 Modified files: sys/arch/i386/conf: NETTAN Log message: Trim, and reflect reality CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/17 15:43:53 Modified files: sys/dev/isa : pcmcia_isa.c Log message: -Wall happiness CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/17 15:45:29 Modified files: sys/dev/isa : pcmcia_isa.c Log message: Oops, forgot a pair of parenthesis CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/17 15:47:12 Modified files: sys/arch/i386/conf: Makefile.i386 Log message: Add pedantic warnings, as well as -m486 if we are only for the 486 CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/17 16:19:47 Modified files: sys/arch/alpha/include: psl.h Log message: -Wall happiness CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/17 21:00:09 Modified files: sys/sys : stat.h Log message: Gleaned from a NetBSD commit by jtc: > S_ISFIFO(x) should not return true with sockets. S_ISSOCK(x) should > not return true with fifos. Users who want the previous behavior can > use (S_ISFIFO(x) || S_ISSOCK(x)). CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/17 21:04:55 Modified files: sys/netinet : ip.h ip_input.c Log message: Do not run IP defragmentation routines unneccecarily; NetBSD PR# 2772 CVSROOT: /cvs Module name: src Branch: 1.1.1 Changes by: tholo@cvs.openbsd.org 1996/10/17 21:37:14 Log message: New release from Cyclic Software Status: Vendor Tag: cyclic Release Tags: cvs-1-9 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 N src/gnu/usr.bin/cvs/TESTS N src/gnu/usr.bin/cvs/README.VMS N 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/.cvsignore N 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/fnmatch.c U src/gnu/usr.bin/cvs/lib/ftruncate.c C src/gnu/usr.bin/cvs/lib/getdate.c C 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/getwd.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/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/strdup.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/strippath.c U src/gnu/usr.bin/cvs/lib/stripslash.c U src/gnu/usr.bin/cvs/lib/strtoul.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 N src/gnu/usr.bin/cvs/lib/build_lib.com N src/gnu/usr.bin/cvs/zlib/README N src/gnu/usr.bin/cvs/zlib/INDEX N src/gnu/usr.bin/cvs/zlib/ChangeLog N src/gnu/usr.bin/cvs/zlib/configure N src/gnu/usr.bin/cvs/zlib/Make_vms.com N src/gnu/usr.bin/cvs/zlib/Makefile N src/gnu/usr.bin/cvs/zlib/Makefile.b32 N src/gnu/usr.bin/cvs/zlib/Makefile.bor N src/gnu/usr.bin/cvs/zlib/Makefile.dj2 N src/gnu/usr.bin/cvs/zlib/Makefile.in N src/gnu/usr.bin/cvs/zlib/Makefile.msc N src/gnu/usr.bin/cvs/zlib/Makefile.riscos N src/gnu/usr.bin/cvs/zlib/Makefile.sas N src/gnu/usr.bin/cvs/zlib/Makefile.tc N src/gnu/usr.bin/cvs/zlib/Makefile.wat N src/gnu/usr.bin/cvs/zlib/descrip.mms N src/gnu/usr.bin/cvs/zlib/zlib.def N src/gnu/usr.bin/cvs/zlib/zlib.rc N src/gnu/usr.bin/cvs/zlib/algorithm.doc N src/gnu/usr.bin/cvs/zlib/adler32.c N src/gnu/usr.bin/cvs/zlib/compress.c N src/gnu/usr.bin/cvs/zlib/crc32.c N src/gnu/usr.bin/cvs/zlib/deflate.c N src/gnu/usr.bin/cvs/zlib/deflate.h N src/gnu/usr.bin/cvs/zlib/example.c N src/gnu/usr.bin/cvs/zlib/gzio.c N src/gnu/usr.bin/cvs/zlib/infblock.c N src/gnu/usr.bin/cvs/zlib/infblock.h N src/gnu/usr.bin/cvs/zlib/infcodes.c N src/gnu/usr.bin/cvs/zlib/infcodes.h N src/gnu/usr.bin/cvs/zlib/inffast.c N src/gnu/usr.bin/cvs/zlib/inffast.h N src/gnu/usr.bin/cvs/zlib/inflate.c N src/gnu/usr.bin/cvs/zlib/inftrees.c N src/gnu/usr.bin/cvs/zlib/inftrees.h N src/gnu/usr.bin/cvs/zlib/infutil.c N src/gnu/usr.bin/cvs/zlib/infutil.h N src/gnu/usr.bin/cvs/zlib/minigzip.c N src/gnu/usr.bin/cvs/zlib/trees.c N src/gnu/usr.bin/cvs/zlib/uncompr.c N src/gnu/usr.bin/cvs/zlib/zconf.h N src/gnu/usr.bin/cvs/zlib/zlib.h N src/gnu/usr.bin/cvs/zlib/zutil.c N src/gnu/usr.bin/cvs/zlib/zutil.h N src/gnu/usr.bin/cvs/zlib/build_zlib.com U src/gnu/usr.bin/cvs/src/.cvsignore U src/gnu/usr.bin/cvs/src/Makefile.in U src/gnu/usr.bin/cvs/src/ChangeLog 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/NOTES U src/gnu/usr.bin/cvs/src/sanity.sh U src/gnu/usr.bin/cvs/src/cvsbug.sh N 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/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 N 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/hash.c U src/gnu/usr.bin/cvs/src/history.c C src/gnu/usr.bin/cvs/src/ignore.c U src/gnu/usr.bin/cvs/src/import.c C 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 U src/gnu/usr.bin/cvs/src/mkmodules.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/patch.c U src/gnu/usr.bin/cvs/src/parseinfo.c U 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 N src/gnu/usr.bin/cvs/src/zlib.c N 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/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 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 C 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/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/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/startserver.c U src/gnu/usr.bin/cvs/windows-NT/strippath.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/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/strippath.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/macintosh/config.h N src/gnu/usr.bin/cvs/macintosh/mac_config.h U src/gnu/usr.bin/cvs/macintosh/options.h N src/gnu/usr.bin/cvs/macintosh/pwd.h U src/gnu/usr.bin/cvs/macintosh/maccvs.pch N src/gnu/usr.bin/cvs/macintosh/ae_if.c N src/gnu/usr.bin/cvs/macintosh/filesubr.c N 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 N src/gnu/usr.bin/cvs/macintosh/ChangeLog U src/gnu/usr.bin/cvs/macintosh/Makefile.in U src/gnu/usr.bin/cvs/macintosh/services N src/gnu/usr.bin/cvs/macintosh/AE_example.pl N src/gnu/usr.bin/cvs/macintosh/maccvs.r N src/gnu/usr.bin/cvs/macintosh/MacCVS68k.sit.hqx N src/gnu/usr.bin/cvs/macintosh/MacCVSPPC.sit.hqx U src/gnu/usr.bin/cvs/macintosh/Makefile N src/gnu/usr.bin/cvs/vms/ChangeLog N src/gnu/usr.bin/cvs/vms/Makefile.in N src/gnu/usr.bin/cvs/vms/build_vms.com N src/gnu/usr.bin/cvs/vms/config.h N src/gnu/usr.bin/cvs/vms/dir.h N src/gnu/usr.bin/cvs/vms/filesubr.c N src/gnu/usr.bin/cvs/vms/filutils.c N src/gnu/usr.bin/cvs/vms/filutils.h N src/gnu/usr.bin/cvs/vms/getpass.c N src/gnu/usr.bin/cvs/vms/getwd.c N src/gnu/usr.bin/cvs/vms/misc.c N src/gnu/usr.bin/cvs/vms/misc.h N src/gnu/usr.bin/cvs/vms/ndir.c N src/gnu/usr.bin/cvs/vms/ndir.h N src/gnu/usr.bin/cvs/vms/options.h N src/gnu/usr.bin/cvs/vms/pathnames.h N src/gnu/usr.bin/cvs/vms/pc.c N src/gnu/usr.bin/cvs/vms/pipe.c N src/gnu/usr.bin/cvs/vms/pipe.h N src/gnu/usr.bin/cvs/vms/piped_child.c N src/gnu/usr.bin/cvs/vms/pwd.c N src/gnu/usr.bin/cvs/vms/pwd.h N src/gnu/usr.bin/cvs/vms/rcmd.c N src/gnu/usr.bin/cvs/vms/readlink.c N src/gnu/usr.bin/cvs/vms/rmdir.c N src/gnu/usr.bin/cvs/vms/startserver.c N src/gnu/usr.bin/cvs/vms/stat.c N src/gnu/usr.bin/cvs/vms/unlink.c N src/gnu/usr.bin/cvs/vms/utime.c N src/gnu/usr.bin/cvs/vms/vms-types.h N src/gnu/usr.bin/cvs/vms/vms.h N src/gnu/usr.bin/cvs/vms/vmsmunch.c N src/gnu/usr.bin/cvs/vms/vmsmunch.h N src/gnu/usr.bin/cvs/vms/vmsmunch_private.h N src/gnu/usr.bin/cvs/vms/waitpid.c 16 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 Branch: 1.1.1 Changes by: tholo@cvs.openbsd.org 1996/10/17 21:41:48 Log message: Missing files from import Status: Vendor Tag: cyclic Release Tags: cvs-1-9 U src/gnu/usr.bin/cvs/doc/cvs-paper.ps U src/gnu/usr.bin/cvs/doc/cvs.ps U src/gnu/usr.bin/cvs/doc/cvs.info U src/gnu/usr.bin/cvs/doc/cvs.aux U src/gnu/usr.bin/cvs/doc/cvsclient.ps U src/gnu/usr.bin/cvs/doc/cvsclient.info U src/gnu/usr.bin/cvs/doc/cvsclient.aux U src/gnu/usr.bin/cvs/doc/CVSvn.texi U src/gnu/usr.bin/cvs/doc/cvs.info-1 U src/gnu/usr.bin/cvs/doc/cvs.info-2 U src/gnu/usr.bin/cvs/doc/cvs.info-3 U src/gnu/usr.bin/cvs/doc/cvs.info-4 U src/gnu/usr.bin/cvs/doc/cvs.info-5 U src/gnu/usr.bin/cvs/doc/cvs.info-6 U src/gnu/usr.bin/cvs/tools/pcl-cvs/pcl-cvs.aux U src/gnu/usr.bin/cvs/tools/pcl-cvs/pcl-cvs.ps U src/gnu/usr.bin/cvs/os2/Makefile No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/17 22:19:50 Modified files: gnu/usr.bin/cvs: Makefile.in configure configure.in gnu/usr.bin/cvs/contrib: Makefile.in gnu/usr.bin/cvs/lib: getdate.c getdate.y gnu/usr.bin/cvs/src: checkout.c commit.c cvs.h ignore.c lock.c main.c patch.c rcscmds.c server.c update.c Removed files: gnu/usr.bin/cvs/lib: memmove.c gnu/usr.bin/cvs/macintosh: maccvs.projects.sit.hqx maccvs.rsrc.sit.hqx maccvs165.patch gnu/usr.bin/cvs/src: README-rm-add Log message: Integrate local changes CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/17 22:34:08 Modified files: gnu/usr.bin/cvs/src: main.c Log message: Make "CVSroot" available to parseopts() CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/17 22:34:47 Modified files: gnu/usr.bin/cvs: Makefile.bsd-wrapper Log message: SERVER_FLOWCONTROL is now default; don't add it here CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/18 00:08:41 Modified files: sys/kern : kern_sig.c Log message: From Keith Bostic, with some minor changes: The problem reported on BUGTRACK was that ftpd could be convinced to drop core after it had discarded its special permissions, but while it still had a copy of the encrypted passwords in its buffers. Change coredump() to: + Don't drop core for any process that was ever setuid/setgid if it's not running as root. + Change errno returns from EFAULT to appropriate values -- this will be useful for when coredump() becomes a system call and gcore goes away. + Create core dump files mode 600, and don't dump to files that are owned by anyone else or readable or writable by anyone other than the owner. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/18 00:22:30 Modified files: sys/arch/amiga/compile: .cvsignore Removed files: sys/arch/amiga/conf: INSTALL Log message: INSTALL kernel not needed any more, we use GENERIC in our miniroots CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/18 04:11:48 Modified files: sys/dev/ic : pdqreg.h Log message: Fix typo introduced when adding __OpenBSD__ checks CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/18 04:18:40 Modified files: sys/dev/ic : pdqreg.h Log message: Fix comment typo CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/18 05:22:21 Modified files: sys/miscfs/kernfs: kernfs_subr.c kernfs_vnops.c Log message: -Wall happy CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/18 05:52:30 Modified files: gnu/usr.bin/gcc: Makefile.bsd-wrapper config.guess configure Log message: ${MACHINE_ARCH}-unknown-openbsd2.0 always, except for mips where little/big-endian is significant CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/18 06:13:25 Modified files: gnu/usr.bin/gcc: configure Log message: one more touchup CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/18 06:28:23 Modified files: sys/dev : rnd.c Log message: -Wall happieness CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/18 06:30:08 Modified files: sys/sys : conf.h Log message: add random pseudo-device declaration. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/18 07:51:47 Modified files: share/man/man4/man4.i386: bt.4 Log message: bt930 not supported; from enami@ba2.so-net.or.jp CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/18 08:28:24 Modified files: sys/netipx : ipx.c ipx_input.c ipx_ip.c spx_usrreq.c Log message: -Wall happieness. bug fix caused by parens... CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/18 08:46:25 Modified files: sys/ufs/lfs : lfs.h lfs_balloc.c lfs_segment.c Log message: -Wall happieness CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/18 08:46:35 Modified files: sys/kern : subr_autoconf.c Log message: As alpha uses device_register, it needs its proto too CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/18 08:47:07 Modified files: sys/arch/alpha/include: autoconf.h Log message: device_register proto added CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/18 08:51:16 Modified files: sys/ufs/ufs : ufs_bmap.c Log message: -Wall happieness CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/18 09:23:40 Modified files: sys/gnu/ext2fs : ext2_alloc.c ext2_balloc.c ext2_bitops.c ext2_inode.c ext2_linux_balloc.c ext2_linux_ialloc.c ext2_lookup.c ext2_subr.c ext2_vfsops.c ext2_vnops.c Log message: -Wall happieness CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/18 09:25:25 Modified files: sys/arch/i386/i386: ipx_cksum.c Log message: -Wall happieness CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/18 09:33:09 Modified files: sys/arch/i386/i386: pmap.c Log message: -Wall happiness (not happieness, pointed by theo ;) CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/18 09:39:35 Modified files: sys/dev/isa : isapnp.c Log message: -Wall happiness. i suppose i may hurt someone editing this file, but i need a fresh kernel (: CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/18 09:43:08 Modified files: sys/dev/isa : pcmcia_isa.c Log message: extern isaprint CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/18 09:43:59 Modified files: sys/dev/pci : ncr.c Log message: -Wall happiness + feed np into ncr_scatter so vtophys will work on alpha CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/18 09:48:11 Modified files: sys/arch/i386/isa: spkr.c Log message: -Wall happiness CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/18 09:49:36 Modified files: sys/dev/microcode/ncr53cxxx: Makefile.inc Log message: compile using HOSTCC, -U_KERNEL CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/18 10:02:10 Modified files: sys/gnu/ext2fs : ext2_vnops.c Log message: fix -Wall happiness CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/18 10:12:03 Modified files: sys/arch/alpha/tc: esp.c espvar.h Log message: -Wall happiness CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1996/10/18 10:27:08 Modified files: . : ftp.html index.html Log message: 2.0 is out CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/18 11:17:11 Modified files: usr.bin/rlogin : kcmd.c Log message: Fix pasto by me; spotted by deraadt CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/10/18 11:17:20 Modified files: lib/libc : shlib_version Log message: tilt CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/18 11:44:31 Modified files: gnu/usr.bin/cvs/src: cvs.h main.c server.c Log message: Undo CVSroot change in main.c Pass CVS root directory as an argument to parseopts() Add prototype for parseopts() CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/18 12:16:08 Modified files: usr.bin/du : du.1 du.c Log message: Implement a -c (Grand Total) option, a'la GNU du(1). From Luke Mewburn , NetBSD PR #2805. Also -Wall happiness. CVSROOT: /cvs Module name: src Changes by: chuck@cvs.openbsd.org 1996/10/18 13:28:18 Modified files: sys/net : if_atmsubr.c Log message: fix: add missing ntohs() for llc mode, as noted by several people including Dong Lin, Zdenek Salvet, and Matthias Drochner(i think). CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/18 14:12:47 Modified files: libexec/ftpd : ftpd.c Log message: forget old password nicely CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/18 17:35:13 Modified files: distrib/sparc/floppies/inst: dot.hdprofile dot.profile Log message: no update CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/18 17:35:36 Modified files: distrib/sparc/floppies/kernel: Makefile Log message: permit building direct to a floppy CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/18 17:37:39 Modified files: distrib/sparc/floppies/inst: install.sh Log message: clone i386 install CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/18 18:05:44 Modified files: distrib/sparc/floppies/inst: list Log message: binstall and friends on floppy too CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/18 18:06:11 Modified files: distrib/sparc/floppies/inst: install.sh Log message: skip unneccessary bits, binstall too CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/18 18:18:12 Modified files: distrib/sparc/floppies/inst-common: instbin.conf Log message: tip makes crunch go insane CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/19 04:02:54 Modified files: sys/sys : systm.h sys/kern : subr_prf.c sys/arch/arc/dev: if_sn.c sys/arch/mac68k/dev: if_sn.c Log message: __assert added, impl from netbsd, however put elsewhere. use it instead of private versions (one even using the userland header) in if_sn.c CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/19 05:51:30 Modified files: etc/etc.hp300 : MAKEDEV Log message: add random device CVSROOT: /cvs Module name: src Changes by: michaels@cvs.openbsd.org 1996/10/19 06:20:03 Modified files: libexec/ftpd : ftpd.c Log message: add ')'. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/19 06:51:21 Modified files: sys/arch/sun3/sun3: conf.c Log message: add random device CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/19 07:26:16 Modified files: sys/dev : rnd.c sys/sys : conf.h sys/kern : init_main.c tty.c vfs_bio.c sys/arch/alpha/alpha: conf.c sys/arch/amiga/amiga: conf.c sys/arch/arc/arc: conf.c sys/arch/arm32/arm32: conf.c sys/arch/atari/atari: conf.c sys/arch/hp300/hp300: conf.c sys/arch/i386/i386: conf.c sys/arch/mac68k/mac68k: conf.c sys/arch/mvme68k/mvme68k: conf.c sys/arch/mvme88k/mvme88k: conf.c sys/arch/pc532/pc532: conf.c sys/arch/pmax/pmax: conf.c sys/arch/vax/vax: conf.c sys/arch/sparc/sparc: conf.c sys/conf : files files.oldconf sys/net : netisr.h Log message: random device is permanent now. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/19 08:30:00 Modified files: sys/conf : files Log message: not ready for this yet, mickey CVSROOT: /cvs Module name: src Changes by: michaels@cvs.openbsd.org 1996/10/19 18:52:59 Modified files: usr.bin/locate/bigram: locate.bigram.c usr.bin/locate/code: locate.code.c usr.bin/locate/locate: fastfind.c locate.1 locate.c locate.h updatedb.sh Log message: 8-Bit character support. From wosch@freebsd. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/19 18:55:11 Modified files: bin/sh : Makefile TOUR cd.c error.c error.h eval.c exec.c exec.h expand.c histedit.c jobs.c main.c mkinit.c mknodes.c mksyntax.c mktokens myhistedit.h mystring.c options.c options.h output.c parser.c redir.c sh.1 shell.h show.c show.h var.c var.h bin/sh/bltin : bltin.h Log message: Sync with NetBSD. Adds better POSIX compliance amongst others. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/19 19:07:04 Modified files: sys/scsi : scsiconf.c Log message: Add quirk entries for 2 optical drives, NetBSD PR #2861 CVSROOT: /cvs Module name: src Changes by: briggs@cvs.openbsd.org 1996/10/19 21:13:33 Modified files: distrib/sets/lists/base: md.mac68k distrib/sets/lists/comp: md.mac68k Log message: Sync with reality. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/19 21:57:09 Modified files: sys/arch/i386/conf: LAP Log message: pms0 CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/20 01:37:23 Modified files: sys/kern : kern_sig.c Log message: Further limit the cases where we write core files CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/20 02:36:47 Modified files: sbin : Makefile sbin/fsck_ffs : Makefile dir.c extern.h fsck.h inode.c main.c pass1.c pass1b.c pass2.c pass4.c pass5.c setup.c utilities.c sbin/fsck_ffs/SMM.doc: 0.t 1.t 3.t 4.t Makefile Added files: sbin/fsck : Makefile fsck.8 fsck.c fsutil.c fsutil.h pathnames.h preen.c sbin/fsck_ffs : fsck_ffs.8 Removed files: sbin/fsck_ffs : fsck.8 preen.c Log message: Sync with NetBSD 961019 CVSROOT: /cvs Module name: src Changes by: dm@cvs.openbsd.org 1996/10/20 09:27:54 Modified files: sys/arch/i386/include: pctr.h sys/arch/i386/i386: pctr.c Log message: Truncate rdpmc result to 40 bits. Make pctr.c build with -Wall. CVSROOT: /cvs Module name: src Changes by: dm@cvs.openbsd.org 1996/10/20 09:30:09 Modified files: sys/kern : exec_script.c Log message: Make it build with -Wparentheses. CVSROOT: /cvs Module name: src Changes by: briggs@cvs.openbsd.org 1996/10/20 11:05:23 Modified files: sys/nfs : nfs_boot.c Log message: Make support for booting over NFS dependent on NFSCLIENT instead of NETHER. Suggested in a NetBSD PR from Paul Goyette. CVSROOT: /cvs Module name: src Changes by: briggs@cvs.openbsd.org 1996/10/20 11:07:30 Modified files: sys/nfs : nfs_boot.c Log message: Fix panic message if NFSCLIENT is not defined. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/20 13:14:46 Modified files: lib/libc/md : Makefile.inc Log message: Closes PR system/34 -- fix from kstailey@dol-esa.gov Was not using NOMAN consistently. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/20 13:30:28 Modified files: sbin/fsdb : Makefile sbin/quotacheck: Makefile Log message: Deal with recent fsck changes. CVSROOT: /cvs Module name: src Changes by: imp@cvs.openbsd.org 1996/10/20 16:40:35 Modified files: sys/arch/arc/arc: machdep.c Log message: Spaces -> tabs that were my fault CVSROOT: /cvs Module name: src Changes by: briggs@cvs.openbsd.org 1996/10/20 17:40:54 Modified files: sys/arch/mac68k/include: cpu.h Log message: Out of NetBSD (scottr): Define MACH_CLASSQ2, used by Performa 575. Remove susword() because of prototype conflict with . CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/20 17:45:51 Modified files: usr.bin/chpass : chpass.c Log message: better error message if unable to create password temp file. CVSROOT: /cvs Module name: src Changes by: briggs@cvs.openbsd.org 1996/10/20 19:50:46 Modified files: sys/arch/mac68k/mac68k: via.c mainbus.c Log message: Fix two bugs noticed by Taras Ivanenko via.c: don't allow spl to remain at splhigh on error. mainbus.c: Make sure that variable is initialized. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/20 21:49:54 Modified files: lib/libc/rpc : bindresvport.3 Log message: document sin_port behaviour, pr#36, kstailey@dol-esa.gov CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/20 21:51:59 Modified files: usr.bin/talk : display.c Log message: talk messes up national characters; netbsd pr#2874, tron@lyssa.owl.de CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/20 23:11:48 Modified files: sys/ddb : db_hangman.c Log message: random is stock CVSROOT: /cvs Module name: src Changes by: imp@cvs.openbsd.org 1996/10/20 23:37:13 Modified files: sys/arch/arc/arc: minidebug.c Log message: Added 'S' for Stack tracebacks. There are usually 3 items on the stack before the routine that caused you to get into the debugger (due to the calls to stacktrace, actually). However, other than that garbage on the top of the stack, this has proven to be useful for me in tracking down strange things. While it might be better to get mdbstacktrace working (since it looks like it wants to be more complete), this gets functionality right away. Hope people find it useful. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/21 03:40:00 Modified files: sys/conf : files Log message: add procfs flags CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/21 03:55:46 Modified files: sys/conf : files Log message: undo last change. Use The Source, Luke! CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/21 04:20:33 Modified files: sys/arch/i386/conf: GANDALF SPARE-PARTS THREADWAY Log message: random is stock now CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/21 04:58:20 Modified files: sys/netns : ns_ip.c ns_var.h Log message: -Wall happiness CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/21 05:07:13 Modified files: sys/netns : ns_var.h Log message: missing struct rtentry prototype CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/21 05:37:54 Modified files: sys/arch/i386/i386: apm.c Log message: -Wall happiness CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/21 12:55:57 Modified files: usr.bin/su : su.c Log message: sheer raging paranoia -- possible buf olfow. Does not look exploitable. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/21 13:26:25 Modified files: usr.bin/su : su.c Log message: save a cycle on strncpy() -- pointed out by Theo CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/21 13:31:05 Modified files: usr.bin/su : su.c Log message: Test first, then commit, eh? CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/21 13:33:37 Modified files: usr.bin/su : su.c Log message: compile CVSROOT: /cvs Module name: www Changes by: downsj@cvs.openbsd.org 1996/10/21 15:57:47 Modified files: . : index.html Added files: . : 44bsd-small.gif 44bsd.gif Log message: Another ~2.5k. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/10/21 19:11:52 Modified files: sys/dev/isa : com.c sys/arch/i386/isa: pccom.c Log message: patch com speed initialization CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/21 19:37:54 Modified files: lib/libskey : skeysubr.c Log message: Don't need the extra newline since we never turn off echo for s/key CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/21 19:41:25 Modified files: lib/libskey : skeylogin.c Log message: Fake an s/key challenge if user doesn't have an entry. Stops info gathering attack. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/10/21 19:56:14 Modified files: sys/arch/i386/conf: SPARE-PARTS Log message: reality check CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/22 01:58:31 Modified files: etc : security Log message: Update to work properly with output from find -ls; also skip commented out lines in /etc/exports CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/22 08:01:20 Modified files: share/mk : bsd.port.mk bsd.port.subdir.mk Log message: Sync with FreeBSD CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/22 16:21:58 src/sys/arch/alpha/stand/netboot Update of /cvs/src/sys/arch/alpha/stand/netboot In directory cvs.openbsd.org:/tmp/cvs-serv5206/netboot Log Message: Directory /cvs/src/sys/arch/alpha/stand/netboot added to the repository CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/22 19:28:58 Modified files: usr.bin/login : login.c usr.bin/su : su.c Log message: skey_authenticate() now fakes up a challenge if user does not have an entry in the keys file. Don't want to give info to information gathering attack. CVSROOT: /cvs Module name: src Changes by: briggs@cvs.openbsd.org 1996/10/22 22:49:50 Modified files: sys/arch/mac68k/mac68k: locore.s machdep.c trap.c Log message: Sync up with NetBSD and include patch from Dave Huang that puts AV I/O in the right place. CVSROOT: /cvs Module name: src Changes by: briggs@cvs.openbsd.org 1996/10/22 22:52:04 Modified files: sys/arch/mac68k/include: scsi96reg.h sys/arch/mac68k/dev: scsi96.c Log message: Patches from Dave Huang to get something in and out of the Quadra SCSI. Patched by me. VERY slow (~50K/s), but working. CVSROOT: /cvs Module name: src Changes by: etheisen@cvs.openbsd.org 1996/10/22 23:23:40 Modified files: sys/arch/i386/i386: locore.s machdep.c Log message: Get memory configuration from boot blocks or /boot when it becomes available. Use MEM_COMPUTE option to use old behavior. Use EXTMEM_SIZE to override extended memory size. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/23 02:37:54 Modified files: sys/arch/i386/boot: Tag: new Makefile asm.S disk.c start.S sys.c Log message: reflect recent changes to libsa CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/23 03:02:56 Modified files: sys/lib/libsa : stand.h Added files: sys/lib/libsa : cons.c Log message: introduce multiconsoles. add btochs macro. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/23 07:25:32 Modified files: sys/arch/pmax/dev: device.h Log message: An empty arglist is called __P((void)) not __P(()) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/23 09:23:35 Modified files: sys/arch/i386/i386: locore.s Log message: avoid long lines CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/23 09:24:09 Modified files: sys/arch/i386/i386: disksubr.c Log message: correct disklabel writing; from price CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/23 09:38:40 Modified files: sys/vm : vm_meter.c vm_param.h Log message: sysctl to locate psstrings CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/23 10:42:00 Modified files: sys/dev/isa : pcmcia_pcic.c Log message: conflicts CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/23 10:43:16 Modified files: lib/libc/gen : setproctitle.c lib/libkvm : kvm_proc.c lib/libkvm.old : kvm_proc.c shlib_version Log message: use psstrings sysctl CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/23 11:15:47 Modified files: lib/libc/gen : setproctitle.c Log message: compile CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/23 12:09:28 Modified files: usr.bin/skeyinit: skeyinit.c Log message: Allow root to add entry for login that does not exist. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/23 12:55:32 Modified files: libexec/rpc.yppasswdd: rpc.yppasswdd.8 Log message: fix arg CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/23 15:53:39 Modified files: usr.bin/skey : skey.1 Log message: typo CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/23 16:38:03 Modified files: usr.sbin/config: config.8 config.h gram.y main.c mkheaders.c mkioconf.c mkmakefile.c mkswap.c pack.c scan.l sem.c sem.h util.c Log message: Merge of NetBSD 961020. Includes flexible build/source dir specs CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/23 21:46:06 Modified files: usr.bin/find : extern.h find.c main.c misc.c Log message: Respond to SIGINFO; from PR #42 CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/24 03:13:57 Modified files: sys/arch/i386/compile: .cvsignore Log message: add 3 another build directories CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/24 06:11:08 Modified files: sys/lib/libsa : printf.c Log message: fix protos and decls. CVSROOT: /cvs Module name: src Changes by: briggs@cvs.openbsd.org 1996/10/24 07:20:40 Modified files: distrib/sets : maketars makeflist Log message: Use machine instead of uname -m to get . This allows the scripts to work more easily in some cross-development situations and does not break any normal uses. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/24 08:06:28 Modified files: sys/arch/hp300/stand: Makefile boot.c netboot.c pboot.c sys_inst.c Log message: kernel is 'bsd' CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/24 08:07:12 Modified files: sys/arch/hp300/conf: Makefile.hp300 Log message: kernel is 'bsd' CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/24 09:32:38 Modified files: distrib/sparc : install.md Log message: openbsd CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/24 09:32:59 Modified files: distrib/notes : INSTALL Log message: fix CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/24 11:56:23 Modified files: sys/sys : dir.h sys/msdosfs : msdosfs_vnops.c sys/netinet : fil.c ip_fil.c ip_frag.c ip_state.c ip_nat.c Log message: is for use as a compatibility interface only. Warn if included by kernel modules, and also remove use from any modules that currently attempt to use it. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/24 12:22:36 Modified files: sys/arch/i386/i386: Tag: OPENBSD_2_0 disksubr.c Log message: merge fixes from price CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/24 17:09:10 Modified files: sys/lib/libsa : memcmp.c Log message: replace with a correct memcmp; problem spotted by rahnds CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/10/24 17:25:19 Modified files: sys/arch/i386/conf: ALL BABY DISKLESS GANDALF GENERIC INST LAP NETTAN OPRAH PCMCIA TDR WALDORF Log message: Discourage MATH_EMULATE. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/10/24 18:03:06 Modified files: lib/libm : Makefile Log message: We do i387 by default now. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/10/24 18:06:13 Modified files: lib : Makefile Removed files: lib/libm_i387 : Makefile shlib_version Log message: libm and libm_i387 are the same now. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/24 18:09:27 Modified files: lib/libkvm : shlib_version Log message: bump this too CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/24 21:09:17 Modified files: lib/libc/stdlib: abort.c Log message: POSIX requires stdio buffers be flushed on abort CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/10/24 23:59:32 Modified files: sys/arch/i386/conf: SPARE-PARTS Log message: sync CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/10/25 00:06:31 Modified files: usr.bin/wall : ttymsg.c Log message: slightly smarter CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/10/25 00:15:03 Modified files: usr.bin/write : write.c Log message: kill sprintf, use paths.h CVSROOT: /cvs Module name: src Changes by: etheisen@cvs.openbsd.org 1996/10/25 00:16:02 Modified files: share/termcap : termcap.src Log message: Added CDE dtterm capabilty. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/10/25 00:20:15 Modified files: sys/arch/i386/i386: machdep.c Log message: be slightly more verbose for my sake CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/10/25 00:27:42 Modified files: usr.bin/apropos: apropos.c Log message: sprintf -> snprintf CVSROOT: /cvs Module name: src Changes by: etheisen@cvs.openbsd.org 1996/10/25 00:35:21 Modified files: share/terminfo : terminfo.src Log message: Added CDE dtterm capability. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/10/25 01:06:38 Modified files: lib/libc/stdlib: abort.c Log message: add decl CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/25 02:04:23 Modified files: sys/dev/isa : wds.c wdsreg.h Log message: Busified CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/25 04:50:53 Modified files: usr.bin/netstat: route.c Log message: fix a freak of misalignment CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/25 05:14:17 Modified files: sys/arch/i386/conf: Makefile.i386 sys/arch/i386/i386: machdep.c pmap.c sys/arch/i386/include: param.h pmap.h vmparam.h Log message: grow kvm space; fix an over-agressive pmap optimization CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/25 05:14:45 Modified files: sys/sys : param.h Log message: i386 MAXBSIZE restriction goes away CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/25 05:35:33 Modified files: sys/dev/isa : bt.c Log message: fix; pr#38; kstailey@dol-esa.gov CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/25 13:38:24 Modified files: usr.sbin/lpr/common_source: common.c displayq.c rmjob.c startdaemon.c usr.sbin/lpr/lpd: printjob.c recvjob.c Log message: proactive bounds checking; help from millert CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/25 14:36:57 Modified files: usr.sbin/cron : env.c Log message: proactive buf check CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/25 16:16:24 Modified files: distrib/notes/i386: hardware Log message: lots of 3cxxx work in 2.0 CVSROOT: /cvs Module name: src Changes by: imp@cvs.openbsd.org 1996/10/25 17:37:02 Modified files: libexec/ftpd : popen.c Log message: Better bounds checking on argv and gargv to eliminate a fencepost error on argv and gargv variables. CVSROOT: /cvs Module name: src Changes by: imp@cvs.openbsd.org 1996/10/25 17:59:19 Modified files: libexec/ftpd : popen.c Log message: Spacing nits CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/25 21:12:46 Modified files: include : limits.h Log message: Correct a typo in _POSIX_SSIZE_MAX Correct _POSIX_ARG_MAX; it should define the minimum allowed argument size, not the supported on (we have sysconf for that) CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/25 21:13:52 Modified files: sys/sys : termios.h unistd.h Log message: Don't use a cast for _POSIX_VDISABLE Update _POSIX_VERSION to 199009 CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/25 21:19:31 Modified files: usr.bin/su : su.1 su.c Log message: Now sets $LOGNAME as per POSIX. CVSROOT: /cvs Module name: src Changes by: imp@cvs.openbsd.org 1996/10/25 22:16:36 Modified files: usr.sbin/lpr/lpq: lpq.c Log message: getopt returns -1 on OpenBSD CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/25 22:37:30 Modified files: libexec/rshd : rshd.c Log message: set $LOGNAME fore POSIX CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/25 22:59:21 Modified files: libexec/uucpd : uucpd.c Log message: set $LOGNAME and pass -Wall CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/25 23:02:02 Modified files: share/man/man7 : environ.7 Log message: mention LOGNAME CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/25 23:11:05 Modified files: usr.bin/mail : mail.1 v7.local.c Log message: honor $LOGNAME CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/25 23:18:37 Modified files: share/man/man7 : environ.7 Log message: $USER is deprecated in favour of $LOGNAME CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/10/26 00:15:05 Modified files: sys/arch/i386/conf: files.i386 Removed files: sys/arch/i386/isa: fd.c fdc.c fdreg.h fdlink.h Log message: floppy driver is now in dev/isa. Not in files.isa yet, though, since arc changes are still needed. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/10/26 00:22:39 Modified files: sys/dev/isa : fd.c fdc.c fdreg.h Log message: move related trivial changes CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/26 00:54:43 Modified files: sys/sys : termios.h unistd.h Log message: Define _POSIX_VDISABLE as (0377), not '\377' CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/26 00:58:59 Modified files: lib/libc/stdio : fvwrite.c Log message: Set errno when trying to write to a read-only stream CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/26 01:27:02 Modified files: sys/kern : vfs_syscalls.c Log message: rename(from, to) where from and to are the name file (linked) is a no-op CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/26 01:28:14 Modified files: sys/kern : kern_sig.c Log message: A process can send a signal to another process if the uid of the signalling process is the same as the saved uid of the signalled process CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/26 01:29:40 Modified files: sys/kern : kern_prot.c Log message: Verify that pgid argument to setpgid() is legal CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/26 01:30:24 Modified files: sys/kern : kern_exit.c Log message: Verify that options to wait4() are legal CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/26 01:31:49 Modified files: sys/kern : kern_descrip.c Log message: Verify arguments to fcntl(, F_GETLK, ) CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/10/26 02:07:28 Modified files: sys/dev/isa : fd.c fdc.c Log message: more move changes CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/26 02:16:09 Modified files: lib/libc/stdio : fvwrite.c Log message: Need CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/26 02:44:10 Modified files: lib/libkvm.old : kvm_proc.c Log message: Add missing cast CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/26 03:34:59 Modified files: sys/netipx : ipx.c ipx.h ipx_cksum.c ipx_error.c ipx_error.h ipx_if.h ipx_input.c ipx_ip.c ipx_ip.h ipx_outputfl.c ipx_pcb.c ipx_pcb.h ipx_proto.c ipx_tun.c ipx_usrreq.c ipx_var.h spx.h spx_debug.c spx_debug.h spx_timer.h spx_usrreq.c spx_var.h Log message: remove my CVS tag. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/26 03:40:30 Modified files: sys/netipx : ipx.h Log message: sockaddr_ipx members order change CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/26 06:33:44 Modified files: usr.sbin/lpr/lpd: lpd.c Log message: we are so ftp bounce paranoid, we checked twice! CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/26 12:24:45 Modified files: lib/libc/stdlib: abort.3 Log message: Manpage update to match changed functionality; by alex@FreeBSD.org CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/26 13:59:36 Modified files: games/hack : hack.main.c hack.options.c hack.shk.c hack.shknam.c hack.topl.c Log message: prefer $LOGNAME over $USER. fix strncpy() usage. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/26 14:02:59 Modified files: games/larn : main.c Log message: prefer $LOGNAME to $USER. Fix strncpy() usage. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/26 14:06:52 Modified files: usr.bin/at : at.c Log message: Fall back to $USER if getlogin() fails and $LOGNAME is not set. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/26 14:10:23 Modified files: usr.sbin/amd/fsinfo: fsinfo.c usr.sbin/amd/config: newvers.sh Log message: Prefer $LOGNAME to $USER. CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/26 15:50:31 Modified files: usr.bin/lex : config.h Log message: Don't use CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/10/26 16:49:13 Modified files: usr.bin/write : write.c Log message: missed one change, pointed out by Alex Nash CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/26 17:06:15 Modified files: sys/arch/i386/conf: INST Log message: ep at same places at generic CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/26 18:29:34 Modified files: lib/libz : zlib.h gzio.c Log message: Adds gz_iszipped() function. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/26 18:29:41 Modified files: bin/pax : ar_io.c Log message: -z can now list/extra compressed files too. Uses new gz_iszipped() function. CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/26 18:33:07 Modified files: lib/libc/stdio : vfprintf.c Log message: Set errno to EBADF when attempting to write to a file pointer opened read-only CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/26 18:45:02 Modified files: lib/libz : shlib_version Log message: incremented since we added gz_iszipped. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/26 18:47:34 Modified files: sys/netinet : ip_input.c Log message: record route is not a problem; thanks bitblt CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/26 19:24:09 Modified files: gnu/lib/libg++/libg++/gperf: Makefile.bsd-wrapper Log message: link against -lcurses until ld is fixed CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/26 20:26:57 Modified files: sys/kern : kern_sig.c Log message: Correct last fix CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/26 21:48:30 Modified files: sys/kern : kern_sig.c Log message: Don't verify that euid has write permission CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/26 22:51:38 Modified files: sys/kern : kern_prot.c Log message: Allow set[gu]id() if the [gu]id we are trying to set is the saved [gu]id, but only set effective [gu]id. CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/26 22:56:52 Modified files: sys/kern : kern_sig.c Log message: Allow kill(, 0) on process groups that hold only zombies; per POSIX CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/10/27 00:45:14 Modified files: bin/pax : ar_subs.c extern.h ftree.c ftree.h options.c pat_rep.c pax.c pax.h tar.1 Log message: Initial cut -C support in paxtar. Exceeds GNU tar by quite a bit. General pax still seems to work ok. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/27 01:57:13 Modified files: sys/miscfs/kernfs: Tag: syms kernfs_vnops.c Log message: show both {user,phys}mem in pages, not in bytes CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/27 01:59:05 Modified files: sys/miscfs/kernfs: kernfs_vnops.c Log message: and the same for the trunk CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/27 01:01:26 Modified files: sys/kern : kern_sig.c Log message: Signal handling now fully POSIX.1-1990 compliant CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/27 01:02:33 Modified files: sys/kern : vfs_syscalls.c Log message: Better error checking for lseek(2) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/27 05:20:25 Modified files: sys/dev/isa : bt.c Log message: bustype F is commonly seem for aha cards, do not whine CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/27 05:34:52 Modified files: lib/libm : Makefile Log message: NOPROFILE; from Mathieu.Herrb@mipnet.fr CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/27 07:53:40 Modified files: sbin/route : route.c Log message: buf oflow; thanks tqbf@rdist.org CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/27 08:11:11 Modified files: sbin/route : route.c Log message: buf oflow CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/27 09:49:19 Modified files: usr.bin/su : su.c Log message: Don't use "user" arg verbatim from argv, use the sanitized one in struct passwd just to be safe. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/27 10:46:41 Modified files: lib/libc/gen : glob.c Log message: be careful in the non-setuid case too, what the heck CVSROOT: /cvs Module name: src Changes by: etheisen@cvs.openbsd.org 1996/10/27 12:44:17 Added files: sys/sys : exec_olf.h Log message: Gear up for OLF. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/10/27 12:57:47 Modified files: lib/libm : Makefile Log message: nopic CVSROOT: /cvs Module name: src Changes by: etheisen@cvs.openbsd.org 1996/10/27 13:08:28 Modified files: sys/sys : exec_elf.h Log message: OLF makes .os section and program header hack go away. CVSROOT: /cvs Module name: src Changes by: etheisen@cvs.openbsd.org 1996/10/27 13:22:46 Modified files: include : Makefile Added files: include : olf_abi.h Log message: OLF. CVSROOT: /cvs Module name: src Changes by: etheisen@cvs.openbsd.org 1996/10/27 13:34:38 Modified files: lib/libc/gen : nlist.c Log message: Added OLF capability. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/10/27 13:55:06 Modified files: sbin/newfs : newfs.c Log message: newfs for disks other than 512bytes/sector, NetBSD pr#2404, . CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/27 15:30:37 Modified files: sys/ufs/ufs : ufs_vnops.c Log message: Correct error return for link(2) to directories Fail rename(2) on directories if one or both directories does not have write permission CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/27 16:02:25 Modified files: lib/libc/gen : exec.c Log message: exec[lv]p() shall return ENOENT for empty path names CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/27 16:22:19 Modified files: usr.sbin/amd/config: mtab_bsd.c sys/arch/i386/isa/pcvt/Util/fontedit: fontedit.c Log message: Check for __OpenBSD__. From Matthieu Herrb CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/27 16:42:57 Modified files: bin/csh : csh.c Log message: Don't honor $HOME if >= MAXPATHLEN CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/27 16:45:35 Modified files: bin/csh : csh.c Log message: compile CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/27 16:51:38 Modified files: games/battlestar: externs.h save.c Log message: Don't make size assumptions wrt $HOME CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/10/27 17:06:23 Modified files: sys/dev/isa : fd.c fdc.c fdlink.h Log message: Merge in old/latest code. Untested support for 2.88mb floppy drives. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/27 17:07:19 Modified files: games/larn : header.h main.c Log message: Safe $HOME handling. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/27 17:12:46 Modified files: games/rogue : save.c Log message: Safe $HOME handling. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/27 17:32:31 Modified files: usr.bin/ftp : ruserpass.c Log message: Safe $HOME usage. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/10/27 17:36:19 Modified files: sys/dev/isa : fd.c Log message: Change block size handling and add untested support for Japanese 1.2mb floppies. From . CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/27 17:36:23 Modified files: usr.bin/indent : args.c Log message: Safe $HOME usage. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/27 17:42:22 Modified files: usr.bin/mail : temp.c Log message: Ignore $HOME if > MAXPATHLEN CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/27 17:42:30 Modified files: sys/kern : kern_descrip.c Log message: More argument checking of fcntl(, F_GETLK, ) CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/27 17:43:37 Modified files: sys/arch/i386/conf: GANDALF Log message: Enable quotas CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/27 17:45:59 Modified files: usr.bin/msgs : msgs.c Log message: Use snprintf(). Solves $HOME overflow and others. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/27 17:50:14 Modified files: usr.bin/nohup : nohup.c Log message: Safe $HOME handling. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/27 17:54:11 Modified files: usr.bin/telnet : commands.c Log message: Safe $HOME handling. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/27 18:06:20 Modified files: usr.sbin/named/nslookup: main.c Log message: Safe $HOME handling. CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/27 19:55:06 Modified files: bin/cp : cp.c Log message: Don't strip off the last slash in the pathname "/". cp used to stat the pathname "" in order to decide that the pathname "/" is a directory. This caused `cp kernel /' to fail if the kernel has the POSIX behaviour of not allowing the pathname "" to be an alias for ".". It presumably also caused `cp /etc/motd /' to fail in the unlikely event that "." is not stat'able. Be more careful about concatenating pathnames: don't check that the pathname fits until prefixes have been discarded (the check was too strict). Print the final pathname in error messages. Terminate the target directory name properly for error messages. Don't add a slash between components if there is already a slash. Fix from FreeBSD CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/27 19:57:18 Modified files: sys/kern : vfs_lookup.c Log message: Disallow null strings ("") as path names; ignore trailing / on path names, but make sure the last element of such a path is a directory CVSROOT: /cvs Module name: src Changes by: briggs@cvs.openbsd.org 1996/10/27 20:48:54 Modified files: sys/arch/mac68k/mac68k: machdep.c Log message: Most 040 models have scsi regs at base + 0x10000, not base + 0xf000 like the Q700. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/27 21:08:22 Modified files: usr.bin/quota : quota.c Log message: Be more paranoid about passing around user/group name from argv. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/27 21:25:39 Modified files: gnu/usr.bin : Makefile Log message: add sudo CVSROOT: /cvs Module name: src Changes by: briggs@cvs.openbsd.org 1996/10/27 21:43:47 Removed files: sys/arch/mac68k/conf: OCELOT RAMDISK Log message: Obsolete. CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/27 21:55:26 Modified files: lib/libc/stdio : remove.c Log message: remove(3) should be able to remove empty directories CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/27 22:32:55 Modified files: lib/libc/stdio : fputc.c putc.c Log message: Verify that file pointer is writable CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/27 23:51:06 Modified files: include : stdio.h Log message: Do not enable putc() macro implementation if _POSIX_SOURCE is defined; it is not fully compliant CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/28 04:40:52 Modified files: sys/arch/pmax/dev: device.h Log message: Fix d_done prototype CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/28 05:14:31 Modified files: sys/arch/i386/boot: Tag: new Makefile boot.c start.S table.c Added files: sys/arch/i386/boot: Tag: new README.OpenBSD conf.c dev_subr.c Removed files: sys/arch/i386/boot: Tag: new asm.S bios.S boot.h disk.c io.c sys.c Log message: new boots w/ libsa using. new libsa required too, no commit yet. this one is to mark the step. but it works for me (: CVSROOT: /cvs Module name: src Changes by: briggs@cvs.openbsd.org 1996/10/28 07:19:12 Modified files: sys/arch/mac68k/conf: GENERIC SPOT files.mac68k Log message: Rename ncr96scsi/scsi96 to esp. CVSROOT: /cvs Module name: src Changes by: briggs@cvs.openbsd.org 1996/10/28 07:34:07 Modified files: sys/arch/mac68k/include: cpu.h Added files: sys/arch/mac68k/include: macinfo.h Log message: Mac model info out of cpu.h and into new macinfo.h. CVSROOT: /cvs Module name: src Changes by: briggs@cvs.openbsd.org 1996/10/28 07:46:26 Modified files: sys/arch/mac68k/dev: sbc.c ite.c mac68k5380.c grf_iv.c adbsys.c if_sn.c zs.c Log message: Include macinfo.h. CVSROOT: /cvs Module name: src Changes by: briggs@cvs.openbsd.org 1996/10/28 07:49:08 Modified files: sys/arch/mac68k/include: viareg.h Log message: Add prototype for function to install SCSI-B IRQ. CVSROOT: /cvs Module name: src Changes by: briggs@cvs.openbsd.org 1996/10/28 07:51:53 Modified files: sys/arch/mac68k/mac68k: via.c Log message: Add a stub for mac68k_register_scsi_b_irq() to be filled in when we figure out which interrupt Apple decided to use. CVSROOT: /cvs Module name: src Changes by: briggs@cvs.openbsd.org 1996/10/28 07:55:34 Modified files: sys/arch/mac68k/mac68k: machdep.c macrom.c pmap.c pmap_bootstrap.c Log message: Include macinfo.h. CVSROOT: /cvs Module name: src Changes by: briggs@cvs.openbsd.org 1996/10/28 08:00:50 Modified files: sys/arch/mac68k/include: macinfo.h Log message: Remove a blank line. CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/28 09:53:29 Modified files: lib/libc/string: strftime.c Log message: Deal correctly with time zones CVSROOT: /cvs Module name: www Changes by: johns@cvs.openbsd.org 1996/10/28 10:34:17 Modified files: . : ftp.html Log message: Fixed incorrect information for the real name of ftp1.usa.openbsd.org, was hal.heuris.com, now says hydra.heuris.com which is the correct info. CVSROOT: /cvs Module name: www Changes by: johns@cvs.openbsd.org 1996/10/28 10:36:24 Modified files: . : anoncvs.html Log message: Fixed incorrect reference to hal.heuris.com for anoncvs2.usa.openbsd.org, now says hydra.heuris.com which is correct. CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/28 12:24:23 Modified files: share/terminfo : terminfo.src share/termcap : termcap.src Log message: Add more reset sequences ti xterm CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/28 15:38:05 Modified files: distrib/notes/i386: install Log message: Add note about corrupt inst floppies. This happened to my officemate who hit the power button instead of halting so corrupted the floppy. CVSROOT: /cvs Module name: src Changes by: briggs@cvs.openbsd.org 1996/10/28 15:40:22 Added files: sys/arch/mac68k/dev: esp.c espreg.h espvar.h Log message: SCSI driver, functional but slow on the Quadra 700. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/28 18:01:08 Modified files: gnu/usr.bin/ld/ldconfig: ldconfig.c Log message: mktemp is evil CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/28 18:35:57 Modified files: sys/sys : signal.h Log message: Prototypes in sigvec/sigaction and for SIG_{IGN,DFL,ERR} CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/28 20:22:28 Modified files: lib/libc/locale: setlocale.c Log message: POSIX compliance. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/28 20:45:26 Modified files: sys/conf : files Log message: quota minimizing CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/28 20:46:28 Modified files: sys/kern : syscalls.master Log message: pretty CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/28 22:03:45 Modified files: gnu/usr.bin/cvs/src: main.c Log message: Restore missing call to parseopts() for non-client/server CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/29 00:47:49 Modified files: sys/lib/libsa : printf.c Log message: move vars closer to the usage. strip a bit for xxboot/bootxx. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/29 00:55:46 Modified files: sys/lib/libsa : memcmp.c Log message: #include . not , since we've got some smart b{cmp,copy,zero} macros, and may have some conflicts when including both. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/29 00:59:30 Modified files: sys/lib/libsa : stand.h Log message: add some prototypes. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/29 01:01:00 Modified files: sys/lib/libsa : saerrno.h Log message: -Wall happiness (strerror prototype) CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/29 01:03:24 Modified files: sys/ufs/ufs : ufs_readwrite.c Log message: Do not update access time if no bytes were read CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/29 01:08:52 Modified files: sys/lib/libsa : nfs.h ufs.h Log message: introduce readdir. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/29 01:28:24 Modified files: sys/sys : systm.h Log message: -Wall happiness (especially for sparc) CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/29 01:44:10 Modified files: sys/lib/libsa : netif.c netif.h Log message: -Wall happiness. remove NENTS, it's in stand now. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/29 01:46:27 Modified files: sys/sys : systm.h Log message: -Wall happiness, especially for sparc/stand CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/29 02:15:47 Modified files: sys/arch/i386/stand: Tag: new Makefile boot.c Added files: sys/arch/i386/stand: Tag: new conf.c Log message: support boot and new boot. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/29 02:17:39 src/sys/arch/i386/stand/libsa Update of /cvs/src/sys/arch/i386/stand/libsa In directory cvs.openbsd.org:/tmp/cvs-serv24508/libsa Log Message: Directory /cvs/src/sys/arch/i386/stand/libsa added to the repository CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/29 02:23:21 Added files: sys/arch/i386/stand/libsa: Tag: new Makefile.inc bioscom.S biosdev.c biosdev.h biosdisk.S bioskbd.S biostime.S dev_i386.c exec_i386.S gateA20.c libsa.h memsize.S probe_keyboard.c real_prot.S srt0.S Log message: support libsa CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/29 03:27:42 Modified files: sys/arch/i386/stand: Tag: new Makefile conf.c sys/arch/i386/stand/libsa: Tag: new bioscom.S biosdisk.S bioskbd.S biostime.S memsize.S real_prot.S Log message: don't load idt if NO_IDTR defined. syntax error in conf.c shave some bytes in *.S files. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/29 06:27:31 Added files: sys/arch/i386/stand: as.c asbootblk.c Log message: removed by accident CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/29 06:40:29 Removed files: sys/arch/i386/stand: Tag: new dev.c bios.S biosdev.c netif.c real_prot.S machdep.S Makefile.inc Log message: moved to libsa CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/29 08:50:02 Modified files: lib/libc/gen : toupper.3 Log message: typo CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/29 09:05:19 Modified files: sys/sys : syscall.h syscallargs.h sys/kern : init_sysent.c syscalls.c Log message: sync CVSROOT: /cvs Module name: www Changes by: graichen@cvs.openbsd.org 1996/10/29 09:14:12 Modified files: . : index.html Added files: . : ctm.html Log message: add some info about the "ctm way of keeping up to date with the sources" CVSROOT: /cvs Module name: www Changes by: graichen@cvs.openbsd.org 1996/10/29 09:23:08 Modified files: . : pmax.html Log message: my email adress (mailto:) and some more words about the pmax - not much for now CVSROOT: /cvs Module name: www Changes by: graichen@cvs.openbsd.org 1996/10/29 09:32:19 Modified files: . : pmax.html Log message: i should learn something more about html :-) ... CVSROOT: /cvs Module name: src Changes by: graichen@cvs.openbsd.org 1996/10/29 10:02:39 Modified files: sys/arch/pmax/conf: Makefile.pmax PLUTO sys/arch/pmax/include: asm.h machAsmDefs.h Log message: bring the source tree a bit up to date with my local tree CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/29 11:52:20 Removed files: sys/arch/i386/boot: Tag: new dev_subr.c Log message: we've one in libsa already CVSROOT: /cvs Module name: src Changes by: michaels@cvs.openbsd.org 1996/10/29 16:41:59 Modified files: lib/libc/string: strdup.3 Log message: typo. CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/29 17:20:15 Modified files: lib/libc/time : private.h localtime.c Log message: iUpdate to pass FIPS 151-2 tests CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/29 18:09:23 Modified files: usr.bin/skey : skey.c Log message: Give usage and exit if user gave us too many args. CVSROOT: /cvs Module name: src Changes by: briggs@cvs.openbsd.org 1996/10/29 22:26:30 Modified files: sys/arch/mac68k/mac68k: macrom.c Log message: Fix spelling error in panic. Double since of ResHndls[]. Use I/O kludge on all systems, not just CLASSII--A bunch of Quadras apparently have hardcoded I/O addresses in the ROMs, too. CVSROOT: /cvs Module name: src Changes by: briggs@cvs.openbsd.org 1996/10/29 22:35:02 Modified files: sys/arch/mac68k/dev: esp.c Log message: Go ahead and try dual scsi even though we'll probably need to make another pass at it. Macs with scsi offsets of 0x10000 have a SCSI CLK of 16.5MHz. All other (68k-based) appear to use 25MHz. CVSROOT: /cvs Module name: src Changes by: briggs@cvs.openbsd.org 1996/10/29 22:36:21 Modified files: sys/arch/mac68k/mac68k: via.c Log message: Make a guess that scsi-b's IRQ is on bit 0 of via2. CVSROOT: /cvs Module name: src Changes by: briggs@cvs.openbsd.org 1996/10/29 22:38:43 Modified files: sys/arch/mac68k/conf: GENERIC Log message: Add an esp1. CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/10/30 01:17:06 Modified files: sbin/ttyflags : ttyflags.c Log message: Really set flags... CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/30 05:50:37 Added files: sys/arch/i386/boot: Tag: new dev_subr.c Log message: resurrect CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/30 08:01:51 Modified files: sys/dev/isa : com.c comvar.h Log message: cominit is used from the outside (the alpha port) CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/30 09:37:20 Modified files: sys/compat/osf1: osf1_misc.c osf1_mount.c Log message: More -Wall happiness CVSROOT: /cvs Module name: src Changes by: graichen@cvs.openbsd.org 1996/10/30 10:33:00 Log message: import ctm (current through mail) for more see http://www.openbsd.org/ctm.html - it's basicaly the FreeBSD version adapted to OpenBSD - i'll bring in the latest FreeBSD changes in the next days Status: Vendor Tag: GRAICHEN Release Tags: GRAICHEN_961030 N src/usr.sbin/ctm/Makefile N src/usr.sbin/ctm/Makefile.inc N src/usr.sbin/ctm/README N src/usr.sbin/ctm/ctm/Makefile N src/usr.sbin/ctm/ctm/ctm.1 N src/usr.sbin/ctm/ctm/ctm.5 N src/usr.sbin/ctm/ctm/ctm.c N src/usr.sbin/ctm/ctm/ctm.h N src/usr.sbin/ctm/ctm/ctm_ed.c N src/usr.sbin/ctm/ctm/ctm_input.c N src/usr.sbin/ctm/ctm/ctm_pass1.c N src/usr.sbin/ctm/ctm/ctm_pass2.c N src/usr.sbin/ctm/ctm/ctm_pass3.c N src/usr.sbin/ctm/ctm/ctm_syntax.c N src/usr.sbin/ctm/ctm_dequeue/Makefile N src/usr.sbin/ctm/ctm_dequeue/ctm_dequeue.c N src/usr.sbin/ctm/ctm_rmail/Makefile N src/usr.sbin/ctm/ctm_rmail/ctm_rmail.1 N src/usr.sbin/ctm/ctm_rmail/ctm_rmail.c N src/usr.sbin/ctm/ctm_rmail/error.c N src/usr.sbin/ctm/ctm_rmail/error.h N src/usr.sbin/ctm/ctm_rmail/options.h N src/usr.sbin/ctm/ctm_scan/Makefile N src/usr.sbin/ctm/ctm_scan/ctm_scan.c N src/usr.sbin/ctm/ctm_smail/Makefile N src/usr.sbin/ctm/ctm_smail/ctm_smail.c N src/usr.sbin/ctm/mkCTM/Makefile N src/usr.sbin/ctm/mkCTM/mkCTM N src/usr.sbin/ctm/mkCTM/mkctm.c No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/30 15:41:58 Modified files: sys/arch/alpha : Makefile README STATUS TODO.users sys/arch/alpha/alpha: autoconf.c clock.c clockvar.h conf.c cpu.c dec_2100_a50.c dec_2100_a50.h dec_3000_300.c dec_3000_300.h dec_3000_500.c dec_3000_500.h dec_axppci_33.c dec_axppci_33.h dec_kn20aa.c dec_kn20aa.h disksubr.c genassym.c in_cksum.c interrupt.c locore.s machdep.c mainbus.c mcclock.c mcclockvar.h mem.c pal.s pmap.c process_machdep.c prom.c prom_disp.s promcons.c support.c swapgeneric.c sys_machdep.c trap.c vm_machdep.c sys/arch/alpha/compile: .cvsignore .keep_me build_all rebuild_all sys/arch/alpha/conf: ALPHA BUNNY GENERIC JURA Makefile.alpha NOSY OPAL files.alpha std.alpha sys/arch/alpha/eisa: eisa_machdep.h sys/arch/alpha/include: ansi.h asm.h autoconf.h bus.h cdefs.h cfbreg.h cpu.h db_machdep.h disklabel.h ecoff.h endian.h fbio.h float.h frame.h ieee.h ieeefp.h intr.h intrcnt.h kbio.h limits.h param.h pcb.h pmap.h proc.h profile.h prom.h psl.h pte.h ptrace.h reg.h rpb.h setjmp.h sfbreg.h signal.h stdarg.h tgareg.h types.h varargs.h vmparam.h vuid_event.h wsconsio.h sys/arch/alpha/isa: isa_machdep.h isafcns_jensen.c mcclock_isa.c pckbd.c pckbdreg.h pms.c spkrreg.h timerreg.h sys/arch/alpha/pci: apecs.c apecs_lca_bus_io.c apecs_lca_bus_mem.c apecs_pci.c apecsreg.h apecsvar.h bt485reg.h cia.c cia_bus_io.c cia_bus_mem.c cia_pci.c ciareg.h ciavar.h lca.c lca_pci.c lcareg.h lcavar.h pci_2100_a50.c pci_2100_a50.h pci_axppci_33.c pci_axppci_33.h pci_kn20aa.c pci_kn20aa.h pci_machdep.c pci_machdep.h pcivga.c pcivgavar.h pcs_bus_io_common.c pcs_bus_mem_common.c sio.c sio_pic.c sioreg.h siovar.h tga.c tga_bt463.c tga_bt485.c tga_conf.c tgavar.h sys/arch/alpha/stand: Makefile Makefile.inc OSFpal.c bbinfo.h bootxx.c headersize.c installboot.c prom.c prom_disp.S puts.c start.S sys/arch/alpha/stand/boot: Makefile boot.c conf.c devopen.c disk.c disk.h filesystem.c newvers.sh prom_swpal.S test.c version sys/arch/alpha/stand/bootxx: Makefile sys/arch/alpha/stand/installboot: Makefile sys/arch/alpha/tc: cfb.c cfbvar.h esp.c espreg.h espvar.h ioasic.c ioasicreg.h mcclock_ioasic.c scc.c sccreg.h sccvar.h sfb.c sfbvar.h tc_3000_300.c tc_3000_300.h tc_3000_500.c tc_3000_500.h tc_bus_io.c tc_bus_mem.c tc_conf.h tc_machdep.h tcasic.c tcds.c tcds_dma.c tcdsreg.h tcdsvar.h sys/arch/alpha/wscons: ascii.h event.c event_var.h kbd.c ms.c wscons.c wscons_emul.c wscons_emul.h wscons_raster.h wscons_rfont.h wscons_rinit.c wscons_rops.c wsconsvar.h Added files: sys/arch/alpha/alpha: pmap.old.c rd_root.c sys/arch/alpha/conf: GENERIC.PROF RAMDISK sys/arch/alpha/include: alpha_cpu.h aout_machdep.h ecoff_machdep.h elf_machdep.h kcore.h pmap.new.h pmap.old.h sys/arch/alpha/pci: apecs_lca.h sys/arch/alpha/stand: loadfile.c sys/arch/alpha/stand/netboot: Makefile conf.c dev_net.c dev_net.h devopen.c getsecs.c if_prom.c netboot.c newvers.sh rpcc.S version sys/arch/alpha/wscons: kbd.h ms.h Removed files: sys/arch/alpha/include: trap.h Log message: Merge to NetBSD 961020. Retained our kernel APIs where NetBSD has changed. -Wall -Wstrict-prototypes -Wmissing-prototypes too. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/30 16:10:27 Modified files: gnu/usr.bin/sudo/visudo: visudo.c Log message: deal with case where there is no sudoers file--pointed out by downsj CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/30 17:23:43 Modified files: gnu/usr.bin/binutils: Makefile.bsd-wrapper Log message: Hey, if we recurse in here.. we are interested of more than gas, even if not mips CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/30 17:31:22 Modified files: gnu/usr.bin/binutils/bfd: bfd-in2.h coff-alpha.c config.bfd ecoff.c reloc.c gnu/usr.bin/binutils/include/coff: alpha.h gnu/usr.bin/binutils/ld: Makefile.in configure.host configure.tgt Added files: gnu/usr.bin/binutils/ld/emulparams: alphabsd.sh gnu/usr.bin/binutils/ld/scripttempl: alphabsd.sc Log message: Add alpha support CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/30 17:39:24 Modified files: sys/arch/amiga/amiga: mem.c Log message: Correct mmmap's 2nd arg type CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/30 17:43:23 Modified files: sys/lib/libkern: Makefile Makefile.inc sys/lib/libkern/arch/alpha: Makefile.inc byte_swap_2.S byte_swap_4.S bzero.S divrem.m4 htonl.S htons.S ntohl.S ntohs.S Added files: sys/lib/libkern/arch/alpha: ffs.S Removed files: sys/lib/libkern/arch/alpha: DEFS.h SYS.h Log message: Merge NetBSD/Alpha 961020 CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/30 18:01:45 Modified files: sys/dev/ic : ad1848reg.h aic7xxx.c aic7xxxreg.h aic7xxxvar.h am7930reg.h am7990reg.h cs4231reg.h dc21040reg.h elink3.c elink3reg.h elink3var.h espreg.h hayespreg.h i8042reg.h i82365reg.h i82586reg.h i82595reg.h mb86960reg.h mc146818reg.h ncr5380.c ncr5380reg.h ns16450reg.h ns16550reg.h pdq.c pdq_ifsubr.c pdqreg.h pdqvar.h smc90cx6.c smc90cx6reg.h smc93cx6.c smc93cx6var.h z8530.doc z8530reg.h z8530sc.h Log message: $OpenBSD RCSIDs CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/30 18:05:14 Modified files: sys/dev/isa : isa.c isavar.h sys/dev/pci : if_en_pci.c ncr.c sys/dev/tc : tc.c Log message: -Wall fixes needed by alpha CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/30 18:09:27 Modified files: sys/scsi : README cd.c files.scsi scsi_cd.h scsi_changer.h scsi_debug.h scsi_disk.h scsi_message.h scsi_tape.h scsiconf.h sd.c su.c Log message: $OpenBSD RCSIDs + comment fix in sd.c CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/10/30 18:14:14 Modified files: sys/scsi : ss_scanjet.c Log message: Add SCSI_POLL to control read/writes to remove some timing problem This will be reviewed later in order to find the real culprit. Workaround from Ken Stailey CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/30 19:49:46 Modified files: sys/scsi : ss_scanjet.c Log message: hp scanjet 4p support; kstailey@dol-esa.gov CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/30 20:10:55 Modified files: usr.sbin/cron : crontab.c Log message: Proper strncpy() usage. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/30 20:22:11 Modified files: usr.bin/login : login.c Log message: Strip out $LD_* and $IFS if given -p. Code taken from telnetd. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/30 20:29:12 Modified files: sys/dev/pci : pci_subr.c pcireg.h Log message: Add ATM defines. From Jim Rees CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/10/31 07:36:58 Modified files: usr.bin/ftp : ftp.1 ftp.c ftp_var.h main.c Log message: add -r option to retry connection. dunno how to do optional argument. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/31 07:59:55 Modified files: gnu/usr.bin/sudo/sudo: Makefile Log message: Correct kerb header location. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/31 11:29:00 Modified files: etc : group Log message: nobody wants a group name CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/31 14:14:33 Modified files: etc : group master.passwd Log message: nobody gid == nobody uid (32767) CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/10/31 15:32:43 Modified files: usr.sbin/lpr/lpc: cmds.c lpc.c Log message: buf oflows pendantry CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/31 15:33:57 Modified files: usr.sbin : Makefile Removed files: usr.sbin/diskpart: Makefile diskpart.8 diskpart.c Log message: bye bye CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/31 20:45:28 Modified files: lib/libc/crypt : crypt.3 Log message: explain better how to make exportable bins CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/31 22:40:57 Modified files: usr.sbin/timed/timed: Makefile Log message: HAVENIS CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/31 23:10:45 Modified files: usr.sbin/timed/timed: acksend.c candidate.c correct.c master.c readmsg.c slave.c timed.c usr.sbin/timed/timedc: cmds.c Log message: 40 buf oflows CVSROOT: /cvs Module name: src Changes by: imp@cvs.openbsd.org 1996/10/31 23:45:46 Modified files: usr.sbin/rwhod : rwhod.c Log message: Buffer oflow possible, but unlikely CVSROOT: /cvs Module name: src Changes by: imp@cvs.openbsd.org 1996/10/31 23:53:28 Modified files: usr.sbin/rwhod : rwhod.c Log message: Revert obvious comment CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/10/31 23:53:50 Modified files: usr.sbin/rwhod : rwhod.c Log message: gethostname correctly CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/11/01 01:32:00 Modified files: sys/gnu/ext2fs : ext2_inode_cnv.c ext2_lookup.c ext2_vfsops.c ext2_vnops.c Log message: Pull in changes from Manuel Bouyer CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/11/01 01:41:43 Modified files: sys/kern : vfs_conf.c Log message: Pull in changes from Manuel. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/01 04:30:34 Modified files: libexec/rshd : rshd.c Log message: argument type nit CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/11/01 16:27:40 Modified files: usr.sbin/cron : compat.c crontab.c entry.c env.c externs.h job.c misc.c user.c Log message: Check malloc/strdup ret val and deal. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/11/01 16:41:11 Added files: share/man/man9 : malloc.9 Log message: kernel malloc()/MALLOC() man page from NetBSD CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/11/01 17:03:17 Modified files: lib/libc/gen : toupper.3 Log message: Fix occurrence of toupper -> tolower in "SEE ALSO" section. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/11/01 17:12:59 Modified files: lib/libc/gen : tolower.3 Log message: missing , CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/11/01 17:20:38 Modified files: sys/sys : dir.h Log message: Better error message if included in the kernel, from NetBSD. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/11/01 17:35:51 Modified files: usr.sbin/iostat: iostat.8 iostat.c Log message: "K" and "Kb" -> "KB" as well as "Mb" -> "MB" so people don't get confused and thing we are talking about *bits as opposed to *bytes. From NetBSD. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/11/01 17:40:49 Modified files: sbin/mount_nfs : mount_nfs.8 Log message: Clarify -c option. NetBSD PR#2884 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/11/01 17:52:03 Modified files: etc : netstart Log message: timed off by default CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/11/01 18:00:35 Modified files: bin/csh : csh.c exec.c extern.h misc.c Log message: Update from NetBSD (christos) Quote all imported environment variables. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/11/01 18:09:38 Modified files: sys/dev/isa : sbdsp.c Log message: Only print 'not finished' if AUDIO_DEBUG defined. Also fix up some printf types. From NetBSD. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/11/01 20:47:11 Modified files: bin/chio : chio.c Log message: useful useage, abbreviateable commands CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1996/11/01 21:19:40 Modified files: . : i386.html plus.html Log message: lots of new stuff CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/11/01 22:18:30 Modified files: bin/sh : expand.c input.c jobs.c options.c var.h bin/sh/bltin : echo.c Log message: Fix eval of $1, a typo, and a thinko. CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/11/01 22:35:24 Modified files: include : paths.h Log message: Remove /usr/contrib/bin and /usr/old/bin from _PATH_STDPATH CVSROOT: /cvs Module name: src Changes by: briggs@cvs.openbsd.org 1996/11/01 23:47:23 Modified files: sys/arch/mac68k/dev: espvar.h esp.c Log message: Improve reliability on my Q700, at least. Was getting the occasional glitch--an extra byte on occasion. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/11/02 09:00:06 Modified files: bin/sh : expand.c Log message: Fix my fix! CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/11/02 11:25:12 Modified files: sys/arch/sun3/stand/libsa: Makefile Added files: sys/arch/sun3/stand/libsa: memcmp.c memcpy.c memset.c Log message: mem* routines for sun3 private libsa CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/11/02 11:30:13 Modified files: sys/arch/sun3/stand/libsa: Makefile Log message: added $OpenBSD$ tag CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/11/02 23:35:21 Modified files: sys/sys : fcntl.h Log message: O_NOCTTY == 0x8000 sez POSIX CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/11/03 11:33:02 Modified files: usr.bin/tip/aculib: hayes.c Log message: Translate '=' in phone number strings into ',' (to generate delays) like other dialers do. From NetBSD (cgd). CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/11/03 11:57:15 Modified files: usr.bin/skey : skey.c Log message: Use new length/size macros. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/11/03 11:57:30 Modified files: lib/libskey : put.c skey.h skeylogin.c skeysubr.c Log message: Add a bunch of length/size macros and use them. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/11/03 11:57:46 Modified files: usr.bin/skeyinit: skeyinit.1 skeyinit.c Log message: Use new length/size macros. CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/11/03 12:09:48 Modified files: sys/scsi : ss_scanjet.c Log message: make SCSI_POLL only be set when scanjet_ctl_{read|write} is called from scanjet_attach() CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/11/03 15:26:00 Modified files: usr.bin/showmount: showmount.c Log message: vis CVSROOT: /cvs Module name: src Changes by: bitblt@cvs.openbsd.org 1996/11/03 16:16:13 Modified files: bin/sh : cd.c Log message: sh can now be started in a directory whose fully qualified pathname is between 255 and MAXPATHLEN-1 characters. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/11/03 16:24:14 Modified files: usr.sbin/lpr/lpc: cmds.c usr.sbin/lpr/lpd: lpd.c printjob.c recvjob.c usr.sbin/lpr/lpr: lpr.c usr.sbin/lpr/pac: pac.c Log message: Improve portability by using ANSI/POSIX interfaces when possible. CVSROOT: /cvs Module name: src Changes by: bitblt@cvs.openbsd.org 1996/11/03 17:07:37 Modified files: usr.bin/tn3270/api: api_bsd.c Log message: Now allows for host name lengths longer than 100 characters; not an exploitable overflow. CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/11/03 18:55:19 Modified files: sys/ufs/ufs : ufs_readwrite.c Log message: Redo access time change; it should be updated on a read of 0 bytes when more than 0 bytes were requested, but not when 0 bytes were requested CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/11/03 20:28:08 Modified files: sys/kern : tty.c Log message: If VMIN=0, and timer>0 and expires, read should return 0 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/11/03 20:31:16 Modified files: sys/miscfs/specfs: spec_vnops.c Log message: permit locking on devices CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/11/03 20:31:55 Modified files: sys/miscfs/fifofs: fifo_vnops.c Log message: We should return 0 on non-blocking read from FIFO with no writers CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/11/04 02:00:11 Modified files: sys/kern : tty.c Log message: support _POSIX_VDISABLE for VEOF and VEOL too CVSROOT: /cvs Module name: src Changes by: briggs@cvs.openbsd.org 1996/11/04 09:46:46 Modified files: sys/arch/mac68k/dev: esp.c Log message: Improve performance some. Still pretty bad. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/11/04 11:13:39 Modified files: usr.sbin/lpr/lpr: lpr.c Log message: Don't use access(2) -- from Theo. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/11/04 11:16:39 Modified files: usr.sbin/lpr/common_source: printcap.c Log message: Remove dead code as pointed out by bitblt. Also nuke the gross #defines, making things printcap specific (we don't use the old termcap code anyway...) We should really just use getcap(3). CVSROOT: /cvs Module name: src Changes by: briggs@cvs.openbsd.org 1996/11/04 11:51:54 Modified files: sys/arch/mac68k/dev: esp.c Log message: Q900, etc. have 2nd scsi adapter at offset of 0x402, not 0x400 from the 1st. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/11/04 17:54:18 Modified files: include : Makefile Log message: install gnu/ext2fs CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/11/04 17:55:02 Modified files: sys/gnu/ext2fs : ext2_fs.h Log message: sync CVSROOT: /cvs Module name: src Changes by: briggs@cvs.openbsd.org 1996/11/04 18:40:32 Modified files: sys/arch/mac68k/mac68k: machdep.c Log message: Use romvecs[14] for the P460, not romvecs[3]. From Bob Nestor with some verification from Pete Nush. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/11/04 20:15:12 src/distrib/sets/lists/game Update of /cvs/src/distrib/sets/lists/game In directory cvs.openbsd.org:/usr/src/distrib/sets/lists/game Log Message: Directory /cvs/src/distrib/sets/lists/game added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/11/04 20:16:47 Modified files: distrib/sets : makeflist maketars Added files: distrib/sets/lists/game: md.amiga md.arc md.atari md.hp300 md.i386 md.mac68k md.mvme68k md.pc532 md.pmax md.sparc md.sun3 mi Removed files: distrib/sets/lists/games: md.amiga md.arc md.atari md.hp300 md.i386 md.mac68k md.mvme68k md.pc532 md.pmax md.sparc md.sun3 mi Log message: s/games/game/ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/11/04 20:17:37 Modified files: distrib/notes/amiga: contents distrib/notes/i386: contents distrib/notes/sparc: contents Log message: s/games/game/ CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/11/04 20:30:13 Modified files: sys/ufs/ffs : ffs_inode.c Log message: Patch from Kirk McKusick: The following change eliminates an unnecessary synchronous write from the filesystem. When freeing an indirect block, there is no need to write it (synchronously, no less!) before tossing it. CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/11/04 20:49:15 Modified files: sys/arch/i386/conf: INST Log message: Remove a ^G that should not be here CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/11/04 20:57:17 Modified files: sys/arch/i386/compile: .cvsignore sys/arch/i386/conf: GANDALF usr.sbin/sendmail/cf/cf: Makefile Added files: sys/arch/i386/conf: SARUMAN usr.sbin/sendmail/cf/cf: saruman.mc Log message: Enable NFS Add configuration for test machine CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/11/04 21:42:31 Modified files: sys/kern : tty.c Log message: Correct error returns from tcsetpgrp() aka ioctl(, TIOCSPGRP, ) CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/11/04 21:49:16 Modified files: sys/kern : tty.c Log message: Add more cases that should generate SIGTTOU CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/11/05 11:21:29 Removed files: usr.sbin/lpr/common_source: printcap.c Log message: lpr suite uses getcap(3) so this is never used! CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/11/05 11:23:50 Modified files: usr.bin/login : login.c Log message: dialup stuff is garbage CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/11/05 18:29:04 Modified files: sys/sys : conf.h Log message: proto blktochr() CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/11/05 18:29:25 Modified files: sys/sys : systm.h Log message: proto mountroot and friends CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/11/05 18:29:46 Modified files: sys/kern : init_main.c Log message: mountroot is prototyped elsewhere CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/11/05 18:30:04 Modified files: sys/arch/i386/i386: swapgeneric.c Log message: fix mountroot decl CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/11/05 18:31:03 Modified files: sys/arch/sparc/sparc: swapgeneric.c Log message: fix mountroot decl CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/11/05 18:34:03 Modified files: sys/dev/isa : fdreg.h sys/arch/sparc/dev: fd.c sys/arch/arc/dev: fd.c etc/etc.i386 : MAKEDEV etc/etc.sparc : MAKEDEV Log message: give floppies real partitions CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/11/05 18:35:07 Modified files: sys/arch/i386/i386: conf.c Log message: move floppy to split-major for 4 units CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/11/05 18:35:26 Modified files: sys/arch/i386/i386: conf.c Log message: add blktochr() CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/11/05 18:35:44 Modified files: sys/arch/sparc/sparc: conf.c Log message: add blktochr() CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/11/05 18:36:30 Modified files: sys/kern : subr_disk.c Log message: dk_mountroot() uses ioctl to read disklabel CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/11/05 18:36:55 Modified files: sys/sys : disklabel.h Log message: FS_EXT2FS CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/11/05 18:37:24 Modified files: sys/arch/i386/i386: autoconf.c Log message: use dk_mountroot CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/11/05 18:37:41 Modified files: sys/arch/sparc/sparc: autoconf.c Log message: use dk_mountroot CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/11/05 18:38:18 Modified files: sys/arch/arc/arc: swapgeneric.c Log message: repair mountroot type CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/11/05 18:38:27 Modified files: sys/arch/arc/arc: conf.c Log message: add blktochr CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/11/05 18:38:37 Modified files: sys/arch/arc/arc: autoconf.c Log message: use dk_mountroot CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/11/05 18:38:57 Modified files: usr.sbin/config: mkswap.c Log message: use dk_mountroot CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/11/05 18:45:06 Modified files: sys/arch/mvme68k/mvme68k: swapgeneric.c Log message: repair mountroot type CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/11/05 18:45:20 Modified files: sys/arch/mvme68k/mvme68k: conf.c Log message: add blktochr() CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/11/05 18:45:35 Modified files: sys/arch/mvme68k/mvme68k: autoconf.c Log message: use dk_mountroot CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/11/05 18:46:58 Modified files: share/man/man4/man4.i386: fdc.4 Log message: describe new device nodes CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/11/05 18:59:34 Modified files: sys/arch/sun3/sun3: conf.c Log message: add blktochr() CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/11/05 19:01:00 Modified files: sys/arch/alpha/alpha: swapgeneric.c Log message: fix mountroot type CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/11/05 19:01:09 Modified files: sys/arch/alpha/alpha: conf.c Log message: add blktochr() CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/11/05 19:01:20 Modified files: sys/arch/alpha/alpha: autoconf.c Log message: use dk_mountroot CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/11/05 19:09:40 Modified files: sys/arch/i386/i386: autoconf.c Log message: fd moves, acd gets added CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/11/05 19:30:58 Modified files: sys/arch/i386/i386: conf.c Log message: fix for acd CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/11/05 20:54:01 Modified files: sys/kern : vfs_lookup.c Log message: Temporarily disable special-case for trailing '/' in pathname lookups CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/11/05 23:51:48 Modified files: sys/kern : vfs_lookup.c Log message: Get vnode locking right when verifying pathnames ending in '/' are directories CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/11/06 01:37:42 Modified files: sys/kern : tty.c Log message: 0377 handling in ISTRIP/PARMRK mode CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/06 02:36:50 Modified files: sys/scsi : ss_scanjet.c Log message: Slight oversight in Ken's latest fix CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/06 02:43:12 Modified files: sys/dev/isa : wdc.c Log message: Correct ISADMA condition. Now both amiga & arc can use IDE with >4k xfers CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/11/06 10:05:54 Modified files: sys/gnu/ext2fs : ext2_lookup.c Log message: Change suggested by Manuel Bouyer. CVSROOT: /cvs Module name: src Changes by: etheisen@cvs.openbsd.org 1996/11/06 11:35:23 Modified files: sys/sys : exec_olf.h Log message: Added ONAMEV operating system name vector. Added OSTRIP strip defines. CVSROOT: /cvs Module name: src Changes by: etheisen@cvs.openbsd.org 1996/11/06 11:41:53 Modified files: sys/sys : exec_elf.h exec_olf.h Log message: Fix copyright. CVSROOT: /cvs Module name: src Changes by: etheisen@cvs.openbsd.org 1996/11/06 12:18:03 Added files: usr.bin/file/magdir: olf Log message: Added OLF magic. CVSROOT: /cvs Module name: src Changes by: etheisen@cvs.openbsd.org 1996/11/06 13:12:13 Modified files: sys/sys : exec_olf.h Log message: Uhm, OLF needs a dynamic linked tag. CVSROOT: /cvs Module name: src Changes by: etheisen@cvs.openbsd.org 1996/11/06 13:36:04 Modified files: usr.bin/file/magdir: olf Log message: Only output unstripped. Check for static tag. CVSROOT: /cvs Module name: src Changes by: etheisen@cvs.openbsd.org 1996/11/06 13:50:11 Modified files: usr.bin/file/magdir: olf Log message: negative logic. CVSROOT: /cvs Module name: src Changes by: etheisen@cvs.openbsd.org 1996/11/06 13:56:13 Modified files: sys/sys : exec_olf.h Log message: Negative logic. CVSROOT: /cvs Module name: src Changes by: etheisen@cvs.openbsd.org 1996/11/06 14:08:48 src/usr.bin/elf2olf Update of /cvs/src/usr.bin/elf2olf In directory cvs.openbsd.org:/tmp/cvs-serv7519/elf2olf Log Message: Directory /cvs/src/usr.bin/elf2olf added to the repository CVSROOT: /cvs Module name: src Changes by: etheisen@cvs.openbsd.org 1996/11/06 14:13:50 Modified files: usr.bin : Makefile Added files: usr.bin/elf2olf: Makefile elf2olf.c Log message: elf2olf - olf2elf. CVSROOT: /cvs Module name: src Changes by: etheisen@cvs.openbsd.org 1996/11/06 14:34:01 Modified files: usr.bin/elf2olf: elf2olf.c Log message: Negative logic. Cleanup output. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/11/06 16:03:22 Modified files: etc : daily Log message: only run calendar on yp server; from matthieu@laas.fr CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/06 16:24:43 Modified files: sys/vm : vm_object.c Log message: Be more restrictive with concurrent uses of the objects involved while paging in. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/11/06 18:40:37 Modified files: sys/arch/sun3/sun3: swapgeneric.c Log message: dk_mountroot CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/11/07 00:11:49 Modified files: kerberosIV/krb : mk_priv.c mk_safe.c Log message: 64bit fixes from -tih CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/07 01:36:53 Modified files: sys/dev/isa : if_ed.c Log message: Handle odd-aligned mbufs in 16 bit mode so strict alignment is enforced CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/07 04:19:50 Modified files: sys/arch/i386/isa/pcvt: pcvt_ext.c Log message: Conditinally unused variable (-Wall fix) CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/07 04:25:13 Modified files: sys/dev/isa : if_ed.c Log message: Parenthesize bit ops in last change (-Wall fix) CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/11/07 19:20:09 Modified files: sys/arch/sun3/include: cpu.h Log message: Added protection against multiple inclusions. Added CTL_MACHDEP definitions. "The Way Out Is The Way In" -- Laraaji CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/11/08 04:03:58 Modified files: sbin/nfsd : nfsd.8 Log message: correct example CVSROOT: /cvs Module name: src Changes by: chuck@cvs.openbsd.org 1996/11/08 13:49:13 Modified files: sys/arch/mvme68k/mvme68k: disksubr.c Log message: apply netbsd pr#2598 from der mouse: everything before the beginning of the "a" partition on a disk is read-only except when accessed via RAW_PART. (a problem if "a" isn't at the front of the disk). CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/08 14:53:33 Modified files: usr.sbin/ypserv/yppush: yppush.c Log message: Fix grammatical error CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/08 16:20:15 Modified files: sys/nfs : nfs_serv.c Log message: Rearrange condition so invalid dereferences can't happen CVSROOT: /cvs Module name: src Changes by: chuck@cvs.openbsd.org 1996/11/08 20:29:01 Modified files: sys/netnatm : natm.c natm_pcb.c natm_proto.c Log message: netbsd pr#2918 (jukka.partanen@research.nokia.com): - fix up netnatm so that it compiles with new warning flags (and install headers) - sync in some minor changes from netbsd (Matthias Drochner) CVSROOT: /cvs Module name: src Changes by: chuck@cvs.openbsd.org 1996/11/08 20:43:11 Modified files: sys/dev/ic : midway.c Log message: netbsd pr#2919 (jukka.partanen@research.nokia.com): - fix compiler warnings CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/11/08 23:39:44 Modified files: usr.bin/login : login.c Log message: Log failures if user closes network session while in username/password prompt phase. Previously the SIGHUP was not catched and so failures were not logged. Noticed by bitblt. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/11/09 00:43:22 Modified files: usr.bin/login : login.c Log message: Ensure that username is initialized to NULL. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/11/09 01:38:35 Modified files: sys/gnu/ext2fs : ext2_extern.h ext2_vfsops.c Log message: make kernel compile and link CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/09 01:40:54 Modified files: sys/dev/isa : wds.c wdsreg.h Log message: Altered wds_wait's interface as the current one didn't have a chance to work in early probe code under the bus.h system. Make debugging runtime configurable. Some s/u_char/u_int8_t/ work. Set ia_iosize to a sane value. Move wds_init up before the setting of the DMA machinery to cascade mode (from Charles Hannum). Add ISA bounce-buffering code inside #ifdef notyet. In the -ASC case buffers could never be gotten due to forgetting some braces, added them. Removed a possibility of a NULL deref in some diagnostic printouts. Unmap the I/O area after the probe. Cache the bustag and the iohandle in wds_init. Did set WDS_IO_PORTS to 8 as some code indicated it might take up that much even though I only know of three ports in there.. This might be changed down later again. CVSROOT: /cvs Module name: src Changes by: michaels@cvs.openbsd.org 1996/11/09 06:58:49 Modified files: gnu/usr.bin/cvs/src: ignore.c Log message: ignore "*.depend". CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/11/09 11:46:56 Modified files: sys/kern : tty.c Log message: Use passed-in process, not curproc to determine if the process is in the background CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/11/09 11:55:47 Modified files: sys/kern : tty.c Log message: Implement CREAD CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/11/09 12:54:01 Modified files: usr.bin/ftp : cmds.c Log message: optional size argument to hash command CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/11/09 12:55:13 Modified files: usr.bin/ftp : cmdtab.c Log message: optional size argument to hash command CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/11/09 12:56:25 Modified files: usr.bin/ftp : ftp.1 Log message: optional size argument to hash command CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/11/09 12:57:48 Modified files: usr.bin/ftp : ftp.c Log message: optional size argument to hash command CVSROOT: /cvs Module name: www Changes by: millert@cvs.openbsd.org 1996/11/09 12:58:59 Modified files: . : ftp.html Log message: Add ftp.dti.ad.jp CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/11/09 12:59:00 Modified files: usr.bin/ftp : main.c Log message: optional size argument to hash command CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/11/09 12:59:36 Modified files: usr.bin/ftp : ftp_var.h Log message: optional size argument to hash command CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/11/09 13:17:19 Modified files: usr.bin/login : Makefile login.1 login.c pathnames.h Added files: usr.bin/login : failedlogin.c Log message: Adds support for logging and reporting on failed login attempts via sparse file /var/log/failedlogin. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/11/09 14:18:57 Modified files: etc : inetd.conf Log message: By default, run telnetd with -k (no auto kludge) CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/11/09 14:50:44 Modified files: sys/dev/isa : com.c Log message: Break shall be handled as data == 0 and FE bit set; from Theo CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/11/09 14:56:23 Modified files: sys/arch/i386/isa: pccom.c Log message: Proper break handling CVSROOT: /cvs Module name: src Changes by: chuck@cvs.openbsd.org 1996/11/09 16:02:32 Modified files: sys/net : if_atm.h if_atmsubr.c Log message: fix previous byte-order fix the correct way (from Zdenek Salvet ) CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/11/10 00:57:26 Modified files: usr.sbin/config: mkswap.c Log message: Fix the fucking typo. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/11/10 02:49:15 Modified files: sys/arch/i386/i386: autoconf.c Log message: Another change Theo missed, plus some stylistic changes CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/11/10 03:18:57 Modified files: sys/arch/i386/i386: autoconf.c Log message: Repair setroot() to at least have a chance of working after Theo's changes. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/11/10 03:23:46 Modified files: sys/arch/i386/i386: autoconf.c Log message: comment CVSROOT: /cvs Module name: src Changes by: briggs@cvs.openbsd.org 1996/11/10 07:29:42 Modified files: sys/arch/mac68k/dev: ite.c Log message: NetBSD changes from scottr: VT220-related emulation additions: - Add reset attribute sequences for bold, underline, and reverse - Add insert/delete line sequences - Recognize but ignore G0/G1 character set sequences Performance: - Speed up clear_line() when clearing the entire line Also, some stylistic changes for checking/setting scroll region bounds and in putc_getpars(). These changes make the ITE work properly with the 1.2 termcap file. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/11/10 14:21:30 Modified files: sys/dev/isa : fdreg.h Log message: Kill major number hack. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/11/10 14:31:53 Modified files: sys/arch/i386/i386: autoconf.c conf.c Log message: Move fd back. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/11/10 14:39:18 Modified files: etc/etc.i386 : MAKEDEV Log message: Revert. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/11/10 14:44:42 Modified files: share/man/man4/man4.i386: fdc.4 Log message: Revert. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/11/10 17:27:28 Modified files: gnu/usr.bin/sudo/sudo: parse.yacc Log message: Fix User_Alias's in the runas list. Kind of kludgy, a better fix will be in 1.5.3. CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/11/10 21:25:31 Modified files: usr.sbin/sendmail/cf/cf: gandalf.mc Log message: Add another Cw CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/11/10 21:28:16 Modified files: sys/kern : tty.c Log message: Flush input and output in receipt of break (unless break is ignored) CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/11/10 21:42:34 Modified files: kerberosIV : Makefile Makefile.inc kerberosIV/include/kerberosIV: com_err.h Removed files: kerberosIV/com_err: Makefile com_err.3 com_err.c error_message.c error_table.h et_name.c init_et.c kerberosIV/compile_et: Makefile compile_et.1 compile_et.c compiler.h error_table.y et_lex.lex.l Log message: com_err is moving out into the main tree CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/11/10 21:46:53 src/lib/libcom_err Update of /cvs/src/lib/libcom_err In directory cvs.openbsd.org:/tmp/cvs-serv9021/libcom_err Log Message: Directory /cvs/src/lib/libcom_err added to the repository CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/11/10 21:55:05 Modified files: lib : Makefile include : Makefile Added files: lib/libcom_err : Makefile com_err.3 com_err.c com_err.h error_message.c error_table.h et_name.c init_et.c Log message: Move libcom_err out of Kerberos, change include location. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/11/10 22:03:35 src/libexec/compile_et Update of /cvs/src/libexec/compile_et In directory cvs.openbsd.org:/tmp/cvs-serv9146/compile_et Log Message: Directory /cvs/src/libexec/compile_et added to the repository CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/11/10 22:06:36 Modified files: libexec : Makefile Added files: libexec/compile_et: Makefile compile_et.1 compile_et.c compiler.h error_table.y et_lex.lex.l Log message: compile_et now resides in /usr/libexec. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/11/10 22:34:43 Modified files: libexec/rlogind: rlogind.c Log message: correct type cast CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/11/10 22:35:18 Modified files: kerberosIV : Makefile Makefile.inc kerberosIV/kadm: Makefile kerberosIV/krb : Makefile kerberosIV/ss : Makefile Log message: com_err/compile_et changes CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/11/10 22:43:29 Modified files: kerberosIV : Makefile.inc kerberosIV/kadm: Makefile kerberosIV/krb : Makefile kerberosIV/ss : Makefile Log message: compile_et no longer needs to be treated special CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/11/10 22:45:47 Modified files: usr.bin/compile_et: compile_et.1 Log message: kill path ref CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/11/10 22:46:03 Modified files: libexec : Makefile usr.bin : Makefile Log message: compile_et belongs in usr.bin CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/11/10 22:59:47 Modified files: usr.bin/rlogin : des_rw.c krcmd.c rlogin.c Log message: type casts CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/11/10 23:14:43 Modified files: usr.bin : Makefile Log message: remove junk '\' CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/11/11 01:36:35 Modified files: sys/gnu/ext2fs : ext2_linux_ialloc.c Log message: Update support, from Thorsten. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/11/11 02:49:48 Modified files: lib/libcom_err : com_err.c error_message.c Log message: Slight update. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/11/11 08:34:41 Modified files: gnu/usr.bin/sudo/sudo: parse.yacc Log message: Back out last change. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/11/11 08:35:20 Modified files: sys/kern : vfs_init.c sys/sys : systm.h Log message: export vfs_opv_init* CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/11 10:22:15 Modified files: usr.sbin/ypserv/ypserv: ypserv_db.c Log message: plug db descriptor leak CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/11/11 11:47:27 Modified files: sys/sys : conf.h Log message: removed bdev_decl(ss); CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/11/11 12:20:45 Modified files: etc/etc.atari : MAKEDEV sys/arch/atari/atari: conf.c sys/arch/atari/conf: std.atari Log message: Updates for SCSI scanner and SCSI unknown devices. Removed MI *dev_decl() stuff that is now in sys/conf.h CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/11/11 12:29:24 Modified files: sys/arch/atari/conf: files.atari Log message: Updates for SCSI scanner and SCSI unknown devices. Removed MI *dev_decl() stuff that is now in sys/conf.h CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/11/11 12:43:29 Modified files: etc/etc.alpha : MAKEDEV sys/arch/alpha/alpha: conf.c sys/arch/alpha/conf: GENERIC Log message: Updates for SCSI scanner and SCSI unknown devices. Removed MI *dev_decl() stuff that is now in sys/conf.h CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/11/11 13:35:03 Modified files: etc/etc.mvme68k: MAKEDEV sys/arch/mvme68k/mvme68k: conf.c Log message: Updates for SCSI scanner and SCSI unknown devices. Removed MI *dev_decl() stuff that is now in sys/conf.h CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/11/11 13:47:25 Modified files: etc/etc.i386 : MAKEDEV sys/arch/i386/i386: conf.c Log message: Updates for SCSI scanner and SCSI unknown devices. Removed MI *dev_decl() stuff that is now in sys/conf.h CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/11/11 15:55:58 Modified files: etc/etc.mac68k : MAKEDEV sys/arch/mac68k/mac68k: conf.c Log message: Updates for SCSI scanner and SCSI unknown devices. Removed MI *dev_decl() stuff that is now in sys/conf.h CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/11/11 16:10:35 Modified files: etc/etc.pc532 : MAKEDEV sys/arch/pc532/pc532: conf.c sys/arch/pc532/conf: files.pc532 Log message: Updates for SCSI scanner and SCSI unknown devices. Removed MI *dev_decl() stuff that is now in sys/conf.h CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/11/11 16:20:48 Modified files: etc/etc.pmax : MAKEDEV sys/arch/pmax/pmax: conf.c sys/arch/pmax/conf: GENERIC Log message: Updates for SCSI scanner and SCSI unknown devices. Removed MI *dev_decl() stuff that is now in sys/conf.h CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/11/11 16:30:28 Modified files: etc/etc.sparc : MAKEDEV sys/arch/sparc/sparc: conf.c sys/arch/sparc/include: conf.h sys/arch/sparc/conf: GENERIC Log message: Updates for SCSI scanner and SCSI unknown devices. Removed MI *dev_decl() stuff that is now in sys/conf.h CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/11/11 16:51:41 Modified files: etc/etc.sun3 : MAKEDEV sys/arch/sun3/sun3: conf.c sys/arch/sun3/conf: GENERIC Added files: sys/arch/sun3/include: conf.h Log message: Updates for SCSI scanner and SCSI unknown devices. Removed MI *dev_decl() stuff that is now in sys/conf.h CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/11/11 17:01:48 Added files: sys/arch/sun3/conf: COYOTE Log message: config file for my Sun3/60M CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/11/11 18:21:29 Modified files: sys/arch/sun3/sun3: conf.c Log message: cdev_init_random -> cdev_random_init CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/11/12 00:04:51 Modified files: sbin/disklabel : disklabel.c Log message: Match fs type case-insensetively. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/11/12 00:23:23 Modified files: gnu/usr.bin/sudo/sudo: parse.yacc Log message: Fix bug with > 32 saved aliases. Don't overshadow global var with local instantiation! (I didn't write that code, honest!) CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/11/12 00:54:56 Modified files: usr.sbin/tcpdump: ethertype.h Added files: usr.sbin/tcpdump: netbios.h print-netbios.c Log message: add NetBIOS printing. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/12 01:11:09 Modified files: sys/arch/arc/arc: autoconf.c Log message: Use table to map the BIOS bootdev to our name instead of picking out certain characters out of the BIOS string CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/11/12 01:31:57 Modified files: usr.sbin/tcpdump: Makefile print-ether.c Log message: add NetBIOS printing. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/12 01:37:59 Modified files: usr.sbin/config: mkswap.c Log message: *mountroot protos is in systm.h now CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/12 01:42:10 Modified files: sys/arch/arc/dev: pccons.c Log message: Add PCCONS_FORCE_WORD mode to limit the moves to 16bit in the VGA mem area. This is needed for stupid VLB VGA cards that accept larger accesses but ignores everything but the 16 low bits. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/12 01:44:08 Modified files: sys/arch/arc/conf: ARCTIC Log message: Sync to reality CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/11/12 01:46:14 Modified files: sbin/mount : Makefile mount.c Added files: sbin/mount : readlabel.c Log message: Prelimary label-groking code for mount; makes -t close to obsolete. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/11/12 01:52:39 Modified files: usr.sbin/tcpdump: tcpdump.c Log message: initialize: int thiszone=0; CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/11/12 02:09:20 Modified files: sbin/mount : mount.c Log message: fix CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/12 02:16:37 Modified files: etc/etc.alpha : disktab ttys Log message: Add OpenBSD tags, use ansi-m as terminal type on wscons ttys CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/11/12 08:39:05 Modified files: sys/ufs/ufs : ufs_vnops.c Log message: comment typo CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/11/12 08:51:35 Modified files: sys/nfs : nfs_vnops.c Log message: typo CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/12 13:31:03 Modified files: sys/arch/alpha/isa: mcclock_isa.c pckbd.c sys/arch/alpha/pci: apecs_lca_bus_io.c apecs_lca_bus_mem.c cia_bus_io.c cia_bus_mem.c pci_2100_a50.c pci_axppci_33.c sio.c sio_pic.c tga.c sys/arch/alpha/tc: cfb.c sfb.c tc_bus_io.c tc_bus_mem.c sys/arch/amiga/isa: cross.c ggbus.c if_isaed.c sys/arch/arc/dev: ace.c lpr.c sys/arch/i386/i386: mainbus.c sys/arch/i386/isa: ahc_isa.c lms.c pccom.c sys/dev/eisa : aha1742.c ahc_eisa.c eisa.c eisavar.h if_ep_eisa.c if_fea.c sys/dev/ic : aic7xxx.c cy.c elink3.c midway.c midwayreg.h pdqvar.h smc93cx6.c sys/dev/isa : ast.c boca.c com.c cy_isa.c elink.c fd.c fdc.c if_ed.c if_ep_isa.c if_ie.c isapnp.c isavar.h lpt.c rtfps.c wd.c wdc.c wds.c sys/dev/pci : ahc_pci.c cy_pci.c if_de.c if_ep_pci.c if_le_pci.c ncr.c pcivar.h sys/dev/pcmcia : if_ep_pcmcia.c pcmciavar.h sys/dev/tc : tcvar.h Added files: sys/arch/alpha/include: bus.old.h sys/arch/amiga/include: bus.old.h sys/arch/arc/include: bus.old.h sys/arch/i386/include: bus.old.h Log message: s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy road possibly taken in small steps CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/12 15:46:27 Modified files: sys/dev/ic : midway.c midwayreg.h sys/arch/alpha/include: bus.h sys/arch/i386/include: bus.h Log message: Arrival of new bus.h from NetBSD CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/12 16:33:03 Modified files: bin/md5 : Makefile md5.c Log message: -Wall happiness CVSROOT: /cvs Module name: src Changes by: etheisen@cvs.openbsd.org 1996/11/12 20:55:42 Modified files: lib/libarch : Makefile Log message: Ignore empty alpha dir. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/11/13 00:17:21 Modified files: sbin/slattach : slattach.c Log message: Write out pid file, from Monroe Williams . CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/11/13 05:12:20 Modified files: sys/arch/sun3/conf: DISKLESS FOUR_TTYS GENERIC GENERIC_KGDB Makefile.sun3 RAMDISK SMD_TEST Log message: kernel is bsd CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/13 09:13:57 src/gnu/usr.bin/binutils/gdb Update of /cvs/src/gnu/usr.bin/binutils/gdb In directory cvs.openbsd.org:/tmp/cvs-serv6276/gdb Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/13 09:14:18 src/gnu/usr.bin/binutils/readline Update of /cvs/src/gnu/usr.bin/binutils/readline In directory cvs.openbsd.org:/tmp/cvs-serv6286/readline Log Message: Directory /cvs/src/gnu/usr.bin/binutils/readline added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/13 09:14:31 src/gnu/usr.bin/binutils/mmalloc Update of /cvs/src/gnu/usr.bin/binutils/mmalloc In directory cvs.openbsd.org:/tmp/cvs-serv6296/mmalloc Log Message: Directory /cvs/src/gnu/usr.bin/binutils/mmalloc added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/13 09:14:43 src/gnu/usr.bin/binutils/sim Update of /cvs/src/gnu/usr.bin/binutils/sim In directory cvs.openbsd.org:/tmp/cvs-serv6307/sim Log Message: Directory /cvs/src/gnu/usr.bin/binutils/sim added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/13 09:15:02 src/gnu/usr.bin/binutils/tcl Update of /cvs/src/gnu/usr.bin/binutils/tcl In directory cvs.openbsd.org:/tmp/cvs-serv6318/tcl Log Message: Directory /cvs/src/gnu/usr.bin/binutils/tcl added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/13 09:15:19 src/gnu/usr.bin/binutils/tk Update of /cvs/src/gnu/usr.bin/binutils/tk In directory cvs.openbsd.org:/tmp/cvs-serv6329/tk Log Message: Directory /cvs/src/gnu/usr.bin/binutils/tk added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/13 09:15:34 src/gnu/usr.bin/binutils/utils Update of /cvs/src/gnu/usr.bin/binutils/utils In directory cvs.openbsd.org:/tmp/cvs-serv6352/utils Log Message: Directory /cvs/src/gnu/usr.bin/binutils/utils added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/13 09:20:09 src/gnu/usr.bin/binutils/gas/testsuite/gas/mn10200 Update of /cvs/src/gnu/usr.bin/binutils/gas/testsuite/gas/mn10200 In directory cvs.openbsd.org:/tmp/cvs-serv6430/mn10200 Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gas/testsuite/gas/mn10200 added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/13 09:20:26 src/gnu/usr.bin/binutils/gas/testsuite/gas/mn10300 Update of /cvs/src/gnu/usr.bin/binutils/gas/testsuite/gas/mn10300 In directory cvs.openbsd.org:/tmp/cvs-serv6441/mn10300 Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gas/testsuite/gas/mn10300 added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/13 09:37:33 src/gnu/usr.bin/binutils/texinfo/emacs Update of /cvs/src/gnu/usr.bin/binutils/texinfo/emacs In directory cvs.openbsd.org:/tmp/cvs-serv6605/emacs Log Message: Directory /cvs/src/gnu/usr.bin/binutils/texinfo/emacs added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/13 09:37:50 src/gnu/usr.bin/binutils/texinfo/info Update of /cvs/src/gnu/usr.bin/binutils/texinfo/info In directory cvs.openbsd.org:/tmp/cvs-serv6615/info Log Message: Directory /cvs/src/gnu/usr.bin/binutils/texinfo/info added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/13 09:38:04 src/gnu/usr.bin/binutils/texinfo/libtxi Update of /cvs/src/gnu/usr.bin/binutils/texinfo/libtxi In directory cvs.openbsd.org:/tmp/cvs-serv6625/libtxi Log Message: Directory /cvs/src/gnu/usr.bin/binutils/texinfo/libtxi added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/13 09:38:18 src/gnu/usr.bin/binutils/texinfo/makeinfo Update of /cvs/src/gnu/usr.bin/binutils/texinfo/makeinfo In directory cvs.openbsd.org:/tmp/cvs-serv6635/makeinfo Log Message: Directory /cvs/src/gnu/usr.bin/binutils/texinfo/makeinfo added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/13 09:38:36 src/gnu/usr.bin/binutils/texinfo/testsuite Update of /cvs/src/gnu/usr.bin/binutils/texinfo/testsuite In directory cvs.openbsd.org:/tmp/cvs-serv6645/testsuite Log Message: Directory /cvs/src/gnu/usr.bin/binutils/texinfo/testsuite added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/13 09:38:50 src/gnu/usr.bin/binutils/texinfo/util Update of /cvs/src/gnu/usr.bin/binutils/texinfo/util In directory cvs.openbsd.org:/tmp/cvs-serv6655/util Log Message: Directory /cvs/src/gnu/usr.bin/binutils/texinfo/util added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: michaels@cvs.openbsd.org 1996/11/13 10:43:49 Modified files: usr.bin/xlint/xlint: xlint.c Log message: lint should pass on __OpenBSD__ rather than __NetBSD__. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/13 11:46:30 Modified files: lib/libc/stdio : vfprintf.c Log message: va_list is *not* void* all over... CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/13 13:46:49 Modified files: lib/libc/arch/alpha: Makefile.inc SYS.h Removed files: lib/libc/arch/alpha: DEFS.h Log message: Sync with kernel, from NetBSD CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/13 13:47:50 Modified files: lib/libc/arch/alpha: protolib.h Log message: Move RCSid up CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/13 14:20:24 Modified files: lib/libc/arch/alpha/gen: Makefile.inc _setjmp.S divrem.m4 fabs.S flt_rounds.c fpgetmask.c fpgetround.c fpgetsticky.c fpsetmask.c fpsetround.c fpsetsticky.c frexp.c infinity.c isinf.c ldexp.c modf.c setjmp.S sigsetjmp.S Log message: Sync to NetBSD + fixup RCS IDs CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/13 14:23:15 Modified files: lib/csu/alpha : Makefile Removed files: lib/csu/alpha : crt0.s Log message: Sync with NetBSD, Add OpenBSD tags. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/13 14:28:05 Added files: lib/csu/alpha : crt0.c crtbegin.c crtend.c Log message: Sync with NetBSD, Add OpenBSD tags. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/13 15:05:16 Modified files: lib/libc/arch/alpha/net: Makefile.inc byte_swap_2.S byte_swap_4.S htonl.S htons.S ntohl.S ntohs.S lib/libc/arch/alpha/string: Makefile.inc bcopy.S bzero.S memcpy.S memmove.S lib/libc/arch/alpha/sys: Ovfork.S brk.S cerror.S exect.S fork.S pipe.S ptrace.S reboot.S sbrk.S setlogin.S sigpending.S sigprocmask.S sigreturn.S sigsuspend.S syscall.S Added files: lib/libc/arch/alpha/string: ffs.S Log message: Merge to NetBSD, added RCSids CVSROOT: /cvs Module name: src Changes by: etheisen@cvs.openbsd.org 1996/11/13 16:24:28 Modified files: lib/libc/arch/alpha/string: bcopy.S Log message: Bad include directive. CVSROOT: /cvs Module name: src Changes by: etheisen@cvs.openbsd.org 1996/11/13 17:01:00 Modified files: lib/libc/stdlib: strtod.c Log message: Include for now. CVSROOT: /cvs Module name: src Changes by: etheisen@cvs.openbsd.org 1996/11/13 22:45:17 Modified files: lib/libc/crypt : morecrypt.c lib/libc/rpc : auth_unix.c Log message: memcpy needs proto from string.h. CVSROOT: /cvs Module name: src Changes by: etheisen@cvs.openbsd.org 1996/11/13 23:17:38 Modified files: lib/libc/rpc : clnt_tcp.c Log message: Cast better for the alpha. CVSROOT: /cvs Module name: src Changes by: etheisen@cvs.openbsd.org 1996/11/13 23:23:51 Modified files: lib/libc/rpc : pmap_rmt.c Log message: More Alpha casts. CVSROOT: /cvs Module name: src Changes by: etheisen@cvs.openbsd.org 1996/11/13 23:27:19 Modified files: lib/libc/rpc : rpc_callmsg.c Log message: memcpy needs string.h. CVSROOT: /cvs Module name: src Changes by: etheisen@cvs.openbsd.org 1996/11/13 23:33:13 Modified files: lib/libc/rpc : svc_auth_unix.c svc_run.c xdr_mem.c Log message: memcpy needs string.h. CVSROOT: /cvs Module name: src Changes by: etheisen@cvs.openbsd.org 1996/11/13 23:51:49 Modified files: lib/libc/rpc : clnt_udp.c Log message: Missed one cast. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/14 03:14:29 src/gnu/usr.bin/binutils/texinfo/makeinfo/macros Update of /cvs/src/gnu/usr.bin/binutils/texinfo/makeinfo/macros In directory cvs.openbsd.org:/tmp/cvs-serv1970/macros Log Message: Directory /cvs/src/gnu/usr.bin/binutils/texinfo/makeinfo/macros added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/14 03:14:43 src/gnu/usr.bin/binutils/texinfo/testsuite/config Update of /cvs/src/gnu/usr.bin/binutils/texinfo/testsuite/config In directory cvs.openbsd.org:/tmp/cvs-serv1980/config Log Message: Directory /cvs/src/gnu/usr.bin/binutils/texinfo/testsuite/config added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/14 03:15:04 src/gnu/usr.bin/binutils/texinfo/testsuite/lib Update of /cvs/src/gnu/usr.bin/binutils/texinfo/testsuite/lib In directory cvs.openbsd.org:/tmp/cvs-serv1993/lib Log Message: Directory /cvs/src/gnu/usr.bin/binutils/texinfo/testsuite/lib added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/14 03:15:17 src/gnu/usr.bin/binutils/texinfo/testsuite/makeinfo.0 Update of /cvs/src/gnu/usr.bin/binutils/texinfo/testsuite/makeinfo.0 In directory cvs.openbsd.org:/tmp/cvs-serv2006/makeinfo.0 Log Message: Directory /cvs/src/gnu/usr.bin/binutils/texinfo/testsuite/makeinfo.0 added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/14 03:15:45 src/gnu/usr.bin/binutils/texinfo/testsuite/text Update of /cvs/src/gnu/usr.bin/binutils/texinfo/testsuite/text In directory cvs.openbsd.org:/tmp/cvs-serv2016/text Log Message: Directory /cvs/src/gnu/usr.bin/binutils/texinfo/testsuite/text added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/14 03:24:07 src/gnu/usr.bin/binutils/tcl/testsuite Update of /cvs/src/gnu/usr.bin/binutils/tcl/testsuite In directory cvs.openbsd.org:/tmp/cvs-serv2076/testsuite Log Message: Directory /cvs/src/gnu/usr.bin/binutils/tcl/testsuite added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/14 03:24:29 src/gnu/usr.bin/binutils/tcl/unix Update of /cvs/src/gnu/usr.bin/binutils/tcl/unix In directory cvs.openbsd.org:/tmp/cvs-serv2086/unix Log Message: Directory /cvs/src/gnu/usr.bin/binutils/tcl/unix added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/14 03:24:53 src/gnu/usr.bin/binutils/tk/library Update of /cvs/src/gnu/usr.bin/binutils/tk/library In directory cvs.openbsd.org:/tmp/cvs-serv2096/library Log Message: Directory /cvs/src/gnu/usr.bin/binutils/tk/library added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/14 03:25:29 src/gnu/usr.bin/binutils/tk/testsuite Update of /cvs/src/gnu/usr.bin/binutils/tk/testsuite In directory cvs.openbsd.org:/tmp/cvs-serv2106/testsuite Log Message: Directory /cvs/src/gnu/usr.bin/binutils/tk/testsuite added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/14 06:17:08 Modified files: sys/arch/alpha/alpha: locore.s Log message: Add memcpy entrypoint to bcopy et al. With this, in-tree gcc now compiles a kernel which can be booted. In-tree as still loses though. CVSROOT: /cvs Module name: src Changes by: etheisen@cvs.openbsd.org 1996/11/14 07:18:44 Modified files: lib/libc/stdlib: strtod.c Log message: sys/types.h will serve us better than machine/endian.h. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/11/14 07:21:23 Modified files: share/mk : bsd.lib.mk bsd.lkm.mk bsd.prog.mk Log message: correct LINKS usage CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/11/14 07:21:25 Modified files: usr.bin/elf2olf: Makefile Log message: remove BINDIR. CVSROOT: /cvs Module name: src Changes by: etheisen@cvs.openbsd.org 1996/11/14 07:21:52 Modified files: lib/libm/src : math_private.h Log message: machine/endian.h not needed. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/11/14 07:41:40 Modified files: share/mk : bsd.prog.mk Log message: correct last fix. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/11/14 08:04:53 Modified files: lib/libl : Makefile lib/libm : Makefile usr.bin/elf2olf: Makefile usr.bin/skey : Makefile usr.sbin/apm : Makefile usr.sbin/chown : Makefile usr.sbin/sendmail/src: Makefile Log message: correct LINKS usage CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/11/14 09:11:56 Modified files: sys/arch/sun3/stand/libsa: Makefile Log message: removed bcopy & bcmp dependencies CVSROOT: /cvs Module name: src Changes by: etheisen@cvs.openbsd.org 1996/11/14 13:28:36 Modified files: sys/sys : wait.h Log message: sys/types.h not machine/endian.h for alpha. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/14 16:56:37 src/gnu/usr.bin/binutils/tk/xlib Update of /cvs/src/gnu/usr.bin/binutils/tk/xlib In directory cvs.openbsd.org:/tmp/cvs-serv5025/xlib Log Message: Directory /cvs/src/gnu/usr.bin/binutils/tk/xlib added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/14 23:42:22 src/gnu/usr.bin/binutils/gdb/29k-share Update of /cvs/src/gnu/usr.bin/binutils/gdb/29k-share In directory cvs.openbsd.org:/tmp/cvs-serv6417/29k-share Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/29k-share added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/11/15 02:21:37 src/lib/libss Update of /cvs/src/lib/libss In directory cvs.openbsd.org:/tmp/cvs-serv15486/libss Log Message: Directory /cvs/src/lib/libss added to the repository CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/11/15 02:22:02 Modified files: kerberosIV : Makefile Makefile.inc kerberosIV/kadmin: Makefile kerberosIV/kadmind: Makefile kerberosIV/ksrvutil: Makefile Removed files: kerberosIV/mk_cmds: Makefile cmd_tbl.l ct.y mk_cmds.c mk_cmds_defs.h options.c utils.c kerberosIV/ss : Makefile data.c error.c execute_cmd.c help.c invocation.c list_rqs.c listen.c pager.c parse.c prompt.c request_tbl.c requests.c shlib_version ss_err.et ss_internal.h std_rqs.ct Log message: libss and mk_cmds are moving into the main tree CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/11/15 02:23:48 src/usr.bin/mk_cmds Update of /cvs/src/usr.bin/mk_cmds In directory cvs.openbsd.org:/tmp/cvs-serv15910/mk_cmds Log Message: Directory /cvs/src/usr.bin/mk_cmds added to the repository CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/11/15 02:25:38 Modified files: include : Makefile lib : Makefile Added files: lib/libss : Makefile data.c error.c execute_cmd.c help.c invocation.c list_rqs.c listen.c pager.c parse.c prompt.c request_tbl.c requests.c shlib_version ss_err.et ss_internal.h std_rqs.ct Log message: Move libss to the main tree. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/11/15 02:26:12 Modified files: usr.bin : Makefile Added files: usr.bin/mk_cmds: Makefile cmd_tbl.l ct.y mk_cmds.c mk_cmds_defs.h options.c utils.c Log message: Move mk_cmds to the main tree. CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/11/15 08:31:05 Modified files: sys/arch/sun3/include: exec.h Log message: added DO_AOUT for kvm_mkdb; added ELF defines too CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/11/16 01:49:58 Modified files: usr.sbin/sendmail/src: main.c Log message: Revoke privilages before restarting, from leshka@leshka.chuvashia.su CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/16 02:04:14 src/gnu/usr.bin/binutils/gdb/29k-share/udi Update of /cvs/src/gnu/usr.bin/binutils/gdb/29k-share/udi In directory cvs.openbsd.org:/tmp/cvs-serv22745/udi Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/29k-share/udi added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/11/16 09:14:46 Modified files: sys/arch/sun3/include: exec.h Log message: EM_M68K -> EM_68K CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/16 09:54:20 src/gnu/usr.bin/binutils/gdb/config Update of /cvs/src/gnu/usr.bin/binutils/gdb/config In directory cvs.openbsd.org:/tmp/cvs-serv24109/config Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/config added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/16 10:20:41 src/gnu/usr.bin/binutils/gdb/config/mips Update of /cvs/src/gnu/usr.bin/binutils/gdb/config/mips In directory cvs.openbsd.org:/tmp/cvs-serv24348/mips Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/config/mips added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/16 10:20:42 src/gnu/usr.bin/binutils/gdb/config/romp Update of /cvs/src/gnu/usr.bin/binutils/gdb/config/romp In directory cvs.openbsd.org:/tmp/cvs-serv24348/romp Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/config/romp added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/16 10:20:42 src/gnu/usr.bin/binutils/gdb/config/w65 Update of /cvs/src/gnu/usr.bin/binutils/gdb/config/w65 In directory cvs.openbsd.org:/tmp/cvs-serv24348/w65 Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/config/w65 added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/16 10:20:42 src/gnu/usr.bin/binutils/gdb/config/a29k Update of /cvs/src/gnu/usr.bin/binutils/gdb/config/a29k In directory cvs.openbsd.org:/tmp/cvs-serv24348/a29k Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/config/a29k added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/16 10:20:43 src/gnu/usr.bin/binutils/gdb/config/h8500 Update of /cvs/src/gnu/usr.bin/binutils/gdb/config/h8500 In directory cvs.openbsd.org:/tmp/cvs-serv24348/h8500 Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/config/h8500 added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/16 10:20:43 src/gnu/usr.bin/binutils/gdb/config/none Update of /cvs/src/gnu/usr.bin/binutils/gdb/config/none In directory cvs.openbsd.org:/tmp/cvs-serv24348/none Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/config/none added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/16 10:20:44 src/gnu/usr.bin/binutils/gdb/config/rs6000 Update of /cvs/src/gnu/usr.bin/binutils/gdb/config/rs6000 In directory cvs.openbsd.org:/tmp/cvs-serv24348/rs6000 Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/config/rs6000 added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/16 10:20:44 src/gnu/usr.bin/binutils/gdb/config/z8k Update of /cvs/src/gnu/usr.bin/binutils/gdb/config/z8k In directory cvs.openbsd.org:/tmp/cvs-serv24348/z8k Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/config/z8k added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/16 10:20:45 src/gnu/usr.bin/binutils/gdb/config/alpha Update of /cvs/src/gnu/usr.bin/binutils/gdb/config/alpha In directory cvs.openbsd.org:/tmp/cvs-serv24348/alpha Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/config/alpha added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/16 10:20:45 src/gnu/usr.bin/binutils/gdb/config/i386 Update of /cvs/src/gnu/usr.bin/binutils/gdb/config/i386 In directory cvs.openbsd.org:/tmp/cvs-serv24348/i386 Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/config/i386 added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/16 10:20:45 src/gnu/usr.bin/binutils/gdb/config/ns32k Update of /cvs/src/gnu/usr.bin/binutils/gdb/config/ns32k In directory cvs.openbsd.org:/tmp/cvs-serv24348/ns32k Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/config/ns32k added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/16 10:20:46 src/gnu/usr.bin/binutils/gdb/config/sh Update of /cvs/src/gnu/usr.bin/binutils/gdb/config/sh In directory cvs.openbsd.org:/tmp/cvs-serv24348/sh Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/config/sh added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/16 10:20:46 src/gnu/usr.bin/binutils/gdb/config/arm Update of /cvs/src/gnu/usr.bin/binutils/gdb/config/arm In directory cvs.openbsd.org:/tmp/cvs-serv24348/arm Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/config/arm added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/16 10:20:47 src/gnu/usr.bin/binutils/gdb/config/i960 Update of /cvs/src/gnu/usr.bin/binutils/gdb/config/i960 In directory cvs.openbsd.org:/tmp/cvs-serv24348/i960 Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/config/i960 added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/16 10:20:47 src/gnu/usr.bin/binutils/gdb/config/pa Update of /cvs/src/gnu/usr.bin/binutils/gdb/config/pa In directory cvs.openbsd.org:/tmp/cvs-serv24348/pa Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/config/pa added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/16 10:20:48 src/gnu/usr.bin/binutils/gdb/config/sparc Update of /cvs/src/gnu/usr.bin/binutils/gdb/config/sparc In directory cvs.openbsd.org:/tmp/cvs-serv24348/sparc Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/config/sparc added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/16 10:20:48 src/gnu/usr.bin/binutils/gdb/config/convex Update of /cvs/src/gnu/usr.bin/binutils/gdb/config/convex In directory cvs.openbsd.org:/tmp/cvs-serv24348/convex Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/config/convex added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/16 10:20:48 src/gnu/usr.bin/binutils/gdb/config/m68k Update of /cvs/src/gnu/usr.bin/binutils/gdb/config/m68k In directory cvs.openbsd.org:/tmp/cvs-serv24348/m68k Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/config/m68k added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/16 10:20:49 src/gnu/usr.bin/binutils/gdb/config/powerpc Update of /cvs/src/gnu/usr.bin/binutils/gdb/config/powerpc In directory cvs.openbsd.org:/tmp/cvs-serv24348/powerpc Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/config/powerpc added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/16 10:20:49 src/gnu/usr.bin/binutils/gdb/config/tahoe Update of /cvs/src/gnu/usr.bin/binutils/gdb/config/tahoe In directory cvs.openbsd.org:/tmp/cvs-serv24348/tahoe Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/config/tahoe added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/16 10:20:50 src/gnu/usr.bin/binutils/gdb/config/gould Update of /cvs/src/gnu/usr.bin/binutils/gdb/config/gould In directory cvs.openbsd.org:/tmp/cvs-serv24348/gould Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/config/gould added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/16 10:20:50 src/gnu/usr.bin/binutils/gdb/config/m88k Update of /cvs/src/gnu/usr.bin/binutils/gdb/config/m88k In directory cvs.openbsd.org:/tmp/cvs-serv24348/m88k Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/config/m88k added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/16 10:20:51 src/gnu/usr.bin/binutils/gdb/config/pyr Update of /cvs/src/gnu/usr.bin/binutils/gdb/config/pyr In directory cvs.openbsd.org:/tmp/cvs-serv24348/pyr Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/config/pyr added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/16 10:20:51 src/gnu/usr.bin/binutils/gdb/config/vax Update of /cvs/src/gnu/usr.bin/binutils/gdb/config/vax In directory cvs.openbsd.org:/tmp/cvs-serv24348/vax Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/config/vax added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/16 11:51:43 src/gnu/usr.bin/binutils/gdb/doc Update of /cvs/src/gnu/usr.bin/binutils/gdb/doc In directory cvs.openbsd.org:/tmp/cvs-serv25100/doc Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/doc added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/16 11:51:44 src/gnu/usr.bin/binutils/gdb/gdbserver Update of /cvs/src/gnu/usr.bin/binutils/gdb/gdbserver In directory cvs.openbsd.org:/tmp/cvs-serv25100/gdbserver Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/gdbserver added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/16 11:51:45 src/gnu/usr.bin/binutils/gdb/mswin Update of /cvs/src/gnu/usr.bin/binutils/gdb/mswin In directory cvs.openbsd.org:/tmp/cvs-serv25100/mswin Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/mswin added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/16 11:51:45 src/gnu/usr.bin/binutils/gdb/nindy-share Update of /cvs/src/gnu/usr.bin/binutils/gdb/nindy-share In directory cvs.openbsd.org:/tmp/cvs-serv25100/nindy-share Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/nindy-share added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/16 11:51:46 src/gnu/usr.bin/binutils/gdb/nlm Update of /cvs/src/gnu/usr.bin/binutils/gdb/nlm In directory cvs.openbsd.org:/tmp/cvs-serv25100/nlm Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/nlm added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/16 11:51:46 src/gnu/usr.bin/binutils/gdb/osf-share Update of /cvs/src/gnu/usr.bin/binutils/gdb/osf-share In directory cvs.openbsd.org:/tmp/cvs-serv25100/osf-share Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/osf-share added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/16 11:51:47 src/gnu/usr.bin/binutils/gdb/testsuite Update of /cvs/src/gnu/usr.bin/binutils/gdb/testsuite In directory cvs.openbsd.org:/tmp/cvs-serv25100/testsuite Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/testsuite added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/16 11:51:47 src/gnu/usr.bin/binutils/gdb/vx-share Update of /cvs/src/gnu/usr.bin/binutils/gdb/vx-share In directory cvs.openbsd.org:/tmp/cvs-serv25100/vx-share Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/vx-share added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/11/16 14:52:38 Modified files: kerberosIV/include: Makefile Removed files: kerberosIV/include/ss: Makefile ss.h Log message: Fix more libss stuff. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/11/16 14:53:12 Modified files: include : Makefile lib/libss : Makefile Added files: lib/libss : ss.h Log message: Fix more libss stuff. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 01:16:24 src/gnu/usr.bin/binutils/gdb/mswin/menus Update of /cvs/src/gnu/usr.bin/binutils/gdb/mswin/menus In directory cvs.openbsd.org:/tmp/cvs-serv3396/menus Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/mswin/menus added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 01:24:25 src/gnu/usr.bin/binutils/gdb/config/h8300 Update of /cvs/src/gnu/usr.bin/binutils/gdb/config/h8300 In directory cvs.openbsd.org:/tmp/cvs-serv3638/h8300 Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/config/h8300 added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 01:31:17 src/gnu/usr.bin/binutils/gdb/mswin/res Update of /cvs/src/gnu/usr.bin/binutils/gdb/mswin/res In directory cvs.openbsd.org:/tmp/cvs-serv3648/res Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/mswin/res added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 01:31:17 src/gnu/usr.bin/binutils/gdb/mswin/prebuilt Update of /cvs/src/gnu/usr.bin/binutils/gdb/mswin/prebuilt In directory cvs.openbsd.org:/tmp/cvs-serv3648/prebuilt Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/mswin/prebuilt added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 01:53:33 src/gnu/usr.bin/binutils/gdb/mswin/prebuilt/a29k Update of /cvs/src/gnu/usr.bin/binutils/gdb/mswin/prebuilt/a29k In directory cvs.openbsd.org:/tmp/cvs-serv3713/a29k Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/mswin/prebuilt/a29k added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 01:53:33 src/gnu/usr.bin/binutils/gdb/mswin/prebuilt/gdb Update of /cvs/src/gnu/usr.bin/binutils/gdb/mswin/prebuilt/gdb In directory cvs.openbsd.org:/tmp/cvs-serv3713/gdb Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/mswin/prebuilt/gdb added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 01:53:33 src/gnu/usr.bin/binutils/gdb/mswin/prebuilt/h8300 Update of /cvs/src/gnu/usr.bin/binutils/gdb/mswin/prebuilt/h8300 In directory cvs.openbsd.org:/tmp/cvs-serv3713/h8300 Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/mswin/prebuilt/h8300 added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 01:53:34 src/gnu/usr.bin/binutils/gdb/mswin/prebuilt/i386 Update of /cvs/src/gnu/usr.bin/binutils/gdb/mswin/prebuilt/i386 In directory cvs.openbsd.org:/tmp/cvs-serv3713/i386 Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/mswin/prebuilt/i386 added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 01:53:34 src/gnu/usr.bin/binutils/gdb/mswin/prebuilt/libiberty Update of /cvs/src/gnu/usr.bin/binutils/gdb/mswin/prebuilt/libiberty In directory cvs.openbsd.org:/tmp/cvs-serv3713/libiberty Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/mswin/prebuilt/libiberty added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 01:53:35 src/gnu/usr.bin/binutils/gdb/mswin/prebuilt/m68k Update of /cvs/src/gnu/usr.bin/binutils/gdb/mswin/prebuilt/m68k In directory cvs.openbsd.org:/tmp/cvs-serv3713/m68k Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/mswin/prebuilt/m68k added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 01:53:35 src/gnu/usr.bin/binutils/gdb/mswin/prebuilt/mips Update of /cvs/src/gnu/usr.bin/binutils/gdb/mswin/prebuilt/mips In directory cvs.openbsd.org:/tmp/cvs-serv3713/mips Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/mswin/prebuilt/mips added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 01:53:35 src/gnu/usr.bin/binutils/gdb/mswin/prebuilt/sh Update of /cvs/src/gnu/usr.bin/binutils/gdb/mswin/prebuilt/sh In directory cvs.openbsd.org:/tmp/cvs-serv3713/sh Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/mswin/prebuilt/sh added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 01:53:36 src/gnu/usr.bin/binutils/gdb/mswin/prebuilt/sparclet Update of /cvs/src/gnu/usr.bin/binutils/gdb/mswin/prebuilt/sparclet In directory cvs.openbsd.org:/tmp/cvs-serv3713/sparclet Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/mswin/prebuilt/sparclet added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 01:53:36 src/gnu/usr.bin/binutils/gdb/mswin/prebuilt/sparclite Update of /cvs/src/gnu/usr.bin/binutils/gdb/mswin/prebuilt/sparclite In directory cvs.openbsd.org:/tmp/cvs-serv3713/sparclite Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/mswin/prebuilt/sparclite added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 01:53:37 src/gnu/usr.bin/binutils/gdb/mswin/prebuilt/sys Update of /cvs/src/gnu/usr.bin/binutils/gdb/mswin/prebuilt/sys In directory cvs.openbsd.org:/tmp/cvs-serv3713/sys Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/mswin/prebuilt/sys added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 02:42:48 src/gnu/usr.bin/binutils/gdb/osf-share/AT386 Update of /cvs/src/gnu/usr.bin/binutils/gdb/osf-share/AT386 In directory cvs.openbsd.org:/tmp/cvs-serv4319/AT386 Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/osf-share/AT386 added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 02:42:48 src/gnu/usr.bin/binutils/gdb/osf-share/HP800 Update of /cvs/src/gnu/usr.bin/binutils/gdb/osf-share/HP800 In directory cvs.openbsd.org:/tmp/cvs-serv4319/HP800 Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/osf-share/HP800 added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 02:42:49 src/gnu/usr.bin/binutils/gdb/osf-share/RIOS Update of /cvs/src/gnu/usr.bin/binutils/gdb/osf-share/RIOS In directory cvs.openbsd.org:/tmp/cvs-serv4319/RIOS Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/osf-share/RIOS added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 02:47:13 src/gnu/usr.bin/binutils/gdb/testsuite/config Update of /cvs/src/gnu/usr.bin/binutils/gdb/testsuite/config In directory cvs.openbsd.org:/tmp/cvs-serv4347/config Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/testsuite/config added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 02:47:14 src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base Update of /cvs/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base In directory cvs.openbsd.org:/tmp/cvs-serv4347/gdb.base Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 02:47:14 src/gnu/usr.bin/binutils/gdb/testsuite/gdb.c++ Update of /cvs/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.c++ In directory cvs.openbsd.org:/tmp/cvs-serv4347/gdb.c++ Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.c++ added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 02:47:15 src/gnu/usr.bin/binutils/gdb/testsuite/gdb.chill Update of /cvs/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.chill In directory cvs.openbsd.org:/tmp/cvs-serv4347/gdb.chill Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.chill added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 02:47:15 src/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm Update of /cvs/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm In directory cvs.openbsd.org:/tmp/cvs-serv4347/gdb.disasm Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 02:47:16 src/gnu/usr.bin/binutils/gdb/testsuite/gdb.fortran Update of /cvs/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.fortran In directory cvs.openbsd.org:/tmp/cvs-serv4347/gdb.fortran Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.fortran added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 02:47:16 src/gnu/usr.bin/binutils/gdb/testsuite/gdb.stabs Update of /cvs/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.stabs In directory cvs.openbsd.org:/tmp/cvs-serv4347/gdb.stabs Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.stabs added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 02:47:16 src/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads Update of /cvs/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads In directory cvs.openbsd.org:/tmp/cvs-serv4347/gdb.threads Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 02:47:17 src/gnu/usr.bin/binutils/gdb/testsuite/lib Update of /cvs/src/gnu/usr.bin/binutils/gdb/testsuite/lib In directory cvs.openbsd.org:/tmp/cvs-serv4347/lib Log Message: Directory /cvs/src/gnu/usr.bin/binutils/gdb/testsuite/lib added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 03:37:56 src/gnu/usr.bin/binutils/readline/doc Update of /cvs/src/gnu/usr.bin/binutils/readline/doc In directory cvs.openbsd.org:/tmp/cvs-serv4722/doc Log Message: Directory /cvs/src/gnu/usr.bin/binutils/readline/doc added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 03:37:57 src/gnu/usr.bin/binutils/readline/config Update of /cvs/src/gnu/usr.bin/binutils/readline/config In directory cvs.openbsd.org:/tmp/cvs-serv4722/config Log Message: Directory /cvs/src/gnu/usr.bin/binutils/readline/config added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 03:37:57 src/gnu/usr.bin/binutils/readline/examples Update of /cvs/src/gnu/usr.bin/binutils/readline/examples In directory cvs.openbsd.org:/tmp/cvs-serv4722/examples Log Message: Directory /cvs/src/gnu/usr.bin/binutils/readline/examples added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/11/17 04:03:41 Modified files: lib/libss : Makefile Log message: fix CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 08:14:07 src/gnu/usr.bin/binutils/tcl/win Update of /cvs/src/gnu/usr.bin/binutils/tcl/win In directory cvs.openbsd.org:/tmp/cvs-serv5484/win Log Message: Directory /cvs/src/gnu/usr.bin/binutils/tcl/win added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 08:14:08 src/gnu/usr.bin/binutils/tcl/tests Update of /cvs/src/gnu/usr.bin/binutils/tcl/tests In directory cvs.openbsd.org:/tmp/cvs-serv5484/tests Log Message: Directory /cvs/src/gnu/usr.bin/binutils/tcl/tests added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 08:14:08 src/gnu/usr.bin/binutils/tcl/mac Update of /cvs/src/gnu/usr.bin/binutils/tcl/mac In directory cvs.openbsd.org:/tmp/cvs-serv5484/mac Log Message: Directory /cvs/src/gnu/usr.bin/binutils/tcl/mac added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 08:14:09 src/gnu/usr.bin/binutils/tcl/library Update of /cvs/src/gnu/usr.bin/binutils/tcl/library In directory cvs.openbsd.org:/tmp/cvs-serv5484/library Log Message: Directory /cvs/src/gnu/usr.bin/binutils/tcl/library added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 08:14:09 src/gnu/usr.bin/binutils/tcl/generic Update of /cvs/src/gnu/usr.bin/binutils/tcl/generic In directory cvs.openbsd.org:/tmp/cvs-serv5484/generic Log Message: Directory /cvs/src/gnu/usr.bin/binutils/tcl/generic added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 08:14:10 src/gnu/usr.bin/binutils/tcl/doc Update of /cvs/src/gnu/usr.bin/binutils/tcl/doc In directory cvs.openbsd.org:/tmp/cvs-serv5484/doc Log Message: Directory /cvs/src/gnu/usr.bin/binutils/tcl/doc added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 08:14:10 src/gnu/usr.bin/binutils/tcl/compat Update of /cvs/src/gnu/usr.bin/binutils/tcl/compat In directory cvs.openbsd.org:/tmp/cvs-serv5484/compat Log Message: Directory /cvs/src/gnu/usr.bin/binutils/tcl/compat added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/11/17 09:34:09 Modified files: gnu/usr.bin/sudo/sudo: check.c compat.h find_path.c getspwuid.c goodpath.c ins_2001.h ins_classic.h ins_csops.h ins_goons.h insults.h interfaces.c logging.c options.h parse.c parse.lex parse.yacc pathnames.h sudo.8 sudo.c sudo.h sudo_setenv.c sudoers.5 tgetpass.c version.h gnu/usr.bin/sudo/visudo: visudo.8 visudo.c Log message: Updated to sudo 1.5.3 CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 12:18:57 src/gnu/usr.bin/binutils/tk/win Update of /cvs/src/gnu/usr.bin/binutils/tk/win In directory cvs.openbsd.org:/tmp/cvs-serv9751/win Log Message: Directory /cvs/src/gnu/usr.bin/binutils/tk/win added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 12:18:58 src/gnu/usr.bin/binutils/tk/unix Update of /cvs/src/gnu/usr.bin/binutils/tk/unix In directory cvs.openbsd.org:/tmp/cvs-serv9751/unix Log Message: Directory /cvs/src/gnu/usr.bin/binutils/tk/unix added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 12:18:59 src/gnu/usr.bin/binutils/tk/tests Update of /cvs/src/gnu/usr.bin/binutils/tk/tests In directory cvs.openbsd.org:/tmp/cvs-serv9751/tests Log Message: Directory /cvs/src/gnu/usr.bin/binutils/tk/tests added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 12:19:00 src/gnu/usr.bin/binutils/tk/mac Update of /cvs/src/gnu/usr.bin/binutils/tk/mac In directory cvs.openbsd.org:/tmp/cvs-serv9751/mac Log Message: Directory /cvs/src/gnu/usr.bin/binutils/tk/mac added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 12:19:01 src/gnu/usr.bin/binutils/tk/generic Update of /cvs/src/gnu/usr.bin/binutils/tk/generic In directory cvs.openbsd.org:/tmp/cvs-serv9751/generic Log Message: Directory /cvs/src/gnu/usr.bin/binutils/tk/generic added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 12:19:01 src/gnu/usr.bin/binutils/tk/doc Update of /cvs/src/gnu/usr.bin/binutils/tk/doc In directory cvs.openbsd.org:/tmp/cvs-serv9751/doc Log Message: Directory /cvs/src/gnu/usr.bin/binutils/tk/doc added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 12:19:02 src/gnu/usr.bin/binutils/tk/compat Update of /cvs/src/gnu/usr.bin/binutils/tk/compat In directory cvs.openbsd.org:/tmp/cvs-serv9751/compat Log Message: Directory /cvs/src/gnu/usr.bin/binutils/tk/compat added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 12:19:03 src/gnu/usr.bin/binutils/tk/bitmaps Update of /cvs/src/gnu/usr.bin/binutils/tk/bitmaps In directory cvs.openbsd.org:/tmp/cvs-serv9751/bitmaps Log Message: Directory /cvs/src/gnu/usr.bin/binutils/tk/bitmaps added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 14:29:45 src/gnu/usr.bin/binutils/tk/win/rc Update of /cvs/src/gnu/usr.bin/binutils/tk/win/rc In directory cvs.openbsd.org:/tmp/cvs-serv6599/rc Log Message: Directory /cvs/src/gnu/usr.bin/binutils/tk/win/rc added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 14:41:34 src/gnu/usr.bin/binutils/utils/amd-udi Update of /cvs/src/gnu/usr.bin/binutils/utils/amd-udi In directory cvs.openbsd.org:/tmp/cvs-serv6649/amd-udi Log Message: Directory /cvs/src/gnu/usr.bin/binutils/utils/amd-udi added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 14:41:35 src/gnu/usr.bin/binutils/utils/misc Update of /cvs/src/gnu/usr.bin/binutils/utils/misc In directory cvs.openbsd.org:/tmp/cvs-serv6649/misc Log Message: Directory /cvs/src/gnu/usr.bin/binutils/utils/misc added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 14:41:36 src/gnu/usr.bin/binutils/utils/msdos Update of /cvs/src/gnu/usr.bin/binutils/utils/msdos In directory cvs.openbsd.org:/tmp/cvs-serv6649/msdos Log Message: Directory /cvs/src/gnu/usr.bin/binutils/utils/msdos added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 14:41:36 src/gnu/usr.bin/binutils/utils/sparclite Update of /cvs/src/gnu/usr.bin/binutils/utils/sparclite In directory cvs.openbsd.org:/tmp/cvs-serv6649/sparclite Log Message: Directory /cvs/src/gnu/usr.bin/binutils/utils/sparclite added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 14:41:37 src/gnu/usr.bin/binutils/utils/spu Update of /cvs/src/gnu/usr.bin/binutils/utils/spu In directory cvs.openbsd.org:/tmp/cvs-serv6649/spu Log Message: Directory /cvs/src/gnu/usr.bin/binutils/utils/spu added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 14:50:29 src/gnu/usr.bin/binutils/utils/amd-udi/include Update of /cvs/src/gnu/usr.bin/binutils/utils/amd-udi/include In directory cvs.openbsd.org:/tmp/cvs-serv6779/include Log Message: Directory /cvs/src/gnu/usr.bin/binutils/utils/amd-udi/include added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 14:50:30 src/gnu/usr.bin/binutils/utils/amd-udi/mondfe Update of /cvs/src/gnu/usr.bin/binutils/utils/amd-udi/mondfe In directory cvs.openbsd.org:/tmp/cvs-serv6779/mondfe Log Message: Directory /cvs/src/gnu/usr.bin/binutils/utils/amd-udi/mondfe added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 14:50:30 src/gnu/usr.bin/binutils/utils/amd-udi/montip Update of /cvs/src/gnu/usr.bin/binutils/utils/amd-udi/montip In directory cvs.openbsd.org:/tmp/cvs-serv6779/montip Log Message: Directory /cvs/src/gnu/usr.bin/binutils/utils/amd-udi/montip added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 14:50:31 src/gnu/usr.bin/binutils/utils/amd-udi/udi Update of /cvs/src/gnu/usr.bin/binutils/utils/amd-udi/udi In directory cvs.openbsd.org:/tmp/cvs-serv6779/udi Log Message: Directory /cvs/src/gnu/usr.bin/binutils/utils/amd-udi/udi added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 14:52:06 src/gnu/usr.bin/binutils/utils/misc/doschk Update of /cvs/src/gnu/usr.bin/binutils/utils/misc/doschk In directory cvs.openbsd.org:/tmp/cvs-serv6900/doschk Log Message: Directory /cvs/src/gnu/usr.bin/binutils/utils/misc/doschk added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/17 14:52:25 src/gnu/usr.bin/binutils/utils/msdos/bin Update of /cvs/src/gnu/usr.bin/binutils/utils/msdos/bin In directory cvs.openbsd.org:/tmp/cvs-serv6915/bin Log Message: Directory /cvs/src/gnu/usr.bin/binutils/utils/msdos/bin added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: www Changes by: michaels@cvs.openbsd.org 1996/11/17 19:06:08 Modified files: . : i386.html Log message: hopefully reduce some ambiguity people have asked about. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/18 00:36:17 src/gnu/usr.bin/binutils/sim/arm Update of /cvs/src/gnu/usr.bin/binutils/sim/arm In directory cvs.openbsd.org:/tmp/cvs-serv20219/arm Log Message: Directory /cvs/src/gnu/usr.bin/binutils/sim/arm added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/18 00:36:17 src/gnu/usr.bin/binutils/sim/common Update of /cvs/src/gnu/usr.bin/binutils/sim/common In directory cvs.openbsd.org:/tmp/cvs-serv20219/common Log Message: Directory /cvs/src/gnu/usr.bin/binutils/sim/common added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/18 00:36:17 src/gnu/usr.bin/binutils/sim/erc32 Update of /cvs/src/gnu/usr.bin/binutils/sim/erc32 In directory cvs.openbsd.org:/tmp/cvs-serv20219/erc32 Log Message: Directory /cvs/src/gnu/usr.bin/binutils/sim/erc32 added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/18 00:36:18 src/gnu/usr.bin/binutils/sim/h8300 Update of /cvs/src/gnu/usr.bin/binutils/sim/h8300 In directory cvs.openbsd.org:/tmp/cvs-serv20219/h8300 Log Message: Directory /cvs/src/gnu/usr.bin/binutils/sim/h8300 added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/18 00:36:18 src/gnu/usr.bin/binutils/sim/h8500 Update of /cvs/src/gnu/usr.bin/binutils/sim/h8500 In directory cvs.openbsd.org:/tmp/cvs-serv20219/h8500 Log Message: Directory /cvs/src/gnu/usr.bin/binutils/sim/h8500 added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/18 00:36:19 src/gnu/usr.bin/binutils/sim/mips Update of /cvs/src/gnu/usr.bin/binutils/sim/mips In directory cvs.openbsd.org:/tmp/cvs-serv20219/mips Log Message: Directory /cvs/src/gnu/usr.bin/binutils/sim/mips added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/18 00:36:19 src/gnu/usr.bin/binutils/sim/ppc Update of /cvs/src/gnu/usr.bin/binutils/sim/ppc In directory cvs.openbsd.org:/tmp/cvs-serv20219/ppc Log Message: Directory /cvs/src/gnu/usr.bin/binutils/sim/ppc added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/18 00:36:20 src/gnu/usr.bin/binutils/sim/sh Update of /cvs/src/gnu/usr.bin/binutils/sim/sh In directory cvs.openbsd.org:/tmp/cvs-serv20219/sh Log Message: Directory /cvs/src/gnu/usr.bin/binutils/sim/sh added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/18 00:36:20 src/gnu/usr.bin/binutils/sim/w65 Update of /cvs/src/gnu/usr.bin/binutils/sim/w65 In directory cvs.openbsd.org:/tmp/cvs-serv20219/w65 Log Message: Directory /cvs/src/gnu/usr.bin/binutils/sim/w65 added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/18 00:36:21 src/gnu/usr.bin/binutils/sim/z8k Update of /cvs/src/gnu/usr.bin/binutils/sim/z8k In directory cvs.openbsd.org:/tmp/cvs-serv20219/z8k Log Message: Directory /cvs/src/gnu/usr.bin/binutils/sim/z8k added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/18 03:36:56 Modified files: gnu/usr.bin/cvs/src: main.c Log message: Properly make use of the CVSROOT/options umask specification and limit it via bitwise and with 0777. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/18 07:39:08 src/gnu/usr.bin/binutils/tcl/testsuite/config Update of /cvs/src/gnu/usr.bin/binutils/tcl/testsuite/config In directory cvs.openbsd.org:/tmp/cvs-serv21864/config Log Message: Directory /cvs/src/gnu/usr.bin/binutils/tcl/testsuite/config added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/11/18 07:46:01 Modified files: etc/root : dot.cshrc Log message: add gnu to cdpath CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/18 08:07:37 src/gnu/usr.bin/binutils/tcl/testsuite/tcl.tests Update of /cvs/src/gnu/usr.bin/binutils/tcl/testsuite/tcl.tests In directory cvs.openbsd.org:/tmp/cvs-serv672/tcl.tests Log Message: Directory /cvs/src/gnu/usr.bin/binutils/tcl/testsuite/tcl.tests added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/18 08:25:35 src/gnu/usr.bin/binutils/tcl/unix/dltest Update of /cvs/src/gnu/usr.bin/binutils/tcl/unix/dltest In directory cvs.openbsd.org:/tmp/cvs-serv710/dltest Log Message: Directory /cvs/src/gnu/usr.bin/binutils/tcl/unix/dltest added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/18 16:02:58 src/gnu/usr.bin/binutils/tk/library/demos Update of /cvs/src/gnu/usr.bin/binutils/tk/library/demos In directory cvs.openbsd.org:/tmp/cvs-serv13344/demos Log Message: Directory /cvs/src/gnu/usr.bin/binutils/tk/library/demos added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/18 16:04:52 src/gnu/usr.bin/binutils/tk/library/demos/images Update of /cvs/src/gnu/usr.bin/binutils/tk/library/demos/images In directory cvs.openbsd.org:/tmp/cvs-serv13355/images Log Message: Directory /cvs/src/gnu/usr.bin/binutils/tk/library/demos/images added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/18 23:34:37 src/gnu/usr.bin/binutils/tk/testsuite/config Update of /cvs/src/gnu/usr.bin/binutils/tk/testsuite/config In directory cvs.openbsd.org:/tmp/cvs-serv14343/config Log Message: Directory /cvs/src/gnu/usr.bin/binutils/tk/testsuite/config added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/18 23:36:27 src/gnu/usr.bin/binutils/tk/testsuite/tk.tests Update of /cvs/src/gnu/usr.bin/binutils/tk/testsuite/tk.tests In directory cvs.openbsd.org:/tmp/cvs-serv14370/tk.tests Log Message: Directory /cvs/src/gnu/usr.bin/binutils/tk/testsuite/tk.tests added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/18 23:38:31 src/gnu/usr.bin/binutils/tk/xlib/X11 Update of /cvs/src/gnu/usr.bin/binutils/tk/xlib/X11 In directory cvs.openbsd.org:/tmp/cvs-serv14393/X11 Log Message: Directory /cvs/src/gnu/usr.bin/binutils/tk/xlib/X11 added to the repository --> Using per-directory sticky tag `CYGNUS' CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/19 08:04:34 Modified files: gnu/usr.bin/binutils: Tag: CYGNUS ChangeLog Makefile.in config.guess config.sub configure configure.in install.sh mpw-README mpw-build.in mpw-config.in mpw-configure gnu/usr.bin/binutils/bfd: Tag: CYGNUS ChangeLog Makefile.in VERSION acconfig.h aclocal.m4 aix386-core.c aout-adobe.c aout-arm.c aout-target.h aoutf1.h aoutx.h archive.c archures.c bfd-in2.h bfd.c binary.c cf-m68klynx.c coff-arm.c coff-m68k.c coff-mips.c coff-sh.c coffcode.h coffgen.c cofflink.c coffswap.h config.bfd config.in configure configure.host configure.in dep-in.sed ecoff.c elf-bfd.h elf.c elf32-hppa.c elf32-mips.c elf32-ppc.c elf32-sparc.c elf64-alpha.c elfcode.h elflink.c elflink.h evax-alpha.c evax-egsd.c evax-emh.c evax-etir.c evax-misc.c evax.h freebsd.h hpux-core.c ieee.c ihex.c irix-core.c libbfd.h linker.c mpw-config.in mpw-make.sed netbsd-core.c peicode.h ptrace-core.c reloc.c riscix.c section.c srec.c stabs.c sunos.c syms.c sysdep.h targets.c tekhex.c trad-core.c xcofflink.c gnu/usr.bin/binutils/bfd/doc: Tag: CYGNUS bfd.texinfo gnu/usr.bin/binutils/bfd/hosts: Tag: CYGNUS i386bsd.h gnu/usr.bin/binutils/binutils: Tag: CYGNUS ChangeLog Makefile.in NEWS ar.c binutils.texi bucomm.h dlltool.c ieee.c makefile.vms nlmconv.c nm.c objcopy.1 objcopy.c objdump.1 objdump.c rddbg.c size.c stabs.c strings.c version.c gnu/usr.bin/binutils/binutils/testsuite: Tag: CYGNUS ChangeLog gnu/usr.bin/binutils/binutils/testsuite/binutils-all: Tag: CYGNUS objdump.exp gnu/usr.bin/binutils/binutils/testsuite/lib: Tag: CYGNUS utils-lib.exp gnu/usr.bin/binutils/config: Tag: CYGNUS ChangeLog mpw-mh-mpw gnu/usr.bin/binutils/config/mpw: Tag: CYGNUS ChangeLog g-mpw-make.sed gnu/usr.bin/binutils/etc: Tag: CYGNUS ChangeLog Makefile.in configure.in gnu/usr.bin/binutils/gas: Tag: CYGNUS ChangeLog Makefile.in as.c as.h configure configure.in ecoff.c ecoff.h expr.c gasp.c listing.c macro.c macro.h messages.c obj.h read.c stabs.c symbols.c write.c gnu/usr.bin/binutils/gas/config: Tag: CYGNUS obj-aout.c obj-aout.h obj-coff.c obj-ecoff.c obj-ecoff.h obj-elf.c obj-elf.h obj-evax.h obj-multi.h tc-alpha.c tc-alpha.h tc-i386.c tc-m68k.c tc-mips.c tc-ppc.c tc-sparc.c tc-sparc.h gnu/usr.bin/binutils/gas/doc: Tag: CYGNUS Makefile.in as.texinfo internals.texi gnu/usr.bin/binutils/gas/testsuite: Tag: CYGNUS ChangeLog gnu/usr.bin/binutils/gas/testsuite/gas/all: Tag: CYGNUS cofftag.s gnu/usr.bin/binutils/gas/testsuite/gas/arm: Tag: CYGNUS thumb.s gnu/usr.bin/binutils/gas/testsuite/gas/h8300: Tag: CYGNUS h8300.exp macs.s gnu/usr.bin/binutils/gas/testsuite/gas/hppa/reloc: Tag: CYGNUS reloc.exp gnu/usr.bin/binutils/gas/testsuite/gas/hppa/unsorted: Tag: CYGNUS unsorted.exp gnu/usr.bin/binutils/gas/testsuite/gas/m68k: Tag: CYGNUS fmoveml.d fmoveml.s gnu/usr.bin/binutils/gas/testsuite/gas/mips: Tag: CYGNUS abs.d abs.s add.d add.s and.d and.s beq.d bge.d bgeu.d blt.d bltu.d div-ilocks.d div.d div.s jal-empic.d jal-svr4pic.d jal-xgot.d jal.d la-empic.d la-svr4pic.d la-xgot.d la.d lb-empic.d lb-svr4pic.d lb-xgot.d lb.d ld-empic.d ld-svr4pic.d ld-xgot.d ld.d li.d li.s lif-empic.d lif-svr4pic.d lif-xgot.d lifloat.d mips.exp mips4.d mips4.s mul-ilocks.d mul.d mul.s rol.d rol.s sb.d trunc.d trunc.s uld.d ulh-empic.d ulh-svr4pic.d ulh-xgot.d ulh.d ulw.d usd.d ush.d usw.d gnu/usr.bin/binutils/gas/testsuite/lib: Tag: CYGNUS gas-defs.exp gnu/usr.bin/binutils/gprof: Tag: CYGNUS ChangeLog gprof.c sparc.c gnu/usr.bin/binutils/include: Tag: CYGNUS ChangeLog ansidecl.h dis-asm.h libiberty.h gnu/usr.bin/binutils/include/elf: Tag: CYGNUS ChangeLog common.h mips.h gnu/usr.bin/binutils/include/opcode: Tag: CYGNUS ChangeLog alpha.h h8300.h gnu/usr.bin/binutils/ld: Tag: CYGNUS ChangeLog Makefile.in NEWS configure configure.in configure.tgt ld.1 ld.h ld.texinfo ldint.texinfo ldlang.c ldlex.l ldmain.c ldver.c ldver.h lexsup.c mpw-config.in mpw-make.sed gnu/usr.bin/binutils/ld/emulparams: Tag: CYGNUS elf32b4300.sh elf32l4300.sh sparcaout.sh gnu/usr.bin/binutils/ld/emultempl: Tag: CYGNUS elf32.em pe.em gnu/usr.bin/binutils/ld/scripttempl: Tag: CYGNUS aout.sc armcoff.sc elf.sc elfmips.sc elfppc.sc m68kcoff.sc gnu/usr.bin/binutils/ld/testsuite: Tag: CYGNUS ChangeLog gnu/usr.bin/binutils/ld/testsuite/ld-scripts: Tag: CYGNUS crossref.exp gnu/usr.bin/binutils/ld/testsuite/lib: Tag: CYGNUS ld.exp gnu/usr.bin/binutils/libiberty: Tag: CYGNUS ChangeLog Makefile.in choose-temp.c config.table cplus-dem.c mpw.c gnu/usr.bin/binutils/opcodes: Tag: CYGNUS ChangeLog Makefile.in alpha-dis.c alpha-opc.c configure configure.in disassemble.c i386-dis.c m68k-opc.c mips-dis.c mips-opc.c ppc-opc.c gnu/usr.bin/binutils/texinfo: Tag: CYGNUS texinfo.tex Added files: gnu/usr.bin/binutils/bfd: Tag: CYGNUS README cpu-mn10200.c cpu-mn10300.c elf32-mn10200.c elf32-mn10300.c targmatch.sed gnu/usr.bin/binutils/config: Tag: CYGNUS mh-dgux386 mh-windows gnu/usr.bin/binutils/etc: Tag: CYGNUS configure gnu/usr.bin/binutils/gas/config: Tag: CYGNUS tc-mn10200.c tc-mn10200.h tc-mn10300.c tc-mn10300.h te-sparcaout.h gnu/usr.bin/binutils/gas/testsuite/gas/mips: Tag: CYGNUS dli.d dli.s gnu/usr.bin/binutils/gas/testsuite/gas/mn10300: Tag: CYGNUS add.s basic.exp bcc.s bit.s cmp.s ext.s extend.s logical.s loop.s mov1.s mov2.s mov3.s mov4.s movbu.s movhu.s movm.s muldiv.s other.s shift.s sub.s gnu/usr.bin/binutils/gdb: Tag: CYGNUS .gdbinit COPYING ChangeLog ChangeLog-3.x ChangeLog-9091 ChangeLog-92 ChangeLog-93 ChangeLog-94 ChangeLog-95 Makefile.in NEWS README README.GDBTK TODO a29k-tdep.c a68v-nat.c abug-rom.c acconfig.h aclocal.m4 alpha-nat.c alpha-tdep.c altos-xdep.c annotate.c annotate.h arm-convert.s arm-tdep.c arm-xdep.c bcache.c bcache.h blockframe.c breakpoint.c breakpoint.h buildsym.c buildsym.h c-exp.y c-lang.c c-lang.h c-typeprint.c c-valprint.c call-cmds.h callback.c callback.h ch-exp.c ch-lang.c ch-lang.h ch-typeprint.c ch-valprint.c coff-solib.c coff-solib.h coffread.c command.c command.h complaints.c complaints.h config.in configure configure.host configure.in configure.tgt convex-tdep.c convex-xdep.c copying.awk copying.c core-aout.c core-regset.c core-sol2.c corefile.c corelow.c cp-valprint.c cpu32bug-rom.c cxux-nat.c dbug-rom.c dbxread.c dcache.c dcache.h defs.h delta68-nat.c demangle.c dpx2-nat.c dsrec.c dst.h dstread.c dwarf2read.c dwarfread.c elfread.c environ.c environ.h eval.c exc_request.defs exec.c expprint.c expression.h f-exp.y f-lang.c f-lang.h f-typeprint.c f-valprint.c findvar.c fork-child.c frame.h gdb-stabs.h gdb.1 gdb.gdb gdb_stat.h gdb_string.h gdba.el gdbcmd.h gdbcore.h gdbthread.h gdbtk.c gdbtk.tcl gdbtypes.c gdbtypes.h gnu-nat.c gnu-nat.h gnu-regex.c gnu-regex.h go32-xdep.c gould-tdep.c gould-xdep.c h8300-tdep.c h8500-tdep.c hp300ux-nat.c hppa-tdep.c hppab-nat.c hppah-nat.c hppam3-nat.c hpread.c hpux-thread.c i386-stub.c i386-tdep.c i386aix-nat.c i386b-nat.c i386gnu-nat.c i386ly-tdep.c i386m3-nat.c i386mach-nat.c i386v-nat.c i386v4-nat.c i387-tdep.c i960-tdep.c infcmd.c inferior.h inflow.c infptrace.c infrun.c inftarg.c irix4-nat.c irix5-nat.c isi-xdep.c kdb-start.c language.c language.h lynx-nat.c m2-exp.y m2-lang.c m2-lang.h m2-typeprint.c m2-valprint.c m3-nat.c m68k-stub.c m68k-tdep.c m68knbsd-nat.c m88k-nat.c m88k-tdep.c mac-defs.h mac-gdb.r mac-nat.c mac-xdep.c main.c maint.c mdebugread.c mem-break.c minimon.h minsyms.c mips-nat.c mips-tdep.c mipsm3-nat.c mipsread.c mipsv4-nat.c mon960-rom.c monitor.c monitor.h mpw-config.in mpw-make.sed msg.defs msg_reply.defs news-xdep.c nindy-tdep.c nlmread.c notify.defs ns32k-tdep.c ns32km3-nat.c objfiles.c objfiles.h op50-rom.c os9kread.c osfsolib.c parse.c parser-defs.h partial-stab.h ppcbug-rom.c printcmd.c process_reply.defs procfs.c ptx4-nat.c pyr-tdep.c pyr-xdep.c remote-adapt.c remote-array.c remote-bug.c remote-e7000.c remote-eb.c remote-es.c remote-est.c remote-hms.c remote-mips.c remote-mm.c remote-nindy.c remote-nrom.c remote-os9k.c remote-pa.c remote-rdp.c remote-sim.c remote-sim.h remote-st.c remote-udi.c remote-utils.c remote-utils.h remote-vx.c remote-vx29k.c remote-vx68.c remote-vx960.c remote-vxmips.c remote-vxsparc.c remote-wiggler.c remote.c reply_mig_hack.awk rom68k-rom.c rs6000-nat.c rs6000-tdep.c saber.suppress scm-exp.c scm-lang.c scm-lang.h scm-tags.h scm-valprint.c ser-e7kpc.c ser-go32.c ser-mac.c ser-tcp.c ser-unix.c serial.c serial.h sh-stub.c sh-tdep.c sh3-rom.c signals.h sol-thread.c solib.c solib.h somread.c somsolib.c somsolib.h source.c sparc-nat.c sparc-stub.c sparc-tdep.c sparcl-stub.c sparcl-tdep.c sparclet-rom.c srec.h stabsread.c stabsread.h stack.c standalone.c stop-gdb.c stuff.c sun3-nat.c sun386-nat.c symfile.c symfile.h symm-nat.c symm-tdep.c symmisc.c symtab.c symtab.h tahoe-tdep.c target.c target.h terminal.h thread.c top.c top.h typeprint.c typeprint.h ultra3-nat.c ultra3-xdep.c umax-xdep.c utils.c valarith.c valops.c valprint.c valprint.h value.h values.c vax-tdep.c w65-tdep.c w89k-rom.c win32-nat.c xcoffread.c xcoffsolib.c xcoffsolib.h xmodem.c xmodem.h z8k-tdep.c gnu/usr.bin/binutils/gdb/29k-share: Tag: CYGNUS README udi_soc gnu/usr.bin/binutils/gdb/29k-share/udi: Tag: CYGNUS udi2go32.c udiids.h udip2soc.c udiphcfg.h udiphunix.h udiproc.h udipt29k.h udiptcfg.h udisoc.h udr.c gnu/usr.bin/binutils/gdb/config: Tag: CYGNUS nm-empty.h nm-gnu.h nm-lynx.h nm-m3.h nm-nbsd.h nm-sysv4.h tm-lynx.h tm-nbsd.h tm-sunos.h tm-sysv4.h xm-aix4.h xm-lynx.h xm-mpw.h xm-nbsd.h xm-sysv4.h gnu/usr.bin/binutils/gdb/config/a29k: Tag: CYGNUS a29k-kern.mt a29k-udi.mt a29k.mt nm-ultra3.h tm-a29k.h tm-ultra3.h tm-vx29k.h ultra3.mh ultra3.mt vx29k.mt xm-ultra3.h gnu/usr.bin/binutils/gdb/config/alpha: Tag: CYGNUS alpha-linux.mh alpha-linux.mt alpha-osf1.mh alpha-osf1.mt alpha-osf2.mh alpha-osf3.mh nm-linux.h nm-osf.h nm-osf2.h nm-osf3.h tm-alpha.h tm-alphalinux.h xm-alphalinux.h xm-alphaosf.h gnu/usr.bin/binutils/gdb/config/arm: Tag: CYGNUS arm.mh arm.mt nm-arm.h tm-arm.h xm-arm.h gnu/usr.bin/binutils/gdb/config/convex: Tag: CYGNUS Convex.notes convex.mh convex.mt tm-convex.h xm-convex.h gnu/usr.bin/binutils/gdb/config/gould: Tag: CYGNUS np1.mh np1.mt pn.mh pn.mt tm-np1.h tm-pn.h xm-np1.h xm-pn.h gnu/usr.bin/binutils/gdb/config/h8300: Tag: CYGNUS h8300.mt tm-h8300.h gnu/usr.bin/binutils/gdb/config/h8500: Tag: CYGNUS h8500.mt tm-h8500.h gnu/usr.bin/binutils/gdb/config/i386: Tag: CYGNUS cygwin32.mh cygwin32.mt fbsd.mh fbsd.mt gdbserve.mt go32.mh i386aix.mh i386aix.mt i386aout.mt i386bsd.mh i386bsd.mt i386dgux.mh i386gnu.mh i386gnu.mt i386lynx.mh i386lynx.mt i386m3.mh i386m3.mt i386mach.mh i386mk.mh i386mk.mt i386nw.mt i386os9k.mt i386sco.mh i386sco4.mh i386sco5.mh i386sol2.mh i386sol2.mt i386v.mh i386v.mt i386v32.mh i386v4.mh i386v4.mt linux.mh linux.mt nbsd.mh nbsd.mt ncr3000.mh ncr3000.mt nm-fbsd.h nm-gnu.h nm-i386aix.h nm-i386bsd.h nm-i386lynx.h nm-i386mach.h nm-i386sco.h nm-i386sco4.h nm-i386sco5.h nm-i386v.h nm-i386v4.h nm-linux.h nm-m3.h nm-nbsd.h nm-ptx4.h nm-sun386.h nm-symmetry.h ptx.mh ptx.mt ptx4.mh ptx4.mt sun386.mh sun386.mt symmetry.mh symmetry.mt tm-cygwin32.h tm-i386.h tm-i386aix.h tm-i386bsd.h tm-i386gnu.h tm-i386lynx.h tm-i386m3.h tm-i386mk.h tm-i386nw.h tm-i386os9k.h tm-i386v.h tm-i386v4.h tm-linux.h tm-nbsd.h tm-ptx.h tm-ptx4.h tm-sun386.h tm-symmetry.h windows.mh xm-cygwin32.h xm-go32.h xm-i386aix.h xm-i386bsd.h xm-i386gnu.h xm-i386lynx.h xm-i386m3.h xm-i386mach.h xm-i386mk.h xm-i386sco.h xm-i386v.h xm-i386v32.h xm-i386v4.h xm-linux.h xm-nbsd.h xm-ptx.h xm-ptx4.h xm-sun386.h xm-symmetry.h xm-windows.h gnu/usr.bin/binutils/gdb/config/i960: Tag: CYGNUS mon960.mt nindy960.mt tm-i960.h tm-mon960.h tm-nindy960.h tm-vx960.h vxworks960.mt gnu/usr.bin/binutils/gdb/config/m68k: Tag: CYGNUS 3b1.mh 3b1.mt altos.mh altos.mt apollo68b.mh apollo68b.mt apollo68v.mh cisco.mt delta68.mh delta68.mt dpx2.mh dpx2.mt es1800.mt hp300bsd.mh hp300bsd.mt hp300hpux.mh hp300hpux.mt isi.mh isi.mt m68klynx.mh m68klynx.mt m68kv4.mh m68kv4.mt monitor.mt nbsd.mh nbsd.mt news.mh news.mt news1000.mh nm-apollo68b.h nm-apollo68v.h nm-delta68.h nm-dpx2.h nm-hp300bsd.h nm-hp300hpux.h nm-m68klynx.h nm-nbsd.h nm-news.h nm-sun2.h nm-sun3.h nm-sysv4.h os68k.mt st2000.mt sun2os3.mh sun2os3.mt sun2os4.mh sun2os4.mt sun3os3.mh sun3os3.mt sun3os4.mh sun3os4.mt tm-3b1.h tm-altos.h tm-apollo68b.h tm-cisco.h tm-delta68.h tm-dpx2.h tm-es1800.h tm-hp300bsd.h tm-hp300hpux.h tm-isi.h tm-m68k.h tm-m68klynx.h tm-m68kv4.h tm-mac.h tm-monitor.h tm-nbsd.h tm-news.h tm-os68k.h tm-st2000.h tm-sun2.h tm-sun2os4.h tm-sun3.h tm-sun3os4.h tm-vx68.h vxworks68.mt xm-3b1.h xm-altos.h xm-apollo68b.h xm-apollo68v.h xm-delta68.h xm-dpx2.h xm-hp300bsd.h xm-hp300hpux.h xm-isi.h xm-m68k.h xm-m68klynx.h xm-m68kv4.h xm-mpw.h xm-nbsd.h xm-news.h xm-news1000.h xm-sun2.h xm-sun3.h xm-sun3os4.h gnu/usr.bin/binutils/gdb/config/m88k: Tag: CYGNUS cxux.mh cxux.mt delta88.mh delta88.mt delta88v4.mh delta88v4.mt m88k.mh m88k.mt nm-cxux.h nm-delta88v4.h nm-m88k.h tm-cxux.h tm-delta88.h tm-delta88v4.h tm-m88k.h xm-cxux.h xm-delta88.h xm-delta88v4.h xm-dgux.h xm-m88k.h gnu/usr.bin/binutils/gdb/config/mips: Tag: CYGNUS bigmips.mt bigmips64.mt decstation.mh decstation.mt embed.mt embed64.mt embedl.mt embedl64.mt irix3.mh irix3.mt irix4.mh irix5.mh irix5.mt littlemips.mh littlemips.mt mipsel64.mt mipsm3.mh mipsm3.mt mipsv4.mh mipsv4.mt news-mips.mh nm-irix3.h nm-irix4.h nm-irix5.h nm-mips.h nm-news-mips.h nm-riscos.h riscos.mh tm-bigmips.h tm-bigmips64.h tm-embed.h tm-embed64.h tm-embedl.h tm-embedl64.h tm-irix3.h tm-irix5.h tm-mips.h tm-mips64.h tm-mipsm3.h tm-mipsv4.h tm-vr4300.h tm-vr4300el.h tm-vr5000.h tm-vr5000el.h tm-vxmips.h vr4300.mt vr4300el.mt vr5000.mt vr5000el.mt vxmips.mt xm-irix3.h xm-irix4.h xm-irix5.h xm-mips.h xm-mipsm3.h xm-mipsv4.h xm-news-mips.h xm-riscos.h gnu/usr.bin/binutils/gdb/config/none: Tag: CYGNUS nm-none.h none.mh none.mt tm-none.h xm-none.h gnu/usr.bin/binutils/gdb/config/ns32k: Tag: CYGNUS merlin.mh merlin.mt nbsd.mh nbsd.mt nm-nbsd.h nm-umax.h ns32km3.mh ns32km3.mt tm-merlin.h tm-nbsd.h tm-ns32km3.h tm-umax.h umax.mh umax.mt xm-merlin.h xm-nbsd.h xm-ns32km3.h xm-umax.h gnu/usr.bin/binutils/gdb/config/pa: Tag: CYGNUS hppabsd.mh hppabsd.mt hppahpux.mh hppahpux.mt hppaosf.mh hppaosf.mt hppapro.mt nm-hppab.h nm-hppah.h nm-hppao.h tm-hppa.h tm-hppab.h tm-hppah.h tm-hppao.h tm-pro.h xm-hppab.h xm-hppah.h xm-pa.h gnu/usr.bin/binutils/gdb/config/powerpc: Tag: CYGNUS aix.mh aix.mt aix4.mh aix4.mt cygwin32.mh cygwin32.mt gdbserve.mt linux.mh macos.mh macos.mt nm-aix.h nm-macos.h nm-solaris.h ppc-eabi.mt ppc-nw.mt ppc-sim.mt ppcle-eabi.mt ppcle-sim.mt solaris.mh solaris.mt tm-cygwin32.h tm-macos.h tm-ppc-aix.h tm-ppc-aix4.h tm-ppc-eabi.h tm-ppc-nw.h tm-ppc-sim.h tm-ppcle-eabi.h tm-ppcle-sim.h tm-solaris.h xm-aix.h xm-cygwin32.h xm-linux.h xm-mpw.h xm-solaris.h gnu/usr.bin/binutils/gdb/config/pyr: Tag: CYGNUS pyramid.mh pyramid.mt tm-pyr.h xm-pyr.h gnu/usr.bin/binutils/gdb/config/romp: Tag: CYGNUS rtbsd.mh xm-rtbsd.h gnu/usr.bin/binutils/gdb/config/rs6000: Tag: CYGNUS aix4.mh aix4.mt nm-rs6000.h nm-rs6000ly.h rs6000.mh rs6000.mt rs6000lynx.mh rs6000lynx.mt tm-rs6000-aix4.h tm-rs6000.h tm-rs6000ly.h xm-aix4.h xm-rs6000.h xm-rs6000ly.h gnu/usr.bin/binutils/gdb/config/sh: Tag: CYGNUS sh.mt tm-sh.h gnu/usr.bin/binutils/gdb/config/sparc: Tag: CYGNUS nbsd.mh nbsd.mt nm-nbsd.h nm-sparclynx.h nm-sun4os4.h nm-sun4sol2.h sp64.mt sp64sim.mt sp64sol2.mt sparc-em.mt sparclet.mt sparclite.mt sparclynx.mh sparclynx.mt sun4os4.mh sun4os4.mt sun4sol2.mh sun4sol2.mt tm-nbsd.h tm-sp64.h tm-sp64sim.h tm-sparc.h tm-sparclet.h tm-sparclite.h tm-sparclynx.h tm-spc-em.h tm-sun4os4.h tm-sun4sol2.h tm-vxsparc.h vxsparc.mt xm-nbsd.h xm-sparc.h xm-sparclynx.h xm-sun4os4.h xm-sun4sol2.h gnu/usr.bin/binutils/gdb/config/tahoe: Tag: CYGNUS tahoe.mh tahoe.mt tm-tahoe.h xm-tahoe.h gnu/usr.bin/binutils/gdb/config/vax: Tag: CYGNUS nm-vax.h tm-vax.h vax.mt vaxbsd.mh vaxult.mh vaxult2.mh xm-vax.h xm-vaxbsd.h xm-vaxult.h xm-vaxult2.h gnu/usr.bin/binutils/gdb/config/w65: Tag: CYGNUS tm-w65.h w65.mt gnu/usr.bin/binutils/gdb/config/z8k: Tag: CYGNUS tm-z8k.h z8k.mt gnu/usr.bin/binutils/gdb/doc: Tag: CYGNUS ChangeLog Makefile.in a4rc.sed all-cfg.texi annotate.texi configure configure.in gdb.texinfo gdbgui.texinfo gdbint.texinfo h8-cfg.texi libgdb.texinfo lpsrc.sed psrc.sed refcard.tex remote.texi stabs.texinfo gnu/usr.bin/binutils/gdb/gdbserver: Tag: CYGNUS Makefile.in README configure.in gdbreplay.c gdbserver.1 low-hppabsd.c low-linux.c low-lynx.c low-sparc.c low-sun3.c remote-utils.c server.c server.h utils.c gnu/usr.bin/binutils/gdb/mswin: Tag: CYGNUS ChangeLog STRUCTURE a29k.mak aboutbox.cpp aboutbox.h bfdcore.c bpt.cpp bpt.h bptdoc.cpp bptdoc.h browserf.cpp browserf.h browserl.cpp browserl.h change.cpp change.h colinfo.cpp colinfo.h common.mak config.h config.mak dirpkr.cpp dirpkr.h expwin.cpp expwin.h fake.cpp fake.h flash.cpp flash.h fontinfo.cpp fontinfo.h framevie.cpp framevie.h frameview.cpp frameview.h fsplit.cpp fsplit.h gdbdoc.cpp gdbdoc.h gdbpeek.c gdbtypes.h gdbwin.c gdbwin.h gdbwinxx.cpp gdbwrap.cpp gdbwrap.h ginfodoc.cpp ginfodoc.h gm.mak gui.aps gui.clw gui.cpp gui.h gui.mak gui.rc guiframe.cpp guiframe.h h8300.mak i386.mak iface.cpp iface.h infofram.h infoframe.cpp infoframe.h initfake.c iostuff.c iostuff.def iostuff.sbr log.cpp log.h m68k.mak mainfrm.cpp mainfrm.h makefile makemake.bat makemake.c mem.cpp mem.h mini.cpp mini.h mips.mak nm.h option.cpp option.h options.h pageset.cpp pageset.h parallel.cpp props.cpp regdoc.cpp regdoc.h regenerate regview.cpp regview.h resource.h scview.cpp ser-win32s.c serdll.h serdll.mak serdll16.c serdll16.def serdll16.mak serdll32.c serdll32.def serdll32.h serdll32.mak serdll95.mak serstub.c sertest.c sh.mak sim.mak sparclet.mak sparclit.mak srcb.cpp srcb.h srcbrows.cpp srcbrows.h srcd.cpp srcd.h srcsel.cpp srcsel.h srcwin.cpp srcwin.h stdafx.cpp stdafx.h stubs.c sysdep.h tabstop.cpp tabstop.h thinking.cpp thinking.h transbmp.cpp transbmp.h try.h w32sut.h w32sut16.lib w32sut32.lib waitcur.h win-e7kpc.c win-e7kpc.h win-e7kpc16.c windefs.h wine7kpc.def winthunk.def xm.h gnu/usr.bin/binutils/gdb/mswin/menus: Tag: CYGNUS Makefile debug.h file.h help.h insppop.h menus.h menus.rc srcfile.h srcpopup.h view.h window.h gnu/usr.bin/binutils/gdb/mswin/prebuilt: Tag: CYGNUS README bfd.h file.h new gnu/usr.bin/binutils/gdb/mswin/prebuilt/a29k: Tag: CYGNUS bfdtarget.h tm.h version.c gnu/usr.bin/binutils/gdb/mswin/prebuilt/gdb: Tag: CYGNUS cexptab.c copying.c fexptab.c m2exptab.c gnu/usr.bin/binutils/gdb/mswin/prebuilt/h8300: Tag: CYGNUS bfdtarget.h tm.h version.c gnu/usr.bin/binutils/gdb/mswin/prebuilt/i386: Tag: CYGNUS bfdtarget.h tm.h version.c gnu/usr.bin/binutils/gdb/mswin/prebuilt/libiberty: Tag: CYGNUS alloca-conf.h config.h gnu/usr.bin/binutils/gdb/mswin/prebuilt/m68k: Tag: CYGNUS bfdtarget.h tm.h version.c gnu/usr.bin/binutils/gdb/mswin/prebuilt/mips: Tag: CYGNUS bfdtarget.h elf32-target.h elf64-target.h engine.c tm.h version.c gnu/usr.bin/binutils/gdb/mswin/prebuilt/sh: Tag: CYGNUS bfdtarget.h code.c table.c tm.h version.c gnu/usr.bin/binutils/gdb/mswin/prebuilt/sparclet: Tag: CYGNUS bfdtarget.h tm.h version.c gnu/usr.bin/binutils/gdb/mswin/prebuilt/sparclite: Tag: CYGNUS bfdtarget.h tm.h version.c gnu/usr.bin/binutils/gdb/mswin/prebuilt/sys: Tag: CYGNUS file.h ioctl.h param.h syscall.h time.h gnu/usr.bin/binutils/gdb/mswin/res: Tag: CYGNUS N_gdb.ico N_gdbico.bmp N_gdbico.ico bitmap1.bmp bmp00001.bmp bmp00002.bmp bmp00003.bmp bmp00004.bmp bmp00005.bmp bmp00007.bmp bmp00008.bmp bpt_curs.cur cdown.bmp cf.bmp cur00001.cur cursor1.cur gui.ico gui.rc2 guidoc.ico ico00001.ico ico00002.ico ico00003.ico ico00004.ico ico00005.ico icon1.ico icon2.ico id_sym_i.ico idi_.ico idr_asmt.ico idr_bpth.ico idr_cmdf.ico idr_cmdt.ico idr_expt.ico idr_guit.ico idr_main.bmp idr_main.ico idr_regt.ico idr_srcb.ico idr_srct.ico idr_wint.bmp infodoc.ico memdoc.ico split_bi.bmp toolbar.bmp gnu/usr.bin/binutils/gdb/nindy-share: Tag: CYGNUS Makefile Onindy.c README VERSION b.out.h block_io.h coff.h env.h nindy.c stop.h ttyflush.c gnu/usr.bin/binutils/gdb/nlm: Tag: CYGNUS Makefile.in configure configure.in gdbserve.c gdbserve.def i386.c i386.h ppc.c ppc.h prelude.c gnu/usr.bin/binutils/gdb/osf-share: Tag: CYGNUS README cma_attr.h cma_deb_core.h cma_debug_client.h cma_errors.h cma_handle.h cma_init.h cma_list.h cma_mutex.h cma_sched.h cma_semaphore_defs.h cma_sequence.h cma_stack.h cma_stack_int.h cma_tcb_defs.h cma_util.h gnu/usr.bin/binutils/gdb/osf-share/AT386: Tag: CYGNUS cma_thread_io.h gnu/usr.bin/binutils/gdb/osf-share/HP800: Tag: CYGNUS cma_thread_io.h gnu/usr.bin/binutils/gdb/osf-share/RIOS: Tag: CYGNUS cma_thread_io.h gnu/usr.bin/binutils/gdb/testsuite: Tag: CYGNUS .gdbinit ChangeLog Makefile.in TODO aclocal.m4 configure configure.in gnu/usr.bin/binutils/gdb/testsuite/config: Tag: CYGNUS abug.exp cpu32bug.exp est.exp gdbserver.exp hmsirom.exp hppro.exp mips-gdb.exp monitor.exp mt-a29k-udi mt-i386-aout mt-i960-nindy mt-lynx mt-m68k mt-mips-ecoff mt-netware mt-slite mt-sparc-aout mt-unix mt-vxworks netware.exp nind-gdb.exp rom68k.exp sim-gdb.exp slite-gdb.exp udi-gdb.exp unix-gdb.exp unknown.exp vx-gdb.exp vxworks29k.exp gnu/usr.bin/binutils/gdb/testsuite/gdb.base: Tag: CYGNUS Makefile.in README a1-selftest.exp a2-run.exp bitfields.c bitfields.exp break.c break.exp callfuncs.c callfuncs.exp commands.exp compiler.c configure configure.in corefile.exp coremaker.c crossload.exp default.exp echo.exp exprs.c exprs.exp funcargs.c funcargs.exp gdbvars.exp help.exp i486-elf.u i860-elf.u interrupt.c interrupt.exp langs.exp langs0.c langs1.c langs1.f langs2.c langs2.cxx list.exp list0.c list0.h list1.c m68k-aout.u m68k-aout2.u m68k-elf.u mips-ecoff.u mips_pro.c mips_pro.exp nodebug.c nodebug.exp opaque.exp opaque0.c opaque1.c printcmds.c printcmds.exp ptype.c ptype.exp radix.exp recurse.c recurse.exp regs.exp return.c return.exp run.c scope.exp scope0.c scope1.c setshow.c setshow.exp setvar.c setvar.exp sigall.c sigall.exp signals.c signals.exp sparc-aout.u sparc-elf.u term.exp twice.c twice.exp watchpoint.c watchpoint.exp whatis.c whatis.exp gnu/usr.bin/binutils/gdb/testsuite/gdb.c++: Tag: CYGNUS Makefile.in classes.exp compiler.cc configure configure.in cplusfuncs.cc cplusfuncs.exp demangle.exp inherit.exp misc.cc misc.exp templates.cc templates.exp virtfunc.cc virtfunc.exp gnu/usr.bin/binutils/gdb/testsuite/gdb.chill: Tag: CYGNUS ChangeLog Makefile.in builtins.ch builtins.exp callch.ch callch.exp chexp.exp chillvars.ch chillvars.exp configure configure.in enum.ch enum.exp extstruct-grt.ch extstruct.ch extstruct.exp func1.ch gch1041.ch gch1041.exp gch1272.ch gch1272.exp gch1280.ch gch1280.exp gch922.ch gch922.exp gch981.ch gch981.exp misc.ch misc.exp powerset.ch powerset.exp pr-4975-grt.ch pr-4975.ch pr-4975.exp pr-5016.ch pr-5016.exp pr-5020.ch pr-5020.exp pr-5022.ch pr-5022.exp pr-5646-grt.ch pr-5646.ch pr-5646.exp pr-5984.ch pr-5984.exp pr-6292.ch pr-6292.exp pr-6632-grt.ch pr-6632.ch pr-6632.exp pr-8134.exp pr-8136.ch pr-8136.exp pr-8405.ch pr-8405.exp pr-8742.ch pr-8742.exp pr-8894-grt.ch pr-8894.ch pr-8894.exp pr-9095.ch pr-9095.exp pr-9946.ch pr-9946.exp result.ch result.exp string.ch string.exp tests1.ch tests1.exp tests2.ch tests2.exp tuples.ch tuples.exp gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm: Tag: CYGNUS Makefile.in configure configure.in hppa.exp hppa.mt hppa.s sh3.exp sh3.mt sh3.s gnu/usr.bin/binutils/gdb/testsuite/gdb.fortran: Tag: CYGNUS exprs.exp types.exp gnu/usr.bin/binutils/gdb/testsuite/gdb.stabs: Tag: CYGNUS Makefile.in alpha.mt aout.mt aout.sed configure configure.in default.mt ecoff.mt ecoff.sed hppa.mt hppa.sed weird.def weird.exp xcoff.mt xcoff.sed gnu/usr.bin/binutils/gdb/testsuite/gdb.threads: Tag: CYGNUS Makefile.in config.in configure configure.in pthreads.c pthreads.exp step.c step.exp step2.exp gnu/usr.bin/binutils/gdb/testsuite/lib: Tag: CYGNUS gdb.exp gnu/usr.bin/binutils/gdb/vx-share: Tag: CYGNUS README dbgRpcLib.h ptrace.h regPacket.h vxTypes.h vxWorks.h wait.h xdr_ld.c xdr_ld.h xdr_ptrace.c xdr_ptrace.h xdr_rdb.c xdr_rdb.h gnu/usr.bin/binutils/include: Tag: CYGNUS fnmatch.h gnu/usr.bin/binutils/include/opcode: Tag: CYGNUS mn10200.h mn10300.h gnu/usr.bin/binutils/ld: Tag: CYGNUS mpw-emipself.c gnu/usr.bin/binutils/libiberty: Tag: CYGNUS fnmatch.c gnu/usr.bin/binutils/libiberty/config: Tag: CYGNUS mh-cygwin32 mh-windows gnu/usr.bin/binutils/mmalloc: Tag: CYGNUS COPYING.LIB ChangeLog Makefile.in TODO attach.c configure configure.in detach.c keys.c mcalloc.c mfree.c mmalloc.c mmalloc.h mmalloc.texi mmap-sup.c mmcheck.c mmemalign.c mmprivate.h mmstats.c mmtrace.awk mmtrace.c mrealloc.c mvalloc.c sbrk-sup.c gnu/usr.bin/binutils/opcodes: Tag: CYGNUS mn10200-dis.c mn10200-opc.c mn10300-dis.c mn10300-opc.c gnu/usr.bin/binutils/readline: Tag: CYGNUS COPYING ChangeLog Makefile.in bind.c chardefs.h complete.c configure.bat configure.in display.c emacs_keymap.c funmap.c history.c history.h isearch.c keymaps.c keymaps.h parens.c readline.c readline.h rldefs.h rltty.c search.c signals.c sysdep-aix.h sysdep-cxux7.h sysdep-irix.h sysdep-linux.h sysdep-norm.h sysdep-obsd.h sysdep-sco.h sysdep-sysv4.h tilde.c tilde.h vi_keymap.c vi_mode.c xmalloc.c gnu/usr.bin/binutils/readline/config: Tag: CYGNUS mh-apollo68v mh-gnu mh-go32 mh-isc mh-ncr3000 mh-posix mh-sco mh-sco4 mh-sysv mh-sysv4 gnu/usr.bin/binutils/readline/doc: Tag: CYGNUS ChangeLog Makefile.in configure.in hist.texinfo hstech.texinfo hsuser.texinfo inc-hist.texi rlman.texinfo rltech.texinfo rluser.texinfo gnu/usr.bin/binutils/readline/examples: Tag: CYGNUS Inputrc Makefile configure.bat fileman.c manexamp.c gnu/usr.bin/binutils/sim: Tag: CYGNUS ChangeLog Makefile.in configure configure.in gnu/usr.bin/binutils/sim/arm: Tag: CYGNUS COPYING ChangeLog Makefile.in README.Cygnus armcopro.c armdefs.h armemu.c armemu.h armfpe.h arminit.c armopts.h armos.c armos.h armrdi.c armsupp.c armvirt.c bag.c bag.h communicate.c communicate.h configure configure.in dbg_conf.h dbg_cp.h dbg_hif.h dbg_rdi.h gdbhost.c gdbhost.h kid.c main.c parent.c run.c wrapper.c gnu/usr.bin/binutils/sim/common: Tag: CYGNUS ChangeLog run.1 run.c gnu/usr.bin/binutils/sim/erc32: Tag: CYGNUS ChangeLog Makefile.in NEWS README.erc32 README.gdb README.sis configure configure.in end.c erc32.c exec.c float.c func.c help.c interf.c run.c sis.c sis.h startsim gnu/usr.bin/binutils/sim/h8300: Tag: CYGNUS ChangeLog Makefile.in compile.c config.in configure configure.in inst.h run.c writecode.c gnu/usr.bin/binutils/sim/h8500: Tag: CYGNUS ChangeLog Makefile.in compile.c config.in configure configure.in inst.h run.c gnu/usr.bin/binutils/sim/mips: Tag: CYGNUS ChangeLog Makefile.in README.Cygnus config.in configure configure.in gencode.c interp.c support.h gnu/usr.bin/binutils/sim/ppc: Tag: CYGNUS .gdbinit BUGS COPYING COPYING.LIB ChangeLog ChangeLog.00 INSTALL Makefile.in README RUN basics.h bits.c bits.h cap.c cap.h config.in configure configure.in corefile-n.h corefile.c corefile.h cpu.c cpu.h debug.c debug.h device.c device.h device_table.c device_table.h dgen.c double.c dp-bit.c emul_bugapi.c emul_bugapi.h emul_chirp.c emul_chirp.h emul_generic.c emul_generic.h emul_netbsd.c emul_netbsd.h emul_unix.c emul_unix.h events.c events.h filter.c filter.h filter_filename.c filter_filename.h gen-icache.c gen-icache.h gen-idecode.c gen-idecode.h gen-itable.c gen-itable.h gen-model.c gen-model.h gen-semantics.c gen-semantics.h gen-support.c gen-support.h hw_com.c hw_core.c hw_cpu.c hw_cpu.h hw_disk.c hw_eeprom.c hw_htab.c hw_init.c hw_iobus.c hw_memory.c hw_nvram.c hw_pal.c hw_pic.c hw_register.c hw_trace.c hw_vm.c idecode_branch.h idecode_expression.h idecode_fields.h igen.c igen.h inline.c inline.h interrupts.c interrupts.h ld-cache.c ld-cache.h ld-decode.c ld-decode.h ld-insn.c ld-insn.h lf.c lf.h main.c misc.c misc.h mon.c mon.h options.c options.h os_emul.c os_emul.h pk_disklabel.c ppc-cache-rules ppc-instructions ppc-opcode-complex ppc-opcode-flat ppc-opcode-goto ppc-opcode-jump ppc-opcode-simple ppc-opcode-stupid ppc-opcode-test-1 ppc-opcode-test-2 ppc-spr-table ppc.mt psim.c psim.h psim.texinfo registers.c registers.h sim-endian-n.h sim-endian.c sim-endian.h sim_callbacks.h sim_calls.c std-config.h table.c table.h vm.c vm.h vm_n.h words.h gnu/usr.bin/binutils/sim/sh: Tag: CYGNUS ChangeLog Makefile.in configure configure.in gencode.c interp.c syscall.h gnu/usr.bin/binutils/sim/w65: Tag: CYGNUS ChangeLog Makefile.in acconfig.h config.in configure configure.in gencode.c interp.c interp.h run.c gnu/usr.bin/binutils/sim/z8k: Tag: CYGNUS ChangeLog Makefile.in comped1.c comped2.c comped3.c compedb3.c config.in configure configure.in iface.c inlines.h list.c mem.c mem.h quick.c run.c sim.h support.c syscall.h tm.h writecode.c gnu/usr.bin/binutils/tcl: Tag: CYGNUS ChangeLog Makefile.in README changes configure configure.in license.terms gnu/usr.bin/binutils/tcl/compat: Tag: CYGNUS README dirent.h dirent2.h dlfcn.h fixstrtod.c float.h getcwd.c gettod.c license.terms limits.h opendir.c stdlib.h string.h strncasecmp.c strstr.c strtod.c strtol.c strtoul.c tmpnam.c unistd.h waitpid.c gnu/usr.bin/binutils/tcl/doc: Tag: CYGNUS AddErrInfo.3 AllowExc.3 AppInit.3 AssocData.3 Async.3 BackgdErr.3 Backslash.3 CallDel.3 CmdCmplt.3 Concat.3 CrtChannel.3 CrtChnlHdlr.3 CrtCloseHdlr.3 CrtCommand.3 CrtFileHdlr.3 CrtInterp.3 CrtMathFnc.3 CrtModalTmt.3 CrtSlave.3 CrtTimerHdlr.3 CrtTrace.3 DString.3 DetachPids.3 DoOneEvent.3 DoWhenIdle.3 Eval.3 Exit.3 ExprLong.3 FindExec.3 GetFile.3 GetInt.3 GetOpnFl.3 GetStdChan.3 Hash.3 Interp.3 LinkVar.3 Notifier.3 OpenFileChnl.3 OpenTcp.3 PkgRequire.3 Preserve.3 PrintDbl.3 RecordEval.3 RegExp.3 SetErrno.3 SetRecLmt.3 SetResult.3 SetVar.3 Sleep.3 SplitList.3 StaticPkg.3 StrMatch.3 Tcl.n Tcl_Main.3 TraceVar.3 Translate.3 UpVar.3 after.n append.n array.n bgerror.n break.n case.n catch.n cd.n clock.n close.n concat.n continue.n eof.n error.n eval.n exec.n exit.n expr.n fblocked.n fconfigure.n file.n fileevent.n filename.n flush.n for.n foreach.n format.n gets.n glob.n global.n history.n if.n incr.n info.n interp.n join.n lappend.n library.n license.terms lindex.n linsert.n list.n llength.n load.n lrange.n lreplace.n lsearch.n lsort.n man.macros open.n package.n pid.n pkgMkIndex.n proc.n puts.n pwd.n read.n regexp.n regsub.n rename.n return.n scan.n seek.n set.n socket.n source.n split.n string.n subst.n switch.n tclsh.1 tclvars.n tell.n time.n trace.n unknown.n unset.n update.n uplevel.n upvar.n vwait.n while.n gnu/usr.bin/binutils/tcl/generic: Tag: CYGNUS README panic.c patchlevel.h regexp.c tcl.h tclAlloc.c tclAsync.c tclBasic.c tclCkalloc.c tclClock.c tclCmdAH.c tclCmdIL.c tclCmdMZ.c tclDate.c tclEnv.c tclEvent.c tclExpr.c tclFHandle.c tclFileName.c tclGet.c tclGetDate.y tclHash.c tclHistory.c tclIO.c tclIOCmd.c tclIOSock.c tclIOUtil.c tclInt.h tclInterp.c tclLink.c tclLoad.c tclLoadNone.c tclMain.c tclNotify.c tclParse.c tclPkg.c tclPort.h tclPosixStr.c tclPreserve.c tclProc.c tclRegexp.h tclTest.c tclUtil.c tclVar.c gnu/usr.bin/binutils/tcl/library: Tag: CYGNUS init.tcl ldAout.tcl license.terms parray.tcl tclIndex gnu/usr.bin/binutils/tcl/mac: Tag: CYGNUS MW_TclHeader.h README license.terms porting.notes tclMacAppInit.c tclMacChan.c tclMacEnv.c tclMacFile.c tclMacInit.c tclMacInt.h tclMacInterupt.c tclMacLoad.c tclMacNotify.c tclMacPanic.c tclMacPort.h tclMacProjects.sit.hqx tclMacResource.r tclMacSock.c tclMacTest.c tclMacTime.c tclMacUnix.c tclMacUtil.c gnu/usr.bin/binutils/tcl/tests: Tag: CYGNUS README all append.test assocd.test async.test case.test clock.test cmdAH.test cmdInfo.test concat.test dcall.test defs dstring.test env.test error.test eval.test event.test exec.test expr.test fhandle.test fileName.test for.test format.test get.test history.test if.test incr.test info.test interp.test io.test ioCmd.test join.test license.terms lindex.test link.test linsert.test list.test llength.test load.test lrange.test lreplace.test lsearch.test lsort.test misc.test parse.test pid.test pkg.test proc.test regexp.test remote.tcl rename.test scan.test set.test socket.test source.test split.test string.test subst.test switch.test trace.test unknown.test uplevel.test upvar.test while.test gnu/usr.bin/binutils/tcl/testsuite: Tag: CYGNUS ChangeLog gnu/usr.bin/binutils/tcl/testsuite/config: Tag: CYGNUS default.exp gnu/usr.bin/binutils/tcl/testsuite/tcl.tests: Tag: CYGNUS tcl-test.exp gnu/usr.bin/binutils/tcl/unix: Tag: CYGNUS ChangeLog Makefile.in README aclocal.m4 bp.c configure configure.in install-sh ldAix mkLinks porting.notes tclAppInit.c tclConfig.sh.in tclLoadAix.c tclLoadAout.c tclLoadDl.c tclLoadDl2.c tclLoadDld.c tclLoadNext.c tclLoadOSF.c tclLoadShl.c tclMtherr.c tclUnixChan.c tclUnixFile.c tclUnixInit.c tclUnixNotfy.c tclUnixPipe.c tclUnixPort.h tclUnixSock.c tclUnixTest.c tclUnixTime.c gnu/usr.bin/binutils/tcl/unix/dltest: Tag: CYGNUS Makefile.in README configure configure.in pkg5.c pkga.c pkgb.c pkgc.c pkgd.c pkge.c pkgf.c gnu/usr.bin/binutils/tcl/win: Tag: CYGNUS README license.terms makefile.bc makefile.vc tcl.rc tcl16.rc tclAppInit.c tclWin16.c tclWin32Dll.c tclWinChan.c tclWinError.c tclWinFile.c tclWinInit.c tclWinInt.h tclWinLoad.c tclWinMtherr.c tclWinNotify.c tclWinPipe.c tclWinPort.h tclWinSock.c tclWinStubs.c tclWinTest.c tclWinTime.c tclWinUtil.c tclsh.rc winDumpExts.c gnu/usr.bin/binutils/texinfo: Tag: CYGNUS COPYING ChangeLog INSTALL INTRODUCTION Makefile.in NEWS README TODO configure configure.in dir dir-example dir.info-template gen-info-dir install-sh liblic.texi license.texi texinfo.texi gnu/usr.bin/binutils/texinfo/emacs: Tag: CYGNUS Makefile.in detexinfo.el elisp-comp info.el informat.el makeinfo.el new-useful-setqs texinfmt.el texinfo.el texnfo-tex.el texnfo-upd.el gnu/usr.bin/binutils/texinfo/info: Tag: CYGNUS Makefile.in NEWS README clib.c clib.h dir.c display.c display.h doc.h dribble.c dribble.h echo_area.c echo_area.h filesys.c filesys.h footnotes.c footnotes.h gc.c gc.h general.h indices.c indices.h info-stnd.texi info-utils.c info-utils.h info.1 info.c info.h info.texi infodoc.c infomap.c infomap.h m-x.c makedoc.c man.c man.h nodemenu.c nodes.c nodes.h search.c search.h session.c session.h signals.c signals.h termdep.h terminal.c terminal.h tilde.c tilde.h userdoc.texi variables.c variables.h window.c window.h xmalloc.c gnu/usr.bin/binutils/texinfo/libtxi: Tag: CYGNUS Makefile.in alloca.c bzero.c getopt.c getopt.h getopt1.c memcpy.c memmove.c strdup.c gnu/usr.bin/binutils/texinfo/makeinfo: Tag: CYGNUS Makefile.in macro.texi makeinfo.c makeinfo.h makeinfo.texi multi.c multiformat.texi gnu/usr.bin/binutils/texinfo/makeinfo/macros: Tag: CYGNUS example.texi html.texi multifmt.texi res-samp.texi resume.texi simpledoc.texi gnu/usr.bin/binutils/texinfo/testsuite: Tag: CYGNUS ChangeLog Makefile.in configure configure.in gnu/usr.bin/binutils/texinfo/testsuite/config: Tag: CYGNUS unix.exp gnu/usr.bin/binutils/texinfo/testsuite/lib: Tag: CYGNUS utils.exp gnu/usr.bin/binutils/texinfo/testsuite/makeinfo.0: Tag: CYGNUS atnode.exp conditions.exp mini.exp missnode.exp nonsense.exp not.exp smstruct.exp gnu/usr.bin/binutils/texinfo/testsuite/text: Tag: CYGNUS atnode.texi conditions.texi dfltnode.texi minimal.texi missnode.texi nonsense.texi not.texi smstruct.texi gnu/usr.bin/binutils/texinfo/util: Tag: CYGNUS Makefile.in deref.c fixfonts gen-dir-node install-info.c mkinstalldirs tex3patch texi2dvi texindex.c gnu/usr.bin/binutils/tk: Tag: CYGNUS ChangeLog Makefile.in README ToDo changes configure configure.in license.terms gnu/usr.bin/binutils/tk/bitmaps: Tag: CYGNUS error.bmp gray12.bmp gray25.bmp gray50.bmp hourglass.bmp info.bmp questhead.bmp question.bmp warning.bmp gnu/usr.bin/binutils/tk/compat: Tag: CYGNUS license.terms stdlib.h unistd.h gnu/usr.bin/binutils/tk/doc: Tag: CYGNUS 3DBorder.3 BindTable.3 CanvPsY.3 CanvTkwin.3 CanvTxtInfo.3 Clipboard.3 ClrSelect.3 ConfigWidg.3 ConfigWind.3 CoordToWin.3 CrtErrHdlr.3 CrtGenHdlr.3 CrtImgType.3 CrtItemType.3 CrtPhImgFmt.3 CrtSelHdlr.3 DeleteImg.3 DrawFocHlt.3 EventHndlr.3 FindPhoto.3 FreeXId.3 GeomReq.3 GetAnchor.3 GetBitmap.3 GetCapStyl.3 GetClrmap.3 GetColor.3 GetCursor.3 GetFontStr.3 GetGC.3 GetImage.3 GetJoinStl.3 GetJustify.3 GetOption.3 GetPixels.3 GetPixmap.3 GetRelief.3 GetRootCrd.3 GetScroll.3 GetSelect.3 GetUid.3 GetVRoot.3 GetVisual.3 HandleEvent.3 IdToWindow.3 ImgChanged.3 InternAtom.3 MainLoop.3 MainWin.3 MaintGeom.3 ManageGeom.3 MapWindow.3 MoveToplev.3 Name.3 NameOfImg.3 OwnSelect.3 ParseArgv.3 QWinEvent.3 Restack.3 RestrictEv.3 SetAppName.3 SetClass.3 SetGrid.3 SetVisual.3 StrictMotif.3 Tk_Init.3 Tk_Main.3 WindowId.3 bell.n bind.n bindtags.n bitmap.n button.n canvas.n checkbutton.n clipboard.n destroy.n dialog.n entry.n focus.n focusNext.n frame.n grab.n grid.n image.n label.n license.terms listbox.n lower.n man.macros menu.n menubar.n menubutton.n message.n option.n optionMenu.n options.n pack-old.n pack.n palette.n photo.n place.n popup.n radiobutton.n raise.n scale.n scrollbar.n selection.n send.n text.n tk.n tk4.0.ps tkerror.n tkvars.n tkwait.n toplevel.n winfo.n wish.1 wm.n gnu/usr.bin/binutils/tk/generic: Tag: CYGNUS README default.h ks_names.h patchlevel.h tk.h tk3d.c tkArgv.c tkAtom.c tkBind.c tkBitmap.c tkButton.c tkCanvArc.c tkCanvBmap.c tkCanvImg.c tkCanvLine.c tkCanvPoly.c tkCanvPs.c tkCanvText.c tkCanvUtil.c tkCanvWind.c tkCanvas.c tkCanvas.h tkClipboard.c tkCmds.c tkColor.c tkConfig.c tkConsole.c tkCursor.c tkEntry.c tkError.c tkEvent.c tkFocus.c tkFont.c tkFrame.c tkGC.c tkGeometry.c tkGet.c tkGrab.c tkGrid.c tkImage.c tkImgBmap.c tkImgGIF.c tkImgPPM.c tkImgPhoto.c tkImgUtil.c tkInt.h tkListbox.c tkMain.c tkMenu.c tkMenubutton.c tkMessage.c tkOption.c tkPack.c tkPlace.c tkPort.h tkRectOval.c tkScale.c tkScrollbar.c tkSelect.c tkSelect.h tkSend.c tkSquare.c tkTest.c tkText.c tkText.h tkTextBTree.c tkTextDisp.c tkTextIndex.c tkTextMark.c tkTextTag.c tkTextWind.c tkTrig.c tkUtil.c tkVisual.c tkWindow.c tkXId.c gnu/usr.bin/binutils/tk/library: Tag: CYGNUS bgerror.tcl button.tcl console.tcl dialog.tcl entry.tcl focus.tcl license.terms listbox.tcl menu.tcl obsolete.tcl optMenu.tcl palette.tcl prolog.ps scale.tcl scrlbar.tcl tclIndex tearoff.tcl text.tcl tk.tcl gnu/usr.bin/binutils/tk/library/demos: Tag: CYGNUS README arrow.tcl bind.tcl bitmap.tcl browse button.tcl check.tcl colors.tcl cscroll.tcl ctext.tcl dialog1.tcl dialog2.tcl entry1.tcl entry2.tcl floor.tcl form.tcl hello hscale.tcl icon.tcl image1.tcl image2.tcl items.tcl ixset label.tcl license.terms menu.tcl plot.tcl puzzle.tcl radio.tcl rmt rolodex ruler.tcl sayings.tcl search.tcl square states.tcl style.tcl tclIndex tcolor text.tcl timer twind.tcl vscale.tcl widget gnu/usr.bin/binutils/tk/library/demos/images: Tag: CYGNUS earth.gif earthris.gif face.bmp flagdown.bmp flagup.bmp gray25.bmp letters.bmp mickey.gif noletter.bmp pattern.bmp teapot.ppm gnu/usr.bin/binutils/tk/mac: Tag: CYGNUS MW_TkHeader.h README license.terms tkMacAppInit.c tkMacClipboard.c tkMacColor.c tkMacCursor.c tkMacCursors.r tkMacDefault.h tkMacDraw.c tkMacFont.c tkMacHLEvents.c tkMacInit.c tkMacInt.h tkMacKeyboard.c tkMacMenus.c tkMacPort.h tkMacProjects.sit.hqx tkMacRegion.c tkMacResource.r tkMacScrollbar.c tkMacSend.c tkMacSubwindows.c tkMacWindowMgr.c tkMacWm.c tkMacXCursors.r tkMacXStubs.c gnu/usr.bin/binutils/tk/tests: Tag: CYGNUS README all arc.tcl bell.test bevel.tcl bind.test butGeom.tcl button.test canvImg.test canvPsArc.tcl canvPsBmap.tcl canvPsGrph.tcl canvPsText.tcl canvRect.test canvas.test clipboard.test cmap.tcl cmds.test color.test defs entry.test event.test focus.test focusTcl.test frame.test geometry.test grid.test id.test image.test imgBmap.test imgPPM.test imgPhoto.test license.terms listbox.test menu.test menubut.test oldpack.test option.file1 option.file2 option.test pack.test place.test raise.test scale.test scrollbar.test select.test send.test text.test textBTree.test textDisp.test textIndex.test textMark.test textTag.test textWind.test util.test visual visual.test window.test winfo.test wm.test gnu/usr.bin/binutils/tk/testsuite/config: Tag: CYGNUS default.exp gnu/usr.bin/binutils/tk/testsuite/tk.tests: Tag: CYGNUS tk-test.exp gnu/usr.bin/binutils/tk/unix: Tag: CYGNUS ChangeLog Makefile.in README configure configure.in install-sh license.terms mkLinks porting.notes tkAppInit.c tkConfig.sh.in tkUnix.c tkUnixCursor.c tkUnixDefault.h tkUnixDraw.c tkUnixEvent.c tkUnixInit.c tkUnixInt.h tkUnixPort.h tkUnixSelect.c tkUnixWm.c gnu/usr.bin/binutils/tk/win: Tag: CYGNUS README license.terms makefile.bc makefile.vc stubs.c tkWin32Dll.c tkWinClipboard.c tkWinColor.c tkWinCursor.c tkWinDefault.h tkWinDraw.c tkWinFont.c tkWinImage.c tkWinInit.c tkWinInt.h tkWinKey.c tkWinPixmap.c tkWinPointer.c tkWinPort.h tkWinRegion.c tkWinWindow.c tkWinWm.c tkWinX.c winMain.c gnu/usr.bin/binutils/tk/win/rc: Tag: CYGNUS cursor00.cur cursor02.cur cursor04.cur cursor06.cur cursor08.cur cursor0a.cur cursor0c.cur cursor0e.cur cursor10.cur cursor12.cur cursor14.cur cursor16.cur cursor18.cur cursor1a.cur cursor1c.cur cursor1e.cur cursor20.cur cursor22.cur cursor24.cur cursor26.cur cursor28.cur cursor2a.cur cursor2c.cur cursor2e.cur cursor30.cur cursor32.cur cursor34.cur cursor36.cur cursor38.cur cursor3a.cur cursor3c.cur cursor3e.cur cursor40.cur cursor42.cur cursor44.cur cursor46.cur cursor48.cur cursor4a.cur cursor4c.cur cursor4e.cur cursor50.cur cursor52.cur cursor54.cur cursor56.cur cursor58.cur cursor5a.cur cursor5c.cur cursor5e.cur cursor60.cur cursor62.cur cursor64.cur cursor66.cur cursor68.cur cursor6a.cur cursor6c.cur cursor6e.cur cursor70.cur cursor72.cur cursor74.cur cursor76.cur cursor78.cur cursor7a.cur cursor7c.cur cursor7e.cur cursor80.cur cursor82.cur cursor84.cur cursor86.cur cursor88.cur cursor8a.cur cursor8c.cur cursor8e.cur cursor90.cur cursor92.cur cursor94.cur cursor96.cur cursor98.cur tk.ico tk.rc wish.ico wish.rc gnu/usr.bin/binutils/tk/xlib: Tag: CYGNUS license.terms xbytes.h xcolors.h xdraw.c xgc.c ximage.c xutil.c gnu/usr.bin/binutils/tk/xlib/X11: Tag: CYGNUS X.h Xatom.h Xfuncproto.h Xlib.h Xutil.h cursorfont.h keysym.h keysymdef.h license.terms gnu/usr.bin/binutils/utils: Tag: CYGNUS ChangeLog Makefile.in configure.in gnu/usr.bin/binutils/utils/amd-udi: Tag: CYGNUS Makefile.in configure configure.in gnu/usr.bin/binutils/utils/amd-udi/include: Tag: CYGNUS coff.h eb030.h eb29k.h error.h help.h hif.h lcb29k.h macros.h main.h memspcs.h messages.h miniint.h monio.h monitor.h mtip.h opcodes.h pceb.h serial.h tdfunc.h tiperr.h types.h udiext.h versions.h gnu/usr.bin/binutils/utils/amd-udi/mondfe: Tag: CYGNUS Makefile.in asm.c bkpt.c commands.c dasm.c dump.c error.c fill.c getdata.c help.c icmd.c io.c main.c mini2udi.c monitor.c move.c opcodes.c regs.c set.c xcmd.c yank.c gnu/usr.bin/binutils/utils/amd-udi/montip: Tag: CYGNUS Makefile.in checksum.c eb030.c eb29k.c endian.c hif.c lcb29k.c messages.c mtip.c parallel.c pceb.c serial.c tdfunc.c tiperr.c udi2mtip.c gnu/usr.bin/binutils/utils/amd-udi/udi: Tag: CYGNUS Makefile.in dfe_test.c dos2udip.c dos3862u.c dos386a.asm dos386c.c dos386c.h dosdfe.asm dostip.asm dosudi.5 dosudi.cat realcopy.c realcopy.h soc2udip.c sunudi.5 sunudi.cat tip_test.c udidos.ah udidos.h udiids.h udip2dos.c udip2iss.c udip2mm.c udip2soc.c udiphcfg.h udiphdos.h udiphsun.h udiproc.h udipt29k.h udiptcfg.h udisoc.h udr.c gnu/usr.bin/binutils/utils/misc: Tag: CYGNUS Makefile.in configure.in gnu/usr.bin/binutils/utils/misc/doschk: Tag: CYGNUS ChangeLog Makefile.in README configure configure.in doschk.c gnu/usr.bin/binutils/utils/msdos: Tag: CYGNUS Makefile.in configure.in gnu/usr.bin/binutils/utils/msdos/bin: Tag: CYGNUS Makefile.in configure.in killtip.uue mon030.bat mon29k.bat mondfe.uue montip.uue pcserver.uue udiconfs.txt uditest.uue uditrace.uue gnu/usr.bin/binutils/utils/sparclite: Tag: CYGNUS ChangeLog Makefile.in README aload.c configure configure.in eload.c gnu/usr.bin/binutils/utils/spu: Tag: CYGNUS ChangeLog Makefile.in README configure.in spu.c Removed files: gnu/usr.bin/binutils/config: Tag: CYGNUS mt-ppc gnu/usr.bin/binutils/gas: Tag: CYGNUS README-quirks README.coff README.rich xmalloc.c gnu/usr.bin/binutils/gas/config: Tag: CYGNUS alpha-opcode.h gnu/usr.bin/binutils/gas/testsuite/gas/h8300: Tag: CYGNUS branches.s branchesh.s rotshift.s rotshifth.s gnu/usr.bin/binutils/gas/testsuite/gas/m68k: Tag: CYGNUS schwab.d schwab.s gnu/usr.bin/binutils/gprof: Tag: CYGNUS __bb_exit_func.c gnu/usr.bin/binutils/include/opcode: Tag: CYGNUS rs6k.h gnu/usr.bin/binutils/ld: Tag: CYGNUS fnmatch.c fnmatch.h gnu/usr.bin/binutils/ld/emulparams: Tag: CYGNUS pc532machaout.sh gnu/usr.bin/binutils/opcodes: Tag: CYGNUS alpha-opc.h gnu/usr.bin/binutils/texinfo: Tag: CYGNUS tex3patch Log message: Import of 961112 Cygnus binutils+gas+ld+gdb+gprof CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/11/19 16:44:29 Modified files: lib/libc/stdio : fopen.3 Log message: Formatting error spotted by Theo CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/11/21 00:58:36 src/usr.bin/mktemp Update of /cvs/src/usr.bin/mktemp In directory cvs.openbsd.org:/tmp/cvs-serv29874/mktemp Log Message: Directory /cvs/src/usr.bin/mktemp added to the repository CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/11/21 00:59:34 Added files: usr.bin/mktemp : Makefile mktemp.1 mktemp.c Log message: mktemp(1) for shell scripts. No more gross directory hackery for safe temp files. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/11/21 00:59:40 Modified files: bin/pdksh : BUG-REPORTS ChangeLog IAFA-PACKAGE NEWS README c_ksh.c exec.c jobs.c ksh.1tbl lex.c main.c proto.h syn.c table.h tty.h version.c vi.c bin/pdksh/tests: history.t regress.t th.sh version.t Log message: Update to 5.2.12. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/11/21 01:18:20 Modified files: bin/pdksh : ksh.1tbl Log message: sync CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/11/21 02:02:05 Modified files: usr.bin : Makefile Log message: missed mktemp CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/11/21 05:47:18 Modified files: sys/kern : subr_autoconf.c subr_userconf.c sys/sys : device.h Log message: export struct cfdata cfdata[]; CVSROOT: /cvs Module name: www Changes by: imp@cvs.openbsd.org 1996/11/21 08:30:07 Modified files: . : arc.html Log message: Add info about MS dropping NT and the future of ARC MIPS machines CVSROOT: /cvs Module name: src Changes by: chuck@cvs.openbsd.org 1996/11/21 13:51:24 Modified files: sys/dev/ic : midway.c Log message: midway fixes: 1. fix possible hang in en_txlaunch(). when attempting to extend the length of an mbuf to avoid a flush we should extend it by cnt [which is ((need - len) % 4)] rather than 4 - cnt. also, add an EN_DEBUG printf() when we pad/FLUSH a buffer to help with debugging/understanding what the driver is up to. 2. use interface packet counters 3. when turning off a recv VCI we recompute the new mode. make sure we don't include the "in service" bit in the new mode, otherwise a VCI may appear "hung" if you turn it off while a service interrupt is pending. 4. when shutting down a VCI that is still receiving data, don't bother going into "drain mode" if only the hardware in service bit is set (otherwise the VCI may get "hung" in drain mode). as a result of this we may get "unexpected rx interrupt" messages which are not really an error, so put this printf in EN_DEBUG. 5. be sure to zero txspeed[lcv] when enabling a VCI (start at full speed). (hooks for setting txspeed[] are currently not in the driver, but we are playing with it locally). credits: #1: Detected by: Zdenek Salvet , fix by me. #2: Contributed by: Zdenek Salvet #3,#4,#5: Detected by: Milind M. Buddhikot , fixed by me. CVSROOT: /cvs Module name: src Changes by: chuck@cvs.openbsd.org 1996/11/21 13:53:06 Modified files: sys/dev/ic : midway.c Log message: correct version of last commit CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/11/21 20:24:37 Modified files: usr.bin/skey : skey.c Log message: fix thinko wrt otp-* handling CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/11/22 01:02:02 Modified files: gnu/usr.bin/sudo/sudo: check.c Log message: correct krb.h include CVSROOT: /cvs Module name: src Changes by: graichen@cvs.openbsd.org 1996/11/22 04:11:34 Modified files: sys/arch/i386/boot: Makefile bios.S boot.c sys.c Added files: sys/arch/i386/boot: serial.S Log message: fix booting with serial console - i replaced the bios code from OpenBSD with FreeBSD's polling code so that it works with all serial terminals - if you now remove the comment in front of #CPPFLAGS+=-DSERIAL -D... - the bootprompt should appear on the serial console note: i had to rename "geometry" in one printf of sys.c to "geom." to get the bootblocks small enough for serial console booting CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/11/22 09:15:24 Modified files: lib/libc/stdlib: malloc.c Log message: removed plus sign from start of line CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/22 13:18:19 Modified files: gnu/usr.bin/gcc/config/alpha: openbsd.h Log message: Oops.. our GCC didn't generate code for the FPU. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/22 17:28:39 Modified files: share/mk : sys.mk Log message: Add overrideable INSTALL variable CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/22 21:12:05 Modified files: gnu/usr.bin/binutils: ChangeLog Makefile.bsd-wrapper Makefile.in config.guess config.sub configure configure.in install.sh mpw-README mpw-build.in mpw-config.in mpw-configure gnu/usr.bin/binutils/bfd: ChangeLog Makefile.in VERSION acconfig.h aclocal.m4 aix386-core.c aout-adobe.c aout-arm.c aout-target.h aoutf1.h aoutx.h archive.c archures.c bfd-in2.h bfd.c binary.c cf-m68klynx.c coff-arm.c coff-m68k.c coff-mips.c coff-sh.c coffcode.h coffgen.c cofflink.c coffswap.h config.bfd config.in configure configure.host configure.in dep-in.sed ecoff.c elf-bfd.h elf.c elf32-hppa.c elf32-mips.c elf32-ppc.c elf32-sparc.c elfcode.h elflink.c elflink.h freebsd.h hpux-core.c ieee.c ihex.c irix-core.c libbfd.h linker.c mpw-config.in mpw-make.sed netbsd-core.c peicode.h ptrace-core.c reloc.c riscix.c section.c srec.c stabs.c sunos.c syms.c sysdep.h targets.c tekhex.c trad-core.c xcofflink.c gnu/usr.bin/binutils/bfd/doc: bfd.texinfo gnu/usr.bin/binutils/bfd/hosts: i386bsd.h gnu/usr.bin/binutils/binutils: ChangeLog Makefile.in NEWS ar.c binutils.texi bucomm.h dlltool.c ieee.c nlmconv.c nm.c objcopy.1 objcopy.c objdump.1 objdump.c rddbg.c size.c stabs.c strings.c version.c gnu/usr.bin/binutils/binutils/testsuite: ChangeLog gnu/usr.bin/binutils/binutils/testsuite/binutils-all: objdump.exp gnu/usr.bin/binutils/binutils/testsuite/lib: utils-lib.exp gnu/usr.bin/binutils/config: ChangeLog mpw-mh-mpw gnu/usr.bin/binutils/etc: ChangeLog Makefile.in configure.in gnu/usr.bin/binutils/gas: ChangeLog Makefile.in as.c as.h configure configure.in ecoff.c ecoff.h expr.c gasp.c listing.c macro.c macro.h messages.c obj.h read.c stabs.c struc-symbol.h symbols.c write.c write.h gnu/usr.bin/binutils/gas/config: obj-aout.c obj-aout.h obj-coff.c obj-ecoff.c obj-ecoff.h obj-elf.c obj-elf.h obj-multi.h tc-alpha.c tc-alpha.h tc-i386.c tc-m68k.c tc-mips.c tc-ppc.c tc-sparc.c tc-sparc.h gnu/usr.bin/binutils/gas/doc: Makefile.in as.texinfo internals.texi gnu/usr.bin/binutils/gas/testsuite: ChangeLog gnu/usr.bin/binutils/gas/testsuite/gas/h8300: h8300.exp gnu/usr.bin/binutils/gas/testsuite/gas/hppa/reloc: reloc.exp gnu/usr.bin/binutils/gas/testsuite/gas/hppa/unsorted: unsorted.exp gnu/usr.bin/binutils/gas/testsuite/gas/m68k: fmoveml.d fmoveml.s gnu/usr.bin/binutils/gas/testsuite/gas/mips: abs.d abs.s add.d add.s and.d and.s beq.d bge.d bgeu.d blt.d bltu.d div.d div.s jal-empic.d jal-svr4pic.d jal-xgot.d jal.d la-empic.d la-svr4pic.d la-xgot.d la.d lb-empic.d lb-svr4pic.d lb-xgot.d lb.d ld-empic.d ld-svr4pic.d ld-xgot.d ld.d li.d li.s lif-empic.d lif-svr4pic.d lif-xgot.d lifloat.d mips.exp mips4.d mips4.s mul.d mul.s rol.d rol.s sb.d trunc.d trunc.s uld.d ulh-empic.d ulh-svr4pic.d ulh-xgot.d ulh.d ulw.d usd.d ush.d usw.d gnu/usr.bin/binutils/gas/testsuite/lib: gas-defs.exp gnu/usr.bin/binutils/gprof: ChangeLog gprof.c sparc.c gnu/usr.bin/binutils/include: ChangeLog ansidecl.h dis-asm.h libiberty.h gnu/usr.bin/binutils/include/elf: ChangeLog common.h mips.h gnu/usr.bin/binutils/include/opcode: ChangeLog h8300.h gnu/usr.bin/binutils/ld: ChangeLog Makefile.in NEWS configure configure.in configure.tgt ld.1 ld.h ld.texinfo ldint.texinfo ldlang.c ldlex.l ldmain.c ldver.c ldver.h lexsup.c mpw-config.in mpw-make.sed gnu/usr.bin/binutils/ld/emulparams: elf32b4300.sh elf32l4300.sh sparcaout.sh gnu/usr.bin/binutils/ld/emultempl: elf32.em pe.em gnu/usr.bin/binutils/ld/scripttempl: aout.sc armcoff.sc elf.sc elfmips.sc elfppc.sc m68kcoff.sc gnu/usr.bin/binutils/ld/testsuite: ChangeLog gnu/usr.bin/binutils/ld/testsuite/lib: ld.exp gnu/usr.bin/binutils/libiberty: ChangeLog Makefile.in choose-temp.c config.table cplus-dem.c mpw.c gnu/usr.bin/binutils/opcodes: ChangeLog Makefile.in alpha-dis.c configure configure.in disassemble.c i386-dis.c m68k-opc.c mips-dis.c mips-opc.c ppc-opc.c gnu/usr.bin/binutils/texinfo: texinfo.tex Added files: gnu/usr.bin/binutils/bfd: README cpu-mn10200.c cpu-mn10300.c elf32-mn10200.c elf32-mn10300.c targmatch.sed gnu/usr.bin/binutils/config: mh-dgux386 mh-windows gnu/usr.bin/binutils/etc: configure gnu/usr.bin/binutils/gas/config: tc-mn10200.c tc-mn10200.h tc-mn10300.c tc-mn10300.h te-sparcaout.h gnu/usr.bin/binutils/gas/testsuite/gas/mips: dli.d dli.s gnu/usr.bin/binutils/gas/testsuite/gas/mn10300: add.s basic.exp bcc.s bit.s cmp.s ext.s extend.s logical.s loop.s mov1.s mov2.s mov3.s mov4.s movbu.s movhu.s movm.s muldiv.s other.s shift.s sub.s gnu/usr.bin/binutils/gdb: .gdbinit COPYING ChangeLog ChangeLog-3.x ChangeLog-9091 ChangeLog-92 ChangeLog-93 ChangeLog-94 ChangeLog-95 Makefile.in NEWS README README.GDBTK TODO a29k-tdep.c a68v-nat.c abug-rom.c acconfig.h aclocal.m4 alpha-nat.c alpha-tdep.c altos-xdep.c annotate.c annotate.h arm-convert.s arm-tdep.c arm-xdep.c bcache.c bcache.h blockframe.c breakpoint.c breakpoint.h buildsym.c buildsym.h c-exp.y c-lang.c c-lang.h c-typeprint.c c-valprint.c call-cmds.h callback.c callback.h ch-exp.c ch-lang.c ch-lang.h ch-typeprint.c ch-valprint.c coff-solib.c coff-solib.h coffread.c command.c command.h complaints.c complaints.h config.in configure configure.host configure.in configure.tgt convex-tdep.c convex-xdep.c copying.awk copying.c core-aout.c core-regset.c core-sol2.c corefile.c corelow.c cp-valprint.c cpu32bug-rom.c cxux-nat.c dbug-rom.c dbxread.c dcache.c dcache.h defs.h delta68-nat.c demangle.c dpx2-nat.c dsrec.c dst.h dstread.c dwarf2read.c dwarfread.c elfread.c environ.c environ.h eval.c exc_request.defs exec.c expprint.c expression.h f-exp.y f-lang.c f-lang.h f-typeprint.c f-valprint.c findvar.c fork-child.c frame.h gdb-stabs.h gdb.1 gdb.gdb gdb_stat.h gdb_string.h gdba.el gdbcmd.h gdbcore.h gdbthread.h gdbtk.c gdbtk.tcl gdbtypes.c gdbtypes.h gnu-nat.c gnu-nat.h gnu-regex.c gnu-regex.h go32-xdep.c gould-tdep.c gould-xdep.c h8300-tdep.c h8500-tdep.c hp300ux-nat.c hppa-tdep.c hppab-nat.c hppah-nat.c hppam3-nat.c hpread.c hpux-thread.c i386-stub.c i386-tdep.c i386aix-nat.c i386b-nat.c i386gnu-nat.c i386ly-tdep.c i386m3-nat.c i386mach-nat.c i386v-nat.c i386v4-nat.c i387-tdep.c i960-tdep.c infcmd.c inferior.h inflow.c infptrace.c infrun.c inftarg.c irix4-nat.c irix5-nat.c isi-xdep.c kdb-start.c language.c language.h lynx-nat.c m2-exp.y m2-lang.c m2-lang.h m2-typeprint.c m2-valprint.c m3-nat.c m68k-stub.c m68k-tdep.c m68knbsd-nat.c m88k-nat.c m88k-tdep.c mac-defs.h mac-gdb.r mac-nat.c mac-xdep.c main.c maint.c mdebugread.c mem-break.c minimon.h minsyms.c mips-nat.c mips-tdep.c mipsm3-nat.c mipsread.c mipsv4-nat.c mon960-rom.c monitor.c monitor.h mpw-config.in mpw-make.sed msg.defs msg_reply.defs news-xdep.c nindy-tdep.c nlmread.c notify.defs ns32k-tdep.c ns32km3-nat.c objfiles.c objfiles.h op50-rom.c os9kread.c osfsolib.c parse.c parser-defs.h partial-stab.h ppcbug-rom.c printcmd.c process_reply.defs procfs.c ptx4-nat.c pyr-tdep.c pyr-xdep.c remote-adapt.c remote-array.c remote-bug.c remote-e7000.c remote-eb.c remote-es.c remote-est.c remote-hms.c remote-mips.c remote-mm.c remote-nindy.c remote-nrom.c remote-os9k.c remote-pa.c remote-rdp.c remote-sim.c remote-sim.h remote-st.c remote-udi.c remote-utils.c remote-utils.h remote-vx.c remote-vx29k.c remote-vx68.c remote-vx960.c remote-vxmips.c remote-vxsparc.c remote-wiggler.c remote.c reply_mig_hack.awk rom68k-rom.c rs6000-nat.c rs6000-tdep.c saber.suppress scm-exp.c scm-lang.c scm-lang.h scm-tags.h scm-valprint.c ser-e7kpc.c ser-go32.c ser-mac.c ser-tcp.c ser-unix.c serial.c serial.h sh-stub.c sh-tdep.c sh3-rom.c signals.h sol-thread.c solib.c solib.h somread.c somsolib.c somsolib.h source.c sparc-nat.c sparc-stub.c sparc-tdep.c sparcl-stub.c sparcl-tdep.c sparclet-rom.c srec.h stabsread.c stabsread.h stack.c standalone.c stop-gdb.c stuff.c sun3-nat.c sun386-nat.c symfile.c symfile.h symm-nat.c symm-tdep.c symmisc.c symtab.c symtab.h tahoe-tdep.c target.c target.h terminal.h thread.c top.c top.h typeprint.c typeprint.h ultra3-nat.c ultra3-xdep.c umax-xdep.c utils.c valarith.c valops.c valprint.c valprint.h value.h values.c vax-tdep.c w65-tdep.c w89k-rom.c win32-nat.c xcoffread.c xcoffsolib.c xcoffsolib.h xmodem.c xmodem.h z8k-tdep.c gnu/usr.bin/binutils/gdb/29k-share: README udi_soc gnu/usr.bin/binutils/gdb/29k-share/udi: udi2go32.c udiids.h udip2soc.c udiphcfg.h udiphunix.h udiproc.h udipt29k.h udiptcfg.h udisoc.h udr.c gnu/usr.bin/binutils/gdb/config: nm-empty.h nm-gnu.h nm-lynx.h nm-m3.h nm-nbsd.h nm-sysv4.h tm-lynx.h tm-nbsd.h tm-sunos.h tm-sysv4.h xm-aix4.h xm-lynx.h xm-mpw.h xm-nbsd.h xm-sysv4.h gnu/usr.bin/binutils/gdb/config/a29k: a29k-kern.mt a29k-udi.mt a29k.mt nm-ultra3.h tm-a29k.h tm-ultra3.h tm-vx29k.h ultra3.mh ultra3.mt vx29k.mt xm-ultra3.h gnu/usr.bin/binutils/gdb/config/alpha: alpha-linux.mh alpha-linux.mt alpha-osf1.mh alpha-osf1.mt alpha-osf2.mh alpha-osf3.mh nm-linux.h nm-osf.h nm-osf2.h nm-osf3.h tm-alpha.h tm-alphalinux.h xm-alphalinux.h xm-alphaosf.h gnu/usr.bin/binutils/gdb/config/arm: arm.mh arm.mt nm-arm.h tm-arm.h xm-arm.h gnu/usr.bin/binutils/gdb/config/convex: Convex.notes convex.mh convex.mt tm-convex.h xm-convex.h gnu/usr.bin/binutils/gdb/config/gould: np1.mh np1.mt pn.mh pn.mt tm-np1.h tm-pn.h xm-np1.h xm-pn.h gnu/usr.bin/binutils/gdb/config/h8300: h8300.mt tm-h8300.h gnu/usr.bin/binutils/gdb/config/h8500: h8500.mt tm-h8500.h gnu/usr.bin/binutils/gdb/config/i386: cygwin32.mh cygwin32.mt fbsd.mh fbsd.mt gdbserve.mt go32.mh i386aix.mh i386aix.mt i386aout.mt i386bsd.mh i386bsd.mt i386dgux.mh i386gnu.mh i386gnu.mt i386lynx.mh i386lynx.mt i386m3.mh i386m3.mt i386mach.mh i386mk.mh i386mk.mt i386nw.mt i386os9k.mt i386sco.mh i386sco4.mh i386sco5.mh i386sol2.mh i386sol2.mt i386v.mh i386v.mt i386v32.mh i386v4.mh i386v4.mt linux.mh linux.mt nbsd.mh nbsd.mt ncr3000.mh ncr3000.mt nm-fbsd.h nm-gnu.h nm-i386aix.h nm-i386bsd.h nm-i386lynx.h nm-i386mach.h nm-i386sco.h nm-i386sco4.h nm-i386sco5.h nm-i386v.h nm-i386v4.h nm-linux.h nm-m3.h nm-nbsd.h nm-ptx4.h nm-sun386.h nm-symmetry.h ptx.mh ptx.mt ptx4.mh ptx4.mt sun386.mh sun386.mt symmetry.mh symmetry.mt tm-cygwin32.h tm-i386.h tm-i386aix.h tm-i386bsd.h tm-i386gnu.h tm-i386lynx.h tm-i386m3.h tm-i386mk.h tm-i386nw.h tm-i386os9k.h tm-i386v.h tm-i386v4.h tm-linux.h tm-nbsd.h tm-ptx.h tm-ptx4.h tm-sun386.h tm-symmetry.h windows.mh xm-cygwin32.h xm-go32.h xm-i386aix.h xm-i386bsd.h xm-i386gnu.h xm-i386lynx.h xm-i386m3.h xm-i386mach.h xm-i386mk.h xm-i386sco.h xm-i386v.h xm-i386v32.h xm-i386v4.h xm-linux.h xm-nbsd.h xm-ptx.h xm-ptx4.h xm-sun386.h xm-symmetry.h xm-windows.h gnu/usr.bin/binutils/gdb/config/i960: mon960.mt nindy960.mt tm-i960.h tm-mon960.h tm-nindy960.h tm-vx960.h vxworks960.mt gnu/usr.bin/binutils/gdb/config/m68k: 3b1.mh 3b1.mt altos.mh altos.mt apollo68b.mh apollo68b.mt apollo68v.mh cisco.mt delta68.mh delta68.mt dpx2.mh dpx2.mt es1800.mt hp300bsd.mh hp300bsd.mt hp300hpux.mh hp300hpux.mt isi.mh isi.mt m68klynx.mh m68klynx.mt m68kv4.mh m68kv4.mt monitor.mt nbsd.mh nbsd.mt news.mh news.mt news1000.mh nm-apollo68b.h nm-apollo68v.h nm-delta68.h nm-dpx2.h nm-hp300bsd.h nm-hp300hpux.h nm-m68klynx.h nm-nbsd.h nm-news.h nm-sun2.h nm-sun3.h nm-sysv4.h os68k.mt st2000.mt sun2os3.mh sun2os3.mt sun2os4.mh sun2os4.mt sun3os3.mh sun3os3.mt sun3os4.mh sun3os4.mt tm-3b1.h tm-altos.h tm-apollo68b.h tm-cisco.h tm-delta68.h tm-dpx2.h tm-es1800.h tm-hp300bsd.h tm-hp300hpux.h tm-isi.h tm-m68k.h tm-m68klynx.h tm-m68kv4.h tm-mac.h tm-monitor.h tm-nbsd.h tm-news.h tm-os68k.h tm-st2000.h tm-sun2.h tm-sun2os4.h tm-sun3.h tm-sun3os4.h tm-vx68.h vxworks68.mt xm-3b1.h xm-altos.h xm-apollo68b.h xm-apollo68v.h xm-delta68.h xm-dpx2.h xm-hp300bsd.h xm-hp300hpux.h xm-isi.h xm-m68k.h xm-m68klynx.h xm-m68kv4.h xm-mpw.h xm-nbsd.h xm-news.h xm-news1000.h xm-sun2.h xm-sun3.h xm-sun3os4.h gnu/usr.bin/binutils/gdb/config/m88k: cxux.mh cxux.mt delta88.mh delta88.mt delta88v4.mh delta88v4.mt m88k.mh m88k.mt nm-cxux.h nm-delta88v4.h nm-m88k.h tm-cxux.h tm-delta88.h tm-delta88v4.h tm-m88k.h xm-cxux.h xm-delta88.h xm-delta88v4.h xm-dgux.h xm-m88k.h gnu/usr.bin/binutils/gdb/config/mips: bigmips.mt bigmips64.mt decstation.mh decstation.mt embed.mt embed64.mt embedl.mt embedl64.mt irix3.mh irix3.mt irix4.mh irix5.mh irix5.mt littlemips.mh littlemips.mt mipsel64.mt mipsm3.mh mipsm3.mt mipsv4.mh mipsv4.mt news-mips.mh nm-irix3.h nm-irix4.h nm-irix5.h nm-mips.h nm-news-mips.h nm-riscos.h riscos.mh tm-bigmips.h tm-bigmips64.h tm-embed.h tm-embed64.h tm-embedl.h tm-embedl64.h tm-irix3.h tm-irix5.h tm-mips.h tm-mips64.h tm-mipsm3.h tm-mipsv4.h tm-vr4300.h tm-vr4300el.h tm-vr5000.h tm-vr5000el.h tm-vxmips.h vr4300.mt vr4300el.mt vr5000.mt vr5000el.mt vxmips.mt xm-irix3.h xm-irix4.h xm-irix5.h xm-mips.h xm-mipsm3.h xm-mipsv4.h xm-news-mips.h xm-riscos.h gnu/usr.bin/binutils/gdb/config/none: nm-none.h none.mh none.mt tm-none.h xm-none.h gnu/usr.bin/binutils/gdb/config/ns32k: merlin.mh merlin.mt nbsd.mh nbsd.mt nm-nbsd.h nm-umax.h ns32km3.mh ns32km3.mt tm-merlin.h tm-nbsd.h tm-ns32km3.h tm-umax.h umax.mh umax.mt xm-merlin.h xm-nbsd.h xm-ns32km3.h xm-umax.h gnu/usr.bin/binutils/gdb/config/pa: hppabsd.mh hppabsd.mt hppahpux.mh hppahpux.mt hppaosf.mh hppaosf.mt hppapro.mt nm-hppab.h nm-hppah.h nm-hppao.h tm-hppa.h tm-hppab.h tm-hppah.h tm-hppao.h tm-pro.h xm-hppab.h xm-hppah.h xm-pa.h gnu/usr.bin/binutils/gdb/config/powerpc: aix.mh aix.mt aix4.mh aix4.mt cygwin32.mh cygwin32.mt gdbserve.mt linux.mh macos.mh macos.mt nm-aix.h nm-macos.h nm-solaris.h ppc-eabi.mt ppc-nw.mt ppc-sim.mt ppcle-eabi.mt ppcle-sim.mt solaris.mh solaris.mt tm-cygwin32.h tm-macos.h tm-ppc-aix.h tm-ppc-aix4.h tm-ppc-eabi.h tm-ppc-nw.h tm-ppc-sim.h tm-ppcle-eabi.h tm-ppcle-sim.h tm-solaris.h xm-aix.h xm-cygwin32.h xm-linux.h xm-mpw.h xm-solaris.h gnu/usr.bin/binutils/gdb/config/pyr: pyramid.mh pyramid.mt tm-pyr.h xm-pyr.h gnu/usr.bin/binutils/gdb/config/romp: rtbsd.mh xm-rtbsd.h gnu/usr.bin/binutils/gdb/config/rs6000: aix4.mh aix4.mt nm-rs6000.h nm-rs6000ly.h rs6000.mh rs6000.mt rs6000lynx.mh rs6000lynx.mt tm-rs6000-aix4.h tm-rs6000.h tm-rs6000ly.h xm-aix4.h xm-rs6000.h xm-rs6000ly.h gnu/usr.bin/binutils/gdb/config/sh: sh.mt tm-sh.h gnu/usr.bin/binutils/gdb/config/sparc: nbsd.mh nbsd.mt nm-nbsd.h nm-sparclynx.h nm-sun4os4.h nm-sun4sol2.h sp64.mt sp64sim.mt sp64sol2.mt sparc-em.mt sparclet.mt sparclite.mt sparclynx.mh sparclynx.mt sun4os4.mh sun4os4.mt sun4sol2.mh sun4sol2.mt tm-nbsd.h tm-sp64.h tm-sp64sim.h tm-sparc.h tm-sparclet.h tm-sparclite.h tm-sparclynx.h tm-spc-em.h tm-sun4os4.h tm-sun4sol2.h tm-vxsparc.h vxsparc.mt xm-nbsd.h xm-sparc.h xm-sparclynx.h xm-sun4os4.h xm-sun4sol2.h gnu/usr.bin/binutils/gdb/config/tahoe: tahoe.mh tahoe.mt tm-tahoe.h xm-tahoe.h gnu/usr.bin/binutils/gdb/config/vax: nm-vax.h tm-vax.h vax.mt vaxbsd.mh vaxult.mh vaxult2.mh xm-vax.h xm-vaxbsd.h xm-vaxult.h xm-vaxult2.h gnu/usr.bin/binutils/gdb/config/w65: tm-w65.h w65.mt gnu/usr.bin/binutils/gdb/config/z8k: tm-z8k.h z8k.mt gnu/usr.bin/binutils/gdb/doc: ChangeLog Makefile.in a4rc.sed all-cfg.texi annotate.texi configure configure.in gdb.texinfo gdbgui.texinfo gdbint.texinfo h8-cfg.texi libgdb.texinfo lpsrc.sed psrc.sed refcard.tex remote.texi stabs.texinfo gnu/usr.bin/binutils/gdb/gdbserver: Makefile.in README configure.in gdbreplay.c gdbserver.1 low-hppabsd.c low-linux.c low-lynx.c low-sparc.c low-sun3.c remote-utils.c server.c server.h utils.c gnu/usr.bin/binutils/gdb/mswin: ChangeLog STRUCTURE a29k.mak aboutbox.cpp aboutbox.h bfdcore.c bpt.cpp bpt.h bptdoc.cpp bptdoc.h browserf.cpp browserf.h browserl.cpp browserl.h change.cpp change.h colinfo.cpp colinfo.h common.mak config.h config.mak dirpkr.cpp dirpkr.h expwin.cpp expwin.h fake.cpp fake.h flash.cpp flash.h fontinfo.cpp fontinfo.h framevie.cpp framevie.h frameview.cpp frameview.h fsplit.cpp fsplit.h gdbdoc.cpp gdbdoc.h gdbpeek.c gdbtypes.h gdbwin.c gdbwin.h gdbwinxx.cpp gdbwrap.cpp gdbwrap.h ginfodoc.cpp ginfodoc.h gm.mak gui.aps gui.clw gui.cpp gui.h gui.mak gui.rc guiframe.cpp guiframe.h h8300.mak i386.mak iface.cpp iface.h infofram.h infoframe.cpp infoframe.h initfake.c iostuff.c iostuff.def iostuff.sbr log.cpp log.h m68k.mak mainfrm.cpp mainfrm.h makefile makemake.bat makemake.c mem.cpp mem.h mini.cpp mini.h mips.mak nm.h option.cpp option.h options.h pageset.cpp pageset.h parallel.cpp props.cpp regdoc.cpp regdoc.h regenerate regview.cpp regview.h resource.h scview.cpp ser-win32s.c serdll.h serdll.mak serdll16.c serdll16.def serdll16.mak serdll32.c serdll32.def serdll32.h serdll32.mak serdll95.mak serstub.c sertest.c sh.mak sim.mak sparclet.mak sparclit.mak srcb.cpp srcb.h srcbrows.cpp srcbrows.h srcd.cpp srcd.h srcsel.cpp srcsel.h srcwin.cpp srcwin.h stdafx.cpp stdafx.h stubs.c sysdep.h tabstop.cpp tabstop.h thinking.cpp thinking.h transbmp.cpp transbmp.h try.h w32sut.h w32sut16.lib w32sut32.lib waitcur.h win-e7kpc.c win-e7kpc.h win-e7kpc16.c windefs.h wine7kpc.def winthunk.def xm.h gnu/usr.bin/binutils/gdb/mswin/menus: Makefile debug.h file.h help.h insppop.h menus.h menus.rc srcfile.h srcpopup.h view.h window.h gnu/usr.bin/binutils/gdb/mswin/prebuilt: README bfd.h file.h new gnu/usr.bin/binutils/gdb/mswin/prebuilt/a29k: bfdtarget.h tm.h version.c gnu/usr.bin/binutils/gdb/mswin/prebuilt/gdb: cexptab.c copying.c fexptab.c m2exptab.c gnu/usr.bin/binutils/gdb/mswin/prebuilt/h8300: bfdtarget.h tm.h version.c gnu/usr.bin/binutils/gdb/mswin/prebuilt/i386: bfdtarget.h tm.h version.c gnu/usr.bin/binutils/gdb/mswin/prebuilt/libiberty: alloca-conf.h config.h gnu/usr.bin/binutils/gdb/mswin/prebuilt/m68k: bfdtarget.h tm.h version.c gnu/usr.bin/binutils/gdb/mswin/prebuilt/mips: bfdtarget.h elf32-target.h elf64-target.h engine.c tm.h version.c gnu/usr.bin/binutils/gdb/mswin/prebuilt/sh: bfdtarget.h code.c table.c tm.h version.c gnu/usr.bin/binutils/gdb/mswin/prebuilt/sparclet: bfdtarget.h tm.h version.c gnu/usr.bin/binutils/gdb/mswin/prebuilt/sparclite: bfdtarget.h tm.h version.c gnu/usr.bin/binutils/gdb/mswin/prebuilt/sys: file.h ioctl.h param.h syscall.h time.h gnu/usr.bin/binutils/gdb/mswin/res: N_gdb.ico N_gdbico.bmp N_gdbico.ico bitmap1.bmp bmp00001.bmp bmp00002.bmp bmp00003.bmp bmp00004.bmp bmp00005.bmp bmp00007.bmp bmp00008.bmp bpt_curs.cur cdown.bmp cf.bmp cur00001.cur cursor1.cur gui.ico gui.rc2 guidoc.ico ico00001.ico ico00002.ico ico00003.ico ico00004.ico ico00005.ico icon1.ico icon2.ico id_sym_i.ico idi_.ico idr_asmt.ico idr_bpth.ico idr_cmdf.ico idr_cmdt.ico idr_expt.ico idr_guit.ico idr_main.bmp idr_main.ico idr_regt.ico idr_srcb.ico idr_srct.ico idr_wint.bmp infodoc.ico memdoc.ico split_bi.bmp toolbar.bmp gnu/usr.bin/binutils/gdb/nindy-share: Makefile Onindy.c README VERSION b.out.h block_io.h coff.h env.h nindy.c stop.h ttyflush.c gnu/usr.bin/binutils/gdb/nlm: Makefile.in configure configure.in gdbserve.c gdbserve.def i386.c i386.h ppc.c ppc.h prelude.c gnu/usr.bin/binutils/gdb/osf-share: README cma_attr.h cma_deb_core.h cma_debug_client.h cma_errors.h cma_handle.h cma_init.h cma_list.h cma_mutex.h cma_sched.h cma_semaphore_defs.h cma_sequence.h cma_stack.h cma_stack_int.h cma_tcb_defs.h cma_util.h gnu/usr.bin/binutils/gdb/osf-share/AT386: cma_thread_io.h gnu/usr.bin/binutils/gdb/osf-share/HP800: cma_thread_io.h gnu/usr.bin/binutils/gdb/osf-share/RIOS: cma_thread_io.h gnu/usr.bin/binutils/gdb/testsuite: .gdbinit ChangeLog Makefile.in TODO aclocal.m4 configure configure.in gnu/usr.bin/binutils/gdb/testsuite/config: abug.exp cpu32bug.exp est.exp gdbserver.exp hmsirom.exp hppro.exp mips-gdb.exp monitor.exp mt-a29k-udi mt-i386-aout mt-i960-nindy mt-lynx mt-m68k mt-mips-ecoff mt-netware mt-slite mt-sparc-aout mt-unix mt-vxworks netware.exp nind-gdb.exp rom68k.exp sim-gdb.exp slite-gdb.exp udi-gdb.exp unix-gdb.exp unknown.exp vx-gdb.exp vxworks29k.exp gnu/usr.bin/binutils/gdb/testsuite/gdb.base: Makefile.in README a1-selftest.exp a2-run.exp bitfields.c bitfields.exp break.c break.exp callfuncs.c callfuncs.exp commands.exp compiler.c configure configure.in corefile.exp coremaker.c crossload.exp default.exp echo.exp exprs.c exprs.exp funcargs.c funcargs.exp gdbvars.exp help.exp i486-elf.u i860-elf.u interrupt.c interrupt.exp langs.exp langs0.c langs1.c langs1.f langs2.c langs2.cxx list.exp list0.c list0.h list1.c m68k-aout.u m68k-aout2.u m68k-elf.u mips-ecoff.u mips_pro.c mips_pro.exp nodebug.c nodebug.exp opaque.exp opaque0.c opaque1.c printcmds.c printcmds.exp ptype.c ptype.exp radix.exp recurse.c recurse.exp regs.exp return.c return.exp run.c scope.exp scope0.c scope1.c setshow.c setshow.exp setvar.c setvar.exp sigall.c sigall.exp signals.c signals.exp sparc-aout.u sparc-elf.u term.exp twice.c twice.exp watchpoint.c watchpoint.exp whatis.c whatis.exp gnu/usr.bin/binutils/gdb/testsuite/gdb.c++: Makefile.in classes.exp compiler.cc configure configure.in cplusfuncs.cc cplusfuncs.exp demangle.exp inherit.exp misc.cc misc.exp templates.cc templates.exp virtfunc.cc virtfunc.exp gnu/usr.bin/binutils/gdb/testsuite/gdb.chill: ChangeLog Makefile.in builtins.ch builtins.exp callch.ch callch.exp chexp.exp chillvars.ch chillvars.exp configure configure.in enum.ch enum.exp extstruct-grt.ch extstruct.ch extstruct.exp func1.ch gch1041.ch gch1041.exp gch1272.ch gch1272.exp gch1280.ch gch1280.exp gch922.ch gch922.exp gch981.ch gch981.exp misc.ch misc.exp powerset.ch powerset.exp pr-4975-grt.ch pr-4975.ch pr-4975.exp pr-5016.ch pr-5016.exp pr-5020.ch pr-5020.exp pr-5022.ch pr-5022.exp pr-5646-grt.ch pr-5646.ch pr-5646.exp pr-5984.ch pr-5984.exp pr-6292.ch pr-6292.exp pr-6632-grt.ch pr-6632.ch pr-6632.exp pr-8134.exp pr-8136.ch pr-8136.exp pr-8405.ch pr-8405.exp pr-8742.ch pr-8742.exp pr-8894-grt.ch pr-8894.ch pr-8894.exp pr-9095.ch pr-9095.exp pr-9946.ch pr-9946.exp result.ch result.exp string.ch string.exp tests1.ch tests1.exp tests2.ch tests2.exp tuples.ch tuples.exp gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm: Makefile.in configure configure.in hppa.exp hppa.mt hppa.s sh3.exp sh3.mt sh3.s gnu/usr.bin/binutils/gdb/testsuite/gdb.fortran: exprs.exp types.exp gnu/usr.bin/binutils/gdb/testsuite/gdb.stabs: Makefile.in alpha.mt aout.mt aout.sed configure configure.in default.mt ecoff.mt ecoff.sed hppa.mt hppa.sed weird.def weird.exp xcoff.mt xcoff.sed gnu/usr.bin/binutils/gdb/testsuite/gdb.threads: Makefile.in config.in configure configure.in pthreads.c pthreads.exp step.c step.exp step2.exp gnu/usr.bin/binutils/gdb/testsuite/lib: gdb.exp gnu/usr.bin/binutils/gdb/vx-share: README dbgRpcLib.h ptrace.h regPacket.h vxTypes.h vxWorks.h wait.h xdr_ld.c xdr_ld.h xdr_ptrace.c xdr_ptrace.h xdr_rdb.c xdr_rdb.h gnu/usr.bin/binutils/include: fnmatch.h gnu/usr.bin/binutils/include/opcode: mn10200.h mn10300.h gnu/usr.bin/binutils/ld: mpw-emipself.c gnu/usr.bin/binutils/libiberty: fnmatch.c gnu/usr.bin/binutils/libiberty/config: mh-cygwin32 mh-windows gnu/usr.bin/binutils/mmalloc: COPYING.LIB ChangeLog Makefile.in TODO attach.c configure configure.in detach.c keys.c mcalloc.c mfree.c mmalloc.c mmalloc.h mmalloc.texi mmap-sup.c mmcheck.c mmemalign.c mmprivate.h mmstats.c mmtrace.awk mmtrace.c mrealloc.c mvalloc.c sbrk-sup.c gnu/usr.bin/binutils/opcodes: mn10200-dis.c mn10200-opc.c mn10300-dis.c mn10300-opc.c gnu/usr.bin/binutils/readline: COPYING ChangeLog Makefile.in bind.c chardefs.h complete.c configure.bat configure.in display.c emacs_keymap.c funmap.c history.c history.h isearch.c keymaps.c keymaps.h parens.c readline.c readline.h rldefs.h rltty.c search.c signals.c sysdep-aix.h sysdep-cxux7.h sysdep-irix.h sysdep-linux.h sysdep-norm.h sysdep-obsd.h sysdep-sco.h sysdep-sysv4.h tilde.c tilde.h vi_keymap.c vi_mode.c xmalloc.c gnu/usr.bin/binutils/readline/config: mh-apollo68v mh-gnu mh-go32 mh-isc mh-ncr3000 mh-posix mh-sco mh-sco4 mh-sysv mh-sysv4 gnu/usr.bin/binutils/readline/doc: ChangeLog Makefile.in configure.in hist.texinfo hstech.texinfo hsuser.texinfo inc-hist.texi rlman.texinfo rltech.texinfo rluser.texinfo gnu/usr.bin/binutils/readline/examples: Inputrc Makefile configure.bat fileman.c manexamp.c gnu/usr.bin/binutils/sim: ChangeLog Makefile.in configure configure.in gnu/usr.bin/binutils/sim/arm: COPYING ChangeLog Makefile.in README.Cygnus armcopro.c armdefs.h armemu.c armemu.h armfpe.h arminit.c armopts.h armos.c armos.h armrdi.c armsupp.c armvirt.c bag.c bag.h communicate.c communicate.h configure configure.in dbg_conf.h dbg_cp.h dbg_hif.h dbg_rdi.h gdbhost.c gdbhost.h kid.c main.c parent.c run.c wrapper.c gnu/usr.bin/binutils/sim/common: ChangeLog run.1 run.c gnu/usr.bin/binutils/sim/erc32: ChangeLog Makefile.in NEWS README.erc32 README.gdb README.sis configure configure.in end.c erc32.c exec.c float.c func.c help.c interf.c run.c sis.c sis.h startsim gnu/usr.bin/binutils/sim/h8300: ChangeLog Makefile.in compile.c config.in configure configure.in inst.h run.c writecode.c gnu/usr.bin/binutils/sim/h8500: ChangeLog Makefile.in compile.c config.in configure configure.in inst.h run.c gnu/usr.bin/binutils/sim/mips: ChangeLog Makefile.in README.Cygnus config.in configure configure.in gencode.c interp.c support.h gnu/usr.bin/binutils/sim/ppc: .gdbinit BUGS COPYING COPYING.LIB ChangeLog ChangeLog.00 INSTALL Makefile.in README RUN basics.h bits.c bits.h cap.c cap.h config.in configure configure.in corefile-n.h corefile.c corefile.h cpu.c cpu.h debug.c debug.h device.c device.h device_table.c device_table.h dgen.c double.c dp-bit.c emul_bugapi.c emul_bugapi.h emul_chirp.c emul_chirp.h emul_generic.c emul_generic.h emul_netbsd.c emul_netbsd.h emul_unix.c emul_unix.h events.c events.h filter.c filter.h filter_filename.c filter_filename.h gen-icache.c gen-icache.h gen-idecode.c gen-idecode.h gen-itable.c gen-itable.h gen-model.c gen-model.h gen-semantics.c gen-semantics.h gen-support.c gen-support.h hw_com.c hw_core.c hw_cpu.c hw_cpu.h hw_disk.c hw_eeprom.c hw_htab.c hw_init.c hw_iobus.c hw_memory.c hw_nvram.c hw_pal.c hw_pic.c hw_register.c hw_trace.c hw_vm.c idecode_branch.h idecode_expression.h idecode_fields.h igen.c igen.h inline.c inline.h interrupts.c interrupts.h ld-cache.c ld-cache.h ld-decode.c ld-decode.h ld-insn.c ld-insn.h lf.c lf.h main.c misc.c misc.h mon.c mon.h options.c options.h os_emul.c os_emul.h pk_disklabel.c ppc-cache-rules ppc-instructions ppc-opcode-complex ppc-opcode-flat ppc-opcode-goto ppc-opcode-jump ppc-opcode-simple ppc-opcode-stupid ppc-opcode-test-1 ppc-opcode-test-2 ppc-spr-table ppc.mt psim.c psim.h psim.texinfo registers.c registers.h sim-endian-n.h sim-endian.c sim-endian.h sim_callbacks.h sim_calls.c std-config.h table.c table.h vm.c vm.h vm_n.h words.h gnu/usr.bin/binutils/sim/sh: ChangeLog Makefile.in configure configure.in gencode.c interp.c syscall.h gnu/usr.bin/binutils/sim/w65: ChangeLog Makefile.in acconfig.h config.in configure configure.in gencode.c interp.c interp.h run.c gnu/usr.bin/binutils/sim/z8k: ChangeLog Makefile.in comped1.c comped2.c comped3.c compedb3.c config.in configure configure.in iface.c inlines.h list.c mem.c mem.h quick.c run.c sim.h support.c syscall.h tm.h writecode.c gnu/usr.bin/binutils/tcl: ChangeLog Makefile.in README changes configure configure.in license.terms gnu/usr.bin/binutils/tcl/compat: README dirent.h dirent2.h dlfcn.h fixstrtod.c float.h getcwd.c gettod.c license.terms limits.h opendir.c stdlib.h string.h strncasecmp.c strstr.c strtod.c strtol.c strtoul.c tmpnam.c unistd.h waitpid.c gnu/usr.bin/binutils/tcl/doc: AddErrInfo.3 AllowExc.3 AppInit.3 AssocData.3 Async.3 BackgdErr.3 Backslash.3 CallDel.3 CmdCmplt.3 Concat.3 CrtChannel.3 CrtChnlHdlr.3 CrtCloseHdlr.3 CrtCommand.3 CrtFileHdlr.3 CrtInterp.3 CrtMathFnc.3 CrtModalTmt.3 CrtSlave.3 CrtTimerHdlr.3 CrtTrace.3 DString.3 DetachPids.3 DoOneEvent.3 DoWhenIdle.3 Eval.3 Exit.3 ExprLong.3 FindExec.3 GetFile.3 GetInt.3 GetOpnFl.3 GetStdChan.3 Hash.3 Interp.3 LinkVar.3 Notifier.3 OpenFileChnl.3 OpenTcp.3 PkgRequire.3 Preserve.3 PrintDbl.3 RecordEval.3 RegExp.3 SetErrno.3 SetRecLmt.3 SetResult.3 SetVar.3 Sleep.3 SplitList.3 StaticPkg.3 StrMatch.3 Tcl.n Tcl_Main.3 TraceVar.3 Translate.3 UpVar.3 after.n append.n array.n bgerror.n break.n case.n catch.n cd.n clock.n close.n concat.n continue.n eof.n error.n eval.n exec.n exit.n expr.n fblocked.n fconfigure.n file.n fileevent.n filename.n flush.n for.n foreach.n format.n gets.n glob.n global.n history.n if.n incr.n info.n interp.n join.n lappend.n library.n license.terms lindex.n linsert.n list.n llength.n load.n lrange.n lreplace.n lsearch.n lsort.n man.macros open.n package.n pid.n pkgMkIndex.n proc.n puts.n pwd.n read.n regexp.n regsub.n rename.n return.n scan.n seek.n set.n socket.n source.n split.n string.n subst.n switch.n tclsh.1 tclvars.n tell.n time.n trace.n unknown.n unset.n update.n uplevel.n upvar.n vwait.n while.n gnu/usr.bin/binutils/tcl/generic: README panic.c patchlevel.h regexp.c tcl.h tclAlloc.c tclAsync.c tclBasic.c tclCkalloc.c tclClock.c tclCmdAH.c tclCmdIL.c tclCmdMZ.c tclDate.c tclEnv.c tclEvent.c tclExpr.c tclFHandle.c tclFileName.c tclGet.c tclGetDate.y tclHash.c tclHistory.c tclIO.c tclIOCmd.c tclIOSock.c tclIOUtil.c tclInt.h tclInterp.c tclLink.c tclLoad.c tclLoadNone.c tclMain.c tclNotify.c tclParse.c tclPkg.c tclPort.h tclPosixStr.c tclPreserve.c tclProc.c tclRegexp.h tclTest.c tclUtil.c tclVar.c gnu/usr.bin/binutils/tcl/library: init.tcl ldAout.tcl license.terms parray.tcl tclIndex gnu/usr.bin/binutils/tcl/mac: MW_TclHeader.h README license.terms porting.notes tclMacAppInit.c tclMacChan.c tclMacEnv.c tclMacFile.c tclMacInit.c tclMacInt.h tclMacInterupt.c tclMacLoad.c tclMacNotify.c tclMacPanic.c tclMacPort.h tclMacProjects.sit.hqx tclMacResource.r tclMacSock.c tclMacTest.c tclMacTime.c tclMacUnix.c tclMacUtil.c gnu/usr.bin/binutils/tcl/tests: README all append.test assocd.test async.test case.test clock.test cmdAH.test cmdInfo.test concat.test dcall.test defs dstring.test env.test error.test eval.test event.test exec.test expr.test fhandle.test fileName.test for.test format.test get.test history.test if.test incr.test info.test interp.test io.test ioCmd.test join.test license.terms lindex.test link.test linsert.test list.test llength.test load.test lrange.test lreplace.test lsearch.test lsort.test misc.test parse.test pid.test pkg.test proc.test regexp.test remote.tcl rename.test scan.test set.test socket.test source.test split.test string.test subst.test switch.test trace.test unknown.test uplevel.test upvar.test while.test gnu/usr.bin/binutils/tcl/testsuite: ChangeLog gnu/usr.bin/binutils/tcl/testsuite/config: default.exp gnu/usr.bin/binutils/tcl/testsuite/tcl.tests: tcl-test.exp gnu/usr.bin/binutils/tcl/unix: ChangeLog Makefile.in README aclocal.m4 bp.c configure configure.in install-sh ldAix mkLinks porting.notes tclAppInit.c tclConfig.sh.in tclLoadAix.c tclLoadAout.c tclLoadDl.c tclLoadDl2.c tclLoadDld.c tclLoadNext.c tclLoadOSF.c tclLoadShl.c tclMtherr.c tclUnixChan.c tclUnixFile.c tclUnixInit.c tclUnixNotfy.c tclUnixPipe.c tclUnixPort.h tclUnixSock.c tclUnixTest.c tclUnixTime.c gnu/usr.bin/binutils/tcl/unix/dltest: Makefile.in README configure configure.in pkg5.c pkga.c pkgb.c pkgc.c pkgd.c pkge.c pkgf.c gnu/usr.bin/binutils/tcl/win: README license.terms makefile.bc makefile.vc tcl.rc tcl16.rc tclAppInit.c tclWin16.c tclWin32Dll.c tclWinChan.c tclWinError.c tclWinFile.c tclWinInit.c tclWinInt.h tclWinLoad.c tclWinMtherr.c tclWinNotify.c tclWinPipe.c tclWinPort.h tclWinSock.c tclWinStubs.c tclWinTest.c tclWinTime.c tclWinUtil.c tclsh.rc winDumpExts.c gnu/usr.bin/binutils/texinfo: COPYING ChangeLog INSTALL INTRODUCTION Makefile.in NEWS README TODO configure configure.in dir dir-example dir.info-template gen-info-dir install-sh liblic.texi license.texi texinfo.texi gnu/usr.bin/binutils/texinfo/emacs: Makefile.in detexinfo.el elisp-comp info.el informat.el makeinfo.el new-useful-setqs texinfmt.el texinfo.el texnfo-tex.el texnfo-upd.el gnu/usr.bin/binutils/texinfo/info: Makefile.in NEWS README clib.c clib.h dir.c display.c display.h doc.h dribble.c dribble.h echo_area.c echo_area.h filesys.c filesys.h footnotes.c footnotes.h gc.c gc.h general.h indices.c indices.h info-stnd.texi info-utils.c info-utils.h info.1 info.c info.h info.texi infodoc.c infomap.c infomap.h m-x.c makedoc.c man.c man.h nodemenu.c nodes.c nodes.h search.c search.h session.c session.h signals.c signals.h termdep.h terminal.c terminal.h tilde.c tilde.h userdoc.texi variables.c variables.h window.c window.h xmalloc.c gnu/usr.bin/binutils/texinfo/libtxi: Makefile.in alloca.c bzero.c getopt.c getopt.h getopt1.c memcpy.c memmove.c strdup.c gnu/usr.bin/binutils/texinfo/makeinfo: Makefile.in macro.texi makeinfo.c makeinfo.h makeinfo.texi multi.c multiformat.texi gnu/usr.bin/binutils/texinfo/makeinfo/macros: example.texi html.texi multifmt.texi res-samp.texi resume.texi simpledoc.texi gnu/usr.bin/binutils/texinfo/testsuite: ChangeLog Makefile.in configure configure.in gnu/usr.bin/binutils/texinfo/testsuite/config: unix.exp gnu/usr.bin/binutils/texinfo/testsuite/lib: utils.exp gnu/usr.bin/binutils/texinfo/testsuite/makeinfo.0: atnode.exp conditions.exp mini.exp missnode.exp nonsense.exp not.exp smstruct.exp gnu/usr.bin/binutils/texinfo/testsuite/text: atnode.texi conditions.texi dfltnode.texi minimal.texi missnode.texi nonsense.texi not.texi smstruct.texi gnu/usr.bin/binutils/texinfo/util: Makefile.in deref.c fixfonts gen-dir-node install-info.c mkinstalldirs tex3patch texi2dvi texindex.c gnu/usr.bin/binutils/tk: ChangeLog Makefile.in README ToDo changes configure configure.in license.terms gnu/usr.bin/binutils/tk/bitmaps: error.bmp gray12.bmp gray25.bmp gray50.bmp hourglass.bmp info.bmp questhead.bmp question.bmp warning.bmp gnu/usr.bin/binutils/tk/compat: license.terms stdlib.h unistd.h gnu/usr.bin/binutils/tk/doc: 3DBorder.3 BindTable.3 CanvPsY.3 CanvTkwin.3 CanvTxtInfo.3 Clipboard.3 ClrSelect.3 ConfigWidg.3 ConfigWind.3 CoordToWin.3 CrtErrHdlr.3 CrtGenHdlr.3 CrtImgType.3 CrtItemType.3 CrtPhImgFmt.3 CrtSelHdlr.3 DeleteImg.3 DrawFocHlt.3 EventHndlr.3 FindPhoto.3 FreeXId.3 GeomReq.3 GetAnchor.3 GetBitmap.3 GetCapStyl.3 GetClrmap.3 GetColor.3 GetCursor.3 GetFontStr.3 GetGC.3 GetImage.3 GetJoinStl.3 GetJustify.3 GetOption.3 GetPixels.3 GetPixmap.3 GetRelief.3 GetRootCrd.3 GetScroll.3 GetSelect.3 GetUid.3 GetVRoot.3 GetVisual.3 HandleEvent.3 IdToWindow.3 ImgChanged.3 InternAtom.3 MainLoop.3 MainWin.3 MaintGeom.3 ManageGeom.3 MapWindow.3 MoveToplev.3 Name.3 NameOfImg.3 OwnSelect.3 ParseArgv.3 QWinEvent.3 Restack.3 RestrictEv.3 SetAppName.3 SetClass.3 SetGrid.3 SetVisual.3 StrictMotif.3 Tk_Init.3 Tk_Main.3 WindowId.3 bell.n bind.n bindtags.n bitmap.n button.n canvas.n checkbutton.n clipboard.n destroy.n dialog.n entry.n focus.n focusNext.n frame.n grab.n grid.n image.n label.n license.terms listbox.n lower.n man.macros menu.n menubar.n menubutton.n message.n option.n optionMenu.n options.n pack-old.n pack.n palette.n photo.n place.n popup.n radiobutton.n raise.n scale.n scrollbar.n selection.n send.n text.n tk.n tk4.0.ps tkerror.n tkvars.n tkwait.n toplevel.n winfo.n wish.1 wm.n gnu/usr.bin/binutils/tk/generic: README default.h ks_names.h patchlevel.h tk.h tk3d.c tkArgv.c tkAtom.c tkBind.c tkBitmap.c tkButton.c tkCanvArc.c tkCanvBmap.c tkCanvImg.c tkCanvLine.c tkCanvPoly.c tkCanvPs.c tkCanvText.c tkCanvUtil.c tkCanvWind.c tkCanvas.c tkCanvas.h tkClipboard.c tkCmds.c tkColor.c tkConfig.c tkConsole.c tkCursor.c tkEntry.c tkError.c tkEvent.c tkFocus.c tkFont.c tkFrame.c tkGC.c tkGeometry.c tkGet.c tkGrab.c tkGrid.c tkImage.c tkImgBmap.c tkImgGIF.c tkImgPPM.c tkImgPhoto.c tkImgUtil.c tkInt.h tkListbox.c tkMain.c tkMenu.c tkMenubutton.c tkMessage.c tkOption.c tkPack.c tkPlace.c tkPort.h tkRectOval.c tkScale.c tkScrollbar.c tkSelect.c tkSelect.h tkSend.c tkSquare.c tkTest.c tkText.c tkText.h tkTextBTree.c tkTextDisp.c tkTextIndex.c tkTextMark.c tkTextTag.c tkTextWind.c tkTrig.c tkUtil.c tkVisual.c tkWindow.c tkXId.c gnu/usr.bin/binutils/tk/library: bgerror.tcl button.tcl console.tcl dialog.tcl entry.tcl focus.tcl license.terms listbox.tcl menu.tcl obsolete.tcl optMenu.tcl palette.tcl prolog.ps scale.tcl scrlbar.tcl tclIndex tearoff.tcl text.tcl tk.tcl gnu/usr.bin/binutils/tk/library/demos: README arrow.tcl bind.tcl bitmap.tcl browse button.tcl check.tcl colors.tcl cscroll.tcl ctext.tcl dialog1.tcl dialog2.tcl entry1.tcl entry2.tcl floor.tcl form.tcl hello hscale.tcl icon.tcl image1.tcl image2.tcl items.tcl ixset label.tcl license.terms menu.tcl plot.tcl puzzle.tcl radio.tcl rmt rolodex ruler.tcl sayings.tcl search.tcl square states.tcl style.tcl tclIndex tcolor text.tcl timer twind.tcl vscale.tcl widget gnu/usr.bin/binutils/tk/library/demos/images: earth.gif earthris.gif face.bmp flagdown.bmp flagup.bmp gray25.bmp letters.bmp mickey.gif noletter.bmp pattern.bmp teapot.ppm gnu/usr.bin/binutils/tk/mac: MW_TkHeader.h README license.terms tkMacAppInit.c tkMacClipboard.c tkMacColor.c tkMacCursor.c tkMacCursors.r tkMacDefault.h tkMacDraw.c tkMacFont.c tkMacHLEvents.c tkMacInit.c tkMacInt.h tkMacKeyboard.c tkMacMenus.c tkMacPort.h tkMacProjects.sit.hqx tkMacRegion.c tkMacResource.r tkMacScrollbar.c tkMacSend.c tkMacSubwindows.c tkMacWindowMgr.c tkMacWm.c tkMacXCursors.r tkMacXStubs.c gnu/usr.bin/binutils/tk/tests: README all arc.tcl bell.test bevel.tcl bind.test butGeom.tcl button.test canvImg.test canvPsArc.tcl canvPsBmap.tcl canvPsGrph.tcl canvPsText.tcl canvRect.test canvas.test clipboard.test cmap.tcl cmds.test color.test defs entry.test event.test focus.test focusTcl.test frame.test geometry.test grid.test id.test image.test imgBmap.test imgPPM.test imgPhoto.test license.terms listbox.test menu.test menubut.test oldpack.test option.file1 option.file2 option.test pack.test place.test raise.test scale.test scrollbar.test select.test send.test text.test textBTree.test textDisp.test textIndex.test textMark.test textTag.test textWind.test util.test visual visual.test window.test winfo.test wm.test gnu/usr.bin/binutils/tk/testsuite/config: default.exp gnu/usr.bin/binutils/tk/testsuite/tk.tests: tk-test.exp gnu/usr.bin/binutils/tk/unix: ChangeLog Makefile.in README configure configure.in install-sh license.terms mkLinks porting.notes tkAppInit.c tkConfig.sh.in tkUnix.c tkUnixCursor.c tkUnixDefault.h tkUnixDraw.c tkUnixEvent.c tkUnixInit.c tkUnixInt.h tkUnixPort.h tkUnixSelect.c tkUnixWm.c gnu/usr.bin/binutils/tk/win: README license.terms makefile.bc makefile.vc stubs.c tkWin32Dll.c tkWinClipboard.c tkWinColor.c tkWinCursor.c tkWinDefault.h tkWinDraw.c tkWinFont.c tkWinImage.c tkWinInit.c tkWinInt.h tkWinKey.c tkWinPixmap.c tkWinPointer.c tkWinPort.h tkWinRegion.c tkWinWindow.c tkWinWm.c tkWinX.c winMain.c gnu/usr.bin/binutils/tk/win/rc: cursor00.cur cursor02.cur cursor04.cur cursor06.cur cursor08.cur cursor0a.cur cursor0c.cur cursor0e.cur cursor10.cur cursor12.cur cursor14.cur cursor16.cur cursor18.cur cursor1a.cur cursor1c.cur cursor1e.cur cursor20.cur cursor22.cur cursor24.cur cursor26.cur cursor28.cur cursor2a.cur cursor2c.cur cursor2e.cur cursor30.cur cursor32.cur cursor34.cur cursor36.cur cursor38.cur cursor3a.cur cursor3c.cur cursor3e.cur cursor40.cur cursor42.cur cursor44.cur cursor46.cur cursor48.cur cursor4a.cur cursor4c.cur cursor4e.cur cursor50.cur cursor52.cur cursor54.cur cursor56.cur cursor58.cur cursor5a.cur cursor5c.cur cursor5e.cur cursor60.cur cursor62.cur cursor64.cur cursor66.cur cursor68.cur cursor6a.cur cursor6c.cur cursor6e.cur cursor70.cur cursor72.cur cursor74.cur cursor76.cur cursor78.cur cursor7a.cur cursor7c.cur cursor7e.cur cursor80.cur cursor82.cur cursor84.cur cursor86.cur cursor88.cur cursor8a.cur cursor8c.cur cursor8e.cur cursor90.cur cursor92.cur cursor94.cur cursor96.cur cursor98.cur tk.ico tk.rc wish.ico wish.rc gnu/usr.bin/binutils/tk/xlib: license.terms xbytes.h xcolors.h xdraw.c xgc.c ximage.c xutil.c gnu/usr.bin/binutils/tk/xlib/X11: X.h Xatom.h Xfuncproto.h Xlib.h Xutil.h cursorfont.h keysym.h keysymdef.h license.terms gnu/usr.bin/binutils/utils: ChangeLog Makefile.in configure.in gnu/usr.bin/binutils/utils/amd-udi: Makefile.in configure configure.in gnu/usr.bin/binutils/utils/amd-udi/include: coff.h eb030.h eb29k.h error.h help.h hif.h lcb29k.h macros.h main.h memspcs.h messages.h miniint.h monio.h monitor.h mtip.h opcodes.h pceb.h serial.h tdfunc.h tiperr.h types.h udiext.h versions.h gnu/usr.bin/binutils/utils/amd-udi/mondfe: Makefile.in asm.c bkpt.c commands.c dasm.c dump.c error.c fill.c getdata.c help.c icmd.c io.c main.c mini2udi.c monitor.c move.c opcodes.c regs.c set.c xcmd.c yank.c gnu/usr.bin/binutils/utils/amd-udi/montip: Makefile.in checksum.c eb030.c eb29k.c endian.c hif.c lcb29k.c messages.c mtip.c parallel.c pceb.c serial.c tdfunc.c tiperr.c udi2mtip.c gnu/usr.bin/binutils/utils/amd-udi/udi: Makefile.in dfe_test.c dos2udip.c dos3862u.c dos386a.asm dos386c.c dos386c.h dosdfe.asm dostip.asm dosudi.5 dosudi.cat realcopy.c realcopy.h soc2udip.c sunudi.5 sunudi.cat tip_test.c udidos.ah udidos.h udiids.h udip2dos.c udip2iss.c udip2mm.c udip2soc.c udiphcfg.h udiphdos.h udiphsun.h udiproc.h udipt29k.h udiptcfg.h udisoc.h udr.c gnu/usr.bin/binutils/utils/misc: Makefile.in configure.in gnu/usr.bin/binutils/utils/misc/doschk: ChangeLog Makefile.in README configure configure.in doschk.c gnu/usr.bin/binutils/utils/msdos: Makefile.in configure.in gnu/usr.bin/binutils/utils/msdos/bin: Makefile.in configure.in killtip.uue mon030.bat mon29k.bat mondfe.uue montip.uue pcserver.uue udiconfs.txt uditest.uue uditrace.uue gnu/usr.bin/binutils/utils/sparclite: ChangeLog Makefile.in README aload.c configure configure.in eload.c gnu/usr.bin/binutils/utils/spu: ChangeLog Makefile.in README configure.in spu.c Removed files: gnu/usr.bin/binutils/gas: xmalloc.c Log message: Merge to Cygnus 961112 + add some support (not ready) for shared libs CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/11/22 22:55:59 Modified files: sys/scsi : ss_scanjet.c Log message: deleted redundant section CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/11/22 23:05:03 Modified files: sys/scsi : ss_scanjet.c Log message: deleted unnecessary calls to strlen() CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/11/23 00:55:09 Modified files: sys/arch/sun3/conf: COYOTE DISKLESS FOUR_TTYS GENERIC GENERIC_KGDB Makefile.sun3 RAMDISK SMD_TEST files.sun3 std.sun3 sys/arch/sun3/dev: cg4.c cg4reg.h fbvar.h idprom.c if_ie.c if_ie_obio.c if_le.c kd.c memerr.c obio.c si.c si_obio.c si_vme.c sivar.h xd.c zs.c sys/arch/sun3/include: autoconf.h conf.h float.h ieeefp.h obio.h types.h sys/arch/sun3/sun3: autoconf.c clock.c conf.c disksubr.c genassym.c intreg.c locore.s machdep.c Log message: sync with NetBSD CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/11/23 01:26:13 Modified files: sys/arch/sun3/dev: bw2.c cg2.c cg4.c if_ie_vmes.c obctl.c obmem.c rd_root.c vme.c xy.c zs_kgdb.c sys/arch/sun3/include: control.h cpufunc.h dvma.h idprom.h isr.h kcore.h mon.h obmem.h pmap.h psl.h pte.h saio.h sun_disklabel.h z8530var.h sys/arch/sun3/sun3: buserr.h cache.c cache.h control.c ctrlsp.S db_machdep.c db_memrw.c dvma.c fpu.c interreg.h intersil7170.h isr.c kgdb_proto.h kgdb_stub.c mainbus.c pmap.c stub.c sun3_startup.c trap.c vector.c vector.h Log message: sync with NetBSD -- copyright changes only CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/23 09:41:51 Removed files: gnu/usr.bin/binutils/sim: ChangeLog Makefile.in configure configure.in gnu/usr.bin/binutils/sim/arm: COPYING ChangeLog Makefile.in README.Cygnus armcopro.c armdefs.h armemu.c armemu.h armfpe.h arminit.c armopts.h armos.c armos.h armrdi.c armsupp.c armvirt.c bag.c bag.h communicate.c communicate.h configure configure.in dbg_conf.h dbg_cp.h dbg_hif.h dbg_rdi.h gdbhost.c gdbhost.h kid.c main.c parent.c run.c wrapper.c gnu/usr.bin/binutils/sim/common: ChangeLog run.1 run.c gnu/usr.bin/binutils/sim/erc32: ChangeLog Makefile.in NEWS README.erc32 README.gdb README.sis configure configure.in end.c erc32.c exec.c float.c func.c help.c interf.c run.c sis.c sis.h startsim gnu/usr.bin/binutils/sim/h8300: ChangeLog Makefile.in compile.c config.in configure configure.in inst.h run.c writecode.c gnu/usr.bin/binutils/sim/h8500: ChangeLog Makefile.in compile.c config.in configure configure.in inst.h run.c gnu/usr.bin/binutils/sim/mips: ChangeLog Makefile.in README.Cygnus config.in configure configure.in gencode.c interp.c support.h gnu/usr.bin/binutils/sim/ppc: .gdbinit BUGS COPYING COPYING.LIB ChangeLog ChangeLog.00 INSTALL Makefile.in README RUN basics.h bits.c bits.h cap.c cap.h config.in configure configure.in corefile-n.h corefile.c corefile.h cpu.c cpu.h debug.c debug.h device.c device.h device_table.c device_table.h dgen.c double.c dp-bit.c emul_bugapi.c emul_bugapi.h emul_chirp.c emul_chirp.h emul_generic.c emul_generic.h emul_netbsd.c emul_netbsd.h emul_unix.c emul_unix.h events.c events.h filter.c filter.h filter_filename.c filter_filename.h gen-icache.c gen-icache.h gen-idecode.c gen-idecode.h gen-itable.c gen-itable.h gen-model.c gen-model.h gen-semantics.c gen-semantics.h gen-support.c gen-support.h hw_com.c hw_core.c hw_cpu.c hw_cpu.h hw_disk.c hw_eeprom.c hw_htab.c hw_init.c hw_iobus.c hw_memory.c hw_nvram.c hw_pal.c hw_pic.c hw_register.c hw_trace.c hw_vm.c idecode_branch.h idecode_expression.h idecode_fields.h igen.c igen.h inline.c inline.h interrupts.c interrupts.h ld-cache.c ld-cache.h ld-decode.c ld-decode.h ld-insn.c ld-insn.h lf.c lf.h main.c misc.c misc.h mon.c mon.h options.c options.h os_emul.c os_emul.h pk_disklabel.c ppc-cache-rules ppc-instructions ppc-opcode-complex ppc-opcode-flat ppc-opcode-goto ppc-opcode-jump ppc-opcode-simple ppc-opcode-stupid ppc-opcode-test-1 ppc-opcode-test-2 ppc-spr-table ppc.mt psim.c psim.h psim.texinfo registers.c registers.h sim-endian-n.h sim-endian.c sim-endian.h sim_callbacks.h sim_calls.c std-config.h table.c table.h vm.c vm.h vm_n.h words.h gnu/usr.bin/binutils/sim/sh: ChangeLog Makefile.in configure configure.in gencode.c interp.c syscall.h gnu/usr.bin/binutils/sim/w65: ChangeLog Makefile.in acconfig.h config.in configure configure.in gencode.c interp.c interp.h run.c gnu/usr.bin/binutils/sim/z8k: ChangeLog Makefile.in comped1.c comped2.c comped3.c compedb3.c config.in configure configure.in iface.c inlines.h list.c mem.c mem.h quick.c run.c sim.h support.c syscall.h tm.h writecode.c gnu/usr.bin/binutils/tcl: ChangeLog Makefile.in README changes configure configure.in license.terms gnu/usr.bin/binutils/tcl/compat: README dirent.h dirent2.h dlfcn.h fixstrtod.c float.h getcwd.c gettod.c license.terms limits.h opendir.c stdlib.h string.h strncasecmp.c strstr.c strtod.c strtol.c strtoul.c tmpnam.c unistd.h waitpid.c gnu/usr.bin/binutils/tcl/doc: AddErrInfo.3 AllowExc.3 AppInit.3 AssocData.3 Async.3 BackgdErr.3 Backslash.3 CallDel.3 CmdCmplt.3 Concat.3 CrtChannel.3 CrtChnlHdlr.3 CrtCloseHdlr.3 CrtCommand.3 CrtFileHdlr.3 CrtInterp.3 CrtMathFnc.3 CrtModalTmt.3 CrtSlave.3 CrtTimerHdlr.3 CrtTrace.3 DString.3 DetachPids.3 DoOneEvent.3 DoWhenIdle.3 Eval.3 Exit.3 ExprLong.3 FindExec.3 GetFile.3 GetInt.3 GetOpnFl.3 GetStdChan.3 Hash.3 Interp.3 LinkVar.3 Notifier.3 OpenFileChnl.3 OpenTcp.3 PkgRequire.3 Preserve.3 PrintDbl.3 RecordEval.3 RegExp.3 SetErrno.3 SetRecLmt.3 SetResult.3 SetVar.3 Sleep.3 SplitList.3 StaticPkg.3 StrMatch.3 Tcl.n Tcl_Main.3 TraceVar.3 Translate.3 UpVar.3 after.n append.n array.n bgerror.n break.n case.n catch.n cd.n clock.n close.n concat.n continue.n eof.n error.n eval.n exec.n exit.n expr.n fblocked.n fconfigure.n file.n fileevent.n filename.n flush.n for.n foreach.n format.n gets.n glob.n global.n history.n if.n incr.n info.n interp.n join.n lappend.n library.n license.terms lindex.n linsert.n list.n llength.n load.n lrange.n lreplace.n lsearch.n lsort.n man.macros open.n package.n pid.n pkgMkIndex.n proc.n puts.n pwd.n read.n regexp.n regsub.n rename.n return.n scan.n seek.n set.n socket.n source.n split.n string.n subst.n switch.n tclsh.1 tclvars.n tell.n time.n trace.n unknown.n unset.n update.n uplevel.n upvar.n vwait.n while.n gnu/usr.bin/binutils/tcl/generic: README panic.c patchlevel.h regexp.c tcl.h tclAlloc.c tclAsync.c tclBasic.c tclCkalloc.c tclClock.c tclCmdAH.c tclCmdIL.c tclCmdMZ.c tclDate.c tclEnv.c tclEvent.c tclExpr.c tclFHandle.c tclFileName.c tclGet.c tclGetDate.y tclHash.c tclHistory.c tclIO.c tclIOCmd.c tclIOSock.c tclIOUtil.c tclInt.h tclInterp.c tclLink.c tclLoad.c tclLoadNone.c tclMain.c tclNotify.c tclParse.c tclPkg.c tclPort.h tclPosixStr.c tclPreserve.c tclProc.c tclRegexp.h tclTest.c tclUtil.c tclVar.c gnu/usr.bin/binutils/tcl/library: init.tcl ldAout.tcl license.terms parray.tcl tclIndex gnu/usr.bin/binutils/tcl/mac: MW_TclHeader.h README license.terms porting.notes tclMacAppInit.c tclMacChan.c tclMacEnv.c tclMacFile.c tclMacInit.c tclMacInt.h tclMacInterupt.c tclMacLoad.c tclMacNotify.c tclMacPanic.c tclMacPort.h tclMacProjects.sit.hqx tclMacResource.r tclMacSock.c tclMacTest.c tclMacTime.c tclMacUnix.c tclMacUtil.c gnu/usr.bin/binutils/tcl/tests: README all append.test assocd.test async.test case.test clock.test cmdAH.test cmdInfo.test concat.test dcall.test defs dstring.test env.test error.test eval.test event.test exec.test expr.test fhandle.test fileName.test for.test format.test get.test history.test if.test incr.test info.test interp.test io.test ioCmd.test join.test license.terms lindex.test link.test linsert.test list.test llength.test load.test lrange.test lreplace.test lsearch.test lsort.test misc.test parse.test pid.test pkg.test proc.test regexp.test remote.tcl rename.test scan.test set.test socket.test source.test split.test string.test subst.test switch.test trace.test unknown.test uplevel.test upvar.test while.test gnu/usr.bin/binutils/tcl/testsuite: ChangeLog gnu/usr.bin/binutils/tcl/testsuite/config: default.exp gnu/usr.bin/binutils/tcl/testsuite/tcl.tests: tcl-test.exp gnu/usr.bin/binutils/tcl/unix: ChangeLog Makefile.in README aclocal.m4 bp.c configure configure.in install-sh ldAix mkLinks porting.notes tclAppInit.c tclConfig.sh.in tclLoadAix.c tclLoadAout.c tclLoadDl.c tclLoadDl2.c tclLoadDld.c tclLoadNext.c tclLoadOSF.c tclLoadShl.c tclMtherr.c tclUnixChan.c tclUnixFile.c tclUnixInit.c tclUnixNotfy.c tclUnixPipe.c tclUnixPort.h tclUnixSock.c tclUnixTest.c tclUnixTime.c gnu/usr.bin/binutils/tcl/unix/dltest: Makefile.in README configure configure.in pkg5.c pkga.c pkgb.c pkgc.c pkgd.c pkge.c pkgf.c gnu/usr.bin/binutils/tcl/win: README license.terms makefile.bc makefile.vc tcl.rc tcl16.rc tclAppInit.c tclWin16.c tclWin32Dll.c tclWinChan.c tclWinError.c tclWinFile.c tclWinInit.c tclWinInt.h tclWinLoad.c tclWinMtherr.c tclWinNotify.c tclWinPipe.c tclWinPort.h tclWinSock.c tclWinStubs.c tclWinTest.c tclWinTime.c tclWinUtil.c tclsh.rc winDumpExts.c gnu/usr.bin/binutils/texinfo: COPYING ChangeLog INSTALL INTRODUCTION Makefile.in NEWS README TODO configure configure.in dir dir-example dir.info-template gen-info-dir gpl.texinfo install-sh lgpl.texinfo liblic.texi license.texi tex3patch texinfo.tex texinfo.texi gnu/usr.bin/binutils/texinfo/emacs: Makefile.in detexinfo.el elisp-comp info.el informat.el makeinfo.el new-useful-setqs texinfmt.el texinfo.el texnfo-tex.el texnfo-upd.el gnu/usr.bin/binutils/texinfo/info: Makefile.in NEWS README clib.c clib.h dir.c display.c display.h doc.h dribble.c dribble.h echo_area.c echo_area.h filesys.c filesys.h footnotes.c footnotes.h gc.c gc.h general.h indices.c indices.h info-stnd.texi info-utils.c info-utils.h info.1 info.c info.h info.texi infodoc.c infomap.c infomap.h m-x.c makedoc.c man.c man.h nodemenu.c nodes.c nodes.h search.c search.h session.c session.h signals.c signals.h termdep.h terminal.c terminal.h tilde.c tilde.h userdoc.texi variables.c variables.h window.c window.h xmalloc.c gnu/usr.bin/binutils/texinfo/libtxi: Makefile.in alloca.c bzero.c getopt.c getopt.h getopt1.c memcpy.c memmove.c strdup.c gnu/usr.bin/binutils/texinfo/makeinfo: Makefile.in macro.texi makeinfo.c makeinfo.h makeinfo.texi multi.c multiformat.texi gnu/usr.bin/binutils/texinfo/makeinfo/macros: example.texi html.texi multifmt.texi res-samp.texi resume.texi simpledoc.texi gnu/usr.bin/binutils/texinfo/testsuite: ChangeLog Makefile.in configure configure.in gnu/usr.bin/binutils/texinfo/testsuite/config: unix.exp gnu/usr.bin/binutils/texinfo/testsuite/lib: utils.exp gnu/usr.bin/binutils/texinfo/testsuite/makeinfo.0: atnode.exp conditions.exp mini.exp missnode.exp nonsense.exp not.exp smstruct.exp gnu/usr.bin/binutils/texinfo/testsuite/text: atnode.texi conditions.texi dfltnode.texi minimal.texi missnode.texi nonsense.texi not.texi smstruct.texi gnu/usr.bin/binutils/texinfo/util: Makefile.in deref.c fixfonts gen-dir-node install-info.c mkinstalldirs tex3patch texi2dvi texindex.c gnu/usr.bin/binutils/tk: ChangeLog Makefile.in README ToDo changes configure configure.in license.terms gnu/usr.bin/binutils/tk/bitmaps: error.bmp gray12.bmp gray25.bmp gray50.bmp hourglass.bmp info.bmp questhead.bmp question.bmp warning.bmp gnu/usr.bin/binutils/tk/compat: license.terms stdlib.h unistd.h gnu/usr.bin/binutils/tk/doc: 3DBorder.3 BindTable.3 CanvPsY.3 CanvTkwin.3 CanvTxtInfo.3 Clipboard.3 ClrSelect.3 ConfigWidg.3 ConfigWind.3 CoordToWin.3 CrtErrHdlr.3 CrtGenHdlr.3 CrtImgType.3 CrtItemType.3 CrtPhImgFmt.3 CrtSelHdlr.3 DeleteImg.3 DrawFocHlt.3 EventHndlr.3 FindPhoto.3 FreeXId.3 GeomReq.3 GetAnchor.3 GetBitmap.3 GetCapStyl.3 GetClrmap.3 GetColor.3 GetCursor.3 GetFontStr.3 GetGC.3 GetImage.3 GetJoinStl.3 GetJustify.3 GetOption.3 GetPixels.3 GetPixmap.3 GetRelief.3 GetRootCrd.3 GetScroll.3 GetSelect.3 GetUid.3 GetVRoot.3 GetVisual.3 HandleEvent.3 IdToWindow.3 ImgChanged.3 InternAtom.3 MainLoop.3 MainWin.3 MaintGeom.3 ManageGeom.3 MapWindow.3 MoveToplev.3 Name.3 NameOfImg.3 OwnSelect.3 ParseArgv.3 QWinEvent.3 Restack.3 RestrictEv.3 SetAppName.3 SetClass.3 SetGrid.3 SetVisual.3 StrictMotif.3 Tk_Init.3 Tk_Main.3 WindowId.3 bell.n bind.n bindtags.n bitmap.n button.n canvas.n checkbutton.n clipboard.n destroy.n dialog.n entry.n focus.n focusNext.n frame.n grab.n grid.n image.n label.n license.terms listbox.n lower.n man.macros menu.n menubar.n menubutton.n message.n option.n optionMenu.n options.n pack-old.n pack.n palette.n photo.n place.n popup.n radiobutton.n raise.n scale.n scrollbar.n selection.n send.n text.n tk.n tk4.0.ps tkerror.n tkvars.n tkwait.n toplevel.n winfo.n wish.1 wm.n gnu/usr.bin/binutils/tk/generic: README default.h ks_names.h patchlevel.h tk.h tk3d.c tkArgv.c tkAtom.c tkBind.c tkBitmap.c tkButton.c tkCanvArc.c tkCanvBmap.c tkCanvImg.c tkCanvLine.c tkCanvPoly.c tkCanvPs.c tkCanvText.c tkCanvUtil.c tkCanvWind.c tkCanvas.c tkCanvas.h tkClipboard.c tkCmds.c tkColor.c tkConfig.c tkConsole.c tkCursor.c tkEntry.c tkError.c tkEvent.c tkFocus.c tkFont.c tkFrame.c tkGC.c tkGeometry.c tkGet.c tkGrab.c tkGrid.c tkImage.c tkImgBmap.c tkImgGIF.c tkImgPPM.c tkImgPhoto.c tkImgUtil.c tkInt.h tkListbox.c tkMain.c tkMenu.c tkMenubutton.c tkMessage.c tkOption.c tkPack.c tkPlace.c tkPort.h tkRectOval.c tkScale.c tkScrollbar.c tkSelect.c tkSelect.h tkSend.c tkSquare.c tkTest.c tkText.c tkText.h tkTextBTree.c tkTextDisp.c tkTextIndex.c tkTextMark.c tkTextTag.c tkTextWind.c tkTrig.c tkUtil.c tkVisual.c tkWindow.c tkXId.c gnu/usr.bin/binutils/tk/library: bgerror.tcl button.tcl console.tcl dialog.tcl entry.tcl focus.tcl license.terms listbox.tcl menu.tcl obsolete.tcl optMenu.tcl palette.tcl prolog.ps scale.tcl scrlbar.tcl tclIndex tearoff.tcl text.tcl tk.tcl gnu/usr.bin/binutils/tk/library/demos: README arrow.tcl bind.tcl bitmap.tcl browse button.tcl check.tcl colors.tcl cscroll.tcl ctext.tcl dialog1.tcl dialog2.tcl entry1.tcl entry2.tcl floor.tcl form.tcl hello hscale.tcl icon.tcl image1.tcl image2.tcl items.tcl ixset label.tcl license.terms menu.tcl plot.tcl puzzle.tcl radio.tcl rmt rolodex ruler.tcl sayings.tcl search.tcl square states.tcl style.tcl tclIndex tcolor text.tcl timer twind.tcl vscale.tcl widget gnu/usr.bin/binutils/tk/library/demos/images: earth.gif earthris.gif face.bmp flagdown.bmp flagup.bmp gray25.bmp letters.bmp mickey.gif noletter.bmp pattern.bmp teapot.ppm gnu/usr.bin/binutils/tk/mac: MW_TkHeader.h README license.terms tkMacAppInit.c tkMacClipboard.c tkMacColor.c tkMacCursor.c tkMacCursors.r tkMacDefault.h tkMacDraw.c tkMacFont.c tkMacHLEvents.c tkMacInit.c tkMacInt.h tkMacKeyboard.c tkMacMenus.c tkMacPort.h tkMacProjects.sit.hqx tkMacRegion.c tkMacResource.r tkMacScrollbar.c tkMacSend.c tkMacSubwindows.c tkMacWindowMgr.c tkMacWm.c tkMacXCursors.r tkMacXStubs.c gnu/usr.bin/binutils/tk/tests: README all arc.tcl bell.test bevel.tcl bind.test butGeom.tcl button.test canvImg.test canvPsArc.tcl canvPsBmap.tcl canvPsGrph.tcl canvPsText.tcl canvRect.test canvas.test clipboard.test cmap.tcl cmds.test color.test defs entry.test event.test focus.test focusTcl.test frame.test geometry.test grid.test id.test image.test imgBmap.test imgPPM.test imgPhoto.test license.terms listbox.test menu.test menubut.test oldpack.test option.file1 option.file2 option.test pack.test place.test raise.test scale.test scrollbar.test select.test send.test text.test textBTree.test textDisp.test textIndex.test textMark.test textTag.test textWind.test util.test visual visual.test window.test winfo.test wm.test gnu/usr.bin/binutils/tk/testsuite/config: default.exp gnu/usr.bin/binutils/tk/testsuite/tk.tests: tk-test.exp gnu/usr.bin/binutils/tk/unix: ChangeLog Makefile.in README configure configure.in install-sh license.terms mkLinks porting.notes tkAppInit.c tkConfig.sh.in tkUnix.c tkUnixCursor.c tkUnixDefault.h tkUnixDraw.c tkUnixEvent.c tkUnixInit.c tkUnixInt.h tkUnixPort.h tkUnixSelect.c tkUnixWm.c gnu/usr.bin/binutils/tk/win: README license.terms makefile.bc makefile.vc stubs.c tkWin32Dll.c tkWinClipboard.c tkWinColor.c tkWinCursor.c tkWinDefault.h tkWinDraw.c tkWinFont.c tkWinImage.c tkWinInit.c tkWinInt.h tkWinKey.c tkWinPixmap.c tkWinPointer.c tkWinPort.h tkWinRegion.c tkWinWindow.c tkWinWm.c tkWinX.c winMain.c gnu/usr.bin/binutils/tk/win/rc: cursor00.cur cursor02.cur cursor04.cur cursor06.cur cursor08.cur cursor0a.cur cursor0c.cur cursor0e.cur cursor10.cur cursor12.cur cursor14.cur cursor16.cur cursor18.cur cursor1a.cur cursor1c.cur cursor1e.cur cursor20.cur cursor22.cur cursor24.cur cursor26.cur cursor28.cur cursor2a.cur cursor2c.cur cursor2e.cur cursor30.cur cursor32.cur cursor34.cur cursor36.cur cursor38.cur cursor3a.cur cursor3c.cur cursor3e.cur cursor40.cur cursor42.cur cursor44.cur cursor46.cur cursor48.cur cursor4a.cur cursor4c.cur cursor4e.cur cursor50.cur cursor52.cur cursor54.cur cursor56.cur cursor58.cur cursor5a.cur cursor5c.cur cursor5e.cur cursor60.cur cursor62.cur cursor64.cur cursor66.cur cursor68.cur cursor6a.cur cursor6c.cur cursor6e.cur cursor70.cur cursor72.cur cursor74.cur cursor76.cur cursor78.cur cursor7a.cur cursor7c.cur cursor7e.cur cursor80.cur cursor82.cur cursor84.cur cursor86.cur cursor88.cur cursor8a.cur cursor8c.cur cursor8e.cur cursor90.cur cursor92.cur cursor94.cur cursor96.cur cursor98.cur tk.ico tk.rc wish.ico wish.rc gnu/usr.bin/binutils/tk/xlib: license.terms xbytes.h xcolors.h xdraw.c xgc.c ximage.c xutil.c gnu/usr.bin/binutils/tk/xlib/X11: X.h Xatom.h Xfuncproto.h Xlib.h Xutil.h cursorfont.h keysym.h keysymdef.h license.terms gnu/usr.bin/binutils/utils: ChangeLog Makefile.in configure.in gnu/usr.bin/binutils/utils/amd-udi: Makefile.in configure configure.in gnu/usr.bin/binutils/utils/amd-udi/include: coff.h eb030.h eb29k.h error.h help.h hif.h lcb29k.h macros.h main.h memspcs.h messages.h miniint.h monio.h monitor.h mtip.h opcodes.h pceb.h serial.h tdfunc.h tiperr.h types.h udiext.h versions.h gnu/usr.bin/binutils/utils/amd-udi/mondfe: Makefile.in asm.c bkpt.c commands.c dasm.c dump.c error.c fill.c getdata.c help.c icmd.c io.c main.c mini2udi.c monitor.c move.c opcodes.c regs.c set.c xcmd.c yank.c gnu/usr.bin/binutils/utils/amd-udi/montip: Makefile.in checksum.c eb030.c eb29k.c endian.c hif.c lcb29k.c messages.c mtip.c parallel.c pceb.c serial.c tdfunc.c tiperr.c udi2mtip.c gnu/usr.bin/binutils/utils/amd-udi/udi: Makefile.in dfe_test.c dos2udip.c dos3862u.c dos386a.asm dos386c.c dos386c.h dosdfe.asm dostip.asm dosudi.5 dosudi.cat realcopy.c realcopy.h soc2udip.c sunudi.5 sunudi.cat tip_test.c udidos.ah udidos.h udiids.h udip2dos.c udip2iss.c udip2mm.c udip2soc.c udiphcfg.h udiphdos.h udiphsun.h udiproc.h udipt29k.h udiptcfg.h udisoc.h udr.c gnu/usr.bin/binutils/utils/misc: Makefile.in configure.in gnu/usr.bin/binutils/utils/misc/doschk: ChangeLog Makefile.in README configure configure.in doschk.c gnu/usr.bin/binutils/utils/msdos: Makefile.in configure.in gnu/usr.bin/binutils/utils/msdos/bin: Makefile.in configure.in killtip.uue mon030.bat mon29k.bat mondfe.uue montip.uue pcserver.uue udiconfs.txt uditest.uue uditrace.uue gnu/usr.bin/binutils/utils/sparclite: ChangeLog Makefile.in README aload.c configure configure.in eload.c gnu/usr.bin/binutils/utils/spu: ChangeLog Makefile.in README configure.in spu.c Log message: Remove accidentally committed dirs from the trunk CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/11/23 10:33:55 Modified files: gnu/usr.bin/sudo/sudo: check.c Log message: undo last fix, sorry CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/11/23 11:05:36 Modified files: sys/arch/sun3/conf: COYOTE DISKLESS FOUR_TTYS GENERIC GENERIC_KGDB RAMDISK SMD_TEST Log message: include "std.sun3" -> include "arch/sun3/conf/std.sun3" CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/23 12:10:28 Modified files: lib/libc/stdlib: malloc.c Log message: 64 bit clean CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/11/23 12:10:44 Modified files: etc : security Log message: Deal with leading whitespace in find output. Fixes problem of devices showing up in the setuid list ;-) CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/11/23 14:47:15 Modified files: sys/arch/alpha/alpha: mainbus.c sys/arch/alpha/pci: apecs.c cia.c lca.c pcivga.c sio.c tga.c sys/arch/alpha/tc: cfb.c esp.c ioasic.c sfb.c tcasic.c tcds.c sys/arch/amiga/amiga: autoconf.c device.h sys/arch/amiga/dev: afsc.c ahsc.c atzsc.c bzsc.c drsc.c empsc.c fd.c flsc.c grf.c grf_cc.c grf_cl.c grf_cv.c grf_et.c grf_rh.c grf_rt.c grf_ul.c gtsc.c gvpbus.c idesc.c ivsc.c mfc.c mgnsc.c mlhsc.c otgsc.c wesc.c wstsc.c zbus.c zssc.c sys/arch/amiga/isa: cross.c ggbus.c sys/arch/arc/arc: cpu.c mainbus.c sys/arch/arc/dev: asc.c fd.c sys/arch/arc/dti: btl.c desktechbus.c sys/arch/arc/isa: isabus.c isadma.c sys/arch/arc/pica: picabus.c sys/arch/arm32/mainbus: fd.c iic.c mainbus.c wd.c sys/arch/arm32/podulebus: asc.c oak.c podulebus.c ptsc.c sys/arch/atari/atari: autoconf.c device.h sys/arch/atari/dev: fd.c grf.c ncr5380.c ramd.c sys/arch/i386/i386: conf.c mainbus.c sys/arch/mac68k/dev: esp.c grf_subr.c grfvar.h ncr5380.c nubus.c sbc.c scsi96.c sys/arch/mac68k/include: autoconf.h sys/arch/mac68k/mac68k: mainbus.c sys/arch/mvme68k/dev: ipic.c mc.c pcc.c pcctwo.c sbicdma.c siopdma.c vme.c wdsc.c sys/arch/mvme68k/mvme68k: autoconf.c sys/arch/mvme88k/dev: mb.c pcctwo.c sys/arch/pc532/dev: ncr5380.c sys/arch/pmax/dev: sii.c sys/arch/pmax/pmax: cpu.c mainbus.c sys/arch/pmax/tc: asic.c tc.c tc_subr.c sys/arch/sparc/dev: dma.c esp.c fd.c obio.c sbus.c si.c sys/arch/sparc/sparc: autoconf.c iommu.c sys/arch/sun3/dev: kd.c memerr.c sys/arch/sun3/sun3: conf.c sys/arch/vax/mba: mba.c sys/arch/vax/uba: uba.c sys/arch/vax/vax: autoconf.c sbi.c sys/dev/atapi : atapiconf.c sys/dev/eisa : aha1742.c eisa.c sys/dev/ic : aic7xxx.c sys/dev/isa : aha.c aic6360.c ast.c boca.c bt.c fdc.c isa.c isadma.c isapnp.c isavar.h pcmcia_isa.c pcmcia_pcic.c rtfps.c seagate.c ultra14f.c wd.c wdc.c wds.c sys/dev/isa : aha.c aic6360.c ast.c boca.c bt.c fdc.c isa.c isadma.c isapnp.c isavar.h pcmcia_isa.c pcmcia_pcic.c rtfps.c seagate.c ultra14f.c wd.c wdc.c wds.c sys/dev/pci : ncr.c pci.c ppb.c sys/dev/pcmcia : pcmcia.c sys/dev/tc : asc.c tc.c sys/miscfs/specfs: spec_vnops.c sys/scsi : scsiconf.c sys/sys : device.h sys/vm : vm_fault.c Log message: added const to second parameter of cfprint_t routines CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/11/23 16:19:54 Modified files: sys/arch/alpha/alpha: machdep.c sys/arch/amiga/amiga: Locore.c locore.s sys/arch/arc/arc: locore.S sys/arch/arm32/arm32: cpuswitch.S sys/arch/atari/atari: Locore.c locore.s sys/arch/hp300/hp300: Locore.c locore.s sys/arch/i386/i386: locore.s sys/arch/mac68k/mac68k: locore.s sys/arch/mvme68k/mvme68k: locore.s sys/arch/mvme88k/mvme88k: locore2.c sys/arch/pc532/pc532: locore.s sys/arch/pmax/pmax: locore.S sys/arch/sparc/sparc: locore2.c sys/arch/vax/vax: vm_machdep.c sys/kern : kern_synch.c sys/miscfs/specfs: spec_vnops.c sys/vm : vm_glue.c Log message: remrq -> remrunqueue CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/23 17:41:32 Modified files: lib/libc/stdlib: malloc.c Log message: more 64bit fixes CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/11/23 17:42:06 Modified files: sys/kern : subr_prf.c Log message: added bitmap_snprintf CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/23 17:43:25 Modified files: gnu/usr.bin/gcc: Makefile.bsd-wrapper Log message: Feed on COPTS CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/11/23 18:39:24 Modified files: sys/sys : proc.h Log message: added prototype for remrunqueue() CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/23 19:26:00 Modified files: include : md4.h md5.h lib/libc/md : md4c.c md5c.c mdXhl.c bin/md5 : md5.c Makefile Log message: 64-bit cleanup + pedantic -W flags CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/23 19:47:43 Modified files: share/mk : bsd.README bsd.own.mk sys.mk Log message: Add a new knob called DEBUG. Define to -g to have it turn off STRIP=-s and add itself to CFLAGS and ASFLAGS CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/23 20:05:02 Modified files: share/mk : bsd.README Log message: Fix typo in last change CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/23 20:22:23 Modified files: gnu/usr.bin/binutils: configure.in Log message: Do not yet try to configure gdb on mips & alpha CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/23 21:29:49 Modified files: sys/kern : subr_prf.c Log message: Commented out a def, only referenced in out-commented code CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/23 21:30:56 Modified files: sys/sys : systm.h Log message: Added bitmap_snprintf proto CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/24 04:29:52 Modified files: gnu/usr.bin/binutils/ld: configure.tgt Log message: Temporarily do not support ELF64 CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/11/24 07:58:04 Modified files: sys/arch/sun3/dev: memerr.c Log message: remove bogus diagnostic CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/11/24 09:04:49 Modified files: sys/arch/sun3/sun3: machdep.c Log message: sync w/NetBSD modulo two-arg boot(); adds dump CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/11/24 09:26:37 Modified files: sys/arch/sun3/dev: memerr.c Log message: removed ref to bitmask_snprintf() CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/11/24 10:43:04 Modified files: bin/sh : eval.c options.c options.h Log message: Sync w/ NetBSD (christos) Fix miscellaneous getopts problems: - the 3 argument version of getopts would not reset properly - OPTARG did not get cleared after a non argument option was found - OPTIND was not set properly after a non argument option. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/24 11:12:09 Modified files: sys/arch/arc/arc: conf.c Log message: Fix typo CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/11/24 11:16:00 Modified files: bin/pax : ar_io.c Log message: Fix core dump if -xz and archive does not exist (doh!) CVSROOT: /cvs Module name: src Changes by: etheisen@cvs.openbsd.org 1996/11/24 11:31:26 Modified files: sys/kern : exec_elf.c Log message: OLF is ALIVE! CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/24 13:23:50 Modified files: sys/arch/amiga/dev: grf.c grf_cc.c grf_cl.c grf_cv.c grf_et.c grf_rh.c grf_rt.c grf_ul.c Log message: extern decl of cfdata from device.h conflicted with static one in-here CVSROOT: /cvs Module name: src Changes by: etheisen@cvs.openbsd.org 1996/11/24 16:09:40 Modified files: usr.bin/elf2olf: Makefile Added files: usr.bin/elf2olf: elf2olf.1 Log message: Manpage anyone? CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/11/24 16:18:46 Modified files: bin/sh : options.c Log message: Fix truncation of options list in getopts builtin. Noticed by Matthieu Herrb CVSROOT: /cvs Module name: src Changes by: etheisen@cvs.openbsd.org 1996/11/24 16:18:55 Modified files: usr.bin/elf2olf: elf2olf.1 Log message: Fixed formatting. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/11/24 16:33:45 Modified files: sys/kern : kern_resource.c Log message: Sync with NetBSD. Figure NZERO into priorities and that rlim_cur and rlim_max are >0. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/11/24 16:42:12 Modified files: usr.sbin/pstat : pstat.c Log message: Add recognition for remaining mount flags (from ) that make sense to "pstat -v". From NetBSD. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/11/24 16:46:47 Modified files: sbin/newfs : newfs.c sbin/mount_msdos: mount_msdos.c Log message: Add MOPT_UPDATE to mount options since there is filesystem support for it. From NetBSD (cgd). CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/11/24 16:53:13 Modified files: lib/libutil : openpty.3 Log message: Update from NetBSD. - correct two .Fn references to forkpty() - describe retval of forkpty(); it can return PID as well - add xref to fork(2) CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/11/24 17:08:04 Modified files: games/dm : dm.c Log message: rindex -> strrchr add some void casts safe strcpy CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/11/24 17:19:29 Modified files: usr.bin/m4 : eval.c serv.c Log message: Sync with NetBSD. Implement `$@' macro, as promised by the manual page (NetBSD PR#2914). CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/11/24 17:31:15 Modified files: sys/scsi : scsiconf.c Log message: Add some quirky devices from NetBSD. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/11/24 18:27:22 Modified files: usr.sbin/pppd/pppstats: pppstats.8 Log message: Liar, -w doesn't have a default value. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/11/24 20:57:57 Modified files: sbin/route : route.c Log message: revoke privs; do not call getnetbyname if not needed, bmah@cs.berkeley.edu CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/11/24 21:49:24 Modified files: sys/scsi : scsiconf.c Log message: Oops, we don't have SDEV_NOSTARTUNIT. Remove TEAC scsi floppy quirk for now. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/11/25 01:20:05 Modified files: sys/netipx : ipx.h ipx_pcb.h ipx_proto.c ipx_usrreq.c ipx_var.h spx.h spx_usrreq.c spx_var.h Log message: sysctl entries; control ipx {send,recv} queues size CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/11/25 01:22:45 Modified files: usr.sbin/sysctl: Makefile sysctl.c Log message: ipx sysctl. cleanup (protyping, printf formats and so) 1 (one) bug fix in printf's arg (struct instead of field) CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/25 06:11:40 Modified files: lib/libc/net : byteorder.3 sys/arch/amiga/include: endian.h sys/arch/arc/include: endian.h sys/arch/arm32/include: endian.h sys/arch/atari/include: endian.h sys/arch/hp300/include: endian.h sys/arch/i386/include: endian.h sys/arch/m68k/include: endian.h sys/arch/mvme88k/include: endian.h sys/arch/pc532/include: endian.h sys/arch/pmax/include: endian.h sys/arch/sparc/include: endian.h sys/arch/sun3/include: endian.h sys/arch/vax/include: endian.h Log message: htons et al. works on explicit 16- and 32-bit quantities and not the machine dependent "short" and "long" integer. Correct and enhance manpage. Change all short and longs to u_int16_t and u_int32_t, respectively. OpenBSD RCSIds CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/25 06:12:21 Modified files: usr.bin/window : ww.h Log message: Need sys/types.h for htons et al. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/25 06:34:23 Modified files: games/fortune/strfile: strfile.c Log message: Reorder includes for htons et al. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/25 07:44:27 Modified files: sys/arch/i386/include: endian.h Log message: Oops CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/25 07:52:58 Modified files: sys/arch/arc/arc: conf.c Log message: Fix comment typo CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/25 16:09:05 Modified files: sys/arch/i386/conf: OPRAH Log message: Sync with reality, + Serial console on COM2 CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/25 16:09:35 Modified files: sys/dev/isa : comreg.h Log message: Make CONADDR and CONUNIT overrideable CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/11/25 22:22:33 Modified files: etc/etc.amiga : MAKEDEV Log message: adjust scanner stanza to match the other MAKEDEVs CVSROOT: /cvs Module name: www Changes by: imp@cvs.openbsd.org 1996/11/26 08:26:05 Modified files: . : arc.html Log message: Note rPC44 is now working! CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/11/27 04:59:44 Modified files: sys/lib/libsa : stand.h Log message: don't define min,max if libkern.h included. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/11/27 05:07:56 Modified files: sys/arch/alpha/stand/boot: boot.c sys/arch/alpha/stand/netboot: netboot.c Log message: include libkern.h prior to stand.h to not to collide m{in,ax} definitions. CVSROOT: /cvs Module name: www Changes by: briggs@cvs.openbsd.org 1996/11/27 08:05:11 Modified files: . : mac68k.html Log message: Make it more clear that NetBSD/mac68k != OpenBSD/mac68k even though the mac68k-specific parts are almost the same. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/27 12:51:44 Modified files: sys/lib/libkern: htonl.c htons.c ntohl.c ntohs.c Log message: short and long are now u_int16_t and u_int32_t CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/27 12:52:26 Modified files: sys/lib/libsa : nfs.h rpc.c Log message: Make typesafe and 64bit cleaner CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/27 12:54:57 Modified files: sys/arch/alpha/stand: OSFpal.c bootxx.c headersize.c loadfile.c prom.c sys/arch/alpha/stand/boot: Makefile boot.c disk.c sys/arch/alpha/stand/netboot: Makefile getsecs.c if_prom.c netboot.c Log message: Make compilable in our env. Involved disabling ELF support, reordering includes (due to -Wstrict-prototypes) and other -Wall goo CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/11/27 15:00:47 Modified files: lib/libc/gen : getcwd.c Log message: Fix file descriptor leak on error. Noticed by bitblt. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/11/28 01:23:41 Modified files: sys/dev/isa : wd.c wdc.c wdlink.h Log message: Pull in laptop changes from cgd, a couple from me, and a few slight formatting nits. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/28 06:17:55 Modified files: sys/scsi : scsi_message.h Log message: Sync to NetBSD 961107 CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/28 06:20:38 Modified files: sys/scsi : scsi_debug.h scsiconf.c Log message: Make SCSI debugging more dynamic, more targets and luns can be debugged simultaneously and which ones, as well as the verbosity, can be determined at runtime. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/28 12:01:50 Modified files: sys/ddb : db_hangman.c Log message: Actually draw the hanging. Remove some statics. Fix a bug in case handling. Still less than 1 K! Most stuff from Andreas Gunnarsson, CVSROOT: /cvs Module name: src Changes by: imp@cvs.openbsd.org 1996/11/28 12:25:29 Modified files: sys/arch/arc/dti: btl.c Log message: Add special case code for the rPC44. The DMA buffers on this machine are not cache coherent, so for the moment use uncached addresses for all buffer access. In the future, more specific cache flushing should be done. rPC44 now boots into multi user off SCSI disk or the network, builds its own kernel and seems to be making its way toward finishing a make build. Correct -Wall complaint when BTDEBUG defined while I'm here. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/28 13:09:31 Modified files: sys/arch/alpha/include: prom.h Log message: Fix a vararg proto CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/28 13:12:33 Modified files: sys/arch/i386/conf: NETTAN WALDORF Log message: Various configuration changes CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/28 16:10:29 Modified files: sys/conf : files Log message: Adaption to new bus.h from NetBSD. Various driver has been updated to NetBSD 961107 state. Other has not, partly because sometimes the bus.h changes was coupled with other changes. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/28 16:28:17 Modified files: sys/dev/eisa : aha1742.c ahc_eisa.c eisa.c eisadevs eisadevs.h eisadevs_data.h eisavar.h files.eisa if_ep_eisa.c if_fea.c sys/dev/ic : aic7xxx.c aic7xxxreg.h aic7xxxvar.h am7990.c am7990var.h cd1400reg.h cy.c cyreg.h elink3.c elink3reg.h elink3var.h ncr5380sbc.c pdqvar.h smc93cx6.c smc93cx6var.h z8530reg.h z8530sc.h z8530tty.c sys/dev/microcode/aic7xxx: Makefile.inc aic7xxx.seq aic7xxx_asm.1 aic7xxx_asm.c sys/dev/pci : ahc_pci.c cy_pci.c files.pci if_de.c if_ep_pci.c if_fpa.c if_le_pci.c if_levar.h ncr.c pci.c pci_subr.c pcidevs pcidevs.h pcidevs_data.h pcireg.h pcivar.h ppb.c sys/dev/pcmcia : if_ep_pcmcia.c pcmcia.c pcmciavar.h Added files: sys/dev/eisa : bha_eisa.c uha_eisa.c sys/dev/ic : uha.c uhareg.h uhavar.h sys/dev/microcode/aic7xxx: aic7xxx_seq.h Log message: Adaption to new bus.h from NetBSD. Various driver has been updated to NetBSD 961107 state. Other has not, partly because sometimes the bus.h changes was coupled with other changes. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/28 16:33:10 Modified files: sys/arch/amiga/amiga: conf.c trap.c sys/arch/amiga/conf: FILIPPA sys/arch/amiga/include: bus.h sys/arch/amiga/isa: cross.c crossreg.h crossvar.h ggbus.c ggbusvar.h if_isaed.c Removed files: sys/arch/amiga/include: bus.old.h Log message: Adaption to new bus.h from NetBSD. Various driver has been updated to NetBSD 961107 state. Other has not, partly because sometimes the bus.h changes was coupled with other changes. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/28 16:35:45 Modified files: sys/arch/arc/arc: conf.c sys/arch/arc/conf: ARCTIC GENERIC PICA files.arc sys/arch/arc/include: bus.h sys/arch/arc/isa: isabus.c Added files: sys/arch/arc/pica: lpt_pica.c Removed files: sys/arch/arc/dev: ace.c lpr.c sys/arch/arc/include: bus.old.h Log message: Adaption to new bus.h from NetBSD. Various driver has been updated to NetBSD 961107 state. Other has not, partly because sometimes the bus.h changes was coupled with other changes. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/28 16:37:43 Modified files: sys/arch/i386/conf: OPRAH sys/arch/i386/i386: machdep.c mainbus.c sys/arch/i386/include: bus.h sys/arch/i386/isa: ahc_isa.c lms.c pccom.c sys/arch/i386/pci: pci_compat.c pci_machdep.c Removed files: sys/arch/i386/include: bus.old.h Log message: Adaption to new bus.h from NetBSD. Various driver has been updated to NetBSD 961107 state. Other has not, partly because sometimes the bus.h changes was coupled with other changes. CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/11/28 21:53:40 Modified files: sys/sys : systm.h sys/kern : subr_prf.c Log message: back out bitmask_snprintf() CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/11/28 23:51:50 Modified files: sys/ddb : db_hangman.c Log message: note 1024 limit on text+data. CVSROOT: /cvs Module name: src Changes by: imp@cvs.openbsd.org 1996/11/29 09:51:03 Modified files: lib/libc/arch/mips/gen: infinity.c Log message: use types.h rather than machine/endian.h. Latest htonl changes need that CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/29 15:55:13 Modified files: sys/dev/isa : ast.c boca.c com.c comvar.h cy_isa.c elink.c elink.h fd.c fdc.c fdlink.h files.isa if_ed.c if_ep_isa.c if_ie.c if_levar.h isa.c isadma.c isadmareg.h isadmavar.h isapnp.c isavar.h lpt.c opti.h pcmcia_isa.c pcmcia_pcic.c rtfps.c sbdspvar.h wd.c wdc.c wdlink.h wds.c Log message: Missing pieces of new bus.h that CVS lost behind my back CVSROOT: /cvs Module name: src Changes by: imp@cvs.openbsd.org 1996/11/29 15:59:43 Modified files: usr.sbin/amd/config: os-bsd44.h Log message: Another explicit include of machine/endian.h blowing up CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/29 16:51:15 Added files: sys/dev/isa : lpt_isa.c uha_isa.c Removed files: sys/dev/isa : ultra14f.c Log message: Missed in last bus.h commit CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/29 17:53:40 Modified files: sys/conf : files sys/dev/isa : lpt_isa.c files.isa sys/arch/arc/pica: lpt_pica.c Added files: sys/dev/ic : lpt.c lptreg.h lptvar.h Removed files: sys/dev/isa : lpt.c lptreg.h Log message: Cleaned up. lpt is MI now. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/11/30 02:34:44 Modified files: sys/dev/isa : fdc.c Log message: sync CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/11/30 04:54:33 Modified files: sys/arch/i386/isa: pccom.c Log message: bus changes CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/30 06:39:45 Modified files: sys/conf : files sys/dev/pcmcia : files.pcmcia sys/dev/isa : files.isa sys/arch/arc/conf: files.arc Added files: sys/dev/pcmcia : com_pcmcia.c sys/dev/ic : com.c comreg.h comvar.h sys/arch/arc/pica: com_pica.c Removed files: sys/dev/isa : com.c comvar.h comreg.h Log message: Com driver moved, still somewhat ISA-dependent though, but it will improve. Pica and PCMCIA-dependent stuff factored out. CVSROOT: /cvs Module name: src Changes by: michaels@cvs.openbsd.org 1996/11/30 09:40:22 Modified files: etc : Makefile Log message: install locate.rc, noted by millert. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/11/30 10:50:58 Modified files: etc : security Log message: Merged our changes back into 4.4BSD version. Can't do "find -ls" since we need to store the date in an absolute format (ls -T). Use "find -print0" | xargs -0 instead. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/11/30 11:12:52 Modified files: usr.bin/locate/locate: updatedb.sh Log message: filesystem is named "ffs" not "ufs". CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/11/30 14:09:23 Modified files: usr.bin/make : Makefile Makefile.boot arch.c bit.h buf.c buf.h compat.c cond.c config.h dir.c dir.h for.c hash.c hash.h job.c job.h list.h lst.h main.c make.1 make.c make.h nonints.h parse.c pathnames.h sprite.h str.c suff.c targ.c util.c var.c usr.bin/make/lst.lib: Makefile lstAppend.c lstAtEnd.c lstAtFront.c lstClose.c lstConcat.c lstDatum.c lstDeQueue.c lstDestroy.c lstDupl.c lstEnQueue.c lstFind.c lstFindFrom.c lstFirst.c lstForEach.c lstForEachFrom.c lstInit.c lstInsert.c lstInt.h lstIsAtEnd.c lstIsEmpty.c lstLast.c lstMember.c lstNext.c lstOpen.c lstRemove.c lstReplace.c lstSucc.c Log message: Sync with NetBSD: - Merge in FreeBSD and Lite2 changes. - Fix bug where a non-archive target with a .a suffix would always be considered to be out of date, since it does not have a TOC. - Fix NetBSD PR #2930: declare missing variable. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/11/30 14:54:55 Modified files: sys/dev/pci : ncr.c Log message: fix order of #if defined's so it compiles CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/11/30 16:04:39 Modified files: sys/dev/pci : ncr.c Log message: sync CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/11/30 16:13:41 Modified files: gnu/usr.bin/binutils: Makefile.bsd-wrapper Log message: A stab at controlling SUBDIRS per arch, still problematic, but works as commentary for the moment CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/11/30 16:54:38 Modified files: bin : Makefile bin/pdksh : Makefile Added files: bin/pdksh : sh.1tbl Log message: Install ksh as sh too. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/11/30 22:09:52 Modified files: bin/sh : parser.c Log message: Parser fix from NetBSD (christos) - ! was only recognized in the beginning of pipelines. Now we are recognizing it everywhere like ksh, so the following works. ! if [ a = b ]; then ! echo c && ! true; else ! echo d; fi CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/11/30 22:25:56 Modified files: usr.sbin/timed/timed: timed.c Log message: Fix byte-order bug in net number comparison (NetBSD). From Juergen Hannken-Illjes , NetBSD PR #2961. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/11/30 22:27:23 Modified files: usr.bin/ftp : cmdtab.c Log message: Correct the connecthelp info. This is really ftp, not tftp. From NetBSD (fvdl). CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/12/02 07:20:42 Modified files: sys/arch/sun3/include: vmparam.h Log message: increase default data limit to size needed for make build CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/02 14:14:17 Modified files: usr.sbin/ypserv/ypserv: ypserv_db.c Log message: bail nice CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/02 17:25:53 Modified files: libexec/tftpd : tftpd.c Log message: O_TRUNC when needed; freebsd pr#2112 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/02 17:28:39 Modified files: lib/libc/gen : getdomainname.3 Log message: s/host/domain/ CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/12/02 18:04:45 Modified files: sbin/mount : Makefile mount.c Removed files: sbin/mount : readlabel.c Log message: readlabelfs() moves to libutil, and return value changes. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/12/02 18:05:36 Modified files: lib/libutil : Makefile util.h Added files: lib/libutil : readlabel.c Log message: Add readlabelfs(). CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/12/02 18:06:50 Modified files: sys/sys : disklabel.h Log message: Add readlabelfs()'s table, a shorter form of fstypenames. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/12/02 18:07:54 Modified files: lib/libutil : shlib_version Log message: inc CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/02 18:29:56 Modified files: libexec/uucpd : uucpd.c Log message: \r and \n must be distinguished in some cases (telnet); netbsd pr#2969; darcy@druid.com CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/02 18:30:57 Modified files: include : grp.h Log message: pull types.h for xpg CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/02 18:33:48 Modified files: gnu/libexec/uucp/libunix: mkdirs.c Log message: handle "/*" path parsing correctly; netbsd pr#2970, darcey@druid.com CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/02 19:31:58 Modified files: sys/dev/isa : ast.c Log message: comreg/var moved, niklas CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/02 20:07:18 Modified files: libexec/ftpd : ftpd.8 ftpd.c Log message: -A for anon only; from freebsd CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/12/02 22:09:05 Modified files: sys/sys : conf.h Log message: dev_type_stop() returns void not int CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/12/02 22:16:37 Modified files: sys/sys : conf.h Log message: well it used to. CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/12/02 22:21:47 Modified files: sys/dev/ic : z8530tty.c Log message: void zsstop() -> int zsstop() CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/12/02 22:28:22 Modified files: sys/dev/ic : cy.c Log message: void cystop() -> int cystop() CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1996/12/02 23:05:44 Modified files: . : arc.html Log message: note about up-and-coming CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/03 00:34:38 Modified files: usr.sbin/syslogd: syslogd.c Log message: cleanup debug; pointed out by darcy@druid.com CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/12/03 00:36:33 Modified files: sys/dev/sun : ms.c kbd.c Log message: partial merge with NetBSD CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/12/03 00:48:25 Modified files: sys/dev/isa : boca.c rtfps.c Log message: DOH, com moved to ic CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/03 01:08:02 Modified files: sys/scsi : sd.c Log message: clear sense buffer for mode sense 4, dms@celtech.com CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/03 01:20:06 Modified files: lib/libc/yp : yp_first.c yp_maplist.c yp_master.c ypmatch_cache.c Log message: never bitch about first failure CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/03 01:25:26 Modified files: lib/libterm : termcap.c gnu/usr.bin/gzip: zmore.1 usr.bin/tn3270/mset: map3270.5 Log message: /usr/share/misc/termcap CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/03 04:08:34 Modified files: sys/dev/ic : cy.c com.c Log message: clr TS_WOPEN if bailing on cua opens CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/12/03 04:28:35 Modified files: sys/dev/microcode/aic7xxx: aic7xxx.seq Log message: Missing OpenBSD pieces, DOH! CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/12/03 06:02:36 src/sys/arch/i386/stand/boot Update of /cvs/src/sys/arch/i386/stand/boot In directory cvs.openbsd.org:/tmp/cvs-serv26802/boot Log Message: Directory /cvs/src/sys/arch/i386/stand/boot added to the repository --> Using per-directory sticky tag `new' CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/12/03 06:02:38 src/sys/arch/i386/stand/biosboot Update of /cvs/src/sys/arch/i386/stand/biosboot In directory cvs.openbsd.org:/tmp/cvs-serv26802/biosboot Log Message: Directory /cvs/src/sys/arch/i386/stand/biosboot added to the repository --> Using per-directory sticky tag `new' CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/12/03 06:02:39 src/sys/arch/i386/stand/installboot Update of /cvs/src/sys/arch/i386/stand/installboot In directory cvs.openbsd.org:/tmp/cvs-serv26802/installboot Log Message: Directory /cvs/src/sys/arch/i386/stand/installboot added to the repository --> Using per-directory sticky tag `new' CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/12/03 06:13:53 Modified files: sys/arch/i386/stand/libsa: Tag: new bioskbd.S dev_i386.c exec_i386.S real_prot.S srt0.S Added files: sys/arch/i386/stand/libsa: Tag: new Makefile Log message: standalone build, some changes and cleanups, debugs and so. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/12/03 06:17:10 Modified files: sys/arch/i386/stand: Tag: new Makefile Added files: sys/arch/i386/stand/biosboot: Tag: new Makefile biosboot.8 biosboot.S sys/arch/i386/stand/boot: Tag: new Makefile boot.c conf.c version.c sys/arch/i386/stand/installboot: Tag: new Makefile installboot.8 installboot.c Removed files: sys/arch/i386/stand: Tag: new boot.c conf.c version.c Log message: new hierarchy. raw /boot loading, just 1(one) boot stage. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/03 18:31:12 Modified files: sbin/fsck : Makefile fsck.c Log message: use readlabelfs() if possible CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/03 18:41:55 Modified files: include/protocols: dumprestore.h sbin/dump : traverse.c sbin/restore : dirs.c symtab.c tape.c Log message: 64 bit patches, tih@nhh.no CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/03 18:56:10 Modified files: include/arpa : telnet.h Log message: add rfc1184 components; from robin@mailgate.dtc.rankxerox.co.uk CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/03 19:02:23 Modified files: etc : daily Log message: indent CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/03 19:14:28 Modified files: lib/libc/stdio : fopen.3 Log message: formatting error CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/03 19:31:57 Modified files: lib/libc/md : md4c.c md5c.c Log message: fix big endian; Encode/Decode CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/12/03 21:04:42 Modified files: usr.bin/login : failedlogin.c login.c Log message: Implement -u (remote user) option for login (only root may use it). We now store remote user in failedlogin struct too. Also add REMOTEHOST and REMOTEUSER environmental vars. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/12/03 21:11:45 Modified files: libexec/rlogind: rlogind.c Log message: Take advantage of new "-u" flag in login(1). CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/12/04 01:21:01 Modified files: usr.bin/sup/src: ffilecopy.c Log message: Add support for BSD/OS CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/04 01:33:59 Modified files: sbin/newfs_msdos: newfs_msdos.c Log message: do not freak out if we see a -t argument CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/04 01:39:00 Modified files: sbin/newfs : newfs.8 newfs.c Added files: sbin/newfs : pathnames.h Log message: first cut at "newfs -t fstype device". this is very neat CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/04 01:39:32 Modified files: sbin/newlfs : Makefile newfs.c Log message: cooperate with -t from newfs, and rename to /sbin/newfs_lfs as the naming scheme requires CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/04 01:49:06 Modified files: sbin/fsck : fsck.8 Log message: fix a typo CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/04 01:52:20 Modified files: sbin/newfs : newfs.c Log message: fix usage CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/04 02:06:02 Modified files: usr.bin/calendar: calendar.c Log message: security holes: seek and ye shall find CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/04 02:40:44 Modified files: sbin/fsck : fsck.c Log message: nice argv[0], please do not bite me CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/04 02:45:41 Modified files: sbin/mount : mount.c Log message: nice argv[0], please do not bite me CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/04 03:04:46 Modified files: usr.bin/vmstat : vmstat.c Log message: roundup error; netbsd pr#2944, augustss@cs.chalmers.se CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/04 03:25:57 Modified files: sbin/fsck : fsck.c Log message: vfork bye bye CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/04 03:26:37 Modified files: sbin/newfs : newfs.c Log message: rearrange argv[0] code CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/04 04:54:02 Modified files: sys/arch/i386/isa/pcvt/Util/keycap: Makefile Log message: DESTDIR fixing CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/12/04 10:46:08 Modified files: bin/csh : file.c Log message: use TCSADRAIN instead of TCSANOW, to avoid dropping characters. Fix from NetBSD (christos), reported by Chris Torek. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/12/04 14:25:34 Modified files: lib/libutil : readlabel.c Log message: sanitize return value. NULL on failure, always. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/12/04 14:29:30 Modified files: sbin/mount : mount.c Log message: fix CVSROOT: /cvs Module name: src Changes by: chuck@cvs.openbsd.org 1996/12/04 16:02:14 Modified files: lib/libc/gen : getpass.c Log message: change open of /dev/tty to "r+" rather than "w+". if /dev/tty is missing there is no point creating a plain text file to replace it. (related to a problem jkatz had) CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/12/04 21:40:27 Modified files: sys/arch/i386/isa: pccons.c Log message: Implement a few more escape sequences that BSD/OS has defined for pccons; fixes NetBSD PR 2947. Note that some of the new sequences are accepted but ignored CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/04 22:37:12 Modified files: lib/libc/gen : exec.c Log message: 4.4lite2, safely uses malloc, with freebsd fixes too CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/12/04 23:01:36 src/usr.bin/calendar/calendars/de_DE.ISO_8859-1 Update of /cvs/src/usr.bin/calendar/calendars/de_DE.ISO_8859-1 In directory cvs.openbsd.org:/tmp/cvs-serv10340/de_DE.ISO_8859-1 Log Message: Directory /cvs/src/usr.bin/calendar/calendars/de_DE.ISO_8859-1 added to the repository CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/12/04 23:01:38 src/usr.bin/calendar/calendars/hr_HR.ISO_8859-2 Update of /cvs/src/usr.bin/calendar/calendars/hr_HR.ISO_8859-2 In directory cvs.openbsd.org:/tmp/cvs-serv10340/hr_HR.ISO_8859-2 Log Message: Directory /cvs/src/usr.bin/calendar/calendars/hr_HR.ISO_8859-2 added to the repository CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/12/04 23:01:39 src/usr.bin/calendar/calendars/ru_SU.KOI8-R Update of /cvs/src/usr.bin/calendar/calendars/ru_SU.KOI8-R In directory cvs.openbsd.org:/tmp/cvs-serv10340/ru_SU.KOI8-R Log Message: Directory /cvs/src/usr.bin/calendar/calendars/ru_SU.KOI8-R added to the repository CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/12/04 23:05:02 Modified files: usr.bin/calendar: Makefile calendar.1 calendar.c pathnames.h usr.bin/calendar/calendars: calendar.birthday calendar.christian calendar.computer calendar.history calendar.holiday calendar.judaic calendar.music calendar.usholiday Added files: usr.bin/calendar: calendar.h day.c io.c ostern.c paskha.c usr.bin/calendar/calendars: calendar.all calendar.croatian calendar.german calendar.russian calendar.world usr.bin/calendar/calendars/de_DE.ISO_8859-1: calendar.all calendar.feiertag calendar.geschichte calendar.kirche calendar.literatur calendar.musik calendar.wissenschaft usr.bin/calendar/calendars/hr_HR.ISO_8859-2: calendar.all calendar.praznici usr.bin/calendar/calendars/ru_SU.KOI8-R: calendar.all calendar.common calendar.msk calendar.orthodox calendar.pagan Log message: FreeBSD calendar(1) + OpenBSD changes. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/05 01:13:09 Modified files: usr.sbin/lpr/lpd: recvjob.c Log message: inverted logic CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/05 06:08:13 Modified files: sys/isofs/cd9660: cd9660_vfsops.c Log message: provide iso_disklabelspoof() CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/05 06:08:49 Modified files: sys/sys : disklabel.h Log message: proto iso_disklabelspoof() inside an #ifdef (no nicer place) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/05 06:09:36 Modified files: sys/arch/i386/i386: disksubr.c Log message: call iso_disklabelspoof() as needed... CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/05 06:10:27 Modified files: sys/scsi : cd.c Log message: call readdisklabel() in the same fashion as sd.c does CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/05 06:11:23 Modified files: sys/dev/atapi : acd.c Log message: call readdisklabel() in the same fashion as sd.c does CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/05 06:12:13 Modified files: sys/dev/atapi : acd.c Log message: if block size is > 2048, set it to 2048. atapi drives that lie! CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/05 06:13:08 Modified files: sys/dev/isa : fd.c Log message: call readdisklabel() in the same fashion as sd.c does CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/05 06:13:22 Modified files: sys/dev/isa : fdreg.h Log message: bring back partitions CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/05 06:15:30 Modified files: sys/dev/isa : mcd.c Log message: call readdisklabel() in the same fashion as sd.c does CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/05 06:18:14 Modified files: etc/etc.i386 : MAKEDEV Log message: bring back floppy partitions. but now they are at theold major, and max 2 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/05 06:22:12 Modified files: sys/arch/sparc/sparc: disksubr.c Log message: call iso_disklabelspoof() if neccessary CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/05 06:40:30 Modified files: sys/isofs/cd9660: cd9660_vfsops.c Log message: pack cd9660 volume id into disklabel struct; very pretty result CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/05 07:27:50 Modified files: sys/arch/i386/i386: autoconf.c Log message: do setroot() based on wd.h/NWD and fd.h/NFD CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/05 08:00:41 Modified files: libexec/mail.local: mail.local.8 Log message: typo CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/12/05 09:25:09 Modified files: sys/miscfs/specfs: spec_vnops.c Log message: fix locking on devices to work on diskless workstations CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/05 10:16:07 Modified files: sys/dev/isa : fd.c Log message: remove duplicate code; nice readdisklabel warning messages CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/05 10:17:00 Modified files: sys/arch/sparc/dev: fd.c Log message: mirror isa fd driver in disklabel handling CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/05 10:22:41 Modified files: sys/dev/isa : fd.c Log message: whoops, correct d_nsectors CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/05 10:40:02 Modified files: sys/dev/isa : fd.c Log message: let us get this right finally... CVSROOT: /cvs Module name: src Changes by: dm@cvs.openbsd.org 1996/12/05 11:08:11 Modified files: sys/arch/i386/i386: locore.s machdep.c sys/arch/i386/include: cputypes.h sys/dev/pci : pcidevs pcidevs.h pcidevs_data.h Log message: NetBSD PR#2910: Recognize Pentium Pro machines CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/12/05 16:14:28 Modified files: sbin/mountd : mountd.c Log message: Stop info gathering attack pointed out by Alan Cox Only return ENOENT if the dir trying to be mounted is really exported to the client. Return EACCESS if not exported. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/05 17:12:22 Modified files: sys/arch/sparc/sparc: disksubr.c Log message: duh CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/05 18:54:59 Modified files: libexec/rpc.yppasswdd: yppasswdd_mkpw.c Log message: vfork w/ exit botch CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/05 18:55:34 Modified files: lib/libutil : passwd.c Log message: vfork w/ exit botch CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/05 19:09:05 Modified files: usr.bin/tn3270/sys_curses: system.c Log message: vfork w/ exit botch CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/05 19:09:23 Modified files: usr.bin/vacation: vacation.c Log message: vfork w/ exit botch CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/05 19:14:57 Modified files: usr.bin/xinstall: xinstall.c Log message: warn and _exit CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/05 19:29:01 Modified files: usr.bin/window : wwspawn.c wwterminfo.c Log message: wait for spawned children, and remember to EXIT INOUR CHILD! geez.. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/12/06 01:08:18 Modified files: sys/kern : subr_prf.c Log message: -Wcast-qual cleanup CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/12/06 01:52:42 Modified files: etc : services Log message: radius services CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/06 03:43:54 Modified files: share/man/man4/man4.i386: fdc.4 Log message: back to 16 partitions CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/06 03:49:48 Modified files: etc/etc.i386 : MAKEDEV etc/etc.sparc : MAKEDEV Log message: make other floppy nodes CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/06 04:23:04 Modified files: sys/arch/sparc/dev: fd.c Log message: repair max sectors CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/06 05:07:14 Modified files: usr.bin/yacc : output.c Log message: -p did not rename 2 variables; netbsd pr#2997, mike.long@analog.com CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/12/06 05:21:08 Modified files: sys/lib/libkern: libkern.h scanc.c Log message: Promise to not change arg 2 & 3 to scanc CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/06 06:25:54 Modified files: etc : services Log message: add nfs CVSROOT: /cvs Module name: src Changes by: robin@cvs.openbsd.org 1996/12/06 08:21:54 Modified files: usr.bin/telnet : commands.c Log message: Fix bug where one could ``send'' various TELNET commands from the telnet command prompt, prior to being connected to a remote host. The affected commands were: set binary | inbinary | outbinary toggle binary | inbinary | outbinary CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/06 08:26:29 Modified files: libexec/telnetd: utility.c Log message: please linux people (why am i doing this?? i need a life) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/06 08:33:32 Modified files: libexec/telnetd: utility.c Log message: memset CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/06 08:51:10 Modified files: sys/arch/i386/i386: swapgeneric.c Log message: a temporary hack until i fix some confusing swapbsd.c handling CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/06 08:59:22 Modified files: sys/arch/i386/i386: autoconf.c Log message: sizeof(x)/sizeof(x[0]) is your friend CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/12/06 09:47:16 Modified files: etc/mtree : special Log message: Don't bitch if /usr/contrib/* /usr/old/* /usr/news/* don't exist. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/06 09:49:12 Modified files: etc : daily Log message: indicate hostname in security report CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/12/06 10:17:14 Modified files: etc : security Log message: skip lines in /etc/passwd that start with + or -. don't bitch about root-owned .rhosts since multiple system accounts share root's homedir. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/12/06 10:20:32 Modified files: etc/root : dot.profile dot.cshrc Log message: set umask to 022 -- make /etc/security stop bitching about this... CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/12/06 10:51:50 Modified files: etc : security Log message: Change some "test -f" to "test -s" Don't bitch about star'd out logins unless they have a .rhosts/.shosts/.klogin file (ie: something that would let them in via rsh/ssh). CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/12/06 11:12:58 Modified files: etc : security Log message: check for entry in /etc/skeykeys and ~/.ssh in evil system() CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/07 00:07:37 Modified files: kerberosIV/krb : kuserok.c Log message: buf oflow CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/07 00:50:34 Modified files: etc : crontab Log message: /etc does not contain bins CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/07 01:00:45 Modified files: usr.bin/newsyslog: newsyslog.c Log message: increase buf sizes, hacked w/ bitblt CVSROOT: /cvs Module name: src Changes by: bitblt@cvs.openbsd.org 1996/12/07 01:18:40 Modified files: usr.bin/xstr : xstr.c Log message: Improved temporary file handling. CVSROOT: /cvs Module name: src Changes by: bitblt@cvs.openbsd.org 1996/12/07 02:00:24 Modified files: libexec/ftpd : extern.h ftpcmd.y ftpd.c Log message: ftpd now eventually times out if a ftp client does: pasv list and then crashes. The timeout should only apply the the accept(), so that transfers can take as long as necessary to complete. Thanks to Theo for moving toolong() to extern.h so that it can be used in ftpd.c as well as in ftpcmd.y. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/07 02:00:47 Modified files: etc : aliases Log message: ftp-bugs alias for bitching about config probs CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/07 02:09:07 Modified files: bin/df : df.1 df.c Log message: handle -t & -l in more cases; netbsd pr#2869, hubert.feyrer@rz.uni-regensburg.de CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/07 02:13:12 Modified files: usr.sbin/cron : crontab.5 Log message: months are from 1-12 not 0-12, netbsd pr#2806, mouse@Rodents.Montreal.QC.CA CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/07 02:17:47 Modified files: sys/net : bpf.c Log message: avoid race, avoid mbuf leak CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/07 03:09:25 Modified files: sbin/disklabel : disklabel.c Log message: correct a sigsegv during parsing of garbled input; netbsd pr#2659, dgilbert@jaywon.pci.on.ca CVSROOT: /cvs Module name: src Changes by: bitblt@cvs.openbsd.org 1996/12/07 03:52:08 Modified files: libexec/ftpd : popen.c Log message: Checks to see that strdup() worked, dies with error message on failure. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/07 05:18:41 Modified files: usr.sbin/ypserv/ypserv: ypserv.8 Log message: -d is not always needed. the magic cookie stuff works CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/07 05:19:01 Modified files: etc : rc Log message: ypserv w/o -d is OK CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/07 05:20:41 Modified files: sys/arch/i386/i386: disksubr.c sys/arch/sparc/sparc: disksubr.c Log message: fake the isofs label only if other probes fail CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/07 06:00:19 Modified files: sys/miscfs/union: union_subr.c Log message: mem leak, short malloc; netbsd pr#3000, minoura@kw.netlaputa.or.jp CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/07 07:57:41 Modified files: gnu/usr.bin/ld/ldd: ldd.c Log message: avoid __LDPGSZ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/12/07 11:46:47 Modified files: etc : daily Log message: use mktemp(1) and don't talk about core files unless it finds some. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/12/07 17:21:01 Modified files: sys/arch/alpha/alpha: dec_2100_a50.c dec_axppci_33.c dec_kn20aa.c machdep.c sys/arch/alpha/conf: GENERIC Makefile.alpha files.alpha std.alpha sys/arch/alpha/include: param.h sys/arch/alpha/isa: mcclock_isa.c pckbd.c pms.c sys/arch/alpha/pci: apecs.c apecs_lca_bus_io.c apecs_lca_bus_mem.c apecsvar.h cia.c cia_bus_io.c cia_bus_mem.c ciavar.h lca.c lcavar.h pci_2100_a50.c pci_axppci_33.c pci_kn20aa.c pci_machdep.c pci_machdep.h pcivga.c pcivgavar.h pcs_bus_io_common.c pcs_bus_mem_common.c sio.c sio_pic.c siovar.h tga.c tgavar.h sys/arch/alpha/stand/installboot: Makefile sys/arch/alpha/tc: cfb.c sfb.c tc_bus_mem.c tc_machdep.h tcasic.c Removed files: sys/arch/alpha/include: bus.old.h sys/arch/alpha/pci: apecs_lca.h sys/arch/alpha/tc: tc_bus_io.c Log message: Merge to NetBSD 961107, i.e. mostly new bus.h CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/12/07 18:03:07 Modified files: sys/dev/tc : asc.c devlist2h.awk if_fta.c if_le_dec.c tc.c tcdevs tcdevs.h tcdevs_data.h tcvar.h Log message: Merge to NetBSD 961107, i.e. mostly new bus.h CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/12/07 18:13:43 Modified files: usr.sbin/mtree : Makefile compare.c create.c extern.h misc.c mtree.8 mtree.c mtree.h verify.c Log message: 64-bit clean + RCS tags CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/08 03:26:17 Removed files: sys/nfs : nfsv2.h Log message: not needed anymore CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/08 03:26:33 Modified files: lib/librpcsvc : bootparam_prot.x Log message: a few things go away... CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/12/08 06:29:20 Modified files: usr.bin/finger : finger.1 finger.c Log message: Disable matching by default if a domainname is set, adding -M to reenable it. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/12/08 06:29:54 Modified files: libexec/fingerd: fingerd.8 fingerd.c Log message: Add -M. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/12/08 06:57:10 Modified files: usr.sbin/adduser: Makefile adduser.perl Added files: usr.sbin/adduser: rmgroup.8 rmgroup.sh rmuser.8 rmuser.perl Log message: sync with FreeBSD, except for the damned tcl script. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/12/08 07:01:45 Modified files: sbin/fastboot : Makefile sbin/nologin : Makefile Log message: install -> ${INSTALL} CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/12/08 07:13:10 Added files: sys/dev/tc : asc_ioasic.c asc_tc.c ascvar.h Log message: Forgotten files from NetBSD merge CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/12/08 07:25:52 Modified files: sys/compat/common: compat_util.c sys/kern : tty.c sys/lib/libkern: bcmp.c strcmp.c strncmp.c sys/scsi : ss_scanjet.c sys/sys : namei.h systm.h Log message: -Wcast-qual happiness CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/12/08 07:32:42 Modified files: usr.bin/calendar: Makefile usr.bin/compress: Makefile usr.bin/cpp : Makefile usr.bin/false : Makefile usr.bin/file : Makefile usr.bin/gprof : Makefile usr.bin/id : Makefile usr.bin/lex : Makefile usr.bin/locate/locate: Makefile usr.bin/lorder : Makefile usr.bin/mail : Makefile usr.bin/mkdep : Makefile usr.bin/more : Makefile usr.bin/oldrdist: Makefile usr.bin/pagesize: Makefile usr.bin/shar : Makefile usr.bin/skey : Makefile usr.bin/strip : Makefile usr.bin/tput : Makefile usr.bin/true : Makefile usr.bin/units : Makefile usr.bin/vgrind : Makefile usr.bin/vim : Makefile usr.bin/which : Makefile usr.bin/xinstall: Makefile usr.bin/xlint/llib: Makefile usr.bin/xlint/xlint: Makefile Log message: install -> ${INSTALL}, -c -> ${COPY} CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/12/08 07:37:25 Modified files: sbin/fastboot : Makefile sbin/nologin : Makefile Log message: -c -> ${COPY} CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/12/08 07:42:33 Modified files: share/mk : Makefile bsd.doc.mk bsd.lib.mk bsd.lkm.mk bsd.man.mk bsd.nls.mk bsd.prog.mk Log message: install -> ${INSTALL}, -c -> ${COPY} CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/12/08 08:00:09 Modified files: usr.sbin/adduser: Makefile usr.sbin/named/ndc: Makefile usr.sbin/named/nslookup: Makefile usr.sbin/named/reload: Makefile usr.sbin/named/restart: Makefile usr.sbin/sendmail/cf/cf: Makefile usr.sbin/sendmail/src: Makefile usr.sbin/ypserv/ypinit: Makefile Log message: install -> ${INSTALL}, -c -> ${COPY} CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/12/08 08:16:00 Modified files: sys/lib/libsa : Makefile Makefile.inc alloc.c arp.c bootp.c bootp.h bootparam.c ether.c exec.c exit.c getfile.c lseek.c net.c netif.c nfs.c nfs.h open.c printf.c rarp.c read.c rpc.c rpc.h stand.h strerror.c ufs.c write.c Added files: sys/lib/libsa : cd9660.c cd9660.h nfsv2.h rpcv2.h Log message: Merge to NetBSD 961207 CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/12/08 08:17:20 Modified files: libexec/makewhatis: Makefile Log message: install -> ${INSTALL}, -c -> ${COPY} CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/12/08 08:22:36 Modified files: lib/csu/c++ : Makefile lib/csu/i386 : Makefile lib/csu/m68k : Makefile lib/csu/mips : Makefile lib/csu/ns32k : Makefile lib/csu/sparc : Makefile lib/csu/vax : Makefile lib/libc : Makefile lib/libcom_err : Makefile lib/libcompat : Makefile lib/libcurses : Makefile lib/libedit : Makefile lib/libform : Makefile lib/libmenu : Makefile lib/libocurses : Makefile lib/libpanel : Makefile lib/libpcap : Makefile lib/librpcsvc : Makefile lib/libskey : Makefile lib/libss : Makefile lib/libtermlib : Makefile lib/libutil : Makefile lib/libz : Makefile Log message: install -> ${INSTALL}, -c -> ${COPY} CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/12/08 08:26:52 Modified files: include : Makefile Log message: cookie cookie COOKIE.. oh, sorry.. install -> ${INSTALL}, -c -> ${COPY} CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/12/08 08:36:21 Modified files: games/atc : Makefile games/boggle/boggle: Makefile games/caesar : Makefile games/cribbage : Makefile games/fish : Makefile games/fortune/datfiles: Makefile games/hack : Makefile games/larn : Makefile games/monop : Makefile games/quiz : Makefile games/robots : Makefile games/wargames : Makefile games/wump : Makefile Log message: install -> ${INSTALL}, -c -> ${COPY} CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/12/08 10:40:31 Modified files: sys/miscfs/union: union_vnops.c Log message: fixed comment in union_advlock CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/12/08 13:01:37 Modified files: sys/arch/i386/conf: GANDALF Log message: Disable quotas CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/12/08 13:59:21 Modified files: usr.bin/elf2olf: Makefile Log message: Fix typo CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/12/08 14:25:01 Modified files: etc : rbootd.conf Log message: Comment out sample entries CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/12/08 14:27:11 Modified files: etc : Makefile Log message: Install more files when making distribution CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/12/08 15:22:39 Modified files: sbin/mount_portal: Makefile portal.conf Log message: Install sample portal configuration file if none are installed CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/12/08 15:31:40 Modified files: usr.sbin/sliplogin: Makefile slip.hosts Log message: Install sample slip.hosts and slip.login entry if none are present CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/12/08 15:39:35 Modified files: gnu/libexec/uucp: Makefile gnu/libexec/uucp/sample: call passwd port Added files: gnu/libexec/uucp/sample: Makefile sys Removed files: gnu/libexec/uucp/sample: sys1 Log message: Install sample configuration files if none are present CVSROOT: /cvs Module name: src Changes by: imp@cvs.openbsd.org 1996/12/08 17:13:50 Modified files: sys/arch/arc/arc: vm_machdep.c Log message: For the moment, use the same code that we use in the pmax port to generate core files. This may change again as the gdb port progresses, but is my best current guess. Core files generated by OpenBSD/arc with this change are now known by the file command as being core files. CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/12/08 18:18:19 Modified files: lib/libtermlib : getterm.c globals.c shlib_version term.h.tail tgetent.c Log message: Be smarter about running tgetent() multiple times; bump major as we have a binary incompatibility CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/09 00:05:21 Modified files: distrib/amiga/floppies/inst-common: dot.commonutils distrib/arc/floppies/inst-common: dot.commonutils distrib/i386/floppies/inst-common: dot.commonutils distrib/pc532/floppies/inst-common: dot.commonutils distrib/sparc/floppies/inst-common: dot.commonutils Log message: readonly mount of msdos fs CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/12/09 00:07:00 Modified files: distrib/arc/floppies/inst: install.sh distrib/i386/floppies/inst: install.sh distrib/sparc/floppies/inst: install.sh Log message: fsck floppy root before remounting it CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/09 00:10:16 Modified files: usr.bin/elf2olf: elf2olf.c Log message: nicer usage CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/09 00:19:24 Modified files: sys/arch/i386/i386: disksubr.c Log message: brelse properly CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/09 01:36:43 Modified files: sys/arch/i386/i386: machdep.c Log message: minor whoops CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/12/09 02:27:07 Modified files: sys/sys : extent.h sys/kern : subr_extent.c sys/dev/isa : isa.c Log message: Import extent manager from NetBSD CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/12/09 02:54:06 Modified files: sys/arch/i386/i386: machdep.c Log message: Use new extent manager when mapping bus resources CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/09 05:00:16 Modified files: bin/pax : Makefile ar_io.c extern.h options.c pax.h Log message: revert to spawning compress-ing program. normally we want extracts using 'z' to also work on .Z files, but libz does not deal with compressed data. Hacking the code to deal well with pipes has proven very hard. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/09 05:02:17 Modified files: bin/pax : options.c tar.1 Log message: support pax '-s replstr' option in tar mode too. this can be used to deal with cleaning up absolute paths CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/09 06:25:27 Modified files: sbin/mount : mount.c Log message: for -a option, refuse if disklabel type != fstab type CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/09 06:38:47 Modified files: sbin/mount_lfs : mount_lfs.c Log message: better error messages CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/09 06:40:56 Modified files: sbin/mount_msdos: mount_msdos.c Log message: better error messages CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/09 06:50:05 Modified files: include : unistd.h Log message: proto getgrouplist() CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/09 08:54:59 Modified files: sys/arch/i386/i386: disksubr.c sys/arch/arc/arc: disksubr.c Log message: arc port can use the same disksubr code, whee! CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/10 00:26:03 Modified files: etc : security Log message: blow away tmp dir on more traps CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/10 00:26:47 Modified files: sbin/mountd : mountd.c Log message: 64 bit & -Wall cleanup CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/10 00:43:36 Modified files: lib/libc/rpc : clnt_simple.c Log message: use MAXHOSTNAMELEN CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/10 00:46:46 Modified files: lib/libc/rpc : clnt_simple.c clnt_tcp.c pmap_getmaps.c pmap_getport.c pmap_rmt.c Log message: avoid close(-1) cases CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/10 00:58:36 Modified files: libexec/getty : gettytab.5 gettytab.h init.c main.c Log message: PPP autologin code from freebsd; do not use until pppd has been checked for security... CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/10 01:26:11 Modified files: usr.sbin/mtree : misc.c mtree.8 mtree.c mtree.h spec.c verify.c Log message: merge freebsd mtree diffs, plus -Wall cleanup CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/10 01:26:54 Modified files: usr.sbin/mtree : Makefile Log message: but -Wall is not needed CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/10 01:37:08 Modified files: sbin/ping : ping.c Log message: crank SO_SNDBUF if needed, kml@nas.nasa.gov CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/10 02:06:37 Modified files: bin/ed : ed.1 bin/stty : stty.1 games/sail : sail.6 gnu/usr.bin/bc : bc.1 lib/libc/crypt : crypt.3 lib/libc/stdlib: calloc.3 lib/libc/string: memcmp.3 lib/libc/sys : mkdir.2 libexec/rexecd : rexecd.8 sbin/fsck : fsck.8 sbin/mount_nfs : mount_nfs.8 share/man/man4 : termios.4 tp.4 share/man/man4/man4.i386: pctr.4 share/man/man5 : link.5 usr.bin/cap_mkdb: cap_mkdb.1 usr.bin/cdio : cdio.1 usr.bin/hexdump: hexdump.1 usr.bin/info_mkdb: info_mkdb.1 usr.bin/newsyslog: newsyslog.8 usr.bin/quota : quota.1 usr.bin/telnet : telnet.1 Log message: "the the" purge CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/10 08:00:58 Modified files: lib/libc/sys : select.2 Log message: effect, danny@panda.hilink.com.au CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/10 08:07:09 Modified files: usr.sbin/rdate : rdate.c Log message: warnx CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/10 08:13:32 Modified files: usr.sbin/rpc.bootparamd: bootparamd.c Log message: cleanup, some from netbsd CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/10 08:14:34 Modified files: usr.sbin/slstats: slstats.c Log message: typo fix from netbsd CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/10 08:15:40 Modified files: usr.sbin/arp : arp.c Log message: warnx, from netbsd CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/10 08:29:35 Modified files: usr.bin/rpcgen : rpc_cout.c Log message: from netbsd; treat arrays used with XDR_INLINE as arrays of 'int32_t's, rather than arrays of 'long's. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/10 08:42:39 Modified files: usr.bin/kdump : kdump.c Log message: used to permit a single arg, which it ignored, now does usage(); fenner@freebsd CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/10 09:04:40 Modified files: games/fortune/datfiles: fortunes Log message: typo, jmg@nike.efn.org CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/10 11:24:55 Modified files: usr.sbin/rpc.bootparamd: rpc.bootparamd.8 usr.sbin/rarpd : rarpd.8 Log message: Xr diskless CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/10 11:32:12 Modified files: share/man/man5 : ethers.5 Log message: Xr diskless CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/10 11:37:54 Modified files: share/man/man8 : diskless.8 Log message: motorola stuff is similar to sun CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/10 12:00:04 Modified files: usr.bin/rup : rup.c Log message: do not use warnx, blank lines suck CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/10 12:21:58 Modified files: sys/dev/ic : com.c Log message: clr TS_WOPEN if bailing on cua opens As well, at this point I've also done fancy cvs repository mangling to ensure that the com* files in sys/dev/ic maintain the history we had before. (Yes, I cleaned up the 2.0 tags too..) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/10 14:11:16 Modified files: etc : Makefile Log message: uhm...zap that column shit CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/12/10 15:22:04 Modified files: usr.bin/lex : VERSION flex.skl initscan.c libyywrap.c version.h Log message: Flex 2.5.4 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/10 15:28:32 Modified files: sys/dev/ic : com.c comreg.h comvar.h Log message: the real changes by niklas... I did not merge correctly CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/12/10 16:34:14 Modified files: sys/arch/i386/i386: machdep.c Log message: Forgotten line in extent handling code CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/10 16:35:05 Modified files: sys/arch/i386/conf: LAP Log message: do not need isapnp0 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/10 17:40:07 Modified files: sys/arch/i386/conf: ALL DISKLESS GENERIC LAP NETTAN TDR WALDORF Log message: fix eisa ultrastor config CVSROOT: /cvs Module name: src Changes by: imp@cvs.openbsd.org 1996/12/10 22:55:35 Modified files: sys/sys : exec_elf.h sys/arch/arc/include: elf_abi.h link.h Log message: Sync headers to ld.so for gdb/arc support CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/11 01:32:47 Modified files: lib/libc/sys : Makefile.inc Removed files: lib/libc/arch/alpha/sys: reboot.S lib/libc/arch/arm32/sys: reboot.S lib/libc/arch/i386/sys: reboot.S lib/libc/arch/m68k/sys: reboot.S lib/libc/arch/mips/sys: reboot.S lib/libc/arch/ns32k/sys: reboot.S lib/libc/arch/sparc/sys: reboot.S lib/libc/arch/vax/sys: reboot.S Log message: generate reboot.o like other system calls CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/11 02:05:09 Modified files: usr.sbin/inetd : inetd.c Log message: proto & column cleanup CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/11 04:13:05 Modified files: sys/arch/alpha/include: param.h sys/arch/arc/include: param.h sys/arch/atari/include: param.h sys/arch/mvme88k/include: param.h sys/arch/pmax/include: param.h sys/arch/sparc/include: param.h sys/arch/sun3/include: param.h sys/arch/vax/include: param.h Log message: MCLSHIFT=11, and calc MCLBYTES in such terms. found by pefo CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/12/11 05:57:32 Modified files: sys/dev/isa : isadma.c Log message: Do not allocate all of ports 0x80 - 0x8f for isadma (hint: delay) CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/12/11 05:59:30 Modified files: sys/dev/isa : files.isa sys/arch/i386/conf: files.i386 sys/arch/arc/conf: files.arc Log message: isadma belongs in files.isa CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/12/11 06:00:14 Modified files: usr.sbin/config: pack.c Log message: Sane attach ordering CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/11 06:28:07 Modified files: sys/arch/i386/isa: pccom.c Log message: TS_WOPEN on cua close, like com.c CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/11 06:36:13 Modified files: sys/arch/sparc/include: sun_disklabel.h sys/arch/sparc/sparc: disksubr.c Log message: SUNXPART always; also one case of MAXPARTITIONS not being there CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/11 06:44:22 Modified files: usr.bin/mk_cmds: mk_cmds.c Log message: fix usage line CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/11 06:44:58 Modified files: usr.bin/compile_et: compile_et.c Log message: fix usage line CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/12/11 09:32:05 Modified files: sys/scsi : scsi_scanner.h Log message: removed redundant copy of whole file CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/12/11 09:34:13 Modified files: sys/sys : scanio.h Log message: removed #ifdef SCAN_BC code CVSROOT: /cvs Module name: src Changes by: robin@cvs.openbsd.org 1996/12/11 10:05:26 Modified files: include/arpa : telnet.h Log message: Fix SLC_NAME_OK() macro which would return non-zero, if given the argument: 0 (which is not a valid SLC code -- valid SLC codes are currently 1 -> 30 inclusive, from RFC-1184). CVSROOT: /cvs Module name: src Changes by: robin@cvs.openbsd.org 1996/12/11 10:14:25 Modified files: usr.bin/telnet : sys_bsd.c Log message: Add ``#include '' for prototypes of: close(2), write(2), read(2), select(2), sleep(3) and isatty(3). CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/11 10:29:47 Modified files: lib/libc/sys : select.2 Log message: clarify how timeout behaves CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/11 10:39:20 Modified files: lib/libc/sys : issetugid.2 msgrcv.2 semop.2 Log message: robin is pedantic about the spelling of behavior CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/11 12:08:26 Modified files: sys/scsi : cd.c sd.c st.c sys/dev/atapi : acd.c Log message: b_resid cleanups, pointed out by minoura@kw.netlaputa.or.jp in netbsd pr#3007 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/11 12:23:41 Modified files: sbin/restore : tape.c Log message: from netbsd; repair byte swapping of fields CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/11 13:15:44 Modified files: sys/arch/mvme68k/mvme68k: conf.c Log message: add wl cdev entry CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/11 14:04:16 Modified files: sys/arch/mvme68k/dev: vme.c vme.h vmel.c vmes.c Log message: correct master decoded logic; i have mapped a vmes device successfully now CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/11 14:05:00 Modified files: sys/arch/mvme68k/conf: files.mvme68k Log message: add stub for willowglen vme serial card driver CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/11 14:47:47 Modified files: etc/etc.mvme68k: MAKEDEV Log message: support ttyw* CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/12/11 15:36:16 Modified files: usr.sbin/config: pack.c sem.c Log message: Remove dups from cfdata via marking algorithm CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/12/11 15:38:07 Modified files: sys/dev/isa : isadma.c Log message: Slight optimizations CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/12/11 16:06:36 Modified files: sys/arch/amiga/conf: A3000 COFFEE CRASH DRACO FILIPPA GENERIC Log message: Correct include paths CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/12/11 16:09:54 Modified files: lib/libc/stdlib: system.3 Log message: Fix typo CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/12/11 17:22:02 Modified files: sys/dev/isa : isadma.c isadmareg.h Log message: Revert to non-bus.h versions for the time being CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/12/11 17:24:45 Modified files: usr.sbin/config: pack.c sem.c Log message: Revert sane attach ordering for the time being CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/12/11 20:19:57 Modified files: lib/libc/net : htonl.c htons.c ntohl.c ntohs.c Log message: Update {hton,ntoh}[ls] argument and return types to match changes in CVSROOT: /cvs Module name: src Changes by: imp@cvs.openbsd.org 1996/12/11 22:16:50 Modified files: gnu/usr.bin/binutils: config.guess configure.in gnu/usr.bin/binutils/bfd: config.bfd configure configure.in gnu/usr.bin/binutils/gdb: Makefile.in configure.host configure.tgt gnu/usr.bin/binutils/gdb/config/mips: decstation.mt nm-mips.h Added files: gnu/usr.bin/binutils/gdb: mips-obsd.c obsdsolib.c Log message: Add OpenBSD/arc support to gdb, from pefo CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/12 00:44:58 Modified files: sys/arch/i386/isa: isa_machdep.c Log message: 32 bit cleanup, because this code is going to be copied by other ports soon CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/12 00:53:17 Modified files: sbin/mount_portal: Makefile Log message: fix afterinstall CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/12/12 01:16:30 Modified files: sys/lib/libsa : stand.h Log message: safe to{lower,upper} macros. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/12 01:18:34 Modified files: sys/lib/libkern: strcmp.c strncmp.c Log message: types.h for u_char CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/12/12 01:19:27 Modified files: sys/lib/libsa : cd9660.c Log message: missed. we've got ctype.h macros in stand.h! CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/12/12 01:35:39 Modified files: sys/lib/libsa : rpc.c Log message: printf format fix. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/12 01:42:54 Modified files: sys/arch/sparc/stand: Makefile binstall.sh installboot.8 installboot.c srt0.S version.c Log message: new makefile system, sun4/sun4c/sun4m a.out header hacking, some from netbsd CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/12 01:50:20 Modified files: sys/arch/sparc/stand/installboot: Makefile Log message: MLINK CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/12/12 02:17:33 Modified files: sys/dev/isa : files.isa Log message: note lpt chip CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/12 03:28:30 Modified files: sbin/mount_nfs : mount_nfs.c Log message: cannot use err() here CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/12 03:33:24 Modified files: sbin/mount_nfs : mount_nfs.c Log message: i studdderr wheenn i tyttype CVSROOT: /cvs Module name: src Changes by: robin@cvs.openbsd.org 1996/12/12 04:24:09 Modified files: usr.bin/telnet : utilities.c Log message: Add for setsockopt(2), for select(2). Remove two unused variables: `pettydump' and `buf'. Remove redundant case label: `def_case'. CVSROOT: /cvs Module name: src Changes by: robin@cvs.openbsd.org 1996/12/12 04:36:00 Modified files: usr.bin/telnet : network.c Log message: Add for select(2) prototype. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/12/12 05:37:53 Modified files: bin/ed : io.c Log message: "stdin" is not a stdin! (perror) CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/12/12 06:17:48 Modified files: sys/sys : socket.h Log message: int bindresvport __P((int sd, struct sockaddr_in *sin)); CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/12/12 06:23:05 Modified files: sys/sys : socket.h Log message: struct sockaddr_in; prototype CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/12 06:39:49 Modified files: sys/sys : socket.h Log message: wrong place for bindresvport() proto CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/12/12 06:50:55 Modified files: sys/sys : socket.h Log message: undo last change. CVSROOT: /cvs Module name: src Changes by: bitblt@cvs.openbsd.org 1996/12/12 08:43:03 src/usr.sbin/tcpdump/obj Update of /cvs/src/usr.sbin/tcpdump/obj In directory cvs.openbsd.org:/cvs.f/obj-i386/usr.sbin/tcpdump Log Message: Directory /cvs/src/usr.sbin/tcpdump/obj added to the repository CVSROOT: /cvs Module name: src Changes by: bitblt@cvs.openbsd.org 1996/12/12 08:50:36 src/usr.sbin/tcpdump/obj Update of /cvs/src/usr.sbin/tcpdump/obj In directory cvs.openbsd.org:/cvs.f/obj-i386/usr.sbin/tcpdump Log Message: Directory /cvs/src/usr.sbin/tcpdump/obj added to the repository CVSROOT: /cvs Module name: src Changes by: bitblt@cvs.openbsd.org 1996/12/12 08:51:47 src/usr.sbin/tcpdump/lbl Update of /cvs/src/usr.sbin/tcpdump/lbl In directory cvs.openbsd.org:/usr/src/usr.sbin/tcpdump/lbl Log Message: Directory /cvs/src/usr.sbin/tcpdump/lbl added to the repository CVSROOT: /cvs Module name: src Changes by: bitblt@cvs.openbsd.org 1996/12/12 09:08:24 Added files: usr.sbin/tcpdump/lbl: gnuc.h os-solaris2.h os-sunos4.h os-ultrix4.h Log message: Part 1 of tcpdump 3.3 CVSROOT: /cvs Module name: src Changes by: bitblt@cvs.openbsd.org 1996/12/12 09:23:08 Modified files: usr.sbin/tcpdump: util.c tcpdump.c stime.awk send-ack.awk print-wb.c print-udp.c print-tftp.c print-tcp.c print-sunrpc.c print-snmp.c print-sl.c print-rip.c print-ppp.c print-pim.c print-ospf.c print-null.c print-ntp.c print-nfs.c print-netbios.c print-llc.c print-krb.c print-isoclns.c print-ipx.c print-ip.c print-icmp.c print-fddi.c print-ether.c print-egp.c print-dvmrp.c print-domain.c print-decnet.c print-bootp.c print-atm.c print-atalk.c print-arp.c parsenfsfh.c packetdat.awk ospf.h ntp.h nfsv2.h nfsfh.h netbios.h mib.h makemib llc.h ipx.h interface.h fddi.h extract.h ethertype.h decnet.h bpf_dump.c bootp.h atime.awk appletalk.h addrtoname.h addrtoname.c README Makefile CHANGES Added files: usr.sbin/tcpdump: tcpdump.1 strcasecmp.c print-igrp.c print-gre.c os-ultrix4.h os-sunos4.h os-solaris2.h mkdep machdep.h machdep.c install-sh igrp.h gnuc.h acsite.m4 VERSION Makefile.in INSTALL FILES vfprintf.c Log message: CVSROOT: /cvs Module name: src Changes by: imp@cvs.openbsd.org 1996/12/12 10:07:56 Modified files: gnu/libexec/ld.so/ld.so/mips: link.h Log message: Sync headers with system header's idea of reality CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/12 13:32:18 Modified files: usr.sbin/repquota: repquota.c Log message: fix a typical use; -Wall CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/12 16:42:23 Modified files: include : unistd.h Log message: add quotactl CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/13 08:45:59 Modified files: . : Makefile Log message: ldconfig hack for the mips CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/12/13 09:58:27 Modified files: sbin/disklabel : disklabel.c Log message: If max number of partitions in the label is < highest partition defined, increase d_npartitions as long as we don't go above MAXPARTITIONS. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/13 10:06:26 Modified files: include : unistd.h Log message: fix comments regarding {*path,sys}conf() CVSROOT: /cvs Module name: src Changes by: michaels@cvs.openbsd.org 1996/12/13 14:20:52 Modified files: lib/libc/sys : read.2 write.2 Log message: make UIO_MAXIOV note more prominent CVSROOT: /cvs Module name: src Changes by: michaels@cvs.openbsd.org 1996/12/13 14:24:12 Modified files: lib/libc/gen : signal.3 Log message: correct function declaration and return CVSROOT: /cvs Module name: src Changes by: michaels@cvs.openbsd.org 1996/12/13 14:26:39 Modified files: sys/sys : uio.h Log message: make UIO_MAXIOV visible to userland. CVSROOT: /cvs Module name: src Changes by: bitblt@cvs.openbsd.org 1996/12/13 19:16:43 Modified files: sbin/ping : ping.c Log message: Now does not display responses to other peoples stuff, like UDP packets or other peoples network unreachables when you do a ping -v. CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/12/13 23:49:48 Modified files: lib/libc/crypt : md5crypt.c lib/libc/net : res_mkquery.c lib/libc/rpc : auth_unix.c clnt_raw.c xdr.c lib/libc/stdio : vfprintf.c lib/libc/yp : xdr_ypstat.c yp_all.c ypprot_err.c Log message: Clean up lint and compile warnings CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/12/13 23:55:59 Modified files: lib/libcom_err : error_message.c et_name.c Log message: lean up lint & compile warnings CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/12/14 00:01:30 Modified files: lib/libcompat/4.1: ftime.c lib/libcompat/4.3: rexec.c lib/libcompat/regexp: regsub.c Log message: Clean up lint & compile warnings CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/12/14 00:07:57 Modified files: usr.bin/lex : libmain.c Log message: Silence lint CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/12/14 00:18:49 Modified files: lib/libtermlib : getterm.c Log message: Use size_t more places CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/12/14 05:18:28 Modified files: bin/cat : cat.c bin/chio : chio.c bin/chmod : chmod.c bin/cp : cp.c bin/csh : alloc.c printf.c proc.c time.c bin/date : netdate.c bin/dd : args.c conv.c dd.c misc.c bin/df : df.c bin/ed : glbl.c io.c main.c re.c sub.c bin/expr : expr.c bin/ln : ln.c bin/ls : ls.c print.c bin/mv : mv.c bin/pdksh : edit.c bin/ps : print.c ps.c bin/pwd : pwd.c bin/rcp : rcp.c bin/rm : rm.c bin/rmail : rmail.c bin/sh : arith.y miscbltin.c options.c parser.c redir.c var.c bin/test : test.c Log message: -Wall'ing. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/14 08:21:29 Modified files: games/adventure: hdr.h setup.c vocab.c Log message: some cleanup from bde@freebsd CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/14 08:35:27 Modified files: sbin/ping : ping.c Log message: indent correctly CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/14 08:36:51 Modified files: sys/nfs : nfs_serv.c nfs_var.h Log message: better nfsrv_access() control, from netbsd CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/14 08:37:17 Modified files: sys/arch/sparc/sparc: machdep.c Log message: clamp kvm useage CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/14 10:23:56 Modified files: sbin/route : Makefile route.8 route.c Added files: sbin/route : keywords.c keywords.h keywords.sh show.c Log message: merge netbsd changes for show command yet more buf oflows (provided by netbsd!) an attempt at 64 bit cleanliness -Wall CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/14 10:36:34 Modified files: sbin/route : route.c Log message: bit more paranoia CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/12/14 11:24:05 Modified files: etc/etc.alpha : MAKEDEV etc/etc.amiga : MAKEDEV etc/etc.arc : MAKEDEV etc/etc.arm32 : MAKEDEV etc/etc.atari : MAKEDEV etc/etc.hp300 : MAKEDEV etc/etc.i386 : MAKEDEV etc/etc.mac68k : MAKEDEV etc/etc.mvme68k: MAKEDEV etc/etc.pc532 : MAKEDEV etc/etc.pmax : MAKEDEV etc/etc.sparc : MAKEDEV etc/etc.vax : MAKEDEV etc/etc.x68k : MAKEDEV Log message: /dev/fd should be owned by root.wheel CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/14 11:41:38 Modified files: sbin/route : route.c Log message: inane CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/12/14 11:52:24 Modified files: etc/mtree : special Log message: Make optional things marked as optional and watch some more files. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/14 12:19:11 Modified files: usr.sbin/inetd : inetd.c Log message: be more careful with setgroups() CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/12/14 12:40:16 Modified files: etc/mtree : special Log message: sendmail and skey stuff is now optional. Pointed out by Thorsten. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/12/14 13:20:44 Modified files: usr.sbin/cron : entry.c Log message: Check to make sure first char of command is not '*' since that will alway be a syntax error. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/12/14 13:43:36 src/usr.sbin/sendmail/smrsh Update of /cvs/src/usr.sbin/sendmail/smrsh In directory cvs.openbsd.org:/tmp/cvs-serv21386/smrsh Log Message: Directory /cvs/src/usr.sbin/sendmail/smrsh added to the repository CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/12/14 14:17:55 Modified files: usr.sbin/sendmail: FAQ KNOWNBUGS Makefile READ_ME RELEASE_NOTES usr.sbin/sendmail/cf: README usr.sbin/sendmail/cf/cf: clientproto.mc tcpproto.mc uucpproto.mc usr.sbin/sendmail/cf/domain: generic.m4 usr.sbin/sendmail/cf/feature: bestmx_is_local.m4 local_procmail.m4 nullclient.m4 redirect.m4 usr.sbin/sendmail/cf/m4: cfhead.m4 nullrelay.m4 proto.m4 version.m4 usr.sbin/sendmail/cf/mailer: cyrus.m4 fax.m4 local.m4 pop.m4 procmail.m4 smtp.m4 usr.sbin/sendmail/contrib: bsdi.mc expn.pl mailprio usr.sbin/sendmail/doc/op: op.me usr.sbin/sendmail/mailstats: Makefile mailstats.c usr.sbin/sendmail/makemap: Makefile makemap.c usr.sbin/sendmail/praliases: Makefile praliases.c usr.sbin/sendmail/src: READ_ME TRACEFLAGS alias.c arpadate.c clock.c collect.c conf.c conf.h convtime.c daemon.c deliver.c domain.c envelope.c err.c headers.c macro.c main.c makesendmail map.c mci.c mime.c parseaddr.c queue.c readcf.c recipient.c savemail.c sendmail.8 sendmail.h sendmail.hf srvrsmtp.c stab.c stats.c sysexits.c trace.c udb.c useful.h usersmtp.c util.c version.c usr.sbin/sendmail/test: Results t_seteuid.c t_setreuid.c Added files: usr.sbin/sendmail/cf/cf: Makefile.dist chez.cs.mc cs-hpux10.mc cs-hpux9.mc cs-osf1.mc cs-solaris2.mc cs-sunos4.1.mc cs-ultrix4.mc cyrusproto.mc generic-bsd4.4.mc generic-hpux10.mc generic-hpux9.mc generic-nextstep3.3.mc generic-osf1.mc generic-solaris2.mc generic-sunos4.1.mc generic-ultrix4.mc huginn.cs.mc mail.cs.mc mail.eecs.mc mailspool.cs.mc python.cs.mc s2k-osf1.mc s2k-ultrix4.mc ucbarpa.mc ucbvax.mc vangogh.cs.mc usr.sbin/sendmail/cf/feature: genericstable.m4 limited_masquerade.m4 masquerade_entire_domain.m4 virtusertable.m4 usr.sbin/sendmail/cf/ostype: aix2.m4 aix3.m4 aix4.m4 altos.m4 amdahl-uts.m4 aux.m4 bsd4.3.m4 bsdi1.0.m4 bsdi2.0.m4 dgux.m4 domainos.m4 dynix3.2.m4 hpux10.m4 hpux9.m4 irix4.m4 irix5.m4 isc4.1.m4 linux.m4 maxion.m4 mklinux.m4 nextstep.m4 osf1.m4 ptx2.m4 riscos4.5.m4 sco3.2.m4 solaris2.m4 solaris2.ml.m4 sunos3.5.m4 sunos4.1.m4 svr4.m4 ultrix4.m4 unknown.m4 uxpds.m4 usr.sbin/sendmail/contrib: etrn.pl re-mqueue.pl usr.sbin/sendmail/mailstats: Makefile.dist mailstats.8 usr.sbin/sendmail/makemap: Makefile.dist usr.sbin/sendmail/praliases: Makefile.dist usr.sbin/sendmail/smrsh: Makefile Makefile.dist README smrsh.8 smrsh.c usr.sbin/sendmail/src: ldap_map.h Log message: Update to Sendmail 8.8.4, plus recent patches, plus OpenBSD support. Also include entire example configuration subset. Includes smrsh (using /usr/libexec/sm.bin). Of the top of my head, the only things I removed from the distribution were contrib/mail.local.linux, src/Makefiles, all the *.0 and *.ps files. Our praliases man page replaces the distributed one, ours is better. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/12/14 14:31:11 Removed files: usr.sbin/sendmail/cf/domain: Berkeley.m4 cs.exposed.m4 cs.hidden.m4 eecs.hidden.m4 s2k.m4 usr.sbin/sendmail/contrib: rcpt-streaming usr.sbin/sendmail/contrib/xla: README xla.c usr.sbin/sendmail/src: Makefile.BSD44 Makefile.NetBSD Log message: Deletes and remaining changes. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/12/14 14:49:37 Modified files: usr.sbin/sendmail/contrib: etrn.pl Log message: perl location CVSROOT: /cvs Module name: src Changes by: maja@cvs.openbsd.org 1996/12/14 15:10:28 Modified files: usr.sbin/ypserv/yppush: yppush.c Log message: Add Theo's changes to yppush, some very ugly debugging code is now gone. -moj CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/14 15:47:38 Modified files: libexec/ftpd : ftpd.c Log message: solve /tmp-style race spotted by bitblt CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/14 16:09:48 Modified files: libexec/ftpd : ftpd.c Log message: stop gunique() open/fopen race CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/14 18:34:50 Modified files: sys/arch/i386/i386: autoconf.c Log message: allow sd0a for root device prompt CVSROOT: /cvs Module name: src Changes by: bitblt@cvs.openbsd.org 1996/12/14 22:57:21 Modified files: usr.sbin/sliplogin: sliplogin.c Log message: FIxed an ofF-by-one error. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/12/15 08:49:38 Modified files: sys/arch/i386/stand/biosboot: Tag: new biosboot.S sys/arch/i386/stand/boot: Tag: new Makefile conf.c sys/arch/i386/stand/installboot: Tag: new installboot.c sys/arch/i386/stand/libsa: Tag: new Makefile Log message: protected mode problems fixed for biosboot (now it works!!!) libsa.a(cd9660.o) requires libkern.a -- removed from conf.c installboot changed according to the biosboot changes. -Wall in libsa/Makefile, cleanup! CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/12/15 11:49:25 Modified files: sbin/restore : dirs.c Log message: Fix strncpy usage and correct strncat length field, from Theo. Also change some occurrence of MAXPATHLEN with sizeof(foo). CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/12/15 11:52:20 Modified files: usr.bin/nfsstat: nfsstat.c Log message: added -s (display server report only) and -c (ditto client) flags CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/12/15 12:11:56 Modified files: etc : daily Log message: Less output when not needed. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/12/15 12:19:41 Modified files: gnu/usr.bin/sudo/sudo: options.h Log message: Log to LOG_AUTHPRIV not LOG_LOCAL2 (which conflicts with chat) CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/12/15 12:59:29 Modified files: etc : syslog.conf Log message: Now with more fiber. Now is more of a "real world" config. Some ideas taken from NetBSD. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/12/15 13:04:08 Modified files: etc : newsyslog.conf Log message: Sync'd with new syslog.conf changes CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/12/15 13:21:58 Modified files: etc/mtree : special Log message: Added /var/cron/{log,tabs} /var/log/authlog CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/12/15 13:58:01 Modified files: usr.bin/nfsstat: nfsstat.1 Log message: man page update for -c and -s flags CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/12/15 14:39:39 Log message: Import of texinfo-3.9. Status: Vendor Tag: FSF Release Tags: TEXINFO_3_9 U src/gnu/usr.bin/texinfo/COPYING U src/gnu/usr.bin/texinfo/ChangeLog U src/gnu/usr.bin/texinfo/INSTALL U src/gnu/usr.bin/texinfo/INTRODUCTION C src/gnu/usr.bin/texinfo/Makefile.in U src/gnu/usr.bin/texinfo/NEWS U src/gnu/usr.bin/texinfo/README U src/gnu/usr.bin/texinfo/TODO U src/gnu/usr.bin/texinfo/configure U src/gnu/usr.bin/texinfo/configure.in N src/gnu/usr.bin/texinfo/dir N src/gnu/usr.bin/texinfo/dir-example N src/gnu/usr.bin/texinfo/install-sh U src/gnu/usr.bin/texinfo/texinfo.tex U src/gnu/usr.bin/texinfo/texinfo.texi U src/gnu/usr.bin/texinfo/emacs/Makefile.in U src/gnu/usr.bin/texinfo/emacs/detexinfo.el U src/gnu/usr.bin/texinfo/emacs/elisp-comp U src/gnu/usr.bin/texinfo/emacs/info.el U src/gnu/usr.bin/texinfo/emacs/informat.el U src/gnu/usr.bin/texinfo/emacs/makeinfo.el N src/gnu/usr.bin/texinfo/emacs/new-useful-setqs U src/gnu/usr.bin/texinfo/emacs/texinfmt.el U src/gnu/usr.bin/texinfo/emacs/texinfo.el U src/gnu/usr.bin/texinfo/emacs/texnfo-tex.el U src/gnu/usr.bin/texinfo/emacs/texnfo-upd.el C src/gnu/usr.bin/texinfo/info/Makefile.in U src/gnu/usr.bin/texinfo/info/NEWS U src/gnu/usr.bin/texinfo/info/README U src/gnu/usr.bin/texinfo/info/clib.c U src/gnu/usr.bin/texinfo/info/clib.h U src/gnu/usr.bin/texinfo/info/dir.c U src/gnu/usr.bin/texinfo/info/display.c U src/gnu/usr.bin/texinfo/info/display.h U src/gnu/usr.bin/texinfo/info/doc.h U src/gnu/usr.bin/texinfo/info/dribble U src/gnu/usr.bin/texinfo/info/dribble.c U src/gnu/usr.bin/texinfo/info/dribble.h U src/gnu/usr.bin/texinfo/info/echo_area.c U src/gnu/usr.bin/texinfo/info/echo_area.h U src/gnu/usr.bin/texinfo/info/filesys.c U src/gnu/usr.bin/texinfo/info/filesys.h U src/gnu/usr.bin/texinfo/info/footnotes.c U src/gnu/usr.bin/texinfo/info/footnotes.h U src/gnu/usr.bin/texinfo/info/gc.c U src/gnu/usr.bin/texinfo/info/gc.h U src/gnu/usr.bin/texinfo/info/general.h U src/gnu/usr.bin/texinfo/info/indices.c U src/gnu/usr.bin/texinfo/info/indices.h U src/gnu/usr.bin/texinfo/info/info-stnd.texi U src/gnu/usr.bin/texinfo/info/info-utils.c U src/gnu/usr.bin/texinfo/info/info.1 U src/gnu/usr.bin/texinfo/info/info-utils.h U src/gnu/usr.bin/texinfo/info/info.c U src/gnu/usr.bin/texinfo/info/info.h U src/gnu/usr.bin/texinfo/info/info.texi U src/gnu/usr.bin/texinfo/info/infodoc.c U src/gnu/usr.bin/texinfo/info/infomap.c U src/gnu/usr.bin/texinfo/info/infomap.h U src/gnu/usr.bin/texinfo/info/m-x.c U src/gnu/usr.bin/texinfo/info/makedoc.c U src/gnu/usr.bin/texinfo/info/man.c U src/gnu/usr.bin/texinfo/info/man.h U src/gnu/usr.bin/texinfo/info/nodemenu.c U src/gnu/usr.bin/texinfo/info/nodes.c U src/gnu/usr.bin/texinfo/info/nodes.h U src/gnu/usr.bin/texinfo/info/search.c U src/gnu/usr.bin/texinfo/info/search.h U src/gnu/usr.bin/texinfo/info/session.c U src/gnu/usr.bin/texinfo/info/session.h U src/gnu/usr.bin/texinfo/info/signals.c U src/gnu/usr.bin/texinfo/info/signals.h U src/gnu/usr.bin/texinfo/info/termdep.h U src/gnu/usr.bin/texinfo/info/terminal.c U src/gnu/usr.bin/texinfo/info/tilde.c U src/gnu/usr.bin/texinfo/info/terminal.h U src/gnu/usr.bin/texinfo/info/tilde.h U src/gnu/usr.bin/texinfo/info/userdoc.texi U src/gnu/usr.bin/texinfo/info/variables.c U src/gnu/usr.bin/texinfo/info/variables.h U src/gnu/usr.bin/texinfo/info/window.c U src/gnu/usr.bin/texinfo/info/window.h U src/gnu/usr.bin/texinfo/info/xmalloc.c U src/gnu/usr.bin/texinfo/libtxi/Makefile.in U src/gnu/usr.bin/texinfo/libtxi/alloca.c U src/gnu/usr.bin/texinfo/libtxi/bzero.c U src/gnu/usr.bin/texinfo/libtxi/getopt.c U src/gnu/usr.bin/texinfo/libtxi/getopt.h U src/gnu/usr.bin/texinfo/libtxi/getopt1.c N src/gnu/usr.bin/texinfo/libtxi/memcpy.c N src/gnu/usr.bin/texinfo/libtxi/memmove.c N src/gnu/usr.bin/texinfo/libtxi/strdup.c U src/gnu/usr.bin/texinfo/makeinfo/Makefile.in U src/gnu/usr.bin/texinfo/makeinfo/macro.texi U src/gnu/usr.bin/texinfo/makeinfo/makeinfo.c N src/gnu/usr.bin/texinfo/makeinfo/makeinfo.h U src/gnu/usr.bin/texinfo/makeinfo/makeinfo.texi N src/gnu/usr.bin/texinfo/makeinfo/multi.c U src/gnu/usr.bin/texinfo/util/Makefile.in U src/gnu/usr.bin/texinfo/util/deref.c U src/gnu/usr.bin/texinfo/util/fixfonts U src/gnu/usr.bin/texinfo/util/gen-dir-node N src/gnu/usr.bin/texinfo/util/install-info.c U src/gnu/usr.bin/texinfo/util/mkinstalldirs U src/gnu/usr.bin/texinfo/util/tex3patch U src/gnu/usr.bin/texinfo/util/texi2dvi U src/gnu/usr.bin/texinfo/util/texindex.c 2 conflicts created by this import. Use the following command to help the merge: cvs checkout -jFSF:yesterday -jFSF src/gnu/usr.bin/texinfo CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/12/15 15:21:06 Modified files: gnu/usr.bin/texinfo: Makefile.in gnu/usr.bin/texinfo/info: Makefile.in Log message: Conflict, conflict, conflict. Who wants a conflict? CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/12/15 15:33:58 Modified files: gnu/usr.bin/texinfo/info: terminal.c Log message: Compile CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/12/15 16:20:35 Modified files: usr.sbin/pppd : Makefile auth.c options.c Log message: Use inet_aton() instead of inet_addr() CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/12/15 16:37:20 Modified files: gnu/usr.bin/gcc/f: BUGS ChangeLog INSTALL Make-lang.in Makefile.in NEWS bad.def bld.c bld.h bugs.texi com-rt.def com.c config-lang.in data.c equiv.c expr.c g77.c g77.texi install.texi intrin.c intrin.def lang-options.h lex.c news.texi proj.h stb.c ste.c storag.c storag.h stt.c stu.c symbol.c target.c target.h top.c top.h zzz.c gnu/usr.bin/gcc/f/gbe: 2.7.0.diff 2.7.1.diff README gnu/usr.bin/gcc/f/runtime: ChangeLog configure configure.in f2c.h.in gnu/usr.bin/gcc/f/runtime/libF77: F77_aloc.c Makefile.in README Version.c abort_.c c_cos.c c_exp.c c_log.c c_sin.c c_sqrt.c cabs.c d_acos.c d_asin.c d_atan.c d_atn2.c d_cos.c d_cosh.c d_exp.c d_int.c d_lg10.c d_log.c d_mod.c d_nint.c d_sin.c d_sinh.c d_sqrt.c d_tan.c d_tanh.c exit.c f2ch.add h_dnnt.c h_nint.c i_dnnt.c i_nint.c main.c pow_dd.c pow_zz.c r_acos.c r_asin.c r_atan.c r_atn2.c r_cos.c r_cosh.c r_exp.c r_int.c r_lg10.c r_log.c r_mod.c r_nint.c r_sin.c r_sinh.c r_sqrt.c r_tan.c r_tanh.c s_cat.c s_paus.c s_rnge.c s_stop.c sig_die.c signal_.c system_.c z_cos.c z_exp.c z_log.c z_sin.c z_sqrt.c gnu/usr.bin/gcc/f/runtime/libI77: Makefile.in README Version.c backspace.c close.c endfile.c err.c f2ch.add fio.h fmt.h inquire.c lread.c open.c rawio.h rdfmt.c rsli.c rsne.c uio.c util.c wref.c xwsne.c Added files: gnu/usr.bin/gcc/f/gbe: 2.7.2.1.diff gnu/usr.bin/gcc/f/runtime/libF77: lbitbits.c lbitshft.c qbitbits.c qbitshft.c gnu/usr.bin/gcc/f/runtime/libI77: ftell_.c Log message: Update to g77 0.5.19 CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/12/15 17:12:00 Modified files: sys/dev/ic : z8530tty.c Log message: add "return (0)" to end of zsstop() since it's not a void function anymore CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/12/15 18:07:23 Modified files: gnu/usr.bin/gcc: Makefile.bsd-wrapper Removed files: gnu/usr.bin/gcc: f2c-install-ok Log message: Closer to being correct; set local_prefix as well so it stays out of /usr/local. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/12/15 18:08:59 Added files: gnu/usr.bin/gcc: f2c-install-ok Log message: "Opps" CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/12/15 20:17:17 Modified files: lib/libcom_err : com_err.h Log message: Compatibility CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/12/15 20:49:51 Modified files: etc : ksh.kshrc Log message: changed not to hardcode sun console name as "console" CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/12/15 23:56:11 Log message: Import of gomoku from 4.4BSD Lite2. Uses ocurses. Status: Vendor Tag: BSDGAMES Release Tags: GOMOKU N src/games/gomoku/bdinit.c N src/games/gomoku/bdisp.c N src/games/gomoku/gomoku.6 N src/games/gomoku/gomoku.h N src/games/gomoku/main.c N src/games/gomoku/Makefile N src/games/gomoku/makemove.c N src/games/gomoku/pickmove.c N src/games/gomoku/stoc.c No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/12/16 00:02:52 Modified files: games : Makefile Log message: add gomoku CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/12/16 01:43:23 Modified files: lib/libcurses : Makefile shlib_version Added files: lib/libcurses : MKlib_gen.sh Log message: Generate library versions of macro implementations as well CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/16 07:30:18 Modified files: sys/kern : uipc_socket.c Log message: uiomove not checked for failure; wpaul@skynet.ctr.columbia.edu CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/16 07:54:12 Modified files: libexec/getty : subr.c Log message: yet another strncat botch CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/16 08:09:46 Modified files: lib/libedit : el.c Log message: stncat misuse CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/12/16 08:19:30 Modified files: sys/arch/i386/stand/biosboot: Tag: new biosboot.S Log message: rewrite Makefile using check loaded /boot magic, call /boot, not jmp. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/12/16 08:21:15 Modified files: sys/arch/i386/stand/installboot: Tag: new installboot.c Log message: no need for entry point, parse exec_header in biosboot CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/16 08:51:30 Modified files: usr.bin/ftp : ftp.c Log message: strncat botch CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/16 08:57:17 Modified files: gnu/usr.bin/bc/bcwrap: bcwrap.c Log message: be more careful with select CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/16 09:08:53 Modified files: share/man/man4 : tun.4 Log message: fix .Nm stuff so that man -k works CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/16 09:53:42 Modified files: lib/libtermlib : fillcap.c Log message: strncat botches CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/16 10:09:07 Modified files: kerberosIV/krb : get_admhst.c get_krbhst.c get_krbrlm.c getrealm.c str2key.c Log message: strncat related oflows CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/16 10:11:44 Modified files: sbin/dump : main.c sbin/mount_ados: mount_ados.c sbin/mount_msdos: mount_msdos.c sbin/restore : dirs.c interactive.c Log message: does noone know how to use strncat correctly? CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/16 10:14:05 Modified files: libexec/getty : subr.c Log message: strncat like THIS CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/16 11:40:54 Modified files: usr.sbin/cron : entry.c Log message: avoid more oflows; at this stage paranoia exceeds reality by a lot since our passwd suite is fascist CVSROOT: /cvs Module name: www Changes by: jkatz@cvs.openbsd.org 1996/12/16 12:28:58 Modified files: . : anoncvs.html ctm.html docum.html ftp.html goals.html head.gif index.html mail.html snapshots.html vax.html Log message: Updated WWW pages including a much prettier index.html and more uniform headers of various files. CVSROOT: /cvs Module name: www Changes by: jkatz@cvs.openbsd.org 1996/12/16 12:47:15 Modified files: . : index.html Log message: Fixed index.html CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/12/16 13:04:57 Modified files: bin/stty : key.c modes.c stty.1 libexec/getty : subr.c usr.sbin/lpr/lpd: modes.c ttcompat.c share/man/man4 : termios.4 sys/compat/common: tty_43.c sys/kern : tty.c sys/sys : termios.h Log message: Implement more tty flags for better portability from other systems: XCASE - canonical input/output processing IUCLC - translate uppercase to lowercase on input OLCUC - translate lowercase to uppercase on output OCRNL - translate carriage return to newline on output ONOCR - do not output carriage return at column 0 ONLRET - newline performs carriage return function In addition the tty compatibility interface supports LCASE properly. Look at termios(4) for a more complete description of the above flags. CVSROOT: /cvs Module name: src Changes by: michaels@cvs.openbsd.org 1996/12/16 19:11:47 Modified files: usr.bin/ftp : main.c cmds.c extern.h Log message: if pathname given is a valid directory, cd to it at remote, also assume empty pathname means cd to '/', like ncftp (?). CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/12/16 19:17:10 Modified files: usr.sbin/cron : misc.c Log message: use snprintf when storing the string from strerror(). Who knows how long it could be esp. when locales come into the picture. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/16 19:38:40 Modified files: lib/libc/compat-43: getwd.c Log message: strncpy that strerror, found by oliver@secnet.com CVSROOT: /cvs Module name: src Changes by: dm@cvs.openbsd.org 1996/12/16 20:46:40 Modified files: sys/sys : mount.h sys/nfs : nfs.h nfs_subs.c nfs_vfsops.c nfsmount.h Log message: NFS attribute cache timeout mount param CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/12/17 08:05:31 Modified files: sys/dev/isa : Tag: NIKLAS isadma.c Log message: Tagged wrong version, brought in the changes from 1.12 int the branch CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/12/17 11:52:53 Modified files: bin/ls : print.c Log message: Get TAB expansion right CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/12/17 12:09:33 Modified files: bin/stty : key.c Log message: Fix typo CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/12/17 12:15:28 Modified files: sys/kern : tty.c Log message: Reset output column when outputting \r with ONLCR CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/12/17 12:19:36 Modified files: sys/kern : tty.c Log message: Fix oversight in column handling with OCRNL enabled CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/12/17 12:33:57 Modified files: libexec/getty : main.c subr.c Log message: Add traditional handling of all upper-case input CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/12/17 15:56:05 Added files: share/man/man4 : random.4 share/man/man9 : random.9 Removed files: share/man/man4 : rnd.4 share/man/man9 : rnd.9 Log message: rnd -> random doncha know CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/12/17 16:50:51 Modified files: sbin/ipfstat : kmem.c Log message: missing unsigned caused bad sign-extension CVSROOT: /cvs Module name: src Changes by: michaels@cvs.openbsd.org 1996/12/17 18:59:17 Modified files: usr.bin/ftp : main.c Log message: support getting multiple files at once, e.g "ftp host:pub/tst/test /pub/tst/test2 /pub/tst" will get files "test", then "test2" and then the cd to "pub/tst" on the same host and become interactive without closing/reopening connection each time. (needs leading '/' on every path but the first, as the rest are relative to the first. (a feauture, really)) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/17 21:07:35 Modified files: share/man/man4 : Makefile Log message: todd is under post-exam stress relief CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/12/17 21:29:49 Modified files: share/man/man9 : Makefile Log message: rnd -> random CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/12/17 21:32:57 Modified files: etc : weekly Log message: make commented-out stuff secure just in case anyone uncomments it. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/12/17 21:55:54 Modified files: gnu/usr.bin/ld/ldconfig: ldconfig.c Log message: Use strncpy() instead of strcpy() where useful, check strdup() ret val, and pass -Wall. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/12/18 09:50:09 Modified files: gnu/usr.bin/ld/ldconfig: ldconfig.c Log message: Back out strcpy() -> strncpy() change. Not needed as the array is malloc'd with enough space. Guess that's why I didn't commit this before ;-) CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/12/18 09:51:46 Modified files: sys/arch/i386/isa: pccom.c Added files: sys/arch/i386/isa: pccomvar.h Log message: Make pccom compile. This stull really needs to be merged into the normal com driver. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/12/18 11:28:38 Modified files: bin/pdksh : sh.h Log message: Up limit of available user file descriptors (e.g. for redirections) to 32 CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/12/18 11:30:59 Modified files: sys/nfs : nfs_subs.c Log message: Conditionalize GCC and ANSI/ISO C dependencies CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/12/18 19:31:18 Modified files: etc/mtree : 4.4BSD.dist Log message: sync with mtree/special CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/12/18 19:38:10 Modified files: etc : Makefile Log message: make mode/group on /usr/src/ consistent with mtree/special CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/12/19 00:54:07 Modified files: sys/kern : tty.c Log message: Really set column to 0 when outputting a carriage return... CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/12/19 03:59:22 Modified files: sys/net : if_ethersubr.c Log message: treat only ether II type packets for ipx. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/12/19 05:49:54 Modified files: sys/dev/pci : if_de.c Log message: do SIOCGIFADDR in ether_ioctl CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/12/19 05:58:15 Modified files: sys/net : if_ethersubr.c Log message: do SIOCGIFADDR CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/12/19 06:45:18 Modified files: sys/net : if_ppp.c ppp-deflate.c ppp_defs.h Log message: sync to 2.3b3 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/19 11:21:03 Modified files: usr.bin/time : time.1 Log message: repair; david@mono.org CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/19 11:27:00 Modified files: sys/dev : ccd.c Log message: netbsd fix to problem found by m4@nts.umn.edu CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/19 11:38:41 Modified files: lib/libc/rpc : clnt_perror.c Log message: avoid oflows, thanks also to todd CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/19 14:02:37 Modified files: games/atc : input.c Log message: toast shell escape code CVSROOT: /cvs Module name: www Changes by: imp@cvs.openbsd.org 1996/12/19 14:33:59 Modified files: . : arc.html Log message: Recent updates CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/19 15:19:52 Modified files: etc : master.passwd etc/mtree : 4.4BSD.dist special Log message: setgid games, not setuid games. closes a neat set of holes CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/19 15:22:17 Modified files: games/adventure: hdr.h main.c save.c vocab.c wizard.c games/atc : main.c games/backgammon/backgammon: main.c games/backgammon/teachgammon: teach.c games/banner : banner.c games/battlestar: battlestar.c externs.h save.c games/bcd : bcd.c games/boggle/boggle: bog.c games/bs : bs.c games/caesar : caesar.c games/canfield/canfield: canfield.c games/canfield/cfscores: cfscores.c games/cribbage : crib.c games/factor : factor.c games/gomoku : main.c games/grdc : grdc.c games/hangman : main.c games/mille : mille.c games/monop : initdeck.c games/morse : morse.c games/number : number.c games/pig : pig.c games/pom : pom.c games/ppt : ppt.c games/primes : primes.c games/quiz : quiz.c games/rain : rain.c games/random : random.c games/snake/snake: snake.c games/snake/snscore: snscore.c games/trek : main.c games/worm : worm.c games/worms : worms.c games/wump : wump.c Log message: setgid games, not setuid games. closes a neat set of holes CVSROOT: /cvs Module name: www Changes by: imp@cvs.openbsd.org 1996/12/19 15:35:03 Modified files: . : arc.html Log message: More status updates CVSROOT: /cvs Module name: www Changes by: imp@cvs.openbsd.org 1996/12/19 15:39:03 Modified files: . : arc.html Log message: Theo and per have finished the port, basically CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/19 16:08:54 Modified files: games : Makefile.inc games/dm : Makefile Log message: gid games CVSROOT: /cvs Module name: src Changes by: etheisen@cvs.openbsd.org 1996/12/19 16:43:03 Modified files: include : Makefile Log message: Create include/ss. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/12/19 17:17:30 Modified files: usr.bin/systat : vmstat.c Log message: support four letter device names CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/12/19 17:22:24 Modified files: games/gomoku : Makefile bdisp.c main.c pickmove.c Log message: Nevermind, curses problem was caused by a busted lib on threadway. CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/12/19 23:25:16 Modified files: distrib/i386/floppies/inst-common: Makefile.inc Log message: add fs type arg to newfs CVSROOT: /cvs Module name: src Changes by: graichen@cvs.openbsd.org 1996/12/20 00:24:52 Modified files: sys/arch/i386/isa: pccons.c Log message: add missing #ifdef COMPAT_10 CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/12/20 00:43:47 Modified files: usr.sbin/pppd/pppstats: Makefile Log message: correct defines/includes CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/20 01:18:37 Modified files: usr.sbin/syslogd: syslogd.8 Log message: actually explain what -u does CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/20 01:26:28 Modified files: sys/arch/mvme68k/conf: files.mvme68k Log message: config-dependent heck no CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/12/20 08:35:56 Modified files: distrib/i386/floppies/kc: Makefile Log message: add fs type arg to newfs CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/20 08:58:40 Modified files: usr.sbin/lpr/lpd: lpd.c Log message: initialize name; is this the right hack? CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/20 08:59:13 Modified files: sys/arch/sparc/sparc: machdep.c Log message: constrain bufcache on sun4m too CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/12/20 09:48:10 Modified files: sys/arch/amiga/amiga: disksubr.c Log message: Add readdisklabel support for BSD disklabels. I got tired of the amiga RDB only requirement, now you can partition with disklabel(8) -r instead. However I have not done in-kernel writedisklabel support yet. CVSROOT: /cvs Module name: www Changes by: niklas@cvs.openbsd.org 1996/12/20 10:02:10 Modified files: . : amiga.html Log message: Note BSD disklabel support CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/12/20 11:13:45 Modified files: usr.sbin/mtree : misc.c mtree.8 mtree.h spec.c verify.c Log message: Add back "optional" keyword that got nuked in merge of FreeBSD mods. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/20 18:25:51 Modified files: etc : ifaliases Log message: indent nice CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/20 22:07:44 Modified files: usr.sbin/vnconfig: Makefile vnconfig.c Log message: use opendev() CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/20 22:20:26 Modified files: distrib/i386/floppies/inst-common: Makefile.inc distrib/i386/floppies/kc: Makefile Log message: vnd driver has disklabel support now; use it CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/20 22:20:39 Modified files: distrib/sparc/floppies/inst-common: Makefile.inc distrib/sparc/floppies/kernel: Makefile Log message: vnd driver has disklabel support now; use it CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/20 22:21:15 Modified files: sys/dev : vnd.c Log message: add disklabel support CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/20 22:28:22 Modified files: etc/etc.i386 : disktab etc/etc.sparc : disktab Log message: floppy labels have default to fd0a being 4.2BSD CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/20 22:52:33 Modified files: usr.sbin/ypbind: ypbind.c Log message: failures bomb, not seize CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/12/21 12:21:50 Modified files: distrib/i386/floppies/inst-common: Makefile.inc instbin.conf Added files: distrib/i386/floppies/inst-common: instbin-krb.conf Log message: make Kerberos libraries conditional to KERBEROS define in Makefile CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1996/12/21 13:36:02 Log message: Check-in of powerpc kernel support. NOTE: This will not work until the other pieces are checked in. This is primarily the NetBSD powerpc port, with modifications to support ELF. Status: Vendor Tag: powerpc_1 Release Tags: powerpc_1 N src/sys/arch/powerpc/Makefile N src/sys/arch/powerpc/README N src/sys/arch/powerpc/conf/files.powerpc N src/sys/arch/powerpc/conf/GENERIC N src/sys/arch/powerpc/conf/Makefile.powerpc N src/sys/arch/powerpc/conf/NFS N src/sys/arch/powerpc/conf/TST N src/sys/arch/powerpc/conf/TST.net N src/sys/arch/powerpc/conf/TST1 N src/sys/arch/powerpc/conf/TSTdbg N src/sys/arch/powerpc/include/ansi.h N src/sys/arch/powerpc/include/aout_machdep.h N src/sys/arch/powerpc/include/asm.h N src/sys/arch/powerpc/include/bat.h N src/sys/arch/powerpc/include/cdefs.h N src/sys/arch/powerpc/include/cpu.h N src/sys/arch/powerpc/include/disklabel.h N src/sys/arch/powerpc/include/endian.h N src/sys/arch/powerpc/include/exec.h N src/sys/arch/powerpc/include/float.h N src/sys/arch/powerpc/include/fpu.h N src/sys/arch/powerpc/include/frame.h N src/sys/arch/powerpc/include/ieee.h N src/sys/arch/powerpc/include/ipkdb.h N src/sys/arch/powerpc/include/irq.h N src/sys/arch/powerpc/include/kcore.h N src/sys/arch/powerpc/include/limits.h N src/sys/arch/powerpc/include/param.h N src/sys/arch/powerpc/include/pcb.h N src/sys/arch/powerpc/include/pmap.h N src/sys/arch/powerpc/include/powerpc.h N src/sys/arch/powerpc/include/proc.h N src/sys/arch/powerpc/include/profile.h N src/sys/arch/powerpc/include/psl.h N src/sys/arch/powerpc/include/pte.h N src/sys/arch/powerpc/include/reloc.h N src/sys/arch/powerpc/include/setjmp.h N src/sys/arch/powerpc/include/signal.h N src/sys/arch/powerpc/include/stdarg.h N src/sys/arch/powerpc/include/trap.h N src/sys/arch/powerpc/include/types.h N src/sys/arch/powerpc/include/va-ppc.h N src/sys/arch/powerpc/include/varargs.h N src/sys/arch/powerpc/include/vmparam.h N src/sys/arch/powerpc/powerpc/autoconf.c N src/sys/arch/powerpc/powerpc/bcopy.c N src/sys/arch/powerpc/powerpc/clock.c N src/sys/arch/powerpc/powerpc/conf.c N src/sys/arch/powerpc/powerpc/copyinstr.c N src/sys/arch/powerpc/powerpc/copyoutstr.c N src/sys/arch/powerpc/powerpc/copystr.c N src/sys/arch/powerpc/powerpc/db_disasm.c N src/sys/arch/powerpc/powerpc/db_interface.c N src/sys/arch/powerpc/powerpc/db_memrw.c N src/sys/arch/powerpc/powerpc/db_trace.c N src/sys/arch/powerpc/powerpc/disksubr.c N src/sys/arch/powerpc/powerpc/fpu.c N src/sys/arch/powerpc/powerpc/fubyte.c N src/sys/arch/powerpc/powerpc/fuswintr.c N src/sys/arch/powerpc/powerpc/genassym.c N src/sys/arch/powerpc/powerpc/in_cksum.c N src/sys/arch/powerpc/powerpc/Locore.c N src/sys/arch/powerpc/powerpc/locore.S N src/sys/arch/powerpc/powerpc/machdep.c N src/sys/arch/powerpc/powerpc/mem.c N src/sys/arch/powerpc/powerpc/ofwreal.S N src/sys/arch/powerpc/powerpc/ofw_machdep.c N src/sys/arch/powerpc/powerpc/pmap.c N src/sys/arch/powerpc/powerpc/openfirm.c N src/sys/arch/powerpc/powerpc/process_machdep.c N src/sys/arch/powerpc/powerpc/random.c N src/sys/arch/powerpc/powerpc/setjmp.S N src/sys/arch/powerpc/powerpc/subyte.c N src/sys/arch/powerpc/powerpc/suswintr.c N src/sys/arch/powerpc/powerpc/suword.c N src/sys/arch/powerpc/powerpc/swapgeneric.c N src/sys/arch/powerpc/powerpc/sys_machdep.c N src/sys/arch/powerpc/powerpc/trap.c.swp N src/sys/arch/powerpc/powerpc/trap.c N src/sys/arch/powerpc/powerpc/vm_machdep.c N src/sys/arch/powerpc/stand/alloc.c N src/sys/arch/powerpc/stand/boot.c N src/sys/arch/powerpc/stand/Locore.c N src/sys/arch/powerpc/stand/Makefile N src/sys/arch/powerpc/stand/Makefile.inc N src/sys/arch/powerpc/stand/net.c N src/sys/arch/powerpc/stand/netif_of.c N src/sys/arch/powerpc/stand/ofdev.c N src/sys/arch/powerpc/stand/ofdev.h N src/sys/arch/powerpc/stand/openfirm.h N src/sys/arch/powerpc/stand/boot/Makefile No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1996/12/21 13:39:28 Log message: Check-in of powerpc kernel support. NOTE: This will not work until the other pieces are checked in. This is primarily the NetBSD powerpc port, with modifications to support ELF. Status: Vendor Tag: powerpc_1 Release Tags: powerpc_1 N src/sys/lib/libkern/arch/powerpc/Makefile.inc N src/sys/lib/libkern/arch/powerpc/__eabi.c No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1996/12/21 13:41:19 Log message: Check-in of powerpc kernel support. NOTE: This will not work until the other pieces are checked in. This is primarily the NetBSD powerpc port, with modifications to support ELF. Status: Vendor Tag: powerpc_1 Release Tags: powerpc_1 N src/etc/etc.powerpc/disktab N src/etc/etc.powerpc/fbtab N src/etc/etc.powerpc/fstab.ofdisk N src/etc/etc.powerpc/MAKEDEV N src/etc/etc.powerpc/ttys No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1996/12/21 13:42:26 Log message: Check-in of powerpc library support. NOTE: This will not work until the other pieces are checked in. This is primarily the NetBSD powerpc port, with modifications to support ELF. Status: Vendor Tag: powerpc_1 Release Tags: powerpc_1 N src/lib/libc/arch/powerpc/Makefile.inc N src/lib/libc/arch/powerpc/SYS.h N src/lib/libc/arch/powerpc/gen/fabs.c N src/lib/libc/arch/powerpc/gen/flt_rounds.c N src/lib/libc/arch/powerpc/gen/infinity.c N src/lib/libc/arch/powerpc/gen/isinf.c N src/lib/libc/arch/powerpc/gen/ldexp.c N src/lib/libc/arch/powerpc/gen/Makefile.inc N src/lib/libc/arch/powerpc/gen/modf.c N src/lib/libc/arch/powerpc/gen/setjmp.S N src/lib/libc/arch/powerpc/gen/sigsetjmp.S N src/lib/libc/arch/powerpc/net/Makefile.inc N src/lib/libc/arch/powerpc/string/Makefile.inc N src/lib/libc/arch/powerpc/sys/brk.S N src/lib/libc/arch/powerpc/sys/cerror.S N src/lib/libc/arch/powerpc/sys/exect.S N src/lib/libc/arch/powerpc/sys/fork.S N src/lib/libc/arch/powerpc/sys/Ovfork.S N src/lib/libc/arch/powerpc/sys/pipe.S N src/lib/libc/arch/powerpc/sys/ptrace.S N src/lib/libc/arch/powerpc/sys/reboot.S N src/lib/libc/arch/powerpc/sys/sbrk.S N src/lib/libc/arch/powerpc/sys/setlogin.S N src/lib/libc/arch/powerpc/sys/sigpending.S N src/lib/libc/arch/powerpc/sys/sigprocmask.S N src/lib/libc/arch/powerpc/sys/sigreturn.S N src/lib/libc/arch/powerpc/sys/sigsuspend.S N src/lib/libc/arch/powerpc/sys/syscall.S No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1996/12/21 13:46:18 Log message: Check-in of powerpc distrib support. NOTE: This will not work until the other pieces are checked in. This is primarily the NetBSD powerpc port, with modifications to support ELF. The distrib pieces will not work until the ELF crunchgen support is checked in. Status: Vendor Tag: powerpc_1 Release Tags: powerpc_1 N src/distrib/powerpc/list2sh.awk N src/distrib/powerpc/Makefile N src/distrib/powerpc/Makefile.inc N src/distrib/powerpc/runlist.sh N src/distrib/powerpc/inst/disktab.preinstall N src/distrib/powerpc/inst/dot.instutils N src/distrib/powerpc/inst/dot.profile N src/distrib/powerpc/inst/install.sh N src/distrib/powerpc/inst/list N src/distrib/powerpc/inst/Makefile N src/distrib/powerpc/inst-common/dot.commonutils N src/distrib/powerpc/inst-common/list N src/distrib/powerpc/inst-common/Makefile.inc N src/distrib/powerpc/inst-common/mtree.conf N src/distrib/powerpc/inst-common/raminst.conf N src/distrib/powerpc/inst-common/termcap.vt N src/distrib/powerpc/kc/.tmp_raminst022552 N src/distrib/powerpc/kc/dot.instutils N src/distrib/powerpc/kc/dot.profile N src/distrib/powerpc/kc/install.sh N src/distrib/powerpc/kc/list N src/distrib/powerpc/kc/Makefile N src/distrib/powerpc/kc-common/list N src/distrib/powerpc/kc-common/Makefile.inc N src/distrib/powerpc/kc-common/mtree.conf N src/distrib/powerpc/kc-common/raminst.conf N src/distrib/powerpc/kc-common/termcap.vt No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1996/12/21 13:53:48 Log message: Check-in of powerpc csu support. NOTE: This will not work until the other pieces are checked in. This is primarily the NetBSD powerpc port, with modifications to support ELF. A change needs to be made to one of the bsd.*.mk files to support DESTDIR compilation with the crtbegin and crtend files. Status: Vendor Tag: powerpc_1 Release Tags: powerpc_1 N src/lib/csu/powerpc/crt0.s N src/lib/csu/powerpc/crtbegin.c N src/lib/csu/powerpc/crtend.s N src/lib/csu/powerpc/Makefile No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1996/12/21 14:02:32 Added files: lib/libkvm : kvm_powerpc.c Log message: Check-in of powerpc library support. NOTE: This will not work until the other pieces are checked in. This is primarily the NetBSD powerpc port, with modifications to support ELF. This is not currently enough changes, MACHINE_MID pieces are not yet commited. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1996/12/21 14:08:18 Modified files: lib/libc/rpc : xdr_float.c Log message: Change to support the powerpc port. To bad this define isn't put in a machine header, such as machine/endian.h so that every new architecture would not have to modify this file. CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/12/21 14:11:53 Modified files: games/dm : dm.c Log message: Don't reset group here, we won't be able to execute games that way CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1996/12/21 14:14:44 Modified files: lib/libc/stdlib: strtod.c Log message: Add powerpc support. To bad this needs to be modified for every new architecture. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1996/12/21 14:16:44 Modified files: usr.bin/xlint/lint1: param.h Log message: Add powerpc support. CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/12/21 14:17:53 Modified files: games/gomoku : bdinit.c bdisp.c gomoku.h main.c makemove.c pickmove.c stoc.c Log message: Clean up lint and -Wall output CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/12/21 14:41:41 Modified files: etc/mtree : 4.4BSD.dist Log message: /var/games should be writable by group games CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/12/21 14:43:56 Modified files: games/tetris : scores.c shapes.c tetris.c tetris.h Log message: Relinguish SGID games, restore it only when opening the score file CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/12/21 14:50:56 Modified files: gnu/usr.bin/gas: read.c Log message: From pk@NetBSD.ORG; Set EXTERNAL bit on `.weak' declarations. CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/12/21 15:06:23 Modified files: games/rogue : init.c machdep.c score.c Log message: Deal correctly with being SGID CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/12/21 15:17:45 Modified files: usr.sbin/timed : Makefile Log message: $Id -> $OpenBSD CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/12/21 15:23:53 Modified files: lib/csu/i386 : crt0.c lib/libc/compat-43: getwd.c lkm/ap : aperture.c lkm/ap/aptest : aptest.c regress/include/bitstring: bitstring_test.c regress/lib/libc/ieeefp/except: except.c regress/lib/libc/regex: debug.c main.c regress/lib/libc/setjmp: jmptest.c regress/sys/kern/execve: doexec.c sys/arch/i386/isa/pcvt/Util/cursor: cursor.c sys/arch/i386/isa/pcvt/Util/fed: misc.c sys/arch/i386/isa/pcvt/Util/fontedit: fontedit.c sys/arch/i386/isa/pcvt/Util/ispcvt: ispcvt.c sys/arch/i386/isa/pcvt/Util/kcon: kcon.c sys/arch/i386/isa/pcvt/Util/keycap: keycap.c sys/arch/i386/isa/pcvt/Util/loadfont: loadfont.c sys/arch/i386/isa/pcvt/Util/scon: scon.c sys/arch/i386/isa/pcvt/Util/userkeys: vt220keys.c Log message: -Wall madness. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/21 18:42:46 Modified files: share/man/man4 : vnd.4 Log message: disklabels work now CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/21 18:46:46 Modified files: usr.sbin/vnconfig: vnconfig.8 vnconfig.c Log message: document that "vnd0" works CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/21 18:50:18 Modified files: etc/etc.mac68k : disktab etc/etc.vax : disktab Log message: give "a" partition a ufs type by default CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/21 18:52:53 Modified files: distrib/atari/inst-common: Makefile.inc distrib/atari/miniroot: Makefile.inc distrib/mac68k/inst-common: Makefile.inc distrib/vax/inst-common: Makefile.inc Log message: disklabel the vnd CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/12/21 19:57:52 Modified files: bin/pdksh : misc.c bin/ps : ps.c bin/rcp : rcp.c util.c Log message: Deal with _POSIX_SAVED_IDS when relinquishing privileges CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/21 19:59:54 Modified files: sbin/shutdown : shutdown.c Log message: MAXHOSTNAMELEN, not +1 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/21 20:00:54 Modified files: sbin/ccdconfig : ccdconfig.c sbin/dmesg : dmesg.c sbin/ping : ping.c sbin/route : route.c Log message: Deal with _POSIX_SAVED_IDS when relinquishing privileges CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/12/21 20:26:11 Modified files: usr.bin/fstat : fstat.c usr.bin/ipcs : ipcs.c usr.bin/login : login.c usr.bin/msgs : msgs.c usr.bin/netstat: main.c usr.bin/nfsstat: nfsstat.c usr.bin/oldrdist: server.c usr.bin/rlogin : rlogin.c usr.bin/rsh : rsh.c usr.bin/su : su.c usr.bin/sup/src: run.c supfilesrv.c usr.bin/systat : main.c usr.bin/telnet : commands.c usr.bin/vmstat : vmstat.c usr.bin/w : w.c Log message: Deal with _POSIX_SAVED_IDS when relinquishing privileges CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/21 20:29:12 Modified files: usr.sbin/iostat: iostat.c usr.sbin/pppd : main.c usr.sbin/pstat : pstat.c usr.sbin/slstats: slstats.c usr.sbin/timed/timedc: timedc.c usr.sbin/traceroute: traceroute.c usr.sbin/trpt : trpt.c usr.sbin/trsp : trsp.c Log message: Deal with _POSIX_SAVED_IDS when relinquishing privileges CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/12/21 20:39:26 Modified files: usr.bin/at : privs.h Log message: Deal with _POSIX_SAVED_IDS when relinquishing privileges CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/12/21 20:41:25 Modified files: libexec/atrun : atrun.c libexec/comsat : comsat.c libexec/identd : identd.c libexec/rexecd : rexecd.c libexec/rpc.rwalld: rwalld.c libexec/rshd : rshd.c libexec/tftpd : tftpd.c libexec/uucpd : uucpd.c Log message: Deal with _POSIX_SAVED_IDS when relinquishing privileges CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/12/21 20:49:45 Modified files: gnu/libexec/uucp/libunix: init.c spawn.c Log message: Deal with _POSIX_SAVED_IDS when relinquishing privileges CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/21 23:29:02 Modified files: include : Makefile Log message: nope, ss is wrong CVSROOT: /cvs Module name: src Changes by: graichen@cvs.openbsd.org 1996/12/22 08:03:34 Log message: import of elf2aout - required for the pmax and taken from the NetBSD elftools - adapted to OpenBSD by me Status: Vendor Tag: GRAICHEN Release Tags: GRAICHEN_961222 N src/usr.bin/elf2aout/Makefile N src/usr.bin/elf2aout/elf2aout.1 N src/usr.bin/elf2aout/elf2aout.c No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: graichen@cvs.openbsd.org 1996/12/22 08:19:06 Modified files: sys/arch/pmax : Makefile sys/arch/pmax/conf: GENERIC Makefile.pmax PLUTO files.pmax sys/arch/pmax/dev: bt459.c bt478.c cfb.c dc.c dcvar.h device.h dtop.c fb.c fb_usrreq.c fbreg.h ims332.c mfb.c mfbreg.h pm.c pmvar.h qvss_compat.c rcons.c rz.c scsi.c sfb.c sfbreg.h sii.c tz.c xcfb.c xcfbvar.h sys/arch/pmax/dist: get sys/arch/pmax/include: autoconf.h cpu.h ecoff.h elf.h endian.h exec.h limits.h locore.h machConst.h param.h pmap.h pte.h reloc.h tc_machdep.h vmparam.h sys/arch/pmax/pmax: autoconf.c clock.c conf-glue.c conf.c cons.c cpu.c cpu_cons.c disksubr.c genassym.c locore.S locore_r2000.S locore_r4000.S machdep.c mainbus.c mips_machdep.c nameglue.h pmap.c pmax_trap.c swapgeneric.c trap.c vm_machdep.c sys/arch/pmax/stand: Makefile dec_prom.h filesystem.c sys/arch/pmax/stand/libsa: devopen.c getenv.c gets.c strcat.c strcpy.c sys/arch/pmax/tc: asic.c ds-asic-conf.c scc.c tc.c tc_subr.c Added files: sys/arch/pmax/dev: bt478var.h cfbvar.h dc_cons.h dc_ds.c dc_ds_cons.h dc_ioasic.c dc_ioasic_cons.h mfbvar.h pm_ds.c sfbvar.h sii_ds.c siivar.h sys/arch/pmax/include: aout_machdep.h ecoff_machdep.h elf_machdep.h mips1_pte.h mips3_pte.h sys/arch/pmax/pmax: locore_machdep.S Removed files: sys/arch/pmax/tc: if_le.c if_levar.h Log message: update the pmax stuff to NetBSD 961107 - this version i got somehow compiled on my decstation 2100 (PLUTO) - but it will not fully work out of the box - but i want to bring it into the tree because i get my own pmax on 961228 - so that i have a good startpoint then :-) all the OpenBSD changes to the pmax tree will follow in the next commit CVSROOT: /cvs Module name: src Changes by: graichen@cvs.openbsd.org 1996/12/22 08:23:07 Modified files: sys/arch/pmax/dev: sfbreg.h sii.c sys/arch/pmax/include: ecoff.h endian.h exec.h param.h sys/arch/pmax/pmax: conf.c cpu.c genassym.c locore.S mainbus.c sys/arch/pmax/stand: filesystem.c sys/arch/pmax/tc: asic.c Log message: bring back all the local OpenBSD changes to the pmax tree since 961107 i hope that i did'nt break anything of the files required for the alpha (in the dev dir) niklas :-) CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/12/22 09:05:24 Modified files: sys/miscfs/specfs: spec_vnops.c Log message: make spec_advlock() perform indirect call to lf_advlock() CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/12/22 10:46:03 Modified files: share/mk : bsd.port.mk Log message: bring in bsd.own.mk CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1996/12/22 11:11:40 Modified files: gnu/usr.bin/binutils/bfd: config.bfd configure configure.in gnu/usr.bin/binutils/gas: configure configure.in gnu/usr.bin/binutils/ld: configure.host configure.tgt Log message: changes to binutils to support powerpc-openbsd CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1996/12/22 11:32:43 Modified files: gnu/usr.bin/gcc: configure Log message: gcc support for powerpc-openbsd CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1996/12/22 11:52:28 Added files: gnu/usr.bin/gcc/config/rs6000: openbsd.h t-openbsd xm-openbsd.h xm-powerpc.h Log message: additional files needed for gcc support for powerpc. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/22 12:41:24 Modified files: gnu/libexec/uucp/libunix: init.c Log message: typo CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/12/22 12:59:53 Modified files: sys/arch/sun3/conf: Makefile.sun3 Log message: removed netbsd refs from "clean" target CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/22 13:02:10 Modified files: games : Makefile.inc games/atc : main.c games/backgammon/backgammon: main.c games/backgammon/teachgammon: teach.c games/banner : banner.c games/bcd : bcd.c games/bs : bs.c games/caesar : caesar.c games/canfield/canfield: canfield.c games/canfield/cfscores: cfscores.c games/factor : factor.c games/gomoku : main.c games/grdc : grdc.c games/hack : hack.main.c hack.pager.c games/hangman : main.c games/mille : mille.c games/monop : initdeck.c games/morse : morse.c games/number : number.c games/pig : pig.c games/pom : pom.c games/ppt : ppt.c games/primes : primes.c games/quiz : quiz.c games/rain : rain.c games/random : random.c games/robots : main.c games/snake/snake: snake.c games/snake/snscore: snscore.c games/worm : worm.c games/worms : worms.c games/wump : wump.c Log message: proper gid revoke CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/22 13:14:10 Modified files: etc : rc Log message: crank ulimit -d for fsck run (someone with a 19GB ccd ran into a problem) CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1996/12/22 13:15:37 Modified files: usr.bin/make : config.h Log message: PowerPC port is ELF based, treat same as svr4, mips, and alpha. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1996/12/22 13:24:26 Modified files: usr.bin/gprof : gprof.h Added files: usr.bin/gprof : powerpc.c powerpc.h Log message: Add powerpc support to gprof. (primative support). CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/12/22 13:54:18 Modified files: gnu/usr.bin/ld : ld.c Log message: Correct handling of weak symbols in shared libraries; from pk@netbsd.org CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1996/12/22 17:33:00 Log message: Import of Openfirmware device drivers for PowerPC port. From NetBSD, with modification to get current time in kernel. Status: Vendor Tag: powerpc_1 Release Tags: powerpc_1 N src/sys/dev/ofw/ofdisk.c N src/sys/dev/ofw/ofrtc.c N src/sys/dev/ofw/ofnet.c N src/sys/dev/ofw/openfirm.h N src/sys/dev/ofw/ofcons.c N src/sys/dev/ofw/ofbus.c N src/sys/dev/ofw/files.ofw No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/22 19:42:45 Modified files: lib/libc/gen : nlist.c sys/conf : files sys/arch/alpha/include: exec.h sys/arch/amiga/include: exec.h sys/arch/arc/include: exec.h sys/arch/arm32/include: exec.h sys/arch/atari/include: exec.h sys/arch/hp300/include: exec.h sys/arch/i386/include: exec.h sys/arch/mac68k/include: exec.h sys/arch/mvme68k/include: exec.h sys/arch/mvme88k/include: exec.h sys/arch/pc532/include: exec.h sys/arch/pmax/include: exec.h sys/arch/powerpc/include: exec.h sys/arch/sparc/include: exec.h sys/arch/sun3/include: exec.h sys/arch/vax/include: exec.h sys/sys : exec.h exec_aout.h sys/kern : exec_aout.c exec_conf.c exec_ecoff.c exec_elf.c exec_subr.c Log message: use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary types CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/22 19:56:27 Modified files: sys/arch/arc/arc: cpu_exec.c Log message: i think this fixes COMPAT_ULTRIX CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/22 19:56:51 Modified files: sys/compat/common: compat_exec.c sys/compat/hpux: hpux_exec.c sys/compat/linux: linux_exec.c sys/compat/sunos: sunos_exec.c Log message: use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary types CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/12/22 21:58:11 Modified files: usr.bin/find : extern.h find.1 find.h function.c option.c Log message: Add -execdir support. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/12/22 21:58:35 Modified files: lib/libc/gen : fts.c Log message: Avoid spoofing when cd'ing to subdirs. First cut. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1996/12/22 23:09:00 Modified files: lib/libc/gen : fts.c Log message: Back out last change, it is not sufficient. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/12/23 00:43:43 Modified files: lib/libutil : readlabel.c shlib_version util.h Log message: readlabelfs() takes two arguments now, update prototype, inc major number. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/12/23 00:44:59 Modified files: sbin/fsck : fsck.c Log message: readlabelfs() CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/12/23 00:46:54 Modified files: sbin/mount : mount.c Log message: readlabelfs() CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/12/23 00:48:29 Modified files: sbin/newfs : newfs.c Log message: readlabelfs() CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/12/23 01:25:31 Modified files: lib/libutil : Makefile Added files: lib/libutil : readlabelfs.3 Log message: add readlabelfs.3 CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/12/23 01:38:50 Modified files: sbin/mount : mount.c Log message: 1 -> 0 CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/12/23 01:47:08 Modified files: sys/netipx : ipx.h ipx_input.c ipx_usrreq.c spx_usrreq.c sys/netns : idp_usrreq.c ns_input.c spp_usrreq.c Log message: no panic on ppp down/retry CVSROOT: /cvs Module name: src Changes by: robin@cvs.openbsd.org 1996/12/23 06:10:13 Modified files: libexec/telnetd: utility.c Log message: Remove redundant/incorrect switch case label: `def_case' CVSROOT: /cvs Module name: src Changes by: robin@cvs.openbsd.org 1996/12/23 06:12:57 Modified files: libexec/telnetd: termstat.c Log message: Add parentheses to assignment used as truth value to eliminate a compiler warning. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/12/23 06:22:50 Modified files: usr.sbin/pppd : Makefile auth.c ccp.c chap.c chap.h demand.c ipcp.c ipxcp.c lcp.c lcp.h main.c options.c patchlevel.h pathnames.h pppd.8 pppd.h sys-bsd.c upap.c Added files: usr.sbin/pppd : cbcp.c cbcp.h Log message: pppd 2.3b3 import. some minor buf oflow fixes and so. try it out ppl, but i've got it running talking to cisco w/ all the AFs enabled in kernel. CVSROOT: /cvs Module name: src Changes by: robin@cvs.openbsd.org 1996/12/23 06:31:41 Modified files: libexec/telnetd: telnetd.c Log message: Eliminate assignment/truth-value compiler warning. CVSROOT: /cvs Module name: src Changes by: robin@cvs.openbsd.org 1996/12/23 06:42:25 Modified files: lib/libterm : termcap.3 Log message: Add missing # include CVSROOT: /cvs Module name: src Changes by: robin@cvs.openbsd.org 1996/12/23 07:29:47 Modified files: libexec/telnetd: sys_term.c Log message: Fix assignment/truth-value compiler warning. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/23 12:21:09 Modified files: usr.bin/passwd : Makefile Log message: warn whoever wants krb5 that they have a /tmp race to fix first CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1996/12/23 15:42:46 Modified files: gnu/usr.bin : Makefile Log message: Powerpc port uses binutils not old compiler tools. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1996/12/23 15:56:50 Modified files: usr.bin : Makefile Log message: PowerPC port uses binutils not 'standard' compilation tools. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/23 17:12:07 Modified files: lib : Makefile Removed files: lib/libcrypt : Makefile nothing.c shlib_version Log message: bye bye CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/23 18:33:40 Modified files: sys/scsi : cd.c sys/dev/atapi : acd.c Log message: deal with the 2340 lie in the right place, i think CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/23 19:40:55 Modified files: sbin/restore : restore.8 Log message: no mkfs CVSROOT: /cvs Module name: www Changes by: jkatz@cvs.openbsd.org 1996/12/23 20:04:46 Modified files: . : plus.html Log message: fixed/updaed plus.html... please check and give feedback, EVERYONE! CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/12/23 20:44:14 Modified files: bin/pax : tables.c Log message: Use mkstemp(3) for temporary files CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1996/12/24 01:37:35 Modified files: . : plus.html Log message: document what we did over the last 3 months CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/24 01:37:51 Modified files: sbin/restore : dirs.c Log message: use mkstemp() CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1996/12/24 01:39:02 Modified files: . : plus.html Log message: roughly indicate when OpenBSD 2.0 was released CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1996/12/24 01:39:55 Modified files: . : plus.html Log message: pretty CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1996/12/24 01:46:15 Modified files: . : plus.html Log message: ooh... CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/24 12:17:12 Modified files: bin/kill : kill.1 Log message: ref sigaction CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/24 12:28:05 Modified files: usr.sbin/ypserv/ypxfr: ypxfr.c Log message: use mkstemp CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/24 12:42:05 Modified files: libexec/mail.local: mail.local.c Log message: comment on why this mktemp use is safe CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/24 13:00:05 Modified files: usr.bin/ftp : cmds.c Log message: use mkstemp instead CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/24 13:04:16 Modified files: bin/df : df.c Log message: indicate this mktemp is vulnerable to a DOS attack, however the impact is very low CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/12/24 13:14:34 Modified files: sys/vm : vm_object.c vm_object.h Log message: Make termination of objects wait for possible collapses before altering the object's shadow linkage. Also note that the object is going to die so that a possible collapse can finish early. CVSROOT: /cvs Module name: src Changes by: dm@cvs.openbsd.org 1996/12/24 13:14:36 Modified files: sys/nfs : nfs_socket.c nfs_vfsops.c sys/sys : mount.h Log message: reclaim NFSMNT_RESVPORT bit, and add more traditional attribute cache timeout flags CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/24 13:29:04 Modified files: sys/arch/mvme68k/mvme68k: trap.c Log message: call all irq routines CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/24 13:30:43 Modified files: sys/arch/mvme68k/dev: vme.c Log message: for the moment, yammer a bit more CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/24 13:31:27 Added files: sys/arch/mvme68k/dev: wl.c wlreg.h Log message: nearly working driver for wglen serial card CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/24 13:31:48 Added files: sys/arch/mvme68k/conf: X Log message: test kernel for wglen driver CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/24 14:22:12 Modified files: usr.bin/ftp : cmds.c Log message: do not need umask fiddling CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/12/24 14:31:46 Added files: sys/arch/sun3/sun3: machdep.h Log message: new NetBSD file CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/12/24 14:34:51 Modified files: sys/arch/sun3/sun3: trap.c Log message: sync with NetBSD CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/12/24 18:19:19 Modified files: usr.sbin/rpc.pcnfsd: pcnfsd_print.c pcnfsd_test.c Log message: Use , not CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/24 18:56:15 Modified files: usr.sbin/cron : crontab.c Log message: do not need umask for mkstemp CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/25 03:21:41 Modified files: sys/isofs/cd9660: cd9660_vfsops.c Log message: smaller code CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/12/25 12:08:11 Modified files: usr.sbin/cron : crontab.c Log message: no compile test after last change: no need for that umask too, i guess CVSROOT: /cvs Module name: src Changes by: imp@cvs.openbsd.org 1996/12/25 13:10:14 Modified files: share/mk : bsd.port.mk Log message: Merge our chagnes with FreeBSD's latest changes. We should now have identical bsd.port.mk files again. This file has successfully compiled many of the archivers, gnu make, and emacs (althought the emacs deltas have not been merged back into the FreeBSD tree yet since I don't have it working yet). The FreeBSD Id line may be slightly off since I generated it by hand to match the commit I just made there. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1996/12/26 03:50:49 Modified files: sys/arch/i386/boot.dos: Makefile dossys.c Log message: compile, Makefile rebuild CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/12/26 18:18:15 Removed files: sys/arch/sun3/dev: if_lereg.h if_levar.h Log message: merged into if_le.c CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/12/26 18:24:20 Modified files: lib/libc/sys : link.2 Log message: adjusted to state "no hard links to directories" CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/12/26 21:31:29 Removed files: sys/arch/sun3/include: isr.h obctl.h Log message: merged into autoconf.h and control.h CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/12/27 01:05:19 Modified files: usr.bin/yacc : skeleton.c Log message: Remove some GCC warnings in generated output; from Steve Price via FreeBSD CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/27 02:48:07 Modified files: sbin/restore : tape.c Log message: epilepsy in csrg? CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/12/27 16:23:28 Added files: sys/arch/m68k/include: sysctl.h Log message: new NetBSD file; #include from on m68k boxen CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/12/27 18:00:44 Modified files: sys/arch/i386/conf: SARUMAN Log message: Switch to pcvt for console CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/12/27 18:01:03 Modified files: sys/arch/i386/conf: GANDALF Log message: Got an NCR controller too now CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/27 19:30:59 Modified files: lib/libc/stdio : gets.c Log message: suggest alternative in ld warn message CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/27 19:33:18 Modified files: lib/libc/stdio : mktemp.c tempnam.c tmpnam.c Log message: 95% of common uses of these are incorrect and insecure. correct use is incredibly rare. Time for some education! CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1996/12/27 21:05:14 src/sys/arch/powerpc/compile Update of /cvs/src/sys/arch/powerpc/compile In directory cvs.openbsd.org:/tmp/cvs-serv18284/compile Log Message: Directory /cvs/src/sys/arch/powerpc/compile added to the repository CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1996/12/27 23:03:56 Added files: sys/lib/libkern/arch/powerpc: memcpy.c Log message: add necessary file for powerpc port. It would be really nice if this was a "standard" libkern function. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1996/12/27 23:09:34 Modified files: sys/arch/powerpc/conf: files.powerpc sys/arch/powerpc/include: ansi.h asm.h endian.h types.h sys/arch/powerpc/powerpc: Locore.c trap.c sys/arch/powerpc/stand: ofdev.h Added files: sys/arch/powerpc/compile: .cvsignore .keep_me sys/arch/powerpc/conf: DDB sys/arch/powerpc/include: db_machdep.h ptrace.h Log message: Changes necessary to make the kernel compile and boot. Some merging with NetBSD port. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1996/12/27 23:17:50 Modified files: sys/lib/libkern/arch/powerpc: Makefile.inc __eabi.c Log message: Adding OpenBSD tags to files. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1996/12/27 23:22:34 Modified files: sys/arch/powerpc/powerpc: Locore.c autoconf.c bcopy.c clock.c conf.c copyinstr.c copyoutstr.c copystr.c db_disasm.c db_interface.c db_memrw.c db_trace.c disksubr.c fpu.c fubyte.c fuswintr.c genassym.c in_cksum.c locore.S machdep.c mem.c ofw_machdep.c ofwreal.S openfirm.c pmap.c process_machdep.c setjmp.S subyte.c suswintr.c suword.c swapgeneric.c sys_machdep.c trap.c vm_machdep.c Removed files: sys/arch/powerpc/powerpc: trap.c.swp Log message: Adding OpenBSD tags to files. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1996/12/27 23:25:28 Modified files: sys/arch/powerpc/include: ansi.h aout_machdep.h bat.h cdefs.h cpu.h disklabel.h endian.h exec.h float.h fpu.h frame.h ieee.h ipkdb.h irq.h kcore.h limits.h param.h pcb.h pmap.h powerpc.h proc.h psl.h pte.h Log message: adding OpenBSD tag to files. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1996/12/27 23:31:22 Modified files: sys/arch/powerpc/stand: Locore.c Makefile Makefile.inc alloc.c boot.c net.c netif_of.c ofdev.c openfirm.h sys/arch/powerpc/stand/boot: Makefile Log message: add OpenBSD tag to files. CVSROOT: /cvs Module name: src Changes by: dm@cvs.openbsd.org 1996/12/27 23:33:02 Modified files: include : stdlib.h lib/libc/crypt : Makefile.inc Added files: lib/libc/crypt : arc4random.c Log message: arc4random() number generator, for use with things like RPC xid's. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1996/12/28 02:06:31 Modified files: lib/libc/yp : ypclnt.3 Log message: an entire an entire CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1996/12/28 12:06:31 Modified files: sys/dev : rnd.c Log message: Fix prerequisite test, still need to check why NODEV bufs comes here. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1996/12/28 12:07:23 Modified files: lib/libc : shlib_version Log message: crank minor due to arc4random CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/12/28 16:10:35 Modified files: sys/arch/sun3/conf: Makefile.sun3 Log message: changed __NetBSD__ to __OpenBSD__ CVSROOT: /cvs Module name: src Changes by: graichen@cvs.openbsd.org 1996/12/29 05:19:11 Modified files: usr.sbin/pkg_install/create: main.c perform.c pkg_create.1 Log message: work around the missing (gtar) -T (--files-from) option of our paxtar in pkg_create so that it should work now with paxtar (the -X option is still missing due to missing -X - in the gtar meaning --exclude-from-file option) i did it by changing the FreeBSD way of doing it (open a pipe to tar with -T - (read filenames from stdin) and give all the filenames to the pipe) to constructing a big :-) argumentlist for tar and executing it without the pipe (not the best solution but it works :-) Modified files: usr.sbin/pkg_install/lib: file.c Log message: our tar (paxtar) is now in /bin/tar not /usr/bin/tar CVSROOT: /cvs Module name: src Changes by: graichen@cvs.openbsd.org 1996/12/29 05:21:30 Modified files: sbin/savecore : savecore.c savecore_old.c Log message: remove one / from the printf of the filenames (_PATH_UNIX begings with a slash - /bsd so we don't need an extra slash there) CVSROOT: /cvs Module name: src Changes by: graichen@cvs.openbsd.org 1996/12/29 05:24:08 Modified files: bin/pdksh : history.c Log message: change the name of the history file from .pdksh_hist to .ksh_history this way it is clearer where it comes from (pdksh is ksh in OpenBSD) and it's more consistent with other shells (bash - .bash_history and i think FreeBSD's sh also used something like .sh_history) CVSROOT: /cvs Module name: src Changes by: graichen@cvs.openbsd.org 1996/12/29 05:26:02 Modified files: sys/arch/i386/isa: pccons.c Log message: add some comments to some things we removed to get also more broken keyboards working CVSROOT: /cvs Module name: src Changes by: graichen@cvs.openbsd.org 1996/12/29 05:27:29 Modified files: sys/arch/i386/i386: machdep.c Log message: be more consistent when printing the memory values at bootup - now also the BIOS mem stuff is printed in bytes - like the other values too CVSROOT: /cvs Module name: src Changes by: graichen@cvs.openbsd.org 1996/12/29 12:44:52 Modified files: sys/arch/i386/boot.dos: Makefile Log message: don't strip boot.com on install CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1996/12/29 16:58:44 Modified files: games/rogue : use.c Log message: Fix typo CVSROOT: /cvs Module name: www Changes by: mickey@cvs.openbsd.org 1996/12/30 04:35:21 Modified files: . : ctm.html Log message: correct suscription cmds CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/12/30 16:25:54 Modified files: share/man/man7 : hier.7 Log message: added info about /emul CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/12/30 16:34:34 Modified files: share/man/man7 : hier.7 Log message: put entries back into alpha sorted order CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/12/30 18:58:04 Modified files: sys/arch/m68k/include: sysctl.h Log message: removed unused CTL_MACHDEP stuff CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1996/12/30 23:14:12 Modified files: sys/arch/sun3/dev: bw2.c cg2.c cg4.c eeprom.c fb.c fbvar.h i82586.h idprom.c if_ie.c if_ie_obio.c if_ie_vmes.c if_ievar.h if_le.c memerr.c obio.c obmem.c si.c si_obio.c si_vme.c zs.c sys/arch/sun3/include: autoconf.h conf.h control.h cpu.h db_machdep.h dvma.h idprom.h mon.h obio.h pmap.h proc.h psl.h types.h z8530var.h sys/arch/sun3/sun3: autoconf.c cache.c clock.c conf.c db_machdep.c db_memrw.c dvma.c fpu.c genassym.c interreg.h intersil7170.h intreg.c isr.c kgdb_stub.c locore.s machdep.c mainbus.c mem.c pmap.c sun3_startup.c swapgeneric.c sys_machdep.c vector.c vector.h vm_machdep.c Log message: sync with 17-Dec-1996 CVSROOT: /cvs Module name: src Changes by: briggs@cvs.openbsd.org 1996/12/31 21:04:50 Modified files: sys/arch/mac68k/conf: GENERIC PUMA SPOT files.mac68k Log message: Supply full path on 'include' lines for config. CVSROOT: /cvs Module name: src Changes by: briggs@cvs.openbsd.org 1997/01/01 07:59:47 Modified files: sys/arch/mac68k/mac68k: autoconf.c Log message: Prototypes for mountroot, etc. are now in sys/systm.h--use ufs/ffs/ffs_extern.h for ffs_mountroot proto. CVSROOT: /cvs Module name: src Changes by: briggs@cvs.openbsd.org 1997/01/01 08:54:22 Modified files: sys/arch/mac68k/mac68k: conf.c Log message: Get blktochr() from sun3/sun3/conf.c CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1997/01/01 09:16:14 Modified files: sys/dev : rnd.c Log message: don't count on MFS in add_blkdev_randomness CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/01 11:57:14 Modified files: usr.bin/vmstat : vmstat.8 Log message: added info about rfork(2) CVSROOT: /cvs Module name: src Changes by: graichen@cvs.openbsd.org 1997/01/01 13:08:13 Modified files: sys/dev/isa : pcmcia_pcic.c Log message: remove unneded space in printf (only cosmetic) CVSROOT: /cvs Module name: src Changes by: graichen@cvs.openbsd.org 1997/01/01 13:10:41 Modified files: sys/arch/i386/conf: LAP PCMCIA TDR Log message: add a comment about how to configure pci pcmcia chips (from stefan grefen - the original author of the NetBSD pcmcia stuff) p.s.: this way i got my notebook working with pcmcia CVSROOT: /cvs Module name: src Changes by: graichen@cvs.openbsd.org 1997/01/01 13:12:26 Added files: etc/amd : master.sample Removed files: etc/amd : master Log message: the master with comments in it is not that much of a good idea - if you enable amd in /etc/netstart by accident it will get very confused about all those comments - i removed it and put a sample master files there CVSROOT: /cvs Module name: src Changes by: graichen@cvs.openbsd.org 1997/01/01 13:15:40 Modified files: etc : rc.local Log message: add a comment about the comment in ttys about how to start xdm via init Modified files: etc/etc.i386 : ttys Log message: add a comment on how to start xdm via init (only i386 for now - which other ports do also have X and on which device in ttys the xdm has to be started there ?) CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/01/01 19:25:57 Modified files: games/monop : initdeck.c Log message: getc returns int not char. This matters on some ports, such as powerpc. (signed vs unsigned issue). CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/01/01 19:29:00 Added files: lib/libc/arch/powerpc/gen: fp.c Log message: Stub routines for set|get fpsticky, fpround, ... Fixing this is listed in the Todo section. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/01/01 19:31:09 Modified files: lib : Makefile Log message: Powerpc port also uses new libkvm. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/01/01 19:55:48 Added files: sys/arch/powerpc/include: reg.h ieeefp.h Log message: adding files previously missing. The reg.h file may not be complete, currently the port does not support ptrace. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/01/01 20:06:54 Modified files: lib/libc/arch/powerpc/gen: Makefile.inc Log message: Add fp.c file, reformat to be more readable. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/01/01 20:09:49 Modified files: gnu/usr.bin/binutils: Makefile.bsd-wrapper Log message: PowerPC is like alpha and mips. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/01/01 20:12:08 Modified files: lib/libc/arch/powerpc/gen: modf.c Log message: Change order of includes to pick up sys/types.h so that typedefs of htonl and friends are not parse errors. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/01/01 20:18:00 Modified files: sys/arch/powerpc: README Log message: Current information about port status. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/01/01 20:29:41 Added files: sys/arch/powerpc: patches Log message: Current differences between development tree and checked in tree. Reason these are not checked in: Wide affecting change that would be "incorrect" for other ports. Build issues that do not have final solutions Misc other changes. (Some cross compilations issues) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/01 23:28:45 Modified files: sys/arch/sparc/sparc: disksubr.c Log message: do not confuse readdisklabel callers CVSROOT: /cvs Module name: www Changes by: graichen@cvs.openbsd.org 1997/01/02 01:55:26 Modified files: . : ftp.html Log message: add an entry for the german ftp mirror to the ftp page - btw. ftp.de.OpenBSD.org mirrors ftp.OpenBSD.org _completely_ (the OpenBSD part) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/02 02:21:11 Modified files: lib/libc/rpc : clnt_tcp.c clnt_udp.c pmap_rmt.c Log message: use arc4random for xid generation CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/01/02 02:34:12 Modified files: bin/pdksh : exec.c history.c main.c misc.c sh.h Log message: Add FSH (set -o sh), initialize it if we're /bin/sh, and add the first use: don't set $_ if we're non-interactive. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1997/01/02 03:50:21 Modified files: usr.sbin/pppd : auth.c options.c Log message: inet_addr --> inet_aton CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1997/01/02 04:10:19 Modified files: sys/net : if_ppp.c Log message: PPP_BSDCOMP not PPP_BSD_COMP CVSROOT: /cvs Module name: www Changes by: graichen@cvs.openbsd.org 1997/01/02 04:21:37 Modified files: . : mail.html Log message: add an entry for the bugs malinglist CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1997/01/02 05:20:44 Modified files: sys/kern : vfs_syscalls.c sys/compat/common: vfs_syscalls_43.c sys/miscfs/union: union_subr.c Log message: pulled out the duplicated, conditional code from both kern/vfs_syscalls.c and compat/common/vfs_syscalls_43.c and placed a single copy of that code into miscfs/union/union_subr.c (seemed like a good place to put it, since it's union-fs related). as a side effect you can build unionfs in lkm. (netbsd pr#2950, Paul Goyette ) CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1997/01/02 05:24:37 Modified files: sys/arch/i386/i386: apm.c Log message: prevent system from suspend/standby twice. (netbsd pr#3005, yasufu-i@is.aist-nara.ac.jp) CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/02 06:07:42 Modified files: gnu/usr.bin/gcc/config/alpha: openbsd.h Log message: DOH! we are not ELF yet. Fix static constructors. CVSROOT: /cvs Module name: src Changes by: graichen@cvs.openbsd.org 1997/01/02 07:05:27 Modified files: gnu/usr.bin/perl: config.sh.OpenBSD Log message: handle the pmax like the arc - no dynamic stuff CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/01/02 09:06:51 Modified files: gnu/usr.bin/perl: config.sh.OpenBSD Log message: handle the powerpc like the arc - no dynamic stuff Thanks to Thomas Graichen for the fix. CVSROOT: /cvs Module name: src Changes by: etheisen@cvs.openbsd.org 1997/01/02 09:34:51 Modified files: usr.bin/passwd : Makefile Log message: libcrypt is no more. CVSROOT: /cvs Module name: src Changes by: etheisen@cvs.openbsd.org 1997/01/02 09:36:01 Modified files: share/man/man4 : Makefile Log message: rnd is random. CVSROOT: /cvs Module name: src Changes by: etheisen@cvs.openbsd.org 1997/01/02 09:37:53 Modified files: sys/arch/i386/boot.dos: Makefile Log message: DESTDIR already set. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/01/02 10:37:27 Modified files: bin/pdksh : exec.c history.c mail.c Log message: After discussing $_ with the maintainer, revert ksh behaviour and completely eliminate it from sh. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/01/02 10:41:48 Modified files: bin/pdksh : sh.1tbl Log message: Don't mention $_. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/01/02 11:16:53 Modified files: bin/pdksh : history.c Log message: Revert HISTFILE. If anyone wants a differently named history file, they can set it in their environment. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/01/02 12:45:37 Modified files: sys/arch/powerpc: patches Log message: Perl should build on the powerpc port now, I will build statically instead of trying to build dynamically and fail. CVSROOT: /cvs Module name: src Changes by: bitblt@cvs.openbsd.org 1997/01/02 12:49:55 Modified files: libexec/ftpd : ftpcmd.y Log message: Fix for the shift-reduce conflict, contributed by dholland@hcs.harvard.edu, who is porting the OpenBSD ftpd to (of all things) Linux. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/02 13:24:10 Modified files: lib/libkvm : kvm_getloadavg.3 lib/libkvm.old : kvm_getloadavg.3 Log message: correct title; frueauf@ira.uka.de CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/02 13:45:52 Modified files: sys/net : if_ethersubr.c if_fddisubr.c Log message: accept llc/snap packets; still cannot send them... CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/01/02 13:48:31 Modified files: usr.bin/lorder : Makefile Log message: Fix the file dendancy problem the same way as on alpha/mips this removed another patched file for powerpc port. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/02 14:33:34 Modified files: libexec/ftpd : ftpd.c Log message: avoid SIGURG race; dg@root.com CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/02 14:47:24 src/usr.bin/aucat Update of /cvs/src/usr.bin/aucat In directory cvs.openbsd.org:/tmp/cvs-serv12355/aucat Log Message: Directory /cvs/src/usr.bin/aucat added to the repository CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/02 15:12:28 Modified files: usr.bin : Makefile Added files: usr.bin/aucat : Makefile aucat.1 aucat.c Log message: new utility for playing sound files CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/02 15:37:55 Modified files: sys/arch/sparc/conf: GENERIC GENERIC_SCSI3 Log message: COMPAT_{SUNOS,SVR4} CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/02 16:14:14 Modified files: etc : Makefile Log message: better perms for ppp stuff CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/02 16:14:55 Added files: etc/ppp : chatscript.sample options.sample Log message: more samples CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/02 17:10:01 Modified files: sys/dev/isa : sbdsp.c Log message: end of pesky log message, thanks to Go Watanabe CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1997/01/02 17:53:26 Modified files: usr.bin/yacc : skeleton.c Log message: YYRECOVERING(), not YYRECOVERING. Approved by Robert Corbett CVSROOT: /cvs Module name: src Changes by: etheisen@cvs.openbsd.org 1997/01/02 20:04:00 Modified files: games/hack : Makefile games/phantasia: Makefile Log message: root NOT games. CVSROOT: /cvs Module name: src Changes by: etheisen@cvs.openbsd.org 1997/01/02 20:19:18 Modified files: etc : Makefile Log message: More /var/log 'placeholder' log files. CVSROOT: /cvs Module name: src Changes by: etheisen@cvs.openbsd.org 1997/01/02 20:27:55 Modified files: etc/etc.i386 : ttys Log message: No virtual consoles by default. CVSROOT: /cvs Module name: src Changes by: etheisen@cvs.openbsd.org 1997/01/02 21:04:53 Modified files: etc : Makefile Log message: Install etc/amd/master.sample NOT master. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/03 00:48:51 Modified files: etc : rc.local Log message: minimize comment CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/03 00:49:06 Modified files: etc/etc.i386 : ttys Log message: minimize CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1997/01/03 09:22:11 Modified files: sbin/quotacheck: Makefile quotacheck.8 quotacheck.c Log message: make it work again, 'twas broken for a long time 'coze of ../fsck/preen.c changes, that is yantc situation. as a side effect it's parallelized too. CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/03 09:45:39 Modified files: sbin/newfs_msdos: newfs_msdos.8 Log message: change all refs from mkdosfs to newfs_msdos CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/03 10:07:38 Modified files: share/man/man4/man4.i386: sb.4 Log message: Note that sb16 is treated as an sbpro. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/03 13:32:13 Modified files: usr.sbin/pppd : chap.c Log message: Use correct md5 API for libc md5 routines. Pointed out by niklas. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/03 13:42:10 Modified files: usr.sbin/pppd : chap_ms.c Removed files: usr.sbin/pppd : md4.c md4.h md5.c md5.h Log message: Remove private copy of md* and fix md4 usage to match libc md4. CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/03 14:05:29 Modified files: usr.bin/aucat : aucat.c Log message: removed unnecessary test CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/03 14:40:51 Modified files: usr.sbin/mtree : Makefile compare.c create.c mtree.8 mtree.c spec.c Log message: From NetBSD: Add a `-t' (touch) option to update time stamps. Only record size for regular files. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1997/01/03 14:44:33 Modified files: sys/arch/i386/stand/biosboot: Tag: new biosboot.S Log message: do the right call now. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/03 15:36:09 Modified files: bin/ls : Makefile cmp.c ls.c print.c Log message: From NetBSD: - Correct sorting behaviour. - Do multicolumn output in a way that's a more likely to line up evenly. From D'Arcy J.M. Cain , NetBSD PR #2965. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/03 15:39:36 Modified files: sys/dev/isa : bt.c btreg.h Log message: make bounce buffer aware CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/03 15:49:22 Modified files: usr.bin/mktemp : mktemp.c Log message: Better error on failure. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/03 15:51:26 Modified files: etc : daily Log message: No point in ls'ing the template, it will never exist. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/03 16:33:50 Modified files: usr.bin/locate/locate: concatdb.sh mklocatedb.sh updatedb.sh etc : weekly Log message: locate shell scripts now use mktemp(1) and weekly runs updatedb as bin not nobody to avoid NFS problems. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/03 18:08:05 Modified files: usr.bin/mktemp : mktemp.1 Log message: Fix typo, too much perl on the brain. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/03 18:36:02 Modified files: usr.bin/locate/locate: locate.updatedb.8 updatedb.sh Log message: Command line args to updatedb. Also, a filename of "-" for the db means output to stdout. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/03 18:36:53 Modified files: etc : weekly Log message: Use new options to locate.updatedb so we don't have to make the database owned by non-root at any time. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/04 01:50:26 Modified files: sys/scsi : cd.c sd.c sys/dev : vnd.c sys/dev/isa : wd.c mcd.c Log message: readdisklabel() with correct dev_t CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/04 05:28:22 Modified files: gnu/usr.bin/gcc: Makefile.in Log message: Add a TOC to a temporary lib so our make(1) will not always rebuild libgcc CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/04 05:40:32 Modified files: sys/arch/amiga/amiga: autoconf.c Log message: Use fancy macros CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/04 05:45:47 Modified files: sys/arch/amiga/conf: FILIPPA Log message: I use IP-filtering at home now too CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/04 05:47:12 Modified files: sys/arch/amiga/conf: GENERIC Log message: Temporarily comment out cross as it is not compiling yet CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/04 05:49:25 Modified files: sys/arch/amiga/isa: ggbus.c Log message: bus.h not bus.old.h CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/04 05:59:50 Modified files: sys/arch/arc/arc: autoconf.c Log message: Print warning when not recognizing the boot device. Also get the partition number from the BIOS when building bootdev. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/04 07:02:51 Modified files: sys/arch/arc/conf: ARCTIC Log message: Go to Buslogic and SCSI CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/04 07:05:50 Modified files: sys/arch/i386/isa: isa_machdep.c Log message: Remove extra blank line CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/04 07:14:56 Modified files: sys/dev/isa : isa.c Log message: Add XXX comment about the delay port CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/04 07:17:32 Modified files: sys/vm : vm_page.c Log message: VM_PAGE_INIT takes an offset as the 3rd arg, not a pointer CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/04 10:10:05 Modified files: sys/kern : vfs_subr.c sys/miscfs/specfs: spec_vnops.c specdev.h Log message: spec_advlock() via lf_advlock() CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/04 13:31:07 Modified files: gnu/usr.bin/texinfo/util: install-info.c Log message: added D to getopt() string CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/04 19:04:34 Modified files: sys/arch/amiga/isa: cross.c crossvar.h Log message: First stab at making a VM-controlled bankswitching driver for the CrossLink driver CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/04 19:08:05 Modified files: sys/arch/amiga/conf: GENERIC Log message: Add cross back, as it at least compiles now CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/04 21:03:28 Modified files: sys/dev/ic : elink3.c Log message: absent pcmcia cards do not interrupt CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/05 01:17:32 Modified files: bin/sh : Makefile Log message: HOSTCC; from rahnds CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/05 01:22:05 Modified files: lib/libtermlib : Makefile Log message: HOSTCC; from rahnds CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/05 01:33:43 Modified files: sys/arch/powerpc: patches Log message: these pieces are done CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/05 04:09:04 Modified files: sys/dev : rnd.c rndvar.h sys/kern : vfs_bio.c tty.c subr_disk.c Log message: Remove lots of timer_state structs as they just ate memory and only a few was ever used. Now a single state is kept for net, tty and disk events resp. Also, call the randomness from disk_unbusy instead of biodone, as biodone gets a lot of virtual events (from virtual filesystems etc), and as a bonus: feed xfer time and size into the entropy pool too. CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/05 12:00:51 Modified files: usr.bin/aucat : aucat.1 aucat.c Log message: minor tweaks; htonl() -> ntohl(); added SEE ALSO CVSROOT: /cvs Module name: src Changes by: bitblt@cvs.openbsd.org 1997/01/05 14:28:08 Modified files: libexec/ftpd : ftpd.c Log message: Signals are now blocked while ftpd runs with euid 0, as suggested by Weiste Venema. If this triggers any problems (most likely with ABOR not working at certain times) let me know. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/05 14:30:06 Modified files: usr.bin/skey : skey.1 Log message: mention rfc1938 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/05 15:12:18 Modified files: share/man/man4 : ccd.4 Log message: typo, kleink@layla.inka.de CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1997/01/05 15:12:50 Modified files: lib/libc/stdlib: malloc.c Log message: Integrate latest malloc(3) from FreeBSD CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1997/01/05 15:15:45 Log message: malloc(3) paper by phk; from FreeBSD Status: Vendor Tag: phk Release Tags: FreeBSD-970105 N src/share/doc/papers/malloc/Makefile N src/share/doc/papers/malloc/abs.ms N src/share/doc/papers/malloc/alternatives.ms N src/share/doc/papers/malloc/conclusion.ms N src/share/doc/papers/malloc/implementation.ms N src/share/doc/papers/malloc/intro.ms N src/share/doc/papers/malloc/kernel.ms N src/share/doc/papers/malloc/malloc.ms N src/share/doc/papers/malloc/performance.ms N src/share/doc/papers/malloc/problems.ms No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1997/01/05 15:18:11 Modified files: share/doc/papers/malloc: Makefile abs.ms alternatives.ms conclusion.ms implementation.ms intro.ms kernel.ms malloc.ms performance.ms problems.ms Log message: OpenBSD tags CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/05 17:18:24 Modified files: lib/libc/md : md4c.c md5c.c Log message: Fix these for big endian systems CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1997/01/05 20:40:33 Modified files: . : plus.html Log message: major new stuff CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1997/01/06 04:06:47 Modified files: usr.sbin/lpr/filters: lpf.c Log message: add -r switch for onlcr translation CVSROOT: /cvs Module name: src Changes by: maja@cvs.openbsd.org 1997/01/06 11:50:50 Modified files: usr.bin/systat : iostat.c Log message: Allow device names to be four characters (eg mcd0 or acd0). -moj CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1997/01/06 22:37:37 Modified files: sys/arch/i386/i386: pmap.c sys/arch/i386/include: pmap.h sys/miscfs/procfs: procfs_mem.c sys/vm : vm_extern.h vm_glue.c vm_mmap.c Log message: Fix for final ptdi panic on i386 CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/06 23:15:22 Modified files: usr.bin/pagesize: pagesize.1 Log message: getpagesize(2) -> getpagesize(3) CVSROOT: /cvs Module name: src Changes by: graichen@cvs.openbsd.org 1997/01/06 23:51:52 Modified files: usr.bin : Makefile Log message: add elf2aout to the mips machines - i would like to keep both of them on both (pmax and arc) - because this way it is easy to build kernels for eachother CVSROOT: /cvs Module name: src Changes by: graichen@cvs.openbsd.org 1997/01/06 23:52:59 Modified files: lib/libcurses : Makefile Log message: don't use LDADD+=-ltermlib on the mips - because it causes problems with the linker (weak symbols) CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/07 03:09:01 Modified files: lib/libc/md : md4c.c md5c.c Log message: DOH! Fixing big endian broke little.. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/07 08:39:01 Modified files: usr.bin/which : which.csh Log message: Return a sane return value so the bsd.port.mk conditions work CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/07 08:57:49 Modified files: usr.bin/which : which.1 Log message: Document the exit values CVSROOT: /cvs Module name: src Changes by: imp@cvs.openbsd.org 1997/01/07 09:53:25 Added files: gnu/usr.bin/binutils/gdb/config/mips: arcmips.mh arcmips.mt Log message: Add missing files from last commit (the one of 12-Dec- 1996) that prevented configuring of gdb on mips platforms. Thanks to Thomas Graichen for pointing out they were missing. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/07 14:34:59 Modified files: usr.bin/ftp : main.c Log message: Return exit status != 0 if any transfers fail in the commandline specified file fetch mode. Makes backup locations in the ports system work. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/07 15:03:40 Modified files: usr.bin/ftp : main.c Log message: some strlen(constant) -> sizeof(ditto) - 1, plus make ftp://host/path work CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/07 16:36:37 Modified files: sys/arch/sun3/dev: bw2.c cg2.c cg4.c eeprom.c fb.c fbvar.h i82586.h idprom.c if_ie.c if_ie_obio.c if_ie_vmes.c if_ievar.h if_le.c memerr.c obio.c obmem.c si.c si_obio.c si_vme.c sys/arch/sun3/include: autoconf.h conf.h control.h cpu.h db_machdep.h dvma.h idprom.h mon.h obio.h pmap.h proc.h psl.h types.h z8530var.h sys/arch/sun3/sun3: autoconf.c cache.c clock.c conf.c db_machdep.c db_memrw.c dvma.c fpu.c genassym.c interreg.h intersil7170.h intreg.c isr.c kgdb_stub.c locore.s machdep.c mem.c pmap.c sun3_startup.c swapgeneric.c sys_machdep.c vector.c vector.h vm_machdep.c Added files: sys/arch/sun3/include: isr.h Log message: backed out prev. netbsd merge except for smaller proc table CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1997/01/07 23:58:42 Modified files: usr.bin/calendar/calendars: calendar.music Log message: note elvis born CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/08 00:35:04 Modified files: share/mk : sys.mk Log message: Include mk files specified in EXTRA_SYS_MK_FILES. Needed for the ports mechanism. This was the least intrusive way we found to solve the problem of getting ports' Makefiles have bsd.own.mk included. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/08 06:04:58 Modified files: sys/compat/ibcs2: files.ibcs2 sys/compat/svr4: svr4_fcntl.c Log message: svr4 should support the svr3 style fcntl-cmd name F_GETLK_SVR3 CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/08 06:19:12 Modified files: usr.bin/ftp : ftp.c Log message: "Too much paranoia" + fake domain in anonftp password as some stupid sites requires it to at least look sensible. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/08 06:37:51 Modified files: sys/kern : makesyscalls.sh Log message: If config-file is not starting with /, consider it to be a relative path. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/01/08 19:46:03 Modified files: sys/arch/powerpc/conf: DDB GENERIC NFS TST TST1 TSTdbg Log message: kernel is bsd not netbsd CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/01/08 20:03:47 Modified files: sys/arch/powerpc/include: exec.h pmap.h Log message: adding further support. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/01/08 20:07:18 Modified files: sys/arch/powerpc/powerpc: genassym.c pmap.c Log message: support resident page count. Attempt at least, pmap doesn't allow for exact tracking. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/01/08 20:19:02 Modified files: usr.bin/xlint/lint1: param.h lib/libc/stdlib: strtod.c Log message: port is powerpc not, ppc. Make the defines so. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/01/08 20:49:40 Modified files: lib/libc/gen : nlist.c Log message: ELF does not use the leading '_' on any port, not just MIPS. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/01/08 20:52:52 Modified files: sys/arch/powerpc/stand: boot.c Log message: Booting OpenBSD not NetBSD. Change the print to reflect that. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/01/08 20:55:06 Added files: sys/arch/powerpc/conf: MINI Log message: minimal kernel to fit on kc boot floppy. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/01/08 21:09:41 Modified files: distrib/crunch/crunchgen: crunchgen.c Log message: add support for ELF in crunch, for crunchgen this means do not add a leading underscore to symbol names. Indicated to crunchgen by a "-E" option. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/01/08 21:16:53 Modified files: distrib/crunch/crunchide: Makefile crunchide.c Added files: distrib/crunch/crunchide: elf_hide.c Log message: Add the ablity to hide symbols on ELF/OLF objects. This is a first cut at the symbol hiding process for ELF. The current method will not work properly on mips. It has been tested for powerpc and should work on alpha. The problem with mips is due to the standard PIC compilation. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/01/08 21:23:29 Modified files: distrib/powerpc: Makefile distrib/powerpc/inst: dot.profile distrib/powerpc/kc: dot.profile distrib/powerpc/kc-common: list raminst.conf Removed files: distrib/powerpc/kc: .tmp_raminst022552 Log message: Changes to shrink kc filesystem, remove update from dot.profile and remove an extra file. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/01/08 21:24:40 Modified files: etc/etc.powerpc: MAKEDEV Log message: remove bpfa and bpfb, didnt know how to make device with minor of 'a' and 'b'. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/01/08 21:58:51 Modified files: sys/arch/powerpc/compile: .cvsignore Log message: ignore new kernel CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/01/08 22:01:55 Modified files: gnu/usr.bin/binutils/gdb: configure.tgt Log message: allow gdb to configure on powerpc port. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/01/08 22:21:29 Modified files: sys/arch/powerpc/stand: Makefile alloc.c Log message: Fix the SALIB dependancies correctly so that it builds and locates the library. Fix alloc.c so that the piece allocated is of the "correct" size for the current allocation by splitting the buffer. This was required so that free would work correctly if a large buffer was allocated, then freed, the allocated again with a small allocation. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/01/08 22:46:47 Modified files: sys/arch/powerpc: patches Log message: Closing down on the last few differences between the build area and the checked in source. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/09 04:22:16 Modified files: usr.bin/ftp : main.c Log message: HTTP fetches would always loop indefinitely CVSROOT: /cvs Module name: src Changes by: weingart@cvs.openbsd.org 1997/01/09 08:35:19 Modified files: usr.bin/pnpinfo: pnpinfo.c Log message: max -> min typo CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/01/09 14:19:04 Modified files: sys/arch/powerpc/powerpc: pmap.c Log message: Now that ELF symbols are working (not leading '_'), dont put them in for these symbols either. CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/09 22:59:24 Modified files: usr.bin/w : w.1 Log message: UNIX3.0 -> 3.0BSD in history section CVSROOT: /cvs Module name: src Changes by: imp@cvs.openbsd.org 1997/01/09 23:54:54 Modified files: gnu/usr.bin/binutils: config.guess gnu/usr.bin/binutils/bfd: config.bfd gnu/usr.bin/binutils/gas: configure configure.in gnu/usr.bin/binutils/gdb: configure.host configure.tgt gnu/usr.bin/binutils/ld: configure.tgt Log message: Change all mips ports to use mips-unknown-openbsd2.0 like gcc does. This should allow for gdb to at least build on pmax, modulo potential platform specific include files. This impacts gas, ld, and other critical system components. Don't build this unless you are happy with your backups, as always for a change of this nature. It works for me on my machine, however. CVSROOT: /cvs Module name: src Changes by: etheisen@cvs.openbsd.org 1997/01/10 11:29:49 Modified files: lib/libc/gen : nlist.c Log message: Leading underscores... Actually, they really DID fuck this up on the MIPS and PPC platforms... Everyone else has _leading! CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/10 12:04:11 Modified files: sbin/newfs_msdos: Makefile newfs_msdos.8 newfs_msdos.c Log message: use opendev(3) + man page correction CVSROOT: /cvs Module name: src Changes by: jkatz@cvs.openbsd.org 1997/01/10 12:09:59 Modified files: sbin/fdisk : fdisk.c Log message: one-line fix so fdisk knows that partitions marked 0x0B are Win95/FAT32 CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/10 16:18:42 Modified files: sys/kern : vfs_cluster.c Log message: Correct a panic condition hitting on machines with NBPG != ffs blocksize, plus having a large bufpages value compared to nbuf. CVSROOT: /cvs Module name: src Changes by: pefo@cvs.openbsd.org 1997/01/10 16:41:25 Modified files: sys/arch/arc/include: bus.h Log message: Use "locore.S" versions of block io operations. They handle unaligned memory references. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/10 17:12:18 Modified files: gnu/usr.bin/gas: version.c Log message: We run OpenBSD CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/11 03:01:29 Modified files: games/adventure: hdr.h io.c wizard.c Log message: Fix PR#2 in a simplistic way. Handle EOF on all getchar()s CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/11 04:58:12 Modified files: share/mk : bsd.port.mk Log message: Support an ONLY_FOR_ARCHS var, that prohibits doing anything for a certain port except for certain architectures. If OBJMACHINE is set set WRKDIR to work.${MACHINE}. Fix a shell construct which pdksh interprets differently than ash as it was written. Make bsd.own.mk be auto-included in make(1) invocations below this one. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1997/01/11 10:57:31 Modified files: sys/compat/svr4: svr4_syscall.h svr4_syscallargs.h svr4_syscalls.c svr4_sysent.c syscalls.master Log message: implement mincore syscall, just like sunos & ultrix compat do. CVSROOT: /cvs Module name: src Changes by: pefo@cvs.openbsd.org 1997/01/11 11:35:54 Modified files: share/termcap : termcap.5 Log message: Describe boolean capabilites betterand at a better place. It was rather difficult to find before. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/01/11 17:27:40 Modified files: distrib/powerpc/inst-common: raminst.conf Log message: Do not link against libcrypt, It doesn't exists anymore. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/01/11 17:31:28 Modified files: distrib/powerpc/kc-common: raminst.conf Log message: Do not link against libcrypt, It no longer exists. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/01/11 17:43:13 Modified files: distrib/powerpc: Makefile.inc Log message: Release version certainly isn't 1.0, not really 2.0 either, but... CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/01/12 00:43:38 Modified files: usr.sbin/config.old: Makefile config.h config.old.8 config.y lang.l main.c mkglue.c mkheaders.c mkioconf.c mkmakefile.c mkswapconf.c mkubglue.c specfile.c specfile.h Log message: sync and add OpenBSD IDs. CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1997/01/12 02:08:30 Modified files: sys/kern : tty.c Log message: Be more Posixly correct; from FreeBSD CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/01/12 05:07:24 Modified files: sys/conf : files.oldconf Log message: add sys_pipe.c CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/01/12 06:02:10 Modified files: sys/sys : exec.h Log message: protect against multiple includes CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/01/12 08:13:46 Modified files: sys/arch/hp300 : Makefile sys/arch/hp300/DOC: Debug.tips HPMMU.notes Options Pmap.notes README TODO.dev TODO.hp300 sys/arch/hp300/conf: DISKLESS GENERIC Makefile.hp300 files.hp300.oldconf sys/arch/hp300/dev: ac.c acioctl.h acvar.h ct.c ctreg.h dca.c dcareg.h dcm.c dcmreg.h device.h dma.c dmareg.h dmavar.h fhpib.c fhpibreg.h grf.c grf_conf.c grf_dv.c grf_dvreg.h grf_gb.c grf_gbreg.h grf_hy.c grf_hyreg.h grf_machdep.c grf_rb.c grf_rbreg.h grf_tc.c grf_tcreg.h grfioctl.h grfreg.h grfvar.h hil.c hil_keymaps.c hilioctl.h hilreg.h hilvar.h hpib.c hpibvar.h if_le.c if_lereg.h if_levar.h iotypes.h ite.c ite_subr.c itereg.h itevar.h kbdmap.h maskbits.h mt.c mtreg.h nhpib.c nhpibreg.h ppi.c ppiioctl.h rd.c rd_compat.c rdreg.h rdvar.h scsi.c scsireg.h scsivar.h sd.c sd_compat.c sdvar.h st.c stvar.h sys/arch/hp300/hp300: Locore.c autoconf.c clock.c clockioctl.h clockreg.h conf.c disksubr.c dkbad.c genassym.c hpux_machdep.c isr.c isr.h kgdb_glue.c kgdb_proto.h kgdb_stub.c led.h locore.s machdep.c mem.c pmap.c pmap_bootstrap.c swapgeneric.c sys_machdep.c trap.c vectors.s vm_machdep.c sys/arch/hp300/include: ansi.h asm.h autoconf.h cdefs.h cpu.h db_machdep.h disklabel.h exec.h float.h frame.h hpux_machdep.h ieeefp.h limits.h mtpr.h param.h pcb.h pmap.h proc.h profile.h psl.h pte.h ptrace.h reg.h setjmp.h signal.h stdarg.h trap.h types.h varargs.h vmparam.h Added files: sys/arch/hp300/conf: NEWCONFIG files.hp300 std.hp300 sys/arch/hp300/dev: Makefile devlist2h.awk dio.c diodevs diodevs.h diodevs_data.h dioreg.h diovar.h grf_subr.c intio.c intiovar.h sys/arch/hp300/hp300: db_memrw.c Removed files: sys/arch/hp300/dev: ite_dv.c ite_gb.c ite_hy.c ite_rb.c ite_tc.c Log message: Mostly sync to NetBSD-current of 011196. Compiles, links, boots to single user. KNOWN NOT WORKING: * DIO-II devices * Dynamic executables NOT EVEN TRIED: * New config support CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/12 16:43:07 Modified files: usr.bin/tail : Makefile extern.h forward.c read.c reverse.c tail.c Removed files: usr.bin/tail : misc.c Log message: Fix core dump and use libc err(3) instead of private one (which had slightly different semantics). Also clean up some gcc -Wall'isms. CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/12 17:29:29 Modified files: sys/arch/sun3/sun3: clock.c mem.c sys/arch/sun3/conf: files.sun3 share/man/man4/man4.sun3: Makefile etc/etc.sun3 : MAKEDEV Added files: sys/arch/sun3/sun3: leds.c ledsvar.h share/man/man4/man4.sun3: leds.4 Log message: back-panel LED control device derived from code by der Mouse CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/12 19:53:52 Modified files: sys/arch/sun3/sun3: leds.c Log message: leds-extern.h -> ledsvar.h CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/01/12 22:03:26 Added files: sys/arch/powerpc: INSTALLATION Log message: Misc installation notes for installing the powerpc port. Probably will change greatly or be moved eventually. CVSROOT: /cvs Module name: src Changes by: graichen@cvs.openbsd.org 1997/01/13 03:32:03 Modified files: sys/arch/pmax/include: endian.h machConst.h param.h pte.h tc_machdep.h Added files: sys/arch/pmax/include: dlfcn.h elf_abi.h link.h Log message: -> -> ... plus missing files from arc CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/13 03:37:45 src/sys/compat/m68k4k Update of /cvs/src/sys/compat/m68k4k In directory cvs.openbsd.org:/tmp/cvs-serv11185/m68k4k Log Message: Directory /cvs/src/sys/compat/m68k4k added to the repository CVSROOT: /cvs Module name: src Changes by: graichen@cvs.openbsd.org 1997/01/13 03:53:28 Modified files: sys/dev/tc : asc.c asc_ioasic.c Log message: small changes to get it compiled on the pmax (does'nt affect anything else) CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/13 04:07:54 Modified files: sys/kern : exec_conf.c sys/arch/m68k/conf: files.m68k files.m68k.oldconf Added files: sys/compat/m68k4k: files.m68k4k m68k4k_exec.c m68k4k_exec.h Log message: Import compat_m68k4k from NetBSD CVSROOT: /cvs Module name: src Changes by: graichen@cvs.openbsd.org 1997/01/13 04:30:45 Modified files: sys/arch/pmax/tc: scc.c sys/arch/pmax/dev: dtop.c Log message: type change to make it compile on the pmax of now CVSROOT: /cvs Module name: src Changes by: graichen@cvs.openbsd.org 1997/01/13 04:31:54 Added files: sys/arch/pmax/conf: SUMMER Log message: my pmax (decstation 5000/200) CVSROOT: /cvs Module name: src Changes by: graichen@cvs.openbsd.org 1997/01/13 04:35:31 Modified files: sys/arch/pmax/conf: Makefile.pmax Added files: sys/arch/pmax/conf: ld.script Log message: now also the pmax builds with the in-tree ld using an ld.script similar to the arc CVSROOT: /cvs Module name: src Changes by: graichen@cvs.openbsd.org 1997/01/13 04:36:29 Modified files: sys/arch/pmax/conf: GENERIC Log message: first try of an OpenBSD/pmax GENERIC kernel (config file) CVSROOT: /cvs Module name: src Changes by: graichen@cvs.openbsd.org 1997/01/13 04:42:48 Modified files: sys/arch/pmax/pmax: cpu_exec.c Log message: use the cpu_exec from the arc CVSROOT: /cvs Module name: src Changes by: graichen@cvs.openbsd.org 1997/01/13 04:43:41 Modified files: sys/arch/pmax : Makefile Log message: don't build the stand dir for now CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/13 04:51:14 Modified files: sys/arch/m68k : Makefile sys/arch/m68k/060sp: Makefile sys/arch/m68k/fpe: fpu_calcea.c fpu_emulate.c fpu_fmovecr.c fpu_fscale.c fpu_fstore.c fpu_log.c sys/arch/m68k/fpsp: Makefile Makefile.inc sys/arch/m68k/include: ansi.h asm.h endian.h reg.h sysctl.h sys/arch/m68k/m68k: copy.s db_disasm.c db_interface.c db_trace.c sunos_machdep.c Added files: sys/arch/m68k/include: asm_single.h Log message: Sync to 970110 NetBSD CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/01/13 10:54:31 Modified files: sys/arch/powerpc: INSTALLATION Log message: Important change to the installation notes. pax must be used with the "-pe" option to keep file ownership, group and permissions (eg suid) on the extracted file. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/01/13 11:03:55 Modified files: sys/arch/hp300/dev: dio.c sys/arch/hp300/hp300: autoconf.c Log message: fix DIO-II mappings, NetBSD PR#3097. CVSROOT: /cvs Module name: src Changes by: maja@cvs.openbsd.org 1997/01/13 12:02:41 src/sys/arch/vax/bi Update of /cvs/src/sys/arch/vax/bi In directory cvs.openbsd.org:/tmp/cvs-serv13897/bi Log Message: Directory /cvs/src/sys/arch/vax/bi added to the repository CVSROOT: /cvs Module name: src Changes by: maja@cvs.openbsd.org 1997/01/13 12:03:17 src/sys/arch/vax/mscp Update of /cvs/src/sys/arch/vax/mscp In directory cvs.openbsd.org:/tmp/cvs-serv13908/mscp Log Message: Directory /cvs/src/sys/arch/vax/mscp added to the repository CVSROOT: /cvs Module name: src Changes by: maja@cvs.openbsd.org 1997/01/13 12:03:59 src/sys/arch/vax/vsa Update of /cvs/src/sys/arch/vax/vsa In directory cvs.openbsd.org:/tmp/cvs-serv13920/vsa Log Message: Directory /cvs/src/sys/arch/vax/vsa added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/13 13:36:26 Modified files: usr.bin/mail : mail.1 Log message: doc "more" command; jdc@orthanc.ncl.ac.uk CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/13 13:45:31 Modified files: usr.sbin/inetd : inetd.8 Log message: correct; kleink@layla.inka.de CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/13 13:54:27 Modified files: libexec/fingerd: fingerd.8 Log message: talk about inetd; kleink@layla.inka.de CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1997/01/13 14:06:08 Modified files: . : plus.html Log message: hmm CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/13 14:23:36 Modified files: sbin/ccdconfig : ccdconfig.c Log message: egid for open; spotted by oliver@secnet.com CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/13 14:28:25 Modified files: sys/arch/sun3/sun3: leds.c Log message: reformatted ala KNF CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/13 16:32:16 Modified files: sys/conf : GENERIC Log message: Add a commented out option NSIP with explanation CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/13 16:38:29 Modified files: sys/arch/amiga/dev: ahscreg.h sbicreg.h Log message: preliminary support for the Apollo 060 accelerator CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/13 17:46:46 Modified files: sys/arch/arc/arc: disksubr.c sys/arch/i386/i386: disksubr.c Log message: RAW_PART CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/13 18:02:42 Modified files: lib/libc/gen : fts.c Log message: Be extra careful when chdir'ing to subdirs. CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/13 19:25:21 Modified files: sys/sys : systm.h Log message: Debugger() is needed by KGDB not just DDB CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/13 20:17:02 Modified files: lib/libc/time : asctime.c ctime.3 difftime.c ialloc.c localtime.c private.h scheck.c time2posix.3 tzfile.5 tzfile.h tzset.3 zdump.8 zdump.c zic.8 zic.c Log message: Update to tzcode1996o + our fixes. Fixes problem pointed out by cross@va.pubnix.com. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/13 21:36:59 Modified files: share/zoneinfo/datfiles: africa antarctica asia australasia backward etcetera europe factory leapseconds northamerica pacificnew solar87 solar88 solar89 southamerica systemv yearistype.sh Log message: Update to tzdata1996n CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1997/01/13 21:47:09 Modified files: usr.bin/yacc : main.c Log message: Use , not . Approved by Bob Corbett. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/01/14 03:33:01 Modified files: usr.bin/strip : strip.c Log message: hack: if we're M68K, also allow us to strip M68K4K. Works for me. CVSROOT: /cvs Module name: src Changes by: maja@cvs.openbsd.org 1997/01/14 07:45:43 Modified files: sys/lib/libkern/arch/vax: Makefile.inc Log message: Remove locc. -moj CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/14 17:01:23 Modified files: usr.bin/join : join.1 Log message: Clarification. From NetBSD. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/14 17:36:59 Modified files: share/mk : bsd.prog.mk sys/arch/powerpc: patches Log message: Add DESTDIR support for crt{begin,end}.o (powerpc only so far) CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/14 17:41:57 Modified files: sys/dev/ic : z8530sc.h Log message: added prototypes CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/14 19:03:56 Modified files: sys/dev : rnd.c Log message: prevent this warning: rnd.c:823: warning: `ret' might be used uninitialized in this function when compiling with -Wall CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/01/14 19:55:29 Modified files: sys/arch/hp300/include: vmparam.h Log message: 8k CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/14 20:06:30 Modified files: sys/miscfs/kernfs: kernfs_vnops.c Log message: fixed warning: kernfs_vnops.c:305: warning: long unsigned int format, u_int arg (arg 3) CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/14 20:19:26 Modified files: sys/net : ppp_tty.c Log message: prevent warning: ppp_tty.c:790: warning: `s' might be used uninitialized in this function CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/14 20:27:15 Modified files: sys/netinet : in_pcb.c Log message: prevent warning: in_pcb.c:182: warning: `old' might be used uninitialized in this function CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/14 20:52:27 Modified files: sys/nfs : nfs_vfsops.c Log message: prevent -Wall warning: nfs_vfsops.c:456: warning: `adjsock' might be used uninitialized in this function CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/01/14 21:54:46 Modified files: sys/arch/hp300/hp300: machdep.c Log message: Don't need this, /sys/compat/m68k4k works better. OpenBSD/hp300 is now 8k! CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/14 22:27:55 Modified files: lib/libc/sys : gettimeofday.2 Log message: Minor formatting tweak from NetBSD (perry) + OpenBSD tags. CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/14 22:35:48 Modified files: sys/dev/ic : z8530sc.c z8530sc.h z8530tty.c Log message: more missing prototypes and other warnings fixed CVSROOT: /cvs Module name: www Changes by: downsj@cvs.openbsd.org 1997/01/14 22:39:45 Modified files: . : hp300.html Log message: Update to reflect a most joyous reality. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/14 22:50:45 Modified files: sys/scsi : scsiconf.c scsiconf.h sys/dev/ic : aic7xxx.c sys/dev/pci : ncr.c Log message: sc_link.adapter_buswidth, set to 16 if wide scsi. if 0 it gets converted to 8 internally so that drivers do not need to init it for regular scsi :-) CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/15 00:00:21 Modified files: sys/dev/sun : kbd_tables.c Log message: extra braces to prevent warning about missing braces CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1997/01/15 00:06:14 Modified files: sys/conf : GENERIC Log message: add IPXIP option commented out, explanation. CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/15 00:09:34 Modified files: sys/dev/sun : kbd.c kbd_xlate.h ms.c Log message: added prototypes, made some functions static, removed unused variables now compiles with -Werror -Wall -Wstrict-prototypes CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/15 01:00:05 src/sys/arch/amiga/stand/boot Update of /cvs/src/sys/arch/amiga/stand/boot In directory cvs.openbsd.org:/tmp/cvs-serv8440/boot Log Message: Directory /cvs/src/sys/arch/amiga/stand/boot added to the repository CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/15 01:02:48 src/sys/arch/amiga/stand/boot/txlt Update of /cvs/src/sys/arch/amiga/stand/boot/txlt In directory cvs.openbsd.org:/tmp/cvs-serv8454/txlt Log Message: Directory /cvs/src/sys/arch/amiga/stand/boot/txlt added to the repository CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/01/15 08:22:14 Modified files: sys/arch/powerpc: patches Log message: Well, actually this seemed to be a bug in generic code, that was being exercised. running with a 8k fs blk size and 4 k page size was a problem. Now running with fs blk size == page size works much better. The fix checked in a week or to back probably would fix this too. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/15 15:08:17 Modified files: usr.sbin/kvm_mkdb: extern.h kvm_mkdb.c nlist.c testdb.c Log message: From NetBSD: make testdb() fail if database version string has length zero. Also, KNF, b* -> mem*, getopt tests against -1, not EOF, and index -> strchr. Added OpenBSD tags. CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/15 15:33:54 Modified files: sys/dev : rnd.c Log message: moved init of ret in randomioctl() to better location CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/15 16:00:02 Modified files: sys/compat/sunos: sunos_misc.c Log message: add prototype of reboot2() via machdep.h CVSROOT: /cvs Module name: src Changes by: maja@cvs.openbsd.org 1997/01/15 16:25:34 Modified files: sys/arch/vax/boot: Makefile autoconf.c boot.c bootxx.c conf.c consio.c copy.c devopen.c edlabel.c ra.c romread.s srt0.s start.s tmscp.c vaxstand.h sys/arch/vax/conf: GENERIC Makefile.vax files.vax sys/arch/vax/if: if_de.c if_qe.c if_uba.c if_uba.h sys/arch/vax/include: ansi.h asm.h cpu.h endian.h ka750.h macros.h mtpr.h nexus.h param.h pmap.h sid.h trap.h types.h vmparam.h sys/arch/vax/mba: hp.c mba.c sys/arch/vax/uba: dhu.c dz.c ts.c uba.c ubareg.h ubavar.h uda.c udareg.h sys/arch/vax/vax: autoconf.c clock.c conf.c crl.c ctu.c db_disasm.c db_machdep.c disksubr.c gencons.c in_cksum.c intvec.s ka650.c ka750.c ka780.c ka860.c locore.c machdep.c ns_cksum.c pmap.c random.s rootfil.c sbi.c swapgeneric.c trap.c uvaxII.c vm_machdep.c Added files: sys/arch/vax/bi: bi.c bireg.h bivar.h kdb.c kdbreg.h sys/arch/vax/boot: ka410.h mfm.c rom.c samachdep.h scsi_hi.c scsi_low.c sd.c so.h str.s sys/arch/vax/if: if_le.c sys/arch/vax/include: aout_machdep.h clock.h ka410.h ka420.h ka43.h ka630.h ka820.h uvax.h vsbus.h sys/arch/vax/mscp: files.mscp mscp.c mscp.h mscp_disk.c mscp_subr.c mscp_tape.c mscpreg.h mscpvar.h sys/arch/vax/uba: qd.c qv.c sys/arch/vax/vax: dzcons.c ka410.c ka43.c ka630.c ka820.c uvax.c uvax_proto.c sys/arch/vax/vsa: dc.c dc7085cons.h hdc9224.c hdc9224.h lk201.c ncr.c ncr.h vsbus.c Removed files: sys/arch/vax/boot: init.c sys/arch/vax/conf: EVERYTHING mkoldconf.awk std.vax sys/arch/vax/include: uvaxII.h sys/arch/vax/uba: tmscp.c tmscpreg.h sys/arch/vax/vax: mscp.c mscp.h mscpvar.h tmscpinf.h Log message: sync with NetBSD 970112 -moj CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/15 16:44:38 Modified files: bin/cp : cp.c bin/csh : printf.c bin/ed : main.c bin/pwd : pwd.c bin/rcp : rcp.c bin/rmail : rmail.c bin/sh : histedit.c bin/sleep : sleep.c distrib/crunch/crunchide: crunchide.c games/arithmetic: arithmetic.c games/banner : banner.c games/boggle/boggle: bog.c games/cribbage : crib.c games/factor : factor.c games/fish : fish.c games/fortune/fortune: fortune.c games/fortune/strfile: strfile.c games/morse : morse.c games/number : number.c games/phantasia: setup.c games/pig : pig.c games/primes : primes.c games/quiz : quiz.c games/random : random.c games/snake/snake: snake.c games/tetris : tetris.c games/worms : worms.c games/wump : wump.c games/gomoku : main.c kerberosIV/kadmin: kadmin.c kerberosIV/kadmind: admin_server.c kerberosIV/kerberos: kerberos.c kerberosIV/kpropd: kpropd.c lib/libc/time : zic.c libexec/fingerd: fingerd.c libexec/ftpd : ftpd.c libexec/getNAME: getNAME.c libexec/lfs_cleanerd: cleanerd.c libexec/mail.local: mail.local.c libexec/rlogind: rlogind.c libexec/rshd : rshd.c libexec/telnetd: telnetd.c regress/lib/libc/db: dbtest.c regress/lib/libc/regex: main.c regress/sys/arch/i386/ldt: testldt.c sbin/bim : bim.c sbin/dmesg : dmesg.c sbin/routed/rtquery: rtquery.c sbin/routed : main.c sbin/modload : modload.c sbin/modunload : modunload.c sbin/mount : mount.c sbin/mount_ados: mount_ados.c sbin/mount_cd9660: mount_cd9660.c sbin/mount_ext2fs: mount_ext2fs.c sbin/mount_fdesc: mount_fdesc.c sbin/mount_ffs : mount_ffs.c sbin/mount_kernfs: mount_kernfs.c sbin/mount_lfs : mount_lfs.c sbin/mount_msdos: mount_msdos.c sbin/mount_null: mount_null.c sbin/mount_portal: mount_portal.c sbin/mount_procfs: mount_procfs.c sbin/mount_umap: mount_umap.c sbin/mount_union: mount_union.c sbin/mountd : mountd.c sbin/ncheck_ffs: ncheck_ffs.c sbin/newfs : newfs.c sbin/newfs_msdos: newfs_msdos.c sbin/newlfs : newfs.c sbin/nfsd : nfsd.c sbin/nfsiod : nfsiod.c sbin/ping : ping.c sbin/reboot : reboot.c sbin/restore : main.c sbin/route : route.c sbin/scsi : scsi.c sbin/shutdown : shutdown.c sbin/swapon : swapon.c sbin/ttyflags : ttyflags.c sbin/umount : umount.c sbin/fsck_ffs : main.c sbin/fsck_msdos: main.c sys/arch/alpha/stand: installboot.c sys/arch/amiga/stand/binpatch: binpatch.c sys/arch/amiga/stand/loadbsd: loadbsd.c sys/arch/atari/stand/binpatch: binpatch.c sys/arch/atari/stand/tostools/chg_pid: chg_pid.c sys/arch/atari/stand/tostools/loadbsd: loadbsd.c sys/arch/atari/stand/tostools/rawwrite: rawwrite.c sys/arch/i386/isa/pcvt/Util/cursor: cursor.c sys/arch/i386/isa/pcvt/Util/demo: playvt.c sys/arch/i386/isa/pcvt/Util/ispcvt: ispcvt.c sys/arch/i386/isa/pcvt/Util/kcon: kcon.c sys/arch/i386/isa/pcvt/Util/loadfont: loadfont.c sys/arch/i386/isa/pcvt/Util/mcon: mcon.c sys/arch/i386/isa/pcvt/Util/scon: scon.c sys/arch/i386/isa/pcvt/Util/set2061: main.c sys/arch/i386/isa/pcvt/Util/userkeys: vt220keys.c sys/arch/mvme68k/stand/installboot: installboot.c sys/arch/pmax/stand: mkboottape.c sys/arch/sparc/stand: installboot.c sys/arch/sun3/stand/installboot: installboot.c sys/dev/microcode/aic7xxx: aic7xxx_asm.c usr.bin/apply : apply.c usr.bin/apropos: apropos.c usr.bin/ar : ar.c usr.bin/at : at.c usr.bin/bdes : bdes.c usr.bin/biff : biff.c usr.bin/cal : cal.c usr.bin/calendar: calendar.c usr.bin/cap_mkdb: cap_mkdb.c usr.bin/chpass : chpass.c usr.bin/cmp : cmp.c usr.bin/col : col.c usr.bin/colrm : colrm.c usr.bin/column : column.c usr.bin/compress: compress.c usr.bin/ctags : ctags.c usr.bin/cut : cut.c usr.bin/du : du.c usr.bin/file : file.c usr.bin/find : main.c usr.bin/finger : finger.c usr.bin/from : from.c usr.bin/fstat : fstat.c usr.bin/ftp : main.c usr.bin/getopt : getopt.c usr.bin/head : head.c usr.bin/hexdump: hexsyntax.c odsyntax.c usr.bin/id : id.c usr.bin/info_mkdb: info_mkdb.c usr.bin/ipcs : ipcs.c usr.bin/join : join.c usr.bin/ktrace : ktrace.c usr.bin/last : last.c usr.bin/lastcomm: lastcomm.c usr.bin/locate/code: locate.code.c usr.bin/locate/locate: locate.c usr.bin/lock : lock.c usr.bin/logger : logger.c usr.bin/elf2olf: elf2olf.c usr.bin/logname: logname.c usr.bin/look : look.c usr.bin/m4 : main.c usr.bin/mail : main.c usr.bin/make : main.c usr.bin/man : man.c usr.bin/mesg : mesg.c usr.bin/modstat: modstat.c usr.bin/netstat: main.c usr.bin/newsyslog: newsyslog.c usr.bin/nfsstat: nfsstat.c usr.bin/nm : nm.c usr.bin/pr : pr.c usr.bin/passwd : passwd.c usr.bin/paste : paste.c usr.bin/login : login.c usr.bin/ranlib : ranlib.c usr.bin/rev : rev.c usr.bin/rlogin : rlogin.c usr.bin/rpcinfo: rpcinfo.c usr.bin/rsh : rsh.c usr.bin/ruptime: ruptime.c usr.bin/rwho : rwho.c usr.bin/script : script.c usr.bin/sed : main.c usr.bin/size : size.c usr.bin/split : split.c usr.bin/strip : strip.c usr.bin/su : su.c usr.bin/systat : main.c usr.bin/tail : tail.c usr.bin/tcopy : tcopy.c usr.bin/telnet : main.c usr.bin/time : time.c usr.bin/touch : touch.c usr.bin/tput : tput.c usr.bin/tr : tr.c usr.bin/tset : tset.c usr.bin/tsort : tsort.c usr.bin/ul : ul.c usr.bin/uniq : uniq.c usr.bin/unvis : unvis.c usr.bin/users : users.c usr.bin/vacation: vacation.c usr.bin/vi/common: main.c usr.bin/vis : vis.c usr.bin/vmstat : vmstat.c usr.bin/w : w.c usr.bin/wall : wall.c usr.bin/whatis : whatis.c usr.bin/whereis: whereis.c usr.bin/whois : whois.c usr.bin/xargs : xargs.c usr.bin/xinstall: xinstall.c usr.bin/nc : netcat.c usr.sbin/ac : ac.c usr.sbin/amd/amd: get_args.c usr.sbin/amd/amq: amq.c usr.sbin/amd/fsinfo: fsinfo.c usr.sbin/amd/mk-amd-map: mk-amd-map.c usr.sbin/catman: catman.c usr.sbin/arp : arp.c usr.sbin/chown : chown.c usr.sbin/config: main.c usr.sbin/config.old: main.c usr.sbin/dev_mkdb: dev_mkdb.c usr.sbin/grfinfo: grfinfo.c usr.sbin/gspa/gspa: gspa.c usr.sbin/hilinfo: hilinfo.c usr.sbin/inetd : inetd.c usr.sbin/iostat: iostat.c usr.sbin/kgmon : kgmon.c usr.sbin/mtree : mtree.c usr.sbin/named/dnsquery: dnsquery.c usr.sbin/named/named-xfer: named-xfer.c usr.sbin/named/xfer: named-xfer.c usr.sbin/netgroup_mkdb: netgroup_mkdb.c usr.sbin/pkg_install/add: main.c usr.sbin/pkg_install/create: main.c usr.sbin/pkg_install/delete: main.c usr.sbin/pkg_install/info: main.c usr.sbin/portmap: portmap.c usr.sbin/pwd_mkdb: pwd_mkdb.c usr.sbin/rarpd : rarpd.c usr.sbin/rbootd: rbootd.c usr.sbin/sendmail/contrib: bitdomain.c usr.sbin/sendmail/mailstats: mailstats.c usr.sbin/sendmail/makemap: makemap.c usr.sbin/sendmail/praliases: praliases.c usr.sbin/sendmail/src: main.c usr.sbin/sysctl: sysctl.c pathconf.c usr.sbin/syslogd: syslogd.c usr.sbin/tcpdump: tcpdump.c usr.sbin/trpt : trpt.c usr.sbin/mopd/mopchk: mopchk.c usr.sbin/mopd/mopd: mopd.c usr.sbin/mopd/mopprobe: mopprobe.c usr.sbin/mopd/moptrace: moptrace.c usr.sbin/vipw : vipw.c usr.sbin/ypserv/makedbm: makedbm.c usr.sbin/ypserv/mknetid: mknetid.c usr.sbin/ypserv/ypserv: ypserv.c usr.sbin/ypserv/ypxfr: ypxfr.c usr.sbin/ctm/mkCTM: mkctm.c usr.sbin/videomode: videomode.c Log message: getopt(3) returns -1 when out of args, not EOF, whee! CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/15 17:35:53 Modified files: sbin/bim : bim.c Log message: getopt(3) returns an int, not char. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/15 20:57:32 Modified files: usr.sbin/sysctl: sysctl.c Log message: Support VM_PSSTRINGS. Man, this has been sitting in my tree for a while... CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/15 20:58:24 Modified files: usr.sbin/pwd_mkdb: pwd_mkdb.c Log message: From NetBSD: Warn about potentially unsafe uid/gid overrides. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/15 21:04:22 Modified files: sbin/fsdb : fsdb.8 fsdb.c fsdb.h fsdbutil.c Log message: Update from NetBSD: adds chlen command and makes -Wall happy. CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/15 21:04:37 Modified files: sys/arch/sun3/conf: Makefile.sun3 sys/arch/sun3/dev: am9516.h bt_subr.c bw2.c cg2.c cg4.c eeprom.c fb.c fbvar.h idprom.c if_ie.c if_ie_obio.c if_ie_vmes.c if_ievar.h if_le.c kd.c memerr.c obctl.c obio.c obmem.c rd_root.c si.c si_obio.c si_vme.c sireg.h vme.c xd.c xdreg.h xdvar.h xio.h xy.c xyreg.h xyvar.h zs.c zs_kgdb.c sys/arch/sun3/include: autoconf.h conf.h cpu.h db_machdep.h dvma.h idprom.h mon.h obio.h pmap.h psl.h z8530var.h sys/arch/sun3/sun3: autoconf.c buserr.h cache.c clock.c conf.c control.c ctrlsp.S db_machdep.c db_memrw.c disksubr.c dvma.c fpu.c genassym.c interreg.h intersil7170.h intreg.c isr.c kgdb_proto.h kgdb_stub.c leds.c ledsvar.h locore.s machdep.c mainbus.c mem.c pmap.c stub.c sun3_startup.c swapgeneric.c sys_machdep.c trap.c vector.c vector.h vm_machdep.c Added files: sys/arch/sun3/dev: zs_cons.h sys/arch/sun3/include: machdep.h Removed files: sys/arch/sun3/include: isr.h sys/arch/sun3/sun3: cache.h machdep.h Log message: all modified code can now compile with -Werror -Wall -Wstrict-prototypes CAVEAT: turning off -O2 produces warnings about "defined but not used" functions from libkern.h removed internal copy of gets() replaced with call to getsn() fixed #ifdef ... #endif mismatch in swapgeneric.c fixed printf() in if_ie.c that was missing an argument fixed si.c so that it compiles added tags to all edited files CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/15 21:19:41 Modified files: sys/sys : reboot.h Log message: added RB_TIMEBAD bootflag CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/15 21:22:49 Modified files: sys/arch/sun3/sun3: machdep.c Log message: machdep.c CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/15 21:57:04 Modified files: sbin/fsdb : fsdb.8 Log message: Speak in English and note that editline(3) now exists. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/15 22:18:55 Modified files: lib/libedit : Makefile chared.c chared.h common.c el.c el.h emacs.c hist.c hist.h histedit.h history.c key.c key.h makelist map.c map.h parse.c parse.h prompt.c prompt.h read.c refresh.c refresh.h search.c search.h sig.c sig.h sys.h term.c term.h termcap.h tokenizer.c tokenizer.h tty.c tty.h vi.c lib/libedit/TEST: test.c Log message: Merge in NetBSD libedit changes and new man pages. Also fix some strncpy() usage in their code. NetBSD change log was: * add a man page for the editline routines * add a man page describing editrc * fix bugs in el_parse(): * didn't execute command when program name matched (test reversed) * was checking against empty string instead of program name * after checks, command to run also pointed to empty string * document ^char and \ escape sequences * when parsing ^char control chars, check the correct char when determining validity (previously, ^char was a NOP interpreted as the literal string because of this bug) * Implement CC_REDISPLAY, which (unlike CC_REFRESH) redraws the entire input * line (a la ^R). This is useful if the binding outputs information and * mucks up the input line. To be used in ``list-choices'' bindings (refer * to the ^D binding in csh when filec is set) CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/15 22:20:29 Added files: lib/libedit : editline.3 editrc.5 Log message: Man pages for libedit, from NetBSD. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/15 22:27:47 Modified files: usr.sbin/sendmail/src: main.c Log message: getopt(3) fix that I missed in the previous sweep. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/15 22:48:03 Modified files: sbin/newfs : newfs.c Log message: Correct logic such that newfs w/o -t on a device w/o a label defaults to ffs like people expect. CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/16 00:27:23 Modified files: usr.bin/renice : renice.8 Log message: disambiguate somewhat CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/16 00:56:51 src/sys/arch/amiga/stand/boot/aout2bb Update of /cvs/src/sys/arch/amiga/stand/boot/aout2bb In directory cvs.openbsd.org:/tmp/cvs-serv20364/aout2bb Log Message: Directory /cvs/src/sys/arch/amiga/stand/boot/aout2bb added to the repository CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/16 00:57:06 src/sys/arch/amiga/stand/boot/libsa Update of /cvs/src/sys/arch/amiga/stand/boot/libsa In directory cvs.openbsd.org:/tmp/cvs-serv20405/libsa Log Message: Directory /cvs/src/sys/arch/amiga/stand/boot/libsa added to the repository CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/16 01:03:58 Modified files: sys/ddb : db_command.c Log message: use RB_TIMEBAD to indicate that the time is wrong and should not be copied to the battery backed up clock via resettodr() in boot(). CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/16 01:08:43 Modified files: sys/arch/sun3/sun3: db_machdep.c machdep.c sun3_startup.c Log message: Use RB_TIMEBAD in boot() to know not to update the battery backed up clock via resettodr(). Make Sun3-only command "machine reboot" only print a warning that the command is obsolete and that you should use the "boot" command instead. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/16 02:27:14 Modified files: sys/arch/amiga : Makefile sys/arch/amiga/amiga: Locore.c amiga_init.c autoconf.c conf.c db_memrw.c device.h disksubr.c drcustom.h genassym.c locore.s machdep.c pmap.c swapgeneric.c sys_machdep.c trap.c sys/arch/amiga/conf: CRASH DRACO FILIPPA GENERIC Makefile.amiga files.amiga std.amiga std.draco sys/arch/amiga/dev: afsc.c ahsc.c ahscreg.h atzsc.c atzscreg.h bzsc.c clock.c clockioctl.h dmavar.h drsc.c empsc.c event.c event_var.h fd.c flsc.c genpar.c grf.c grf_cc.c grf_cl.c grf_clreg.h grf_cv.c grf_et.c grf_etreg.h grf_rh.c grf_rt.c grf_ul.c grf_ulreg.h grf_ultms.g grfabs_cc.c grfabs_ccreg.h grfioctl.h gtsc.c gtscreg.h gvpbus.c gvpbusvar.h idesc.c if_ae.c if_aereg.h if_bah.c if_bahreg.h if_ed.c if_edreg.h if_es.c if_esreg.h if_le.c if_qn.c if_qnreg.h ite.c ite_et.c ite_ul.c iteioctl.h ivsc.c kbd.c kbdreg.h kf_8x11.c kf_8x8.c mfc.c mlhsc.c ms.c msc.c msc6502.h mscreg.h otgsc.c par.c parioctl.h rtmondefs.c rtmons sbic.c sbicreg.h sci.c scireg.h ser.c serreg.h sfas.c siop.c siop_script.ss view.c viewvar.h vuid_event.h wesc.c wstsc.c zbus.c zbusvar.h zssc.c sys/arch/amiga/include: ansi.h asm.h cdefs.h conf.h cpu.h cpufunc.h db_machdep.h exec.h fbio.h float.h frame.h ieeefp.h kcore.h limits.h mtpr.h param.h pcb.h pmap.h proc.h profile.h psl.h pte.h ptrace.h reg.h setjmp.h signal.h stdarg.h trap.h types.h varargs.h sys/arch/amiga/stand: Makefile sys/arch/amiga/stand/binpatch: Makefile sys/arch/amiga/stand/dumpfont: dumpfont.c fontdumper.c sys/arch/amiga/stand/loadbsd: loadbsd.c sys/arch/amiga/stand/loadkmap: Makefile Makefile.inc sys/arch/amiga/stand/loadkmap/din: din-kbdmap.c sys/arch/amiga/stand/loadkmap/sw: Makefile sw-kbdmap.c sys/arch/amiga/stand/loadkmap/us: Makefile us-kbdmap.c Added files: sys/arch/amiga/dev: bztzsc.c bztzscreg.h bztzscvar.h drcom.c drcomvar.h drisavar.h sys/arch/amiga/stand/boot: Makefile Makefile.txlt alloc.s amigagraph.h amigaio.h amigatypes.h ashrdi3.s bbstart.s bcopy.s bzero.c configure.c console.c installboot.8 installboot.sh libstubs.h libstubs.s main.c muldi3.s printf.s samachdep.h startit.s test.s twiddle.c xd.c xd.h sys/arch/amiga/stand/boot/aout2bb: Makefile aout2bb.c aout2bb.h chksum.c chksum.h sys/arch/amiga/stand/boot/libsa: Makefile Makefile.inc sys/arch/amiga/stand/boot/txlt: Makefile txlt.l sys/arch/amiga/stand/loadbsd: Makefile README Removed files: sys/arch/amiga/conf: A3000 COFFEE sys/arch/amiga/dev: gen_cvtab.c scsidefs.h Log message: Sync to NetBSD 970110 CVSROOT: /cvs Module name: src Changes by: maja@cvs.openbsd.org 1997/01/16 07:23:33 Modified files: sys/scsi : scsiconf.c scsiconf.h Log message: Added scsiprint from NetBSD, needed by new driver for VAX. -moj CVSROOT: /cvs Module name: src Changes by: maja@cvs.openbsd.org 1997/01/16 07:26:26 Modified files: sys/arch/vax/include: param.h Log message: Don't define MAXBSIZE here. -moj CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/16 12:42:51 Modified files: sys/arch/sun3/dev: si.c Log message: siprint() -> scsiprint() CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/16 12:47:52 Modified files: sys/dev/isa : aha.c bt.c Log message: ahaprint() & btprint() -> scsiprint() CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/16 12:57:19 Modified files: sys/arch/i386/i386: machdep.c Log message: do not call resettodr() if RB_TIMEBAD is set due to being in ddb with clock updates suspended CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/16 13:43:46 Modified files: sys/arch/atari/atari: machdep.c sys/arch/hp300/hp300: machdep.c sys/arch/mac68k/mac68k: machdep.c sys/arch/mvme68k/mvme68k: machdep.c sys/arch/mvme88k/mvme88k: machdep.c sys/arch/pmax/pmax: machdep.c sys/arch/powerpc/powerpc: machdep.c sys/arch/vax/vax: machdep.c Log message: do not call resettodr() if RB_TIMEBAD is set due to being in ddb with clock updates suspended CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/16 13:47:34 Modified files: sys/scsi : scsiconf.c Log message: prevent scsiconf.c:110: warning: unused variable `l' also, #ifdef 0 -> #ifndef __OpenBSD__ CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/01/16 21:49:02 Modified files: usr.sbin/sendmail/src: Makefile Log message: Fixes: pull in ../../Makefile.inc install mailq and newaliases in /usr/bin CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/16 22:32:10 Modified files: sys/dev/pci : ncr.c Log message: ncr_print() -> scsiprint() CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/16 22:45:37 Modified files: lib/libc/sys : ioctl.2 Log message: added "see also" refs to cdio & chio CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/16 22:53:41 Modified files: sys/arch/alpha/alpha: machdep.c sys/arch/amiga/amiga: machdep.c sys/arch/sparc/sparc: machdep.c Log message: don't update battery backed up clock if system time is wrong from begin in ddb. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/16 23:12:54 Modified files: lib/libc/gen : fts.c Log message: Final fix to make fts(3) spoof-proof. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/16 23:18:20 Modified files: etc : daily Log message: lite2 daily + our changes. We can remove old tmp files now that fts(3) is safe and we have -execdir. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/17 00:14:33 Modified files: games/arithmetic: arithmetic.c games/atc : log.c update.c games/bcd : bcd.c games/boggle/mkdict: mkdict.c games/cribbage : instr.c games/fortune/fortune: fortune.c games/hack : hack.c hack.cmd.c hack.do_name.c hack.do_wear.c hack.dog.c hack.eat.c hack.end.c hack.fight.c hack.invent.c hack.lev.c hack.main.c hack.makemon.c hack.mhitu.c hack.mklev.c hack.mkobj.c hack.mon.c hack.objnam.c hack.options.c hack.pager.c hack.read.c hack.rip.c hack.rumors.c hack.shk.c hack.topl.c hack.trap.c hack.tty.c hack.u_init.c hack.unix.c hack.zap.c games/hangman : playgame.c games/pig : pig.c games/robots : main.c games/sail : main.c kerberosIV/kdb : krb_lib.c kerberosIV/krb : get_in_tkt.c lib/libkvm.old : kvm.c lib/libkvm : kvm.c libexec/getNAME: getNAME.c libexec/mail.local: mail.local.c libexec/rexecd : rexecd.c libexec/rlogind: rlogind.c libexec/rpc.rquotad: rquotad.c regress/lib/libc/db: dbtest.c sbin/ipf : ipf.c parse.c sbin/reboot : reboot.c sbin/routed : parms.c sbin/routed/rtquery: rtquery.c sys/arch/amiga/stand/binpatch: binpatch.c usr.bin/compress: compress.c usr.bin/finger : finger.c net.c usr.bin/fmt : fmt.c usr.bin/hexdump: display.c parse.c usr.bin/locate/locate: fastfind.c util.c usr.bin/mail : aux.c fio.c lex.c list.c names.c usr.bin/more : more.c usr.bin/netstat: if.c inet.c iso.c route.c usr.bin/paste : paste.c usr.bin/patch : patch.c usr.bin/printf : printf.c usr.bin/quota : quota.c usr.bin/ranlib : misc.c usr.bin/rlogin : rlogin.c usr.bin/rusers : rusers.c usr.bin/sup/src: ci.c expand.c stree.c usr.bin/systat : disks.c netcmds.c netstat.c usr.bin/talk : get_names.c usr.bin/tftp : main.c tftp.c usr.bin/tip/aculib: courier.c hayes.c t3000.c ventel.c usr.bin/tr : str.c usr.bin/tset : map.c term.c wrterm.c usr.bin/uudecode: uudecode.c usr.bin/vacation: vacation.c usr.bin/who : who.c usr.bin/window : lcmd1.c lcmd2.c main.c usr.bin/xinstall: xinstall.c usr.bin/yacc/test: ftp.tab.c usr.sbin/chown : chown.c usr.sbin/config.old: mkmakefile.c specfile.c usr.sbin/config: files.c usr.sbin/edquota: edquota.c usr.sbin/ipftest: ipft_hx.c ipft_tx.c ipt.c usr.sbin/mtree : spec.c usr.sbin/pkg_install/add: futil.c usr.sbin/pkg_install/create: perform.c usr.sbin/pkg_install/lib: file.c plist.c str.c usr.sbin/quotaon: quotaon.c usr.sbin/rbootd: parseconf.c rmpproto.c usr.sbin/repquota: repquota.c usr.sbin/rpc.bootparamd: bootparamd.c usr.sbin/rwhod : rwhod.c usr.sbin/traceroute: traceroute.c usr.sbin/ypserv/makedbm: makedbm.c Log message: r?index -> strr?chr CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/17 00:18:12 Modified files: usr.bin/patch : backupfile.c usr.bin/sup/src: scan.c supcmain.c supcmeat.c supcname.c supfilesrv.c supscan.c Log message: more r?index -> strr?chr CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/01/17 00:28:15 Modified files: sys/lib/libsa : stand.h Log message: sys/stat.h gets included here, and STAYS included here, thank you very much. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/17 00:49:23 Modified files: games/sail : externs.h Log message: nuke rindex decl CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/17 00:51:06 Modified files: games/hack : Makefile Log message: no need to link with -lcompat CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/17 00:51:43 Modified files: games/atc : include.h games/hack : config.h hack.h Log message: more r?index -> strr?chr changes CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/01/17 01:29:07 src/sys/arch/hp300/stand/libkern Update of /cvs/src/sys/arch/hp300/stand/libkern In directory cvs.openbsd.org:/tmp/cvs-serv17459/libkern Log Message: Directory /cvs/src/sys/arch/hp300/stand/libkern added to the repository CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/01/17 01:33:07 Modified files: sys/arch/hp300/stand: Makefile autoconf.c boot.c clock.c conf.c cons.c consdefs.h ct.c dca.c dcm.c devopen.c fhpib.c hil.c hpib.c hpibvar.h if_le.c if_lereg.h installboot.sh ite.c ite_dv.c ite_gb.c ite_hy.c ite_rb.c ite_subr.c ite_tc.c itevar.h machdep.c mkboot.c netio.c nhpib.c prf.c rd.c rominfo.h samachdep.h scsi.c scsivar.h sd.c srt0.s tgets.c volhdr.h sys/arch/hp300/stand/libsa: Makefile Makefile.inc Added files: sys/arch/hp300/stand/libkern: Makefile Makefile.inc Removed files: sys/arch/hp300/stand: netboot.c pboot.c sys_inst.c Log message: hp300 bootblocks, sync'd with NetBSD 011697, with changes and a new build method. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/01/17 01:36:53 Added files: sys/arch/hp300/stand: inst.c rawfs.c rawfs.h uboot.c Log message: more new files CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/01/17 01:40:58 Modified files: sys/arch/hp300 : Makefile Log message: more subdirs CVSROOT: /cvs Module name: src Changes by: maja@cvs.openbsd.org 1997/01/17 01:44:26 Modified files: sys/arch/vax/vax: conf.c Log message: Do IPFILTER the OpenBSD way... -moj CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1997/01/17 07:51:37 Modified files: usr.bin/calendar/calendars/ru_SU.KOI8-R: calendar.orthodox Log message: note about Vanya Grozniy CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/17 08:46:56 Modified files: usr.sbin/rmt : rmt.c Log message: Fix potential buf oflow wrt strerror and sprintf. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/17 08:47:51 Modified files: usr.bin/patch : common.h Log message: rindex -> strrchr CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/17 08:51:59 Modified files: usr.sbin/lpr/lpc: cmds.c Log message: possible oflow CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/17 08:54:19 Modified files: usr.sbin/lpr : Makefile usr.sbin/lpr/SMM.doc: 0.t 1.t 2.t 3.t 4.t 5.t 6.t 7.t Makefile Log message: OpenBSD tags CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/17 09:07:28 Modified files: usr.sbin/portmap: portmap.c Log message: OpenBSD tags CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/17 09:10:53 Modified files: usr.sbin/lpr/common_source: displayq.c Log message: Possible buf oflow. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/17 09:11:38 Modified files: usr.sbin/lpr/common_source: common.c lp.h lp.local.h pathnames.h rmjob.c startdaemon.c Log message: Add OpenBSD tags CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/17 09:12:37 Modified files: usr.sbin/portmap: Makefile Log message: Add OpenBSD tag CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/17 09:12:50 Modified files: usr.sbin/lpr/filters: Makefile lpf.c usr.sbin/lpr/lpc: Makefile cmds.c cmdtab.c extern.h lpc.c lpc.h usr.sbin/lpr/lpd: Makefile extern.h key.c lpd.c lpdchar.c modes.c recvjob.c ttcompat.c usr.sbin/lpr/lpq: Makefile lpq.c usr.sbin/lpr/lpr: Makefile lpr.c usr.sbin/lpr/lprm: Makefile lprm.c usr.sbin/lpr/lptest: Makefile lptest.c usr.sbin/lpr/pac: Makefile pac.c Log message: Add OpenBSD tags (was in wrong dir for previous commit) CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/17 10:15:16 Modified files: sys/dev/isa : bt.c Log message: add tag CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/01/17 14:39:21 Modified files: lib/libc/arch/powerpc/gen: Makefile.inc Added files: lib/libc/arch/powerpc/gen: frexp.c Log message: frexp version from m68k, both are IEEE so should be fine. Ok what other routines are missing at this point I wonder, Do we have a standards compilance test? If so, it really needs to be run on this port. CVSROOT: /cvs Module name: src Changes by: pefo@cvs.openbsd.org 1997/01/17 16:13:58 Modified files: sys/arch/arc/dev: pccons.c Log message: mmap for TYNE. mods in ps/2 mouse driver to be more generic... CVSROOT: /cvs Module name: src Changes by: briggs@cvs.openbsd.org 1997/01/17 19:24:22 Modified files: usr.sbin/config: Makefile config.h gram.y hash.c main.c mkioconf.c scan.l sem.c sem.h Added files: usr.sbin/config: Makefile.boot strerror.c Log message: Sync. with current NetBSD--keeping local changes. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/01/17 19:25:49 Removed files: sys/arch/hp300/stand: boot.c Log message: missed this one CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/01/17 20:18:19 Modified files: sys/arch/hp300/stand/libkern: Makefile sys/arch/hp300/stand/libsa: Makefile Log message: Ensure libsa and libkern get compiled with -Dhp300 CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/01/17 20:28:51 Modified files: sys/lib/libsa : exec.c Log message: Gross hack for hp300, and a fix for NO_LSEEK as pointed out by briggs. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/01/17 23:43:07 Modified files: sys/arch/hp300/hp300: autoconf.c Log message: dk_mountroot(), hp300 style. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/01/18 01:05:20 Modified files: etc/etc.hp300 : MAKEDEV Log message: random -> 32, ipl -> 33 CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/01/18 01:13:57 Modified files: sys/conf : files.oldconf Log message: add ipfilter CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/01/18 01:16:57 Modified files: sys/arch/hp300/conf: GENERIC Log message: Add stuff from /sys/conf/GENERIC, including IPFILTER. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/01/18 01:17:46 Modified files: sys/arch/hp300/hp300: conf.c Log message: move random, add ipl. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/01/18 01:29:22 Modified files: sys/netinet : ip_fil.c ip_frag.c ip_nat.c ip_state.c Log message: syslog.h -> sys/syslog.h THIS IS THE KERNEL, DAMNIT. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/18 05:24:26 Modified files: sys/scsi : scsiconf.c Log message: Boundary error (s/<=/p_addr is zero, as it is during autoconfig. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/18 08:30:11 Modified files: sys/arch/hp300/conf: Makefile.hp300 Log message: OpenBSD uses HOSTCC not HOSTED_CC, per tradition CVSROOT: /cvs Module name: src Changes by: briggs@cvs.openbsd.org 1997/01/18 09:18:32 Modified files: sys/scsi : scsiconf.h Log message: scsi->moreluns is a bitfield based on target--should be u_int16_t, now. CVSROOT: /cvs Module name: src Changes by: briggs@cvs.openbsd.org 1997/01/18 10:31:03 Modified files: sys/netns : idp_usrreq.c Log message: Do not partially initialize a structure at declaration in a function. This causes gcc to generate a memset() on the m68k. Instead, bzero and initialize the structure later in the function. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1997/01/18 10:53:55 Modified files: sys/netipx : ipx_usrreq.c Log message: illiminate memset gcc generated call, just like prev commit to the XNS code. CVSROOT: /cvs Module name: src Changes by: briggs@cvs.openbsd.org 1997/01/18 10:58:40 Modified files: sys/arch/mac68k/dev: sbc.c ncr5380.c esp.c Log message: Use scsiprint (and remove scsiprint from esp.c). CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/18 17:43:44 Modified files: sys/compat/ibcs2: files.ibcs2 sys/compat/svr4: svr4_fcntl.c Log message: Do the F_GETLK_SVR3 support not depending on ibcs2, as sparc does not look there CVSROOT: /cvs Module name: src Changes by: briggs@cvs.openbsd.org 1997/01/18 20:14:14 Modified files: sys/arch/m68k/m68k: process_machdep.c Log message: inline -> __inline CVSROOT: /cvs Module name: src Changes by: briggs@cvs.openbsd.org 1997/01/18 20:18:02 Modified files: sys/arch/mac68k/dev: ite.c Log message: inline -> __inline CVSROOT: /cvs Module name: src Changes by: briggs@cvs.openbsd.org 1997/01/18 20:23:25 Modified files: sys/arch/mac68k/dev: esp.c Log message: inline -> __inline CVSROOT: /cvs Module name: src Changes by: briggs@cvs.openbsd.org 1997/01/18 20:56:47 Modified files: sys/kern : kern_synch.c Log message: asm -> __asm CVSROOT: /cvs Module name: src Changes by: briggs@cvs.openbsd.org 1997/01/18 20:58:10 Modified files: sys/arch/mac68k/mac68k: fpu.c machdep.c macrom.c macrom.h trap.c Log message: asm -> __asm, inline -> __inline CVSROOT: /cvs Module name: src Changes by: briggs@cvs.openbsd.org 1997/01/18 20:58:36 Modified files: sys/arch/m68k/m68k: db_interface.c Log message: asm -> __asm CVSROOT: /cvs Module name: www Changes by: downsj@cvs.openbsd.org 1997/01/18 21:44:09 Modified files: . : hp300.html Log message: Add supported hardware list. CVSROOT: /cvs Module name: www Changes by: downsj@cvs.openbsd.org 1997/01/18 21:47:01 Modified files: . : hp300.html Log message: forgot an 'A' CVSROOT: /cvs Module name: www Changes by: downsj@cvs.openbsd.org 1997/01/18 21:52:38 Modified files: . : hp300.html Log message: One more thing. CVSROOT: /cvs Module name: src Changes by: pefo@cvs.openbsd.org 1997/01/19 02:58:45 Modified files: sys/arch/arc/include: mouse.h Log message: Ooops. This should have been committed along with pccons.c CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1997/01/19 05:29:28 Modified files: lkm/ap : Makefile aperture.c version.c Added files: lkm/ap : ap.4 Log message: update to the 1.6 aperture driver from 3.2 XFree86. add manual (composed from mem(4) and README) CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/19 06:53:15 Modified files: sys/arch/m68k/include: db_machdep.h sys/arch/m68k/m68k: db_interface.c db_trace.c sys/arch/amiga/amiga: trap.c sys/arch/sun3/sun3: trap.c machdep.c Log message: From Gordon W Ross (NetBSD): Use db_regs_t instead of struct mc68020_saved_state CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/19 06:58:18 Modified files: sys/arch/amiga/conf: GENERIC Log message: From Ignatios Souvatzis (NetBSD): Fix PR 3090. While here, fix two other comments. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/19 08:19:20 Modified files: sys : Makefile Log message: Add OpenBSD tag CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/19 10:11:27 Modified files: lib/libz : README deflate.c gzio.c inftrees.c shlib_version trees.c zlib.h zutil.c zutil.h Log message: zlib 1.0.4 CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/19 10:25:15 Modified files: usr.bin/compress: compress.c zopen.3 zopen.c Log message: Minor cleanups to make gcc -Wall happier. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/19 12:47:02 Modified files: lib/libc/stdlib: radixsort.3 Log message: Make function decl match prototype in stdlib.h CVSROOT: /cvs Module name: src Changes by: graichen@cvs.openbsd.org 1997/01/19 15:26:21 Modified files: etc : Makefile Log message: add a variable SNAP_GZIP_CMD to the snap_tar target - here my comment in the Makefile: # check if SNAP_GZIP_CMD is set - else set it to "gzip -9" # you may set it to "cat" alternatively for architectures # where the gzip'ing would take too much time (pmax or slower :-) # this way you get only tar'ed snap files and you can gzip # them on a faster machine CVSROOT: /cvs Module name: src Changes by: graichen@cvs.openbsd.org 1997/01/19 15:29:23 Added files: etc/etc.pmax : Makefile.inc etc/etc.alpha : Makefile.inc Log message: add Makefile.inc for tar'ing also the binutils tree (/usr/*-openbsd-*) then making a snapshot - also add a target for creating and copying the GENERIC kernel CVSROOT: /cvs Module name: src Changes by: graichen@cvs.openbsd.org 1997/01/19 15:30:18 Modified files: etc/etc.pmax : MAKEDEV disktab Log message: bring MAKEDEV and disktab up to date with NetBSD (plus local changes) CVSROOT: /cvs Module name: src Changes by: graichen@cvs.openbsd.org 1997/01/19 15:32:23 Modified files: lib/libc/compat-43: setregid.c setreuid.c setrgid.c setruid.c lib/libc/stdio : gets.c mktemp.c tempnam.c tmpnam.c Log message: put all the __warn_references behind a #ifndef NO_WARN_REFERENCES which is then set in the libc Makefile for the mips (the mips linker can't handle them) CVSROOT: /cvs Module name: src Changes by: graichen@cvs.openbsd.org 1997/01/19 15:41:40 Modified files: lib : Makefile Log message: define NO_WARN_REFERENCES for mips - because the mips linker can't handle them CVSROOT: /cvs Module name: src Changes by: graichen@cvs.openbsd.org 1997/01/19 15:46:49 Modified files: gnu/lib/libg++/libg++/gperf: Makefile.bsd-wrapper Log message: work around linker problems on the mips (explicitely link with -ltermlib) CVSROOT: /cvs Module name: src Changes by: graichen@cvs.openbsd.org 1997/01/19 15:49:55 Modified files: sys/arch/pmax/conf: files.pmax Log message: small hack to get the PLUTO kernel compiled CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/19 18:05:09 Added files: lib/libz : algorithm.doc Log message: documents algorithm used. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/19 21:18:19 Modified files: etc/mtree : special Log message: Add a few things and make permissions consistent (all 0XXX not XXX) CVSROOT: /cvs Module name: src Changes by: graichen@cvs.openbsd.org 1997/01/20 00:47:02 Modified files: lib : Makefile lib/libc/compat-43: setreuid.c setrgid.c setruid.c lib/libc/stdio : gets.c mktemp.c tempnam.c tmpnam.c sys/arch/pmax/include: cdefs.h Log message: back out my last change to avoid the __warn_references on the mips - it's now done for the pmax like for the arc in machine/cdefs.h CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1997/01/20 02:13:14 src/lkm/union Update of /cvs/src/lkm/union In directory cvs.openbsd.org:/tmp/cvs-serv26826/union Log Message: Directory /cvs/src/lkm/union added to the repository CVSROOT: /cvs Module name: src Changes by: graichen@cvs.openbsd.org 1997/01/20 02:13:24 Modified files: sys/nfs : nfs_boot.c Log message: replace #ifndef NFSCLIENT with #if !defined(NFSCLIENT) || NETHER == 0 because revarpwhoami is defined in if_ether.c and netbooting without an ethernet card is very unusual :-) p.s.: seems like nobody uses OpenBSD in machines without a network card - because due to this it was'nt possible to build a kernel for such a configuration ... CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1997/01/20 02:15:33 Added files: lkm/union : Makefile union_lkm.c Log message: add union lkm, since it's supported by kernel. from Paul Goyette CVSROOT: /cvs Module name: src Changes by: graichen@cvs.openbsd.org 1997/01/20 02:42:19 Modified files: sys/nfs : nfs_boot.c Log message: better use (NETHER == 0) instead of NETHER == 0 CVSROOT: /cvs Module name: www Changes by: graichen@cvs.openbsd.org 1997/01/20 02:55:54 Modified files: . : ctm.html Log message: ftp.cs.tu-berlin.de is now ctm.OpenBSD.org CVSROOT: /cvs Module name: www Changes by: graichen@cvs.openbsd.org 1997/01/20 02:57:49 Modified files: . : alpha.html Log message: there are snapshots available now (deleted the snapshot's from niklas' todo list) CVSROOT: /cvs Module name: www Changes by: graichen@cvs.openbsd.org 1997/01/20 02:59:14 Modified files: . : pmax.html Log message: wow - we now have also pmax snapshots available - and tell a bit more about the status of OpenBSD/pmax and it's differences to NetBSD/pmax CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/20 08:43:29 Modified files: sys/arch/amiga/amiga: disksubr.c Log message: Accept partitions looking like, but not matching exactly, an ADOS FS partition, as ADOSFS. some %lx -> %x. Print diagnostic for more unknown partition types. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/20 08:49:54 Modified files: sys/adosfs : adlookup.c adosfs.h adutil.c advfsops.c advnops.c Log message: Type pedantery.. a lot of it too, more could be done as well. Sync with NetBSD 970118 too. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/20 10:19:31 Modified files: share/misc : getopt Log message: getopt returns -1 not EOF! CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/20 12:24:08 src/usr.bin/sort Update of /cvs/src/usr.bin/sort In directory cvs.openbsd.org:/tmp/cvs-serv9260/sort Log Message: Directory /cvs/src/usr.bin/sort added to the repository CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/20 12:39:58 Added files: usr.bin/sort : Makefile append.c extern.h fields.c files.c fsort.c fsort.h init.c msort.c pathnames.h sort.1 sort.c sort.h tmp.c Log message: sort(1) from 4.4BSD-lite2 with minor tweaks and bug fixes by me. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/20 12:40:45 src/usr.bin/sort/TEST Update of /cvs/src/usr.bin/sort/TEST In directory cvs.openbsd.org:/tmp/cvs-serv14649/TEST Log Message: Directory /cvs/src/usr.bin/sort/TEST added to the repository CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/20 12:41:40 Added files: usr.bin/sort/TEST: stests Log message: sort(1) test suite CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/20 12:43:26 Modified files: usr.bin/awk : FIXES awk.1 awk.h awklex.l b.c lib.c main.c run.c tran.c Added files: usr.bin/awk : OpenBSD-PATCHES Log message: Latest research awk from June 29, 1996 CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/01/20 13:43:50 Modified files: sys/arch/powerpc/powerpc: machdep.c Log message: ifdef the RB_TIMEBAD change, resettodr doesn't currently do anything anyway, put this problem off till later. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/20 17:53:21 Modified files: usr.sbin/sendmail/cf/cf: Makefile Log message: Build my config files too CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/20 17:54:14 Modified files: usr.sbin/sendmail/cf/cf: waldorf.mc Log message: Add virtusertable and some extra domains into Cw. Remove extra local_procmail CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/20 21:34:34 Modified files: usr.bin : Makefile gnu/usr.bin : Makefile Log message: Install BSD sort(1) not GNU one. Can always change back if necesary. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/20 21:52:46 Modified files: lib/libc/time : localtime.c zdump.c Log message: Remove unnecesary local changes. The strncpy()'s are safe because the string is static and so the last element is always init'd to zero. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/20 23:07:24 Modified files: lib/libc/rpc : clnt_perror.c Log message: More sprintf -> snprintf. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/21 03:33:08 Modified files: gnu/usr.bin/binutils/gas: as.c configure struc-symbol.h write.h gnu/usr.bin/binutils/gas/config: obj-aout.c tc-i386.h tc-m68k.h tc-sparc.h Added files: gnu/usr.bin/binutils/gas/config: te-obsd.h te-obsd532.h Log message: Clone NetBSD config for us, add handling of temporary local labels CVSROOT: /cvs Module name: src Changes by: graichen@cvs.openbsd.org 1997/01/21 05:02:58 Modified files: etc : Makefile etc/etc.alpha : Makefile.inc etc/etc.pmax : Makefile.inc Log message: changing SNAP_GZIP_CMD to GZIP + GZIPEXT etc. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/01/21 10:00:11 Modified files: sys/arch/powerpc/powerpc: locore.S pmap.c Log message: Fix problems pointed out by Andrew Cagney, These didn't seem to have adverse effects, but were wrong. CVSROOT: /cvs Module name: src Changes by: bitblt@cvs.openbsd.org 1997/01/21 10:14:44 Modified files: usr.sbin/amd/amd: mount_fs.c Log message: Fixed potential buffer overflow. CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/21 10:44:06 Modified files: usr.sbin/rdate : rdate.c Log message: make output look like that of date(1) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/21 11:10:40 Modified files: sbin/ifconfig : ifconfig.c Log message: spacing glitch CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/21 12:29:09 Modified files: usr.sbin/rdate : rdate.c Log message: make lint happier CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/21 12:33:17 Modified files: sbin/routed : routed.8 Log message: fixes from msaitoh@spa.is.uec.ac.jp CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/21 13:33:09 Modified files: sbin/routed/rtquery: rtquery.8 Log message: typo, msaitoh@spa.is.uec.ac.jp CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/21 14:14:08 Modified files: usr.bin/awk : FIXES run.c Log message: from the FIXES file: Oct 20, 1988: Fixed %c: if expr is numeric, use numeric value; otherwise print 1st char of string value. still doesn't work if the value is 0 -- won't print \0. This bugged me because it prevents awk from being a general-purpose decimal to bytestream converter (also GNU awk gets this right.) Look in /usr/share/man/cat4/sun3/leds.0 and you see: # echo 0 0 0 5 0 0 0 8 254 253 250 247 239 223 175 127 | awk '{ for (i=1;i<=NF;i++) printf("%c",$i+0); }' > /dev/leds This used to fail since "0" did not produce a \0 on stdout. It doesn't make any sense to me to fix awksprintf() the same way I did awkprintf() since sticking a \0 in a string ends it. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/01/21 14:22:59 Modified files: usr.bin/locate/locate: locate.h Log message: the locate code assumes that char max is 127 (char == signed char) however on the powerpc port that is not the case (char == unsigned char) Thus this change, if anyone has a better idea, feel free. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/01/21 14:34:20 Modified files: sys/isofs/cd9660: cd9660_vfsops.c Log message: If mounting a CD filesystem as a root image, at least call inittodr. Most filesystems have a last modified date that is supplied, however since that is not available on iso9660 could image creation time be used instead? Currently it supplies 0, the beginning of time as the parameter to inittodr. This is so that when installing from a CD image, the file or directory timestamps will be sane, not beginning of time. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/01/21 16:18:08 Added files: etc/etc.powerpc: Makefile.inc Log message: Build bsd and binutils for powerpc ala alpha and pmax. CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/21 16:47:56 Modified files: usr.bin/awk : run.c Log message: optimization: kill two calls to strlen() in format() CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/21 16:57:38 Modified files: usr.bin/awk : run.c Log message: back out 1.4; I should know better than to do this after a big meal CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/21 17:37:16 Modified files: sbin/quotacheck: quotacheck.c Log message: call err() correctly CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/01/21 18:07:30 Modified files: usr.sbin/sendmail: RELEASE_NOTES usr.sbin/sendmail/cf: README usr.sbin/sendmail/cf/cf: Makefile Makefile.dist usr.sbin/sendmail/cf/m4: cfhead.m4 proto.m4 version.m4 usr.sbin/sendmail/doc/op: op.me usr.sbin/sendmail/makemap: Makefile.dist usr.sbin/sendmail/src: READ_ME alias.c clock.c collect.c conf.c conf.h daemon.c deliver.c envelope.c headers.c main.c makesendmail map.c mime.c queue.c readcf.c savemail.c sendmail.8 sendmail.h srvrsmtp.c udb.c usersmtp.c util.c version.c Log message: Sendmail 8.8.5. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/01/21 20:48:55 Added files: usr.sbin/sendmail/cf/cf: knecht.mc usr.sbin/sendmail/cf/ostype: powerux.m4 sinix.m4 Log message: stuff that got missed CVSROOT: /cvs Module name: www Changes by: downsj@cvs.openbsd.org 1997/01/21 20:54:43 Modified files: . : hp300.html Log message: slight fixes for lynx viewing, and add a warning. CVSROOT: /cvs Module name: www Changes by: downsj@cvs.openbsd.org 1997/01/21 21:01:39 Modified files: . : plus.html Log message: stuff done by Todd and I. CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1997/01/21 21:15:20 Modified files: sys/miscfs/procfs: procfs_mem.c Log message: Don't fault a page in twice (first prefault, then vm_fault); the first was not neccecary (and actually caused some problems). CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/21 22:49:20 Modified files: usr.bin/sort : fsort.c Log message: Off by one error. Fixes a core dump. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/21 23:43:54 Modified files: usr.bin/sort : files.c fsort.c msort.c Log message: Fix off-by-one differently--add an extra byte to buffer (ick). Don't dump core on empty file. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/21 23:53:17 Modified files: usr.bin/sort : files.c msort.c sort.c Log message: Fix some err(3) usage and usage string. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/22 01:52:34 Modified files: lib/libc/rpc : get_myaddress.c Log message: SIOCGIFCONF more carefully CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/22 01:54:16 Modified files: usr.sbin/ypbind: ypbind.c Log message: SIOCGIFCONF more carefully CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/22 02:21:51 Modified files: usr.sbin/timed/timed: timed.c Log message: SIOCGIFCONF nicely CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/22 02:22:05 Modified files: usr.sbin/rarpd : rarpd.c Log message: SIOCGIFCONF nicely CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/22 02:24:03 Modified files: gnu/usr.bin/perl: config.sh.OpenBSD Log message: unify mips and m68k ports; idea from graichen CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/22 04:13:54 Modified files: etc : Makefile Log message: Redo the GZIP somewhat. Use NOGZIP= to get no compression at all. if NOGZIP is not set, these three vars are overidable: GZIP, GZIPFLAGS & GZIPEXT. Also do some s/install/\${INSTALL}/ edits CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/22 04:56:36 Added files: gnu/usr.bin/binutils/gdb/config: nm-obsd.h tm-obsd.h xm-obsd.h gnu/usr.bin/binutils/gdb/config/i386: nm-obsd.h obsd.mh obsd.mt tm-obsd.h xm-obsd.h gnu/usr.bin/binutils/gdb/config/m68k: nm-obsd.h obsd.mh obsd.mt tm-obsd.h xm-obsd.h gnu/usr.bin/binutils/gdb/config/ns32k: nm-obsd.h obsd.mh obsd.mt tm-obsd.h xm-obsd.h gnu/usr.bin/binutils/gdb/config/sparc: nm-obsd.h obsd.mh obsd.mt tm-obsd.h xm-obsd.h Log message: Add rudimentary config files for architectures that still use the old gdb CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/22 06:21:00 Modified files: usr.sbin/tcpdump: tcpdump.1 tcpdump.8 Log message: Correct networks(5) references CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/22 11:20:51 Modified files: sys/nfs : nfs_boot.c Log message: get the ethernet/fddi issue half right. This needs to be fixed better CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/22 11:50:42 Modified files: lib/libc/rpc : get_myaddress.c pmap_rmt.c Log message: handle SIOCGIFCONF for as many interfaces as provided CVSROOT: /cvs Module name: www Changes by: drahn@cvs.openbsd.org 1997/01/22 13:26:58 Modified files: . : ppc.html Log message: First cut at actually documenting the port. Very incomplete. Needs more work. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/22 13:28:01 Modified files: lib/libc/sys : send.2 Log message: add docs about EHOSTUNREACH; from hwr@pilhuhn.de CVSROOT: /cvs Module name: www Changes by: drahn@cvs.openbsd.org 1997/01/22 13:30:11 Modified files: . : ppc.html Log message: correct silly list error. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/01/22 13:37:02 Modified files: sys/arch/powerpc: INSTALLATION Log message: example fdisk and disklabel information in the Installation instructions. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/01/22 13:39:36 Modified files: sys/arch/powerpc: README Log message: Current status. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1997/01/22 13:57:16 Modified files: . : plat.html Log message: mv ppc entry CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/22 14:36:32 Modified files: lib/libc/sys : symlink.2 bin/ln : symlink.7 Log message: xref manual pages via SEE ALSO CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/22 14:46:55 Modified files: sys/dev/pci : ncr.c Log message: only go into wide scsi mode if the card supports it CVSROOT: /cvs Module name: src Changes by: pefo@cvs.openbsd.org 1997/01/22 15:23:21 Modified files: sys/arch/arc/arc: pmap.c Log message: Fixed some pmap problems when porting XFree86 (mmap of i/o etc). CVSROOT: /cvs Module name: src Changes by: pefo@cvs.openbsd.org 1997/01/22 15:41:16 Modified files: sys/arch/arc/include: pte.h Log message: pmap enter fixes for I/O mapping. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/22 15:47:52 Modified files: sys/dev/isa : btreg.h bt.c Log message: back out bounce buffer fixes until i get them working 100% CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/22 16:11:48 Modified files: usr.sbin/apm : apm.8 Log message: typo, frueauf@ira.uka.de CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/22 19:18:07 Modified files: usr.sbin/pppd : main.c Log message: Pedantic removal of extra spaces CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/22 19:20:00 Modified files: usr.bin/lorder : lorder.sh lorder.sh.gnm Log message: Accept ${NM} as an override for nm(1), useful for cross-dev. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/22 19:24:23 Modified files: usr.bin/less : Makefile.bsd-wrapper Log message: Use ${INSTALL}. Also make all $(foo) be ${foo}. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/22 20:41:25 Modified files: etc : Makefile Log message: Don't mess with /usr/src if it already exists. CVSROOT: /cvs Module name: src Changes by: flipk@cvs.openbsd.org 1997/01/22 21:13:54 Modified files: sys/dev/isa : aic6360.c Log message: changed aicprint() to scsiprint() CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/22 21:31:37 Modified files: gnu/usr.bin/perl: perl.c Log message: perl mktemp race; fix mailed to larry CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1997/01/22 23:42:51 Modified files: sys/arch/i386/boot: sys.c Log message: allow boot from any [0-9] unit (wd+scsi fits now both) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/22 23:49:13 Modified files: libexec/ftpd : ftpd.c Log message: crank version number CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1997/01/22 23:57:33 Modified files: sys/arch/i386/stand/libsa: Tag: new srt0.S Log message: no bzero no more. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1997/01/23 01:48:47 Modified files: sys/net : zlib.c Log message: add NO_DEFLATE condition to be used in /boot CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/23 03:37:41 Modified files: usr.bin/whereis: whereis.c Log message: nice exit code; mikel CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/23 09:12:21 Modified files: sys/compat/ibcs2: files.ibcs2 ibcs2_errno.c ibcs2_exec.c ibcs2_ioctl.c ibcs2_ipc.c ibcs2_misc.c ibcs2_socksys.c ibcs2_stat.c ibcs2_util.h syscalls.master Log message: Sync with NetBSD 970118 CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/23 09:22:57 Modified files: sys/compat/ibcs2: Makefile ibcs2_socksys.c Log message: Sync with NetBSD 970118, missed... CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/23 10:42:54 Modified files: bin/test : TEST.csh test.1 Added files: bin/test : TEST.README TEST.sh Log message: sh-based TEST suite and man page clarifications from FreeBSD CVSROOT: /cvs Module name: www Changes by: jkatz@cvs.openbsd.org 1997/01/23 11:33:29 Modified files: . : index.html Log message: Changed 13 to 14 for # of ports because of addition of ppc support! CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/23 11:59:33 Modified files: include : fstab.h share/man/man5 : fstab.5 Log message: correct fs_passno comment; drochner@zelux6.zel.kfa-juelich.de CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/23 13:01:43 Modified files: games/backgammon/teachgammon: data.c Log message: documentation errors; from max@freebsd CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/23 16:48:24 Modified files: etc/etc.sparc : README Log message: update CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/23 17:15:07 Added files: etc/etc.arc : Makefile.inc Log message: blah CVSROOT: /cvs Module name: src Changes by: briggs@cvs.openbsd.org 1997/01/23 18:25:26 Added files: sys/arch/mac68k/conf: TIGER Log message: Add kernel config for Allen's Q700. CVSROOT: /cvs Module name: src Changes by: briggs@cvs.openbsd.org 1997/01/23 18:35:54 Modified files: sys/arch/mac68k/conf: GENERIC Makefile.mac68k SPOT files.mac68k std.mac68k sys/arch/mac68k/dev: adb.c adbsys.c adbvar.h asc.c grf.c grf_iv.c grf_mv.c if_ae.c if_aereg.h ite.c mac68k5380.c ncr5380.c nubus.c nubus.h obio.c sbc.c z8530tty.c zs.c sys/arch/mac68k/include: autoconf.h cpu.h types.h viareg.h vmparam.h sys/arch/mac68k/mac68k: autoconf.c clock.c conf.c fpu.c genassym.c locore.s machdep.c macrom.c mainbus.c pmap.c pmap_bootstrap.c pram.c trap.c via.c Added files: sys/arch/mac68k/dev: obiovar.h Log message: Sync w/ NETBSD_CURRENT_971122. CVSROOT: /cvs Module name: www Changes by: briggs@cvs.openbsd.org 1997/01/23 19:00:35 Modified files: . : mac68k.html Log message: Point questions to gene and myself. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/23 19:12:16 Modified files: gnu/usr.bin/gcc/config/mips: openbsd-le.h Log message: missing */ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/23 19:13:11 Modified files: gnu/usr.bin/gcc/config/mips: openbsd.h Log message: netbsd? nope.. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/23 19:14:40 Modified files: gnu/usr.bin/gcc/config/mips: openbsd-be.h openbsd-le.h Log message: not netbsd CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/23 20:39:05 Modified files: share/man/man4/man4.i386: ep.4 Log message: more info CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/23 20:41:47 Modified files: share/man/man4 : acd.4 share/man/man4/man4.i386: wd.4 Log message: Xref acd/wd CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/23 21:42:34 Modified files: gnu/usr.bin/perl: config.sh.OpenBSD Log message: arc/pmax -> mips CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/24 04:17:12 Modified files: sys/arch/i386/i386: disksubr.c sys/arch/arc/arc: disksubr.c Log message: do not build fake disklabel partitions for MBR partitions that have out-of-range start/size fields CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1997/01/24 10:30:51 Modified files: . : index.html Log message: delete non-updating www mirrors CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1997/01/24 11:20:59 Modified files: . : index.html Log message: ok, mono.org works CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/24 11:24:10 src/sys/arch/alpha/common Update of /cvs/src/sys/arch/alpha/common In directory cvs.openbsd.org:/tmp/cvs-serv12230/common Log Message: Directory /cvs/src/sys/arch/alpha/common added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/24 12:17:26 Modified files: lib/libpcap : inet.c Log message: SIOCGIFCONF nicely CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/24 12:34:17 Modified files: sys/dev/pci : pci.c pcivar.h Log message: Sync with NetBSD 960123 CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/24 12:41:24 Modified files: bin/pax : ar_subs.c extern.h gen_subs.c options.c Log message: Support multiple -v options like GNU tar (> 1 -v means do ls-like output). CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/24 12:58:33 Modified files: sys/arch/alpha : STATUS sys/arch/alpha/alpha: autoconf.c clock.c cpu.c dec_2100_a50.c dec_2100_a50.h dec_3000_300.c dec_3000_300.h dec_3000_500.c dec_3000_500.h dec_axppci_33.c dec_axppci_33.h dec_kn20aa.c dec_kn20aa.h disksubr.c in_cksum.c interrupt.c locore.s machdep.c mainbus.c mem.c pmap.old.c prom.c promcons.c support.c sys_machdep.c trap.c vm_machdep.c sys/arch/alpha/conf: ALPHA BUNNY GENERIC GENERIC.PROF JURA Makefile.alpha NOSY OPAL RAMDISK files.alpha std.alpha sys/arch/alpha/include: alpha_cpu.h ansi.h asm.h autoconf.h bus.h cpu.h intr.h intrcnt.h param.h pcb.h pmap.old.h proc.h profile.h prom.h pte.h rpb.h types.h sys/arch/alpha/isa: isa_machdep.h mcclock_isa.c pckbd.c pms.c sys/arch/alpha/pci: apecs.c apecs_pci.c apecsvar.h cia.c cia_bus_io.c cia_bus_mem.c cia_pci.c ciareg.h ciavar.h lca.c lca_pci.c lcareg.h lcavar.h pci_2100_a50.c pci_axppci_33.c pci_kn20aa.c pci_machdep.c pci_machdep.h pcivgavar.h pcs_bus_io_common.c pcs_bus_mem_common.c sio.c sio_pic.c tga.c tga_bt485.c sys/arch/alpha/stand: prom.c sys/arch/alpha/tc: cfb.c esp.c espvar.h ioasic.c mcclock_ioasic.c scc.c sccvar.h sfb.c tc_3000_500.c tc_bus_mem.c tc_conf.h tcasic.c tcds.c tcds_dma.c tcdsvar.h sys/arch/alpha/wscons: kbd.c kbd.h ms.c ms.h wscons.c wscons_emul.c wscons_rinit.c wsconsvar.h Added files: sys/arch/alpha/alpha: cpuconf.c dec_eb164.c sys/arch/alpha/common: shared_intr.c vga.c vgavar.h sys/arch/alpha/include: cpuconf.h sys/arch/alpha/isa: isa_machdep.c pcppi.c pcppivar.h vga_isa.c vga_isavar.h sys/arch/alpha/pci: apecs_bus_io.c apecs_bus_mem.c lca_bus_io.c lca_bus_mem.c pci_eb164.c pci_eb164.h pci_eb164_intr.s vga_pci.c vga_pcivar.h sys/arch/alpha/stand: installboot.8 Log message: Sync with NetBSD 961207 CVSROOT: /cvs Module name: src Changes by: chuck@cvs.openbsd.org 1997/01/24 13:57:53 Modified files: sys/dev/ic : midway.c Log message: bug fix: - if aal5 frame has a CRC error then the length field in the aal5 trailer may not be valid, so we can not use it [and we must dump the frame] [Yuhang Sun & chuck@ccrc.wustl.edu] CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/24 16:11:33 Modified files: usr.bin/awk : FIXES Makefile awklex.l lib.c proto.h run.c Added files: usr.bin/awk : lexyy.c Log message: Basically stock AT&T resarch awk until the awk vs. flex problems have a better resolution. CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/24 16:43:11 Modified files: usr.bin/awk : FIXES run.c Log message: reapplied 1.2 -> 1.3 changes to run.c that got squashed CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/24 17:24:32 Modified files: usr.bin/awk : run.c Log message: back out 1.2 again for testing CVSROOT: /cvs Module name: src Changes by: dm@cvs.openbsd.org 1997/01/24 17:27:32 Modified files: sys/kern : kern_descrip.c vfs_syscalls.c Log message: Only disclose generation number to root. CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/24 20:24:54 Modified files: usr.bin/awk : run.c Log message: reapplied 1.2 -> 1.3 changes to run.c plus many fixes CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/01/24 21:59:43 Modified files: lib/libc/gen : getgrent.c Log message: sync with NetBSD, changes from PR#3114, Michael.Eriksson@era-t.ericsson.se CVSROOT: /cvs Module name: src Changes by: imp@cvs.openbsd.org 1997/01/24 22:17:46 Modified files: gnu/usr.bin/binutils/gdb/config/mips: arcmips.mh Log message: MMALLOC_DISABLE -> MALLOC_CFLAGS to fix link problem. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/25 01:47:59 Modified files: usr.bin/mkdep : mkdep.append mkdep.gcc.sh mkdep.old.compiler mkdep.sh mkdep.ultrix Log message: do not use PATH, s/gcc/cc/, mouse@Rodents.Montreal.QC.CA netbsd pr#3138 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/25 02:16:43 Modified files: distrib/i386/floppies: Makefile.inc distrib/i386/floppies/inst-common: Makefile.inc distrib/i386/floppies/kc: Makefile Log message: hacks to make it fit, parts by niklas CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/25 07:27:46 Modified files: usr.bin/mkdep : mkdep.append mkdep.gcc.sh mkdep.sh mkdep.ultrix Log message: Use ${CC:-cc} instead of cc CVSROOT: /cvs Module name: src Changes by: dm@cvs.openbsd.org 1997/01/25 10:37:35 Modified files: sys/kern : kern_descrip.c Log message: Changed my mind about where to do this. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/25 14:16:45 Modified files: usr.bin/lorder : lorder.sh lorder.sh.gnm Log message: do not change PATH CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/25 14:30:39 Modified files: lib/libc/net : rcmd.c Log message: never hand over a nonresv port, even if asked. problem reported by gmeinerj@ZUMtOBEL.co.at CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/25 14:42:36 Modified files: usr.bin/ftp : cmds.c extern.h main.c Log message: split cd() into two pieces, whoever was here last did a bad job CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1997/01/25 16:13:57 Modified files: etc : networks Log message: Don't include bogus information here CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1997/01/25 16:26:43 Modified files: usr.bin/netstat: route.c Log message: Attempt to give the entire passed address to getnetbyaddr() before starting to try various network masks CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1997/01/25 16:31:49 Modified files: sys/kern : kern_clock.c Log message: Improve adjtime() for odd hz values; from Dennis Ferguson (NetBSD PR# 2787) CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1997/01/25 16:35:59 Modified files: sys/kern : kern_clock.c Log message: Don't do disruptive time corrections if tick size is not integral; from Dennis Ferguson (NetBSD PR #2788) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/25 17:02:27 Modified files: usr.bin/sort : sort.c Log message: for implied stdin, do not corrupt argv[0] CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/25 17:05:45 Removed files: sys/arch/i386/conf: HELIOS_PCMCIA Log message: bye CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/25 17:22:30 Modified files: share/mk : bsd.lib.mk Log message: use mktemp(1) to avoid /tmp race; spotted by dholland@eecs.harvard.edu CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/25 18:22:27 src/sbin/fsirand Update of /cvs/src/sbin/fsirand In directory cvs.openbsd.org:/tmp/cvs-serv7340/fsirand Log Message: Directory /cvs/src/sbin/fsirand added to the repository CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1997/01/25 18:23:46 Modified files: sys/netinet : ip.h ip_input.c ip_var.h raw_ip.c udp.h udp_usrreq.c Log message: Make ip_len and ip_off unsigned values; don't transmit or accept packets larger than the maximum IP packet size. From NetBSD. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/25 19:23:25 Added files: sbin/fsirand : Makefile fsirand.8 fsirand.c Log message: ffs inode randomizer CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/25 19:26:05 Modified files: sbin : Makefile Log message: add fsirand CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/25 20:56:53 Modified files: usr.bin/fmt : fmt.c Log message: Dynamic buffering to handle arbitrary line length and center option from FreeBSD I also cleaned it up to pass -Wall and check malloc(). CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/01/25 22:10:34 Modified files: lib/libc : shlib_version lib/libc/sys : Makefile.inc chown.2 Log message: Add lchown(), increment minor number. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/01/25 22:11:17 Modified files: include : unistd.h Log message: Add lchown() declaration. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/01/25 22:18:30 Modified files: sys/kern : syscalls.master vfs_syscalls.c Log message: Add lchown(2). CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/01/25 22:21:01 Modified files: sys/kern : init_sysent.c syscalls.c vnode_if.c Log message: Regen. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/01/25 22:22:15 Modified files: sys/sys : syscall.h syscallargs.h vnode_if.h Log message: Regen. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/01/25 22:54:29 Modified files: usr.sbin/chown : Makefile chgrp.1 chown.8 chown.c Log message: Enable -h for calling lchown(2) instead of chown(2), and fix rcs ids. CVSROOT: /cvs Module name: www Changes by: downsj@cvs.openbsd.org 1997/01/25 22:58:32 Modified files: . : plus.html Log message: Note syscall number 254. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/01/25 23:42:21 Modified files: sys/arch/powerpc/include: vmparam.h Log message: change default data limit so that source build will work without modifications. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/01/26 01:00:54 Modified files: games/gomoku : gomoku.h main.c pickmove.c Log message: Check malloc() return value. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/01/26 01:17:28 Modified files: gnu/usr.bin/binutils/gas/config: tc-ppc.c Log message: change constant handling with @l. if the expected argument to the opcode is unsigned, return (val & 0xffff) if the expected argument to the occode is signed, sign extend the 16 bit value short = val; val = (int) short; CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/01/26 02:06:40 Modified files: sys/arch/powerpc/powerpc: locore.S Log message: Change to fix bug with constant handling in locore. 16 bit operations should not be done on 32 bit quantities. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/01/26 02:36:22 Modified files: gnu/usr.bin/cpio: COPYING.LIB ChangeLog Makefile NEWS README copyin.c copyout.c copypass.c cpio.1 dirname.c error.c extern.h filemode.c fnmatch.c fnmatch.h getopt.c getopt.h getopt1.c global.c idcache.c main.c makepath.c stripslash.c system.h tar.c userspec.c util.c version.c xmalloc.c xstrdup.c Added files: gnu/usr.bin/cpio: cpio.texi Removed files: gnu/usr.bin/cpio: VERSION alloca.c Log message: cpio 2.4.2, including texinfo file. supports lchown(). CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/01/26 02:53:25 Modified files: gnu/usr.bin/gzip: Makefile Added files: gnu/usr.bin/gzip: gpl.texinfo gzip.texi Log message: Add missing documentation; build and install it. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/26 03:02:11 Modified files: sys/dev/isa : pcmcia_pcic.c Log message: Fixed a busification bug (some may well remain), as well as some KNF issues CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/01/26 03:33:23 Modified files: bin/pax : extern.h file_subs.c Log message: Support lchown(). CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/26 04:00:08 Modified files: sys/dev/isa : pcmcia_pcic.c Log message: Some more KNF CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/26 05:57:15 Modified files: distrib/crunch/crunchgen: crunchgen.c Log message: Even if the objs are cached, we want to find the Makefile CVSROOT: /cvs Module name: src Changes by: briggs@cvs.openbsd.org 1997/01/26 11:57:06 Modified files: sys/arch/mac68k/dev: ncr5380.c Log message: Nuke cruft from NetBSD merge (max_target). CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1997/01/26 14:43:39 Modified files: sys/net : if_ethersubr.c Log message: Don't examine an mbuf after it has been released; from Andreas Gunnarsson CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/26 15:04:46 Modified files: bin/cp : utils.c Log message: support for lchown(2) if "-p" is used CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/01/26 16:02:26 Modified files: sys/compat/svr4: syscalls.master Log message: We can do lchown(2) now. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/01/26 16:05:12 Modified files: sys/compat/osf1: syscalls.master Log message: We can do lchown(2) now. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/01/26 16:08:11 Modified files: sys/compat/osf1: osf1_syscall.h osf1_syscallargs.h osf1_syscalls.c osf1_sysent.c sys/compat/svr4: svr4_syscall.h svr4_syscallargs.h svr4_syscalls.c svr4_sysent.c Log message: Regen. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/01/26 16:34:55 Modified files: bin/ln : symlink.7 Log message: We don't follow old 4.4BSD symlink semantics anylonger. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/01/26 16:36:13 Modified files: lib/libc/sys : Makefile.inc Log message: Add a link for lchown.2 CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/01/26 16:52:04 Modified files: sys/compat/sunos: syscalls.master sys/compat/ultrix: syscalls.master Log message: Since these are old systems, call lchown() in place of chown(). CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/01/26 16:54:06 Modified files: sys/compat/sunos: sunos_syscall.h sunos_syscallargs.h sunos_syscalls.c sunos_sysent.c sys/compat/ultrix: ultrix_syscall.h ultrix_syscallargs.h ultrix_syscalls.c ultrix_sysent.c Log message: Regen. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/01/26 17:00:04 Modified files: sys/compat/hpux: hpux_compat.c Log message: __mc68k__ -> m68k CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/01/26 17:18:38 Modified files: sys/compat/hpux: hpux_file.c Log message: Use lchown(2) instead. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/01/26 17:33:05 Modified files: sys/compat/linux: linux_file.c Log message: As of 2.1.14, Linux chown() doesn't follow symlinks either. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/01/26 17:50:30 Modified files: sys/compat/linux: linux_file.c Log message: Nevermind, I looked at it wrong. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/26 18:15:32 Modified files: sys/sys : signal.h signalvar.h sys/kern : kern_sig.c Added files: sys/sys : siginfo.h Log message: initial cut at SA_SIGINFO support CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/26 18:16:14 Modified files: sys/arch/i386/i386: machdep.c sys/arch/i386/include: frame.h Log message: i386 part of siginfo CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/26 18:16:53 Modified files: sys/compat/svr4: svr4_misc.c svr4_siginfo.h Log message: do not conflict against generic siginfo! CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/26 18:17:08 Modified files: sys/arch/i386/i386: svr4_machdep.c Log message: match svr4 siginfo changes CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/26 18:21:23 Modified files: sys/arch/sparc/sparc: svr4_machdep.c Log message: match svr4 siginfo changes CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/26 20:18:10 Modified files: sys/sys : siginfo.h Log message: give up on si_pid for now CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/01/26 20:40:10 Modified files: sys/arch/powerpc/powerpc: ofwreal.S Log message: Fix another 16 bit operation on a 32 bit quantity. don't do and of 16 bit quantity on a 32 bit register. Also gets rid of the assembler warning/error. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/26 20:40:58 Modified files: usr.bin/mktemp : mktemp.1 Log message: fix typo CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/26 21:06:50 Modified files: usr.bin/fmt : fmt.c Log message: No more static buffers. We can operate on any sized files now. CVSROOT: /cvs Module name: src Changes by: briggs@cvs.openbsd.org 1997/01/26 22:24:12 Modified files: usr.bin/make : main.c Log message: Set MACHINE_ARCH only if it's not already in the environment. Update comment accordingly. Patch from Dale Rahn. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/27 00:32:34 Modified files: games/battlestar: externs.h com6.c Log message: Fallout from signal.h's inclusion of sys/time.h... CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/27 00:53:54 Modified files: sys/ddb : db_command.c Log message: change prompt to ddb to match man page ddb(4) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/27 00:57:04 Modified files: sys/netccitt : llc_subr.c Log message: more #define fallout from union hiding in siginfo CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/01/27 02:33:11 Modified files: sbin/restore : tape.c Log message: Support lchown(2). CVSROOT: /cvs Module name: src Changes by: briggs@cvs.openbsd.org 1997/01/27 06:27:18 Modified files: sys/arch/mac68k/mac68k: pmap_bootstrap.c Log message: NetBSD PR#3147. From Walter Ruetten--walter@ghpc8.ihf.rwth-aachen.de. - Truncate video address in PTE. Apparently some cards use wierd offsets. CVSROOT: /cvs Module name: src Changes by: maja@cvs.openbsd.org 1997/01/27 06:45:07 Modified files: gnu/usr.bin/gas/config: tc-vax.h Log message: define AOUT_MACHTYPE. This is OpenBSD/vax not OpenBSD bigendian....-moj CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/27 12:50:05 Modified files: sys/arch/mvme68k/mvme68k: conf.c Log message: bad chr->blk mappings; randy@rtmx.com CVSROOT: /cvs Module name: src Changes by: bitblt@cvs.openbsd.org 1997/01/27 13:14:25 Modified files: usr.bin/cksum : cksum.1 Log message: Added a WARNING about not using it to detect back doors. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/27 13:34:23 Modified files: sys/arch/arm32/include: profile.h sys/arch/i386/include: profile.h sys/arch/m68k/include: profile.h sys/arch/mvme88k/include: profile.h sys/arch/pc532/include: profile.h sys/lib/libkern: mcount.c Log message: prototyping problems, PR#71, felix@mamba.pond.sub.org CVSROOT: /cvs Module name: src Changes by: dm@cvs.openbsd.org 1997/01/27 13:44:16 Modified files: kerberosIV/krb : in_tkt.c usr.bin/login : login.c klogin.c Log message: security CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/01/27 14:57:37 Modified files: sbin : Makefile sbin/fdisk : fdisk.c Log message: Support fdisk on bigendian systems. Does the necessary byte swabbing to read and write the fdisk label. Added powerpc to systems to build this for. Currently uses local functions getshort, putshort, getlong, and putlong. These functions probably should be moved and renamed. Something like htoles, letohs, htolel, letohl, or htole16, htole32 should be used instead. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/01/27 15:01:47 Removed files: sys/arch/powerpc: patches Log message: Patches file can be removed. All change necessary to build powerpc port are now checked in. Doesn't necessarily mean that the port doesn't need more work... CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/01/27 15:32:31 Modified files: sys/arch/powerpc: README Log message: remove items that are no longer an issue. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/27 15:48:43 Modified files: sys/arch/i386/i386: freebsd_machdep.c linux_machdep.c machdep.c svr4_machdep.c trap.c vm86.c sys/arch/i386/include: freebsd_machdep.h linux_machdep.h svr4_machdep.h sys/arch/i386/isa: npx.c sys/arch/m68k/m68k: sunos_machdep.c sys/arch/mvme68k/mvme68k: machdep.c trap.c sys/arch/sparc/fpu: fpu.c sys/arch/sparc/include: svr4_machdep.h sys/arch/sparc/sparc: machdep.c svr4_machdep.c trap.c sys/compat/ibcs2: ibcs2_exec.c sys/compat/sunos: sunos.h sys/kern : kern_sig.c sys/sys : proc.h signalvar.h Log message: add another parameter to trapsignal() and sendsig() -- fault addr to be delivered with in the siginfo information CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/27 16:21:23 Modified files: sys/arch/i386/isa/pcvt: pcvt_drv.c sys/kern : sys_generic.c sys/net : bpf.c sys/sys : select.h siginfo.h Log message: select subsystem si_pid becomes si_selpid, to not conflict against user/kernel siginfo si_pid #define CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/27 16:21:58 Modified files: sbin/fsirand : fsirand.8 fsirand.c Log message: Faster fsirand based in part on code from fsck_ffs. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/27 19:22:36 Modified files: lib/libc/yp : yp_bind.c Log message: encourage a few more udp whacks at the server CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/27 20:54:54 Modified files: sys/arch/arc/arc: machdep.c trap.c Log message: add addr arg to sendsig/trapsignal; no siginfo_t support yet CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/27 21:14:56 Modified files: sbin/fsirand : fsirand.8 fsirand.c Log message: Revert back to old fsirand but do things a cylinder group at a time and allow multiple devices. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/27 21:21:25 Modified files: sbin/fsirand : fsirand.c Log message: Only print the partition if doing multiple devices. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/28 00:07:39 Modified files: distrib/i386/floppies/inst: install.sh Log message: intuit more info from dmesg, hubert.feyrer@rz.uni-regensburg.de CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/28 00:12:28 Modified files: usr.bin/size : size.1 size.c Log message: for total use -t; tsarna@endicor.com CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/28 00:16:44 Modified files: sbin/routed : routed.8 sbin/routed/rtquery: rtquery.8 Log message: repairs by msaitoh@spa.is.uec.ac.jp CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/28 02:01:04 Modified files: sys/arch/mvme68k/mvme68k: locore.s Log message: deal with siginfo addition CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/28 02:01:33 Modified files: sys/arch/mvme68k/mvme68k: machdep.c Log message: hp300 compat for siginfo CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/28 03:53:42 Modified files: sys/arch/mvme68k/dev: siopdma.c Log message: use scsiprint CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/28 03:54:11 Modified files: sys/arch/mvme68k/dev: wdsc.c Log message: use scsiprint CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/28 11:50:23 Modified files: sys/nfs : nfs_serv.c Log message: Put back lost VOP_GETATTR call, but in a better place CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/28 13:48:42 Modified files: usr.bin/ftp : cmds.c Log message: getcwd() not getwd() CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/28 14:05:25 Modified files: gnu/usr.bin/ld/rtld: rtld.c Log message: do not call err/errx with extra newlines CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/28 14:28:44 Modified files: usr.sbin/edquota: edquota.c Log message: repair quotactl() types CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/28 18:28:03 Modified files: sbin/ipf : ipf.c Log message: getopt & int CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1997/01/28 18:52:26 Modified files: . : index.html sparc.html Log message: sun4m CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1997/01/28 18:54:38 Modified files: . : sparc.html Log message: whoops CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/01/28 23:23:33 Modified files: sys/dev/isa : rtfps.c Log message: Match com changes. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/29 00:58:41 Modified files: sys/arch/mvme68k/stand/sboot: clock.c etherfun.c if_le.c sboot.h Log message: signal.h -> siginfo.h -> time.h fallout CVSROOT: /cvs Module name: src Changes by: graichen@cvs.openbsd.org 1997/01/29 04:09:25 Modified files: sys/arch/i386/boot: serial.S Log message: #include "../../../dev/isa/comreg.h" -> #include "../../../dev/ic/comreg.h" CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/29 10:56:35 Modified files: sys/dev/ic : comvar.h Log message: Export comdefaultrate CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/29 11:33:56 Modified files: usr.bin/awk : run.c Log message: calculate string length in format() more efficiently CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/29 15:11:37 Modified files: usr.bin/ftp : cmds.c Log message: only print passive toggle info is verbose set (like other commands) CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/01/29 15:21:33 Modified files: usr.bin/ftp : main.c http.c Log message: Break out of infinite loop ftp://home.host/som/path mode if host does not exist. Also, use herror, not perror if gethostbynam() fails. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/01/29 15:31:46 Modified files: usr.bin/file/magdir: elf Log message: Have file recognize PowerPC elf objects. Works for MSB objects currently. Should work for LSB objects? CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/29 17:51:51 Modified files: libexec/rpc.lockd: Makefile Log message: where did .DESTDIR come from... found by gwen@rtmx.com CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/29 19:00:28 Modified files: usr.sbin/ypbind: ypbind.c Log message: domainname care CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/29 19:01:55 Modified files: usr.sbin/ypbind: ypbind.c Log message: i wish i tested before every commit CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/29 22:05:01 Modified files: lib/libc/gmon : mcount.c Log message: proto; felix@mamba.pond.sub.org CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/29 22:56:07 Modified files: lib/libc/net : gethostnamadr.c Log message: careful about MAXADDRS, abrown@eecs.harvard.edu CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/29 23:03:10 Modified files: usr.sbin/ypbind: ypbind.c Log message: no need to recalc width before each select CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/30 00:01:46 Modified files: sys/netinet : ip_icmp.h Log message: added #define for Communication Administratively Prohibited as in RFC-1812 Section 5.2.7.1 Destination Unreachable CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/30 00:07:09 Modified files: usr.sbin/traceroute: traceroute.c Log message: print !A on ICMP_UNREACH_ADM_PROHIB too CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/30 00:47:30 Modified files: usr.sbin/ypbind: ypbind.8 ypbind.c Log message: if at first-request-for-a-domain we discover a file /etc/yp/$domainneme to exist, use it as a list of valid servers instead of doing broadcasts. However, do not change the semantics of -ypset or -ypsetme. Based on the reasoning provided in netbsd pr#1759, lukem@supp.cpr.itg.telecom.com.au CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/30 00:59:54 Modified files: share/man/man4 : termios.4 Log message: xref a few things CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/30 01:16:46 Modified files: usr.bin/kdump : kdump.c Log message: fix IOR/IOW/IOWR; cgd@netbsd.org CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/30 01:23:36 Modified files: usr.sbin/trpt : trpt.8 usr.sbin/trsp : trsp.8 Log message: race -> trace CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/30 01:33:09 Modified files: usr.bin/calendar/calendars: calendar.history Log message: the blokes did not get there till 10 years later CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/30 10:05:47 Modified files: sys/netinet : ip_icmp.h Log message: Added ICMP Destination Unreachable codes from RFC-1812: 14 = Host Precedence Violation. Sent by the first hop router to a host to indicate that a requested precedence is not permitted for the particular combination of source/destination host or 15 = Precedence cutoff in effect. The network operators have imposed a minimum level of precedence required for operation, the datagram was sent with a precedence below this level; CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1997/01/30 10:29:12 Modified files: . : plus.html Log message: additions CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1997/01/30 10:44:21 Modified files: . : plus.html Log message: other bits CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/30 11:26:56 Modified files: usr.sbin/ypbind: ypbind.c Log message: avoid being too paranoid... make it work! CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/30 14:55:29 Modified files: games/sail : externs.h Log message: buf oflow, felix@mamba.pond.sub.org CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/30 15:42:00 Modified files: sys/netinet : raw_ip.c Log message: for IP_HDRINCL option, use ip_len/ip_off in network order; lidl@va.pubnix.com CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/30 15:43:20 Modified files: usr.sbin/traceroute: traceroute.c sbin/ping : ping.c usr.sbin/mrouted: igmp.c Log message: deal with IP_HDRINCL option network byte order change; lidl@va.pubnix.com CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/01/30 22:04:45 Added files: distrib/powerpc: elfrdsetroot.c Log message: First cut at elfrdsetroot command. this is the rdsetroot heavily hacked to work on elf. Need sever cleaning. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/01/30 22:06:07 src/distrib/powerpc/miniroot Update of /cvs/src/distrib/powerpc/miniroot In directory cvs.openbsd.org:/tmp/cvs-serv24097/miniroot Log Message: Directory /cvs/src/distrib/powerpc/miniroot added to the repository CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/01/30 22:11:10 Added files: distrib/powerpc/miniroot: Makefile disktab.preinstall disktab.shadow dot.instutils dot.profile install.md install.sh install.sub list raminst.conf start_rdconfig.sh Log message: Pieces to create a miniroot image for powerpc installation from cdrom or network? CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1997/01/31 00:18:30 Modified files: sys/net : zlib.c Log message: cut a little more. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/31 03:08:39 Modified files: usr.bin/systat : disks.c Log message: need string.h CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/31 03:09:38 Modified files: usr.bin/systat : swap.c Log message: stop crash from walking off end of malloc'd page. i hunted this bug before and didn't find it. fix from paul@wit387304.student.utwente.nl CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/31 03:30:49 Modified files: sys/nfs : nfs_serv.c Log message: do not walk off the end of a directory info buffer; netbsd pr#3170, mhitch@gemini.oscs.montana.edu CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/31 03:31:44 Modified files: sys/dev : ccd.c Log message: if error, b_resid = b_bcount CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/31 03:32:22 Modified files: sys/dev : ccd.c Log message: off-by-one in partition indexing, netbsd pr#3161, kleink@layla.inka.de CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/31 03:33:47 Modified files: sys/nfs : nfs_vnops.c Log message: do not sillyrename directories; from freebsd CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/31 04:59:06 Modified files: sbin/fdisk : fdisk.c Log message: avoid some division by zero in hackish ways CVSROOT: /cvs Module name: src Changes by: graichen@cvs.openbsd.org 1997/01/31 07:42:23 Modified files: usr.sbin/amd/amd: amq_subr.c host_ops.c info_hes.c map.c mount_fs.c nfs_ops.c nfs_start.c srvr_nfs.c util.c wire.c xutil.c usr.sbin/amd/fsinfo: fsi_data.h fsi_util.c fsinfo.h usr.sbin/amd/include: am.h usr.sbin/amd/rpcx: amq.h amq.x amq_xdr.c Log message: make amd 64bit ready for the alpha (from NetBSD/thorpej) CVSROOT: /cvs Module name: src Changes by: graichen@cvs.openbsd.org 1997/01/31 07:43:40 Modified files: usr.sbin : Makefile Log message: also build amd on the alpha now CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/01/31 11:11:01 Modified files: usr.bin/vim : Makefile Log message: add mkcmdtab.o to CLEANFILES CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/01/31 12:40:44 Modified files: distrib/crunch/crunchgen: crunchgen.c Log message: fix the problem with makefiles in a different way, this steps on the last commit, but works faster. Instead of always looking up the makefile and then deciding to get the objects or not. Cache the makefile name along with the objects. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1997/01/31 13:31:59 Modified files: . : plus.html Log message: whoops CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/31 17:09:32 Modified files: sys/kern : vfs_cluster.c Log message: Correct early termination case of read clustering which could cause buffer cache poisoning when bufpages/nbuf is larger than 1. Also correct readahead amount calculation. Optimize page moving when buffers have excess pages. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/31 17:26:05 Modified files: usr.sbin/ypbind: ypbind.c Log message: randomize xid mode CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/01/31 17:31:50 Modified files: sys/arch/i386/i386: machdep.c Log message: Allow bufpages/nbuf larger than 1 (still max out at all buffers be MAXBSIZE). Remove faulty limit test of buffer pages allocation. The check is now done at the bufpages+nbuf calculations. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/31 17:58:26 Modified files: sys/arch/i386/i386: machdep.c Log message: grammar error CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/01/31 21:35:33 Modified files: lib/libc/gen : getcap.c Log message: mem leak, from lidl@va.pubnix.com CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1997/02/01 00:18:30 Modified files: usr.bin/rup : rup.c Log message: Better handling of long uptimes; from NetBSD CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1997/02/01 00:41:27 Modified files: . : anoncvs.html Log message: anoncvs4.usa -- on paul vixie's network. Thanks Paul! CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/01 04:02:12 Modified files: sys/arch/sparc/sparc: machdep.c Log message: Allow bufpages/nbuf larger than 1 (still max out at all buffers be MAXBSIZE). Remove faulty limit test of buffer pages allocation. The check is now done at the bufpages+nbuf calculations. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/01 04:02:44 Modified files: sys/arch/arc/arc: machdep.c Log message: Implement BUFCACHEPERCENT. Allow bufpages/nbuf larger than 1 (still max out at all buffers be MAXBSIZE). Remove faulty limit test of buffer pages allocation. The check is now done at the bufpages+nbuf calculations. CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1997/02/01 05:03:09 Modified files: bin/ed : io.c Log message: Get precedence right CVSROOT: /cvs Module name: www Changes by: niklas@cvs.openbsd.org 1997/02/01 09:13:13 Modified files: . : plus.html Log message: Note large buffercache bugfix. CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/01 10:31:20 Modified files: usr.bin/netstat: main.c netstat.1 Log message: accept "-f local" for AF_LOCAL" CVSROOT: /cvs Module name: src Changes by: jkatz@cvs.openbsd.org 1997/02/01 12:38:28 Modified files: usr.bin/talk : get_names.c Log message: Catches luser/typo when "@" is the first character of first argument CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/01 14:49:55 Modified files: sys/sys : proc.h siginfo.h signalvar.h sys/kern : kern_sig.c sys/compat/ibcs2: ibcs2_exec.c sys/compat/sunos: sunos.h Log message: add type & union sigval args to sendsig/trapsignal CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/01 14:54:09 Modified files: sys/arch/i386/i386: freebsd_machdep.c linux_machdep.c machdep.c svr4_machdep.c trap.c vm86.c sys/arch/i386/isa: npx.c sys/arch/i386/include: freebsd_machdep.h linux_machdep.h svr4_machdep.h Log message: add type & union sigval args to sendsig/trapsignal CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/01 16:05:10 Modified files: sys/arch/sparc/fpu: fpu.c sys/arch/sparc/include: svr4_machdep.h sys/arch/sparc/sparc: machdep.c svr4_machdep.c trap.c Log message: trapsignal/sendsig type/sigval changes CVSROOT: /cvs Module name: src Changes by: graichen@cvs.openbsd.org 1997/02/01 16:31:40 Modified files: sys/arch/pmax/dev: dc_ioasic.c Log message: nicer output at bootup (before it was somewhat garbled) CVSROOT: /cvs Module name: src Changes by: graichen@cvs.openbsd.org 1997/02/01 16:46:05 Modified files: sys/dev/tc : asc.c Log message: put an harmless waring behind an DIAGNOSTIC CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1997/02/01 17:16:34 Modified files: lib/libc/sys : brk.2 Log message: Correct type of brk(), use , reference mmap(2); from NetBSD CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1997/02/01 17:32:04 Modified files: sys/kern : vfs_syscalls.c Log message: Prevent seeking to negative offsets when seeking from the end of a file; noticed by Tim Newsham CVSROOT: /cvs Module name: src Changes by: graichen@cvs.openbsd.org 1997/02/01 17:40:34 Modified files: gnu/usr.bin/binutils/gdb: alpha-tdep.c Added files: gnu/usr.bin/binutils/gdb: alphaobsd-nat.c gnu/usr.bin/binutils/gdb/config/alpha: nm-obsd.h obsd.mh obsd.mt tm-alphaobsd.h xm-alphaobsd.h Log message: add OpenBSD/alpha support to gdb (taken from cgd's cygnus binutils snapshots for NetBSD/alpha and adapted to compile with our binutils) i've just tested it roughly - but it should work and is at least a start CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/01 17:43:22 Modified files: sys/arch/mvme68k/mvme68k: machdep.c trap.c Log message: trapsignal/sendsig type/sigval changes CVSROOT: /cvs Module name: www Changes by: graichen@cvs.openbsd.org 1997/02/01 17:47:35 Modified files: . : alpha.html Log message: the alpha builds now with complete in-tree tools - plus remove link to my own little ftp server for the snapshots - they are now available at the usual servers CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/01 17:47:44 Modified files: sys/arch/arc/arc: machdep.c trap.c Log message: attempt at siginfo.. Per must look this over CVSROOT: /cvs Module name: www Changes by: graichen@cvs.openbsd.org 1997/02/01 17:48:56 Modified files: . : pmax.html Log message: remove link to my little ftp server - now you may get the snapshots from the usual ftp servers CVSROOT: /cvs Module name: www Changes by: graichen@cvs.openbsd.org 1997/02/01 17:57:31 Modified files: . : plat.html Log message: change all port names to lowercase (to be consistent with the port names) CVSROOT: /cvs Module name: src Changes by: graichen@cvs.openbsd.org 1997/02/01 18:14:01 Modified files: gnu/usr.bin/binutils: Makefile.bsd-wrapper Log message: add gdb for alpha & mips and simplify it a bit CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/01 18:38:12 Modified files: sys/arch/m68k/m68k: sunos_machdep.c Log message: siginfo stuff CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1997/02/01 20:04:55 Modified files: . : plus.html Log message: trabagamos muchos (miguel will correct me if i made a mistake) CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1997/02/01 20:07:03 Modified files: . : plus.html Log message: () CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/01 20:28:42 Modified files: gnu/usr.bin/ld/m68k: md.c Log message: correct arch check, do not drop of non-void function; yasufu-i@is.aist-nara.ac.jp CVSROOT: /cvs Module name: www Changes by: briggs@cvs.openbsd.org 1997/02/01 23:30:16 Modified files: . : ppc.html Log message: Add my name and talk (a little) about the powermacs--more later when I can actually boot. Probably be worth splitting off another page then. CVSROOT: /cvs Module name: www Changes by: niklas@cvs.openbsd.org 1997/02/02 01:01:09 Modified files: . : alpha.html Log message: Tell what differs from NetBSD + mention ELF to come CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1997/02/02 03:16:59 Modified files: bin/mv : mv.c Log message: Remember errno if fchown() fails so we get correct warnings Only warn about not being able to restore user/group owner if not -f CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/02 10:21:59 Modified files: gnu/usr.bin/gcc/f: g77.texi Log message: do not include wrong version of install.texi CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1997/02/02 10:46:56 Modified files: . : plus.html Log message: clarify CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/02 11:17:40 Modified files: sbin/mountd : mountd.8 Log message: discourage use of -n CVSROOT: /cvs Module name: www Changes by: kstailey@cvs.openbsd.org 1997/02/02 11:30:20 Modified files: . : sun3.html Log message: hello world. CVSROOT: /cvs Module name: www Changes by: kstailey@cvs.openbsd.org 1997/02/02 11:47:19 Modified files: . : sun3.html Log message: add intro line to History and Status section CVSROOT: /cvs Module name: www Changes by: kstailey@cvs.openbsd.org 1997/02/02 11:50:55 Modified files: . : sun3.html Log message: triv. change to kick file CVSROOT: /cvs Module name: www Changes by: kstailey@cvs.openbsd.org 1997/02/02 15:54:14 Modified files: . : sun3.html Log message: clarification CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/02/02 16:18:44 Modified files: include : Makefile Added files: include : stringlist.h Log message: From NetBSD (lukem and christos): A stringlist implementation (previously ``private'' to libc netgroup code, but christos ok-ed making public as it's useful) CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/02/02 16:27:54 Modified files: lib/libc/gen : getnetgrent.c Makefile.inc Added files: lib/libc/gen : stringlist.c Log message: stringlist routines are now public (ftp uses them) CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/02/02 16:28:40 Modified files: lib/libc : shlib_version Log message: ++minor_version CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/02/02 16:32:16 Modified files: usr.sbin/netgroup_mkdb: netgroup_mkdb.c Log message: Use public stringlist (in libc) CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/02/02 17:08:25 Modified files: include : Makefile Log message: Back out stringlist CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/02/02 17:09:36 Removed files: include : stringlist.h Log message: Really remove stringlist.h this time... CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/02/02 17:10:09 Modified files: lib/libc/gen : Makefile.inc getnetgrent.c Removed files: lib/libc/gen : stringlist.c Log message: Back out stringlist CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/02 17:12:58 Modified files: usr.sbin/arp : arp.c Log message: make "arp -na" and "arp -an" do the same thing; paul@wit387304.student.utwente.nl CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/02/02 17:13:04 Modified files: usr.sbin/netgroup_mkdb: netgroup_mkdb.c Log message: back out stringlist changes CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/02 17:25:20 Modified files: usr.bin/mail : def.h Log message: use a long line counter, netbsd pr#3083, rhialto@polder.ubc.kun.nl CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/02/02 18:02:45 Modified files: usr.bin/ftp : Makefile cmds.c cmdtab.c domacro.c extern.h ftp.1 ftp.c ftp_var.h main.c pathnames.h ruserpass.c Added files: usr.bin/ftp : complete.c fetch.c util.c Log message: Sync with NetBSD CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/02/02 18:05:48 Modified files: usr.bin/ftp : Makefile cmds.c cmdtab.c complete.c domacro.c extern.h fetch.c ftp.1 ftp.c ftp_var.h main.c pathnames.h ruserpass.c util.c Added files: usr.bin/ftp : stringlist.c stringlist.h Log message: Add back ``-r'' option and fix strncpy() usage and other nits because I'm anal. Closer to KNF now. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1997/02/02 18:21:03 Modified files: . : goals.html Log message: standards are good CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/02/02 18:22:10 Modified files: usr.bin/ftp : main.c Log message: Turn off progress bar by default as it interacts poorly with "get FILE /dev/tty" and "get FILE |pager" among others. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1997/02/02 18:24:37 Modified files: . : index.html Log message: emphasis.. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1997/02/02 18:34:15 Modified files: . : anoncvs.html Log message: doc CVS_IGNORE_REMOTE_ROOT CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1997/02/02 18:47:45 Modified files: . : plus.html Log message: modernize the text CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1997/02/02 19:09:09 Modified files: . : plus.html Log message: been CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/02/02 20:04:23 Modified files: sys/kern : subr_autoconf.c Log message: hp300 needs device_register(), too. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/02 20:49:57 Modified files: sys/sys : siginfo.h Log message: tape out unneccessary bits CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/02/02 21:17:05 Removed files: sys/conf : files.oldconf Log message: Obsolete. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/02/02 21:22:11 Modified files: usr.sbin : Makefile Removed files: usr.sbin/config.old: Makefile config.h config.old.8 config.y lang.l main.c mkglue.c mkheaders.c mkioconf.c mkmakefile.c mkswapconf.c mkubglue.c specfile.c specfile.h Log message: It's gone. No more. Bye! CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/02/02 21:26:40 Removed files: sys/arch/m68k/conf: files.m68k.oldconf Log message: Obsolete. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/02 21:34:34 Modified files: sys/sys : siginfo.h Log message: damn, do need sys/time.h and all that other gunk CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/02/02 21:48:08 Modified files: sys/arch/hp300/conf: DISKLESS GENERIC Makefile.hp300 files.hp300 std.hp300 sys/arch/hp300/dev: Makefile ac.c acvar.h ct.c dca.c dcm.c devlist2h.awk dio.c diodevs diodevs.h diodevs_data.h dioreg.h diovar.h dma.c dmareg.h dmavar.h fhpib.c grf.c grf_dv.c grf_gb.c grf_hy.c grf_rb.c grf_subr.c grf_tc.c grfvar.h hpib.c hpibvar.h if_le.c if_levar.h intio.c intiovar.h ite.c itevar.h mt.c nhpib.c ppi.c rd.c rd_compat.c rdvar.h scsi.c scsivar.h sd.c sd_compat.c sdvar.h st.c sys/arch/hp300/hp300: autoconf.c conf.c locore.s machdep.c trap.c sys/arch/hp300/include: autoconf.h sys/arch/hp300/stand: autoconf.c dcm.c hil.c hpib.c if_le.c ite.c netio.c scsi.c uboot.c Added files: sys/arch/hp300/stand: device.h Removed files: sys/arch/hp300/conf: NEWCONFIG devices.hp300.oldconf files.hp300.oldconf sys/arch/hp300/dev: device.h grf_conf.c grf_machdep.c Log message: Merge new config(8) support from NetBSD, by Jason Thorpe. Also add siginfo glue, BOOT_CONFIG, and various other changes. CVSROOT: /cvs Module name: www Changes by: briggs@cvs.openbsd.org 1997/02/02 21:53:08 Modified files: . : mac68k.html Log message: Clarify a bit. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/02/02 22:11:00 Modified files: usr.sbin/grfinfo: Makefile grfinfo.c Added files: usr.sbin/grfinfo: grfinfo.1 Log message: sync to netbsd 970101 CVSROOT: /cvs Module name: www Changes by: downsj@cvs.openbsd.org 1997/02/02 22:34:57 Modified files: . : hp300.html plus.html Log message: Note hp300 changes. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/02/02 23:08:08 Removed files: usr.bin/ftp : http.c Log message: subsumed by fetch.c CVSROOT: /cvs Module name: www Changes by: niklas@cvs.openbsd.org 1997/02/03 00:02:04 Modified files: . : index.html Added files: . : ports.html Log message: Describe the ports mechanism CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/02/03 00:02:16 Modified files: etc/etc.hp300 : MAKEDEV Makefile.inc disktab ttys Added files: etc/etc.hp300 : fstab.hd Removed files: etc/etc.hp300 : fstab.rd Log message: rd -> hd, OpenBSD ids. CVSROOT: /cvs Module name: www Changes by: niklas@cvs.openbsd.org 1997/02/03 00:03:53 Modified files: . : index.html Log message: whoops CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1997/02/03 00:06:15 Modified files: . : ports.html Log message: glitch repair CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/02/03 00:19:12 Modified files: sys/arch/hp300/stand: Makefile conf.c devopen.c samachdep.h Added files: sys/arch/hp300/stand: hd.c Removed files: sys/arch/hp300/stand: rd.c Log message: rd -> hd CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/02/03 01:12:00 Modified files: sys/arch/hp300/conf: GENERIC files.hp300 sys/arch/hp300/hp300: autoconf.c conf.c Added files: sys/arch/hp300/dev: hd.c hd_compat.c hdreg.h hdvar.h Removed files: sys/arch/hp300/dev: rd.c rd_compat.c rdreg.h rdvar.h Log message: rd -> hd CVSROOT: /cvs Module name: src Changes by: graichen@cvs.openbsd.org 1997/02/03 03:28:46 Modified files: gnu : Makefile Log message: also build uucp on the alpha CVSROOT: /cvs Module name: src Changes by: graichen@cvs.openbsd.org 1997/02/03 03:29:16 Modified files: etc/etc.pmax : MAKEDEV Log message: also create rz5 and rz6 devices on the pmax CVSROOT: /cvs Module name: src Changes by: graichen@cvs.openbsd.org 1997/02/03 03:30:57 Modified files: sys/arch/pmax/pmax: conf-glue.c Log message: add entries for rz5 and rz6 (scsi disks on scsi id 5 & 6 - required for zip drives) CVSROOT: /cvs Module name: src Changes by: graichen@cvs.openbsd.org 1997/02/03 03:32:18 Modified files: sys/arch/pmax/conf: GENERIC PLUTO SUMMER Log message: sync the config files with my local ones (rz5 & rz6 etc.) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/03 04:37:39 Modified files: sys/arch/amiga/amiga: swapgeneric.c Log message: use dk_mountroot CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/03 04:38:11 Modified files: sys/arch/amiga/amiga: locore.s machdep.c trap.c Log message: SA_SIGINFO implementation CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/03 04:45:21 Modified files: sys/arch/pmax/pmax: machdep.c trap.c Log message: SA_SIGINFO CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/03 04:53:28 Modified files: sbin/dump : Makefile dump.8 dump.h main.c tape.c Added files: sbin/dump : maxbsize.c Log message: new -a option autosizes, meaning it runs till it hits EOM (no need for pesky sizing options) -- from FreeBSD. also make -b option aware of MAXPHYS issues (via a little hack) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/03 05:04:45 Modified files: etc : rc netstart Log message: do ifaliases after /usr/bin exists in nfs diskless env; pr#77, matthieu@laas.fr CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/03 05:16:02 Modified files: usr.sbin/ypserv/ypxfr: ypxfr.c Log message: kill non-/tmp mktemp race and misc cleanup CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/03 05:49:05 Modified files: sys/arch/amiga/amiga: machdep.c sys/arch/hp300/hp300: machdep.c sys/arch/mvme68k/mvme68k: machdep.c sys/arch/i386/i386: machdep.c sys/arch/sparc/sparc: machdep.c Log message: repair confusion over kv/uv addr for siginfo_t storage CVSROOT: /cvs Module name: www Changes by: niklas@cvs.openbsd.org 1997/02/03 05:55:49 Modified files: . : ports.html Log message: typo CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/03 06:09:17 Modified files: sys/arch/alpha/alpha: machdep.c trap.c Log message: initial cut at siginfo CVSROOT: /cvs Module name: src Changes by: maja@cvs.openbsd.org 1997/02/03 06:59:44 Modified files: usr.sbin/config: mkioconf.c Log message: Added some code lost in last rev. Now BOOT_CONFIG might work again. -moj CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/03 08:05:13 Modified files: sys/arch/i386/i386: machdep.c locore.s sys/arch/i386/include: frame.h sys/arch/mvme68k/mvme68k: locore.s machdep.c sys/arch/pmax/pmax: machdep.c sys/arch/alpha/alpha: machdep.c sys/arch/amiga/amiga: locore.s machdep.c sys/arch/arc/arc: machdep.c sys/arch/sparc/sparc: locore.s machdep.c Log message: More siginfo implementations (alpha and mips might even work) move "siginfo_t *" to 2nd arg of signal handler as 1003.1b requires. I really wish I had 1003.1b documentation. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/03 08:54:46 Modified files: sys/arch/hp300/hp300: locore.s machdep.c Log message: mv siginfo_t * to the proper place CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/03 08:56:46 Modified files: share/tmac/mdoc: doc-syms Log message: 1003.1b mandoc hacks CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/03 08:57:06 Modified files: lib/libc/sys : sigaction.2 Log message: wimpy docs for SA_SIGINFO CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1997/02/03 09:50:02 Modified files: . : plus.html Log message: new CVSROOT: /cvs Module name: www Changes by: kstailey@cvs.openbsd.org 1997/02/03 10:13:15 Modified files: . : goals.html Log message: grammar CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/03 10:35:10 Modified files: sys/arch/i386/i386: trap.c Log message: for SIGxxx always use xxx_* types as error code CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/03 11:04:49 Modified files: sys/arch/sparc/sparc: trap.c Log message: fix a fpe trapsignal to provide proper type CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/03 11:09:22 Modified files: gnu/usr.bin/gcc/f: g77.texi Log message: back out prev. change since it breaks obj@ symlinks CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/03 14:30:15 Modified files: sys/arch/sun3/sun3: locore.s machdep.c trap.c Log message: First try at SA_SIGINFO support. Some mods in trap.c to bring it closer to NetBSD 1.65. CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/03 14:46:19 Modified files: sys/arch/sun3/sun3: trap.c Log message: closer to NetBSD 1.65 CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/03 16:22:39 Modified files: sys/arch/sun3/sun3: machdep.c Log message: add siginfo member to struct sigframe CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/03 16:32:23 Modified files: sys/arch/sun3/sun3: trap.c Log message: remove DDB hack CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/03 18:25:52 Modified files: sys/arch/sun3/conf: Makefile.sun3 Log message: adjust warning flags CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/03 18:31:35 Modified files: sys/arch/sun3/sun3: disksubr.c locore.s trap.c Log message: NetBSD -> OpenBSD CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/03 19:16:53 Modified files: sys/arch/i386/i386: trap.c Log message: T_DIVIDE -> FPE_INTDIV CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/03 19:38:56 Modified files: sys/arch/sparc/fpu: fpu.c Log message: match SIGILL to ILL_COPROC CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/03 19:49:27 Modified files: sys/arch/mvme68k/mvme68k: trap.c Log message: fix a few more SIGxxx/xxx_* and fault addr issues CVSROOT: /cvs Module name: src Changes by: dm@cvs.openbsd.org 1997/02/03 20:03:20 Modified files: sys/dev : rnd.c Log message: Make sure arc4random gets initialized eventually. CVSROOT: /cvs Module name: src Changes by: flipk@cvs.openbsd.org 1997/02/03 20:39:14 Modified files: usr.bin/login : login.c Log message: make it compile if KERBEROS{,5} not defined CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/03 21:42:42 Modified files: usr.bin/systat : iostat.c Log message: display CPU stats on iostat screen even if diskless CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/02/03 21:44:16 Modified files: sbin/fsirand : fsirand.8 Log message: Fix formatting, add OpenBSD to HISTORY and add AUTHOR section. CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/03 21:51:21 Modified files: usr.bin/vmstat : dkstats.c Log message: deleted warnx() about "no drives attached" since dkinit() is used in curses apps like systat CVSROOT: /cvs Module name: www Changes by: kstailey@cvs.openbsd.org 1997/02/03 22:04:25 Modified files: . : plus.html Log message: RFC-1812 stuff CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/02/03 23:21:34 Modified files: sys/arch/hp300/dev: hilreg.h ite.c sys/arch/hp300/hp300: genassym.c machdep.c trap.c sys/arch/hp300/include: param.h Log message: checkpoint: pull in spl() changes from NetBSD, and more siginfo. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/02/04 00:15:29 Modified files: sys/arch/hp300/DOC: Options sys/arch/hp300/dev: dma.c grf_subr.c sys/arch/hp300/hp300: machdep.c Log message: More changes of carrel@netbsd.org's that I missed. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/04 03:06:23 Modified files: sbin/dump : Makefile main.c Removed files: sbin/dump : maxbsize.c Log message: maxbsize hack i did was not portable CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/04 05:23:18 Modified files: sys/arch/sparc/sparc: trap.c Log message: pass VM_PROT_READ/VM_PROT_WRITE as si_trapno for SIGSEGV CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/04 05:29:21 Modified files: sys/arch/mvme68k/mvme68k: trap.c Log message: pass VM_PROT_READ/VM_PROT_WRITE as si_trapno for SIGSEGV CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/04 07:52:57 Modified files: sbin/ping : ping.c Log message: RFC-1812 addtion CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1997/02/04 08:40:01 Modified files: . : plus.html Log message: change the SA_SIGINFO piece to explain better CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/04 09:44:15 Modified files: sys/netinet : ip_icmp.h sbin/ping : ping.c usr.sbin/traceroute: traceroute.c Log message: Changed ICMP "unreachable" code #defines to match the ones in tcpdump/print-icmp.c since they were in BSD first. CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/04 09:58:48 Modified files: sys/netinet : ip_icmp.h Log message: changed comment to reflect RFC-1812 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/04 10:04:38 Modified files: sys/arch/i386/i386: trap.c Log message: VM_PROT_* for si_trapno in SIGBUS/SIGSEGV CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/04 10:22:53 Modified files: sys/arch/mvme68k/mvme68k: machdep.c Log message: an important comment CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/04 10:23:22 Modified files: sys/arch/mvme68k/mvme68k: trap.c Log message: do not accidentally pass VM_PROT_WRITE|VM_PROT_READ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/04 10:23:42 Modified files: sys/arch/sparc/sparc: machdep.c Log message: an important comment CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/04 10:23:53 Modified files: sys/arch/sparc/sparc: trap.c Log message: do not accidentally pass VM_PROT_WRITE|VM_PROT_READ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/04 10:26:16 Modified files: sys/arch/arc/arc: trap.c Log message: send VM_PROT_* code for si_trapno CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/04 16:25:05 Modified files: sys/arch/sun3/sun3: conf.c sys/arch/sun3/include: conf.h Log message: ipfiltering CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/04 16:42:47 Modified files: sys/arch/sparc/fpu: fpu.c Log message: provide fpe fault addr; thanks for help from torek@bsdi.com CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/04 17:53:13 Modified files: sys/netinet : ip_fil.c ip_fil.h Log message: #define ICMP_UNREACH_FILTER -> ICMP_UNREACH_FILTER_PROHIB to match tcpdump/print_icmp.c which had it first CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/02/04 18:33:55 Modified files: sys/arch/powerpc/include: frame.h signal.h sys/arch/powerpc/powerpc: machdep.c trap.c Log message: Siginfo changes. CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/04 19:37:46 Modified files: etc/etc.sun3 : MAKEDEV Log message: fix ipl major number CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/04 20:25:34 Modified files: etc : services Log message: add icb to unoffical services CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1997/02/04 21:12:45 Modified files: sys/arch/i386/i386: locore.s Log message: Don't push _cpl before calling _npxintr, it is never used (or popped off the stack!) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/04 21:18:31 Modified files: libexec/rlogind: rlogind.c libexec/rshd : rshd.c Log message: IPOPT_LSRR/IPOPT_SSRR must exit() due to tcp sequencing; pointed out by provos@wserver.physnet.uni-hamburg.de. also another 1-char buffer overflow. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/02/04 21:55:22 Modified files: usr.bin/ftp : cmds.c complete.c extern.h fetch.c ftp.c main.c util.c Log message: Include signal.h where reasonable and make signal handlers match what signal(3)'s prototype says (and cast when not). Also change MAXFOO+1 -> MAXFOO since MAXFOO includes the NULL. Support $TMPDIR and use utime(3) not utimes(2) for portability's sake. Don't spew "Passive mode enabled/disabled" unless verbose (this means togglevar() needs to watch for a NULL 'message'). CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/02/04 23:10:06 Modified files: sys/arch/powerpc/powerpc: trap.c Log message: Fixups of the siginfo code changes. All of the siginfo changes were from theo, I just cleaned up the header files and tested it. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/02/05 04:14:25 Modified files: sys/lib/libsa : exec.c Log message: The hp300 bug is now fixed correctly... CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/02/05 04:16:42 Modified files: sys/arch/hp300/stand: inst.c uboot.c sys/arch/hp300/stand/libsa: Makefile Log message: An 8k kernel may not be loaded at a 4k address, as the ROM supplies. We align it to the the next 8k address, as per our 8k kernels. (This ain't NetBSD, baby.) Fixed with debugging help from niklas. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1997/02/05 05:27:01 Modified files: . : goals.html Log message: Add: >
  • Work towards greater integration of cryptographic software where > possible. This means IPsec, IPv6, key engines, and other forms > of strong crypto. OpenBSD is from Canada and may export crypto. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/05 06:41:05 Modified files: usr.sbin/rarpd : rarpd.c Log message: for -a, survive existance of non-ethernet non-pointtopoint interfaces, Jean-Luc.Richier@imag.fr CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1997/02/05 07:09:54 Modified files: . : index.html Log message: new mirror; http://openbsd.goldnet.ru CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/02/05 07:22:19 Modified files: sys/arch/hp300/dev: itevar.h Log message: If tty structure has not been initialized, don't dereference it. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/05 07:26:52 Modified files: libexec/rshd : rshd.c libexec/rlogind: rlogind.c Log message: need not clear options since bad ones cause exit; provos@ws1.physnet.uni-hamburg.de CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/05 07:28:58 Modified files: sys/arch/sparc/sparc: machdep.c Log message: mv comment to proper place CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/05 07:40:41 Modified files: share/man/man4 : ip.4 Log message: document that ip_off and ip_len are now in network byte order CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/05 08:48:27 Modified files: sys/netinet : igmp.c igmp_var.h in_pcb.c tcp_input.c tcp_subr.c tcp_timer.c tcp_usrreq.c Log message: use arc4random() CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/05 08:49:18 Modified files: sys/arch/pmax/compile: .cvsignore Log message: add GENERIC CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/05 08:50:19 Modified files: sys/arch/i386/i386: svr4_machdep.c Log message: map native sig/code to svr4 code in a different fashion; must be checked later CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/05 08:50:56 Modified files: sys/arch/mvme68k/dev: vme.c vmes.c Log message: correct boottime messages CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/02/05 09:01:20 Modified files: sys/arch/hp300/dev: grf_dv.c grf_gb.c grf_hy.c grf_rb.c grf_subr.c grf_tc.c grfvar.h ite.c Log message: Non-console ITE devices need to be initialized properly, too, ya know. Add enough glue to the aux attach structure to do so, and teach all the device drivers how to set it. This fixes the last ITE panic I know of... CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/02/05 09:31:24 Modified files: distrib/crunch/crunchide: crunchide.c Log message: make crunchide work in the non-elf world, Opps. CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/05 10:10:56 Modified files: bin/ps : ps.1 keyword.c Log message: Added "gid" keyword to print effective group ID of process. (also alpha-sorted some of the man page that was nearly sorted.) BEFORE: kstailey@hermes$ ps -o ruid,svuid,uid,command RUID SVUID UID COMMAND 333 333 333 -bash (bash) worked, but group equivalent failed: kstailey@hermes$ ps -o rgid,svgid,gid,command ps: gid: keyword not found RGID SVGID COMMAND 20 20 -bash (bash) AFTER: kstailey@hermes$ ps -o rgid,svgid,gid,command RGID SVGID GID COMMAND 20 20 20 -bash (bash) CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/02/05 10:30:26 Modified files: sys/arch/hp300/hp300: locore.s Log message: Pull in some of the changes from NetBSD's revision 1.63: thorpej Sat Feb 1 23:55:54 PST 1997 ... - Eliminate some unnecessary cpu/mmu checks, based on what CPUs the kernel was compiled for. - Add some comments about possible further optimization. ... CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/02/05 10:33:03 Modified files: sys/arch/hp300/hp300: machdep.c trap.c Log message: latest siginfo changes from theo CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/02/05 10:41:53 Modified files: sys/arch/hp300/conf: DISKLESS GENERIC std.hp300 Log message: Make std.hp300 useable for other config files, just don't use it in GENERIC ones. CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/05 11:26:09 Modified files: games/robots : Makefile main.c score.c Log message: fix highscore without breaking security CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/05 11:28:36 Modified files: games/robots : main.c score.c Log message: add tags to changed files CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/05 12:19:51 Modified files: lib/libc/yp : yp_bind.c Log message: that cannot be right CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/05 13:37:25 Modified files: lib/libc/sys : issetugid.2 Log message: i like my sentences to end with periods CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/05 13:57:41 Modified files: usr.sbin/sendmail/src: daemon.c Log message: repair incorrect IP_OPTIONS parsing CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/05 14:09:31 Modified files: libexec/rshd : rshd.c libexec/rlogind: rlogind.c Log message: do not warn about valid options; invalid options correctly quit CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/05 15:56:44 Modified files: lib/libc/sys : issetugid.2 Log message: clarify more why this is needed CVSROOT: /cvs Module name: src Changes by: graichen@cvs.openbsd.org 1997/02/05 16:47:38 Modified files: sys/arch/pmax/conf: PLUTO SUMMER Log message: add CD9660 and MSDOSFS to PLUTO and SUMMER CVSROOT: /cvs Module name: src Changes by: graichen@cvs.openbsd.org 1997/02/05 16:48:48 Modified files: sys/arch/pmax/pmax: machdep.c trap.c Log message: bring siginfo stuff for the pmax in sync with the arc and add BUFCACHEPERCENT for the pmax CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/02/05 17:14:42 Modified files: sys/arch/hp300/dev: itevar.h Log message: Use the font ROM size, instead of hard coding one. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/02/05 18:06:20 Modified files: sys/arch/hp300/stand: inst.c uboot.c Log message: Be more explicit about what we are. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/02/05 19:42:39 src/sys/lib/libz Update of /cvs/src/sys/lib/libz In directory cvs.openbsd.org:/tmp/cvs-serv15076/libz Log Message: Directory /cvs/src/sys/lib/libz added to the repository CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/02/05 19:53:51 Modified files: sys/arch/hp300/stand: Makefile uboot.c sys/arch/hp300/stand/libsa: Makefile Log message: Enable support for gzip'd kernels. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/02/05 19:56:57 Modified files: sys/lib/libsa : Makefile close.c lseek.c open.c read.c stand.h Added files: sys/lib/libsa : cread.c sys/lib/libz : Makefile Makefile.inc adler32.c crc32.c infblock.c infblock.h infcodes.c infcodes.h inffast.c inffast.h inflate.c inftrees.c inftrees.h infutil.c infutil.h zconf.h zlib.h zutil.h Log message: Add libz and make libsa aware of it. From NetBSD. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/02/05 21:30:36 Modified files: sys/dev : ramdisk.c Log message: Changes to ramdisk driver to support disklabels. Work done by Theo. This will require changes for each machine type. changes to MAKEDEV, suggest treating rd like sd --- sd*|vnd*|ccd*|rd*) ... rd*) name=rd; blk=17; chr=17;; --- Make certain that majors and minors are correct conf.c add a entry in cdevsw for rd (previously was only in bdev) --- cdev_decl(rd); ... struct cdevsw cdevsw[] = { ... cdev_disk_init(NRD,rd), /* 17 ram disk driver*/ --- other changes to how rdconfig is called may be appropriate, it must now be configured using the "raw" parition typically 'c'. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/02/05 21:36:42 Modified files: etc/etc.powerpc: MAKEDEV sys/arch/powerpc/conf: DDB MINI files.powerpc sys/arch/powerpc/powerpc: conf.c Added files: sys/arch/powerpc/powerpc: rd_root.c Log message: PowerPC pieces for ramdisk (rd) changes this is adds majors, rd_root pieces, config file to generate MINIROOT with rdroot and MAKEDEV changes as well as adding the rd device to known device types. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1997/02/05 23:20:01 Modified files: sys/lib/libsa : cread.c Log message: make it work w/ old allocator no need for zmemcpy better use /sys/net/zlib.c, it's smaller and it's form kernel. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/02/05 23:20:17 Modified files: distrib/powerpc/inst-common: Makefile.inc list Log message: Now with the miniroot using the rd driver, the inst and kc may become obsolete, but currently the miniroot uses this directory. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1997/02/05 23:28:54 Modified files: sys/lib/libsa : cread.c Log message: missed test compile ); CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1997/02/05 23:47:02 Modified files: sys/lib/libsa : Makefile Added files: sys/lib/libsa : strncmp.c Log message: add strncmp use net/zlib.c do not compile some files w/ NO_NET CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1997/02/06 00:05:50 Modified files: sys/lib/libsa : Makefile Log message: need -I for zlib.c CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/02/06 00:07:14 Modified files: distrib/powerpc/miniroot: install.md raminst.conf Log message: Clean up silly things, mount rd0a not rd0, and prog is not a valid program for crunch to find. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/02/06 00:25:18 Modified files: distrib/powerpc/inst-common: mtree.conf Log message: add /kern to miniroot image for kernfs support CVSROOT: /cvs Module name: src Changes by: dima@cvs.openbsd.org 1997/02/06 02:50:57 Modified files: sbin/swapon : swapon.c Log message: Cosmetic change: "device not configured" -> "Device not configured" so it would match it's prorotype entry in errlist. The same for "device already in use" CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/06 03:02:14 Modified files: etc/etc.i386 : MAKEDEV Log message: make rd device. only make a & c partitions raw & block CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/06 03:02:54 Modified files: sys/arch/i386/i386: conf.c Log message: cdev for rd CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/02/06 03:49:18 Modified files: share/mk : sys.mk bsd.lib.mk Log message: Add a LORDER make symbol and use it CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/02/06 05:13:38 Modified files: sys/arch/alpha/alpha: trap.c Log message: Fixed some missing declarations and such. Still sth to fix for Theo :-) CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/02/06 05:37:58 Modified files: sys/arch/alpha/alpha: trap.c Log message: From theo: use VM_PROT_* types and pass address nicely CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/06 05:49:58 Modified files: libexec/rexecd : rexecd.c Log message: buf oflow CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/06 06:02:44 Modified files: usr.bin/modstat: modstat.c Log message: do not accidentally pass garbage module name to the kernel; found by Don.Lewis@tsc.tdk.com CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/06 06:09:15 Modified files: sys/kern : kern_lkm.c Log message: terminate copyinstr, copyoutstr full name; Don.Lewis@tsc.tdk.com CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/06 06:29:09 Modified files: bin/kill : kill.c Log message: make "/bin/kill -CONT ''" abort correctly; arnej@imf.unit.no CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/06 06:34:46 Modified files: libexec/uucpd : uucpd.c Log message: expand hostname to MAXHOSTNAMELEN CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/06 06:46:36 Modified files: usr.bin/kdump : kdump.c Log message: make are of a whole number of missing system call names; interesting fix from ghelmer@freebsd.org CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1997/02/06 07:22:34 Modified files: sys/lib/libsa : Makefile Makefile.inc printf.c alloc.c Log message: remove net/zlib.c (use -lz now) export NO_NET and SA_ZLIB to the Makefile (from Makefile.inc) add -p printf flag (tiny code) just for gcc -Wall import latest alloc.c from netbsd text data bss dec hex 400 8 0 408 198 CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1997/02/06 07:26:09 Modified files: sys/lib/libsa : printf.c Log message: better heuristic for %p: assume l for x only if sizeof(void *)==sizeof(u_long), else it's u_int (; CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/06 08:00:27 Modified files: usr.sbin/rdate : rdate.c Log message: corrected to look even more like date(1) CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1997/02/06 08:51:15 Modified files: sys/lib/libsa : printf.c Log message: print 0x for %p CVSROOT: /cvs Module name: src Changes by: pefo@cvs.openbsd.org 1997/02/06 09:02:47 Log message: Import of WGRISC port. (Willowglen R3081 board) Status: Vendor Tag: PEFO Release Tags: WGRISC_1_0 N src/sys/arch/wgrisc/Makefile N src/sys/arch/wgrisc/dev/scsi.h N src/sys/arch/wgrisc/dev/ascreg.h N src/sys/arch/wgrisc/dev/dma.h N src/sys/arch/wgrisc/dev/if_sn.c N src/sys/arch/wgrisc/dev/if_sn.h N src/sys/arch/wgrisc/dev/asc.c N src/sys/arch/wgrisc/dev/ace.c N src/sys/arch/wgrisc/dev/com_risc.c N src/sys/arch/wgrisc/isa/isa_machdep.h N src/sys/arch/wgrisc/isa/isabus.c N src/sys/arch/wgrisc/include/intr.h N src/sys/arch/wgrisc/include/autoconf.h N src/sys/arch/wgrisc/include/cdefs.h N src/sys/arch/wgrisc/include/cpu.h N src/sys/arch/wgrisc/include/disklabel.h N src/sys/arch/wgrisc/include/ecoff.h N src/sys/arch/wgrisc/include/endian.h N src/sys/arch/wgrisc/include/exec.h N src/sys/arch/wgrisc/include/float.h N src/sys/arch/wgrisc/include/ieeefp.h N src/sys/arch/wgrisc/include/kbdreg.h N src/sys/arch/wgrisc/include/kdbparam.h N src/sys/arch/wgrisc/include/limits.h N src/sys/arch/wgrisc/include/mips_opcode.h N src/sys/arch/wgrisc/include/param.h N src/sys/arch/wgrisc/include/pcb.h N src/sys/arch/wgrisc/include/pio.h N src/sys/arch/wgrisc/include/pmap.h N src/sys/arch/wgrisc/include/proc.h N src/sys/arch/wgrisc/include/profile.h N src/sys/arch/wgrisc/include/psl.h N src/sys/arch/wgrisc/include/pte.h N src/sys/arch/wgrisc/include/ptrace.h N src/sys/arch/wgrisc/include/reg.h N src/sys/arch/wgrisc/include/regdef.h N src/sys/arch/wgrisc/include/setjmp.h N src/sys/arch/wgrisc/include/signal.h N src/sys/arch/wgrisc/include/stdarg.h N src/sys/arch/wgrisc/include/trap.h N src/sys/arch/wgrisc/include/types.h N src/sys/arch/wgrisc/include/varargs.h N src/sys/arch/wgrisc/include/vmparam.h N src/sys/arch/wgrisc/include/asm.h N src/sys/arch/wgrisc/include/regnum.h N src/sys/arch/wgrisc/include/bus.h N src/sys/arch/wgrisc/include/kcore.h N src/sys/arch/wgrisc/include/reloc.h N src/sys/arch/wgrisc/include/ansi.h N src/sys/arch/wgrisc/include/memconf.h N src/sys/arch/wgrisc/include/link.h N src/sys/arch/wgrisc/include/elf_abi.h N src/sys/arch/wgrisc/include/dlfcn.h N src/sys/arch/wgrisc/riscbus/riscbus.h N src/sys/arch/wgrisc/riscbus/riscbus.c N src/sys/arch/wgrisc/stand/boot.c N src/sys/arch/wgrisc/stand/conf.c N src/sys/arch/wgrisc/stand/Makefile N src/sys/arch/wgrisc/stand/filesystem.c N src/sys/arch/wgrisc/stand/rz.c N src/sys/arch/wgrisc/stand/start.S N src/sys/arch/wgrisc/stand/libsa/Makefile N src/sys/arch/wgrisc/stand/libsa/devopen.c N src/sys/arch/wgrisc/stand/libsa/getenv.c N src/sys/arch/wgrisc/stand/libsa/getputchar.c N src/sys/arch/wgrisc/conf/GENERIC N src/sys/arch/wgrisc/conf/files.wgrisc N src/sys/arch/wgrisc/conf/DISKLESS N src/sys/arch/wgrisc/conf/ld.script N src/sys/arch/wgrisc/conf/Makefile.wgrisc N src/sys/arch/wgrisc/compile/.keep_me N src/sys/arch/wgrisc/compile/.cvsignore N src/sys/arch/wgrisc/wgrisc/clock.c N src/sys/arch/wgrisc/wgrisc/clockvar.h N src/sys/arch/wgrisc/wgrisc/conf.c N src/sys/arch/wgrisc/wgrisc/cpu.c N src/sys/arch/wgrisc/wgrisc/cpu_exec.c N src/sys/arch/wgrisc/wgrisc/disksubr.c N src/sys/arch/wgrisc/wgrisc/fp.S N src/sys/arch/wgrisc/wgrisc/genassym.c N src/sys/arch/wgrisc/wgrisc/locore.S N src/sys/arch/wgrisc/wgrisc/machdep.c N src/sys/arch/wgrisc/wgrisc/mainbus.c N src/sys/arch/wgrisc/wgrisc/mem.c N src/sys/arch/wgrisc/wgrisc/minidebug.c N src/sys/arch/wgrisc/wgrisc/pmap.c N src/sys/arch/wgrisc/wgrisc/process_machdep.c N src/sys/arch/wgrisc/wgrisc/swapgeneric.c N src/sys/arch/wgrisc/wgrisc/sys_machdep.c N src/sys/arch/wgrisc/wgrisc/trap.c N src/sys/arch/wgrisc/wgrisc/vm_machdep.c N src/sys/arch/wgrisc/wgrisc/autoconf.c N src/sys/arch/wgrisc/wgrisc/wgrisctype.h N src/sys/arch/wgrisc/wgrisc/clock_dp.c No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/06 09:18:49 Added files: sys/arch/arc/include: frame.h sys/arch/wgrisc/include: frame.h Log message: need a frame.h; empty for now; PR#74, gwen@rtmx.com CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1997/02/06 09:50:04 Modified files: . : ftp.html Log message: document the ftp mirror layout CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/06 10:56:11 Modified files: gnu/usr.bin/gcc/f: Make-lang.in Log message: cd into gcc/f before building g77.info to avoid picking up on the wrong version of install.texi (both gcc/install.texi and gcc/f/install.texi exist and are different.) CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1997/02/06 12:35:53 Modified files: sys/lib/libsa : rpc.c Log message: -Wall printf format correction CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/06 13:00:45 Modified files: sys/arch/sun3/sun3: machdep.c Log message: support for BUFCACHEPERCENT CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/06 13:04:01 Modified files: sys/arch/sun3/sun3: trap.c Log message: adjustments to SA_SIGINFO CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/02/06 15:18:11 Modified files: distrib/i386/floppies/inst-common: instbin-krb.conf instbin.conf Log message: We use pdksh now CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/06 15:43:18 Modified files: distrib/sparc/floppies/inst-common: instbin.conf Log message: ksh! CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/02/06 15:57:04 Modified files: sys/lib/libsa : Makefile cread.c Log message: * remove reference to non-existant fat.c. * make cread.c work with libz again. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/02/06 16:44:56 Modified files: sys/arch/powerpc/stand: Locore.c Makefile alloc.c boot.c Log message: Add zlib support for booting gzipped kernels. Clean up to allow this to happen. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/02/06 16:49:11 Modified files: libexec/ftpd : Makefile Log message: Ok this is to work around a compiler bug in the powerpc port, but without this a clean build does not work. CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/06 19:01:30 Modified files: sbin/ipnat : ipnat.1 ipnat.4 Log message: more SEE ALSO cross-refs CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/06 19:18:45 Modified files: sys/arch/sun3/conf: COYOTE Log message: add IPFILTER CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/06 19:19:52 Modified files: sys/arch/sun3/conf: GENERIC Log message: add IPFILTER CVSROOT: /cvs Module name: www Changes by: kstailey@cvs.openbsd.org 1997/02/06 19:32:12 Modified files: . : plus.html Log message: clarification CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/06 20:20:35 Modified files: sys/arch/sun3/conf: Makefile.sun3 Log message: add -Wno-uninitialized CVSROOT: /cvs Module name: src Changes by: dima@cvs.openbsd.org 1997/02/06 20:22:18 Modified files: sys/arch/hp300/dev: hd.c Log message: Changed hdintr() to hdinterupt() so it won't interfere with HDLC stuff we have. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1997/02/06 23:07:58 Modified files: sys/miscfs/kernfs: Tag: syms kernfs_subr.c kernfs_vnops.c Log message: add exec header CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1997/02/06 23:16:39 Modified files: sys/miscfs/kernfs: Tag: syms kernfs_vnops.c Log message: wrong var rename. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1997/02/06 23:18:50 Modified files: sys/ddb : db_aout.c db_extern.h db_sym.c Log message: necessary support for kernfs. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/06 23:27:22 Modified files: lib/libc/rpc : svc_tcp.c Log message: destroy everything with source routes CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1997/02/06 23:47:09 Modified files: sys/miscfs/kernfs: Tag: syms kernfs_vnops.c Log message: wrong private name CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1997/02/07 00:03:42 Modified files: sys/ddb : db_aout.c db_sym.c db_sym.h Log message: wrong private name CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1997/02/07 00:04:22 Modified files: . : plus.html Log message: recent diffs CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1997/02/07 00:08:13 Modified files: sys/lib/libsa : stand.h Log message: machdep_start, not muchdep_exec CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1997/02/07 00:11:03 Modified files: sys/arch/i386/stand/biosboot: Tag: new Makefile biosboot.S Log message: latest changes and fixes CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/07 01:04:11 Modified files: sys/ddb : db_aout.c Log message: Untested changes SUCK CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1997/02/07 01:05:02 Modified files: sys/arch/i386/i386: locore.s Log message: Set up intrframe correctly for FPU exceptions again CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1997/02/07 01:32:16 Modified files: sys/ddb : db_aout.c Log message: i hate militarists, pacifists either. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1997/02/07 01:32:19 Modified files: sys/arch/i386/i386: locore.s Log message: define kernel_text, just like other ports. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/07 02:24:06 Modified files: usr.sbin/ypserv/ypxfr: ypxfr.c Log message: back out mktemp fix; for some reason i cannot understand it causes big problems CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/07 03:17:41 Modified files: usr.bin/error : error.1 Log message: typo, msaitoh@spa.is.uec.ac.jp CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1997/02/07 04:16:51 Modified files: usr.sbin/sysctl: sysctl.8 Log message: add missed variables CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1997/02/07 04:26:30 Modified files: usr.sbin/sysctl: sysctl.8 Log message: i hate tabs and spaces CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/07 06:01:26 Modified files: lib/libc/stdio : mktemp.c Log message: pre-pad with random alphabetic letters instead of digit 0 CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1997/02/07 06:15:02 Modified files: sys/lib/libz : Makefile.inc Log message: quote [AC]FLAGS and others... CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1997/02/07 06:26:34 Modified files: sys/lib/libz : infblock.c inftrees.c inftrees.h zutil.h Log message: s/DEBUG/DEBUG_ZLIB/g CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/07 06:44:29 Modified files: gnu/usr.bin/gcc/f: Make-lang.in Log message: no, this does not work yet either CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/07 07:31:50 Modified files: usr.bin/id : groups.sh whoami.sh Log message: I wrote these public domain versions. They are faster due to two optimizations CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/02/07 09:58:10 Modified files: gnu/usr.bin/binutils/gdb: configure.host configure.tgt Log message: Know how to build gdb for powerpc, it doesn't work yet, but this causes binutils to fail to configure the first time round. CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/07 10:02:50 Modified files: sbin/ipnat : ipnat.c Log message: make protocol string be tcp/udp not tcpudp since this is how it is documented. CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/07 11:10:08 Modified files: sbin/ipnat : ipnat.c Log message: fix tags CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/07 11:26:48 Modified files: sbin/ipnat : ipnat.c Log message: make output look like input (and like docs) CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/07 12:33:50 Modified files: sbin/ipnat : ipnat.c Log message: one more tcpudp->tcp/udp CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/07 13:06:45 Modified files: sbin/ipnat : ipnat.c Log message: fixed order of tests in printnat() so that it catches tcp/udp first CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/02/07 13:47:29 Added files: gnu/usr.bin/binutils/gdb/config/powerpc: nm-obsd.h obsd.mh xm-obsd.h Log message: These changes are not complete, This does not deal with cores correctly yet. This checkin is an attempt to make the powerpc port have a clean build. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/08 02:23:59 Modified files: sys/arch/i386/conf: BABY Log message: cvs.openbsd.org now has 17GB of disk... CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/08 02:58:30 Modified files: sys/netiso : tuba_subr.c Log message: need arc4random proto CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/08 03:23:42 Modified files: usr.bin/fmt : fmt.c Log message: inline to avoid warning CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/08 03:50:39 Modified files: sys/arch/mvme68k/mvme68k: locore.s Log message: add _kernel_text CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1997/02/08 08:01:58 Modified files: usr.sbin/sysctl: sysctl.8 Log message: more names. CVSROOT: /cvs Module name: src Changes by: maja@cvs.openbsd.org 1997/02/08 12:58:53 Modified files: usr.sbin/ypserv/ypxfr: ypxfr.c Log message: Use much of the backed out code from 1.12. But remove use of mkstemp. -moj CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1997/02/08 13:21:35 Modified files: sys/arch/i386/include: npx.h Log message: Add definitions for the exception bits in the status word CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1997/02/08 15:47:46 Modified files: sys/arch/i386/conf: GANDALF Log message: BIOS does not report >64M memory CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1997/02/08 16:23:58 Modified files: sys/arch/i386/i386: trap.c Log message: Give correct signal information on integer overflow CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1997/02/08 16:36:59 Modified files: sys/arch/i386/isa: npx.c Log message: Provide more information on FP exceptions CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/08 16:48:58 Removed files: usr.bin/m4 : serv.c Log message: excess CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/08 17:03:32 Modified files: libexec/rpc.rstatd: rstat_proc.c Log message: save 6% diskspace by moving to tabs CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/02/08 18:10:17 Modified files: sbin/fsirand : fsirand.8 fsirand.c Log message: Get block size from disklabel. Adds support for setting fs_id for when when we have that in struct fs. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/08 20:35:26 Modified files: lib/libc/rpc : clnt_perror.c Log message: do not print extra \n CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1997/02/08 20:54:02 Modified files: sys/arch/i386/i386: trap.c Log message: Use the instruction pointer from the trapframe many places CR2 does not hold valid data. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/02/08 23:41:10 Modified files: sbin/fsirand : fsirand.c Log message: Fix casts to off_t, problem noted and fixed by Theo. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/09 01:50:17 Modified files: etc/etc.arc : Makefile.inc Log message: need ecoff kernel in snap too CVSROOT: /cvs Module name: src Changes by: maja@cvs.openbsd.org 1997/02/09 02:49:38 Modified files: usr.sbin/ypserv/common: ypdb.c ypdb.h usr.sbin/ypserv/ypxfr: ypxfr.c Log message: Add another routine in ypdb (ypdb_open_suf) that doesn't add the suffix to the database name. The suffix is added in the call to mkstemp. Now ypdb and mkstemp can coexist and do what we excpect. All code from 1.12 has been reintegrated now. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/09 06:51:26 Modified files: games/boggle/mkdict: Makefile games/boggle/mkindex: Makefile Log message: CC=${HOSTCC} for these; tv@slack.iag.net, PR#89 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/09 06:52:40 Modified files: games/fortune/strfile: Makefile Log message: CC=${HOSTCC} for these; tv@slack.iag.net, PR#86 CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1997/02/09 07:09:03 Modified files: . : plus.html Log message: new stuff CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/09 07:18:44 Modified files: sys/arch/alpha/alpha: trap.c Log message: shadowed variable caused si_addr to be incorrect CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1997/02/09 09:11:16 Modified files: share/mk : bsd.prog.mk Log message: add ${LIBZ} CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1997/02/09 09:37:14 Modified files: usr.bin/strip : strip.c Log message: use library err/warn CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/09 09:41:51 Modified files: share/mk : bsd.README bsd.prog.mk Log message: libcrypt went away a while back CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/09 09:48:14 Modified files: distrib/i386/floppies/inst-common: instbin-krb.conf instbin.conf Log message: do not need -lz CVSROOT: /cvs Module name: www Changes by: niklas@cvs.openbsd.org 1997/02/09 09:48:23 Modified files: . : amiga.html Log message: Correct the name of the GG2 Bus+ card as well as put a link in to the manufacturer (who once sponsored me with a free upgrade of my slightly faulty board which I bought used. Thanks Ethan! I also added a little project :-) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/09 09:49:59 Modified files: distrib/sparc/floppies: Makefile.inc Log message: support kerberos differentiation CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/09 09:50:23 Modified files: distrib/sparc/floppies/inst-common: termcap.pc3 Log message: pc3? no, let us make this sun CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/09 09:50:38 Modified files: distrib/sparc/floppies/inst-common: Makefile.inc Log message: kerberos differentiation CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/09 09:50:55 Modified files: distrib/sparc/floppies/inst-common: instbin.conf list mtree.conf Added files: distrib/sparc/floppies/inst-common: instbin-krb.conf Log message: delete things until it fits.... sigh CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/09 11:51:52 Modified files: lib/libcurses : Makefile Log message: do not make changes here that hide a problem which needs fixing CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/09 11:55:17 Modified files: sbin/restore : symtab.c Log message: unexploitable buf oflow, eivind@freebsd CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/09 12:25:00 Modified files: usr.bin/oldrdist: defs.h docmd.c expand.c server.c Log message: buf oflow, eivind@freebsd CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/02/09 14:29:53 Modified files: usr.bin/file/magdir: apple Added files: usr.bin/file/magdir: macintosh Log message: Add macintosh magic. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/02/09 15:49:38 Modified files: usr.bin/file/magdir: OpenBSD apple archive audio compress convex database dump elf hp ibm370 ibm6000 images karma linux mail.news motorola pdf pgp printer rpm sgi sun varied.out zilog Added files: usr.bin/file/magdir: 386bsd alpha amanda amigaos asterix bsdi digital freebsd java mach osf1 sniffer xenix Removed files: usr.bin/file/magdir: microsoft Log message: Updated from NetBSD. CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1997/02/09 15:55:40 Modified files: lib/libc/stdlib: malloc.c Log message: Make this 64-bit safe again CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/02/09 15:59:42 Modified files: usr.bin/file/magdir: archive Log message: Missed this one before. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/02/09 16:58:45 Modified files: usr.bin : Makefile usr.bin/file : Makefile apprentice.c ascmagic.c compress.c file.1 file.c file.h fsmagic.c is_tar.c magic.5 names.h patchlevel.h print.c softmagic.c tar.h usr.bin/file/magdir: Localstuff usr.bin/fmt : fmt.1 usr.bin/rdist : os-openbsd.h Added files: usr.bin/file : internat.c readelf.c readelf.h Log message: Updates file(1) to version 3.22 by way to NetBSD. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/02/09 17:51:40 Modified files: lib/libc/rpc : clnt_perror.c Log message: Make printf's match actual type (%lu -> %u). CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/02/09 17:52:29 Modified files: lib/libc/stdio : mktemp.c Log message: Pull in stdlib.h for arc4random prototype. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/02/09 18:33:59 Modified files: sys/arch/hp300/conf: files.hp300 sys/arch/hp300/dev: hdvar.h sd.c sdvar.h sys/arch/hp300/include: disklabel.h Log message: Support 16 partitions. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/02/09 18:34:08 Modified files: etc/etc.hp300 : MAKEDEV Log message: Support 16 partitions. CVSROOT: /cvs Module name: www Changes by: downsj@cvs.openbsd.org 1997/02/09 18:52:09 Modified files: . : plus.html Log message: Note hp300 changes. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1997/02/09 18:59:18 Modified files: . : snapshots.html Log message: static? no not anymore CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/02/09 21:19:56 Modified files: sbin/dump : main.c dump.8 Log message: Make dump(8) really honor -a. Fix up formatting in man page and remove duplicate entry. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/02/09 23:35:41 Modified files: bin/pax : tar.h Log message: Don't freak out on archives with only a single block of 0's as trailer (used to require two blocks of 0's but some tar's only put in one). CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/02/09 23:43:37 Modified files: sys/arch/hp300/conf: DISKLESS GENERIC files.hp300 sys/arch/hp300/dev: hd.c sd.c Removed files: sys/arch/hp300/dev: hd_compat.c sd_compat.c Log message: Kill COMPAT_NOLABEL. It is not appropiate in the modern world. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/02/09 23:48:17 Modified files: bin/pax : tar.h tar.c Log message: Permit single block trailers differently. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1997/02/10 01:34:25 Modified files: sys/arch/atari/atari: locore.s sys/arch/pc532/pc532: locore.s Log message: add kernel_text symbol CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/02/10 02:20:50 Modified files: sys/arch/hp300/stand/libsa: Makefile Log message: Add HEAP_LIMIT. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/02/10 04:11:52 Modified files: sys/arch/m68k/conf: files.m68k sys/arch/m68k/include: cpu.h sys/arch/m68k/m68k: copy.s Added files: sys/arch/m68k/m68k: mappedcopy.c Log message: Add the generic m68k part of the copypage/zeropage/mappedcopy changes from NetBSD. m68k ports may/will need changing in order to cope with this. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/02/10 04:13:34 Modified files: sys/arch/hp300/hp300: locore.s machdep.c mem.c pmap.c vm_machdep.c Log message: hp300 portion of the copypage/zeropage/mappedcopy changes from NetBSD. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/02/10 04:39:28 Modified files: sys/arch/mvme68k/mvme68k: locore.s mem.c pmap.c Log message: Completely untested mvme68k changes for copypage/zeropage/mappedcopy. Doesn't really support MAPPEDCOPY. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/10 04:41:00 Modified files: usr.bin : Makefile Log message: login.millert? oh boy CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/02/10 04:53:12 Modified files: sys/arch/sun3/sun3: mem.c Log message: zeropage -> devzeropage CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/02/10 05:01:51 Modified files: sys/arch/mac68k/mac68k: locore.s mem.c pmap.c Log message: mac68k copypage/zeropage changes. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/02/10 05:16:59 Modified files: sys/arch/mac68k/mac68k: pmap.c Log message: kill extra decl CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/02/10 05:24:42 Modified files: sys/arch/sun3/sun3: locore.s pmap.c Log message: Use copypage and zeropage. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1997/02/10 05:33:50 Modified files: usr.bin/compress: Makefile Log message: install zopen.3 too CVSROOT: /cvs Module name: src Changes by: gvf@cvs.openbsd.org 1997/02/10 08:03:17 Modified files: share/man/man4/man4.amiga: autoconf.4 Log message: Fix typo. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/10 09:42:54 Modified files: distrib/sparc/floppies/inst: install.sh Log message: catch up to i386 install.sh CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/10 10:49:13 Modified files: sys/arch/mvme68k/include: cpu.h sys/arch/mvme68k/mvme68k: genassym.c locore.s Log message: make it work CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/10 19:55:12 Modified files: sys/arch/mvme68k/conf: X Log message: wl0 moves to ipl 3 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/10 19:55:46 Modified files: sys/arch/mvme68k/dev: wl.c Log message: ok, transmit on port 0 works... CVSROOT: /cvs Module name: src Changes by: gene@cvs.openbsd.org 1997/02/10 21:16:36 Modified files: etc : services Log message: Synchronize kadmin service names with header files. CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1997/02/10 21:40:39 Modified files: kerberosIV/kadm: Makefile kerberosIV/kadmin: Makefile kerberosIV/kadmind: Makefile kerberosIV/ksrvutil: Makefile Log message: Need earlier to have access to ${__objdir}; fixes build when obj directories or links are not present CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1997/02/10 22:00:56 Modified files: usr.bin/su : su.c Log message: Handle tickets the same way as login(1) does; remove when session ends CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/02/10 23:59:26 Modified files: sbin/fsirand : fsirand.c Log message: We now has fs_id in struct fs. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/02/10 23:59:29 Modified files: sys/kern : vfs_subr.c sys/ufs/ffs : ffs_alloc.c ffs_vfsops.c fs.h Log message: Add fs_id support and random inode generation numbers for ffs. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/02/11 00:01:28 Modified files: sbin/dumpfs : dumpfs.c Log message: Remove occurences of headswitch and trackseek, they no longer exist in struct fs. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/02/11 00:01:38 Modified files: sbin/newfs : mkfs.c newfs.c Log message: Remove occurences of headswitch and trackseek, they no longer exist in struct fs. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/02/11 07:51:28 Modified files: sys/arch/mvme68k/mvme68k: conf.c Log message: Add ramdisk (rd) character major number, put the device in the character to block mapping table. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/02/11 08:03:39 Modified files: etc/etc.mvme68k: MAKEDEV Log message: changes to support the new disklabeled ramdisk (rd) and 1st cut at raminst MAKEDEV list. CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/11 10:41:20 Modified files: sys/arch/sun3/conf: COYOTE DISKLESS FOUR_TTYS GENERIC GENERIC_KGDB RAMDISK SMD_TEST std.sun3 Log message: no more VNODEPAGER #define CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/11 10:42:53 Modified files: usr.bin/strip : Makefile Log message: build hoststrip for install purposes; noted by tv@slack.iag.net, pr #88 CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/02/11 10:46:37 Modified files: lib/libc/stdlib: malloc.c Log message: is we were set[ug]id an unitialized ptr bit us CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/11 10:50:34 Modified files: sys/arch/sun3/sun3: pmap.c Log message: prototypes for copypage & zeropage CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/11 11:04:06 Modified files: sys/netinet : ip_input.c Log message: ensure ipt->ipt_ptr is right; pr#96, andreas.gunnarsson@emw.ericsson.se CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/11 11:10:58 Modified files: usr.bin/showmount: showmount.c Log message: use RPC over TCP; Michael.Eriksson@era-t.ericsson.se CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/02/11 11:26:33 Modified files: usr.bin/su : su.c Log message: Fix for non-kerberos. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/11 11:46:09 Modified files: etc : netstart Log message: add default route before fiddling with loopback route to avoid DNS problems; m4@umn.edu, #97 CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/11 13:23:41 Modified files: sys/arch/sun3/conf: Makefile.sun3 Log message: add -m68020 to AFLAGS CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/11 14:50:18 Modified files: sbin/disklabel : disklabel.8 Log message: document that -B may blow away important bits (on i386 it blows away MBR) CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/11 15:24:21 Modified files: sys/netinet : fil.c ip_fil.c if_ether.c ip_fil.h ip_fil_compat.h ip_frag.c ip_frag.h ip_icmp.c ip_nat.c ip_nat.h ip_state.c ip_state.h sbin/ipf : ipf.1 ipf.4 ipf.5 ipf.h sbin/ipfstat : fils.c ipfstat.8 kmem.c kmem.h usr.sbin/ipftest: ipft_ef.c ipft_hx.c ipft_pc.c ipft_sn.c ipft_td.c ipft_tx.c ipftest.1 ipt.c ipt.h misc.c pcap.h snoop.h usr.sbin/ipmon : ipmon.8 ipmon.c sbin/ipnat : ipnat.1 ipnat.4 ipnat.5 ipnat.c Log message: IPF 1.3.7 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/11 17:28:54 Modified files: gnu/usr.bin/gcc: gcc.c Log message: gcc's use of /tmp files is raceable (as pointed out to me many months ago by davem@iss.net). however this code is hard to fix. for the moment make the race harder by calling mktemp with a lot of XXXXX's CVSROOT: /cvs Module name: src Changes by: dm@cvs.openbsd.org 1997/02/11 17:56:12 Modified files: kerberosIV/krb : in_tkt.c Log message: Delete old ticket file in addition to wiping if there is one. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/02/11 18:50:29 Modified files: sys/arch/mvme68k/mvme68k: conf.c Log message: when changing a device entry slot, remove the old one. Hope this didn't break anyone's mvme68k builds today. this fixes the 1.15 version commit. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/11 19:15:30 Modified files: sys/arch/mvme68k/include: disklabel.h sys/arch/mvme68k/mvme68k: disksubr.c Log message: The original disklabel code from dale had an unaligned-aligned problem in it. This new code from rahnds and nivas will read either style of disklabel and hence will work on the mvme88k as well. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/11 20:35:13 Modified files: sys/net : bpf.c Log message: mark descriptors free in bpfilterattach() instead of bpfattach(); clearly must not re-marking them when new interfaces are added while one or more bpf channels are in use; my fix to netbsd pr#3189, Jean-Luc.Richier@imag.fr CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/12 07:57:03 Modified files: sys/arch/alpha/alpha: trap.c Log message: fix typecast; janjaap@stack.nl CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/12 08:12:28 Modified files: libexec/mail.local: mail.local.c Log message: fix option argument parsing, nirva@ishiboo.com CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/12 08:16:02 Modified files: sys/netinet : ip_nat.c Log message: protect ip_natexpire CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/12 08:28:25 Modified files: bin/ps : keyword.c Log message: Stat field takes 5 chars not 4 (think "IW ppp0/32 portmap tcp/udp 10000:20000 ppp0 is automagically transformed into the IP address of the ppp0 interface. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/02/12 19:45:44 Modified files: sys/kern : vfs_syscalls.c Log message: Don't expose f_fsid to non-root. CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/12 22:09:36 Modified files: sys/netinet : ip_fil_compat.h Log message: make SPLNET() do splsoftnet() CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/02/12 22:20:56 Modified files: lib/libc/sys : statfs.2 stat.2 Log message: Mention that certain fields are accessible to the super-user only. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/12 22:41:41 Modified files: lib/libutil : passwd.c Log message: permit 32-bit uid/gid, help from millert CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/12 22:54:18 Modified files: sys/netinet : ip_fil_compat.h Log message: back out prev. change CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/02/12 23:22:44 Modified files: libexec/rpc.rusersd: rusers_proc.c Log message: Return idle time of 0, not -1 for users w/o a tty. CVSROOT: /cvs Module name: www Changes by: gvf@cvs.openbsd.org 1997/02/13 08:04:25 Modified files: . : plus.html Log message: Replace some lost text. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1997/02/13 08:11:16 Modified files: . : plus.html Log message: how did that libgnumalloc line get bitten CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/13 09:27:00 Modified files: sys/netinet : ip_input.c Log message: off-by-one-slot for IP timestamp option data inserts, PR#103, andreas.gunnarsson@emw.ericsson.se CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 1997/02/13 09:28:35 Added files: lib/libc/crypt : blowfish.c Log message: Unpatended fast block cipher for new password hashing. CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 1997/02/13 09:31:18 Added files: lib/libc/crypt : bcrypt.c Log message: password hashing algorithm using blowfish CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 1997/02/13 09:32:12 Added files: include : blf.h Log message: blowfish encryption header file CVSROOT: /cvs Module name: src Changes by: pefo@cvs.openbsd.org 1997/02/13 09:50:15 Modified files: sys/dev/isa : isavar.h Log message: riscpc++ CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 1997/02/13 09:58:45 Modified files: lib/libc/crypt : crypt.c Log message: added hook for bcrypt CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 1997/02/13 09:59:54 Modified files: lib/libc/crypt : Makefile.inc Log message: added bcrypt + blowfish CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/13 10:28:41 Modified files: usr.bin/chpass : chpass.c pw_yp.c Log message: fix YP and non-YP cases to exit/warn nicely CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/13 11:11:05 Modified files: sys/sys : malloc.h Log message: added M_PFIL for packet filter CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/13 11:13:32 Modified files: sys/netinet : ip_nat.c Log message: prevent free()ed object from being referenced CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/02/13 12:45:29 Modified files: sys/compat/svr4: svr4_ipc.c svr4_misc.c svr4_net.c svr4_signal.c svr4_socket.c svr4_stream.c svr4_stropts.h svr4_timod.h syscalls.master Added files: sys/compat/svr4: svr4_acl.h Log message: Merge of NetBSD 970211 CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/13 13:17:18 Modified files: usr.bin/vmstat : vmstat.c Log message: enlarged vmstat -m "Type" column to accomodate "MSDOSFS mount" CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/13 14:49:18 Modified files: sys/arch/m68k/fpe: fpu_calcea.c fpu_emulate.c Log message: add #include for prototype of fusword() CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/13 15:14:02 Modified files: sys/arch/sun3/include: cpu.h Log message: prototypes CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/13 15:21:12 Modified files: libexec/rshd : rshd.c libexec/rlogind: rlogind.c lib/libc/rpc : svc_tcp.c Log message: ok, i finally learned about struct ipoption CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/13 15:29:13 Modified files: libexec/rshd : rshd.c libexec/rlogind: rlogind.c lib/libc/rpc : svc_tcp.c Log message: option handling is a bitch CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/13 15:32:39 Modified files: sys/arch/sun3/include: cpu.h Log message: prototypes (strike one) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/13 15:33:13 Modified files: libexec/rshd : rshd.c libexec/rlogind: rlogind.c lib/libc/rpc : svc_tcp.c Log message: if i find one more little problem, and have to make one more little tweak to this ip option handling code I am going to absolutely scream in rage, following which I will rip the bloody innards out of netinet and build my own new incompatible option checking/processing interface that does not make it so hidiously difficult to check if a session has source routes active! CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 1997/02/13 15:41:52 Modified files: include : Makefile Log message: blf.h headerfile install CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/02/13 16:22:53 Modified files: sys/compat/svr4: svr4_syscall.h svr4_syscallargs.h svr4_syscalls.c svr4_sysent.c Log message: regen CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/02/13 16:27:04 Modified files: sys/arch/i386/compile: .cvsignore Added files: sys/arch/i386/conf: PETRA Log message: Applitron's 128 MB PentiumPro with 64MB buffer cache CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/02/13 16:31:33 Modified files: sys/arch/i386/conf: files.i386 Log message: Provide ccd's major number CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/02/13 16:33:27 Modified files: sys/dev : ccd.c Log message: Remove statics to ease DDB debugging CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/13 16:33:37 Modified files: sbin/ipnat : ipnat.c Log message: don't fail completely in if_addr() just because one interface won't SIOCGIFADDR. CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1997/02/13 20:53:03 Modified files: share/tmac/mdoc: doc-syms Log message: Add IEEE Std 1387.2-1995 (POSIX.7.2) CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/02/13 22:10:19 Modified files: sys/arch/mvme68k/mvme68k: machdep.c Log message: Copy all of 040 fp exception vectors into table. previous structure only copied the array size of bytes instead of the array size of ints. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/02/14 00:05:23 Modified files: bin/dd : args.c conv.c dd.c dd.h extern.h misc.c position.c Log message: Deal with 64-bit offsets and report bytes copied as a 64-bit quantity. Closes OpenBSD PR system/107. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/02/14 03:28:20 Modified files: games/bs : bs.c Log message: Use standard header files instead of declaring system funcs explicitly CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/02/14 03:56:36 Modified files: libexec/rpc.lockd: procs.c Log message: #include CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/02/14 04:02:07 Modified files: sbin/ipnat : ipnat.c Log message: 64-bit clean CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/02/14 04:05:13 Modified files: usr.bin/chpass : pw_yp.c Log message: #include CVSROOT: /cvs Module name: www Changes by: kstailey@cvs.openbsd.org 1997/02/14 09:24:21 Modified files: . : sun3.html Added files: . : diskless-8.html Log message: more about installing OpenBSD/sun3 CVSROOT: /cvs Module name: www Changes by: kstailey@cvs.openbsd.org 1997/02/14 09:31:05 Modified files: . : sun3.html Log message: delete ouch CVSROOT: /cvs Module name: www Changes by: kstailey@cvs.openbsd.org 1997/02/14 09:34:59 Modified files: . : sun3.html Log message: s/your/you/ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/14 09:39:24 Modified files: sys/kern : exec_subr.c Log message: round RLIMIT_STACK; problem spotted by jfw@jfwhome.funhousecom CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/14 10:20:11 Modified files: sys/kern : vfs_syscalls.c Log message: hide fsid in getfsstat too, clone of millert fix, problem spotted by bitblt CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/14 10:49:37 Modified files: sys/arch/sun3/include: psl.h param.h Log message: move spl() stuff from psl.h to param.h CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/14 10:52:28 Modified files: sys/arch/sun3/include: param.h Log message: add tag CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/14 10:57:08 Modified files: sys/arch/sun3/include: param.h Log message: change inline version of _spl() to macro CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/14 11:02:00 Modified files: sys/arch/sun3/sun3: locore.s sys/arch/sun3/include: param.h Log message: change spl0 from macro to assember function in locore.s CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/14 11:15:28 Modified files: sys/arch/sun3/sun3: locore.s sys/arch/sun3/include: param.h Log message: remove old #define of splx() and update rei funciton in locore.s CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/14 11:15:29 Modified files: sys/net : if_tun.c Log message: limit writes to ifp->if_mtu not TUNMTU CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/14 11:30:44 Modified files: sys/arch/sun3/include: cpu.h Log message: remove stuff that is in CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 1997/02/14 11:40:20 Modified files: lib/libc/crypt : bcrypt.c blowfish.c Log message: header update CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/14 11:41:50 Modified files: sys/arch/sun3/include: machdep.h Log message: remove stuff that is in CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 1997/02/14 11:42:12 Modified files: include : blf.h Log message: another header update CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/14 11:55:11 Modified files: sys/arch/sun3/include: machdep.h Log message: put back FC_CONTROL CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/14 12:08:22 Modified files: sys/arch/sun3/include: machdep.h Log message: add prototype of spl0(), but should it go here? CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/14 12:24:05 Modified files: sys/arch/sun3/include: machdep.h param.h Log message: move prototype of spl0() to param.h CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/14 13:35:04 Modified files: sys/arch/sun3/sun3: leds.c Log message: switch from to CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/14 13:54:02 Modified files: sys/arch/sun3/sun3: pmap.c Log message: back out prev. change CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/14 14:08:40 Modified files: usr.bin/chflags: chflags.1 Log message: mention that ls -o shows the existing file modes CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/14 14:13:51 Modified files: sys/arch/sun3/sun3: genassym.c Log message: add PSL_IPL7 CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/14 14:45:25 Modified files: sys/arch/sun3/conf: Makefile.sun3 Log message: make things get out-of-date if genassym.c is touched CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/14 14:53:21 Modified files: sys/arch/sun3/sun3: genassym.c sys/arch/sun3/conf: Makefile.sun3 Log message: add SPL#, back out Makefile.sun3 change CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/14 16:01:05 Modified files: sys/arch/sun3/sun3: pmap.c Log message: back out Jason's copypage/zeropage() change CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/14 16:14:21 Modified files: share/man/man8 : compat_freebsd.8 compat_linux.8 compat_sunos.8 compat_svr4.8 Log message: lowercase names CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 1997/02/14 16:27:33 Modified files: usr.bin/passwd : Makefile local_passwd.c yp_passwd.c Added files: usr.bin/passwd : pwd_gensalt.c Log message: include blowfish cipher - free config of which cipher to use CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 1997/02/14 16:28:49 Modified files: include : pwd.h Log message: passwd.conf define. CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/14 16:50:20 Modified files: sys/arch/sun3/include: machdep.h param.h sys/arch/sun3/sun3: locore.s Log message: back out changes to rei function CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/02/14 21:06:54 Modified files: distrib/mvme68k: Makefile Removed files: distrib/mvme68k/common: Make.crunch Make.fsimage Make.static Makefile.inc RunList.awk RunList.sh install.md install.sh mini_bin.list mini_sbin.list mini_usr.conf mini_usr.list mini_xx.list mini_xx.mk miniroot.list miniroot.tree mr.disktab mr.etc.rc mr.profile mr.remount mr.termcap ramdisk.list ramdisk.tree rd.disktab rd.fstab rd.passwd rd.protocols rd.services rd.sshrc rd.welcome rd_bin.conf rd_bin.list distrib/mvme68k/miniroot: Makefile distrib/mvme68k/ramdisk: Findrefs Makefile Showsyms Log message: Removal of the sun3 pieces of the miniroot build mechanism. Prepare for new setroot version. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/02/14 21:27:20 Added files: distrib/mvme68k/ramdisk: Makefile Makefile.inc disktab.preinstall disktab.shadow dot.instutils dot.profile install.md install.sh install.sub list mtree.conf raminst.conf start_rdconfig.sh Log message: Add new style of miniroot building. primarily based on the distrib/miniroot code. CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 1997/02/14 21:57:42 Modified files: lib/libpthread/stdio: tempnam.c Log message: Minor change to bypass compilation failure. CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 1997/02/15 02:47:55 Modified files: lib/libutil : passwd.c Log message: when using strsep you should be aware that the delimiter will be replaced by a nifty '0', so you cant check for a colon instead and dump some I am sorry, Dave. I can't do that. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/15 03:56:31 Modified files: lib/libc : shlib_version Log message: new blowfish crypt interfaces; crank it CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/02/15 07:48:00 Modified files: sys/arch/mvme68k/mvme68k: disksubr.c Log message: Only copy a cpudisklabel in the disklabel structure if a valid one is found. This allows rd disklabels to be read and should allow generic BSD disklabels. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/02/15 08:22:09 Modified files: sys/arch/mvme68k/mvme68k: disksubr.c Log message: Move the debug print into the ifdef DEBUG section. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1997/02/15 10:40:28 Modified files: sys/arch/arc/arc: locore.S sys/arch/arm32/arm32: locore.S sys/arch/mvme88k/mvme88k: locore.S sys/arch/pmax/pmax: locore.S Log message: add kernel_text symbol (just like other archs) CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1997/02/15 12:56:17 Modified files: kerberosIV/kpasswdd: kpasswdd.c Log message: Kill warning CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1997/02/15 12:57:01 Modified files: kerberosIV/des : fcrypt.c shlib_version kerberosIV/include/kerberosIV: des.h kerberosIV/krb : str2key.c Log message: Rename crypt() entry in libdes to des_crypt CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1997/02/15 14:38:26 Modified files: sys/lib/libsa : cread.c Log message: SAVE_MEMORY even more CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1997/02/15 16:27:54 Modified files: sys/arch/i386/stand/boot: Tag: new conf.c Log message: we've got test/debug suite CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/15 16:44:33 Modified files: lib/libc/db/hash: ndbm.c Log message: buf oflow, danny@freebsd.org CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/15 17:04:26 Modified files: usr.sbin/amd/amd: amq_subr.c Log message: give up on amd -M until amd gets proper localhost detection CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/02/15 20:19:53 Modified files: sys/arch/mvme68k/compile: .cvsignore Added files: sys/arch/mvme68k/conf: MINIROOT Log message: Add new kernel configuration that support ramdisk in the data segment via rdsetroot. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/02/15 20:26:25 Modified files: distrib/mvme68k/ramdisk: Makefile list Added files: distrib/mvme68k: list2sh.awk runlist.sh distrib/mvme68k/common: dot.commonutils Log message: Add the final? pieces to support mvme68k ramdisk support. uses rdsetroot to create a ramdisk in a kernel image. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/02/15 20:57:29 Modified files: etc/etc.mvme68k: MAKEDEV disktab Log message: Changes to support rd miniroot building. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/02/15 21:00:49 Modified files: distrib/mvme68k: Makefile distrib/mvme68k/ramdisk: Makefile Added files: distrib/mvme68k/common: termcap.vt Log message: clean up and add missing file from previous commit CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/02/15 21:15:33 Modified files: sbin/nologin : Makefile nologin.8 Added files: sbin/nologin : nologin.c Removed files: sbin/nologin : nologin.sh Log message: Just for the hell of it..? CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/02/15 21:39:08 Modified files: usr.bin/login : login.c Log message: /sbin/nologin implies hushlogin. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/15 21:42:51 Modified files: sys/netinet : udp_usrreq.c Log message: udp packets less than min udp packet length are bad; davem@jenolan.rutgers.edu CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/15 22:59:45 Modified files: libexec/telnetd: sys_term.c Log message: block $ENV too, sigh CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1997/02/15 23:54:23 Modified files: bin/pax : tar.c Log message: Correct handling of long filenames that has been stored with a prefix in the archive; generate POSIXly correct padding of octal fields. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/16 00:42:55 Modified files: sbin/disklabel : disklabel.c Log message: when spawning editor child, use signal() instead of sigprocmask(SIG_BLOCK... this appears to prevent the intermediate shell from playing with the signals such that it gets a tty signal inside an editor such as emacs. this was very annoying CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1997/02/16 00:51:15 Modified files: bin/pax : ar_io.c Log message: Don't give summary line at end when using tar format CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/16 03:22:26 Modified files: usr.bin/netstat: inet.c Log message: when printing local port numbers, print rpc service name in <> after port number, if available CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/16 03:26:41 Modified files: usr.bin/netstat: inet.c netstat.1 Log message: change from <> to [] and document CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/16 03:31:25 Modified files: usr.bin/netstat: inet.c Log message: deal with errors in recent change better CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/02/16 03:40:51 Modified files: etc/etc.hp300 : MAKEDEV Log message: Add rd device and raminst from mvme68k. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/02/16 03:42:23 Modified files: sys/arch/hp300/conf: DISKLESS GENERIC files.hp300 sys/arch/hp300/hp300: conf.c Added files: sys/arch/hp300/conf: MINIROOT sys/arch/hp300/dev: rd_root.c Log message: Add initial ram disk support. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/02/16 03:44:47 Modified files: sys/arch/hp300/compile: .cvsignore Log message: Updated to reflect reality. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/16 03:55:09 Modified files: usr.bin/netstat: inet.c Log message: duh CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/02/16 03:57:42 Modified files: etc/etc.hp300 : disktab Log message: Add rdroot, from mvme68k. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/16 04:08:17 Modified files: lib/libc/db/hash: ndbm.c Log message: need errno.h CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/02/16 07:37:12 Modified files: sys/arch/hp300/conf: DISKLESS GENERIC MINIROOT sys/arch/hp300/hp300: autoconf.c conf.c Log message: More rd changes that were missed... Still not working. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1997/02/16 07:39:40 Modified files: sys/lib/libsa : ufs.c nullfs.c cd9660.c cd9660.h nfs.c Log message: opendir, readdir, closedir (define NO_READDIR, if none required) minor fix in cd9660 only ufs working, all the others are on the list.... CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1997/02/16 07:48:07 Added files: sys/lib/libsa : readdir.c Log message: and here comes the readdir! CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1997/02/16 07:49:06 Modified files: sys/lib/libsa : stand.h Log message: missed prototypes CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1997/02/16 07:52:00 Modified files: sys/lib/libsa : Makefile Added files: sys/lib/libsa : unixdev.c unixdev.h Log message: test/debug device, readdir->Makefile CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/16 09:48:29 Modified files: etc : inetd.conf Log message: do not suggest mountd can run out of inetd.conf; the code was never finished CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/02/16 10:54:41 Modified files: sys/arch/hp300/conf: MINIROOT sys/arch/hp300/dev: rd_root.c sys/arch/hp300/hp300: autoconf.c Log message: Fix autoconfiguration code, so that it can actually boot from pdevs. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/02/16 11:13:43 src/distrib/hp300/common Update of /cvs/src/distrib/hp300/common In directory cvs.openbsd.org:/tmp/cvs-serv529/common Log Message: Directory /cvs/src/distrib/hp300/common added to the repository CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/02/16 11:13:44 src/distrib/hp300/ramdisk Update of /cvs/src/distrib/hp300/ramdisk In directory cvs.openbsd.org:/tmp/cvs-serv529/ramdisk Log Message: Directory /cvs/src/distrib/hp300/ramdisk added to the repository CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/02/16 11:20:06 Modified files: distrib/hp300 : HP-IB.geometry Makefile Added files: distrib/hp300 : Makefile.inc list2sh.awk runlist.sh distrib/hp300/common: dot.commonutils rdsetroot.c termcap.hp-vt distrib/hp300/ramdisk: Makefile Makefile.inc disktab.preinstall disktab.shadow dot.instutils dot.profile install.md install.sh install.sub list mtree.conf raminst.conf start_rdconfig.sh Log message: Prelimary addition of the ramdisk-based miniroot. Still needs work. (Stolen wholesale from mvme68k.) The miniroot subdir is obsolete, and subject to removal. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/02/16 12:16:29 Modified files: sys/arch/hp300/stand: Makefile Log message: rd -> hd CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/02/16 12:32:39 Modified files: distrib/hp300/ramdisk: dot.profile install.md install.sub list Removed files: distrib/hp300/ramdisk: disktab.preinstall disktab.shadow Log message: Getting there... CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 1997/02/16 12:59:26 Modified files: lib/libutil : Makefile passwd.c util.h Added files: lib/libutil : pw_getconf.3 Log message: added password configuration access function, used to determine password cipher type at the moment CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 1997/02/16 13:09:03 Modified files: usr.bin/passwd : local_passwd.c pwd_gensalt.c yp_passwd.c Log message: cleaned up, moved pw_getconf to libutil, removed _'s in option names CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/16 13:45:36 Added files: sbin/disklabel : disklabel.c Log message: need to pull off backups, got corrupt CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 1997/02/16 13:54:30 Modified files: include : blf.h pwd.h Log message: small cleanup CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 1997/02/16 13:58:18 Modified files: lib/libc/crypt : Makefile.inc bcrypt.c blowfish.c Added files: lib/libc/crypt : blowfish.3 Log message: prelim manpage, cleanup, fixed crippled plaintext: sed does a nice job on replacing everything, just wouldnt skip it CVSROOT: /cvs Module name: src Changes by: pefo@cvs.openbsd.org 1997/02/16 15:31:28 Modified files: sys/arch/wgrisc/dev: dma.h sys/arch/wgrisc/include: bus.h sys/arch/wgrisc/wgrisc: machdep.c mem.c Log message: Some changes for WG testing. CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 1997/02/16 16:11:56 Modified files: etc : Makefile Added files: etc : passwd.conf Log message: install passwd.conf CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/16 16:45:30 Modified files: etc : passwd.conf Log message: clean CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/16 16:49:23 Modified files: libexec/tftpd : tftpd.c Log message: clean CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/16 17:04:02 Modified files: lib/libc/rpc : svc_tcp.c svc_udp.c Log message: do not leak descriptors and mem CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/16 20:00:58 Modified files: lib/libutil : pw_getconf.3 Log message: some cleanup CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1997/02/16 20:31:00 Modified files: . : plus.html Log message: more work CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1997/02/16 20:42:49 Modified files: . : plus.html Log message: better english CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1997/02/17 00:38:21 Modified files: sys/vm : vm_swap.c Log message: kill unused variables w/ MINIROOTSIZE defined in config CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1997/02/17 00:43:48 Modified files: sys/arch/i386/i386: rd_root.c Log message: need printf prototype CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/17 01:58:51 Modified files: usr.bin/tn3270/general: general.h usr.bin/xlint/llib: llib-lstdc Log message: __OpenBSD__ CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/02/17 02:03:34 Modified files: gnu/usr.bin/gas/config: tc-sparc.h Log message: __NetBSD__ is going away from our gcc specs CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/02/17 02:07:24 Modified files: gnu/usr.bin/gcc/ginclude: stddef.h stdarg.h Log message: __NetBSD__ is going away from our gcc specs CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/02/17 02:08:35 Modified files: gnu/usr.bin/gdb/bfd/arch/i386: sysdep.h Log message: __NetBSD__ is going away from our gcc specs CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/17 02:11:27 Modified files: usr.sbin/bootpd: getether.c usr.sbin/gspa/gspa: gsp_ass.h usr.sbin/amd/fsinfo: fsi_util.c Log message: __OpenBSD__ CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/02/17 02:11:31 Modified files: gnu/usr.bin/gdb/gdb: c-exp.y ch-exp.y m2-exp.y Log message: __NetBSD__ is going away from our gcc specs CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/17 02:13:12 Modified files: sbin/ipfstat : fils.c Log message: __OpenBSD__ CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/02/17 02:16:33 Modified files: gnu/usr.bin/grep: getopt.c Log message: __NetBSD__ is going away from our gcc specs CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1997/02/17 02:24:00 Modified files: gnu/usr.bin/perl/ext/DynaLoader: dl_dlopen.xs Log message: __NetBSD__ is going away from our gcc specs CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 1997/02/17 03:34:43 Modified files: usr.bin/passwd : yp_passwd.c Log message: free what was allocated by strdup CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/17 04:02:14 Modified files: distrib/mvme68k/ramdisk: install.md install.sub Log message: mvme68k, OpenBSD CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1997/02/17 05:26:22 Modified files: sys/lib/libsa : Makefile Log message: no unixdev by dafault CVSROOT: /cvs Module name: src Changes by: imp@cvs.openbsd.org 1997/02/17 09:30:26 Modified files: sbin/disklabel : disklabel.c Log message: Trivial change. Restored from backup CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/02/17 10:00:08 Modified files: distrib/powerpc/miniroot: install.sub Log message: OpenBSD, add tag. CVSROOT: /cvs Module name: src Changes by: pefo@cvs.openbsd.org 1997/02/17 12:08:29 Modified files: sys/arch/wgrisc/dev: asc.c dma.h Log message: fixes SCSI. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/17 14:58:50 Modified files: etc : Makefile Log message: do not put a space after a backslash CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/17 15:13:29 Modified files: usr.sbin/amd/fsinfo: fsi_util.c Log message: whoops, typo CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/17 17:11:48 Modified files: sys/kern : kern_fork.c Log message: cp P_SUGID/P_SUGIDEXEC to child, doh; half from freebsd CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1997/02/17 17:16:10 Modified files: sys/kern : kern_exec.c lib/libc/sys : issetugid.2 Log message: if a P_SUGIDEXEC proc execve()'s a non-set[ug]id program while running with uid/gid mismatches, P_SUGIDEXEC should persist (in case the environment has not been cleaned). pointed out by wietse@porcupine.org CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/02/17 18:07:20 Modified files: sys/arch/hp300/stand/libsa: Makefile Log message: Need strncpy.c now. CVSROOT: /cvs Module name: src Changes by: gene@cvs.openbsd.org 1997/02/17 22:13:17 Modified files: sys/arch/mac68k/include: pmap.h Log message: Synch declaration of copypage w/ m68k-general definitions per Ken's changes. This might get moved out soon. CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1997/02/18 01:12:13 Modified files: gnu/usr.bin/sendbug: sendbug.sh Log message: Ignore SIGINT CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 1997/02/18 07:05:41 Modified files: libexec/rpc.yppasswdd: yppasswdd_mkpw.c Log message: increase max. buffer size to pass checks for crypt output > 10 chars. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/02/18 08:46:39 Modified files: distrib/powerpc: Makefile distrib/powerpc/miniroot: Makefile install.sub Log message: commit some stragglers in my source tree, cleaning up of ramdisk installation. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/02/18 08:48:18 Modified files: gnu/usr.bin/binutils: configure.in Log message: Gdb does not work on powerpc yet, do not configure or build it. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/02/18 08:52:36 Modified files: share/mk : bsd.own.mk Log message: Powerpc does not support pic, and for now because of a compiler bug, does not support profiling. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/02/18 08:54:28 Modified files: sys/arch/powerpc/include: param.h signal.h types.h Log message: Ok, these are more stragglers in my source tree. These changes were necessary to clean up the interdependancies caused by the siginfo changes. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/02/18 09:01:53 Modified files: distrib/mvme68k/ramdisk: install.sub Log message: Add cvs tag, change tar to pax in a couple of places, tar is not on the ramdisk image. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/02/18 09:10:40 Modified files: etc/etc.powerpc: disktab MAKEDEV Log message: create the device nodes for rd in a sane way. create disklabel proto for ramdisk CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/18 11:04:31 Modified files: usr.bin/ftp : ftp.1 ftp_var.h main.c Log message: add -e command line option to suppress use of editline(3)\ this is useful for Emacs ange-ftp CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/18 12:56:59 Modified files: sys/arch/sun3/sun3: pmap.c Log message: VM_MIN_KERNEL_ADDRESS -> virtual_avail CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1997/02/18 13:07:59 Modified files: usr.bin/su : su.c Log message: Undo last changes; it makes it impossible to suspect su in Kerberos mode, and also interferes with multiple sessions by removing tickets potentially in use by those other sessions. CVSROOT: /cvs Module name: src Changes by: gene@cvs.openbsd.org 1997/02/18 13:23:17 Modified files: etc/namedb : root.cache Log message: Update to InterNIC's 01221997 named.root file. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/02/18 15:32:04 src/sys/arch/powerpc/stand/boot.mac Update of /cvs/src/sys/arch/powerpc/stand/boot.mac In directory cvs.openbsd.org:/tmp/cvs-serv16573/boot.mac Log Message: Directory /cvs/src/sys/arch/powerpc/stand/boot.mac added to the repository CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/02/18 15:33:18 Added files: sys/arch/powerpc/stand/boot: note.s Log message: Add note file to elf executable to tell firmware what mode to boot in. Is this correct to have real-mode 0? It boots... CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/02/18 15:35:32 Modified files: sys/arch/powerpc/stand/boot: Makefile Log message: Add the note object to the executable. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1997/02/18 15:36:42 Modified files: sys/arch/powerpc/stand: Locore.c Makefile Makefile.inc Added files: sys/arch/powerpc/stand/boot.mac: Makefile hack-coff.c ld.script Log message: Add the necessary pieces to boot on a PowerMAC, does not currently work, Debugging in progress. CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 1997/02/18 15:44:50 Modified files: libexec/rpc.yppasswdd: yppasswdd_mkpw.c Log message: reversed changes CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 1997/02/18 16:38:59 Modified files: libexec/rpc.yppasswdd: yppasswdd_mkpw.c Log message: open master.passwd before doing pw_copy CVSROOT: /cvs Module name: src Changes by: kstailey@cvs.openbsd.org 1997/02/18 17:03:37 Modified files: sys/arch/sun3/include: pmap.h sys/arch/sun3/sun3: locore.s pmap.c Log message: merge in some NetBSD pmap code CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1997/02/18 20:59:15 Modified files: etc : rc Log message: Start kadmind if kerberos server CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1997/02/18 21:02:20 Modified files: kerberosIV/kadmind: Makefile Log message: kadmind should be in /usr/sbin CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1997/02/18 23:08:38 Modified files: kerberosIV/kadmind: kadm_ser_wrap.c Log message: Really strip the domain part before generating instance name CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1997/02/19 00:08:29 Modified files: kerberosIV/kdb : krb_dbm.c Log message: Get database renames correct CVSROOT: /cvs Module name: src Changes by: tholo@cvs.openbsd.org 1997/02/19 02:03:43 Modified files: kerberosIV/kadmin: kadmin.c kerberosIV/kadmind: kadm_ser_wrap.c Log message: Use standard instance names for kadmin communication CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/02/19 03:07:27 Modified files: etc/etc.hp300 : Makefile.inc Log message: Update. CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1997/02/19 03:36:40 Modified files: gnu/usr.bin/gcc/f: ChangeLog com.c news.texi zzz.c Log message: f77 0.5.19.1. CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 1997/02/19 04:16:05 Modified files: usr.bin/w : w.c Log message: Change usage() so it shows the right line arguments. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1997/02/19 09:49:19 Modified files: etc : daily Log message: Add option to turn off calendar via env variables settable via cron. Ie: ``CALENDAR=0'' will turn it off which is useful for machines with no local users that do not run YP. CVSROOT: /cvs Module name: src Changes by: pefo@cvs.openbsd.org 1997/02/19 13:17:03 Added files: sys/dev/ic : dp857xreg.h Log message: NS DP875x series clock chip definition file.