[odc] Daily src changes for 2003-07-12
ODC
auto at squish.net
Sun Jul 13 08:00:26 BST 2003
OpenBSD src changes summary for 2003-07-12
==========================================
gnu/usr.bin/gzip regress/sys
share/man sys/arch/sparc64/sparc64
sys/net usr.bin/compress
== gnu =============================================================== 01/05 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/gnu
usr.bin/gzip
- zdiff - zdiff.1
~ Makefile
> remove zdiff now that compress has its own (millert@)
== regress =========================================================== 02/05 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/regress
sys
~ arch/sparc64/emul-popc/Makefile
~ arch/sparc64/emul-popc/simm/Makefile
> add reg test properly (jason@)
~ arch/sparc64/Makefile + arch/sparc64/emul-ldqstq/Makefile
+ arch/sparc64/emul-ldqstq/badfreg/Makefile
+ arch/sparc64/emul-ldqstq/badfreg/main.c
+ arch/sparc64/emul-ldqstq/badfreg/test.S
+ arch/sparc64/emul-ldqstq/goodfreg/Makefile
+ arch/sparc64/emul-ldqstq/goodfreg/fpregs.S
+ arch/sparc64/emul-ldqstq/goodfreg/fpregs.h
+ arch/sparc64/emul-ldqstq/goodfreg/goodfreg.c
+ arch/sparc64/emul-ldqstq/goodfreg/test_asm.S
> simplistic regression tests for ldq/stq
> badfreg: attempts to execute invalid opcodes (invalid floating point regs)
> goodfreg: runs through all valid fp regs (jason@)
~ arch/sparc64/emul-popc/reg/Makefile ~ arch/sparc64/emul-popc/reg/reg.c
~ arch/sparc64/emul-popc/simm/Makefile
~ arch/sparc64/emul-popc/simm/genc.pl
> cleaning and prototypes (jason@)
~ arch/sparc64/emul-ldqstq/badfreg/Makefile
~ arch/sparc64/emul-ldqstq/goodfreg/Makefile
~ arch/sparc64/emul-ldqstq/goodfreg/goodfreg.c
> cleaning and prototypes (jason@)
~ arch/sparc64/emul-ldqstq/Makefile
+ arch/sparc64/emul-ldqstq/asi/Makefile
+ arch/sparc64/emul-ldqstq/asi/asi.c
+ arch/sparc64/emul-ldqstq/asi/asi_asm.S
> flip through a few %asi values to make sure the right stuff is generated
> (jason@)
~ arch/sparc64/emul-ldqstq/asi/asi.c
~ arch/sparc64/emul-ldqstq/asi/asi_asm.S
> try the supported immediate asi's, too. (jason@)
== share ============================================================= 03/05 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/share
man
~ man5/bsd.port.mk.5
> Distinguish some User settings variables.
> Document and cross-reference more thoroughly:
> FETCH_CMD, NO_CHECKSUM, BATCH, IGNORE, BROKEN, MASTER_SITES,
> NO_IGNORE, PACKAGING, PKG_DBDIR, VARNAME, PERMIT_*.
> Be more forceful in explaining the risks of NO_CHECKSUM and PERMIT_*.
> Explain the role of FETCH_CMD better. (espie@)
~ man5/bsd.port.mk.5
> Document CDIAGFLAGS, CXXDIAGFLAGS, CXXFLAGS, DESTDIR, FAKE_TARGET.
> More internal xrefs and user settings marked as such. (espie@)
~ man5/bsd.port.mk.5
> remove the description of concurrent from SEPARATE_BUILD, this is only
> confusing, and not used yet anyways. (espie@)
~ man5/bsd.port.mk.5
> Document INTERACTIVE, HOMEPAGE, FULLPKGPATH. (espie@)
~ man5/bsd.port.mk.5
> Document pre,do,post hooks.
> Document describe, distclean, install. (espie@)
~ man5/bsd.port.mk.5
> clean and thorough description of distpatch/patch. (espie@)
~ man5/bsd.port.mk.5
> alphabetical sort is cool. (espie@)
== sys =============================================================== 04/05 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sys
arch/sparc64/sparc64
~ emul.c
> almost full emulation of stq(a)/ldq(a):
> - the only missing bit is the variant that uses %asi... explicit asi or
> implicit asi appears to work
> - also, a slightly improved popc loop based on a link from otto (jason@)
~ emul.c
> %asi is in tf_tstate... nail the last variant of ldqfa/stqfa (jason@)
~ emul.c
> grr. gcc has bugs in its bitfields, work around it. (jason@)
net
~ pf_norm.c
> Prevent u_int16_t variable from overflowing and get rid of the compiler
> warning. From Pyun YongHyeon. ok itojun@ (dhartmei@)
~ pf.c
> Remove two htons(), which were meant as ntohs(), and are wrong since
> ip_ouput() flipped byte order. From Pyun YongHyeon. ok itojun@ (dhartmei@)
== usr.bin =========================================================== 05/05 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin
compress
~ Makefile + zdiff
+ zdiff.1
> Add zdiff (millert@)
===============================================================================
More information about the odc
mailing list