CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 1999/07/01 16:31:22 Modified files: sysutils/xosview: Makefile Log message: Oops. Makefile wasn't update during last commit. CVSROOT: /cvs Module name: src Changes by: d@cvs.openbsd.org 1999/07/01 17:05:40 Modified files: lib/libc/time : Arts.htm Theory WWW.htm zic.c Log message: tzcode1999d from ftp://elsie.nci.nih.gov/pub/; ok millert@ CVSROOT: /cvs Module name: src Changes by: d@cvs.openbsd.org 1999/07/01 17:09:05 Modified files: share/zoneinfo/datfiles: africa antarctica asia australasia europe northamerica southamerica zone.tab Log message: tzdata1999d from ftp://elsie.nci.nih.gov/pub/; ok millert@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/01 17:10:41 Modified files: sys/arch/i386/conf: GENERIC sys/conf : GENERIC files sys/dev/pci : files.pci Added files: sys/dev/pci : if_lmc.c if_lmc_common.c if_lmc_media.c if_lmc_obsd.c if_lmc_types.h if_lmcioctl.h if_lmcvar.h sys/net : if_sppp.h if_spppsubr.c Log message: lmc driver; ported by chris@dqc.org CVSROOT: /cvs Module name: src Changes by: cmetz@cvs.openbsd.org 1999/07/01 19:02:53 Modified files: sys/sys : mbuf.h sys/kern : uipc_mbuf.c Log message: Added a simple but potentially very useful new mbuf function, m_apply(). It applies the supplied function f(state, p, len) to every contiguous region in a mbuf, thus mostly handling all the mbuf-isms for you. It's used by my TCP MD5 signature implementation to run MD5 over the TCP payload data in a mbuf so that I don't have to spread mbufism-loops all over. It might also be useful for IPsec. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/02 06:25:51 Modified files: sys/arch/i386/i386: pmap.c Log message: Kludge to not get locked threads with UVM, XXX CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 1999/07/02 08:58:44 Modified files: audio/rsynth : Makefile audio/rsynth/files: config.guess config.sub configure audio/rsynth/patches: patch-ab Log message: - newer autoconf scripts that fix the problem with --sysconfdir CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1999/07/02 10:00:14 Modified files: usr.bin/tput : tput.c Log message: For "tput init" set margins and 8 character tabs, for "tput reset" set margins CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/02 10:57:49 Modified files: lib/libc/gen : err.3 getcap.3 setproctitle.3 sysctl.3 timezone.3 uname.3 lib/libc/stdlib: realpath.3 lib/libc/sys : mmap.2 profil.2 setsid.2 lib/libc/termios: tcgetpgrp.3 tcsendbreak.3 tcsetattr.3 tcsetpgrp.3 Log message: remove extra comma from .Dd arguments: "Month ##, ####" is the correct format, not "Month, ##, ####" CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/02 11:04:16 Modified files: lib/libc/db/man: dbm.3 lib/libc/net : rcmdsh.3 lib/libc/sys : rfork.2 lib/libc/time : ctime.3 strftime.3 lib/libm/man : ieee.3 Log message: .Dd should not be given abbreviated month names CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 1999/07/02 11:34:45 Modified files: sys/dev/pci : if_xl.c Log message: freebsd merge: dynamically set the tx threshold (missed in last merge) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/02 11:46:55 Modified files: sys/net : if_spppsubr.c Log message: do not use fuword() CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 1999/07/02 11:53:50 Modified files: sys/compat/sunos: sunos_exec.c Log message: sparc -> __sparc__ CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/02 12:01:47 Modified files: lib/libc/gen : sysctl.3 Log message: some formatting fixes CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/02 12:09:49 Modified files: share/man/man4 : Makefile Added files: share/man/man4 : lmc.4 sppp.4 Log message: lmc man pages CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/02 12:18:24 Modified files: lib/libc/gen : sysctl.3 Log message: - rnd(4) does not exist, it is really random(4) - iteger -> integer - cpus -> CPUs CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/02 12:37:11 Modified files: usr.bin/ctags : ctags.c Log message: ambigious else CVSROOT: /cvs Module name: www Changes by: ericj@cvs.openbsd.org 1999/07/02 12:47:32 Modified files: faq : faq2.html Log message: much more readable + additions from aaron@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/02 13:16:33 Modified files: sys/compat/svr4: svr4_stat.c Log message: more systeminfo() fixes; hal@sdsi.com CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/02 13:23:50 Modified files: usr.bin/fstat : fstat.c Log message: use getprotobynumber(); safe since it does not do YP CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/02 13:50:52 Modified files: lib/libc/sys : intro.2 Log message: document more CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/02 14:11:52 Modified files: usr.bin/aucat : aucat.1 usr.bin/cap_mkdb: cap_mkdb.1 usr.bin/elf2aout: elf2aout.1 usr.bin/elf2ecoff: elf2ecoff.1 usr.bin/file2c : file2c.1 usr.bin/hexdump: od.1 usr.bin/id : groups.1 id.1 whoami.1 usr.bin/logname: logname.1 usr.bin/mktemp : mktemp.1 usr.bin/sed : sed.1 usr.bin/skey : skeyprune.8 usr.bin/midiplay: midiplay.1 sys/arch/i386/isa/pcvt/Util/pcvtdoc: pcvt.4 sys/arch/i386/isa/pcvt/Util/vttest: vttest.1 sys/arch/i386/stand/installboot: installboot.8 sbin/ifconfig : ifconfig.8 sbin/ipnat : ipnat.4 ipnat.5 sbin/kbd : kbd.8 sbin/mount_lfs : mount_lfs.8 sbin/mount_umap: mount_umap.8 usr.sbin/amd/amd: amd.8 usr.sbin/amd/mk-amd-map: mk-amd-map.8 usr.sbin/adduser: adduser.8 rmgroup.8 usr.sbin/bootpd: bootpef.8 bootptest.8 usr.sbin/brconfig: brconfig.8 usr.sbin/cron : cron.8 crontab.1 crontab.5 usr.sbin/ctm/ctm: ctm.1 usr.sbin/iostat: iostat.8 usr.sbin/rbootd: rbootd.8 usr.sbin/rpc.bootparamd: rpc.bootparamd.8 usr.sbin/tcpdump: tcpdump.8 lib/libpcap : pcap.3 libexec/lfs_cleanerd: lfs_cleanerd.8 libexec/smtpd/smtpd: smtpd.8 libexec/smtpd/smtpfwdd: smtpfwdd.8 share/man/man3 : queue.3 share/man/man4/man4.alpha: cy.4 share/man/man4 : netintro.4 ss.4 share/man/man4/man4.amiga: ae.4 autoconf.4 qn.4 share/man/man4/man4.arc: autoconf.4 share/man/man4/man4.arm32: asc.4 autoconf.4 beep.4 csc.4 ea.4 eb.4 intro.4 kbd.4 mainbus.4 podulebus.4 rd.4 share/man/man4/man4.i386: autoconf.4 cy.4 intro.4 share/man/man4/man4.pc532: mem.4 share/man/man4/man4.pmax: intro.4 share/man/man4/man4.sparc: magma.4 share/man/man8/man8.amiga: MAKEDEV.8 share/man/man8 : vpn.8 share/man/man8/man8.sparc: MAKEDEV.8 share/man/man9 : copy.9 disk.9 fetch.9 malloc.9 store.9 games/tetris : tetris.6 libexec/uucpd : uucpd.8 Log message: consistent .Dd usage; proper format is: .Dd Month DD, YYYY CVSROOT: /cvs Module name: src Changes by: cmetz@cvs.openbsd.org 1999/07/02 14:39:08 Modified files: sys/netinet : tcp_debug.c tcp_input.c tcp_output.c tcp_subr.c tcp_timer.c tcp_usrreq.c Log message: Significant cleanups in the way TCP is made to handle multiple network protocols. "struct tcpiphdr" is now gone from much of the code, as are separate pointers for ti and ti6. The result is fewer variables, which is generally a good thing. Simple if(is_ipv6) ... else ... tests are gone in favor of a switch(protocol family), which allows future new protocols to be added easily. This also makes it possible for someone so inclined to re-implement TUBA (TCP over CLNP?) and do it right instead of the kluged way it was done in 4.4. The TCP header template is now referenced through a mbuf rather than done through a data pointer and dtom()ed as needed. This is partly because dtom() is evil and partly because max_linkhdr + IPv6 + TCP + MSS/TS/SACK opts won't fit inside a packet header mbuf, so we need to grab a cluster for that (which the code now does, if needed). CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/02 14:55:37 Modified files: share/man/man7 : mdoc.samples.7 Log message: .Pp macros are not necessary before .Sh macros, either CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/02 14:58:01 Modified files: lib/libc/gen : unvis.3 lib/libc/net : inet_net.3 lib/libc/rpc : rpcauth.3 lib/libc/stdio : printf.3 scanf.3 lib/libc/sys : getitimer.2 read.2 recv.2 setuid.2 sysarch.2 Log message: remove redundant .Pp macros CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/02 15:13:09 Modified files: lib/libcompat/4.4: cuserid.3 lib/libc_r/man : pthread_cond_broadcast.3 pthread_cond_destroy.3 pthread_cond_init.3 pthread_cond_signal.3 pthread_cond_timedwait.3 pthread_cond_wait.3 pthread_create.3 pthread_detach.3 pthread_equal.3 pthread_exit.3 pthread_join.3 pthread_key_create.3 pthread_key_delete.3 pthread_mutex_destroy.3 pthread_mutex_init.3 pthread_mutex_lock.3 pthread_mutex_trylock.3 pthread_mutex_unlock.3 pthread_once.3 pthread_self.3 pthread_setspecific.3 lib/libkvm : kvm_getfiles.3 kvm_getprocs.3 lib/libkvm.old : kvm_getfiles.3 kvm_getprocs.3 lib/libm/man : lgamma.3 lib/libutil : opendev.3 readlabelfs.3 lib/libkeynote : keynote.1 keynote.3 keynote.4 Log message: remove redundant .Pp macros CVSROOT: /cvs Module name: www Changes by: ericj@cvs.openbsd.org 1999/07/02 15:20:57 Modified files: faq : faq8.html index.html Log message: skey CVSROOT: /cvs Module name: src Changes by: cmetz@cvs.openbsd.org 1999/07/02 15:22:14 Modified files: sys/netinet : tcp.h tcp_output.c tcp_subr.c tcp_var.h Log message: Fixed a #ifdef defined()... typo that turned into a compilation failure. CVSROOT: /cvs Module name: www Changes by: ericj@cvs.openbsd.org 1999/07/02 15:45:21 Modified files: faq : faq8.html Log message: fixes ... CVSROOT: /cvs Module name: www Changes by: ericj@cvs.openbsd.org 1999/07/02 15:55:00 Modified files: faq : faq2.html Log message: use < > CVSROOT: /cvs Module name: www Changes by: ericj@cvs.openbsd.org 1999/07/02 16:06:58 Modified files: faq : index.html Log message: quota's -> quotas CVSROOT: /cvs Module name: www Changes by: ericj@cvs.openbsd.org 1999/07/02 16:45:16 Modified files: faq : index.html Added files: faq : obsd-faq.ps Log message: postscript version of the faq CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/02 17:35:53 Modified files: sys/sys : mount.h Log message: copy ISOFSMNT_NOJOLIET flag from isofs/cd9660/cd9660_mount.h CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/02 17:37:33 Modified files: sbin/ipsecadm : ipsecadm.c sbin/isakmpd : pf_key_v2.c sbin/photurisd : kernel.c kernel.h sys/net : pfkeyv2.c pfkeyv2.h pfkeyv2_parsemessage.c sys/netinet : ip_xform.c Log message: rename SADB_foo_X_bar to SADB_X_foo_bar CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/02 18:16:08 Modified files: share/man/man9 : fetch.9 store.9 Log message: fixes; hal@sdsi.com CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1999/07/02 19:30:58 Modified files: . : want.html Log message: update CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/02 20:11:13 Modified files: bin/chio : chio.1 sbin/ccdconfig : ccdconfig.8 sbin/fdisk : fdisk.8 sbin/ifconfig : ifconfig.8 sbin/isakmpd : isakmpd.8 isakmpd.conf.5 sbin/reboot : boot_sparc.8 boot_sun3.8 sbin/routed : routed.8 sbin/scan_ffs : scan_ffs.8 sbin/scsi : scsi.8 sbin/photurisd : photurisd.8 sbin/raidctl : raidctl.8 usr.bin/basename: basename.1 dirname.1 usr.bin/cap_mkdb: cap_mkdb.1 usr.bin/locate/locate: locate.1 usr.bin/newsyslog: newsyslog.8 usr.bin/talk : talk.1 usr.bin/vgrind : vgrindefs.5 usr.bin/vmstat : vmstat.8 usr.bin/yacc : yacc.1 usr.sbin/grfconfig: grfconfig.8 usr.sbin/pkg_install/create: pkg_create.1 usr.sbin/pkg_install/delete: pkg_delete.1 usr.sbin/ppp/ppp: ppp.8 usr.sbin/ppp/pppctl: pppctl.8 usr.sbin/rpc.bootparamd: rpc.bootparamd.8 usr.sbin/slstats: slstats.8 usr.sbin/spray : spray.8 usr.sbin/ypserv/revnetgroup: revnetgroup.8 usr.sbin/ypserv/stdethers: stdethers.8 usr.sbin/ypserv/stdhosts: stdhosts.8 sys/arch/i386/isa/pcvt/Util/fed: fed.1 sys/arch/i386/isa/pcvt/Util/ispcvt: ispcvt.8 sys/arch/i386/isa/pcvt/Util/keycap: keycap.3 sys/arch/i386/stand/installboot: installboot.8 sys/dev/microcode/aic7xxx: aic7xxx_asm.1 games/tetris : tetris.6 share/man/man4/man4.alpha: le.4 share/man/man4 : atalk.4 ccd.4 cd.4 ch.4 fpa.4 fxp.4 iso.4 mtio.4 strip.4 uk.4 vnd.4 share/man/man4/man4.amiga: ae.4 bah.4 qn.4 share/man/man4/man4.arc: le.4 share/man/man4/man4.atari: ms.4 share/man/man4/man4.hp300: st.4 share/man/man4/man4.i386: bktr.4 Log message: remove redundant .Pp macros CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/02 20:16:52 Modified files: sys/netinet : tcp_input.c tcp_output.c Log message: indent CVSROOT: /cvs Module name: www Changes by: ericj@cvs.openbsd.org 1999/07/02 22:35:34 Modified files: faq : faq8.html Log message: forgot rmd160 CVSROOT: /cvs Module name: www Changes by: ericj@cvs.openbsd.org 1999/07/02 23:51:35 Modified files: faq : faq2.html faq4.html faq5.html faq6.html faq7.html Log message: style fixes CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/03 07:01:54 Modified files: usr.bin/skey : skey.1 Log message: use .Oo/.Oc so -rmd160 option is compiled into the SYNOPSIS properly CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/03 09:58:50 Modified files: lib/libc/string: strtok.3 Log message: add an example CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/03 10:21:31 Modified files: lib/libc/string: strtok.3 Log message: whoops, fix a bug in my example :) CVSROOT: /cvs Module name: www Changes by: ericj@cvs.openbsd.org 1999/07/03 11:34:20 Modified files: faq : faq8.html Log message: new improved cvs section CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/03 12:01:26 Modified files: lib/libarch/i386: i386_get_ldt.2 Log message: spelling CVSROOT: /cvs Module name: src Changes by: jakob@cvs.openbsd.org 1999/07/03 12:07:54 Modified files: lib/libc/net : gethostnamadr.c Log message: Ignore SIGs in the answer section for now as we don't use them (yet). OK'd by deraadt. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/03 12:14:52 Modified files: include : netdb.h Log message: proto net_addrcmp() CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/03 12:24:14 Modified files: libexec/fingerd: fingerd.c Log message: use getnameinfo() CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/03 12:41:52 Added files: lib/libc/net : net_addrcmp.3 Log message: man page for net_addrcmp(3) CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1999/07/03 13:04:21 Modified files: usr.sbin/pppd : pppd.8 Log message: Add a note about modem_chat vs. dialback CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/03 13:56:26 Modified files: lib/libc/net : Makefile.inc Log message: install man page CVSROOT: /cvs Module name: www Changes by: ericj@cvs.openbsd.org 1999/07/03 14:16:25 Modified files: faq : faq5.html Log message: IPSEC implies option KEY CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/03 14:22:21 Modified files: lib/libc/net : Makefile.inc Added files: lib/libc/net : getaddrinfo.3 if_indextoname.3 Log message: man pages from WIDE CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/03 14:26:55 Modified files: lib/libc/net : Makefile.inc getaddrinfo.3 Added files: lib/libc/net : getnameinfo.3 Log message: cleaner CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/03 14:41:20 Modified files: share/man/man4 : ipsec.4 Log message: talk about ipsec sysctl variables CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/03 15:43:12 Modified files: lib/libc/net : Makefile.inc if_indextoname.3 Log message: if_freenameindex() API CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/03 15:45:44 Modified files: lib/libc/net : getaddrinfo.c getnameinfo.c Log message: cleaned up CVSROOT: /cvs Module name: src Changes by: hugh@cvs.openbsd.org 1999/07/03 17:56:19 Modified files: usr.sbin/adduser: adduser.perl Log message: typos CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/03 19:07:44 Modified files: libexec/identd : parse.c Log message: constrain token character set; worked out with hugh@openbsd.org CVSROOT: /cvs Module name: X11 Changes by: matthieu@cvs.openbsd.org 1999/07/04 02:57:18 Modified files: xc/programs/xdm/config: Xaccess Log message: Only allow localhost to use this xdm CVSROOT: /cvs Module name: www Changes by: form@cvs.openbsd.org 1999/07/04 04:13:02 Modified files: . : index.html Log message: another russian mirror CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/04 05:53:55 Modified files: bin/cat : cat.1 bin/ln : symlink.7 usr.bin/apply : apply.1 usr.bin/apropos: apropos.1 usr.bin/arch : arch.1 usr.bin/asa : asa.1 usr.bin/at : at.1 usr.bin/aucat : aucat.1 usr.bin/biff : biff.1 usr.bin/cal : cal.1 usr.bin/calendar: calendar.1 usr.bin/checknr: checknr.1 usr.bin/chflags: chflags.1 usr.bin/chpass : chpass.1 usr.bin/cksum : cksum.1 usr.bin/cmp : cmp.1 usr.bin/colcrt : colcrt.1 usr.bin/colrm : colrm.1 usr.bin/compile_et: compile_et.1 usr.bin/compress: compress.1 usr.bin/ctags : ctags.1 usr.bin/cut : cut.1 usr.bin/du : du.1 usr.bin/elf2aout: elf2aout.1 usr.bin/elf2ecoff: elf2ecoff.1 usr.bin/elf2olf: elf2olf.1 usr.bin/encrypt: encrypt.1 usr.bin/error : error.1 usr.bin/expand : expand.1 usr.bin/file2c : file2c.1 usr.bin/finger : finger.1 usr.bin/fmt : fmt.1 usr.bin/from : from.1 usr.bin/fsplit : fsplit.1 usr.bin/ftp : ftp.1 usr.bin/getopt : getopt.1 usr.bin/gprof : gprof.1 usr.bin/hexdump: hexdump.1 od.1 usr.bin/id : id.1 usr.bin/indent : indent.1 usr.bin/ipcrm : ipcrm.1 usr.bin/ipcs : ipcs.1 usr.bin/join : join.1 Log message: correct use of .Nm; some other formatting nits CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/04 06:00:05 Modified files: usr.bin/sed : sed.1 Log message: better use of quotes CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/04 06:25:15 Modified files: lib/libc/gen : sysctl.3 Log message: document KERN_RND and KERN_NOSUIDCOREDUMP CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1999/07/04 06:43:16 Modified files: lib/libcurses/tinfo: lib_options.c lib_setup.c Log message: ncurses-5.0-990703 -- better support for mixing termcap and terminfo/curses routines CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1999/07/04 06:43:23 Modified files: lib/libcurses : curses.h curses.priv.h Log message: ncurses-5.0-990703 -- better support for mixing termcap and terminfo/curses routines CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 1999/07/04 09:31:27 Modified files: gnu/usr.bin/perl/ext/POSIX/hints: openbsd.pl Removed files: gnu/usr.bin/perl/ext/SDBM_File/hints: openbsd.pl gnu/usr.bin/perl/ext/SDBM_File/sdbm/hints: openbsd.pl Log message: egcs has been fixed. No longer need those. CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/04 09:34:52 Modified files: sbin/ipfstat : ipfstat.8 share/man/man4 : ipl.4 kerberosIV/man : krb.conf.5 krb.realms.5 usr.sbin/map-mbone: map-mbone.8 Log message: new -mdoc man pages; kwesterback@home.com CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 1999/07/04 09:42:56 ports/devel/ddd/patches Update of /cvs/ports/devel/ddd/patches In directory cvs.openbsd.org:/tmp/cvs-serv30817/patches Log Message: Directory /cvs/ports/devel/ddd/patches added to the repository CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/04 09:44:26 Modified files: usr.sbin/map-mbone: map-mbone.8 Log message: some fix-ups CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 1999/07/04 09:44:35 Added files: devel/ddd/patches: patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai Log message: ANSI C++ mandates that "string" be of type const char [] Set of patches to allow ddd to compile under those rules. CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/04 09:59:50 Modified files: lib/libc/string: strsep.3 Log message: better wording CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/04 10:06:39 Modified files: sbin/ipfstat : ipfstat.8 Log message: some repairs CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/04 10:13:35 Modified files: kerberosIV/man : krb.realms.5 krb.conf.5 share/man/man4 : ipl.4 Log message: repairs CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 1999/07/04 12:20:27 Modified files: lang/egcs-snapshot: Makefile lang/egcs-snapshot/files: md5 Log message: 990629 snapshot CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 1999/07/04 12:21:13 Modified files: bin/pax : options.c tar.1 Log message: New: tar -q option (for quick) same as pax -n. Useful for packages. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 1999/07/04 12:23:52 Modified files: usr.sbin/pkg_install/add: perform.c Log message: Let pkg_add use tar -q. (This could have been done by using pax -n, but since pkg_* is so badly written, it's harder to hunt down all the code using tar and fix it to use the right options. If this code were written properly, there would be one clean entry point to processing archives, and it would be trivial to switch archivers...) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 1999/07/04 12:37:20 Modified files: sys/net : bpf.h Log message: Typos CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/04 12:37:36 Modified files: sys/dev/isa : pnpdevs Log message: another modem CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/04 12:37:40 Modified files: sys/dev/isa : pnpdevs.h Log message: sync CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 1999/07/04 12:44:28 Modified files: sys/net : bpf.h Log message: fix link level type codes CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/04 12:59:44 Modified files: bin/ln : symlink.7 bin/ed : ed.1 bin/chmod : chmod.1 bin/stty : stty.1 sbin/disklabel : disklabel.8 sbin/dump : dump.8 sbin/fdisk : fdisk.8 sbin/fsdb : fsdb.8 sbin/fsirand : fsirand.8 sbin/ifconfig : ifconfig.8 sbin/init : init.8 sbin/mount_lfs : mount_lfs.8 sbin/mount_null: mount_null.8 sbin/newfs_msdos: newfs_msdos.8 sbin/reboot : boot_pmax.8 sbin/restore : restore.8 sbin/routed/rtquery: rtquery.8 sbin/ipsecadm : ipsecadm.8 sbin/scsi : scsi.8 lib/libc/crypt : arc4random.3 lib/libc/db/man: btree.3 hash.3 lib/libc/gen : sysctl.3 lib/libc/net : getservent.3 lib/libc/regex : regex.3 lib/libc/stdlib: random.3 tsearch.3 lib/libc/sys : fcntl.2 getpgrp.2 intro.2 link.2 mmap.2 nfssvc.2 Log message: trash some old leftover macros and replace them with -mdoc macros CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/04 13:25:21 Modified files: libexec/atrun : atrun.8 libexec/mail.local: mail.local.8 usr.sbin/fdformat: fdformat.1 usr.sbin/grfconfig: grfconfig.8 usr.sbin/lpr/lpc: lpc.8 usr.sbin/mtree : mtree.8 usr.sbin/timed/timedc: timedc.8 Log message: more macro conversion CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/04 14:39:28 Modified files: sys/net : if.c ppp_tty.c Log message: fix unsigned without a size-type CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 1999/07/04 15:35:13 Modified files: devel/shtool : Makefile devel/shtool/files: md5 Log message: upgrade to shtool 1.4.0 CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 1999/07/04 15:39:49 Modified files: devel/mm : Makefile devel/mm/files : md5 Log message: upgrade to mm 1.0.9 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/04 16:13:03 Modified files: sys/dev/isa : pnpdevs Log message: isapnp gus CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/04 16:13:08 Modified files: sys/dev/isa : pnpdevs.h Log message: sync CVSROOT: /cvs Module name: www Changes by: ericj@cvs.openbsd.org 1999/07/04 19:22:43 Modified files: faq : faq6.html faq8.html Log message: spelling CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/04 21:23:24 Modified files: sbin/swapctl : swapctl.8 Log message: fix Nm usage in SYNOPSIS section; d@ CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/04 21:34:34 Modified files: lib/libc/locale: nl_langinfo.3 setlocale.3 Log message: formatting nits CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/04 21:35:58 Modified files: share/man/man4/man4.pmax: ioasic.4 Log message: fix Nm usage; d@ CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/04 22:41:00 Modified files: lib/libc/net : byteorder.3 ethers.3 getaddrinfo.3 gethostbyname.3 getnameinfo.3 getnetent.3 getprotoent.3 getservent.3 if_indextoname.3 inet.3 inet_net.3 ipx.3 iso_addr.3 link_addr.3 ns.3 rcmd.3 rcmdsh.3 resolver.3 Log message: repairs; better English, formatting, etc. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 1999/07/04 23:57:01 Modified files: devel/ddd : Makefile devel/ddd/files: md5 Log message: Update to 3.1.5 CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/05 00:08:05 Modified files: lib/libc/sys : fcntl.2 getsockopt.2 mount.2 quotactl.2 stat.2 swapctl.2 lib/libc/rpc : xdr.3 lib/libc/net : iso_addr.3 Log message: use .Li to refer to data types CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 1999/07/05 03:55:41 Modified files: usr.sbin/pkg_install/add: perform.c Log message: oops CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/05 07:09:09 Modified files: lib/libc/termios: tcsetpgrp.3 tcsetattr.3 tcsendbreak.3 Log message: repairs CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/05 07:09:38 Modified files: lib/libc/termios: tcgetpgrp.3 Log message: whoops, forgot this one CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/05 07:23:47 Modified files: lib/libc/nls : catclose.3 catgets.3 catopen.3 Log message: repairs CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 1999/07/05 10:09:05 Modified files: sys/arch/sparc/sparc: cache.c Log message: don't cache pagetables on a microsparc 2, From NetBSD CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 1999/07/05 10:11:04 Modified files: usr.sbin/afs : Makefile.inc Log message: mmap is no longer broken on sparc CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 1999/07/05 10:12:38 Log message: Russian messages for GNU wget. Status: Vendor Tag: form Release Tags: form_19990705 N ports/russian/wget-msgs/Makefile N ports/russian/wget-msgs/files/wget.ru.po N ports/russian/wget-msgs/pkg/DESCR N ports/russian/wget-msgs/pkg/COMMENT N ports/russian/wget-msgs/pkg/PLIST N ports/russian/wget-msgs/work/wget.ru.po N ports/russian/wget-msgs/work/.extract_done N ports/russian/wget-msgs/work/.patch_done N ports/russian/wget-msgs/work/.configure_done N ports/russian/wget-msgs/work/wget.mo N ports/russian/wget-msgs/work/.build_done N ports/russian/wget-msgs/work/.install_started No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 1999/07/05 10:25:11 Removed files: russian/wget-msgs/work: .build_done .configure_done .extract_done .install_started .patch_done wget.mo wget.ru.po Log message: Add wget-msgs to makefile. Remove wget-msgs/work. CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 1999/07/05 10:36:02 Modified files: russian : Makefile Log message: Oops. Again cvs didn't commit changed makefile :( CVSROOT: /cvs Module name: www Changes by: ericj@cvs.openbsd.org 1999/07/05 12:11:02 Modified files: faq : faq10.html faq4.html faq8.html faq9.html index.html Log message: spelling and format fixes. CVSROOT: /cvs Module name: ports Changes by: todd@cvs.openbsd.org 1999/07/05 12:16:08 Modified files: security/ssh/patches: patch-ac Log message: patch typo; CVSROOT: /cvs Module name: www Changes by: ericj@cvs.openbsd.org 1999/07/05 12:55:53 Modified files: faq : index.html Log message: replace 2.4 daemon with 2.5 CVSROOT: /cvs Module name: www Changes by: ericj@cvs.openbsd.org 1999/07/05 12:56:56 Added files: images : openbsd25_on_transparent.gif Log message: 2.5 daemon, for faq CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 1999/07/05 13:35:58 Modified files: www/analog : Makefile www/analog/files: md5 www/analog/patches: patch-aa patch-ac www/analog/pkg : PLIST Added files: www/analog/pkg : DEINSTALL INSTALL Removed files: www/analog/patches: patch-ab Log message: Update to 3.31. CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/05 13:50:54 Modified files: bin/ksh : ksh.1tbl sh.1tbl Log message: mdoc'ify syntax of the more complicated commands; when I converted this man page originally, I didn't know how to do such funky things CVSROOT: /cvs Module name: www Changes by: kjell@cvs.openbsd.org 1999/07/05 14:05:36 Modified files: faq : upgrade-minifaq.html Log message: Note that espie's instructions apply to the 990517 import. The current tree is 990608, and users may have to bootstrap the intermediate version. Also, note workaround for the recent libcurses/cpp issues. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/05 14:08:37 Modified files: sys/dev/isa : files.isa files.isapnp gus.c isavar.h Added files: sys/dev/isa : gus_isa.c gus_isapnp.c gusvar.h Log message: first attempt at isapnp gus support CVSROOT: /cvs Module name: src Changes by: kjell@cvs.openbsd.org 1999/07/05 14:12:45 Modified files: sbin/ipf : ipf.h parse.c Log message: Big cleanup of the userland ipf parsing code. inet_addr() was replaced with inet_aton. atoi() tests were replaced by range-checked strtol calls. Error checking of ipf.rules input should be vastly improved now. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/05 14:17:07 Modified files: sys/net : if_enc.c route.c sys/netinet : ip_ah.c ip_esp.c Log message: remove bogus entry from if_enc address list; and rename enc_softc to encif CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1999/07/05 14:21:11 Modified files: sys/arch/powerpc/powerpc: cpu.c Log message: Recognize the 750 (G3) processor. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1999/07/05 14:22:16 Modified files: sys/arch/powerpc/powerpc: db_disasm.c Log message: correctly extract fields for disassembly. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1999/07/05 14:23:08 Modified files: sys/arch/powerpc/powerpc: db_interface.c Log message: Use a breakpoint to cause an exception to cause the registers to be saved for debugging purposes. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1999/07/05 14:24:30 Modified files: sys/arch/powerpc/powerpc: db_trace.c Log message: Fix backtraces from ddb for powerpc, If addr is not specified, it will start using the ddb_regs. If the address is specififed, start from the address. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1999/07/05 14:29:15 Modified files: sys/arch/powerpc/powerpc: trap.c Log message: move some code under ifdef DDB, it uses a db_ function during the call. It is a debugging operation anyway. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1999/07/05 14:56:27 Modified files: sys/arch/powerpc/powerpc: locore.S machdep.c ofw_machdep.c ofwreal.S opendev.c openfirm.c pmap.c Log message: Several changes here: (Some of these changes are work in progress and may change more later) locore.S: rearranged to remove most of the direct openfirmware references in the attempt to move all of the openfirmware pieces into ofw_ files. This could allow other firmware type to be supported easier. Also this keeps the openfirmware code grouped in the same files. OF_buf is now statically allocated in the data/bss section instead of allocated during initialization. machdep.c: change the order of vm initialization, Still considering removing the BATs from use. instead of calls directly to ppc_exit and ppc_boot these are now called via a firmware function pointer structure. Add iMac recognition to systems ofw_machdep.c: function pointer structure to allow different firmware to supply specific system functionality, normally startup and reset, including a hook to notify when bsd is about to go virtual, in case firmware calls need to act different after that time. Allow BSD to handle the virtual memory operations for openfirmware. this idea was copied from NetBSD macppc, It is not fully implemented, among other problems, openfirmware does not have a mechanism to add new mappings. ofwreal.S: Major rewrite of the firmware call code, It still copies a portion of the stack, but now does not restore exeception vectors. Modified to be similar in idea to NetBSD macppc with BSD handling the openfirmware VM faults/TLB misses. This still needs to be reviewed, Should be possible to not require any stack copy. opendev.c: OF_bus is not a pointer to the buffer, but is the buffer itself now. openfirm.c: OF_bus is not a pointer to the buffer, but is the buffer itself now. Dont panic if OF_boot fails, OF_boot can be called by panic. instead print and the hang in a spin loop. pmap.c: call the firmware function to get memory regions. Scale the PowerPC hash table size by size of real memory. Properly align the hash table based on the start, not just the size. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 1999/07/05 15:01:20 Modified files: sys/arch/powerpc/include: autoconf.h powerpc.h Log message: header file changes for recent powerpc changes. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/05 15:55:09 Modified files: sys/arch/sparc/dev: qec.c qecvar.h Log message: calculate ca_offset correctly CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/05 16:30:06 Modified files: sys/arch/sparc/dev: qec.c Log message: but make it work for multiple cards... i think CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/05 19:44:30 Modified files: share/man/man7 : mdoc.samples.7 share/misc : mdoc.template Log message: fix conflict between mdoc(7) and mdoc.samples(7): the proper order for the introductory macros is .Dd/.Dt/.Os, not .Dd/.Os/.Dt (based on the fact over 90% of the man pages use the former) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/05 22:15:32 Modified files: distrib/sets/lists/base: md.alpha md.amiga md.arc md.hp300 md.i386 md.mac68k md.pmax md.sparc mi distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/05 22:38:11 Modified files: sbin/ipf : parse.c Log message: gethostname() is safe CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/05 22:46:11 Modified files: sbin/ipnat : ipnat.8 Log message: first cut at documenting bimap CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1999/07/06 00:16:33 Modified files: . : want.html Log message: update CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/06 01:54:44 Modified files: sbin/init : init.8 init.c Log message: if SIGUSR1 is received, kill gettys, run /etc/rc.shutdown, and halt the machine CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/06 01:55:03 Modified files: etc : Makefile Added files: etc : rc.shutdown Log message: your basic rc.shutdown file CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/06 01:59:54 Modified files: sys/arch/i386/i386: machdep.c sys/arch/i386/include: cpu.h sys/arch/i386/isa/pcvt: pcvt_kbd.c Log message: for CTRL-ALT-DEL, send SIGUSR1 to initproc CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/06 02:03:28 Modified files: etc/etc.i386 : sysctl.conf Log message: document machdep.kbdreset CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/06 02:08:15 Modified files: distrib/sets/lists/etc: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/06 02:18:27 Modified files: sbin/init : init.8 Log message: delete meaningless entry in BUGS CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1999/07/06 02:21:18 Modified files: lib/libc/sys : reboot.2 Log message: Update to reflect reality. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1999/07/06 04:07:04 Modified files: usr.sbin/syslogd: syslogd.c Log message: union wait -> int wait3 -> waitpid (for portability) CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/06 05:20:46 Modified files: bin/pax : pax.1 Log message: -w writes files to the standard output, not standard input; d@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1999/07/06 10:34:34 Modified files: . : orders.html Log message: Atlantic Canada order place CVSROOT: /cvs Module name: www Changes by: ericj@cvs.openbsd.org 1999/07/06 10:39:04 Modified files: faq : index.html faq10.html Log message: kerberos fixes, and addition of anonymous ftp setup CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/06 10:53:04 Modified files: sys/vm : vm_swap.c Log message: use NFSSERVER || NFSCLIENT instead of NFS CVSROOT: /cvs Module name: src Changes by: cmetz@cvs.openbsd.org 1999/07/06 12:01:56 Modified files: sys/netinet : tcp_subr.c Log message: Removed bogus ifdef/define lines that resulted from an over-aggressive M-x. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/06 12:21:04 Modified files: lib/libc/sys : execve.2 socketpair.2 Log message: these can also return ENFILE CVSROOT: /cvs Module name: src Changes by: kjell@cvs.openbsd.org 1999/07/06 13:06:43 Modified files: sbin/ipf : ipf.c Log message: Option -U is solaris only. Pointed out by theo. CVSROOT: /cvs Module name: src Changes by: kjell@cvs.openbsd.org 1999/07/06 13:15:01 Modified files: sbin/ipf : ipf.8 Log message: Whoops. Missed man page. removed -U CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/06 13:27:37 Modified files: share/man/man4/man4.i386: gus.4 wss.4 Log message: isapnp CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/06 13:27:45 Modified files: share/man/man4 : isapnp.4 Log message: doc isapnp better CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1999/07/06 13:57:19 Modified files: . : plus.html Log message: new CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1999/07/06 13:59:05 Modified files: . : donations.html Log message: donation CVSROOT: /cvs Module name: src Changes by: cmetz@cvs.openbsd.org 1999/07/06 14:14:06 Modified files: sys/netinet : tcp_input.c tcp_output.c Log message: Fixed compilation problems when INET6 is enabled. CVSROOT: /cvs Module name: src Changes by: cmetz@cvs.openbsd.org 1999/07/06 14:17:53 Modified files: sys/conf : files sys/net : pfkeyv2.c pfkeyv2.h sys/netinet : ip.h ip_ipsp.c ip_ipsp.h tcp.h tcp_input.c tcp_output.c tcp_subr.c tcp_usrreq.c tcp_var.h Log message: Added support for TCP MD5 option (RFC 2385). CVSROOT: /cvs Module name: src Changes by: cmetz@cvs.openbsd.org 1999/07/06 14:41:54 Modified files: sys/conf : GENERIC Log message: Added TCP_SIGNATURE option. CVSROOT: /cvs Module name: www Changes by: ericj@cvs.openbsd.org 1999/07/06 14:44:23 Modified files: faq : faq5.html Log message: more options CVSROOT: /cvs Module name: src Changes by: ho@cvs.openbsd.org 1999/07/06 14:54:03 Modified files: sys/net : pfkeyv2.c sys/netinet : ip_ipsp.c Log message: ipsec_in_use could get out of sync. (Also niklas@. angelos@ ok) CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1999/07/06 15:53:07 Modified files: . : mvme88k.html orders.html plus21.html plus23.html plus25.html portstat.html faq : faq4.html faq8.html Log message: its vs it's; hal@sdsi.com CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/06 15:58:39 Modified files: sys/dev/pci : pcidevs Log message: more... CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/06 15:58:43 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/06 16:19:40 Modified files: share/man/man4 : options.4 Log message: document TCP_SIGNATURE; cmetz@ CVSROOT: /cvs Module name: src Changes by: kjell@cvs.openbsd.org 1999/07/06 22:18:01 Modified files: share/man/man8 : vpn.8 Log message: Add the ipsec sysctl information. CVSROOT: /cvs Module name: src Changes by: kjell@cvs.openbsd.org 1999/07/06 23:40:05 Modified files: sbin/ipnat : ipnat.8 Log message: First REAL cut at documenting bimap. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 1999/07/07 00:00:25 Modified files: usr.sbin/pkg_install/add: perform.c Log message: show MESSAGE using PAGER CVSROOT: /cvs Module name: src Changes by: kjell@cvs.openbsd.org 1999/07/07 00:21:04 Modified files: share/man/man8 : vpn.8 Log message: Attempt to make photurisd limitations clearer. CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/07 04:50:16 Modified files: lib/libc/db/man: dbopen.3 hash.3 mpool.3 ndbm.3 recno.3 btree.3 dbm.3 lib/libc/gen : ftok.3 lib/libc/hash : rmd160.3 sha1.3 lib/libc/sys : swapctl.2 lib/libc/time : strptime.3 zdump.8 zic.8 lib/libcompat/4.3: insque.3 rexec.3 lib/libc_r/man : flockfile.3 pthreads.3 sigwait.3 getc_unlocked.3 pread.3 pthread_sigmask.3 pthread_single_np.3 pthread_suspend_np.3 putc_unlocked.3 pwrite.3 lib/libedit : editline.3 editrc.5 lib/libm/man : acosh.3 asinh.3 atanh.3 erf.3 exp.3 hypot.3 ieee_test.3 j0.3 lib/libocurses : ocurses.3 otermcap.3 lib/libossaudio: ossaudio.3 lib/libpcap : pcap.3 lib/libutil : opendev.3 uucplock.3 lib/libkeynote : keynote.1 keynote.3 keynote.4 usr.bin/column : column.1 usr.bin/comm : comm.1 usr.bin/compile_et: compile_et.1 usr.bin/hexdump: od.1 usr.bin/id : groups.1 whoami.1 usr.bin/rpcgen : rpcgen.1 sys/arch/i386/isa/pcvt/Util/kcon: kcon.1 sys/arch/i386/isa/pcvt/Util/fed: fed.1 sys/arch/i386/isa/pcvt/Util/ispcvt: ispcvt.8 sys/arch/i386/isa/pcvt/Util/kbdio: kbdio.8 sys/arch/i386/isa/pcvt/Util/keycap: keycap.3 keycap.5 sys/arch/i386/isa/pcvt/Util/cursor: cursor.1 sys/arch/i386/isa/pcvt/Util/vttest: vttest.1 sys/arch/i386/isa/pcvt/Util/vgaio: vgaio.8 sys/arch/i386/isa/pcvt/Util/mcon: mcon.1 sys/arch/i386/isa/pcvt/Util/pcvtdoc: pcvt.4 sys/arch/i386/isa/pcvt/Util/scon: scon.1 sys/arch/i386/isa/pcvt/Util/loadfont: loadfont.1 share/man/man8 : rc.conf.8 share/man/man7 : mdoc.7 share/man/man5 : sysctl.conf.5 share/man/man4/man4.mac68k: ae.4 sn.4 adb.4 share/man/man4/man4.sparc: magma.4 share/man/man4/man4.i386: cy.4 xf86.4 share/man/man4/man4.alpha: cy.4 share/man/man4/man4.amiga: afsc.4 ahsc.4 atzsc.4 bah.4 gtsc.4 mgnsc.4 qn.4 wesc.4 ae.4 zssc.4 share/man/man4 : ipl.4 options.4 ss.4 rln.4 lmc.4 sbin/ipfstat : ipfstat.8 sbin/ipnat : ipnat.4 ipnat.5 sbin/newfs_msdos: newfs_msdos.8 libexec/makewhatis: makewhatis.8 usr.sbin/bootpd: bootpef.8 bootptest.8 usr.sbin/cron : cron.8 crontab.1 crontab.5 usr.sbin/ctm/ctm: ctm.5 ctm.1 usr.sbin/dev_mkdb: dev_mkdb.8 usr.sbin/fdformat: fdformat.1 usr.sbin/ipftest: ipftest.1 usr.sbin/map-mbone: map-mbone.8 usr.sbin/mopd/moptrace: moptrace.1 usr.sbin/mopd/mopprobe: mopprobe.1 usr.sbin/mopd/mopa.out: mopa.out.1 usr.sbin/mopd/mopd: mopd.8 usr.sbin/mopd/mopchk: mopchk.1 usr.sbin/ppp/ppp: ppp.8 usr.sbin/ppp/pppctl: pppctl.8 usr.sbin/pppd/pppstats: pppstats.8 usr.sbin/rarpd : rarpd.8 usr.sbin/slstats: slstats.8 usr.sbin/tcpdump: tcpdump.8 usr.sbin/named/man: dig.1 games/bs : bs.6 games/worms : worms.6 games/hunt/hunt: hunt.6 games/hunt/huntd: huntd.6 kerberosIV/man : krb.conf.5 krb.realms.5 kerberosIV/kprop: kprop.8 kerberosIV/kpropd: kpropd.8 Log message: The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os. Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one. CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/07 04:55:37 Modified files: lib/libc/gen : ftok.3 Log message: capitalize .Dt argument CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 1999/07/07 07:14:25 Modified files: x11/kdebase/patches: patch-saver Log message: got careless, stupid typo CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/07 07:43:47 Modified files: share/man/man4 : isapnp.4 Log message: some formatting fixes CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/07 08:22:26 Modified files: lib/libarch/i386: i386_get_ioperm.2 i386_get_ldt.2 i386_iopl.2 i386_vm86.2 lib/libc/compat-43: killpg.3 setregid.3 setreuid.3 sigpause.3 lib/libc/db/man: dbopen.3 mpool.3 lib/libc/rpc : bindresvport.3 lib/libc/stdio : printf.3 remove.3 lib/libc/time : ctime.3 lib/libedit : editline.3 lib/libkeynote : keynote.1 keynote.3 lib/libkvm : kvm_dump.3 kvm_nlist.3 kvm_open.3 kvm_read.3 lib/libutil : openpty.3 pw_lock.3 uucplock.3 Log message: when using `-' as a negative sign, escape it with a backslash so troff knows it's not supposed to be a hyphen/dash CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/07 09:02:01 Modified files: share/man/man4 : ifmedia.4 Log message: use Dv CVSROOT: /cvs Module name: src Changes by: kjell@cvs.openbsd.org 1999/07/07 10:18:51 Modified files: sbin/ipsecadm : ipsecadm.8 Log message: Add IPSec Sysctl info. ok angelos@. CVSROOT: /cvs Module name: www Changes by: ericj@cvs.openbsd.org 1999/07/07 10:45:52 Modified files: faq : faq10.html Log message: explain better CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 1999/07/07 11:02:43 Modified files: lib/libc/sys : revoke.2 Log message: revoke(2) works on more than just char and block devices CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/07 11:02:46 Modified files: sys/dev/pci : pcidevs Log message: correct CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/07 11:02:54 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 1999/07/07 11:06:08 Modified files: lib/libc/sys : revoke.2 Log message: I don't see how revoke can return EINVAL. CVSROOT: /cvs Module name: www Changes by: downsj@cvs.openbsd.org 1999/07/07 12:47:35 Modified files: . : want.html Log message: I need a couple AdvanSys 3940U2W cards. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/07 13:14:49 Modified files: share/man/man4 : isapnp.4 Log message: more CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1999/07/07 14:03:27 Modified files: sys/arch/hppa/gsc: gscbus.c Log message: typo CVSROOT: /cvs Module name: src Changes by: kjell@cvs.openbsd.org 1999/07/07 14:04:32 Modified files: share/man/man8 : vpn.8 Log message: RFC 1597 obsoleted by RFC 1918. Pointed out by arusel@mecon.ar CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/07 14:22:22 Modified files: sys/dev/pci : pcidevs Log message: correct ID; angelos CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/07 14:22:26 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/07 14:28:08 Modified files: share/man/man4 : isapnp.4 Log message: Theo can't spell :) CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/07 16:04:08 Modified files: sbin/isakmpd : ike_auth.c Log message: Merge with EOM 1.31 author: niklas indent CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/07 16:04:24 Added files: sbin/isakmpd/samples: isakmpd.policy Log message: Merge with EOM 1.1 author: niklas An all-is-OK policy sample CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/07 16:04:34 Modified files: sbin/isakmpd : connection.c Log message: Merge with EOM 1.16 author: ho Add copyright notice. author: ho Add connection_exist function CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/07 16:05:06 Modified files: sbin/isakmpd : exchange.c Log message: Merge with EOM 1.108 author: ho Connection names only match phase 2 exchanges, so let a phase 2 stayalive imply stayalive of the "parent" ISAKMP SA. author: ho 'Connections' should stay alive (SA_FLAG_STAYALIVE) CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/07 16:05:48 Modified files: sbin/isakmpd/sysdep/openbsd: Makefile.sysdep Log message: Merge with EOM 1.4 author: ho branches: 1.4.2; Add USE_KEYNOTE CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/07 16:06:05 Added files: sbin/isakmpd/samples: VPN-3way-template.conf Log message: Merge with EOM 1.2 author: ho Initial. author: ho file VPN-3way-template.conf was initially added on branch RELEASE_1_0. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/07 16:07:00 Modified files: sbin/isakmpd : isakmpd.conf.5 Log message: Merge with EOM 1.26 author: niklas Merge in fixes done in the OpenBSD tree author: ho Add keynote policy-file. author: ho No more Stayalive-flag. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/07 16:07:33 Modified files: sbin/isakmpd : Makefile Log message: Merge with EOM 1.54 author: ho Remove a trailing backslash. author: niklas OpenBSD with PF_KEY is now the default author: niklas Oops, we have not gone to 2.5 as a base for EOM yet. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/07 16:08:10 Modified files: sbin/isakmpd : isakmpd.8 pf_key_v2.c Log message: isakmpd.8: Merge with EOM 1.14 pf_key_v2.c: Merge with EOM 1.17 author: niklas Merge in fixes done in the OpenBSD tree CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/07 16:09:34 Modified files: sbin/isakmpd/regress/x509: certificate.txt Log message: Merge with EOM 1.3 author: niklas Update validity times CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/07 16:09:54 Modified files: sbin/isakmpd : exchange.h ike_quick_mode.c init.c Log message: exchange.h: Merge with EOM 1.25 ike_quick_mode.c: Merge with EOM 1.90 init.c: Merge with EOM 1.15 author: ho Add keynote policy support (with USE_KEYNOTE). angelos@openbsd.org CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/07 16:10:11 Modified files: sbin/isakmpd : sa.c Log message: Merge with EOM 1.96 author: ho We no longer use flag "Stayalive" CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/07 16:10:28 Added files: sbin/isakmpd : policy.h policy.c Log message: policy.h: Merge with EOM 1.2 policy.c: Merge with EOM 1.2 author: niklas Remove $EOM$ from Eom repository version author: niklas New file, for keynote policy handling. By angelos@openbsd.org CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/07 16:10:44 Modified files: sbin/isakmpd : pkcs.c Log message: Merge with EOM 1.20, although keeping it crippled due to patent reasons. author: niklas Put back now fixed optimization from Ilya Tsindlekht author: niklas Revert optimization as x509test loses with it author: niklas Style. alloc error reporting. Math error propagation. Allocate right sizes. author: niklas 1999 copyrights author: niklas style author: niklas Remove stuff not meant to be committed author: niklas style author: niklas RSA fixes and optimiations from Ilya Tsindlekht, via Niels Provos CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/07 16:11:14 Modified files: sbin/isakmpd : log.c Log message: Merge with EOM 1.24 author: ho Release lock(s) on logfile when write fails. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/07 16:11:32 Removed files: sbin/isakmpd : isakmpd.conf.sample Log message: Merge with EOM 1.27 author: niklas Not a good sample anymore CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/07 16:11:45 Modified files: sbin/isakmpd : isakmpd.c Log message: Merge with EOM 1.35 author: ho Add trap for SIGUSR2. Preliminary use to rehash soft exp. timers. author: ho Add keynote policy support (with USE_KEYNOTE). angelos@openbsd.org CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/07 16:12:20 Modified files: sbin/isakmpd : connection.h Log message: Merge with EOM 1.6 author: ho Add copyright notice. author: ho Add connection_exist CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/07 16:13:08 Modified files: sbin/isakmpd : ipsec.c ipsec.h Log message: ipsec.c: Merge with EOM 1.113 ipsec.h: Merge with EOM 1.37 author: niklas Add a function giving the size of a certain ID-payload CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/07 16:14:31 Modified files: sbin/isakmpd/regress/x509: x509test.c Log message: Merge with EOM 1.5 author: niklas typo CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/07 16:14:56 Modified files: sbin/isakmpd : DESIGN-NOTES TO-DO Log message: DESIGN-NOTES: Merge with EOM 1.45 TO-DO: Merge with EOM 1.40 author: niklas Up-to-date CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/07 16:15:42 Modified files: sbin/isakmpd : ike_phase_1.c x509.c Log message: ike_phase_1.c: Merge with EOM 1.5 x509.c: Merge with EOM 1.16 author: niklas Start stab at supporting other IDs than IPV4_ADDR in main mode CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 1999/07/07 17:16:41 Modified files: sys/arch/alpha/include: types.h sys/arch/arm32/include: types.h sys/arch/i386/include: types.h sys/arch/m68k/include: types.h sys/arch/mips/include: types.h sys/arch/mvme88k/include: types.h sys/arch/powerpc/include: types.h sys/arch/sparc/include: types.h Log message: define vaddr_t, paddr_t, vsize_t and psize_t CVSROOT: /cvs Module name: www Changes by: ericj@cvs.openbsd.org 1999/07/07 17:23:42 Modified files: faq : faq6.html Log message: fixups CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/07 18:02:26 Modified files: sbin/ipfstat : fils.c ipfstat.8 kmem.c kmem.h Log message: cleanup; still needs kmem removal (terrible) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/07 18:05:21 Modified files: sbin/ipfstat : fils.c ipfstat.8 Log message: poof CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/07 18:54:29 Modified files: sys/uvm : uvm_swap.c uvm_vnode.c Log message: NFS -> NFSSERVER|NFSCLIENT CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/07 19:09:24 Modified files: sbin/ipsecadm : ipsecadm.8 Log message: terrible CVSROOT: /cvs Module name: src Changes by: hugh@cvs.openbsd.org 1999/07/07 19:16:47 Modified files: gnu/usr.bin/bc/doc: bc.1 dc.1 Log message: documentation fixes CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/07 19:26:49 Modified files: share/man/man4/man4.amiga: atzsc.4 Log message: whoops, a conflicting merge; pjanzen@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/07 19:38:37 Modified files: sbin/ipnat : ipnat.c Log message: stupid kmem snooping programs! CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 1999/07/07 20:25:28 Modified files: devel/libtool : Makefile devel/libtool/files: md5 devel/libtool/patches: patch-ad Log message: upgrade to libtool 1.3.3 CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/07 21:10:03 Modified files: sbin/ipf : ipf.8 Log message: complete rewrite; this man page is now useful CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/07 21:19:14 Modified files: sbin/ipf : ipf.8 Log message: complete SYNOPSIS and document -l option CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/07 21:20:45 Modified files: sbin/ipf : ipf.8 Log message: clarify what we mean by firewall CVSROOT: /cvs Module name: src Changes by: kjell@cvs.openbsd.org 1999/07/07 23:05:10 Modified files: sbin/ipf : ipf.5 Log message: There can be only one "HEAD" rule per group. CVSROOT: /cvs Module name: src Changes by: weingart@cvs.openbsd.org 1999/07/07 23:05:23 Modified files: sys/kern : sysv_shm.c Log message: Non UVM vaddr_t/paddr_t fixup CVSROOT: /cvs Module name: src Changes by: kjell@cvs.openbsd.org 1999/07/07 23:20:14 Modified files: sbin/ipfstat : ipfstat.8 Log message: Fix references to -i, -o and -h. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/08 00:02:39 Modified files: sbin/isakmpd : pkcs.c Log message: Bad merge CVSROOT: /cvs Module name: src Changes by: hugh@cvs.openbsd.org 1999/07/08 03:41:44 Modified files: lib/libc/db/man: mpool.3 share/man/man4 : ss.4 raid.4 share/termtypes: termcap.5 gnu/usr.bin/groff/man: groff_out.man usr.sbin/ypserv/ypserv: ypserv.acl.5 games/phantasia: phantasia.6tbl libexec/uucpd : uucpd.8 Log message: spurious words and misc fixes CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/08 07:54:36 Added files: share/man/man8 : dhcp.8 Log message: add a man page meant for helping new users configure their systems for DHCP CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/08 07:56:35 Modified files: share/man/man8 : Makefile Log message: install the new dhcp man page CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/08 08:01:00 Modified files: share/man/man8 : afterboot.8 Log message: Xr dhcp(8) CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/08 08:06:32 Modified files: sbin/ipf : ipf.8 Log message: whoops, forgot -E flag in an example CVSROOT: /cvs Module name: www Changes by: espie@cvs.openbsd.org 1999/07/08 09:59:50 Modified files: . : anoncvs.html Log message: typo CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1999/07/08 10:14:50 Modified files: sys/arch/hppa/hppa: locore.S Log message: microtime(), s/cr15/eiem/, some comments, tabs vs spaces CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/08 11:43:52 Modified files: share/man/man4 : fxp.4 Log message: better fxp man page CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/08 11:48:24 Modified files: share/man/man4 : fxp.4 Log message: remove a lie CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/08 11:49:36 Modified files: sbin/isakmpd/sysdep/openbsd: sysdep-os.h sbin/isakmpd : pf_key_v2.c Log message: sysdep/openbsd/sysdep-os.h: Merge with EOM 1.3 pf_key_v2.c: Merge with EOM 1.18 author: niklas Support building on older PF_KEY systems with non-standard-compliant SADB_- constants. CVSROOT: /cvs Module name: www Changes by: aaron@cvs.openbsd.org 1999/07/08 11:52:04 Modified files: . : i386.html Log message: put (fxp) beside the cards it supports, as appropriate CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/08 11:55:27 Modified files: etc : rc.conf Log message: clean CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/08 12:02:23 Modified files: share/man/man4 : xl.4 Log message: add a few cards to supported models list CVSROOT: /cvs Module name: www Changes by: beck@cvs.openbsd.org 1999/07/08 12:14:02 Modified files: . : anoncvs.html Log message: Add gloup.linuxfr.og, french anoncvs mirror. CVSROOT: /cvs Module name: www Changes by: beck@cvs.openbsd.org 1999/07/08 12:15:59 Modified files: . : anoncvs.html Log message: fix dumb typos. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1999/07/08 12:24:07 Modified files: sys/arch/hppa/gsc: com_gsc.c Log message: right CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/08 12:42:52 Modified files: share/man/man8 : afterboot.8 Log message: use ln -fs CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/08 12:47:41 Modified files: share/man/man4 : mii.4 Log message: better mii example CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1999/07/08 12:54:53 Modified files: . : plus.html Log message: new CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/08 13:56:58 Modified files: share/tmac/mdoc: doc-common Log message: shorter architecture descriptors CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/08 13:57:13 Modified files: sbin/reboot : reboot.8 Log message: point at main boot(8) too CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/08 13:58:31 Modified files: sbin/reboot : boot_atari.8 boot_hp300.8 boot_pmax.8 boot_sparc.8 boot_sun3.8 boot_vax.8 Log message: cleaner CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/08 14:01:56 Modified files: share/tmac/mdoc: doc-common Log message: cleaner yet CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 1999/07/08 14:06:19 Log message: netperf port Status: Vendor Tag: jakob Release Tags: jakob_1999_Jul_08 N ports/benchmarks/netperf/Makefile N ports/benchmarks/netperf/files/md5 N ports/benchmarks/netperf/pkg/PLIST N ports/benchmarks/netperf/pkg/DESCR N ports/benchmarks/netperf/pkg/COMMENT N ports/benchmarks/netperf/patches/patch-aa No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 1999/07/08 14:07:04 Modified files: benchmarks : Makefile Log message: Enable netperf CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1999/07/08 14:08:46 Modified files: . : i386.html Log message: additions; chris@dqc.org CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/08 14:11:54 Modified files: sys/arch/amiga/stand/boot: Makefile sys/arch/hp300/stand/isolif: Makefile sys/arch/hppa/stand/boot: Makefile sys/arch/hppa/stand/mkboot: Makefile sys/arch/i386/stand/boot: Makefile sys/arch/i386/stand/mbr: Makefile sys/arch/mvme68k/stand/installboot: Makefile sys/arch/mvme88k/stand/installboot: Makefile sys/arch/sparc/stand/installboot: Makefile sys/arch/sun3/stand/installboot: Makefile Log message: install into man8/arch subdirs CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/08 14:21:27 Modified files: sbin/reboot : boot_hp300.8 Log message: talk about boot program installation CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/08 14:23:53 Modified files: sbin/reboot : boot_sparc.8 Log message: correct installboot info CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/08 14:25:03 Modified files: sbin/reboot : boot_sparc.8 Log message: more... CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/08 14:28:03 Modified files: sbin/reboot : boot_sparc.8 Log message: L1-A does not always work CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/08 15:46:54 Modified files: usr.sbin/adduser: Makefile adduser.8 Removed files: usr.sbin/adduser: rmuser.8 Log message: merge adduser(8) and rmuser(8) man pages, plus add more information... hmm, could still probably use a bit of work CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/08 16:07:40 Modified files: usr.sbin/adduser: adduser.8 Log message: - use `#' prompts instead of `$' prompts (need to be root to run adduser) - mdoc'ify the -batch option syntax properly CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/08 16:29:53 Modified files: lib/libc/net : if_indextoname.c if_nameindex.c if_nametoindex.c Log message: use SIOCGIFCONF much more carefully CVSROOT: /cvs Module name: www Changes by: aaron@cvs.openbsd.org 1999/07/08 16:37:55 Modified files: . : plus.html Log message: typo CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/08 16:40:49 Modified files: share/man/man4 : xl.4 Log message: who cares what cards support what options... we'll just list what the *driver* supports... unreasonable to expect us to know all the details of every card CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/08 16:49:25 Modified files: sys/arch/i386/stand/mbr: Makefile Log message: no man page! CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/08 16:49:51 Removed files: sys/arch/i386/stand/mbr: mbr.8 Log message: bye CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/08 16:56:11 Modified files: sys/arch/alpha/stand: installboot.8 sys/arch/alpha/stand/setnetbootinfo: setnetbootinfo.8 sys/arch/amiga/stand/boot: installboot.8 sys/arch/amiga/stand/loadkmap: loadkmap.8 sys/arch/hp300/stand/isolif: isolif.8 sys/arch/i386/isa/pcvt/Util/ispcvt: ispcvt.8 sys/arch/i386/isa/pcvt/Util/kbdio: kbdio.8 sys/arch/i386/isa/pcvt/Util/vgaio: vgaio.8 sys/arch/i386/stand/installboot: installboot.8 sys/arch/mvme68k/stand/installboot: installboot.8 sys/arch/mvme88k/stand/installboot: installboot.8 sys/arch/sparc/stand/installboot: installboot.8 sys/arch/sun3/stand/installboot: installboot.8 Log message: flesh out .Dt CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/08 16:57:16 Modified files: sys/arch/i386/isa/pcvt/Util/cursor: cursor.1 sys/arch/i386/isa/pcvt/Util/fed: fed.1 sys/arch/i386/isa/pcvt/Util/kcon: kcon.1 sys/arch/i386/isa/pcvt/Util/loadfont: loadfont.1 sys/arch/i386/isa/pcvt/Util/mcon: mcon.1 sys/arch/i386/isa/pcvt/Util/scon: scon.1 sys/arch/i386/isa/pcvt/Util/vttest: vttest.1 Log message: same here.. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 1999/07/08 17:27:39 Modified files: www/squid : Makefile www/squid/files: md5 Log message: upgrade to Squid 2.2-STABLE4 CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 1999/07/08 19:52:53 Modified files: devel/gindent : Makefile devel/gindent/files: md5 devel/gindent/patches: patch-aa Added files: devel/gindent/patches: patch-ab Log message: upgrade to indent 2.1.0 CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 1999/07/08 20:51:12 Modified files: lang/ocaml : Makefile lang/ocaml/files: md5 lang/ocaml/patches: patch-aa patch-ab lang/ocaml/pkg : PLIST Log message: upgrade to ocaml 2.02 CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 1999/07/08 22:06:40 Modified files: lang/camlp4 : Makefile lang/camlp4/files: md5 lang/camlp4/pkg: DESCR PLIST Log message: upgrade to camlp4 2.02 CVSROOT: /cvs Module name: src Changes by: hugh@cvs.openbsd.org 1999/07/09 01:57:26 Modified files: share/man/man8 : compat_linux.8 Log message: clarify about /proc CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 1999/07/09 07:23:29 Modified files: distrib/sets/lists/base: md.amiga distrib/sets/lists/comp: md.amiga distrib/sets/lists/man: md.amiga Log message: sync CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/09 07:28:24 Modified files: usr.sbin/adduser: Makefile Log message: stop Makefile from trying to build now-defunct rmuser.8; form@vell.nsc.ru CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/09 07:35:59 Modified files: lib/libarch/i386: i386_get_ldt.2 i386_get_ioperm.2 i386_vm86.2 lib/libc/md : mdX.3 lib/libc/compat-43: gethostid.3 setregid.3 setreuid.3 sigblock.3 sigpause.3 sigsetmask.3 sigvec.3 lib/libc/crypt : blowfish.3 crypt.3 arc4random.3 lib/libc/db/man: hash.3 ndbm.3 recno.3 btree.3 lib/libc/gen : confstr.3 daemon.3 directory.3 err.3 frexp.3 glob.3 getcap.3 getcwd.3 getdiskbyname.3 getdomainname.3 getfsent.3 getgrent.3 getgrouplist.3 gethostname.3 getmntinfo.3 getnetgrent.3 getpagesize.3 getpwent.3 getusershell.3 isinf.3 initgroups.3 isalnum.3 isalpha.3 isascii.3 isblank.3 iscntrl.3 isdigit.3 isgraph.3 islower.3 isprint.3 ispunct.3 isspace.3 isupper.3 isxdigit.3 modf.3 nice.3 pause.3 setproctitle.3 psignal.3 pwcache.3 scandir.3 setjmp.3 siginterrupt.3 sigsetops.3 signal.3 sleep.3 sysconf.3 sysctl.3 syslog.3 times.3 toascii.3 tolower.3 toupper.3 unvis.3 ttyname.3 ualarm.3 utime.3 usleep.3 vis.3 valloc.3 alarm.3 fts.3 lib/libc/gmon : moncontrol.3 lib/libc/hash : rmd160.3 sha1.3 lib/libc/locale: nl_langinfo.3 lib/libc/yp : ypclnt.3 lib/libc/sys : msgget.2 semop.2 lib/libc/time : strftime.3 time2posix.3 tzfile.5 tzset.3 zdump.8 zic.8 lib/libc/regex : regex.3 re_format.7 lib/libc/rpc : bindresvport.3 getrpcent.3 xdr.3 lib/libc/stdio : ferror.3 fgets.3 fseek.3 funopen.3 remove.3 setbuf.3 stdio.3 tmpnam.3 lib/libcompat/4.4: cuserid.3 lib/libcompat/4.1: ftime.3 getpw.3 stty.3 vlimit.3 vtimes.3 lib/libcompat/4.3: insque.3 lsearch.3 rexec.3 re_comp.3 lib/libc_r/man : pthreads.3 pthread_once.3 pthread_exit.3 pthread_detach.3 pread.3 pthread_rwlock_destroy.3 pthread_rwlockattr_destroy.3 pthread_single_np.3 pthread_testcancel.3 pwrite.3 lib/libedit : editline.3 editrc.5 lib/libkvm : kvm_geterr.3 kvm_dump.3 kvm_getprocs.3 kvm_open.3 kvm_read.3 lib/libkvm.old : kvm_geterr.3 kvm_getprocs.3 kvm_open.3 kvm_read.3 lib/libm/man : acosh.3 asin.3 asinh.3 atan.3 atan2.3 cos.3 erf.3 exp.3 fabs.3 floor.3 fmod.3 ieee.3 ieee_test.3 infnan.3 j0.3 lgamma.3 sinh.3 sqrt.3 tan.3 acos.3 lib/libocurses : ocurses.3 otermcap.3 lib/libossaudio: ossaudio.3 lib/libpcap : pcap.3 lib/libtermlib : terminfo.3 lib/libutil : pw_getconf.3 uucplock.3 lib/libwrap : hosts_access.3 hosts_access.5 hosts_options.5 lib/libkeynote : keynote.1 keynote.3 keynote.4 usr.bin/banner : banner.1 usr.bin/login : login.1 usr.bin/vacation: vacation.1 usr.bin/vgrind : vgrindefs.5 usr.bin/w : uptime.1 usr.bin/yacc : yacc.1 sys/arch/amiga/stand/boot: installboot.8 sys/arch/amiga/stand/binpatch: binpatch.8 sys/arch/amiga/stand/loadkmap: loadkmap.8 sys/arch/atari/stand/binpatch: binpatch.8 sys/arch/i386/isa/pcvt/Util/kcon: kcon.1 sys/arch/i386/isa/pcvt/Util/kbdio: kbdio.8 sys/arch/i386/isa/pcvt/Util/keycap: keycap.5 sys/arch/i386/isa/pcvt/Util/vgaio: vgaio.8 sys/arch/i386/isa/pcvt/Util/pcvtdoc: pcvt.4 sys/arch/i386/isa/pcvt/Util/scon: scon.1 sys/arch/i386/isa/pcvt/Util/loadfont: loadfont.1 sys/arch/i386/stand/boot: boot.8 sys/arch/i386/stand/installboot: installboot.8 sys/arch/i386/stand/biosboot: biosboot.8 sys/arch/alpha/stand: installboot.8 sys/arch/mvme68k/stand/installboot: installboot.8 sys/arch/mvme88k/stand/installboot: installboot.8 sys/arch/sun3/stand/installboot: installboot.8 sys/dev/microcode/aic7xxx: aic7xxx_asm.1 share/man/man9 : fetch.9 inittodr.9 panic.9 shutdownhook_establish.9 spl.9 store.9 time.9 share/man/man8/man8.sun3: MAKEDEV.8 share/man/man8/man8.vax: drtest.8 share/man/man8/man8.atari: MAKEDEV.8 share/man/man8/man8.hp300: crash.8 MAKEDEV.8 share/man/man8/man8.i386: boot.com.8 MAKEDEV.8 share/man/man8 : makedev.8 rc.8 rc.conf.8 vpn.8 afterboot.8 boot_config.8 compat_freebsd.8 compat_svr4.8 compat_ultrix.8 diskless.8 ssl.8 share/man/man7 : environ.7 hier.7 mdoc.samples.7 ports.7 ascii.7 share/man/man3 : end.3 stdarg.3 share/man/man5 : core.5 dir.5 disktab.5 ethers.5 fbtab.5 fs.5 fstab.5 group.5 netgroup.5 networks.5 passwd.conf.5 printcap.5 remote.5 rpc.5 stab.5 services.5 utmp.5 share/man/man4/man4.vax: mtio.4 tmscp.4 share/man/man4/man4.mac68k: intro.4 share/man/man4/man4.mvme68k: le.4 share/man/man4/man4.pc532: lpt.4 share/man/man4/man4.pmax: dc.4 intro.4 ioasic.4 le.4 lk201.4 px.4 scc.4 sii.4 asc.4 share/man/man4/man4.sparc: be.4 bwtwo.4 cgeight.4 cgfour.4 cgfourteen.4 cgsix.4 cgthree.4 cgtwo.4 esp.4 fd.4 hme.4 ie.4 intro.4 kbd.4 le.4 ms.4 qe.4 qec.4 si.4 sw.4 tcx.4 xd.4 xy.4 audioamd.4 zs.4 audiocs.4 spif.4 xbox.4 share/man/man4/man4.sun3: cgfour.4 cgtwo.4 ie.4 le.4 bwtwo.4 share/man/man4/man4.i386: ahb.4 apm.4 aria.4 ast.4 bktr.4 boca.4 fdc.4 ie.4 intro.4 iy.4 joy.4 le.4 mcd.4 rtfps.4 scd.4 sea.4 speaker.4 uha.4 wdc.4 wss.4 wt.4 xf86.4 share/man/man4/man4.alpha: esp.4 intro.4 le.4 wd.4 share/man/man4/man4.amiga: afsc.4 ahsc.4 atzsc.4 bah.4 gtsc.4 ite.4 le.4 mgnsc.4 qn.4 ser.4 wesc.4 ae.4 zssc.4 share/man/man4/man4.arc: intro.4 joy.4 le.4 wd.4 share/man/man4/man4.arm32: wd.4 share/man/man4/man4.hp300: dcl.4 dcm.4 hil.4 st.4 tc.4 share/man/man4 : esis.4 fd.4 fpa.4 icmp.4 idp.4 imp.4 inet.4 ip.4 ipsec.4 isapnp.4 iso.4 mtio.4 ncr.4 ne.4 netintro.4 ns.4 nsip.4 options.4 pcmcia.4 pty.4 route.4 scsi.4 sd.4 sm.4 spp.4 ss.4 st.4 strip.4 sv.4 tcp.4 termios.4 tp.4 udp.4 uk.4 unix.4 vnd.4 wd.4 xl.4 acd.4 ym.4 ahc.4 atalk.4 audio.4 cd.4 ch.4 clnp.4 cltp.4 ddb.4 de.4 eap.4 bridge.4 midi.4 mtdphy.4 opl.4 raid.4 rln.4 lmc.4 sppp.4 share/termtypes: termcap.5 sbin/ipnat : ipnat.8 ipnat.4 ipnat.5 sbin/mount_null: mount_null.8 sbin/ipsecadm : ipsecadm.8 sbin/isakmpd : isakmpd.conf.5 libexec/fingerd: fingerd.8 libexec/ftpd : ftpd.8 libexec/getNAME: getNAME.8 libexec/getty : getty.8 ttys.5 libexec/identd : identd.8 libexec/mail.local: mail.local.8 libexec/tftpd : tftpd.8 libexec/telnetd: telnetd.8 libexec/rexecd : rexecd.8 libexec/atrun : atrun.8 libexec/rpc.rquotad: rpc.rquotad.8 libexec/rpc.rstatd: rpc.rstatd.8 libexec/rpc.rusersd: rpc.rusersd.8 libexec/rpc.rwalld: rpc.rwalld.8 libexec/rpc.sprayd: rpc.sprayd.8 libexec/rpc.yppasswdd: rpc.yppasswdd.8 libexec/rshd : rshd.8 libexec/smtpd/smtpfwdd: smtpfwdd.8 libexec/tcpd/safe_finger: safe_finger.8 libexec/tcpd/tcpd: tcpd.8 libexec/tcpd/tcpdchk: tcpdchk.8 libexec/tcpd/tcpdmatch: tcpdmatch.8 libexec/rlogind: rlogind.8 usr.sbin/adduser: rmgroup.8 usr.sbin/cron : crontab.1 crontab.5 usr.sbin/ypserv/ypserv: ypserv.acl.5 usr.sbin/ac : ac.8 usr.sbin/pkg_install/create: pkg_create.1 usr.sbin/tcpdump: tcpdump.8 usr.sbin/named/man: dig.1 games/arithmetic: arithmetic.6 games/backgammon/backgammon: backgammon.6 games/banner : banner.6 games/battlestar: battlestar.6 games/bcd : bcd.6 games/bs : bs.6 games/canfield/canfield: canfield.6 games/cribbage : cribbage.6 games/factor : factor.6 games/fish : fish.6 games/fortune/strfile: strfile.8 games/fortune/fortune: fortune.6 games/gomoku : gomoku.6 games/hack : hack.6 games/mille : mille.6 games/monop : monop.6 games/adventure: adventure.6 games/pom : pom.6 games/rain : rain.6 games/robots : robots.6 games/snake : snake.6 games/worm : worm.6 games/trek : trek.6 games/hunt/hunt: hunt.6 games/hunt/huntd: huntd.6 distrib/crunch/crunchide: crunchide.1 distrib/crunch/crunchgen: crunchgen.1 bin/ln : symlink.7 kerberosIV/afslog: afslog.1 kerberosIV/kauth: kauth.1 kerberosIV/kprop: kprop.8 kerberosIV/kpropd: kpropd.8 Log message: - remove all trailing whitespace * except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it... CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 1999/07/09 09:18:00 Modified files: sys/sys : simplelock.h sys/kern : kern_lock.c Log message: rename SIMPLELOCK_DEBUG to LOCKDEBUG clean up the debug functions add simple_lock_assert CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 1999/07/09 09:39:54 Modified files: sysutils/xosview: Makefile sysutils/xosview/files: md5 sysutils/xosview/patches: patch-aa patch-ab Added files: sysutils/xosview/patches: patch-ad Log message: Update to 1.7.2. CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 1999/07/09 11:35:58 Modified files: russian/xruskb : Makefile russian/xruskb/files: md5 Log message: update to 1.9.3 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/09 12:48:05 Modified files: sys/arch/amiga/stand/binpatch: Makefile sys/arch/amiga/stand/loadkmap: Makefile Log message: MANSUBDIR CVSROOT: /cvs Module name: src Changes by: weingart@cvs.openbsd.org 1999/07/09 13:00:48 Modified files: sys/arch/i386/stand/boot: boot.8 Log message: Fixup for link CVSROOT: /cvs Module name: www Changes by: jason@cvs.openbsd.org 1999/07/09 13:25:32 Modified files: . : sparc.html Log message: another attempt to clarify all of the happymeals CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/09 13:28:31 Modified files: etc/mtree : 4.4BSD.dist lib/libarch/i386: Makefile Log message: i386 man pages in cat2/i386/ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/09 15:13:39 Modified files: sys/arch/i386/stand/biosboot: Makefile Log message: MANSUBDIR CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/09 15:15:08 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/comp: md.i386 distrib/sets/lists/man: md.i386 mi Log message: sync CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 1999/07/09 15:30:04 Modified files: sys/arch/sparc/sparc: clock.c db_disasm.c db_interface.c db_trace.c intr.c machdep.c mem.c pmap.c trap.c vm_machdep.c Log message: vm_offset_t -> {v,p}addr_t and vm_size_t -> {v,p}size_t remove "register" keywords Various cleanups. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 1999/07/09 15:33:38 Modified files: sys/arch/sparc/include: db_machdep.h param.h pmap.h vmparam.h Log message: vm_offset_t -> {v,p}addr_t and vm_size_t -> {v,p}size_t remove "register" keywords Various cleanups. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 1999/07/09 15:34:46 Modified files: sys/arch/sparc/dev: dma.c if_ie.c isp_sbus.c si.c xd.c xy.c Log message: vm_offset_t -> {v,p}addr_t and vm_size_t -> {v,p}size_t remove "register" keywords Various cleanups. CVSROOT: /cvs Module name: src Changes by: hugh@cvs.openbsd.org 1999/07/09 15:34:58 src/share/man/man6 Update of /cvs/src/share/man/man6 In directory cvs.openbsd.org:/tmp/cvs-serv2188/man6 Log Message: Directory /cvs/src/share/man/man6 added to the repository CVSROOT: /cvs Module name: src Changes by: hugh@cvs.openbsd.org 1999/07/09 15:38:55 Modified files: share/man/man5 : Makefile Added files: share/man/man5 : intro.5 share/man/man6 : Makefile intro.6 Log message: intro pages for sections 5 and 6 CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 1999/07/09 15:40:20 Modified files: sys/arch/sparc/sparc: clock.c Log message: oops. missed a few CVSROOT: /cvs Module name: src Changes by: hugh@cvs.openbsd.org 1999/07/09 15:41:46 Modified files: share/man : Makefile Log message: enable man6 CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 1999/07/09 15:42:52 Modified files: sys/vm : pmap.h Log message: vm_offset_t -> {v,p}addr_t and vm_size_t -> {v,p}size_t CVSROOT: /cvs Module name: src Changes by: kjell@cvs.openbsd.org 1999/07/09 15:48:16 Modified files: sbin/ipf : ipf.5 Log message: First cut at mdoc'ing this one. More cleanup and content changes coming after defcon. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 1999/07/09 17:14:38 Modified files: graphics/ImageMagick: Makefile graphics/ImageMagick/files: md5 graphics/ImageMagick/pkg: PLIST Log message: upgrade to ImageMagick 4.2.7 CVSROOT: /cvs Module name: src Changes by: brian@cvs.openbsd.org 1999/07/09 18:08:52 Modified files: usr.sbin/ppp/ppp: slcompress.c Log message: Leap through one more hoop to avoid alignment problems. CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/09 19:51:10 Modified files: share/tmac/mdoc: doc-common Log message: Fix an annoying bug where blank lines were being inserted when viewing a man page on a tty. In particular, there is no notion of "pages" on a tty like there is when printing docs generated with groff/troff. From ross@netbsd CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/09 20:04:28 Modified files: share/tmac/mdoc: doc-common Log message: back out previous commit, it was actually just a "nice try" CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/09 20:21:18 Modified files: share/tmac/mdoc: doc-common Log message: fix missing footer bug; mycroft@netbsd CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/09 20:30:30 Modified files: share/tmac/mdoc: doc-syms Log message: make .Nx print simply "NetBSD" when not given an argument CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1999/07/10 04:09:49 Modified files: usr.bin/vi/vi : vs_refresh.c Log message: Fix a SEGV after you HUP vi; dean@netbsd.org CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 1999/07/10 09:46:32 Modified files: faq : faq3.html Log message: Fixed URL CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1999/07/11 08:10:12 Modified files: lib/libcurses/tinfo: write_entry.c Log message: ncurses-990710: Correct logic in write_entry from split-out of home_terminfo in 980919, which prevented update of $HOME/.terminfo CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1999/07/11 08:13:46 Modified files: lib/libcurses : curses.h Log message: ncurses-990710: Correct logic in write_entry from split-out of home_terminfo in 980919, which prevented update of $HOME/.terminfo CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1999/07/11 08:14:04 Modified files: lib/libform : form.3tbl form_driver.3 Log message: man page fixes from ncurses-990710 CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 1999/07/11 09:24:09 Modified files: devel/shtool : Makefile devel/shtool/files: md5 Log message: upgrade to shtool 1.4.3 CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/11 10:22:22 Modified files: sys/dev/isa : i82365_isasubr.c Log message: Extend the pcmcia I/O space to what it should be CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/11 10:25:36 Modified files: sys/dev/pcmcia : files.pcmcia Added files: sys/dev/pcmcia : if_wi.c if_wireg.h if_wavelan_ieee.h Log message: WaveLAN driver from FreeBSD CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/11 10:26:07 Modified files: sys/dev/pcmcia : pcmciadevs Log message: Some new pcmcia vendors and products CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/11 10:26:25 Modified files: sys/dev/pcmcia : pcmciadevs.h Log message: regen CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/11 10:27:56 Modified files: sys/arch/i386/conf: GENERIC Log message: WaveLAN CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/11 10:28:09 src/sbin/wicontrol Update of /cvs/src/sbin/wicontrol In directory cvs.openbsd.org:/tmp/cvs-serv3292/wicontrol Log Message: Directory /cvs/src/sbin/wicontrol added to the repository CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/11 10:31:08 Modified files: sbin : Makefile Added files: sbin/wicontrol : Makefile wicontrol.8 wicontrol.c Log message: WaveLAN configuration utility CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 1999/07/11 10:32:45 Modified files: net/xchat : Makefile net/xchat/files: md5 net/xchat/pkg : PLIST Removed files: net/xchat/patches: patch-aa Log message: upgrade to xchat 1.1.2 CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 1999/07/11 11:56:01 Modified files: sysutils/mtools: Makefile sysutils/mtools/files: md5 sysutils/mtools/patches: patch-aa patch-ab Log message: upgrade to mtools 3.9.6 CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 1999/07/11 15:58:14 Modified files: usr.sbin/adduser: rmuser.perl Log message: Fix check for valid user name in interactive use CVSROOT: /cvs Module name: ports Changes by: jasoni@cvs.openbsd.org 1999/07/12 02:47:20 Log message: add xfstt: A TrueType font server for X11 Status: Vendor Tag: jasoni Release Tags: jasoni_1999-Jul-12 N ports/x11/xfstt/Makefile N ports/x11/xfstt/files/md5 N ports/x11/xfstt/patches/patch-ad N ports/x11/xfstt/patches/patch-ab N ports/x11/xfstt/patches/patch-ac N ports/x11/xfstt/pkg/COMMENT N ports/x11/xfstt/pkg/DESCR N ports/x11/xfstt/pkg/PLIST N ports/x11/xfstt/pkg/MESSAGE No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasoni@cvs.openbsd.org 1999/07/12 02:53:39 Modified files: x11/xfstt : Makefile Log message: add xfstt; fix typo CVSROOT: /cvs Module name: ports Changes by: jasoni@cvs.openbsd.org 1999/07/12 02:55:01 Modified files: x11 : Makefile Log message: add xfstt to Makefile CVSROOT: /cvs Module name: ports Changes by: angelos@cvs.openbsd.org 1999/07/12 06:00:01 Added files: games/xkobo/patches: patch-ab patch-ac patch-ad Log message: Make xkobo compile with the new egcs CVSROOT: /cvs Module name: ports Changes by: angelos@cvs.openbsd.org 1999/07/12 06:02:26 Modified files: devel/prc-tools: Makefile Log message: Make upgrade-message more readable CVSROOT: /cvs Module name: www Changes by: beck@cvs.openbsd.org 1999/07/12 08:43:58 Modified files: . : anoncvs.html Log message: Add dolphin.mtmc.ru CVSROOT: /cvs Module name: www Changes by: beck@cvs.openbsd.org 1999/07/12 08:46:30 Modified files: . : anoncvs.html Log message: argh. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1999/07/12 11:43:40 Modified files: sys/arch/hppa/hppa: dma.c Log message: vaddr_t,paddr_t CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1999/07/12 12:08:33 Modified files: sys/arch/hppa/dev: pdc.c Log message: better set_psw() usage CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1999/07/12 12:10:36 Modified files: sys/arch/hppa/gsc: gscbus.c Log message: note wax in the sample layout CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1999/07/12 12:12:50 Modified files: sys/arch/hppa/hppa: db_interface.c Log message: don't resolve NULL at the bottom of the stack trace (parse trapframe later) CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1999/07/12 12:14:28 Modified files: sys/arch/hppa/hppa: genassym.cf Log message: export cr24 and cr25 from trapframe structure CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1999/07/12 12:16:47 Modified files: sys/arch/hppa/hppa: machdep.c Log message: allocate 5% bufcache if <=16M memory installed CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/12 18:55:01 Modified files: usr.bin/tty : tty.1 Log message: Xr isatty(3) CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/12 19:00:08 Modified files: usr.bin/tty : tty.1 share/man/man4 : tty.4 Log message: more tty cross references CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/12 19:05:39 Modified files: usr.bin/tty : tty.1 Log message: whoops, isatty(3) and ttyname(3) are the same man page CVSROOT: /cvs Module name: www Changes by: ericj@cvs.openbsd.org 1999/07/12 19:34:00 Modified files: faq : faq4.html Log message: typos CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/13 08:25:30 Modified files: share/man/man4/man4.i386: Makefile Added files: share/man/man4/man4.i386: wi.4 Log message: WaveLAN manapage CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 1999/07/13 09:17:53 Modified files: sys/kern : kern_descrip.c kern_exec.c sys_pipe.c uipc_syscalls.c vfs_syscalls.c sys/sys : filedesc.h sys/compat/svr4: svr4_net.c Log message: introduce fdremove() to mark a file descriptor as unused. fdremove makes sure that the fd_freefile hints stay in sync, otherwise free file descriptors might not be overlooked by fdalloc(); ok millert@ CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/13 09:46:32 Modified files: sbin/isakmpd : connection.c Log message: Merge with EOM 1.17 author: ho Oops. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/13 09:46:43 Modified files: sbin/isakmpd : ipsec.c math_group.c Log message: ipsec.c: Merge with EOM 1.114 math_group.c: Merge with EOM 1.20 author: niklas Really make group 5 work CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 1999/07/13 14:37:14 Modified files: lang/icon : Makefile Log message: Fix up *UNTESTED* fiddling by brad !!! CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 1999/07/13 14:55:42 Modified files: lang/icon : Makefile lang/icon/files: md5 lang/icon/files/openbsd: rtt.hdr runtime.hdr lang/icon/patches: patch-ab lang/icon_lib : Makefile lang/icon_lib/files: md5 Log message: Update to 9.3.2 CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1999/07/13 15:13:56 Modified files: sys/arch/hppa/dev: sti.c Log message: update CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/13 15:27:49 Modified files: share/man/man8 : compat_ibcs2.8 Log message: delete pointer to ibcs2-setup.. no such thing; d@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/13 15:57:43 Modified files: sys/netinet : tcp_input.c Log message: correct non-STDC case CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/13 17:02:07 Modified files: usr.sbin/ctm : Makefile README usr.sbin/ctm/ctm: Makefile ctm.1 ctm.5 ctm.c ctm.h ctm_ed.c ctm_pass1.c ctm_pass2.c ctm_pass3.c ctm_syntax.c usr.sbin/ctm/ctm_dequeue: Makefile ctm_dequeue.c usr.sbin/ctm/ctm_rmail: Makefile ctm_rmail.1 ctm_rmail.c error.c error.h options.h usr.sbin/ctm/ctm_smail: Makefile ctm_smail.c usr.sbin/ctm/mkCTM: Makefile mkCTM mkctm.c Added files: usr.sbin/ctm/ctm: ctm_passb.c usr.sbin/ctm/mkCTM: ctm_conf.cvs-cur ctm_conf.gnats ctm_conf.ports-cur ctm_conf.smp-cur ctm_conf.src-cur ctm_conf.src-special dequeue Removed files: usr.sbin/ctm/ctm_scan: Makefile ctm_scan.c Log message: Merge with FreeBSD 3.2, while keeping OpenBSD mktemp/mkstemp fixes. Some minor man page enhancements. Brings better man pages, new features, more error checking, and improved performance; some FreeBSD examples for creating ctm deltas merged by hgweigand@wiesbaden.netsurf.de CVSROOT: /cvs Module name: src Changes by: d@cvs.openbsd.org 1999/07/13 21:51:08 Modified files: sys/dev/ic : rl2.c Log message: KNF, add "need initialise" and "promisc" soft state flags. Give names to constants. Tentative addition of user ioctls CVSROOT: /cvs Module name: src Changes by: d@cvs.openbsd.org 1999/07/13 21:51:51 Modified files: sys/dev/ic : rl2.h Log message: KNF CVSROOT: /cvs Module name: src Changes by: d@cvs.openbsd.org 1999/07/13 21:52:27 Modified files: sys/dev/ic : rl2cmd.h Log message: KNF, cleanup, saner names CVSROOT: /cvs Module name: src Changes by: d@cvs.openbsd.org 1999/07/13 21:52:55 Modified files: sys/dev/ic : rl2reg.h Log message: KNF, cleanup CVSROOT: /cvs Module name: src Changes by: d@cvs.openbsd.org 1999/07/13 21:53:23 Modified files: sys/dev/ic : rl2subr.c Log message: KNF, symbolic constants CVSROOT: /cvs Module name: src Changes by: d@cvs.openbsd.org 1999/07/13 21:54:38 Modified files: sys/dev/ic : rl2var.h Log message: KNF, cleanup, add rl2_need_reset() CVSROOT: /cvs Module name: src Changes by: d@cvs.openbsd.org 1999/07/13 21:55:22 Modified files: sys/dev/pcmcia : if_rl2_pcmcia.c Log message: KNF, recognise more CIS strings CVSROOT: /cvs Module name: src Changes by: d@cvs.openbsd.org 1999/07/13 21:57:28 Modified files: share/man/man4 : rln.4 Log message: Proper names for the different models; better RF description CVSROOT: /cvs Module name: src Changes by: d@cvs.openbsd.org 1999/07/14 01:22:14 Modified files: sys/dev/pcmcia : if_rl2_pcmcia.c Log message: display id numbers when card is probed but not known. CVSROOT: /cvs Module name: src Changes by: d@cvs.openbsd.org 1999/07/14 01:31:07 Modified files: share/man/man4 : rln.4 Log message: Transmit doesn't work CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 1999/07/14 04:54:20 Modified files: print/acroread/files: md5 print/acroread/patches: patch-aa print/acroread/pkg: PLIST Log message: Update to Acroread v4. OK'd by angelos. CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 1999/07/14 04:55:44 Added files: print/acroread/files: acroread.diff Log message: Missing file. CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 1999/07/14 04:58:37 Modified files: print/acroread : Makefile Log message: Acrobat v4 (it works better _with_ the makefile) CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1999/07/14 07:34:59 Modified files: sys/arch/i386/isa/pcvt/Util/pcvtdoc: Makefile pcvt.4 Log message: Link vt.4 to pcvt.4 so one can do "man 4 vt" and have it do what you expect. Also, add xref's to the pcvt userland utils. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1999/07/14 07:36:46 Modified files: bin/ksh/tests : regress.t version.t Log message: pdksh-5.2.14 CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1999/07/14 07:37:24 Modified files: bin/ksh : BUG-REPORTS CONTRIBUTORS ChangeLog IAFA-PACKAGE NEWS PROJECTS README alloc.c c_sh.c c_test.c emacs.c exec.c jobs.c proto.h tree.c tree.h version.c vi.c Log message: pdksh-5.2.14 CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1999/07/14 09:05:27 Modified files: bin/ksh : exec.c Log message: Official fix for workaround in 1.18 CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 1999/07/14 09:18:49 Modified files: bin/ksh : ksh.1tbl Log message: update man page to pdksh v5.2.14 CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 1999/07/14 11:44:25 Modified files: devel : Makefile Log message: Enable gperf and lclint. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 1999/07/14 11:44:56 Modified files: math : Makefile Log message: Enable maple. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 1999/07/14 11:45:46 Modified files: net : Makefile Log message: Enable epic4. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/14 13:27:20 Modified files: sys/dev/isa : pnpdevs Log message: new modem CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/14 13:27:25 Modified files: sys/dev/isa : pnpdevs.h Log message: pnpdevs.h CVSROOT: /cvs Module name: ports Changes by: angelos@cvs.openbsd.org 1999/07/14 13:32:52 Log message: MagicPoint 1.05a, presentation tool (from FreeBSD) Status: Vendor Tag: angelos Release Tags: magicpoint-1_05a N ports/misc/magicpoint/Makefile N ports/misc/magicpoint/files/md5 N ports/misc/magicpoint/pkg/COMMENT N ports/misc/magicpoint/pkg/DESCR N ports/misc/magicpoint/pkg/PLIST N ports/misc/magicpoint/patches/patch-aa No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: angelos@cvs.openbsd.org 1999/07/14 13:34:07 Modified files: misc : Makefile Log message: Add MagicPoint. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 1999/07/14 14:04:08 Modified files: sysutils/mtools: Makefile sysutils/mtools/files: md5 Removed files: sysutils/mtools/patches: patch-ab Log message: Update to distrib. patch 19990712. Remove unnecessary patch, it's now in the tree. Change the maintainer to myself. CVSROOT: /cvs Module name: ports Changes by: angelos@cvs.openbsd.org 1999/07/14 14:29:39 Modified files: print/teTeX : Makefile Log message: Fix problem with extract flags since EXTRACT_CMD is now gzip (was tar) (discovered by alex@p9.com) CVSROOT: /cvs Module name: src Changes by: angelos@cvs.openbsd.org 1999/07/14 14:34:09 Modified files: lib/libkeynote : Makefile.distribution Log message: Update for 2-beta3 version CVSROOT: /cvs Module name: src Changes by: kjell@cvs.openbsd.org 1999/07/14 15:10:10 Modified files: usr.sbin/arp : arp.8 Log message: Explicitly used the phrase "proxy arp". Added examples. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/14 17:15:50 Modified files: sys/arch/sparc/sparc: cpu.c sys/compat/svr4: svr4_stat.c Log message: put sub-class of architecture in SVR4_SI_PLATFORM CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/14 17:16:27 Modified files: sbin/disklabel : Makefile disklabel.c editor.c Log message: put in a check for architectures that demand that partition A start at sector 0 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/14 17:18:55 Modified files: distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 1999/07/14 18:31:57 Modified files: security/strobe: Makefile security/strobe/pkg: PLIST Log message: - remove unnecessary MAN1 tag from Makefile - add missing man page to PLIST - use CFLAGS CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 1999/07/14 19:14:21 Modified files: devel/libslang : Makefile devel/libslang/files: md5 devel/libslang/patches: patch-aa patch-ac patch-ad devel/libslang/pkg: PLIST PLIST.noshared Log message: upgrade to libslang 1.3.8 CVSROOT: /cvs Module name: ports Changes by: angelos@cvs.openbsd.org 1999/07/14 19:36:57 Added files: mbone/sdr/patches: patch-ag Log message: Make sdr work with tcl80.1.5 (from FreeBSD) CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 1999/07/14 19:47:29 Modified files: editors/jed : Makefile editors/jed/files: md5 editors/jed/pkg: PLIST Log message: upgrade to jed 0.99.8 CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1999/07/14 19:51:36 Modified files: . : products.html Log message: hmm CVSROOT: /cvs Module name: src Changes by: brian@cvs.openbsd.org 1999/07/14 20:04:07 Modified files: usr.sbin/ppp/ppp: Makefile README.changes bundle.c chap.c datalink.c datalink.h deflate.c exec.c hdlc.c ip.c link.c pap.c physical.c physical.h ppp.8 tcp.c tty.c udp.c vjcomp.c Log message: Don't declare `end' if we aren't compiling radius support. CVSROOT: /cvs Module name: src Changes by: brian@cvs.openbsd.org 1999/07/14 20:10:33 Modified files: usr.sbin/ppp/ppp: Makefile README.changes bundle.c chap.c datalink.c datalink.h deflate.c exec.c hdlc.c ip.c link.c pap.c physical.c physical.h ppp.8 tcp.c tty.c udp.c vjcomp.c Log message: Back out the mis-commit of my development ISDN modifications. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 1999/07/14 20:42:28 Modified files: mail/mutt : Makefile mail/mutt/files: md5 mail/mutt/patches: patch-do_not_automove patch-fix_DOTLOCK_group mail/mutt/pkg : PLIST Log message: upgrade to mutt 0.95.6i CVSROOT: /cvs Module name: ports Changes by: angelos@cvs.openbsd.org 1999/07/15 08:02:47 Log message: MBone video tool, version 2.8 (adapted from FreeBSD ports) Status: Vendor Tag: angelos Release Tags: vic-2_8 N ports/mbone/vic/Makefile N ports/mbone/vic/files/md5 N ports/mbone/vic/patches/patch-aa N ports/mbone/vic/pkg/COMMENT N ports/mbone/vic/pkg/DESCR N ports/mbone/vic/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: angelos@cvs.openbsd.org 1999/07/15 08:03:24 Modified files: mbone : Makefile Log message: Enable vic CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 1999/07/15 08:07:41 Modified files: sys/kern : init_main.c kern_exec.c kern_fork.c kern_malloc.c kern_resource.c sys_pipe.c vfs_bio.c Log message: vm_offset_t -> {v,p}addr_t ; vm_size_t -> {v,p}size_t CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 1999/07/15 08:11:05 Modified files: sys/kern : kern_exec.c kern_exit.c Log message: Don't destroy sysvshm if the vmspace is shared (only affects uvm) CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/15 08:15:41 Modified files: sys/net : pfkeyv2.c sys/netinet : ip_output.c ip_ipsp.c ip_ipsp.h Log message: From angelos@, edits by me, demand keying for PF_KEY CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 1999/07/15 08:31:53 Modified files: etc : rc rc.shutdown Log message: move /etc/host.random to /var/db for readonly /, save the entropy state into /var/db/host.random at shutdown time, so we can make use of it during reboot to seed our random pool. ok millert@ angelos@ niklas@ CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 1999/07/15 08:33:49 Modified files: lib/libskey : skey.h Log message: change /etc/host.random to /var/db/host.random CVSROOT: /cvs Module name: ports Changes by: angelos@cvs.openbsd.org 1999/07/15 08:35:40 Log message: wbd (mbone whiteboard), UCL version (improved version of the wb port) Status: Vendor Tag: angelos Release Tags: wbd-1_0ucl3 N ports/mbone/wbd/Makefile N ports/mbone/wbd/files/md5 N ports/mbone/wbd/pkg/COMMENT N ports/mbone/wbd/pkg/DESCR N ports/mbone/wbd/pkg/PLIST N ports/mbone/wbd/patches/patch-aa No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: angelos@cvs.openbsd.org 1999/07/15 08:38:12 Modified files: mbone : Makefile Log message: Enable wbd port CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/15 08:46:05 Modified files: sys/netinet : ip_ipsp.c Log message: Protect better against rehashing make the kernel run out of resources CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/15 08:56:26 Modified files: sbin/ipsecadm : ipsecadm.c Log message: SPI 0 is the one we use for demand keying, IANA reserved SPIs are not allowed CVSROOT: /cvs Module name: ports Changes by: angelos@cvs.openbsd.org 1999/07/15 08:59:21 Modified files: mbone/wbd : Makefile mbone/wbd/files: md5 Log message: Version 1.0ucl4 CVSROOT: /cvs Module name: ports Changes by: angelos@cvs.openbsd.org 1999/07/15 10:04:28 Modified files: mbone/vic : Makefile mbone/vic/files: md5 mbone/vic/patches: patch-aa Log message: Update to version 2.8ucl4 CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 1999/07/15 11:44:59 Modified files: sys/sys : lkm.h Log message: Fix the MOD_VFS macro to reflect reality. Bump LKM_VERSION (Argh! I should have done that a few months ago!) Noted by rees@umich.edu CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/15 13:21:11 Modified files: gnu/usr.bin/bc/bcwrap: Makefile bcwrap.c Log message: use poll() instead, and generalize in case other programs want to use it CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/15 13:23:23 Modified files: gnu/usr.bin/bc/bcwrap: Makefile Added files: gnu/usr.bin/bc/bcwrap: wrap-anything.c Removed files: gnu/usr.bin/bc/bcwrap: bcwrap.c Log message: this wraps anything CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/15 13:26:38 Modified files: sys/compat/svr4: svr4_stat.c Log message: oops, wrong type for cpu_class CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/15 13:53:43 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/man: md.i386 Log message: sync CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1999/07/15 14:35:33 Modified files: bin/ksh : exec.c Log message: silence -Wall CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 1999/07/15 14:39:40 Modified files: bin/ksh : main.c sh.h Log message: o Set default line edit mode to emacs (VISUAL/EDITOR or user can override) o Spell environment correctly CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/15 18:44:50 Modified files: sbin/isakmpd : pf_key_v2.c Log message: Merge with EOM 1.19 author: niklas Do not try to establish an encryption key for AH CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1999/07/15 19:59:26 Modified files: sys/arch/hppa/hppa: trap.c Log message: almost all of them CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/15 20:01:59 Modified files: sbin/isakmpd : ike_phase_1.c Log message: Merge with EOM 1.6 author: niklas Bugs found when interoperating with KAME: Inbound policy was not checked properly. Lifetime duration could be in long format. Main mode can carry different DH-groups. CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 1999/07/16 08:59:07 Modified files: sys/dev/mii : exphy.c icsphy.c inphy.c lxtphy.c mii_physubr.c miivar.h mtdphy.c nsphy.c qsphy.c rlphy.c sqphy.c tlphy.c ukphy.c Log message: Sync with NetBSD: o Implement asynchronous autonegotiation when driven by the MII tick (one-second clock). Prevents .5s delays every 5 seconds when the interface is up but there is no link. o Correct the sense of the PCR_FLINK100 bit in nsphy.c. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1999/07/16 11:53:06 Modified files: sys/arch/hppa/dev: asp.c Log message: do not reset, helps the serial console CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 1999/07/16 16:03:01 Modified files: x11/olvwm/patches: patch-02 patch-18 Added files: x11/olvwm/patches: patch-27 patch-28 Log message: make XPM icons work at 16 & 24 bpp and enable XPM support CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 1999/07/16 16:42:10 Modified files: x11/olvwm/patches: patch-18 Log message: oops, I did not want to commit this debugging printf CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/16 18:41:52 Modified files: sys/netinet : ip_ipsp.c Log message: A good hashing function for IPsec SAs that should remove the risks of running out of memory when adding SPIs. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 1999/07/16 21:52:03 Modified files: devel/gindent : Makefile devel/gindent/files: md5 Removed files: devel/gindent/patches: patch-aa patch-ab Log message: upgrade to gindent 2.1.1 CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 1999/07/16 21:53:17 Added files: devel/gindent/patches: patch-aa Log message: add patch that CVS removed instead of updating .. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 1999/07/16 22:42:22 Modified files: x11/lesstif : Makefile x11/lesstif/files: md5 x11/lesstif/patches: patch-ab patch-ac patch-ad patch-aj x11/lesstif/pkg: PLIST PLIST.noshared Log message: upgrade to LessTif 0.88.9 CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 1999/07/16 23:04:37 ports/archivers/gtar/patches Update of /cvs/ports/archivers/gtar/patches In directory cvs.openbsd.org:/tmp/cvs-serv7034/patches Log Message: Directory /cvs/ports/archivers/gtar/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 1999/07/16 23:05:05 Modified files: archivers/gtar : Makefile archivers/gtar/files: md5 archivers/gtar/pkg: PLIST Added files: archivers/gtar/patches: patch-aa Log message: upgrade to GNU tar 1.13 CVSROOT: /cvs Module name: src Changes by: downsj@cvs.openbsd.org 1999/07/17 03:32:31 Modified files: lib/libc/gen : dirname.3 Log message: Add a warning that our implementation is different from other vendors (Solaris). CVSROOT: /cvs Module name: src Changes by: brian@cvs.openbsd.org 1999/07/17 04:33:54 Modified files: usr.sbin/ppp/ppp: ppp.8 Log message: Fix a typo Submitted by: Rich Wood CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 1999/07/17 04:53:22 Modified files: x11/olvwm : Makefile x11/olvwm/patches: patch-01 patch-02 patch-03 patch-04 patch-05 patch-06 patch-07 patch-08 patch-09 patch-11 patch-12 patch-13 patch-14 patch-15 patch-16 patch-17 patch-18 patch-19 patch-21 patch-22 patch-23 patch-24 patch-25 patch-26 patch-27 patch-28 Added files: x11/olvwm/patches: patch-29 patch-30 patch-31 patch-32 Log message: Integrate patchlevel 2 by Scott Oaks (scott.oaks@sun.com) Version 4.2 fixes: 1) Fixed problems with windows that have a compound text title 2) Fixed problems with the cursor font name 3) error.c will now compile under Solaris 2.6 4) Fixed misc. compilation warnings. Some survive in error.c and states.c 5) Fixed warp function when two screens have the same program: warp will now look first on the screen containing the mouse pointer 6) Fixed hot key functions when num lock/shift lock might be pressed 7) Fixed problem with AutoRootMenu startup 8) Fixed problem with VirtualIconic resource CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 1999/07/17 04:55:33 Added files: x11/olvwm/patches: patch-10 patch-20 Log message: forgot to add 2 files CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 1999/07/17 05:00:42 Modified files: x11/olvwm : Makefile Log message: add PATCH_SITE for olvwm.Patch02 in the comments CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 1999/07/17 05:11:54 Modified files: x11/olvwm/patches: patch-07 Log message: make font name match to reality CVSROOT: /cvs Module name: src Changes by: csapuntz@cvs.openbsd.org 1999/07/17 11:00:26 Modified files: sys/arch/i386/i386: disksubr.c Log message: Fix a bug that caused panic instead of error return with invalid disk geometries. Make sure we don't brelse a buf that we don't have. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/17 14:56:34 src/sbin/isakmpd/apps Update of /cvs/src/sbin/isakmpd/apps In directory cvs.openbsd.org:/tmp/cvs-serv28807/apps Log Message: Directory /cvs/src/sbin/isakmpd/apps added to the repository CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/17 14:56:39 src/sbin/isakmpd/apps/certpatch Update of /cvs/src/sbin/isakmpd/apps/certpatch In directory cvs.openbsd.org:/tmp/cvs-serv23991/certpatch Log Message: Directory /cvs/src/sbin/isakmpd/apps/certpatch added to the repository CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 1999/07/17 15:21:39 Removed files: devel/libslang/patches: patch-ac Log message: remove duplicate patch CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/17 15:48:37 Modified files: sbin/isakmpd/samples: VPN-3way-template.conf Log message: Merge with EOM 1.3 author: niklas From Niels Provos, edited by me: certificate support using SSLeay author: ho Initial. author: ho file VPN-3way-template.conf was initially added on branch RELEASE_1_0. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/17 15:48:45 Removed files: sbin/isakmpd/regress/x509: certificate.txt sbin/isakmpd : asn_useful.h asn.c asn.h asn_useful.c pkcs.c pkcs.h Log message: regress/x509/certificate.txt: Merge with EOM 1.4 asn_useful.h: Merge with EOM 1.7 asn.c: Merge with EOM 1.28 asn.h: Merge with EOM 1.19 asn_useful.c: Merge with EOM 1.12 pkcs.c: Merge with EOM 1.21 pkcs.h: Merge with EOM 1.9 author: niklas From Niels Provos, edited by me: certificate support using SSLeay CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/17 15:48:51 Modified files: sbin/isakmpd : TO-DO Log message: Merge with EOM 1.41 author: niklas More stuff CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/17 15:48:59 Added files: sbin/isakmpd/apps/certpatch: certpatch.c Makefile sbin/isakmpd/apps: Makefile Log message: apps/certpatch/certpatch.c: Merge with EOM 1.2 apps/certpatch/Makefile: Merge with EOM 1.2 apps/Makefile: Merge with EOM 1.2 author: niklas From Niels Provos, edited by me: certificate support using SSLeay author: provos add a tool that takes a certificate and private key in PEM format, adds a subjectAltName extension to the certifcate and finally signs it with the private key, writing back the result. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 1999/07/17 15:49:37 Modified files: sys/kern : kern_fork.c Log message: correct fork statistics for UVM CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/17 15:54:39 Modified files: sbin/isakmpd/regress/rsakeygen: Makefile rsakeygen.c sbin/isakmpd/regress/x509: Makefile x509test.c sbin/isakmpd/regress: Makefile sbin/isakmpd/samples: VPN-east.conf VPN-west.conf singlehost-east.conf singlehost-west.conf sbin/isakmpd/sysdep/openbsd: Makefile.sysdep sbin/isakmpd : x509.h x509.c DESIGN-NOTES Makefile cert.c cert.h exchange.c exchange.h ike_auth.c ike_phase_1.c init.c isakmpd.conf.5 Added files: sbin/isakmpd : README.PKI Log message: regress/rsakeygen/Makefile: Merge with EOM 1.4 regress/rsakeygen/rsakeygen.c: Merge with EOM 1.8 regress/x509/Makefile: Merge with EOM 1.6 regress/x509/x509test.c: Merge with EOM 1.6 regress/Makefile: Merge with EOM 1.8 samples/VPN-east.conf: Merge with EOM 1.6 samples/VPN-west.conf: Merge with EOM 1.6 samples/singlehost-east.conf: Merge with EOM 1.3 samples/singlehost-west.conf: Merge with EOM 1.3 sysdep/openbsd/Makefile.sysdep: Merge with EOM 1.5 x509.h: Merge with EOM 1.6 x509.c: Merge with EOM 1.17 DESIGN-NOTES: Merge with EOM 1.46 Makefile: Merge with EOM 1.55 cert.c: Merge with EOM 1.11 cert.h: Merge with EOM 1.6 exchange.c: Merge with EOM 1.109 exchange.h: Merge with EOM 1.26 ike_auth.c: Merge with EOM 1.32 ike_phase_1.c: Merge with EOM 1.7 init.c: Merge with EOM 1.16 isakmpd.conf.5: Merge with EOM 1.27 README.PKI: Merge with EOM 1.1 author: niklas From Niels Provos, edited by me: certificate support using SSLeay CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/17 16:00:19 Modified files: sbin/isakmpd : README.PKI Log message: Merge with EOM 1.2 author: niklas RCD Id CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/17 16:07:32 Modified files: sbin/isakmpd/sysdep/openbsd: Makefile.sysdep Log message: Merge with EOM 1.6 author: niklas libdes not needed anymore CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 1999/07/17 16:11:15 Modified files: usr.bin/vmstat : vmstat.c Log message: nice printing of sum^H^H^Huvmexp for uvm CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 1999/07/17 16:22:06 Added files: devel/libslang/patches: patch-ac Log message: add forgotten patch to make the autoconf script recognize OpenBSD CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/17 17:12:08 Modified files: sys/arch/alpha/alpha: disksubr.c sys/arch/hppa/hppa: disksubr.c sys/arch/mac68k/mac68k: disksubr.c sys/arch/mips/mips: disksubr.c Log message: do not brelse() badly CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 1999/07/17 17:41:47 Modified files: sys/netinet : tcp_var.h tcp_input.c Log message: revert tcp_input.c to before 07/01/1999 - this seems to solve the mysterious data corruptions and panics that people have experienced. by reverting we loose tcp signatures and ipv6 cleanups, the code looked correct to me. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/17 18:12:04 Modified files: sys/compat/linux: linux_termios.c Log message: TIOCM{GET,SET,BIS,BIC}, and TCXONC support CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/17 18:57:28 Modified files: sys/arch/i386/pci: pcib.c Log message: SIS_85C503 misidenties itself; g.mcgarry@qut.edu.au CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1999/07/17 19:16:36 Modified files: . : plus.html Log message: new CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/17 19:20:23 Modified files: sys/kern : vfs_vnops.c Log message: ugly C CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/17 19:22:16 Modified files: usr.bin/who : who.c Log message: indent CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1999/07/17 20:27:08 Modified files: . : errata.html errata21.html errata22.html errata23.html errata24.html Log message: incorrect back button CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1999/07/17 20:32:11 Modified files: . : events.html Log message: ... and defcon 7 is over CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 1999/07/17 20:34:25 Modified files: . : events.html Log message: one small flaw... CVSROOT: /cvs Module name: src Changes by: csapuntz@cvs.openbsd.org 1999/07/17 21:20:19 Modified files: sys/dev/pci : pci.c if_de.c pcivar.h pcireg.h Added files: sys/dev/pci : pci_map.c Log message: Added pci_mapreg* interface from NetBSD. Added PCI 2.2 stuff from NetBSD Modified if_de to use mapreg interface CVSROOT: /cvs Module name: src Changes by: csapuntz@cvs.openbsd.org 1999/07/17 21:26:43 Modified files: sys/dev/pci : files.pci Log message: Forgot this one on the last commit CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 1999/07/17 22:42:28 Modified files: sys/arch/hppa/hppa: locore.S Log message: fix {set,rem}runqueue wrt sizeof(p_stat) and some logic, fix %r1 restoration in several traps, also better kernel stack handling, and other fixes and typos. all inspired by the recent hot weather and humid nyc climate in general. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 1999/07/18 03:27:19 Modified files: x11/xview-clients: Makefile x11/xview-clients/pkg: PLIST x11/xview-config: Makefile x11/xview-config/patches: patch-aa x11/xview-lib : Makefile x11/xview-lib/pkg: PLIST PLIST.noshared Log message: - remove unnecessary comments from Makefiles - use -fPIC instead of -fpic so the shared libs will link on SPARC - make sure to remove dirs when uninstalling CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/18 03:33:06 Modified files: sbin/isakmpd : TO-DO Log message: Merge with EOM 1.42 author: niklas More stuff to do CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/18 03:33:14 Modified files: sbin/isakmpd/samples: VPN-3way-template.conf Added files: sbin/isakmpd/samples: policy Removed files: sbin/isakmpd/samples: isakmpd.policy Log message: samples/VPN-3way-template.conf: Merge with EOM 1.4 samples/policy: Merge with EOM 1.1 samples/isakmpd.policy: Merge with EOM 1.2 author: niklas Moving the PRIVKEY tag into the X509-certificates section, renaming it to Private-key. Also rename the keynote policy file. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/18 03:33:21 Modified files: sbin/isakmpd : conf.h isakmpd.8 Log message: conf.h: Merge with EOM 1.9 isakmpd.8: Merge with EOM 1.15 author: niklas Moving /etc/isakmpd.conf to /etc/isakmpd/isakmpd.conf. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/18 03:33:33 Modified files: sbin/isakmpd/samples: VPN-east.conf VPN-west.conf singlehost-west.conf singlehost-east.conf sbin/isakmpd : README.PKI ike_auth.c isakmpd.conf.5 Log message: samples/VPN-east.conf: Merge with EOM 1.7 samples/VPN-west.conf: Merge with EOM 1.7 samples/singlehost-west.conf: Merge with EOM 1.4 samples/singlehost-east.conf: Merge with EOM 1.4 README.PKI: Merge with EOM 1.3 ike_auth.c: Merge with EOM 1.33 isakmpd.conf.5: Merge with EOM 1.28 author: niklas Moving the PRIVKEY tag into the X509-certificates section, renaming it to Private-key. Also rename the keynote policy file. CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/18 03:39:51 Modified files: etc/mtree : 4.4BSD.dist Log message: Create an /etc/isakmpd hierarchy CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/18 03:43:09 Modified files: sbin/isakmpd : README.PKI Log message: Merge with EOM 1.4 author: niklas Remove obsolete mkdirs CVSROOT: /cvs Module name: src Changes by: niklas@cvs.openbsd.org 1999/07/18 03:49:07 Modified files: sbin/isakmpd : isakmpd.conf.5 Log message: Merge with EOM 1.30 author: niklas More sync with OpenBSD version CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/18 10:03:57 Modified files: sbin/dumpfs : dumpfs.c Log message: print out fs_flags fields; mpp@freebsd CVSROOT: /cvs Module name: src Changes by: hugh@cvs.openbsd.org 1999/07/18 10:21:56 Modified files: sbin/ping : ping.c ping.8 Log message: support fine timing interval and calculate std dev CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/18 10:23:47 Modified files: sys/arch/amiga/amiga: pmap.c sys/arch/hp300/hp300: pmap.c sys/arch/mac68k/mac68k: pmap.c sys/arch/mvme68k/mvme68k: pmap.c sys/arch/mvme88k/mvme88k: pmap.c Log message: fix pmap_activate() and pmap_deactivate() arguments after art changed things CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/18 10:33:08 Modified files: sys/netinet : tcp_input.c Log message: use proper C CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 1999/07/18 10:36:39 Modified files: share/man/man9 : panic.9 Log message: typo CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 1999/07/18 10:45:56 Modified files: sys/arch/alpha/alpha: pmap.old.c sys/arch/alpha/include: pmap.old.h sys/arch/amiga/amiga: pmap.c sys/arch/hp300/hp300: pmap.c sys/arch/mac68k/mac68k: pmap.c sys/arch/mvme68k/mvme68k: pmap.c sys/arch/mvme88k/include: pmap.h sys/arch/mvme88k/mvme88k: pmap.c Log message: fix pmap_activate() and pmap_deactivate() arguments after art changed things CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 1999/07/18 10:53:20 Log message: Update to 990629 snapshot closer to gcc 2.95 release. Status: Vendor Tag: CYGNUS Release Tags: CYGNUS-990629 U src/gnu/egcs/.cvsignore U src/gnu/egcs/COPYING U src/gnu/egcs/COPYING.LIB U src/gnu/egcs/ChangeLog U src/gnu/egcs/MAINTAINERS U src/gnu/egcs/Makefile.in U src/gnu/egcs/README U src/gnu/egcs/config-ml.in U src/gnu/egcs/config.guess U src/gnu/egcs/config.if U src/gnu/egcs/config.sub U src/gnu/egcs/configure U src/gnu/egcs/configure.in U src/gnu/egcs/install-sh U src/gnu/egcs/ltconfig U src/gnu/egcs/ltmain.sh U src/gnu/egcs/missing U src/gnu/egcs/mkinstalldirs U src/gnu/egcs/move-if-change U src/gnu/egcs/symlink-tree U src/gnu/egcs/ylwrap U src/gnu/egcs/.brik U src/gnu/egcs/etc/ChangeLog U src/gnu/egcs/etc/Makefile.in U