[odc] Daily src changes for 2004-02-28
ODC
auto at squish.net
Sun Feb 29 07:01:27 GMT 2004
OpenBSD src changes summary for 2004-02-28
==========================================
distrib/miniroot distrib/notes
distrib/ramdisk lib/libarch
lib/libm libexec/spamd
libexec/spamlogd regress/lib
regress/sys regress/usr.bin
share/man sys/arch/amd64/amd64
sys/arch/amd64/conf sys/arch/amd64/include
sys/dev/pci sys/kern
sys/net sys/sys
usr.bin/ftp usr.bin/gprof
usr.bin/pmdb usr.bin/ssh
== distrib =========================================================== 01/07 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/distrib
miniroot
~ Makefile
> makeing->making (jolan@)
~ install.sub
> Revert v1.314 changes adding '~' to user supplied relative ftp paths,
> since today's ftp/fetch.c commit fixes real issue, and v1.314 broke
> 'ftp' user.
> Problems with 'ftp' user reported by Stephen Kirkham of UofA. (krw@)
notes
~ i386/hardware
> more aobut ami(4) (mickey@)
ramdisk
~ Makefile
> makeing->making (jolan@)
== lib =============================================================== 02/07 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/lib
libarch
- amd64/x86_64_get_ioperm.2 - amd64/x86_64_get_ioperm.c
- amd64/x86_64_get_ldt.2 - amd64/x86_64_get_ldt.c
- amd64/x86_64_iopl.2 - amd64/x86_64_iopl.c
- amd64/x86_64_set_ioperm.c - amd64/x86_64_set_ldt.c
- amd64/x86_64_vm86.2 - amd64/x86_64_vm86.c
> bye bye (deraadt@)
~ amd64/Makefile
> pretty (deraadt@)
- x86_64/Makefile - x86_64/x86_64_get_ioperm.2
- x86_64/x86_64_get_ioperm.c - x86_64/x86_64_get_ldt.2
- x86_64/x86_64_get_ldt.c - x86_64/x86_64_iopl.2
- x86_64/x86_64_iopl.c - x86_64/x86_64_set_ioperm.c
- x86_64/x86_64_set_ldt.c - x86_64/x86_64_vm86.2
- x86_64/x86_64_vm86.c
> bye bye (deraadt@)
~ amd64/Makefile + amd64/amd64_get_mtrr.2
+ amd64/amd64_get_mtrr.c + amd64/amd64_set_mtrr.c
> mtrr calls (deraadt@)
libm
~ Makefile
> reach into new amd64 directory (deraadt@)
- arch/x86_64/abi.h - arch/x86_64/e_acos.S
- arch/x86_64/e_asin.S - arch/x86_64/e_atan2.S
- arch/x86_64/e_atan2f.S - arch/x86_64/e_exp.S
- arch/x86_64/e_fmod.S - arch/x86_64/e_log.S
- arch/x86_64/e_log10.S - arch/x86_64/e_remainder.S
- arch/x86_64/e_remainderf.S - arch/x86_64/e_scalb.S
- arch/x86_64/e_sqrt.S - arch/x86_64/e_sqrtf.S
- arch/x86_64/s_atan.S - arch/x86_64/s_atanf.S
- arch/x86_64/s_ceil.S - arch/x86_64/s_ceilf.S
- arch/x86_64/s_copysign.S - arch/x86_64/s_copysignf.S
- arch/x86_64/s_cos.S - arch/x86_64/s_cosf.S
- arch/x86_64/s_finite.S - arch/x86_64/s_finitef.S
- arch/x86_64/s_floor.S - arch/x86_64/s_floorf.S
- arch/x86_64/s_ilogb.S - arch/x86_64/s_ilogbf.S
- arch/x86_64/s_log1p.S - arch/x86_64/s_log1pf.S
- arch/x86_64/s_logb.S - arch/x86_64/s_logbf.S
- arch/x86_64/s_rint.S - arch/x86_64/s_rintf.S
- arch/x86_64/s_scalbn.S - arch/x86_64/s_scalbnf.S
- arch/x86_64/s_significand.S - arch/x86_64/s_significandf.S
- arch/x86_64/s_sin.S - arch/x86_64/s_sinf.S
- arch/x86_64/s_tan.S - arch/x86_64/s_tanf.S
> we now use the cvs repository copied amd64 set (deraadt@)
== libexec =========================================================== 03/07 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/libexec
spamd
~ grey.c ~ spamd.c
> - ensure greylist entry expiry is not updated until actually whitelisted
> to avoid keeping multiple grey entries around from a single host for
> extra time.
> - make -G work
> - paranoia and cleanup suggestions from deraadt@
> ok millert@ (beck@)
spamlogd
~ spamlogd.8
> Fix macro definition if pf.conf example. Ok beck@ (matthieu@)
== regress =========================================================== 04/07 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/regress
lib
~ libc/regex/main.c ~ libc/regex/split.c
~ libpthread/pthread_join/pthread_join.c
~ libpthread/socket/2/socket2.c
> kill bad functions; some sort of ok from marc who is trying to confuse me
> (deraadt@)
~ libc/getaddrinfo/answer ~ libc/getaddrinfo/gaitest.c
> do not test ai_canonname, as ai_canonname can be vary by /etc/hosts.
> (itojun@)
sys
~ kern/kqueue/kqueue-tun.c
> regress tests full of warnings make me go red (deraadt@)
~ ptrace/ptrace.c
> struct reg changed (deraadt@)
~ kern/accept/accept.c ~ kern/noexec/Makefile
~ kern/sysvmsg/msgtest.c ~ kern/sysvshm/shmtest.c
~ kern/unfdpass/unfdpass.c
> avoid bad functions; tedu ok (deraadt@)
usr.bin
~ ssh/dynamic-forward.sh
> Make dynamic-forward understand nc's new output. ok markus@ (dtucker@)
~ ssh/try-ciphers.sh
> Test acss too; ok markus@ (dtucker@)
== share ============================================================= 05/07 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/share
man
~ man4/ami.4
> list out more of supported models (mickey@)
~ man4/ami.4
> typo (mickey@)
== sys =============================================================== 06/07 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sys
arch/amd64/amd64
~ identcpu.c
> sysctl hw.cpuspeed output (deraadt@)
~ fpu.c
> Initialize MXCSR when FPU is first used. ok deraadt@ (nordin@)
~ db_disasm.c
> copy from i386, no changes yet (deraadt@)
~ machdep.c
> rename our NPXCW setting (deraadt@)
arch/amd64/conf
~ RAMDISK
> em(4) on floppy (deraadt@)
~ GENERIC
> most USB devices (deraadt@)
~ GENERIC
> MTRR on by default (deraadt@)
~ GENERIC
> MTRR not yet (deraadt@)
arch/amd64/include
~ cpu.h
> sysctl hw.cpuspeed output (deraadt@)
~ fpu.h
> rename our NPXCW setting (deraadt@)
dev/pci
~ ami_pci.c
> dig lsi/symbios sata boards; reported and tesing by pailloncy at ifrance.com > (mickey@)
~ pcidevs
> crunch it smaller (deraadt@)
~ pcidevs.h ~ pcidevs_data.h
> sync (deraadt@)
kern
~ syscalls.master
> Rather than adding amd64 to the 64-bit platform which do not require the
> old COMPAT_10 SysV syscalls, check for __LP64__ instead.
> ok deraadt@ (miod@)
~ init_sysent.c ~ syscalls.c
> Regen (miod@)
net
~ if.c
> - Don't permit 0-padded unit numbers on cloned interfaces. Bug repoprt
> from otto@
> - Fix signedness issue with unit numbers. Bug report from Thorsten Glaser
> ok millert@ otto@ (mcbride@)
sys
~ syscall.h ~ syscallargs.h
> Regen (miod@)
== usr.bin =========================================================== 07/07 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin
ftp
~ fetch.c
> Open a new connection for each URL given on the command line.
> This eliminates problematic 'CWD /' commands that caused interactive
> commands and auto fetch commands to occaisonally end up in different
> directories, creating problems for the install scripts.
> Problematic 'CWD /' commands noticed by deraadt at . > ok millert at .rw@)
gprof
- x86_64.c - x86_64.h
> use amd64 chunks (deraadt@)
pmdb
- arch/amd64/x86_64.c ~ arch/amd64/Makefile.inc
+ arch/amd64/amd64.c
> use amd64 chunks (deraadt@)
ssh
- sftp-glob.h - sftp-int.c
- sftp-int.h ~ LICENCE
~ Makefile ~ Makefile.inc
~ OVERVIEW ~ README
~ README.dns ~ README.smartcard
~ auth-chall.c ~ auth-krb5.c
~ auth-passwd.c ~ auth-rh-rsa.c
~ auth-rhosts.c ~ auth-rsa.c
~ auth.c ~ auth.h
~ auth1.c ~ auth2-gss.c
~ auth2-hostbased.c ~ auth2-passwd.c
~ auth2-pubkey.c ~ auth2.c
~ authfd.c ~ authfd.h
~ authfile.c ~ bufaux.c
~ bufaux.h ~ buffer.c
~ canohost.c ~ channels.c
~ channels.h ~ cipher-3des1.c
~ cipher-aes.c ~ cipher-ctr.c
~ cipher.c ~ cipher.h
~ clientloop.c ~ clientloop.h
~ compat.c ~ compat.h
~ compress.c ~ deattack.c
~ dh.c ~ dns.c
~ dns.h ~ fatal.c
~ gss-genr.c ~ gss-serv-krb5.c
~ gss-serv.c ~ hostfile.c
~ hostfile.h ~ kex.c
~ kexgexc.c ~ key.c
~ key.h ~ log.c
~ log.h ~ mac.c
~ misc.c ~ moduli.c
~ monitor.c ~ monitor.h
~ monitor_wrap.c ~ monitor_wrap.h
~ msg.c ~ msg.h
~ nchan.ms ~ nchan2.ms
~ packet.c ~ pathnames.h
~ progressmeter.c ~ readconf.c
~ readconf.h ~ rijndael.c
~ scp.1 ~ scp.c
~ servconf.c ~ servconf.h
~ serverloop.c ~ session.c
~ session.h ~ sftp-client.c
~ sftp-client.h ~ sftp-common.c
~ sftp-common.h ~ sftp-glob.c
~ sftp-server.8 ~ sftp-server.c
~ sftp.1 ~ sftp.c
~ ssh-add.1 ~ ssh-add.c
~ ssh-agent.c ~ ssh-dss.c
~ ssh-gss.h ~ ssh-keygen.1
~ ssh-keygen.c ~ ssh-keyscan.c
~ ssh-keysign.c ~ ssh-rsa.c
~ ssh.1 ~ ssh.c
~ ssh.h ~ ssh_config.5
~ sshconnect.c ~ sshconnect2.c
~ sshd.8 ~ sshd.c
~ sshd_config ~ sshd_config.5
~ sshpty.c ~ sshtty.c
~ sshtty.h ~ uuencode.c
~ uuencode.h ~ version.h
~ lib/Makefile ~ sftp/Makefile
~ ssh/Makefile ~ sshd/Makefile
TAGGED OPENBSD_3_4
> upgrade to OpenSSH 3.8 (brad@)
+ cleanup.c
TAGGED OPENBSD_3_4
> upgrade to OpenSSH 3.8 (brad@)
===============================================================================
More information about the odc
mailing list