[ continuing from /cvs/Logs/ChangeLog.2D ] Commit ID: 1004674512D02234C60 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/16 21:08:20 UTC Modified files: lib/libc/string: strdup.3 Log message: strndup(3) copies characters, not octets – although these are the exact same, this distinguishation is important for wcsndup(3), whose description is deri- ved from this one, and which copies wide characters, not octets To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.2 -r1.3 src/lib/libc/string/strdup.3 ________________________________________________________________________ Commit ID: 1004674526079B07DE1 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/16 21:12:41 UTC Modified files: scripts : tarsets Log message: forgot to remove this part of the script To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.8 -r1.9 src/scripts/tarsets ________________________________________________________________________ Commit ID: 100467452AA0173188E CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/16 21:13:56 UTC Modified files: . : Makefile Log message: unbreak htinfo generation To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.106 -r1.107 src/Makefile ________________________________________________________________________ Commit ID: 100467455916F94BDD7 CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/06/16 21:26:24 UTC Modified files: net/libtorrent/pkg: DESCR Log message: mention the 4GiB issues To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1 -r1.2 ports/net/libtorrent/pkg/DESCR ________________________________________________________________________ Commit ID: 10046745C6F0D6A1B71 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/16 21:57:08 UTC Modified files: lib/libc/time : strftime.3 strftime.c Log message: • implement the %J strftime(3) modifier, to return the Julian Date; since SQLite3 already implements %J in its STRFTIME SQL function, I chose to take its format (floating point number) instead of one I'd preferred (modified julian date, two-component integer field) • enable the kitchen sink ☻ To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.1.2 -r1.2 src/lib/libc/time/strftime.3 cvs -R rdiff -kk -upr1.1.1.3 -r1.2 src/lib/libc/time/strftime.c ________________________________________________________________________ Commit ID: 10046745EB957F10B25 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/16 22:05:23 UTC Modified files: etc : Tag: openbsd daily monthly weekly Log message: pull in OtherBSDs changes To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.1.2 -r1.1.1.3 src/etc/daily cvs -R rdiff -kk -upr1.1.1.1 -r1.1.1.2 src/etc/monthly cvs -R rdiff -kk -upr1.1.1.1 -r1.1.1.2 src/etc/weekly ________________________________________________________________________ Commit ID: 10046745F5032CAC367 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/16 22:08:07 UTC Modified files: etc : daily monthly weekly Log message: • merge OpenBSD • log (julian) time we're run To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.15 -r1.16 src/etc/daily cvs -R rdiff -kk -upr1.9 -r1.10 src/etc/monthly cvs -R rdiff -kk -upr1.8 -r1.9 src/etc/weekly ________________________________________________________________________ Commit ID: 10046746581272CFCA8 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/16 22:36:49 UTC Modified files: distrib/common : install.sh distrib/lists/base/etc: mi etc : Makefile changelist crontab rc Added files: etc : cronrun Log message: • rc: run post-install script earlier • rc, post-install script, installer: run the script in the foreground, move the “newaliases” call into it and let the script fork its own background processes off • cronrun: new, to be used to run daily/weekly/monthly with locking • post-install, crontab: use cronrun To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.8 -r1.9 src/distrib/common/install.sh cvs -R rdiff -kk -upr1.22 -r1.23 src/distrib/lists/base/etc/mi cvs -R rdiff -kk -upr1.36 -r1.37 src/etc/Makefile cvs -R rdiff -kk -upr1.11 -r1.12 src/etc/changelist cvs -R rdiff -kk -upr0 -r1.1 src/etc/cronrun cvs -R rdiff -kk -upr1.20 -r1.21 src/etc/crontab cvs -R rdiff -kk -upr1.69 -r1.70 src/etc/rc ________________________________________________________________________ Commit ID: 10046746ABA340A1476 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/16 22:57:29 UTC Modified files: distrib/lists/base/etc: mi etc : Makefile cronrun crontab Added files: etc : anacron Log message: add a script that runs daily/weekly/monthly on reboot + {15,30,45} minutes if they haven't been run for 3 days over time cronrun -l is for logging to syslog instead of mails, don't use ☺ cronrun -n is for recursive runs, don't use ☻ To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.23 -r1.24 src/distrib/lists/base/etc/mi cvs -R rdiff -kk -upr1.37 -r1.38 src/etc/Makefile cvs -R rdiff -kk -upr0 -r1.1 src/etc/anacron cvs -R rdiff -kk -upr1.1 -r1.2 src/etc/cronrun cvs -R rdiff -kk -upr1.21 -r1.22 src/etc/crontab ________________________________________________________________________ Commit ID: 10046746BA52102272D CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/16 23:00:38 UTC Modified files: etc : cronrun Log message: ensure cronrun's output goes to syslog or nowhere To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.2 -r1.3 src/etc/cronrun ________________________________________________________________________ Commit ID: 10046746F25623367F9 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/16 23:15:39 UTC Modified files: usr.sbin/httpd/conf: httpd.conf Log message: downgrade broken clients like e.g. MirOS #9 /usr/bin/ftp to HTTP/1.0 To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.6 -r1.7 src/usr.sbin/httpd/conf/httpd.conf ________________________________________________________________________ Commit ID: 100467473A13286283E CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/16 23:34:59 UTC Modified files: etc : monthly newsyslog.conf Log message: leave the /var/log/wtmp rotating to the monthly script, it's run more reliably than “newsyslog within one hour of the specified time”… To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.10 -r1.11 src/etc/monthly cvs -R rdiff -kk -upr1.7 -r1.8 src/etc/newsyslog.conf ________________________________________________________________________ Commit ID: 100467485062D380C8D CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/17 00:50:09 UTC Modified files: bin/mksh : check.t main.c mksh.1 sh.h Log message: make sure that “integer” and “local” are defined even in FPOSIX mode, which is a compromise anyway; these lunox people will have to live with that, too many existing korn shell alike scripts depend on it even if not on the full korn shell syntax availability (note: this doesn't mean using these in some script with #!/bin/sh is ok) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.113 -r1.114 src/bin/mksh/check.t cvs -R rdiff -kk -upr1.79 -r1.80 src/bin/mksh/main.c cvs -R rdiff -kk -upr1.86 -r1.87 src/bin/mksh/mksh.1 cvs -R rdiff -kk -upr1.147 -r1.148 src/bin/mksh/sh.h ________________________________________________________________________ Commit ID: 1004675445576E83A36 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/17 14:26:58 UTC Modified files: share/termtypes: termtypes.master Log message: • re-do the wscons descriptions, in order to have correct function keys in text mode (still prevented by a bug in both cap_mkdb(1) and getcap(1) regarding the :tc=*: (, use=*, ) evaluation order, where the OpenBSD coders didn't even read the specs…) • unify the use of spaces after commata To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.5 -r1.6 src/share/termtypes/termtypes.master ________________________________________________________________________ Commit ID: 100467547676A291DE9 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/17 14:38:24 UTC Modified files: share/termtypes: Makefile Log message: work around that bug by having ncurses to the :tc=*: resolution To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.4 -r1.5 src/share/termtypes/Makefile ________________________________________________________________________ Commit ID: 10046754B5D113CA1CB CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/06/17 14:55:12 UTC Modified files: misc/mc : Makefile misc/mc/patches: patch-lib_mc_lib Log message: major work on terminal compatibility for #10 RC2 To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.18 -r1.19 ports/misc/mc/Makefile cvs -R rdiff -kk -upr1.9 -r1.10 ports/misc/mc/patches/patch-lib_mc_lib ________________________________________________________________________ Commit ID: 100467578CC48EEE9A3 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/06/17 18:08:56 UTC ports/sysutils/dbus Update of /cvs/ports/sysutils/dbus In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv18670/dbus Log Message: Directory /cvs/ports/sysutils/dbus added to the repository ________________________________________________________________________ Commit ID: 100467578CC48EEE9A3 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/06/17 18:08:57 UTC ports/sysutils/dbus/patches Update of /cvs/ports/sysutils/dbus/patches In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv18670/dbus/patches Log Message: Directory /cvs/ports/sysutils/dbus/patches added to the repository ________________________________________________________________________ Commit ID: 100467578CC48EEE9A3 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/06/17 18:09:00 UTC ports/sysutils/dbus/pkg Update of /cvs/ports/sysutils/dbus/pkg In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv18670/dbus/pkg Log Message: Directory /cvs/ports/sysutils/dbus/pkg added to the repository ________________________________________________________________________ Commit ID: 100467578CC48EEE9A3 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/06/17 18:09:02 UTC ports/sysutils/dbus-glib Update of /cvs/ports/sysutils/dbus-glib In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv18670/dbus-glib Log Message: Directory /cvs/ports/sysutils/dbus-glib added to the repository ________________________________________________________________________ Commit ID: 100467578CC48EEE9A3 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/06/17 18:09:04 UTC ports/sysutils/dbus-glib/pkg Update of /cvs/ports/sysutils/dbus-glib/pkg In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv18670/dbus-glib/pkg Log Message: Directory /cvs/ports/sysutils/dbus-glib/pkg added to the repository ________________________________________________________________________ Commit ID: 100467579D71823518A CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/06/17 18:15:15 UTC Added files: sysutils/dbus : Makefile bulklist distinfo sysutils/dbus/patches: patch-aa patch-ac patch-ag sysutils/dbus/pkg: DESCR PLIST sysutils/dbus-glib: Makefile distinfo sysutils/dbus-glib/pkg: DESCR PLIST Log message: Add ports for dbus and its glib bindings, taken from NetBSD(TM) pkgsrc. From DESCR: D-BUS is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. D-BUS supports broadcast messages, asynchronous messages (thus decreasing latency), authentication, and more. It is designed to be low-overhead; messages are sent using a binary protocol, not using XML. D-BUS also supports a method call mapping for its messages, but it is not required; this makes using the system quite simple. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr0 -r1.1 ports/sysutils/dbus/Makefile cvs -R rdiff -kk -upr0 -r1.1 ports/sysutils/dbus/bulklist cvs -R rdiff -kk -upr0 -r1.1 ports/sysutils/dbus/distinfo cvs -R rdiff -kk -upr0 -r1.1 ports/sysutils/dbus/patches/patch-aa cvs -R rdiff -kk -upr0 -r1.1 ports/sysutils/dbus/patches/patch-ac cvs -R rdiff -kk -upr0 -r1.1 ports/sysutils/dbus/patches/patch-ag cvs -R rdiff -kk -upr0 -r1.1 ports/sysutils/dbus/pkg/DESCR cvs -R rdiff -kk -upr0 -r1.1 ports/sysutils/dbus/pkg/PLIST cvs -R rdiff -kk -upr0 -r1.1 ports/sysutils/dbus-glib/Makefile cvs -R rdiff -kk -upr0 -r1.1 ports/sysutils/dbus-glib/distinfo cvs -R rdiff -kk -upr0 -r1.1 ports/sysutils/dbus-glib/pkg/DESCR cvs -R rdiff -kk -upr0 -r1.1 ports/sysutils/dbus-glib/pkg/PLIST ________________________________________________________________________ Commit ID: 1004675859A7A02E547 CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/06/17 19:04:07 UTC Modified files: devel/gettext : Makefile devel/gettext/pkg: PLIST Log message: re-enable ${PREFIX}/lib/charset.alias – libiconv 1.9.1-3 installs it into ${PREFIX}/lib/giconv/ and libiconv.port.mk depends on >=1.9.3-4 so this is good enough To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.7 -r1.8 ports/devel/gettext/Makefile cvs -R rdiff -kk -upr1.3 -r1.4 ports/devel/gettext/pkg/PLIST ________________________________________________________________________ Commit ID: 1004675E6CD6D63F205 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/18 01:58:17 UTC Modified files: etc : daily Log message: look better To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.16 -r1.17 src/etc/daily ________________________________________________________________________ Commit ID: 1004676F586434F780C CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/06/18 21:13:29 UTC Modified files: infrastructure/templates: userlist.db Log message: benz put dbus not under x11 commit ok bsiegert@ To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.7 -r1.8 ports/infrastructure/templates/userlist.db ________________________________________________________________________ Commit ID: 10046779E085842D839 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/06/19 09:12:27 UTC Modified files: data : news.inc src : mksh.hts Log message: froscon, mksh To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.4 -r1.5 www/data/news.inc cvs -R rdiff -kk -upr1.2 -r1.3 www/src/mksh.hts ________________________________________________________________________ Commit ID: 10046779E8872BCE955 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/06/19 09:14:28 UTC Modified files: data : news.inc Log message: make them links To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.5 -r1.6 www/data/news.inc ________________________________________________________________________ Commit ID: 10046779EF62F170A77 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/06/19 09:16:46 UTC Modified files: data : news.inc src : mksh.hts Log message: ah yes, gecko2 upgraded “mirbsdksh 1.27c” ☺ to mksh proper in fink To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.6 -r1.7 www/data/news.inc cvs -R rdiff -kk -upr1.3 -r1.4 www/src/mksh.hts ________________________________________________________________________ Commit ID: 10046782CBF3111CBD4 CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/06/19 19:21:20 UTC Modified files: code/mirmake/dist/scripts: Build.sh Log message: lorder(1) is needed later too, from FreeWRT To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.92 -r1.93 contrib/code/mirmake/dist/scripts/Build.sh ________________________________________________________________________ Commit ID: 10046792DCD02B9583A CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/20 13:38:18 UTC Modified files: bin/mksh : dot.mkshrc Log message: accomodate stupid Slackware 11 (if you're a slack user, pity you) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.16 -r1.17 src/bin/mksh/dot.mkshrc ________________________________________________________________________ Commit ID: 1004679862B7F2631F9 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/06/20 19:57:05 UTC Modified files: devel/gconf : Makefile distinfo devel/gconf/patches: patch-gconf_Makefile_in patch-gconf_default_path_in patch-gconf_gconftool_c devel/gconf/pkg: PLIST x11/gnome/libbonobo: Makefile distinfo x11/gnome/libbonobo/patches: patch-activation-server_Makefile_in x11/gnome/libbonobo/pkg: PLIST x11/gnome/vfs2 : Makefile distinfo x11/gnome/vfs2/patches: patch-configure_in patch-libgnomevfs-gnome-vfs-dns-sd_c x11/gnome/vfs2/pkg: PLIST Added files: x11/gnome/vfs2/patches: patch-po_Makefile_in_in Removed files: devel/gconf/patches: patch-doc_gconf_Makefile_in x11/gnome/libbonobo/patches: patch-po_Makefile_in_in x11/gnome/vfs2/patches: patch-modules_cdda-method_c Log message: GNOME update, the first part. Actually, it is libbonoboui that is not compatible with the new Gtk+. But I have to update some stuff along with it, so what the heck, I am doing a little bit more. Attention on update: gconf now uses PREFIX/db/gconf instead of /var/db and .etc/gconf instead of .gconf. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.8 -r1.9 ports/devel/gconf/Makefile cvs -R rdiff -kk -upr1.3 -r1.4 ports/devel/gconf/distinfo cvs -R rdiff -kk -upr1.2 -r0 ports/devel/gconf/patches/patch-doc_gconf_Makefile_in cvs -R rdiff -kk -upr1.2 -r1.3 ports/devel/gconf/patches/patch-gconf_Makefile_in cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/devel/gconf/patches/patch-gconf_default_path_in cvs -R rdiff -kk -upr1.2 -r1.3 ports/devel/gconf/patches/patch-gconf_gconftool_c cvs -R rdiff -kk -upr1.2 -r1.3 ports/devel/gconf/pkg/PLIST cvs -R rdiff -kk -upr1.6 -r1.7 ports/x11/gnome/libbonobo/Makefile cvs -R rdiff -kk -upr1.2 -r1.3 ports/x11/gnome/libbonobo/distinfo cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/x11/gnome/libbonobo/patches/patch-activation-server_Makefile_in cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/x11/gnome/libbonobo/patches/patch-po_Makefile_in_in cvs -R rdiff -kk -upr1.2 -r1.3 ports/x11/gnome/libbonobo/pkg/PLIST cvs -R rdiff -kk -upr1.9 -r1.10 ports/x11/gnome/vfs2/Makefile cvs -R rdiff -kk -upr1.3 -r1.4 ports/x11/gnome/vfs2/distinfo cvs -R rdiff -kk -upr1.1 -r1.2 ports/x11/gnome/vfs2/patches/patch-configure_in cvs -R rdiff -kk -upr1.2 -r1.3 ports/x11/gnome/vfs2/patches/patch-libgnomevfs-gnome-vfs-dns-sd_c cvs -R rdiff -kk -upr1.2 -r0 ports/x11/gnome/vfs2/patches/patch-modules_cdda-method_c cvs -R rdiff -kk -upr1.2 -r1.3 ports/x11/gnome/vfs2/patches/patch-po_Makefile_in_in cvs -R rdiff -kk -upr1.3 -r1.4 ports/x11/gnome/vfs2/pkg/PLIST ________________________________________________________________________ Commit ID: 100467A84A665BF4A08 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/21 14:01:52 UTC Log message: Import OtherBSD's make(1) improvements Status: Vendor Tag: openbsd Release Tags: cvs-200706211400 C src/usr.bin/make/Makefile U src/usr.bin/make/Makefile.boot C src/usr.bin/make/arch.c U src/usr.bin/make/arch.h U src/usr.bin/make/buf.c U src/usr.bin/make/buf.h U src/usr.bin/make/cmd_exec.c U src/usr.bin/make/cmd_exec.h C src/usr.bin/make/compat.c U src/usr.bin/make/compat.h C src/usr.bin/make/cond.c U src/usr.bin/make/cond.h U src/usr.bin/make/cond_int.h U src/usr.bin/make/config.h U src/usr.bin/make/defines.h C src/usr.bin/make/dir.c U src/usr.bin/make/dir.h U src/usr.bin/make/error.c U src/usr.bin/make/error.h U src/usr.bin/make/extern.h U src/usr.bin/make/for.c U src/usr.bin/make/for.h U src/usr.bin/make/garray.h C src/usr.bin/make/generate.c U src/usr.bin/make/gnode.h U src/usr.bin/make/init.c U src/usr.bin/make/init.h C src/usr.bin/make/job.c U src/usr.bin/make/job.h U src/usr.bin/make/lowparse.c U src/usr.bin/make/lowparse.h C src/usr.bin/make/lst.h U src/usr.bin/make/lst_t.h C src/usr.bin/make/main.c U src/usr.bin/make/main.h C src/usr.bin/make/make.1 U src/usr.bin/make/make.c U src/usr.bin/make/make.h U src/usr.bin/make/memory.c U src/usr.bin/make/memory.h C src/usr.bin/make/parse.c U src/usr.bin/make/parse.h U src/usr.bin/make/parsevar.c U src/usr.bin/make/parsevar.h U src/usr.bin/make/pathnames.h U src/usr.bin/make/regress.c U src/usr.bin/make/stats.c U src/usr.bin/make/stats.h U src/usr.bin/make/str.c U src/usr.bin/make/str.h C src/usr.bin/make/suff.c U src/usr.bin/make/suff.h U src/usr.bin/make/symtable.h C src/usr.bin/make/targ.c U src/usr.bin/make/targ.h U src/usr.bin/make/timestamp.c U src/usr.bin/make/timestamp.h U src/usr.bin/make/timestamp_t.h U src/usr.bin/make/util.c C src/usr.bin/make/var.c U src/usr.bin/make/var.h U src/usr.bin/make/var_int.h U src/usr.bin/make/varmodifiers.c U src/usr.bin/make/varmodifiers.h U src/usr.bin/make/varname.c U src/usr.bin/make/varname.h U src/usr.bin/make/PSD.doc/Makefile C src/usr.bin/make/PSD.doc/tutorial.ms U src/usr.bin/make/lst.lib/lstAddNew.c U src/usr.bin/make/lst.lib/lstAppend.c U src/usr.bin/make/lst.lib/lstConcat.c U src/usr.bin/make/lst.lib/lstConcatDestroy.c U src/usr.bin/make/lst.lib/lstDeQueue.c U src/usr.bin/make/lst.lib/lstDestroy.c U src/usr.bin/make/lst.lib/lstDupl.c U src/usr.bin/make/lst.lib/lstFindFrom.c U src/usr.bin/make/lst.lib/lstForEachFrom.c U src/usr.bin/make/lst.lib/lstInit.c U src/usr.bin/make/lst.lib/lstInsert.c U src/usr.bin/make/lst.lib/lstInt.h U src/usr.bin/make/lst.lib/lstMember.c U src/usr.bin/make/lst.lib/lstRemove.c U src/usr.bin/make/lst.lib/lstReplace.c U src/usr.bin/make/lst.lib/lstSucc.c 15 conflicts created by this import. Use the following command to help the merge: cvs checkout -jopenbsd:yesterday -jopenbsd src/usr.bin/make ________________________________________________________________________ Commit ID: 100467A885746F6DDD6 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/21 14:17:10 UTC Modified files: usr.bin/make : Makefile arch.c compat.c cond.c dir.c generate.c job.c lst.h main.c make.1 parse.c suff.c targ.c var.c usr.bin/make/PSD.doc: tutorial.ms Log message: • merge • make const-clean(er) again *sigh* To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.16 -r1.17 src/usr.bin/make/Makefile cvs -R rdiff -kk -upr1.2 -r1.3 src/usr.bin/make/arch.c cvs -R rdiff -kk -upr1.5 -r1.6 src/usr.bin/make/compat.c cvs -R rdiff -kk -upr1.3 -r1.4 src/usr.bin/make/cond.c cvs -R rdiff -kk -upr1.3 -r1.4 src/usr.bin/make/dir.c cvs -R rdiff -kk -upr1.5 -r1.6 src/usr.bin/make/generate.c cvs -R rdiff -kk -upr1.5 -r1.6 src/usr.bin/make/job.c cvs -R rdiff -kk -upr1.2 -r1.3 src/usr.bin/make/lst.h cvs -R rdiff -kk -upr1.6 -r1.7 src/usr.bin/make/main.c cvs -R rdiff -kk -upr1.9 -r1.10 src/usr.bin/make/make.1 cvs -R rdiff -kk -upr1.5 -r1.6 src/usr.bin/make/parse.c cvs -R rdiff -kk -upr1.2 -r1.3 src/usr.bin/make/suff.c cvs -R rdiff -kk -upr1.2 -r1.3 src/usr.bin/make/targ.c cvs -R rdiff -kk -upr1.4 -r1.5 src/usr.bin/make/var.c cvs -R rdiff -kk -upr1.3 -r1.4 src/usr.bin/make/PSD.doc/tutorial.ms ________________________________________________________________________ Commit ID: 100467A8D2C4D7EEFFE CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/21 14:40:22 UTC Modified files: distrib/lists/base/base: mi share/mk : sys.mk sys/sys : utsname.h param.h lib/libutil : Makefile lib/libusbhid : Makefile lib/libssl/ssl : Makefile lib/libskey : Makefile lib/libsectok : Makefile lib/libpthread : Makefile lib/libocurses : Makefile lib/libm : Makefile lib/libedit : Makefile lib/libc/gen : uname.c lib/libc : Makefile Log message: • libedit, libm, libocurses, libsectok, libskey, libssl, libusbhid, libutil: do something I should've long done and bump their majors – ABI changes are not only removals (or changes) of T/D symbols but also additions(!) of U symbols (i.e. imports); these changed during the changes from a while ago and depend on newer libc; I did an nm(1) comparision against #9 (release) to allow upgrading by source • libc, uname: since I'm bumping a lot of other shlibs, it's a good time to bump the libc major as well and finally get rid of that struct utsname bug I introduced when I had no idea what I was doing, in MirOS #1 or so… • libpthread: requires a major bump if libc major is bumped, or so they say • bump os patchlevel agreed bsiegert@ XXX any more changes to do before release? To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.70 -r1.71 src/distrib/lists/base/base/mi cvs -R rdiff -kk -upr1.112 -r1.113 src/share/mk/sys.mk cvs -R rdiff -kk -upr1.4 -r1.5 src/sys/sys/utsname.h cvs -R rdiff -kk -upr1.70 -r1.71 src/sys/sys/param.h cvs -R rdiff -kk -upr1.4 -r1.5 src/lib/libutil/Makefile cvs -R rdiff -kk -upr1.4 -r1.5 src/lib/libusbhid/Makefile cvs -R rdiff -kk -upr1.15 -r1.16 src/lib/libssl/ssl/Makefile cvs -R rdiff -kk -upr1.4 -r1.5 src/lib/libskey/Makefile cvs -R rdiff -kk -upr1.4 -r1.5 src/lib/libsectok/Makefile cvs -R rdiff -kk -upr1.7 -r1.8 src/lib/libpthread/Makefile cvs -R rdiff -kk -upr1.5 -r1.6 src/lib/libocurses/Makefile cvs -R rdiff -kk -upr1.6 -r1.7 src/lib/libm/Makefile cvs -R rdiff -kk -upr1.7 -r1.8 src/lib/libedit/Makefile cvs -R rdiff -kk -upr1.5 -r1.6 src/lib/libc/gen/uname.c cvs -R rdiff -kk -upr1.24 -r1.25 src/lib/libc/Makefile ________________________________________________________________________ Commit ID: 100467A8F3058BE2B8C CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/21 14:45:53 UTC Modified files: usr.bin/ssh : Tag: openbsd atomicio.c Log message: avoid spin To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.1.5 -r1.1.1.6 src/usr.bin/ssh/atomicio.c ________________________________________________________________________ Commit ID: 100467A8F6B58FA7CCA CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/21 14:46:45 UTC Modified files: usr.bin/ssh : atomicio.c version.h Log message: merge, bump To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.4 -r1.5 src/usr.bin/ssh/atomicio.c cvs -R rdiff -kk -upr1.32 -r1.33 src/usr.bin/ssh/version.h ________________________________________________________________________ Commit ID: 100467A90FF128F5ABB CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/21 14:54:01 UTC Modified files: lib/csu/common_elf: Makefile.inc Log message: cf. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.9 -r1.10 src/lib/csu/common_elf/Makefile.inc ________________________________________________________________________ Commit ID: 100467A986370E36304 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/21 15:43:34 UTC Modified files: bin/mksh : Build.sh Log message: make this build with | cpp.ansi: HP92453-01 B.11.31.01 HP C Preprocessor (ANSI) | ccom: HP92453-01 B.11.X.36086-36089-36092.GP HP C Compiler | /usr/ccs/bin/ld: 92453-07 linker linker ld B.11.60 070209 on | mirbsd@td191:~/mksh $ uname -a | HP-UX td191 B.11.31 U 9000/800 3397116299 unlimited-user license resulting in | Total failed: 1 (as expected) | Total passed: 220 so I suppose it's no longer experimental on HP-UX… it also works on/with | HP-UX td192 B.11.11 U 9000/800 1839940656 unlimited-user license | gcc version 3.4.2 | Can't locate POSIX.pm in @INC… and | HP-UX td192 B.11.11 U 9000/800 1839940656 unlimited-user license | cpp.ansi: HP92453-01 B.11.X.35175-35176.GP HP C Preprocessor (ANSI) | ccom: HP92453-01 B.11.X.36086-36089-36092.GP HP C Compiler | /usr/ccs/bin/ld: 92453-07 linker linker ld B.11.60 070209 and | HP-UX td176 B.11.23 U ia64 1928826293 unlimited-user license | Reading specs from /usr/local/lib/gcc/ia64-hp-hpux11.23/3.4.3/specs | Total failed: 1 (as expected) | Total passed: 219 still work to do for HP C on IA64 To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.213 -r1.214 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 100467A9EC324AAAAD6 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/21 15:53:15 UTC Modified files: bin/mksh : Build.sh Log message: this solves | HP-UX td193 B.11.31 U ia64 2909796781 unlimited-user license | cc: HP C/aC++ B3910B A.06.14 [Feb 22 2007] | ld: 92453-07 linker ld HP Itanium(R) B.12.43 IPF/IPF | Total failed: 1 (as expected) | Total passed: 220 except for an ugly warning To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.214 -r1.215 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 100467AA19E39838981 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/21 16:04:47 UTC Modified files: bin/mksh : check.t edit.c sh.h Log message: rewrite some code; bug found by HP's C compiler To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.114 -r1.115 src/bin/mksh/check.t cvs -R rdiff -kk -upr1.103 -r1.104 src/bin/mksh/edit.c cvs -R rdiff -kk -upr1.148 -r1.149 src/bin/mksh/sh.h ________________________________________________________________________ Commit ID: 100467AA33E1343EACA CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/21 16:11:37 UTC Modified files: bin/mksh : Build.sh Log message: solve the ugly warnings, be more consistent, allow __attribute__ to depend on compiler option features, etc. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.215 -r1.216 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 100467AA39558B23117 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/06/21 16:12:55 UTC Modified files: src : mksh.hts Log message: more portability work To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.4 -r1.5 www/src/mksh.hts ________________________________________________________________________ Commit ID: 100467AA3D4781E719F CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/06/21 16:13:50 UTC Modified files: . : Makefile Log message: I'm lazy To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.3 -r1.4 www/Makefile ________________________________________________________________________ Commit ID: 100467AA3F400121F04 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/06/21 16:14:22 UTC Modified files: . : Makefile Log message: ugh... To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.4 -r1.5 www/Makefile ________________________________________________________________________ Commit ID: 100467AAD7378B630A4 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/06/21 16:55:09 UTC Modified files: x11/gnome/libgnome: Makefile distinfo x11/gnome/libgnome/pkg: PLIST graphics/libart: Makefile distinfo Removed files: x11/gnome/libgnome/patches: patch-po_Makefile_in_in Log message: Next round of updates, no surprises here To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.5 -r1.6 ports/x11/gnome/libgnome/Makefile cvs -R rdiff -kk -upr1.2 -r1.3 ports/x11/gnome/libgnome/distinfo cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/x11/gnome/libgnome/patches/patch-po_Makefile_in_in cvs -R rdiff -kk -upr1.2 -r1.3 ports/x11/gnome/libgnome/pkg/PLIST cvs -R rdiff -kk -upr1.5 -r1.6 ports/graphics/libart/Makefile cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/graphics/libart/distinfo ________________________________________________________________________ Commit ID: 100467AAF02706497D0 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/06/21 17:01:39 UTC Modified files: devel/libglade : Makefile distinfo devel/libglade/pkg: PLIST Log message: Update to 2.6.1-0 To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.10 -r1.11 ports/devel/libglade/Makefile cvs -R rdiff -kk -upr1.2 -r1.3 ports/devel/libglade/distinfo cvs -R rdiff -kk -upr1.3 -r1.4 ports/devel/libglade/pkg/PLIST ________________________________________________________________________ Commit ID: 100467AB64B408A8539 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/06/21 17:33:12 UTC Modified files: x11/gnome/libgnomecanvas: Makefile distinfo x11/gnome/libgnomecanvas/patches: patch-demos_Makefile_in x11/gnome/libbonoboui: Makefile distinfo x11/gnome/libbonoboui/pkg: PLIST Log message: Update libgnomecanvas and libbonoboui, the component that actually made all of this necessary To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.7 -r1.8 ports/x11/gnome/libgnomecanvas/Makefile cvs -R rdiff -kk -upr1.2 -r1.3 ports/x11/gnome/libgnomecanvas/distinfo cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/x11/gnome/libgnomecanvas/patches/patch-demos_Makefile_in cvs -R rdiff -kk -upr1.4 -r1.5 ports/x11/gnome/libbonoboui/Makefile cvs -R rdiff -kk -upr1.2 -r1.3 ports/x11/gnome/libbonoboui/distinfo cvs -R rdiff -kk -upr1.2 -r1.3 ports/x11/gnome/libbonoboui/pkg/PLIST ________________________________________________________________________ Commit ID: 100467AB8B600EC1607 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/06/21 17:43:09 UTC Modified files: textproc/p5-XML-Simple: Makefile distinfo textproc/p5-XML-Simple/pkg: PLIST Log message: Update to 2.16 To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.3 -r1.4 ports/textproc/p5-XML-Simple/Makefile cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/textproc/p5-XML-Simple/distinfo cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/textproc/p5-XML-Simple/pkg/PLIST ________________________________________________________________________ Commit ID: 100467AB96038D52F92 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/06/21 17:45:49 UTC ports/graphics/icon-naming-utils Update of /cvs/ports/graphics/icon-naming-utils In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv14549/icon-naming-utils Log Message: Directory /cvs/ports/graphics/icon-naming-utils added to the repository ________________________________________________________________________ Commit ID: 100467AB96038D52F92 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/06/21 17:45:50 UTC ports/graphics/icon-naming-utils/pkg Update of /cvs/ports/graphics/icon-naming-utils/pkg In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv14549/icon-naming-utils/pkg Log Message: Directory /cvs/ports/graphics/icon-naming-utils/pkg added to the repository ________________________________________________________________________ Commit ID: 100467AB98150C9E075 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/06/21 17:47:11 UTC Added files: graphics/icon-naming-utils: Makefile distinfo graphics/icon-naming-utils/pkg: DESCR PLIST Log message: Add a port for icon-naming-utils from the Tango project (yes, one of those freedesktop.org things). From DESCR: icon-naming-utils is a script for maintaining backwards compatibility with current desktop icon themes, while migrating to the names specified in the Icon Naming Specification. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr0 -r1.1 ports/graphics/icon-naming-utils/Makefile cvs -R rdiff -kk -upr0 -r1.1 ports/graphics/icon-naming-utils/distinfo cvs -R rdiff -kk -upr0 -r1.1 ports/graphics/icon-naming-utils/pkg/DESCR cvs -R rdiff -kk -upr0 -r1.1 ports/graphics/icon-naming-utils/pkg/PLIST ________________________________________________________________________ Commit ID: 100467ABC61126F024A CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/06/21 17:58:36 UTC ports/graphics/icon-naming-utils/patches Update of /cvs/ports/graphics/icon-naming-utils/patches In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv4719/patches Log Message: Directory /cvs/ports/graphics/icon-naming-utils/patches added to the repository ________________________________________________________________________ Commit ID: 100467ABC7A1D25C35F CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/06/21 17:59:18 UTC Modified files: graphics/icon-naming-utils: Makefile graphics/icon-naming-utils/pkg: PLIST Added files: graphics/icon-naming-utils/patches: patch-Makefile_in Log message: Use the right path for pkgconfig, bump patchlevel (oops) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1 -r1.2 ports/graphics/icon-naming-utils/Makefile cvs -R rdiff -kk -upr0 -r1.1 ports/graphics/icon-naming-utils/patches/patch-Makefile_in cvs -R rdiff -kk -upr1.1 -r1.2 ports/graphics/icon-naming-utils/pkg/PLIST ________________________________________________________________________ Commit ID: 100467C2A0D72BEE2AC CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/22 19:59:00 UTC Modified files: distrib/common : dot.profile listend.i386 Log message: (untested) only access the floppy if we're on a floppy To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.16 -r1.17 src/distrib/common/dot.profile cvs -R rdiff -kk -upr1.13 -r1.14 src/distrib/common/listend.i386 ________________________________________________________________________ Commit ID: 100467C2AF24E524708 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/22 20:02:56 UTC Modified files: distrib/common : install.sh Log message: after makedev and installboot, store a little more entropy in the initial file To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.9 -r1.10 src/distrib/common/install.sh ________________________________________________________________________ Commit ID: 100467C2BF054EDA492 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/22 20:06:58 UTC Modified files: distrib/common : install.sub upgrade.sh Log message: also do the entropy seed dance on upgrades proper To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.17 -r1.18 src/distrib/common/install.sub cvs -R rdiff -kk -upr1.4 -r1.5 src/distrib/common/upgrade.sh ________________________________________________________________________ Commit ID: 100467C2D02668A08AC CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/22 20:11:36 UTC Modified files: etc : monthly Log message: last one of the fallouts from my test installation: only move if existant To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.11 -r1.12 src/etc/monthly ________________________________________________________________________ Commit ID: 100467C2F3B261C607C CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/06/22 20:20:53 UTC ports/x11/gnome/icon-theme/patches Update of /cvs/ports/x11/gnome/icon-theme/patches In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv9756/patches Log Message: Directory /cvs/ports/x11/gnome/icon-theme/patches added to the repository ________________________________________________________________________ Commit ID: 100467C2F845F7EAA19 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/06/22 20:23:03 UTC Modified files: x11/gnome/icon-theme: Makefile distinfo x11/gnome/icon-theme/pkg: PLIST Added files: x11/gnome/icon-theme/patches: patch-configure_in Log message: Update gnome-icon-theme to 2.18 version. Now needs the icon-naming-utils. PLIST has 5830 lines, wow. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.3 -r1.4 ports/x11/gnome/icon-theme/Makefile cvs -R rdiff -kk -upr1.2 -r1.3 ports/x11/gnome/icon-theme/distinfo cvs -R rdiff -kk -upr0 -r1.1 ports/x11/gnome/icon-theme/patches/patch-configure_in cvs -R rdiff -kk -upr1.2 -r1.3 ports/x11/gnome/icon-theme/pkg/PLIST ________________________________________________________________________ Commit ID: 100467C32F947D6FB80 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/22 20:37:18 UTC Modified files: distrib/baselive/i386: rc.netselect distrib/baselive/sparc: rc.netselect Log message: ugh, that error message was a good one… didn't know at first… but ‘i’ is obviously an integer… so don't assign ^A to it… To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.8 -r1.9 src/distrib/baselive/i386/rc.netselect cvs -R rdiff -kk -upr1.4 -r1.5 src/distrib/baselive/sparc/rc.netselect ________________________________________________________________________ Commit ID: 100467C33CC7E8C7E72 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/06/22 20:40:44 UTC Modified files: devel/startup-notification: Makefile distinfo Log message: Update startup-notification to 0.9-0. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.3 -r1.4 ports/devel/startup-notification/Makefile cvs -R rdiff -kk -upr1.2 -r1.3 ports/devel/startup-notification/distinfo ________________________________________________________________________ Commit ID: 100467C344A5EE3AB88 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/06/22 20:42:39 UTC Modified files: x11/gnome/keyring: Makefile distinfo x11/gnome/keyring/pkg: PLIST Log message: Update gnome-keyring to 2.18.1 To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.5 -r1.6 ports/x11/gnome/keyring/Makefile cvs -R rdiff -kk -upr1.2 -r1.3 ports/x11/gnome/keyring/distinfo cvs -R rdiff -kk -upr1.2 -r1.3 ports/x11/gnome/keyring/pkg/PLIST ________________________________________________________________________ Commit ID: 100467C36230984B695 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/06/22 20:51:05 UTC Modified files: x11/gnome/libgnomeui: Makefile distinfo x11/gnome/libgnomeui/pkg: PLIST Removed files: x11/gnome/libgnomeui/patches: patch-libgnomeui_Makefile_in patch-test-gnome_Makefile_in Log message: Update libgnomeui to 2.18.1. The old Makefile.in patches were never even used because autogen.sh was called, overwriting them. *sigh* To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.5 -r1.6 ports/x11/gnome/libgnomeui/Makefile cvs -R rdiff -kk -upr1.2 -r1.3 ports/x11/gnome/libgnomeui/distinfo cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/x11/gnome/libgnomeui/patches/patch-libgnomeui_Makefile_in cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/x11/gnome/libgnomeui/patches/patch-test-gnome_Makefile_in cvs -R rdiff -kk -upr1.2 -r1.3 ports/x11/gnome/libgnomeui/pkg/PLIST ________________________________________________________________________ Commit ID: 100467C378962439E47 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/06/22 20:56:41 UTC Modified files: x11/gtk-engines: Makefile distinfo x11/gtk-engines/pkg: PLIST Log message: Update gtk-engines to 2.10.2, should have been done along with the last Gtk update. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.7 -r1.8 ports/x11/gtk-engines/Makefile cvs -R rdiff -kk -upr1.2 -r1.3 ports/x11/gtk-engines/distinfo cvs -R rdiff -kk -upr1.2 -r1.3 ports/x11/gtk-engines/pkg/PLIST ________________________________________________________________________ Commit ID: 100467C3E1A68DE42A0 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/06/22 21:24:36 UTC Modified files: devel/libwnck : Makefile distinfo devel/libwnck/pkg: PLIST Removed files: devel/libwnck/pkg: PFRAG.shared Log message: Update to 2.18.2, libtoolise plist To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.5 -r1.6 ports/devel/libwnck/Makefile cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/devel/libwnck/distinfo cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/devel/libwnck/pkg/PFRAG.shared cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/devel/libwnck/pkg/PLIST ________________________________________________________________________ Commit ID: 100467C4536307D2860 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/06/22 21:54:41 UTC ports/x11/gnome/doc-utils Update of /cvs/ports/x11/gnome/doc-utils In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv12413/doc-utils Log Message: Directory /cvs/ports/x11/gnome/doc-utils added to the repository ________________________________________________________________________ Commit ID: 100467C4536307D2860 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/06/22 21:54:42 UTC ports/x11/gnome/doc-utils/pkg Update of /cvs/ports/x11/gnome/doc-utils/pkg In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv12413/doc-utils/pkg Log Message: Directory /cvs/ports/x11/gnome/doc-utils/pkg added to the repository ________________________________________________________________________ Commit ID: 100467C456053BB775D CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/06/22 21:55:43 UTC Added files: x11/gnome/doc-utils: Makefile distinfo x11/gnome/doc-utils/pkg: DESCR PLIST Log message: Add a port for gnome-doc-utils. From DESCR: gnome-doc-utils is a collection of documentation utilities for the Gnome project. Notably, it contains utilities for building documentation and all auxiliary files in your source tree, and it contains the DocBook XSLT stylesheets that were once distributed with Yelp. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr0 -r1.1 ports/x11/gnome/doc-utils/Makefile cvs -R rdiff -kk -upr0 -r1.1 ports/x11/gnome/doc-utils/distinfo cvs -R rdiff -kk -upr0 -r1.1 ports/x11/gnome/doc-utils/pkg/DESCR cvs -R rdiff -kk -upr0 -r1.1 ports/x11/gnome/doc-utils/pkg/PLIST ________________________________________________________________________ Commit ID: 100467C4D487CE80FA6 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/06/22 22:29:42 UTC Modified files: textproc/libxml: Makefile textproc/libxml/pkg: PLIST Added files: textproc/libxml: bulklist textproc/libxml/pkg: PFRAG.python Log message: Add a python flavour that builds and installs the python bindings--- required for gnome-doc-utils. Bump patchlevel. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.12 -r1.13 ports/textproc/libxml/Makefile cvs -R rdiff -kk -upr0 -r1.1 ports/textproc/libxml/bulklist cvs -R rdiff -kk -upr0 -r1.1 ports/textproc/libxml/pkg/PFRAG.python cvs -R rdiff -kk -upr1.5 -r1.6 ports/textproc/libxml/pkg/PLIST ________________________________________________________________________ Commit ID: 100467C4E8C03ACADA6 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/06/22 22:34:59 UTC Modified files: x11/gnome/doc-utils: Makefile Log message: Explicitly add the python flavour of libxml2 as a dependency because it is in fact required. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1 -r1.2 ports/x11/gnome/doc-utils/Makefile ________________________________________________________________________ Commit ID: 100467C55EA2615EDE1 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/06/22 23:06:33 UTC Modified files: x11/gnome/desktop: Makefile distinfo x11/gnome/desktop/pkg: PLIST Removed files: x11/gnome/desktop/patches: patch-libgnome-desktop_gnome-desktop-item_c x11/gnome/desktop/pkg: PFRAG.shared Log message: Update gnome-desktop to 2.18.2. Last commit for tonight. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.4 -r1.5 ports/x11/gnome/desktop/Makefile cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/x11/gnome/desktop/distinfo cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/x11/gnome/desktop/patches/patch-libgnome-desktop_gnome-desktop-item_c cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/x11/gnome/desktop/pkg/PFRAG.shared cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/x11/gnome/desktop/pkg/PLIST ________________________________________________________________________ Commit ID: 100467C598801A1DF95 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/06/22 23:21:24 UTC Modified files: src : mksh.hts Log message: brag a little To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.5 -r1.6 www/src/mksh.hts ________________________________________________________________________ Commit ID: 100467C5C9519B9C52A CVSROOT: /cvs Module name: (multiple) Changes by: tg@herc.mirbsd.org 2007/06/22 23:34:42 UTC Modified files: data : news.inc src : mksh.hts bin/mksh : check.t lex.c mksh.1 sh.h syn.c Log message: implement bash-style array initialisation, as requested by many still experimental To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.7 -r1.8 www/data/news.inc cvs -R rdiff -kk -upr1.6 -r1.7 www/src/mksh.hts cvs -R rdiff -kk -upr1.115 -r1.116 src/bin/mksh/check.t cvs -R rdiff -kk -upr1.35 -r1.36 src/bin/mksh/lex.c cvs -R rdiff -kk -upr1.87 -r1.88 src/bin/mksh/mksh.1 cvs -R rdiff -kk -upr1.149 -r1.150 src/bin/mksh/sh.h cvs -R rdiff -kk -upr1.14 -r1.15 src/bin/mksh/syn.c ________________________________________________________________________ Commit ID: 100467C5D4340B78338 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/06/22 23:37:30 UTC Modified files: . : Makefile data : news.inc Log message: • news.inc: I'll always forget that… • Makefile: rsync is faster, much faster… To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.5 -r1.6 www/Makefile cvs -R rdiff -kk -upr1.8 -r1.9 www/data/news.inc ________________________________________________________________________ Commit ID: 100467C5E213BCB9073 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/06/22 23:41:04 UTC Modified files: mk : inc2htm Log message: preserve these tabs To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1 -r1.2 www/mk/inc2htm ________________________________________________________________________ Commit ID: 100467C5F1573DC007B CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/06/22 23:45:07 UTC Modified files: data : news.inc Log message: ah yes, portability. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.9 -r1.10 www/data/news.inc ________________________________________________________________________ Commit ID: 100467C63BD578038F5 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/23 00:05:04 UTC Modified files: bin/mksh : lex.c Log message: optimise – we already did that one range check before To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.36 -r1.37 src/bin/mksh/lex.c ________________________________________________________________________ Commit ID: 100467D6F5A57860A31 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/23 19:07:16 UTC Modified files: bin/mksh : mksh.1 Log message: now that we're definitively at 40 pages for the PDF manual, revert some of the changes in r1.81, and improve wording further To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.88 -r1.89 src/bin/mksh/mksh.1 ________________________________________________________________________ Commit ID: 100467D6FFB3CC6273F CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/06/23 19:09:32 UTC Modified files: data : news.inc Log message: mention versions, requested by gecko2@ To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.10 -r1.11 www/data/news.inc ________________________________________________________________________ Commit ID: 100467D87D912D74738 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/23 20:51:22 UTC Modified files: bin/mksh : Build.sh Log message: kludge for intel's c(rap) compiler To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.216 -r1.217 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 100467DA0DE45646BC7 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/06/23 22:38:02 UTC Modified files: src : mksh.hts Log message: more wishlist To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.7 -r1.8 www/src/mksh.hts ________________________________________________________________________ Commit ID: 100467DA13D62C8C046 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/06/23 22:39:45 UTC Modified files: src : mksh.hts Log message: • mention MKSH_NOVI • test mksh-current on a lot of OEs To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.8 -r1.9 www/src/mksh.hts ________________________________________________________________________ Commit ID: 100467DA3531C67FC3A CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/23 22:48:48 UTC Modified files: bin/mksh : check.t Log message: one check seems to fail on ecce!GNU/Linux 1.0 – but that is perl’s fault To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.116 -r1.117 src/bin/mksh/check.t ________________________________________________________________________ Commit ID: 100467E5DC20BC3127B CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/06/24 12:04:08 UTC Modified files: src : mksh.hts Log message: more wishlist, bsiegert@ likes To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.9 -r1.10 www/src/mksh.hts ________________________________________________________________________ Commit ID: 100467EAE30557C59B5 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/06/24 17:47:19 UTC Modified files: devel/libsoup : Makefile distinfo devel/libsoup/pkg: PLIST Removed files: devel/libsoup/pkg: PFRAG.shared Log message: Update to 2.2.7-0, libtoolise plist To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.5 -r1.6 ports/devel/libsoup/Makefile cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/devel/libsoup/distinfo cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/devel/libsoup/pkg/PFRAG.shared cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/devel/libsoup/pkg/PLIST ________________________________________________________________________ Commit ID: 100467ED6167C0F5AAA CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/24 20:37:25 UTC Modified files: usr.bin/file : readelf.c readelf.h Log message: detect GNU/kFreeBSD, GNU/kNetBSD To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.2 -r1.3 src/usr.bin/file/readelf.c cvs -R rdiff -kk -upr1.2 -r1.3 src/usr.bin/file/readelf.h ________________________________________________________________________ Commit ID: 100467EDEDA5D5B3392 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/24 21:15:15 UTC Modified files: usr.bin/file : readelf.c Log message: • process ELF notes for non-executables too • process note header and sections only once To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.3 -r1.4 src/usr.bin/file/readelf.c ________________________________________________________________________ Commit ID: 100467EE23818C6D28B CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/24 21:29:33 UTC Modified files: usr.bin/file : readelf.c readelf.h Log message: distinguish between position independent executables (which MirOS BSD kernel, in contrast to kFreeBSD, supports) and dynamic link libraries for ET_DYN To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.4 -r1.5 src/usr.bin/file/readelf.c cvs -R rdiff -kk -upr1.3 -r1.4 src/usr.bin/file/readelf.h ________________________________________________________________________ Commit ID: 100467F8C2D2BE57754 CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/06/25 09:34:16 UTC contrib/hosted/libnointl Update of /cvs/contrib/hosted/libnointl In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv11237/libnointl Log Message: Directory /cvs/contrib/hosted/libnointl added to the repository ________________________________________________________________________ Commit ID: 100467F9D422522B79A CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/06/25 10:47:19 UTC Added files: hosted/libnointl: Makefile libintl.h nointl.c Log message: beginnings of a GNU gettext compatible libintl To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr0 -r1.1 contrib/hosted/libnointl/Makefile cvs -R rdiff -kk -upr0 -r1.1 contrib/hosted/libnointl/libintl.h cvs -R rdiff -kk -upr0 -r1.1 contrib/hosted/libnointl/nointl.c ________________________________________________________________________ Commit ID: 100467F9E98074CDE1E CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/06/25 10:53:17 UTC Modified files: hosted/libnointl: libintl.h Log message: put a licence tag on the header file before anyone cries (IMHO, headers are interface definitions and as such not copyrightable, but there's some actual code inside, so what the hey…) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1 -r1.2 contrib/hosted/libnointl/libintl.h ________________________________________________________________________ Commit ID: 100467F9ED823AB562E CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/06/25 10:53:59 UTC Modified files: hosted/libnointl: nointl.c Log message: be explicit about where this is from To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1 -r1.2 contrib/hosted/libnointl/nointl.c ________________________________________________________________________ Commit ID: 100467FEE473405D6EB CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/06/25 16:32:54 UTC Modified files: hosted/libnointl: libintl.h nointl.c Added files: hosted/libnointl: meat.c Log message: finish working on libnointl To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.2 -r1.3 contrib/hosted/libnointl/libintl.h cvs -R rdiff -kk -upr0 -r1.1 contrib/hosted/libnointl/meat.c cvs -R rdiff -kk -upr1.2 -r1.3 contrib/hosted/libnointl/nointl.c ________________________________________________________________________ Commit ID: 100467FF2B06224431B CVSROOT: /cvs Module name: CVSROOT Changes by: tg@herc.mirbsd.org 2007/06/25 16:51:41 UTC Modified files: . : modules Log message: +libnointl module To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.22 -r1.23 CVSROOT/modules ________________________________________________________________________ Commit ID: 100467FF3A1480D6D8B CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/06/25 16:55:44 UTC Modified files: hosted/libnointl: Makefile Log message: clarify shlib version numbers To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1 -r1.2 contrib/hosted/libnointl/Makefile ________________________________________________________________________ Commit ID: 1004680356D2DCD6224 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/06/25 21:37:19 UTC Modified files: devel/vte : Makefile distinfo devel/vte/patches: patch-gnome-pty-helper_Makefile_in patch-gnome-pty-helper_gnome-pty-helper_c patch-src_pty_c devel/vte/pkg : PLIST Added files: devel/vte/patches: patch-src_vtefc_c Removed files: devel/vte/patches: patch-configure_in patch-gnome-pty-helper_configure patch-src_Makefile_in patch-src_dumpkeys_c devel/vte/pkg : PFRAG.shared Log message: Update vte to 0.16.6. Now begins the messy part of this update, I think ... Libtoolise plist while here. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.5 -r1.6 ports/devel/vte/Makefile cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/devel/vte/distinfo cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/devel/vte/patches/patch-configure_in cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/devel/vte/patches/patch-gnome-pty-helper_Makefile_in cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/devel/vte/patches/patch-gnome-pty-helper_configure cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/devel/vte/patches/patch-gnome-pty-helper_gnome-pty-helper_c cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/devel/vte/patches/patch-src_Makefile_in cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/devel/vte/patches/patch-src_dumpkeys_c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/devel/vte/patches/patch-src_pty_c cvs -R rdiff -kk -upr0 -r1.1 ports/devel/vte/patches/patch-src_vtefc_c cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/devel/vte/pkg/PFRAG.shared cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/devel/vte/pkg/PLIST ________________________________________________________________________ Commit ID: 100468036755D21803A CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/06/25 21:45:09 UTC Modified files: x11/gnome/evolution-data-server: Makefile distinfo x11/gnome/evolution-data-server/files: autogen.sh x11/gnome/evolution-data-server/patches: patch-calendar_libical_src_libical_icalrecur_c x11/gnome/evolution-data-server/pkg: PLIST Added files: x11/gnome/evolution-data-server/patches: patch-libdb_dist_Makefile_in patch-libedataserver_Makefile_in patch-servers_exchange_lib_e2k-context_c patch-servers_groupwise_e-gw-connection_c Removed files: x11/gnome/evolution-data-server/patches: patch-calendar_backends_groupwise_e-cal-backend-groupwise_c x11/gnome/evolution-data-server/pkg: PFRAG.shared Log message: Update evolution-data-server to 1.10.2-0 and unbreak it. Wow, this was a lot of work. Network timeouts in the Groupwise and Exchange backends are likely to be broken. I filed a bug report (#451003) in GNOME bugzilla. I also did a half-assed attempt to convert the build to BSD make but it still requires gmake. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.4 -r1.5 ports/x11/gnome/evolution-data-server/Makefile cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/x11/gnome/evolution-data-server/distinfo cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/x11/gnome/evolution-data-server/files/autogen.sh cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/x11/gnome/evolution-data-server/patches/patch-calendar_backends_groupwise_e-cal-backend-groupwise_c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/x11/gnome/evolution-data-server/patches/patch-calendar_libical_src_libical_icalrecur_c cvs -R rdiff -kk -upr0 -r1.1 ports/x11/gnome/evolution-data-server/patches/patch-libdb_dist_Makefile_in cvs -R rdiff -kk -upr0 -r1.1 ports/x11/gnome/evolution-data-server/patches/patch-libedataserver_Makefile_in cvs -R rdiff -kk -upr0 -r1.1 ports/x11/gnome/evolution-data-server/patches/patch-servers_exchange_lib_e2k-context_c cvs -R rdiff -kk -upr0 -r1.1 ports/x11/gnome/evolution-data-server/patches/patch-servers_groupwise_e-gw-connection_c cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/x11/gnome/evolution-data-server/pkg/PFRAG.shared cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/x11/gnome/evolution-data-server/pkg/PLIST ________________________________________________________________________ Commit ID: 100468042E148224AC3 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/06/25 22:33:59 UTC Modified files: data : wlog-9.inc Log message: just to make sure to give credit to whom it's due, thanks swishy To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.4 -r1.5 www/data/wlog-9.inc ________________________________________________________________________ Commit ID: 100468048A14DC88A54 CVSROOT: /cvs Module name: CVSROOT Changes by: tg@herc.mirbsd.org 2007/06/25 22:58:31 UTC Modified files: . : cvs-genperm Log message: libnointl is managed by source (base system) committers To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.30 -r1.31 CVSROOT/cvs-genperm ________________________________________________________________________ Commit ID: 10046813BE519AA2452 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/06/26 16:16:23 UTC Removed files: x11/gnome/desktop/patches: patch-configure_in Log message: Oops, forgot to remove this To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/x11/gnome/desktop/patches/patch-configure_in ________________________________________________________________________ Commit ID: 10046813FFC3AACD16B CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/06/26 16:33:43 UTC ports/x11/gnome/menus Update of /cvs/ports/x11/gnome/menus In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv15020/menus Log Message: Directory /cvs/ports/x11/gnome/menus added to the repository ________________________________________________________________________ Commit ID: 10046813FFC3AACD16B CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/06/26 16:33:43 UTC ports/x11/gnome/menus/pkg Update of /cvs/ports/x11/gnome/menus/pkg In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv15020/menus/pkg Log Message: Directory /cvs/ports/x11/gnome/menus/pkg added to the repository ________________________________________________________________________ Commit ID: 1004681403309B63E36 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/06/26 16:35:18 UTC Added files: x11/gnome/menus: Makefile distinfo x11/gnome/menus/pkg: DESCR PLIST Log message: Add a port for gnome-menus-2.18.2. From DESCR: The package contains an implementation of the draft "Desktop Menu Specification" from freedesktop.org. Also contained here are the GNOME menu layout configuration files, .directory files and assorted menu related utility programs. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr0 -r1.1 ports/x11/gnome/menus/Makefile cvs -R rdiff -kk -upr0 -r1.1 ports/x11/gnome/menus/distinfo cvs -R rdiff -kk -upr0 -r1.1 ports/x11/gnome/menus/pkg/DESCR cvs -R rdiff -kk -upr0 -r1.1 ports/x11/gnome/menus/pkg/PLIST ________________________________________________________________________ Commit ID: 100468144CD747ED59E CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/06/26 16:54:50 UTC Modified files: x11/gnome/panel: Makefile distinfo x11/gnome/panel/pkg: PLIST Removed files: x11/gnome/panel/pkg: PFRAG.shared Log message: Update gnome-panel to 2.18.2, libtoolise plist To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.5 -r1.6 ports/x11/gnome/panel/Makefile cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/x11/gnome/panel/distinfo cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/x11/gnome/panel/pkg/PFRAG.shared cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/x11/gnome/panel/pkg/PLIST ________________________________________________________________________ Commit ID: 10046815BCB7327E435 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/26 18:32:42 UTC Modified files: share/mk : bsd.lib.mk Log message: fix GNU ld-elf.so library sonaming, cought by FreeWRT openssl build with mmake To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.65 -r1.66 src/share/mk/bsd.lib.mk ________________________________________________________________________ Commit ID: 10046815BF70898D434 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/26 18:33:06 UTC Modified files: share/mk : sys.mk Log message: bump To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.113 -r1.114 src/share/mk/sys.mk ________________________________________________________________________ Commit ID: 1004681633728643C8B CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/26 19:04:04 UTC Modified files: share/mk : bsd.own.mk Log message: this was used by mirmake To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.49 -r1.50 src/share/mk/bsd.own.mk ________________________________________________________________________ Commit ID: 100468163A43FCC24E6 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/26 19:05:51 UTC Modified files: share/mk : bsd.lib.mk bsd.own.mk Log message: variablise strip To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.66 -r1.67 src/share/mk/bsd.lib.mk cvs -R rdiff -kk -upr1.50 -r1.51 src/share/mk/bsd.own.mk ________________________________________________________________________ Commit ID: 100468172972425BB9A CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/06/26 20:09:53 UTC Modified files: infrastructure/install: distinfo.sh devel/mirmake : Makefile distinfo devel/mirmake/pkg: DESCR Log message: upgrade mirmake, I hope it still works on the mac, it does on fwrt/debian host To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.50 -r1.51 ports/infrastructure/install/distinfo.sh cvs -R rdiff -kk -upr1.24 -r1.25 ports/devel/mirmake/Makefile cvs -R rdiff -kk -upr1.18 -r1.19 ports/devel/mirmake/distinfo cvs -R rdiff -kk -upr1.2 -r1.3 ports/devel/mirmake/pkg/DESCR ________________________________________________________________________ Commit ID: 10046817839140ADCAC CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/06/26 20:34:33 UTC Modified files: x11/gnome/terminal: Makefile distinfo x11/gnome/terminal/patches: patch-src_terminal-screen_c x11/gnome/terminal/pkg: PLIST Log message: Update gnome-terminal to 2.18 version. I am writing this commit message from inside it :). To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.5 -r1.6 ports/x11/gnome/terminal/Makefile cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/x11/gnome/terminal/distinfo cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/x11/gnome/terminal/patches/patch-src_terminal-screen_c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/x11/gnome/terminal/pkg/PLIST ________________________________________________________________________ Commit ID: 1004681833C769527EE CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/06/26 21:23:31 UTC Modified files: devel/libgtop : Makefile distinfo devel/libgtop/patches: patch-lib_open_c patch-libgtop-sysdeps_m4 patch-sysdeps_freebsd_prockernel_c patch-sysdeps_freebsd_procmap_c patch-sysdeps_freebsd_procmem_c patch-sysdeps_freebsd_proctime_c patch-sysdeps_freebsd_sem_limits_c devel/libgtop/pkg: PLIST Added files: devel/libgtop/patches: patch-sysdeps_freebsd_fsusage_c patch-sysdeps_freebsd_sysinfo_c Removed files: devel/libgtop/patches: patch-aclocal_m4 patch-lib_read_c patch-lib_write_c patch-src_daemon_io_c patch-sysdeps_freebsd_cpu_c patch-sysdeps_freebsd_procuid_c devel/libgtop/pkg: PFRAG.shared Log message: Update to 2.14.6, the exact same version as in OpenBSD ports. It was from there that I took the patches, except that they didn't work. So it was still not trivial. This port is a nightmare. It is full of system dependencies. Just one look at the patch filenames should tell you enough. It actually defines _KERNEL in some places to get things like struct msginfo. Its server is sgid kmem. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.5 -r1.6 ports/devel/libgtop/Makefile cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/devel/libgtop/distinfo cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/devel/libgtop/patches/patch-aclocal_m4 cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/devel/libgtop/patches/patch-lib_open_c cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/devel/libgtop/patches/patch-lib_read_c cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/devel/libgtop/patches/patch-lib_write_c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/devel/libgtop/patches/patch-libgtop-sysdeps_m4 cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/devel/libgtop/patches/patch-src_daemon_io_c cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/devel/libgtop/patches/patch-sysdeps_freebsd_cpu_c cvs -R rdiff -kk -upr0 -r1.1 ports/devel/libgtop/patches/patch-sysdeps_freebsd_fsusage_c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/devel/libgtop/patches/patch-sysdeps_freebsd_prockernel_c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/devel/libgtop/patches/patch-sysdeps_freebsd_procmap_c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/devel/libgtop/patches/patch-sysdeps_freebsd_procmem_c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/devel/libgtop/patches/patch-sysdeps_freebsd_proctime_c cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/devel/libgtop/patches/patch-sysdeps_freebsd_procuid_c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/devel/libgtop/patches/patch-sysdeps_freebsd_sem_limits_c cvs -R rdiff -kk -upr0 -r1.1 ports/devel/libgtop/patches/patch-sysdeps_freebsd_sysinfo_c cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/devel/libgtop/pkg/PFRAG.shared cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/devel/libgtop/pkg/PLIST ________________________________________________________________________ Commit ID: 10046818463466E10EB CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/06/26 21:26:03 UTC Modified files: x11/gnome/gail/pkg: PLIST Removed files: x11/gnome/gail/pkg: PFRAG.shared Log message: This is new enough, it seems, so only libtoolise the plist To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/x11/gnome/gail/pkg/PFRAG.shared cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/x11/gnome/gail/pkg/PLIST ________________________________________________________________________ Commit ID: 10046819ECA1B408250 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/26 23:18:58 UTC Modified files: etc : cronrun Log message: make sendmail not bitch because stdout and stderr are closed; redirect them towards /dev/null instead To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.3 -r1.4 src/etc/cronrun ________________________________________________________________________ Commit ID: 10046819F4B580DEB7A CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/26 23:20:59 UTC Modified files: etc : anacron Log message: schedule the jobs to run (somewhat – with a time slice like anacron) in parallel; announce at startup which jobs run when; wait for them and say we're finished once it's done To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1 -r1.2 src/etc/anacron ________________________________________________________________________ Commit ID: 1004681C3252B4DE120 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/27 01:53:21 UTC Modified files: etc : changelist Log message: +anacron To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.12 -r1.13 src/etc/changelist ________________________________________________________________________ Commit ID: 1004681C449178AD95A CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/06/27 01:58:19 UTC Modified files: hosted/libnointl: libintl.h Log message: this should reduce dependencies even further To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.3 -r1.4 contrib/hosted/libnointl/libintl.h ________________________________________________________________________ Commit ID: 100468241093DBB48AE CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/27 10:50:43 UTC Modified files: usr.bin/ssh : Makefile.inc version.h Log message: bake OpenSSH (MirBSD SecureShell) as pies by default, like Debian To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.6 -r1.7 src/usr.bin/ssh/Makefile.inc cvs -R rdiff -kk -upr1.33 -r1.34 src/usr.bin/ssh/version.h ________________________________________________________________________ Commit ID: 100468268873E6EF4ED CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/27 13:40:22 UTC Modified files: usr.bin/ssh : Makefile.inc version.h Log message: • -pie didn't imply -fPIC, so add ${PICFLAG} to cflags • since PIC is enough to do address space randomisation for shared libraries, and PIE didn't add any benefit, but wrecked NULL pointer checks due to mapping from address 0 onwards, revert PIE and only use PIC to make PIE more useful, more kernel patches would be required (which actually sounds like a plan ☻) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.7 -r1.8 src/usr.bin/ssh/Makefile.inc cvs -R rdiff -kk -upr1.34 -r1.35 src/usr.bin/ssh/version.h ________________________________________________________________________ Commit ID: 1004682692D6A25C670 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/27 13:41:48 UTC Modified files: usr.bin/ssh : Makefile.inc Log message: add -DPIC, from bsiegert@, 10x To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.8 -r1.9 src/usr.bin/ssh/Makefile.inc ________________________________________________________________________ Commit ID: 1004682AD576DE15368 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/27 18:33:04 UTC Modified files: sys/dev : rnd.c Log message: if premature use of arc4random(), don't timeout_add an uninitialised value before panic()ing, return a random() value instead To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.27 -r1.28 src/sys/dev/rnd.c ________________________________________________________________________ Commit ID: 1004682EDC82ADECDD6 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/27 23:13:00 UTC Modified files: bin/mksh : check.t eval.c mksh.1 sh.h Log message: this is bash compatibility week, and by suggestion of actual users, namely Dr. Robert “Pfeffer” Arnold (in this case, in FreeWRT), make a half-completed attempt at implementing ${foo:2:3} substring evals (of course, negatives can't work right now and that the numbers are in face expressions is something I only read later too – this is to be revisited later, but it's already late) don't depend on this behaviour yet though if someone wants to add more regression tests, feel free to… To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.117 -r1.118 src/bin/mksh/check.t cvs -R rdiff -kk -upr1.28 -r1.29 src/bin/mksh/eval.c cvs -R rdiff -kk -upr1.89 -r1.90 src/bin/mksh/mksh.1 cvs -R rdiff -kk -upr1.150 -r1.151 src/bin/mksh/sh.h ________________________________________________________________________ Commit ID: 1004682F0A91F55B0F4 CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/06/27 23:19:55 UTC Modified files: hosted/libnointl: nointl.c Log message: fix build, noted by swishy, bad mira To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.3 -r1.4 contrib/hosted/libnointl/nointl.c ________________________________________________________________________ Commit ID: 1004682F3D1395BF659 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/06/27 23:33:16 UTC Modified files: data : wlog-9.inc src : mksh.hts Log message: eat this To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.5 -r1.6 www/data/wlog-9.inc cvs -R rdiff -kk -upr1.10 -r1.11 www/src/mksh.hts ________________________________________________________________________ Commit ID: 1004683DC68662FDA2C CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/28 16:05:44 UTC Modified files: lib/libcitrus_iconv: iconv.la Log message: quote, just in case To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.2 -r1.3 src/lib/libcitrus_iconv/iconv.la ________________________________________________________________________ Commit ID: 1004683DCD20D626F9F CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/28 16:07:29 UTC Modified files: share/mk : bsd.lib.mk sys.mk Log message: clean SHLIB_LINKS too To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.67 -r1.68 src/share/mk/bsd.lib.mk cvs -R rdiff -kk -upr1.114 -r1.115 src/share/mk/sys.mk ________________________________________________________________________ Commit ID: 1004683DD1D704FC0A6 CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/06/28 16:08:47 UTC Modified files: hosted/libnointl: Makefile Added files: hosted/libnointl: nointl.la Log message: • improve hints • add a libtool file To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.2 -r1.3 contrib/hosted/libnointl/Makefile cvs -R rdiff -kk -upr0 -r1.1 contrib/hosted/libnointl/nointl.la ________________________________________________________________________ Commit ID: 100468550074BA8CE30 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/29 18:31:26 UTC Modified files: distrib/common : elfrdsetroot.c Log message: fix call to msync(2), from Rainer Giedat To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.5 -r1.6 src/distrib/common/elfrdsetroot.c ________________________________________________________________________ Commit ID: 1004685505C6B6131F7 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/29 18:32:45 UTC Modified files: sys/arch/i386/i386: trap.c Log message: fix null deref in trap() on i386 from paranoic mickey To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.4 -r1.5 src/sys/arch/i386/i386/trap.c ________________________________________________________________________ Commit ID: 1004685B5E70E7E62D2 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/30 01:45:58 UTC Modified files: etc : profile Log message: fix single-user mode prompt To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.52 -r1.53 src/etc/profile ________________________________________________________________________ Commit ID: 1004685BE13612E6DF4 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/30 02:20:53 UTC Modified files: distrib/common : install.sh Log message: improve the postinstall script, speed it up To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.10 -r1.11 src/distrib/common/install.sh ________________________________________________________________________ Commit ID: 1004685C05E33EA8BAB CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/06/30 02:31:29 UTC Modified files: emulators/qemu : Makefile emulators/qemu/patches: patch-configure Added files: emulators/qemu/patches: patch-hw_serial_c Log message: • unbreak build on -current, again (I just add too much standards compliant stuff that OtherBSD lacks and we lacked before… just like with fam…) • make serial console usable, bump dashver To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.7 -r1.8 ports/emulators/qemu/Makefile cvs -R rdiff -kk -upr1.3 -r1.4 ports/emulators/qemu/patches/patch-configure cvs -R rdiff -kk -upr0 -r1.1 ports/emulators/qemu/patches/patch-hw_serial_c ________________________________________________________________________ Commit ID: 1004685C27E61B1DD03 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/30 02:40:53 UTC Modified files: etc/etc.i386 : ttys distrib/common : install.sub install.i386 Log message: _much_ simplify the console situation: instead of ttyC0 use console for wscons too, users should use ttyC1 and up to login if they want a wsvt* type preselected (like we had before already); removes the need to edit /etc/ttys if switching between serial console and wsdisplay console and makes all the stuff less arch-dependent. part 1 of the master plan. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.4 -r1.5 src/etc/etc.i386/ttys cvs -R rdiff -kk -upr1.18 -r1.19 src/distrib/common/install.sub cvs -R rdiff -kk -upr1.3 -r1.4 src/distrib/common/install.i386 ________________________________________________________________________ Commit ID: 1004685C4315376C585 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/30 02:47:42 UTC Modified files: distrib/baselive: munge_it.sh distrib/common : 00-README etc : rc Log message: next part of the master plan; automatically adjust to the console baud rate even makes the baselive CD – except for the bootloader choice menu – usable To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.22 -r1.23 src/distrib/baselive/munge_it.sh cvs -R rdiff -kk -upr1.8 -r1.9 src/distrib/common/00-README cvs -R rdiff -kk -upr1.70 -r1.71 src/etc/rc ________________________________________________________________________ Commit ID: 1004685C59B15BF765C CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/30 02:53:33 UTC Modified files: etc/etc.i386 : ttys etc/etc.sparc : ttys Log message: even if we're not there yet, default the sparc ttys to be the same as the i386 ttys (wscons users will have to change TERM to “sun” manually for now) and sync i386 ./. sparc descriptions; UTF-8 while here. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.5 -r1.6 src/etc/etc.i386/ttys cvs -R rdiff -kk -upr1.3 -r1.4 src/etc/etc.sparc/ttys ________________________________________________________________________ Commit ID: 1004685C6B96FAD0EDF CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/30 02:57:50 UTC Modified files: distrib/common : install.sh Log message: even faster (potentially): run cronjobs in parallel on first run To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.11 -r1.12 src/distrib/common/install.sh ________________________________________________________________________ Commit ID: 1004685C7C93BF32284 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/30 03:02:23 UTC Modified files: usr.bin/ssh : Tag: openbsd atomicio.c channels.c Log message: • channels.c: Correct test for window updates every three packets; prevents sending window updates for every single packet. ok markus@ • atomicio.c: Include like the man page says rather than . ok djm@ To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.1.6 -r1.1.1.7 src/usr.bin/ssh/atomicio.c cvs -R rdiff -kk -upr1.1.1.11 -r1.1.1.12 src/usr.bin/ssh/channels.c ________________________________________________________________________ Commit ID: 1004685C80B2CA9D3CD CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/30 03:03:17 UTC Modified files: usr.bin/ssh : atomicio.c channels.c version.h Log message: merge’n’bump To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.5 -r1.6 src/usr.bin/ssh/atomicio.c cvs -R rdiff -kk -upr1.6 -r1.7 src/usr.bin/ssh/channels.c cvs -R rdiff -kk -upr1.35 -r1.36 src/usr.bin/ssh/version.h ________________________________________________________________________ Commit ID: 1004685C82627EC801C CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/30 03:03:45 UTC Modified files: sys/sys : param.h share/mk : sys.mk Log message: bump To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.71 -r1.72 src/sys/sys/param.h cvs -R rdiff -kk -upr1.115 -r1.116 src/share/mk/sys.mk ________________________________________________________________________ Commit ID: 1004686B32E09B5A745 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/30 19:48:04 UTC Modified files: bin/mksh : Build.sh Log message: • bugfix – "printf %d '(1)'" is a syntax error too, enhance character class • speed up – I don't worry about embedded control characters in the source, as jupp(1) handles these just fine [http://mirbsd.de/jupp] To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.217 -r1.218 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 1004686B5CC294F8FCB CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/30 19:58:52 UTC Modified files: bin/mksh : Build.sh Log message: make HAVE_CPP_DD a 0/1/undef mirtoconf value like the others XXX maybe generalise the logic from there and ac_testn XXX offer the user to give list of known signal names (and NSIG? or ignore?) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.218 -r1.219 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 1004686B75A00D93404 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/30 20:04:24 UTC Modified files: bin/mksh : Build.sh Log message: nuke $tcbo (unused) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.219 -r1.220 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 1004686C3DB0D06998E CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/30 20:57:56 UTC Modified files: bin/mksh : Build.sh Log message: modularise, optimise, upgrade coding style(9), display nicer To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.220 -r1.221 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 1004686C4BE783962DC CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/30 21:01:42 UTC Modified files: bin/mksh : Build.sh Log message: improve wording and remove a dead check To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.221 -r1.222 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 1004686CC6E0AED61EB CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/30 21:34:23 UTC Modified files: bin/mksh : Build.sh Log message: optimise, fix quoting, modularise even more To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.222 -r1.223 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 1004686D3216C006412 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/06/30 22:02:51 UTC Modified files: bin/mksh : Build.sh Log message: oops (quoting) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.223 -r1.224 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 1004686D7F16AF83E0E CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/06/30 22:23:25 UTC Modified files: src : mksh.hts Log message: more tests; thanks To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.11 -r1.12 www/src/mksh.hts ________________________________________________________________________ Commit ID: 1004686D89752B2413E CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/06/30 22:26:09 UTC Modified files: src : mksh.hts Log message: news To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.12 -r1.13 www/src/mksh.hts ________________________________________________________________________ Commit ID: 1004686DA9C38A082B4 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/06/30 22:34:49 UTC Modified files: src : mksh.hts Log message: document more sysdeps To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.13 -r1.14 www/src/mksh.hts ________________________________________________________________________ Commit ID: 1004687CAA8060A5137 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/01 15:39:22 UTC Modified files: bin/mksh : eval.c Log message: fix struct packing – Microsoft® C warned about 2x2 bytes of padding here To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.29 -r1.30 src/bin/mksh/eval.c ________________________________________________________________________ Commit ID: 1004687CBD7464C81CD CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/01 15:45:59 UTC Modified files: bin/mksh : Build.sh Log message: • fix AIX variant of large files • use DOWARN semantically correct • support the Microsoft® C Compiler • on Interix, disable msc's security checks, as it relies on library functions not provided by Interix' libc (XXX mirtoconf this) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.224 -r1.225 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 1004687CCA74D14DD64 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/07/01 15:47:28 UTC Modified files: src : mksh.hts Log message: sort To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.14 -r1.15 www/src/mksh.hts ________________________________________________________________________ Commit ID: 1004687DA7A5EA1964B CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/01 16:47:06 UTC Modified files: bin/mksh : Build.sh Log message: • enable UWIN as operating environment • cover for differences in UWIN's and Interix' cc(1) wrapper • AT&T tr(1) is defective, just skip + and - chars To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.225 -r1.226 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 1004687DB08710A5AB8 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/01 16:49:19 UTC Modified files: bin/mksh : misc.c sh.h Log message: some from vendors define a “struct option”, so use a different name for ours To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.58 -r1.59 src/bin/mksh/misc.c cvs -R rdiff -kk -upr1.151 -r1.152 src/bin/mksh/sh.h ________________________________________________________________________ Commit ID: 1004687DCE80BF58CF5 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/01 16:57:01 UTC Modified files: bin/mksh : Build.sh Log message: some vendors' cc(1) doesn't support -E from stdin like cpp(1) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.226 -r1.227 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 1004687E0E72B001417 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/01 17:13:53 UTC Modified files: bin/mksh : histrap.c Log message: fix mmap args and retval (cosmetic) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.49 -r1.50 src/bin/mksh/histrap.c ________________________________________________________________________ Commit ID: 1004687E2221F3B1524 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/01 17:19:16 UTC Modified files: bin/mksh : Build.sh Log message: mirtoconf for mmap(2), UWIN doesn't have it To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.227 -r1.228 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 1004687E2B108CADBF1 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/01 17:22:08 UTC Modified files: bin/mksh : Build.sh Log message: • mirtoconf if MS C security checks work (with our C library) • simplify "-Wc," ./. "-X " ./. "-Yc," separation To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.228 -r1.229 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 1004687EBB7240AE743 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/01 18:00:00 UTC Modified files: bin/mksh : check.pl Log message: use binmode to fix on UWIN To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.10 -r1.11 src/bin/mksh/check.pl ________________________________________________________________________ Commit ID: 1004687EBC91CDC9040 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/01 18:00:19 UTC Modified files: bin/mksh : Build.sh Log message: MSC improvements To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.229 -r1.230 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 1004687FAEA6DAA2FEC CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/01 19:04:53 UTC Modified files: bin/mksh : Build.sh check.t main.c Log message: coerce this into running on UWIN - or rather sort of. Ugly. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.230 -r1.231 src/bin/mksh/Build.sh cvs -R rdiff -kk -upr1.118 -r1.119 src/bin/mksh/check.t cvs -R rdiff -kk -upr1.80 -r1.81 src/bin/mksh/main.c ________________________________________________________________________ Commit ID: 1004687FF61575AB9FC CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/01 19:24:12 UTC Modified files: bin/mksh : Build.sh Log message: • ugh, CR-LF line endings • reduce number of temp files used To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.231 -r1.232 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 1004688121824CC695A CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/07/01 20:44:00 UTC Modified files: hosted/libnointl: libintl.h Log message: remove the locale_charset macro, swishy reports it makes trouble To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.4 -r1.5 contrib/hosted/libnointl/libintl.h ________________________________________________________________________ Commit ID: 100468818584C6286F7 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/01 21:10:30 UTC Modified files: bin/mksh : edit.c funcs.c histrap.c main.c syn.c var.c Log message: Borland C++ found these To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.104 -r1.105 src/bin/mksh/edit.c cvs -R rdiff -kk -upr1.57 -r1.58 src/bin/mksh/funcs.c cvs -R rdiff -kk -upr1.50 -r1.51 src/bin/mksh/histrap.c cvs -R rdiff -kk -upr1.81 -r1.82 src/bin/mksh/main.c cvs -R rdiff -kk -upr1.15 -r1.16 src/bin/mksh/syn.c cvs -R rdiff -kk -upr1.39 -r1.40 src/bin/mksh/var.c ________________________________________________________________________ Commit ID: 10046881C10526620B9 CVSROOT: /cvs Module name: (multiple) Changes by: tg@herc.mirbsd.org 2007/07/01 21:27:07 UTC Modified files: bin/mksh : Build.sh check.t sh.h src : mksh.hts Log message: • add support for the Borland C++ Builder (on UWIN) • add support for the Digital Mars compiler (on UWIN) • clean up • describe new build targets and that UWIN sucks • bump vsn To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.232 -r1.233 src/bin/mksh/Build.sh cvs -R rdiff -kk -upr1.119 -r1.120 src/bin/mksh/check.t cvs -R rdiff -kk -upr1.152 -r1.153 src/bin/mksh/sh.h cvs -R rdiff -kk -upr1.15 -r1.16 www/src/mksh.hts ________________________________________________________________________ Commit ID: 100468820CD07282054 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/01 21:47:08 UTC Modified files: distrib/special/mksh: Makefile bin/mksh : Build.sh Makefile sh.h Log message: • fix display problem • add if it exists – revoke(2) on UWIN • add for NULL in test of mmap(2) • regen CPPFLAGS for MirBSD native builds To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.10 -r1.11 src/distrib/special/mksh/Makefile cvs -R rdiff -kk -upr1.233 -r1.234 src/bin/mksh/Build.sh cvs -R rdiff -kk -upr1.43 -r1.44 src/bin/mksh/Makefile cvs -R rdiff -kk -upr1.153 -r1.154 src/bin/mksh/sh.h ________________________________________________________________________ Commit ID: 1004688222708859F43 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/01 21:52:21 UTC Modified files: bin/mksh : Build.sh Log message: fix NOWARN stuff To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.234 -r1.235 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 100468823BC0BC9A791 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/01 21:59:11 UTC Modified files: bin/mksh : Build.sh Log message: fix temp files not being cleaned up correctly To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.235 -r1.236 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 100468824C63A6BA5AA CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/07/01 22:03:29 UTC Modified files: src : mksh.hts Log message: news of the day To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.16 -r1.17 www/src/mksh.hts ________________________________________________________________________ Commit ID: 1004688259849144338 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/07/01 22:07:10 UTC Modified files: . : Makefile Log message: retain timestamps, for less rsync traffic To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.6 -r1.7 www/Makefile ________________________________________________________________________ Commit ID: 100468827DE7134CF74 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/01 22:17:30 UTC Modified files: bin/mksh : misc.c Log message: silence a gcc-4.2 warning and, in doing so, save quite a few operations: • a NUL termination • a strlen() • a pointer comparision • eventually a function call replaced by • a pointer subtraction To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.59 -r1.60 src/bin/mksh/misc.c ________________________________________________________________________ Commit ID: 1004688FB253D839F10 CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/07/02 13:18:21 UTC Modified files: infrastructure/scripts: darwindiskimage Log message: sync coding style, licence plate, cosmetics To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.2 -r1.3 ports/infrastructure/scripts/darwindiskimage ________________________________________________________________________ Commit ID: 10046890EF96DC54F01 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/02 14:43:54 UTC Modified files: share/mk : bsd.lib.mk sys.mk Log message: • On Darwin / Mac OSX, ld fails if -x is used with | /usr/bin/ld: /Volumes/FreeWRT/freewrt/tools_build/w-mirmake-20070626-3/mirmake/build/libmirmake/libmirmake.a(getopt_long.o) malformed object (section (__TEXT,__textcoal_nt) no symbol at start of coalesced section) or something similar. Drop the -x, use -X which seems to work. (Note: on Solaris, -x also seems to make problems. Thanks joerg@dragonfly) • The Darwin ld(1) doesn't support -g either. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.68 -r1.69 src/share/mk/bsd.lib.mk cvs -R rdiff -kk -upr1.116 -r1.117 src/share/mk/sys.mk ________________________________________________________________________ Commit ID: 100468910BB231B8AD7 CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/07/02 14:50:21 UTC Modified files: hosted/fwcf : fts.c Log message: apparently, other OSes have fts(3) too To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.2 -r1.3 contrib/hosted/fwcf/fts.c ________________________________________________________________________ Commit ID: 100468911617B8DB2A2 CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/07/02 14:53:03 UTC Modified files: hosted/fwcf : fts_subs.c Log message: more fts fixes To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.7 -r1.8 contrib/hosted/fwcf/fts_subs.c ________________________________________________________________________ Commit ID: 1004689120169EA4559 CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/07/02 14:55:45 UTC Modified files: hosted/fwcf : fwcf.sh fwcf.txt Log message: bump to fwcf 1.04 To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.32 -r1.33 contrib/hosted/fwcf/fwcf.sh cvs -R rdiff -kk -upr1.36 -r1.37 contrib/hosted/fwcf/fwcf.txt ________________________________________________________________________ Commit ID: 1004689169577A8187D CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/07/02 15:15:16 UTC Adding static tag 'FWCF_1_04' affecting: old rev. new rev. filename -------- -------- -------- NONE 1.1 hosted/fwcf/.cvsignore NONE 1.8 hosted/fwcf/BSDmakefile NONE 1.8 hosted/fwcf/GNUmakefile NONE 1.5 hosted/fwcf/LICENCE NONE 1.10 hosted/fwcf/Makefile.inc NONE 1.10 hosted/fwcf/adler.h NONE 1.5 hosted/fwcf/c_lzo1x1.c NONE 1.5 hosted/fwcf/c_null.c NONE 1.4 hosted/fwcf/c_zlib.c NONE 1.7 hosted/fwcf/compress.c NONE 1.10 hosted/fwcf/compress.h NONE 1.4 hosted/fwcf/cpr_get.c NONE 1.4 hosted/fwcf/cpr_list.c NONE 1.3 hosted/fwcf/cpr_lsth.c NONE 1.7 hosted/fwcf/defs.h NONE 1.2 hosted/fwcf/ft_creat.c NONE 1.5 hosted/fwcf/ft_dump.c NONE 1.7 hosted/fwcf/ft_pack.c NONE 1.4 hosted/fwcf/ft_packm.c NONE 1.3 hosted/fwcf/fts.c NONE 1.2 hosted/fwcf/fts_debg.c NONE 1.1 hosted/fwcf/fts_gnu.h NONE 1.8 hosted/fwcf/fts_subs.c NONE 1.6 hosted/fwcf/fts_subs.h NONE 1.33 hosted/fwcf/fwcf.sh NONE 1.37 hosted/fwcf/fwcf.txt NONE 1.7 hosted/fwcf/header.c NONE 1.2 hosted/fwcf/minilzop.c NONE 1.1 hosted/fwcf/minilzop.h NONE 1.13 hosted/fwcf/pack.h NONE 1.4 hosted/fwcf/sys_bsd.c NONE 1.3 hosted/fwcf/sys_linux.c NONE 1.2 hosted/fwcf/sysdeps.h NONE 1.7 hosted/fwcf/tool.c NONE 1.10 hosted/fwcf/unwraps.c NONE 1.7 hosted/fwcf/wraps.c NONE 1.1 hosted/fwcf/bundled/README.LZO NONE 1.1 hosted/fwcf/bundled/lzoconf.h NONE 1.1 hosted/fwcf/bundled/lzodefs.h NONE 1.1 hosted/fwcf/bundled/minilzo.c NONE 1.1 hosted/fwcf/bundled/minilzo.h NONE 1.1 hosted/fwcf/fwcf.helper/.cvsignore NONE 1.9 hosted/fwcf/fwcf.helper/Makefile NONE 1.5 hosted/fwcf/lib/Makefile NONE 1.2 hosted/fwcf/mkfwcf/.cvsignore NONE 1.14 hosted/fwcf/mkfwcf/Makefile NONE 1.13 hosted/fwcf/mkfwcf/mkfwcf.c NONE 1.2 hosted/fwcf/tool/.cvsignore NONE 1.5 hosted/fwcf/tool/Makefile NONE 1.1 hosted/fwcf/unfwcf/.cvsignore NONE 1.14 hosted/fwcf/unfwcf/Makefile NONE 1.8 hosted/fwcf/unfwcf/unfwcf.c ________________________________________________________________________ Commit ID: 1004689EE79249007E1 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/03 06:36:33 UTC Modified files: usr.sbin/httpd/src/ap: ap_md5c.c usr.sbin/httpd/src/main: http_main.c util.c usr.sbin/httpd/src/modules/proxy: proxy_http.c proxy_util.c usr.sbin/httpd/src/modules/ssl: ssl_engine_vars.c usr.sbin/httpd/src/modules/standard: mod_autoindex.c mod_dir.c mod_log_config.c mod_rewrite.c mod_usertrack.c usr.sbin/httpd/src/support: suexec.c Log message: no need to #define __RCSID in all files To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.5 -r1.6 src/usr.sbin/httpd/src/ap/ap_md5c.c cvs -R rdiff -kk -upr1.7 -r1.8 src/usr.sbin/httpd/src/main/http_main.c cvs -R rdiff -kk -upr1.6 -r1.7 src/usr.sbin/httpd/src/main/util.c cvs -R rdiff -kk -upr1.7 -r1.8 src/usr.sbin/httpd/src/modules/proxy/proxy_http.c cvs -R rdiff -kk -upr1.5 -r1.6 src/usr.sbin/httpd/src/modules/proxy/proxy_util.c cvs -R rdiff -kk -upr1.3 -r1.4 src/usr.sbin/httpd/src/modules/ssl/ssl_engine_vars.c cvs -R rdiff -kk -upr1.5 -r1.6 src/usr.sbin/httpd/src/modules/standard/mod_autoindex.c cvs -R rdiff -kk -upr1.3 -r1.4 src/usr.sbin/httpd/src/modules/standard/mod_dir.c cvs -R rdiff -kk -upr1.5 -r1.6 src/usr.sbin/httpd/src/modules/standard/mod_log_config.c cvs -R rdiff -kk -upr1.7 -r1.8 src/usr.sbin/httpd/src/modules/standard/mod_rewrite.c cvs -R rdiff -kk -upr1.4 -r1.5 src/usr.sbin/httpd/src/modules/standard/mod_usertrack.c cvs -R rdiff -kk -upr1.3 -r1.4 src/usr.sbin/httpd/src/support/suexec.c ________________________________________________________________________ Commit ID: 1004689F683187E9C88 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/03 07:10:46 UTC Modified files: usr.sbin/httpd/conf: httpd.conf Log message: really give bsd ftp(1) HTTP/1.0 responses To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.7 -r1.8 src/usr.sbin/httpd/conf/httpd.conf ________________________________________________________________________ Commit ID: 1004689F8497A6DD2B7 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/03 07:18:18 UTC Modified files: usr.sbin/httpd/src/include: ap_alloc.h Log message: add sentinel attribute to catch errors To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.1.2 -r1.2 src/usr.sbin/httpd/src/include/ap_alloc.h ________________________________________________________________________ Commit ID: 1004689F86D135637E4 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/03 07:19:18 UTC Modified files: usr.sbin/httpd/src/modules/standard: mod_autoindex.c mod_dir.c Log message: Overhaul the directory index and 404 message: - mention dir path - escape dir path correctly (HTML and URI) - pass args, cache - fix directory

whose last char got cut off for a while To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.6 -r1.7 src/usr.sbin/httpd/src/modules/standard/mod_autoindex.c cvs -R rdiff -kk -upr1.4 -r1.5 src/usr.sbin/httpd/src/modules/standard/mod_dir.c ________________________________________________________________________ Commit ID: 1004689FA007CA4A081 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/03 07:25:36 UTC Modified files: usr.sbin/httpd/src/modules/ssl: ssl_engine_config.c Log message: missing sentinel in function call To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.1.1 -r1.2 src/usr.sbin/httpd/src/modules/ssl/ssl_engine_config.c ________________________________________________________________________ Commit ID: 100468AA97B25B9DDA2 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/07/03 19:54:43 UTC Modified files: x11/libxklavier: Makefile distinfo x11/libxklavier/pkg: PLIST Removed files: x11/libxklavier/patches: patch-libxklavier_Makefile_am patch-libxklavier_xklavier_c x11/libxklavier/pkg: PFRAG.shared Log message: Update my "template port" to 3.2-0, libtoolise plist. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.3 -r1.4 ports/x11/libxklavier/Makefile cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/x11/libxklavier/distinfo cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/x11/libxklavier/patches/patch-libxklavier_Makefile_am cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/x11/libxklavier/patches/patch-libxklavier_xklavier_c cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/x11/libxklavier/pkg/PFRAG.shared cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/x11/libxklavier/pkg/PLIST ________________________________________________________________________ Commit ID: 100468AC44D35940A67 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/07/03 21:50:31 UTC Modified files: x11/gnome/applets2: Makefile distinfo x11/gnome/applets2/patches: patch-configure_in x11/gnome/applets2/pkg: PLIST PLIST-battstat Added files: x11/gnome/applets2/patches: patch-battstat_power-management_c patch-battstat_properties_c Removed files: x11/gnome/applets2/patches: patch-battstat_battstat_schemas_in patch-modemlights-modemlights.h patch-wireless_wireless-applet_c Log message: Update---finally!---gnome-applets to 2.18.0-0. Some applets are disabled for some reason, if someone wants them I can try some reviving procedure :). Battstat patches from OpenBSD, although we do have (unlike them) gail and gnome-settings-daemon. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.8 -r1.9 ports/x11/gnome/applets2/Makefile cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/x11/gnome/applets2/distinfo cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/x11/gnome/applets2/patches/patch-battstat_battstat_schemas_in cvs -R rdiff -kk -upr0 -r1.1 ports/x11/gnome/applets2/patches/patch-battstat_power-management_c cvs -R rdiff -kk -upr0 -r1.1 ports/x11/gnome/applets2/patches/patch-battstat_properties_c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/x11/gnome/applets2/patches/patch-configure_in cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/x11/gnome/applets2/patches/patch-modemlights-modemlights.h cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/x11/gnome/applets2/patches/patch-wireless_wireless-applet_c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/x11/gnome/applets2/pkg/PLIST cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/x11/gnome/applets2/pkg/PLIST-battstat ________________________________________________________________________ Commit ID: 100468AF82A49C1B15D CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/04 01:30:41 UTC Modified files: bin/md5 : cksum.1 lib/libc/hash : sfv.3 Log message: more insights on the sfv(3) algorithm (no $Mdocdate on stuff we distribute as subprojects, except the stuff pulled in by mirmake since that's not part of the cvs module) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.15 -r1.16 src/bin/md5/cksum.1 cvs -R rdiff -kk -upr1.3 -r1.4 src/lib/libc/hash/sfv.3 ________________________________________________________________________ Commit ID: 100468B691A639B6CAF CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/04 09:31:54 UTC Modified files: lib/libz : Makefile Log message: fix HOSTCPPFLAGS, from FreeWRT To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.23 -r1.24 src/lib/libz/Makefile ________________________________________________________________________ Commit ID: 100468BB459351E69C7 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/04 14:53:20 UTC Modified files: bin/mksh : Build.sh Log message: fix what happens after we check for -D_FILE_OFFSET_BITS=64 – actually use it. discovered in debian 29.6-2 by hondza via IRC, thanks a lot! To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.236 -r1.237 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 100468BC041538AAC4A CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/07/04 15:43:47 UTC Modified files: code/mirmake : Build.sh Log message: NetBSD® doesn't have arch(1) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.23 -r1.24 contrib/code/mirmake/Build.sh ________________________________________________________________________ Commit ID: 100468C0A9F641AF381 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/07/04 21:01:04 UTC Modified files: src : mksh.hts Log message: synchronise changelog To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.17 -r1.18 www/src/mksh.hts ________________________________________________________________________ Commit ID: 100468C13D925A6EA01 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/04 21:40:34 UTC Modified files: share/doc : README Log message: add a stripped-down version of bsiegert@s dedicated MirOS pgp sign key To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.8 -r1.9 src/share/doc/README ________________________________________________________________________ Commit ID: 100468CB95A5BE50BE7 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/05 09:26:34 UTC Modified files: sys/arch/i386/stand/installboot: installboot.c Log message: sync usage() To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.28 -r1.29 src/sys/arch/i386/stand/installboot/installboot.c ________________________________________________________________________ Commit ID: 100468CC49438EF290C CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/05 10:14:33 UTC Modified files: distrib/common : listend.i386-big Log message: pack {uu,b64}{en,de}code onto the bsd.rd image at least To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.17 -r1.18 src/distrib/common/listend.i386-big ________________________________________________________________________ Commit ID: 100468CC53C7AF7C5E0 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/05 10:17:10 UTC Modified files: distrib/common : listend.i386-big Log message: +rdate To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.18 -r1.19 src/distrib/common/listend.i386-big ________________________________________________________________________ Commit ID: 100468CDABA2D14BAC6 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/05 11:49:08 UTC Modified files: bin/mksh : check.t Log message: remove some uwin kludges, just live with it keep these that are indeed correct though To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.120 -r1.121 src/bin/mksh/check.t ________________________________________________________________________ Commit ID: 100468CDAAD5BCF14BE CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/05 11:49:24 UTC Modified files: bin/mksh : Tag: mksh-R29stable Build.sh check.pl check.t edit.c eval.c exec.c funcs.c histrap.c lex.c main.c misc.c sh.h syn.c var.c Log message: MFC: • some harmless optimisations • remove the -fno-tree-vrp and -fwhole-program --combine stuff • fix a typo • fix check for __attribute__ • remove the multi idstring check, always use ours • fix signal stuff • fix types • pick up arc4random.c • don't execute ELF, ECOFF, a.out, PE, gzip, etc. as shell script • some regression test fixes • fix large file support bump version, this is gonna be R29g, but we've got to test that first To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.182.2.2 -r1.182.2.3 src/bin/mksh/Build.sh cvs -R rdiff -kk -upr1.10 -r1.10.2.1 src/bin/mksh/check.pl cvs -R rdiff -kk -upr1.101.2.3 -r1.101.2.4 src/bin/mksh/check.t cvs -R rdiff -kk -upr1.87.2.3 -r1.87.2.4 src/bin/mksh/edit.c cvs -R rdiff -kk -upr1.25.2.1 -r1.25.2.2 src/bin/mksh/eval.c cvs -R rdiff -kk -upr1.29.2.1 -r1.29.2.2 src/bin/mksh/exec.c cvs -R rdiff -kk -upr1.49.2.1 -r1.49.2.2 src/bin/mksh/funcs.c cvs -R rdiff -kk -upr1.45.2.1 -r1.45.2.2 src/bin/mksh/histrap.c cvs -R rdiff -kk -upr1.29.2.1 -r1.29.2.2 src/bin/mksh/lex.c cvs -R rdiff -kk -upr1.74.2.1 -r1.74.2.2 src/bin/mksh/main.c cvs -R rdiff -kk -upr1.52.2.1 -r1.52.2.2 src/bin/mksh/misc.c cvs -R rdiff -kk -upr1.127.2.3 -r1.127.2.4 src/bin/mksh/sh.h cvs -R rdiff -kk -upr1.12.2.1 -r1.12.2.2 src/bin/mksh/syn.c cvs -R rdiff -kk -upr1.37.2.1 -r1.37.2.2 src/bin/mksh/var.c ________________________________________________________________________ Commit ID: 100468D2B0642CA4F88 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/05 17:31:37 UTC Modified files: etc : ssh_known_hosts Log message: -anoncvs.de.obsd as it changed fpr To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1 -r1.2 src/etc/ssh_known_hosts ________________________________________________________________________ Commit ID: 100468D3C116E8819D8 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/07/05 18:44:49 UTC Modified files: x11/gnome/icon-theme: Makefile x11/gnome/icon-theme/pkg: DESCR PLIST x11/gnome/metacity: Makefile distinfo x11/gnome/metacity/pkg: PLIST Added files: x11/gnome/icon-theme/patches: patch-Makefile_in Removed files: x11/gnome/metacity/pkg: PFRAG.shared Log message: Forgot to commit those apparently To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.4 -r1.5 ports/x11/gnome/icon-theme/Makefile cvs -R rdiff -kk -upr0 -r1.1 ports/x11/gnome/icon-theme/patches/patch-Makefile_in cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/x11/gnome/icon-theme/pkg/DESCR cvs -R rdiff -kk -upr1.3 -r1.4 ports/x11/gnome/icon-theme/pkg/PLIST cvs -R rdiff -kk -upr1.5 -r1.6 ports/x11/gnome/metacity/Makefile cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/x11/gnome/metacity/distinfo cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/x11/gnome/metacity/pkg/PFRAG.shared cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/x11/gnome/metacity/pkg/PLIST ________________________________________________________________________ Commit ID: 100468D47FC6ECE4AE7 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/07/05 19:35:14 UTC Modified files: x11/gnome/libgnomecups: Makefile distinfo x11/gnome/libgnomecups/pkg: PLIST Removed files: x11/gnome/libgnomecups/pkg: PFRAG.shared Log message: Update to 0.2.2-0, libtoolise plist To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.5 -r1.6 ports/x11/gnome/libgnomecups/Makefile cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/x11/gnome/libgnomecups/distinfo cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/x11/gnome/libgnomecups/pkg/PFRAG.shared cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/x11/gnome/libgnomecups/pkg/PLIST ________________________________________________________________________ Commit ID: 100468D5BD01CEE2DC4 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/07/05 20:59:51 UTC Modified files: devel/libgsf : Makefile distinfo devel/libgsf/pkg: PLIST PLIST-gnome Removed files: devel/libgsf/pkg: PFRAG.shared PFRAG.shared-gnome Log message: Update to 1.14.4, no problems To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.7 -r1.8 ports/devel/libgsf/Makefile cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/devel/libgsf/distinfo cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/devel/libgsf/pkg/PFRAG.shared cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/devel/libgsf/pkg/PFRAG.shared-gnome cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/devel/libgsf/pkg/PLIST cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/devel/libgsf/pkg/PLIST-gnome ________________________________________________________________________ Commit ID: 100468D5BF21224FD4C CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/07/05 21:00:53 UTC Modified files: x11/gnome/libgnomeprint: Makefile distinfo x11/gnome/libgnomeprint/pkg: PLIST PLIST-cups x11/gnome/libgnomeprintui: Makefile distinfo x11/gnome/libgnomeprintui/pkg: PLIST Removed files: x11/gnome/libgnomeprint/pkg: PFRAG.shared PFRAG.shared-cups x11/gnome/libgnomeprintui/pkg: PFRAG.shared Log message: Update gnomeprint stuff to 2.18 versions, no problems here too. All plists are now libtoolised. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.10 -r1.11 ports/x11/gnome/libgnomeprint/Makefile cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/x11/gnome/libgnomeprint/distinfo cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/x11/gnome/libgnomeprint/pkg/PFRAG.shared cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/x11/gnome/libgnomeprint/pkg/PFRAG.shared-cups cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/x11/gnome/libgnomeprint/pkg/PLIST cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/x11/gnome/libgnomeprint/pkg/PLIST-cups cvs -R rdiff -kk -upr1.6 -r1.7 ports/x11/gnome/libgnomeprintui/Makefile cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/x11/gnome/libgnomeprintui/distinfo cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/x11/gnome/libgnomeprintui/pkg/PFRAG.shared cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/x11/gnome/libgnomeprintui/pkg/PLIST ________________________________________________________________________ Commit ID: 100468D5D906A31A9E3 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/07/05 21:07:21 UTC Modified files: textproc/libcroco: Makefile distinfo textproc/libcroco/pkg: PLIST Removed files: textproc/libcroco/pkg: PFRAG.shared Log message: Update to 0.6.1, required by librsvg To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.4 -r1.5 ports/textproc/libcroco/Makefile cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/textproc/libcroco/distinfo cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/textproc/libcroco/pkg/PFRAG.shared cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/textproc/libcroco/pkg/PLIST ________________________________________________________________________ Commit ID: 100468D6E281DB5974F CVSROOT: /cvs Module name: (multiple) Changes by: tg@herc.mirbsd.org 2007/07/05 22:18:13 UTC Modified files: devel/pkgconfig: pkgconfig.port.mk distrib/lists/base/dev: mi etc/mtree : 4.4BSD.dist lib/libssl : Makefile lib/libpng : Makefile Log message: move /usr/share/pkgconfig/ -> /usr/libdata/pkgconfig/ by suggestion of bsiegert@ To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.3 -r1.4 ports/devel/pkgconfig/pkgconfig.port.mk cvs -R rdiff -kk -upr1.42 -r1.43 src/distrib/lists/base/dev/mi cvs -R rdiff -kk -upr1.24 -r1.25 src/etc/mtree/4.4BSD.dist cvs -R rdiff -kk -upr1.5 -r1.6 src/lib/libssl/Makefile cvs -R rdiff -kk -upr1.8 -r1.9 src/lib/libpng/Makefile ________________________________________________________________________ Commit ID: 100468D70023FBCAF51 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/05 22:25:49 UTC src/distrib/special/rdate Update of /cvs/src/distrib/special/rdate In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv16316/rdate Log Message: Directory /cvs/src/distrib/special/rdate added to the repository ________________________________________________________________________ Commit ID: 100468D70381A2A729B CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/05 22:26:49 UTC Modified files: distrib/common : listbeg.i386-big Added files: distrib/special/rdate: Makefile Log message: no sense in wtmp logging on the ramdisc To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.8 -r1.9 src/distrib/common/listbeg.i386-big cvs -R rdiff -kk -upr0 -r1.1 src/distrib/special/rdate/Makefile ________________________________________________________________________ Commit ID: 100468D718636DA3635 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/05 22:32:25 UTC Modified files: usr.sbin/rdate : Makefile ntp.c Log message: on MirBSD, use libc functions instead of ntpleaps.c To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.6 -r1.7 src/usr.sbin/rdate/Makefile cvs -R rdiff -kk -upr1.9 -r1.10 src/usr.sbin/rdate/ntp.c ________________________________________________________________________ Commit ID: 100468D756631407A8A CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/05 22:48:52 UTC Modified files: usr.bin/ssh : sshlogin.c sshlogin.h distrib/special/sshd: Makefile Log message: more wtmp/utmp crap To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.4 -r1.5 src/usr.bin/ssh/sshlogin.c cvs -R rdiff -kk -upr1.1.1.3 -r1.2 src/usr.bin/ssh/sshlogin.h cvs -R rdiff -kk -upr1.4 -r1.5 src/distrib/special/sshd/Makefile ________________________________________________________________________ Commit ID: 100468D7A224CDB6D5A CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/05 23:09:48 UTC Modified files: bin/cat : cat.c bin/chmod : chmod.c bin/cp : cp.c bin/date : date.c bin/expr : expr.c bin/mkdir : mkdir.c bin/rm : rm.c bin/rmdir : rmdir.c bin/sleep : sleep.c distrib/special/more: more.c lib/libc/time : zdump.c zic.c lib/libncurses/src/ncurses/tinfo: lib_setup.c sbin/mknod : mknod.c usr.bin/arch : arch.c usr.bin/at : at.c usr.bin/awk : main.c usr.bin/basename: basename.c usr.bin/calendar: calendar.c day.c io.c usr.bin/cmp : cmp.c usr.bin/col : col.c usr.bin/comm : comm.c usr.bin/cut : cut.c usr.bin/dirname: dirname.c usr.bin/env : env.c usr.bin/file : file.c usr.bin/fmt : fmt.c usr.bin/getconf: getconf.c usr.bin/iconv : iconv.c usr.bin/less : charset.c usr.bin/locate/locate: locate.c usr.bin/logname: logname.c usr.bin/nice : nice.c usr.bin/sort : sort.c usr.bin/spell : spellprog.c usr.bin/tee : tee.c usr.bin/touch : touch.c usr.bin/uname : uname.c usr.bin/uudecode: uudecode.c usr.bin/uuencode: uuencode.c usr.bin/vi/common: key.c usr.bin/wc : wc.c usr.bin/which : which.c usr.bin/who : who.c usr.bin/xargs : xargs.c usr.sbin/cron : cron.c crontab.c usr.sbin/isdn/isdnd: main.c usr.sbin/isdn/isdntel: main.c Log message: • #ifdef __MirBSD__ do not use setlocale() and nl_langinfo(), hardcode it #endif • rcs ids should greatly reduce space usage of ramdisc To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.1.2 -r1.2 src/bin/cat/cat.c cvs -R rdiff -kk -upr1.2 -r1.3 src/bin/chmod/chmod.c cvs -R rdiff -kk -upr1.1.1.2 -r1.2 src/bin/cp/cp.c cvs -R rdiff -kk -upr1.5 -r1.6 src/bin/date/date.c cvs -R rdiff -kk -upr1.1.1.1 -r1.2 src/bin/expr/expr.c cvs -R rdiff -kk -upr1.1.1.2 -r1.2 src/bin/mkdir/mkdir.c cvs -R rdiff -kk -upr1.1.1.2 -r1.2 src/bin/rm/rm.c cvs -R rdiff -kk -upr1.1.1.1 -r1.2 src/bin/rmdir/rmdir.c cvs -R rdiff -kk -upr1.1.1.2 -r1.2 src/bin/sleep/sleep.c cvs -R rdiff -kk -upr1.3 -r1.4 src/distrib/special/more/more.c cvs -R rdiff -kk -upr1.6 -r1.7 src/lib/libc/time/zdump.c cvs -R rdiff -kk -upr1.1.1.3 -r1.2 src/lib/libc/time/zic.c cvs -R rdiff -kk -upr1.3 -r1.4 src/lib/libncurses/src/ncurses/tinfo/lib_setup.c cvs -R rdiff -kk -upr1.1.1.1 -r1.2 src/sbin/mknod/mknod.c cvs -R rdiff -kk -upr1.2 -r1.3 src/usr.bin/arch/arch.c cvs -R rdiff -kk -upr1.1.1.2 -r1.2 src/usr.bin/at/at.c cvs -R rdiff -kk -upr1.2 -r1.3 src/usr.bin/awk/main.c cvs -R rdiff -kk -upr1.1.1.2 -r1.2 src/usr.bin/basename/basename.c cvs -R rdiff -kk -upr1.2 -r1.3 src/usr.bin/calendar/calendar.c cvs -R rdiff -kk -upr1.1.1.1 -r1.2 src/usr.bin/calendar/day.c cvs -R rdiff -kk -upr1.5 -r1.6 src/usr.bin/calendar/io.c cvs -R rdiff -kk -upr1.1.1.1 -r1.2 src/usr.bin/cmp/cmp.c cvs -R rdiff -kk -upr1.10 -r1.11 src/usr.bin/col/col.c cvs -R rdiff -kk -upr1.1.1.1 -r1.2 src/usr.bin/comm/comm.c cvs -R rdiff -kk -upr1.1.1.1 -r1.2 src/usr.bin/cut/cut.c cvs -R rdiff -kk -upr1.1.1.2 -r1.2 src/usr.bin/dirname/dirname.c cvs -R rdiff -kk -upr1.1.1.1 -r1.2 src/usr.bin/env/env.c cvs -R rdiff -kk -upr1.3 -r1.4 src/usr.bin/file/file.c cvs -R rdiff -kk -upr1.1.1.2 -r1.2 src/usr.bin/fmt/fmt.c cvs -R rdiff -kk -upr1.1.1.1 -r1.2 src/usr.bin/getconf/getconf.c cvs -R rdiff -kk -upr1.1 -r1.2 src/usr.bin/iconv/iconv.c cvs -R rdiff -kk -upr1.2 -r1.3 src/usr.bin/less/charset.c cvs -R rdiff -kk -upr1.1.1.1 -r1.2 src/usr.bin/locate/locate/locate.c cvs -R rdiff -kk -upr1.1.1.1 -r1.2 src/usr.bin/logname/logname.c cvs -R rdiff -kk -upr1.1.1.1 -r1.2 src/usr.bin/nice/nice.c cvs -R rdiff -kk -upr1.1.1.2 -r1.2 src/usr.bin/sort/sort.c cvs -R rdiff -kk -upr1.1.1.1 -r1.2 src/usr.bin/spell/spellprog.c cvs -R rdiff -kk -upr1.1.1.1 -r1.2 src/usr.bin/tee/tee.c cvs -R rdiff -kk -upr1.1.1.2 -r1.2 src/usr.bin/touch/touch.c cvs -R rdiff -kk -upr1.4 -r1.5 src/usr.bin/uname/uname.c cvs -R rdiff -kk -upr1.2 -r1.3 src/usr.bin/uudecode/uudecode.c cvs -R rdiff -kk -upr1.2 -r1.3 src/usr.bin/uuencode/uuencode.c cvs -R rdiff -kk -upr1.2 -r1.3 src/usr.bin/vi/common/key.c cvs -R rdiff -kk -upr1.1.1.2 -r1.2 src/usr.bin/wc/wc.c cvs -R rdiff -kk -upr1.1.1.2 -r1.2 src/usr.bin/which/which.c cvs -R rdiff -kk -upr1.3 -r1.4 src/usr.bin/who/who.c cvs -R rdiff -kk -upr1.1.1.3 -r1.2 src/usr.bin/xargs/xargs.c cvs -R rdiff -kk -upr1.3 -r1.4 src/usr.sbin/cron/cron.c cvs -R rdiff -kk -upr1.3 -r1.4 src/usr.sbin/cron/crontab.c cvs -R rdiff -kk -upr1.1.3.1 -r1.2 src/usr.sbin/isdn/isdnd/main.c cvs -R rdiff -kk -upr1.1.3.1 -r1.2 src/usr.sbin/isdn/isdntel/main.c ________________________________________________________________________ Commit ID: 100468D7BF15854B006 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/05 23:16:49 UTC Modified files: usr.bin/comm : comm.c bin/expr : expr.c Log message: don't use strcoll(3) on mbsd either To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.2 -r1.3 src/usr.bin/comm/comm.c cvs -R rdiff -kk -upr1.2 -r1.3 src/bin/expr/expr.c ________________________________________________________________________ Commit ID: 100468D7D20346E17FF CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/07/05 23:21:49 UTC Modified files: . : Makefile Log message: be even lazier To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.7 -r1.8 www/Makefile ________________________________________________________________________ Commit ID: 100468D83762B864F41 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/05 23:48:53 UTC Modified files: bin/mksh : lex.c Log message: better position for that (cosmetics) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.37 -r1.38 src/bin/mksh/lex.c ________________________________________________________________________ Commit ID: 100468D9B454CA0A0C3 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/06 01:30:33 UTC Modified files: bin/mksh : check.t Log message: fix the regression test, mksh fails it now To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.121 -r1.122 src/bin/mksh/check.t ________________________________________________________________________ Commit ID: 100468D9CF32FFE8692 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/06 01:37:40 UTC Modified files: bin/mksh : check.t Log message: more bash-like behaviour here, oeps To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.122 -r1.123 src/bin/mksh/check.t ________________________________________________________________________ Commit ID: 100468DA0A207B760AD CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/06 01:53:37 UTC Modified files: bin/mksh : eval.c lex.c sh.h tree.c Log message: make this pass varexpand-substr-1 and ‘c’ of varexpand-substr-2 by actually using the lexer and parser for that To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.30 -r1.31 src/bin/mksh/eval.c cvs -R rdiff -kk -upr1.38 -r1.39 src/bin/mksh/lex.c cvs -R rdiff -kk -upr1.154 -r1.155 src/bin/mksh/sh.h cvs -R rdiff -kk -upr1.10 -r1.11 src/bin/mksh/tree.c ________________________________________________________________________ Commit ID: 100468DA78E140683C0 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/06 02:22:58 UTC Modified files: bin/mksh : check.t eval.c lex.c mksh.1 sh.h Log message: fix the rest of it To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.123 -r1.124 src/bin/mksh/check.t cvs -R rdiff -kk -upr1.31 -r1.32 src/bin/mksh/eval.c cvs -R rdiff -kk -upr1.39 -r1.40 src/bin/mksh/lex.c cvs -R rdiff -kk -upr1.90 -r1.91 src/bin/mksh/mksh.1 cvs -R rdiff -kk -upr1.155 -r1.156 src/bin/mksh/sh.h ________________________________________________________________________ Commit ID: 100468DA7E073802AA3 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/06 02:24:18 UTC Modified files: bin/mksh : lex.c Log message: give the lexer a bigger state stack if !MKSH_SMALL To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.40 -r1.41 src/bin/mksh/lex.c ________________________________________________________________________ Commit ID: 100468DA81B2399BCB0 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/07/06 02:25:10 UTC Modified files: src : mksh.hts Log message: brag To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.18 -r1.19 www/src/mksh.hts ________________________________________________________________________ Commit ID: 100468DAB655B485375 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/06 02:39:37 UTC Modified files: bin/mksh : eval.c lex.c Log message: I'm an idiot and this looks better and is more KISS (I suppose) too bad I don't just wrap it in braces To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.32 -r1.33 src/bin/mksh/eval.c cvs -R rdiff -kk -upr1.41 -r1.42 src/bin/mksh/lex.c ________________________________________________________________________ Commit ID: 100468E2870367618A4 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/06 11:33:41 UTC Modified files: usr.sbin/isdn : Makefile usr.sbin/isdn/dtmfdecode: Makefile dtmfdecode.1 usr.sbin/isdn/isdnmonitor: Makefile usr.sbin/isdn/isdntel: isdntel.8 usr.sbin/isdn/isdntelctl: isdntelctl.8 usr.sbin/isdn/isdntrace: isdntrace.8 trace.c Log message: • build all the other ISDN tools (dtmfdecode tested) • fix groffisms in man pages • trace.c: fix ugly sizeof(char *) abuse, tz tz tz wanna do an Asterisk MirPort, anyone? To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.2 -r1.3 src/usr.sbin/isdn/Makefile cvs -R rdiff -kk -upr1.1.3.1 -r1.2 src/usr.sbin/isdn/dtmfdecode/Makefile cvs -R rdiff -kk -upr1.1.3.1 -r1.2 src/usr.sbin/isdn/dtmfdecode/dtmfdecode.1 cvs -R rdiff -kk -upr1.1.3.1 -r1.2 src/usr.sbin/isdn/isdnmonitor/Makefile cvs -R rdiff -kk -upr1.1.3.1 -r1.2 src/usr.sbin/isdn/isdntel/isdntel.8 cvs -R rdiff -kk -upr1.1.3.1 -r1.2 src/usr.sbin/isdn/isdntelctl/isdntelctl.8 cvs -R rdiff -kk -upr1.1.3.1 -r1.2 src/usr.sbin/isdn/isdntrace/isdntrace.8 cvs -R rdiff -kk -upr1.1.3.1 -r1.2 src/usr.sbin/isdn/isdntrace/trace.c ________________________________________________________________________ Commit ID: 100468E2D796F17D9A2 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/06 11:54:35 UTC Modified files: bin/mksh : check.t Log message: these can't be nested and are expected to fail, although our error message is different from bash's that's okay To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.124 -r1.125 src/bin/mksh/check.t ________________________________________________________________________ Commit ID: 100468EDD593E785FCE CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/07/07 00:25:16 UTC Modified files: data : news.inc Log message: news of the day, to keep the impression of active development alive To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.11 -r1.12 www/data/news.inc ________________________________________________________________________ Commit ID: 100468FD5E40040BAA3 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/07 18:05:05 UTC Modified files: bin/md5 : cksum.1 cksum.c Log message: implement -bs To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.16 -r1.17 src/bin/md5/cksum.1 cvs -R rdiff -kk -upr1.3 -r1.4 src/bin/md5/cksum.c ________________________________________________________________________ Commit ID: 100468FEA3A37488913 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/07 19:31:48 UTC src/libexec/cprng Update of /cvs/src/libexec/cprng In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv14152/cprng Log Message: Directory /cvs/src/libexec/cprng added to the repository ________________________________________________________________________ Commit ID: 100468FF6665289063C CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/07 20:32:07 UTC Modified files: libexec : Makefile etc : rc rc.conf distrib/common : dot.profile list Added files: libexec/cprng : Makefile cprng.c Log message: add cprng, a RNG feeding entropy generated from the oscillation differences between the CPU clock and the mainboard/bus clock into /dev/urandom (by de- fault and if run by root), or writing them to stdout (under quite high load for the CPU), after whitening. The entropy is quite good (if you get enough to feed ports/math/ent), only the χ² lets me worry. Tested on my systems: • nwt (80486DX-33): 7.3 bit per byte, but as bad as rand() • demo (SPARCstaion 20): 7.4 bit per byte, not much better • herc (Pentium 233 MMX): 7.6 bit per byte, quality sort of okay • odem (Athlon XP 500): 7.8 bit per byte, quality very good • odem (Athlon XP 1200): 7.8 bit per byte, no difference to clocked-down Instead of adding more post-processing or other functions to improve output especially on the slower systems (I know I could manage quite something) it is just fed to the kernel random(9) subsystem; users shall get /dev/arandom if they require entropy of good quality or /dev/urandom if a high entrophic values (actual randomness per bit) is desired (almost only for generating a key for asymmetric cryptography, and even then you want to mix in a few bit from arcfour). This dæmon runs by default on our installer, installed system and the base- live CD; users should disable it on their system after installation if they have enough entropy sources (for example, interactive input). Users of slow non-interactively-used servers should combine cprng with hotbits or similar (see the commented out entries in the default crontab) for quality. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.6 -r1.7 src/libexec/Makefile cvs -R rdiff -kk -upr1.71 -r1.72 src/etc/rc cvs -R rdiff -kk -upr1.13 -r1.14 src/etc/rc.conf cvs -R rdiff -kk -upr0 -r1.1 src/libexec/cprng/Makefile cvs -R rdiff -kk -upr0 -r1.1 src/libexec/cprng/cprng.c cvs -R rdiff -kk -upr1.17 -r1.18 src/distrib/common/dot.profile cvs -R rdiff -kk -upr1.16 -r1.17 src/distrib/common/list ________________________________________________________________________ Commit ID: 100468FFAD3781DB0D1 CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/07/07 20:42:50 UTC Modified files: math/ent : Makefile distinfo math/ent/files : Makefile math/ent/patches: patch-ent_html Added files: math/ent/patches: patch-ent_c Log message: modernise, fix paths in docs, contribute to pool To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.3 -r1.4 ports/math/ent/Makefile cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/math/ent/distinfo cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/math/ent/files/Makefile cvs -R rdiff -kk -upr0 -r1.1 ports/math/ent/patches/patch-ent_c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/math/ent/patches/patch-ent_html ________________________________________________________________________ Commit ID: 10046900D300D91247A CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/07 22:02:42 UTC Modified files: distrib/common : Makefile usr.bin/crunchgen: crunchgen.1 crunchgen.c gnu/usr.bin/anoncvs: Makefile Log message: crunchgen: • make stubbed object files obsolete, use GNU objcopy(1)’s symbol renaming feature instead • rewrite to use BSD make and , finally • shrink the size of the generated makefile by a lot • document that ‘-E’ flag has been obsolete since version 1.x • bump to version 2.0 users of crunchgen: • change clean removal of *.lo to *.lo* to account for more temp files To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.22 -r1.23 src/distrib/common/Makefile cvs -R rdiff -kk -upr1.3 -r1.4 src/usr.bin/crunchgen/crunchgen.1 cvs -R rdiff -kk -upr1.8 -r1.9 src/usr.bin/crunchgen/crunchgen.c cvs -R rdiff -kk -upr1.6 -r1.7 src/gnu/usr.bin/anoncvs/Makefile ________________________________________________________________________ Commit ID: 1004690139E27AD731C CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/07 22:29:36 UTC Modified files: bin/mksh : lex.c Log message: introduce SADELIM_MAKE matching style – ${foo:S/bar/baz/flags} – to complement SADELIM_BASH, as before – ${foo/bar/baz} – but ifdef'd out for now, so probably no coding style. also new is a flags array (not declared yet) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.42 -r1.43 src/bin/mksh/lex.c ________________________________________________________________________ Commit ID: 100469017D6725FB9AB CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/07 22:46:28 UTC Modified files: usr.bin/ssh : ssh.c Log message: improve textual message To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.18 -r1.19 src/usr.bin/ssh/ssh.c ________________________________________________________________________ Commit ID: 1004690199277C8B008 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/07 22:54:32 UTC Modified files: usr.bin/ssh : channels.c version.h Log message: prevent window updates from being sent out every packet, thus slowing down (lagging, quite) local packets by reverting 1.269 + 1.270 from OgreBSD I don't know if they don't test their stuff or something, but… To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.7 -r1.8 src/usr.bin/ssh/channels.c cvs -R rdiff -kk -upr1.36 -r1.37 src/usr.bin/ssh/version.h ________________________________________________________________________ Commit ID: 10046901B5670FC752C CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/07 23:01:52 UTC Modified files: usr.bin/ssh : myproposal.h ssh_config ssh_config.5 sshd_config sshd_config.5 Log message: prefer speedy algorithms (aes-128-cbc/hifn(4), blowfish+arcfour256/software) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.9 -r1.10 src/usr.bin/ssh/myproposal.h cvs -R rdiff -kk -upr1.8 -r1.9 src/usr.bin/ssh/ssh_config cvs -R rdiff -kk -upr1.17 -r1.18 src/usr.bin/ssh/ssh_config.5 cvs -R rdiff -kk -upr1.13 -r1.14 src/usr.bin/ssh/sshd_config cvs -R rdiff -kk -upr1.19 -r1.20 src/usr.bin/ssh/sshd_config.5 ________________________________________________________________________ Commit ID: 1004690232F2839B839 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/07 23:34:57 UTC Modified files: gnu/usr.sbin/sendmail/cf/cf: openbsd-localhost.mc Log message: missing feature from -proto.mc To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.6 -r1.7 src/gnu/usr.sbin/sendmail/cf/cf/openbsd-localhost.mc ________________________________________________________________________ Commit ID: 100469026295707EF3A CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/07 23:47:34 UTC Modified files: etc : rc Log message: correct start of cprng To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.72 -r1.73 src/etc/rc ________________________________________________________________________ Commit ID: 100469043B0797839CC CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/08 01:54:06 UTC Modified files: libexec/cprng : cprng.c Log message: use TIOCNOTTY to disassociate from the controlling terminal (yes it's deprecated but smaller than fork and setsid, which don't provide nice error handling) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1 -r1.2 src/libexec/cprng/cprng.c ________________________________________________________________________ Commit ID: 1004690454979DE27F1 CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/07/08 02:00:45 UTC Modified files: infrastructure/pkgtools/info: show.c Log message: enlarge width of first display column so that AT LEAST pkgtools-date-0 fits (flavours still are longer tho•) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.5 -r1.6 ports/infrastructure/pkgtools/info/show.c ________________________________________________________________________ Commit ID: 1004690A703256C54D5 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/08 08:57:37 UTC Modified files: distrib/special: Makefile Log message: forgot to add subdir. the error message was... interesting To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.16 -r1.17 src/distrib/special/Makefile ________________________________________________________________________ Commit ID: 1004690F7F018F85EB3 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/08 14:42:35 UTC Modified files: distrib/lists/base/base: md.i386 mi distrib/lists/htman/htusd: md.i386 Log message: partial sync To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.9 -r1.10 src/distrib/lists/base/base/md.i386 cvs -R rdiff -kk -upr1.71 -r1.72 src/distrib/lists/base/base/mi cvs -R rdiff -kk -upr1.6 -r1.7 src/distrib/lists/htman/htusd/md.i386 ________________________________________________________________________ Commit ID: 1004690FC0552C0A95C CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/08 15:00:31 UTC Modified files: bin/sync : sync.c distrib/common : list listend.i386-big listend.sparc listend.sparc-mr usr.sbin/rdate : Makefile rdate.c Log message: • always pack sync, rdate on the ramdisc, it even fits the i386 floppy • make rdate a little smaller, convert sync to __IDSTRING() too To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.1.2 -r1.2 src/bin/sync/sync.c cvs -R rdiff -kk -upr1.17 -r1.18 src/distrib/common/list cvs -R rdiff -kk -upr1.19 -r1.20 src/distrib/common/listend.i386-big cvs -R rdiff -kk -upr1.11 -r1.12 src/distrib/common/listend.sparc cvs -R rdiff -kk -upr1.8 -r1.9 src/distrib/common/listend.sparc-mr cvs -R rdiff -kk -upr1.7 -r1.8 src/usr.sbin/rdate/Makefile cvs -R rdiff -kk -upr1.8 -r1.9 src/usr.sbin/rdate/rdate.c ________________________________________________________________________ Commit ID: 10046917BE665F823B6 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/09 00:05:37 UTC Modified files: sys/dev : rndvar.h Log message: fix comment To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.7 -r1.8 src/sys/dev/rndvar.h ________________________________________________________________________ Commit ID: 10046917DB072B0F21C CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/09 00:13:37 UTC Modified files: libexec/cprng : cprng.c Log message: • write only three dwords of entropy to the kernel each run instead of four • distribute the load a little more evenly, increasing “during” sleep times • reduce the “in-between” sleep times' constant factor a little To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.2 -r1.3 src/libexec/cprng/cprng.c ________________________________________________________________________ Commit ID: 1004691806679D5D403 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/09 00:24:56 UTC Modified files: . : Makefile distrib/baselive: Makefile Log message: check for contrib checkout and fix spelling To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.107 -r1.108 src/Makefile cvs -R rdiff -kk -upr1.20 -r1.21 src/distrib/baselive/Makefile ________________________________________________________________________ Commit ID: 1004691E58469BABCD3 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/09 07:37:09 UTC Modified files: libexec/cprng : cprng.c Log message: use /dev/arandom: it's the exactly same as /dev/urandom for writing, and for reading, it goes with the principle that multiple users of it are actually increasing the entropy of the device To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.3 -r1.4 src/libexec/cprng/cprng.c ________________________________________________________________________ Commit ID: 1004691FEDC7A6648D9 CVSROOT: /cvs Module name: (multiple) Changes by: tg@herc.mirbsd.org 2007/07/09 09:24:54 UTC Modified files: infrastructure/templates: userlist.db etc : ftpusers master.passwd gnu/usr.sbin/sendmail/cf/cf: aliases Log message: NetBSD® pkgsrc® insists on having the score files owned by “games” user; please make sure the programmes and read-only data are still owned by root. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.8 -r1.9 ports/infrastructure/templates/userlist.db cvs -R rdiff -kk -upr1.7 -r1.8 src/etc/ftpusers cvs -R rdiff -kk -upr1.11 -r1.12 src/etc/master.passwd cvs -R rdiff -kk -upr1.6 -r1.7 src/gnu/usr.sbin/sendmail/cf/cf/aliases ________________________________________________________________________ Commit ID: 1004692176607460C5B CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/09 11:09:07 UTC Adding static tag 'mksh-R29g' affecting: old rev. new rev. filename -------- -------- -------- NONE 1.182.2.3 bin/mksh/Build.sh NONE 1.4.2.1 bin/mksh/alloc.c NONE 1.10.2.1 bin/mksh/check.pl NONE 1.101.2.4 bin/mksh/check.t NONE 1.20 bin/mksh/copyright NONE 1.17 bin/mksh/dot.mkshrc NONE 1.87.2.4 bin/mksh/edit.c NONE 1.25.2.2 bin/mksh/eval.c NONE 1.29.2.2 bin/mksh/exec.c NONE 1.10 bin/mksh/expr.c NONE 1.49.2.2 bin/mksh/funcs.c NONE 1.45.2.2 bin/mksh/histrap.c NONE 1.21.2.1 bin/mksh/jobs.c NONE 1.29.2.2 bin/mksh/lex.c NONE 1.74.2.2 bin/mksh/main.c NONE 1.52.2.2 bin/mksh/misc.c NONE 1.84 bin/mksh/mksh.1 NONE 1.8 bin/mksh/setmode.c NONE 1.127.2.4 bin/mksh/sh.h NONE 1.13.2.1 bin/mksh/shf.c NONE 1.2 bin/mksh/signames.c NONE 1.2 bin/mksh/strlcpy.c NONE 1.12.2.2 bin/mksh/syn.c NONE 1.9.2.1 bin/mksh/tree.c NONE 1.37.2.2 bin/mksh/var.c ________________________________________________________________________ Commit ID: 100469219E754EB6F30 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/09 11:19:56 UTC Modified files: bin/mksh : Build.sh Log message: hopefully fix large file stuff for real To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.237 -r1.238 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 10046927A137B92FA36 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/09 18:10:22 UTC Modified files: usr.sbin/rtadvd: rtadvd.c Log message: potentially fix a core dump error To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.1.1 -r1.2 src/usr.sbin/rtadvd/rtadvd.c ________________________________________________________________________ Commit ID: 10046927EFA5F897708 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/09 18:34:41 UTC Modified files: usr.sbin : Makefile distrib/lists/base/base: mi distrib/lists/htman/htusd: mi Removed files: usr.sbin/tcpdump: Makefile addrtoname.c addrtoname.h appletalk.h atime.awk bootp.h bpf_dump.c decnet.h dhcp6.h dhcp6opt.h ethertype.h extract.h fddi.h gmt2local.c gmt2local.h gnuc.h igrp.h ike.h interface.h ipx.h l2tp.h llc.h machdep.c machdep.h makemib mib.h nameser.h netbios.h nfs.h nfsfh.h nfsv2.h ntp.h ospf.h ospf6.h packetdat.awk parsenfsfh.c pf_print_state.c pfctl_osfp.c print-802_11.c print-arp.c print-atalk.c print-atm.c print-bgp.c print-bootp.c print-carp.c print-cdp.c print-cnfp.c print-decnet.c print-dhcp6.c print-domain.c print-dvmrp.c print-enc.c print-ether.c print-etherip.c print-fddi.c print-frag6.c print-gre.c print-hsrp.c print-icmp.c print-icmp6.c print-igrp.c print-ike.c print-ip.c print-ip6.c print-ip6opts.c print-ipsec.c print-ipx.c print-isoclns.c print-krb.c print-l2tp.c print-llc.c print-lwres.c print-mobile.c print-netbios.c print-nfs.c print-ntp.c print-null.c print-ospf.c print-ospf6.c print-pflog.c print-pfsync.c print-pim.c print-ppp.c print-radius.c print-raw.c print-rip.c print-ripng.c print-rt6.c print-skip.c print-sl.c print-smb.c print-snmp.c print-stp.c print-sunrpc.c print-tcp.c print-tftp.c print-timed.c print-udp.c print-udpencap.c print-vrrp.c print-wb.c privsep.c privsep.h privsep_fdpass.c privsep_pcap.c radius.h route6d.h savestr.c savestr.h setsignal.c setsignal.h smb.h smbutil.c stime.awk tcpdump.8 tcpdump.c util.c version.c Log message: remove tcpdump, as I don't want to be in violation of the new §202c StGB (German penal code), which I hereby oppose but still have to formally obey. I hope this is the only thing in base we could offend the criminal persecutors with; we'll provide a port for it as a way to shoot yourself into the foot but will not be le- gally able to provide it ourselves. (As far as I'm infor- med, existing installations and historic codebases aren't affected as the law has yet to become effective.) It's an utterly stupid law passed against experts' opinions, but… Anyway, this code was ugly and a security nightmare. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.20 -r1.21 src/usr.sbin/Makefile cvs -R rdiff -kk -upr1.4 -r0 src/usr.sbin/tcpdump/Makefile cvs -R rdiff -kk -upr1.6 -r0 src/usr.sbin/tcpdump/addrtoname.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/addrtoname.h cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/appletalk.h cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/atime.awk cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/bootp.h cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/bpf_dump.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/decnet.h cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/dhcp6.h cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/dhcp6opt.h cvs -R rdiff -kk -upr1.1.1.2 -r0 src/usr.sbin/tcpdump/ethertype.h cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/extract.h cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/fddi.h cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/gmt2local.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/gmt2local.h cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/gnuc.h cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/igrp.h cvs -R rdiff -kk -upr1.3 -r0 src/usr.sbin/tcpdump/ike.h cvs -R rdiff -kk -upr1.3 -r0 src/usr.sbin/tcpdump/interface.h cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/ipx.h cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/l2tp.h cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/llc.h cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/machdep.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/machdep.h cvs -R rdiff -kk -upr1.2 -r0 src/usr.sbin/tcpdump/makemib cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/mib.h cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/nameser.h cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/netbios.h cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/nfs.h cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/nfsfh.h cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/nfsv2.h cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/ntp.h cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/ospf.h cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/ospf6.h cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/packetdat.awk cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/parsenfsfh.c cvs -R rdiff -kk -upr1.4 -r0 src/usr.sbin/tcpdump/pf_print_state.c cvs -R rdiff -kk -upr1.2 -r0 src/usr.sbin/tcpdump/pfctl_osfp.c cvs -R rdiff -kk -upr1.1.1.2 -r0 src/usr.sbin/tcpdump/print-802_11.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/print-arp.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/print-atalk.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/print-atm.c cvs -R rdiff -kk -upr1.3 -r0 src/usr.sbin/tcpdump/print-bgp.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/print-bootp.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/print-carp.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/print-cdp.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/print-cnfp.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/print-decnet.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/print-dhcp6.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/print-domain.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/print-dvmrp.c cvs -R rdiff -kk -upr1.2 -r0 src/usr.sbin/tcpdump/print-enc.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/print-ether.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/print-etherip.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/print-fddi.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/print-frag6.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/print-gre.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/print-hsrp.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/print-icmp.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/print-icmp6.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/print-igrp.c cvs -R rdiff -kk -upr1.1.1.2 -r0 src/usr.sbin/tcpdump/print-ike.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/print-ip.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/print-ip6.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/print-ip6opts.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/print-ipsec.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/print-ipx.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/print-isoclns.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/print-krb.c cvs -R rdiff -kk -upr1.2 -r0 src/usr.sbin/tcpdump/print-l2tp.c cvs -R rdiff -kk -upr1.2 -r0 src/usr.sbin/tcpdump/print-llc.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/print-lwres.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/print-mobile.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/print-netbios.c cvs -R rdiff -kk -upr1.1.1.2 -r0 src/usr.sbin/tcpdump/print-nfs.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/print-ntp.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/print-null.c cvs -R rdiff -kk -upr1.2 -r0 src/usr.sbin/tcpdump/print-ospf.c cvs -R rdiff -kk -upr1.2 -r0 src/usr.sbin/tcpdump/print-ospf6.c cvs -R rdiff -kk -upr1.5 -r0 src/usr.sbin/tcpdump/print-pflog.c cvs -R rdiff -kk -upr1.5 -r0 src/usr.sbin/tcpdump/print-pfsync.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/print-pim.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/print-ppp.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/print-radius.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/print-raw.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/print-rip.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/print-ripng.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/print-rt6.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/print-skip.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/print-sl.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/print-smb.c cvs -R rdiff -kk -upr1.2 -r0 src/usr.sbin/tcpdump/print-snmp.c cvs -R rdiff -kk -upr1.2 -r0 src/usr.sbin/tcpdump/print-stp.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/print-sunrpc.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/print-tcp.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/print-tftp.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/print-timed.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/print-udp.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/print-udpencap.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/print-vrrp.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/print-wb.c cvs -R rdiff -kk -upr1.3 -r0 src/usr.sbin/tcpdump/privsep.c cvs -R rdiff -kk -upr1.3 -r0 src/usr.sbin/tcpdump/privsep.h cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/privsep_fdpass.c cvs -R rdiff -kk -upr1.3 -r0 src/usr.sbin/tcpdump/privsep_pcap.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/radius.h cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/route6d.h cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/savestr.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/savestr.h cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/setsignal.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/setsignal.h cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/smb.h cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/smbutil.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/stime.awk cvs -R rdiff -kk -upr1.5 -r0 src/usr.sbin/tcpdump/tcpdump.8 cvs -R rdiff -kk -upr1.5 -r0 src/usr.sbin/tcpdump/tcpdump.c cvs -R rdiff -kk -upr1.4 -r0 src/usr.sbin/tcpdump/util.c cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.sbin/tcpdump/version.c cvs -R rdiff -kk -upr1.72 -r1.73 src/distrib/lists/base/base/mi cvs -R rdiff -kk -upr1.25 -r1.26 src/distrib/lists/htman/htusd/mi ________________________________________________________________________ Commit ID: 100469280DF00CD3B97 CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/07/09 18:39:07 UTC Modified files: infrastructure/mk: bsd.port.mk Log message: typo To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.182 -r1.183 ports/infrastructure/mk/bsd.port.mk ________________________________________________________________________ Commit ID: 10046928974168D7FB5 CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/07/09 19:15:41 UTC ports/security/tcpdump Update of /cvs/ports/security/tcpdump In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv5773/tcpdump Log Message: Directory /cvs/ports/security/tcpdump added to the repository ________________________________________________________________________ Commit ID: 10046928974168D7FB5 CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/07/09 19:15:42 UTC ports/security/tcpdump/patches Update of /cvs/ports/security/tcpdump/patches In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv5773/tcpdump/patches Log Message: Directory /cvs/ports/security/tcpdump/patches added to the repository ________________________________________________________________________ Commit ID: 10046928974168D7FB5 CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/07/09 19:15:47 UTC ports/security/tcpdump/pkg Update of /cvs/ports/security/tcpdump/pkg In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv5773/tcpdump/pkg Log Message: Directory /cvs/ports/security/tcpdump/pkg added to the repository ________________________________________________________________________ Commit ID: 1004692899A656D8D68 CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/07/09 19:16:34 UTC Added files: security/tcpdump: Makefile distinfo security/tcpdump/patches: patch-Makefile patch-pf_print_state_c patch-pfctl_osfp_c patch-print-l2tp_c patch-print-llc_c patch-print-ospf6_c patch-print-ospf_c patch-print-pflog_c patch-print-pfsync_c patch-print-stp_c patch-privsep_pcap_c patch-tcpdump_c patch-util_c security/tcpdump/pkg: DESCR PLIST Log message: as long as I still can legally _download_ tcpdump, add a port for it… To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr0 -r1.1 ports/security/tcpdump/Makefile cvs -R rdiff -kk -upr0 -r1.1 ports/security/tcpdump/distinfo cvs -R rdiff -kk -upr0 -r1.1 ports/security/tcpdump/patches/patch-Makefile cvs -R rdiff -kk -upr0 -r1.1 ports/security/tcpdump/patches/patch-pf_print_state_c cvs -R rdiff -kk -upr0 -r1.1 ports/security/tcpdump/patches/patch-pfctl_osfp_c cvs -R rdiff -kk -upr0 -r1.1 ports/security/tcpdump/patches/patch-print-l2tp_c cvs -R rdiff -kk -upr0 -r1.1 ports/security/tcpdump/patches/patch-print-llc_c cvs -R rdiff -kk -upr0 -r1.1 ports/security/tcpdump/patches/patch-print-ospf6_c cvs -R rdiff -kk -upr0 -r1.1 ports/security/tcpdump/patches/patch-print-ospf_c cvs -R rdiff -kk -upr0 -r1.1 ports/security/tcpdump/patches/patch-print-pflog_c cvs -R rdiff -kk -upr0 -r1.1 ports/security/tcpdump/patches/patch-print-pfsync_c cvs -R rdiff -kk -upr0 -r1.1 ports/security/tcpdump/patches/patch-print-stp_c cvs -R rdiff -kk -upr0 -r1.1 ports/security/tcpdump/patches/patch-privsep_pcap_c cvs -R rdiff -kk -upr0 -r1.1 ports/security/tcpdump/patches/patch-tcpdump_c cvs -R rdiff -kk -upr0 -r1.1 ports/security/tcpdump/patches/patch-util_c cvs -R rdiff -kk -upr0 -r1.1 ports/security/tcpdump/pkg/DESCR cvs -R rdiff -kk -upr0 -r1.1 ports/security/tcpdump/pkg/PLIST ________________________________________________________________________ Commit ID: 10046928CD8059F0149 CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/07/09 19:30:26 UTC Modified files: infrastructure/install: distinfo.sh shells/mksh : Makefile distinfo Log message: should be mksh R29g, fixes large file stuff and MFCs quite a bit To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.51 -r1.52 ports/infrastructure/install/distinfo.sh cvs -R rdiff -kk -upr1.26 -r1.27 ports/shells/mksh/Makefile cvs -R rdiff -kk -upr1.21 -r1.22 ports/shells/mksh/distinfo ________________________________________________________________________ Commit ID: 10046928DEA7A3BE00D CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/07/09 19:35:06 UTC Modified files: infrastructure/pkgtools/pkg: pkg.pl Log message: Fix typo in dyld (Mac OS) shared library regexp. More meaningful debug output if -v given (as in pkg_add -v). Example of output before: pkg: Handling dependencies for subversion-1.3.1-0 checking neon-* (neon-0.24.7-0) -> neon-0.24.7-1 checking neon.24.0 not found [...] Now: pkg: Handling dependencies for subversion-1.3.1-0 dependency on neon-* (default neon-0.24.7-0) -> neon-0.24.7-1 libspec neon.24.0: found libneon.24.0.7.dylib dependency on libxml-* (default libxml-2.6.14-2) -> libxml-2.6.23-0 libspec xml2.6.14: not found reverting to default -- this is bound to fail dependency on p5-URI-* (default p5-URI-1.35-1) -> p5-URI-1.35-0 pkg: Handling dependencies for libxml-2.6.14-2 To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.3 -r1.4 ports/infrastructure/pkgtools/pkg/pkg.pl ________________________________________________________________________ Commit ID: 10046928FF34F81F7D5 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/07/09 19:43:32 UTC Modified files: src : mksh.hts Log message: mksh R29g, changes in R30beta To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.19 -r1.20 www/src/mksh.hts ________________________________________________________________________ Commit ID: 100469291ED4EC52A64 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/07/09 19:51:53 UTC Modified files: data : news.inc Log message: mksh; tcpdump To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.12 -r1.13 www/data/news.inc ________________________________________________________________________ Commit ID: 100469297785BD39212 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/07/09 20:15:59 UTC Modified files: data : wlog-9.inc Log message: • “warn” people that gecko2 might add a wlog entry later • mention mksh, 202c, cprng, fwrt fuckups To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.6 -r1.7 www/data/wlog-9.inc ________________________________________________________________________ Commit ID: 1004692980C2A5A7788 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/07/09 20:20:15 UTC Modified files: infrastructure/pkgtools/pkg: pkg.pl Log message: Hackish fix for .la dependencies, yet does the Right Thing(TM) in almost all cases. The .la file alone fulfills a .la lib dependency, if it is not there, use any .so or any .dylib file with that name. 22:19 benz> ich committe jetzt, zum ersten mal seit langem, ein funktionierendes pkg(1). 22:19 mirabilos> braaf 22:19 benz> ach was, zum ersten mal überhaupt 22:19 mirabilos> hrhr To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.4 -r1.5 ports/infrastructure/pkgtools/pkg/pkg.pl ________________________________________________________________________ Commit ID: 1004692991F07FB1696 CVSROOT: /cvs Module name: www Changes by: bsiegert@herc.mirbsd.org 2007/07/09 20:22:56 UTC Modified files: data : wlog-9.inc Log message: wlog entry for yesterday, already slightly outdated To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.7 -r1.8 www/data/wlog-9.inc ________________________________________________________________________ Commit ID: 10046929AFA176367BA CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/07/09 20:30:39 UTC Modified files: infrastructure/install: distinfo.sh essentials/pkgtools: Makefile distinfo Log message: new pkgtools cpioball, requested by bsiegert@ To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.52 -r1.53 ports/infrastructure/install/distinfo.sh cvs -R rdiff -kk -upr1.39 -r1.40 ports/essentials/pkgtools/Makefile cvs -R rdiff -kk -upr1.29 -r1.30 ports/essentials/pkgtools/distinfo ________________________________________________________________________ Commit ID: 1004692BC801FA36EAE CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/09 22:53:37 UTC Modified files: libexec/cprng : cprng.c Log message: keeping ourselves small only works on mbsd ☺ To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.4 -r1.5 src/libexec/cprng/cprng.c ________________________________________________________________________ Commit ID: 1004692C6384B578404 CVSROOT: /cvs Module name: gcc Changes by: tg@herc.mirbsd.org 2007/07/09 23:35:38 UTC Modified files: gcc : version.c cpperror.c Log message: fix an out-of bounds malloc'd array access (buffer underrun) gcc relied on to get a zero into the line and column variables, which was cought by bsd malloc – odds are glibc 2.5/2.6 malloc will catch it too… STUPID IDIOTS! To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.44 -r1.45 gcc/gcc/version.c cvs -R rdiff -kk -upr1.1.101.1 -r1.2 gcc/gcc/cpperror.c ________________________________________________________________________ Commit ID: 1004692C9242AD91A59 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/07/09 23:47:33 UTC Modified files: data : wlog-9.inc Log message: SCNR, this was *so* annoying… To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.8 -r1.9 www/data/wlog-9.inc ________________________________________________________________________ Commit ID: 100469392DB1BA5159C CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/10 14:08:46 UTC Log message: I've been waiting for them to fix the security issues in file(1) for MONTHS Status: Vendor Tag: openbsd Release Tags: cvs-200707101400 U src/usr.bin/file/Makefile U src/usr.bin/file/README U src/usr.bin/file/apprentice.c U src/usr.bin/file/ascmagic.c U src/usr.bin/file/compress.c U src/usr.bin/file/config.h U src/usr.bin/file/file.1 C src/usr.bin/file/file.c U src/usr.bin/file/file.h U src/usr.bin/file/fsmagic.c U src/usr.bin/file/funcs.c U src/usr.bin/file/is_tar.c C src/usr.bin/file/magic.5 U src/usr.bin/file/magic.c U src/usr.bin/file/magic.h U src/usr.bin/file/names.h U src/usr.bin/file/patchlevel.h U src/usr.bin/file/print.c U src/usr.bin/file/readelf.c U src/usr.bin/file/readelf.h U src/usr.bin/file/softmagic.c U src/usr.bin/file/tar.h U src/usr.bin/file/magdir/Localstuff U src/usr.bin/file/magdir/386bsd U src/usr.bin/file/magdir/Header U src/usr.bin/file/magdir/OpenBSD U src/usr.bin/file/magdir/acorn U src/usr.bin/file/magdir/adi U src/usr.bin/file/magdir/allegro U src/usr.bin/file/magdir/alliant U src/usr.bin/file/magdir/alpha U src/usr.bin/file/magdir/amanda U src/usr.bin/file/magdir/amigaos U src/usr.bin/file/magdir/animation U src/usr.bin/file/magdir/apl U src/usr.bin/file/magdir/apple U src/usr.bin/file/magdir/applix U src/usr.bin/file/magdir/archive U src/usr.bin/file/magdir/asterix U src/usr.bin/file/magdir/att3b U src/usr.bin/file/magdir/audio U src/usr.bin/file/magdir/bFLT U src/usr.bin/file/magdir/blender U src/usr.bin/file/magdir/blit U src/usr.bin/file/magdir/bout U src/usr.bin/file/magdir/bsdi U src/usr.bin/file/magdir/c-lang U src/usr.bin/file/magdir/c64 U src/usr.bin/file/magdir/cad U src/usr.bin/file/magdir/cddb U src/usr.bin/file/magdir/chi U src/usr.bin/file/magdir/chord U src/usr.bin/file/magdir/cisco U src/usr.bin/file/magdir/citrus U src/usr.bin/file/magdir/clipper U src/usr.bin/file/magdir/commands U src/usr.bin/file/magdir/compress U src/usr.bin/file/magdir/console U src/usr.bin/file/magdir/convex U src/usr.bin/file/magdir/ctags U src/usr.bin/file/magdir/dact U src/usr.bin/file/magdir/database U src/usr.bin/file/magdir/diamond U src/usr.bin/file/magdir/diff U src/usr.bin/file/magdir/digital U src/usr.bin/file/magdir/dolby U src/usr.bin/file/magdir/dump U src/usr.bin/file/magdir/dyadic U src/usr.bin/file/magdir/editors U src/usr.bin/file/magdir/elf U src/usr.bin/file/magdir/encore U src/usr.bin/file/magdir/epoc U src/usr.bin/file/magdir/fcs U src/usr.bin/file/magdir/filesystems U src/usr.bin/file/magdir/flash U src/usr.bin/file/magdir/fonts U src/usr.bin/file/magdir/frame U src/usr.bin/file/magdir/freebsd U src/usr.bin/file/magdir/fsav U src/usr.bin/file/magdir/games U src/usr.bin/file/magdir/gcc U src/usr.bin/file/magdir/gimp U src/usr.bin/file/magdir/gnu U src/usr.bin/file/magdir/grace U src/usr.bin/file/magdir/gringotts U src/usr.bin/file/magdir/hdf U src/usr.bin/file/magdir/hitachi-sh U src/usr.bin/file/magdir/hp U src/usr.bin/file/magdir/human68k U src/usr.bin/file/magdir/ibm370 U src/usr.bin/file/magdir/ibm6000 U src/usr.bin/file/magdir/iff U src/usr.bin/file/magdir/images U src/usr.bin/file/magdir/intel U src/usr.bin/file/magdir/interleaf U src/usr.bin/file/magdir/island U src/usr.bin/file/magdir/ispell U src/usr.bin/file/magdir/java U src/usr.bin/file/magdir/jpeg U src/usr.bin/file/magdir/karma U src/usr.bin/file/magdir/lecter U src/usr.bin/file/magdir/lex U src/usr.bin/file/magdir/lif U src/usr.bin/file/magdir/linux U src/usr.bin/file/magdir/lisp U src/usr.bin/file/magdir/mach U src/usr.bin/file/magdir/macintosh U src/usr.bin/file/magdir/magic U src/usr.bin/file/magdir/mail.news U src/usr.bin/file/magdir/maple U src/usr.bin/file/magdir/mathematica U src/usr.bin/file/magdir/mcrypt U src/usr.bin/file/magdir/mime U src/usr.bin/file/magdir/mirage U src/usr.bin/file/magdir/misctools U src/usr.bin/file/magdir/mkid U src/usr.bin/file/magdir/mlssa U src/usr.bin/file/magdir/mmdf U src/usr.bin/file/magdir/modem U src/usr.bin/file/magdir/modules U src/usr.bin/file/magdir/motorola U src/usr.bin/file/magdir/msdos U src/usr.bin/file/magdir/msvc U src/usr.bin/file/magdir/natinst U src/usr.bin/file/magdir/ncr U src/usr.bin/file/magdir/netscape U src/usr.bin/file/magdir/news U src/usr.bin/file/magdir/nitpicker U src/usr.bin/file/magdir/ocaml U src/usr.bin/file/magdir/octave U src/usr.bin/file/magdir/olf U src/usr.bin/file/magdir/os2 U src/usr.bin/file/magdir/os9 U src/usr.bin/file/magdir/osf1 U src/usr.bin/file/magdir/palmpilot U src/usr.bin/file/magdir/parix U src/usr.bin/file/magdir/pbm U src/usr.bin/file/magdir/pdf U src/usr.bin/file/magdir/pdp U src/usr.bin/file/magdir/pgp U src/usr.bin/file/magdir/pkgadd U src/usr.bin/file/magdir/plan9 U src/usr.bin/file/magdir/plus5 U src/usr.bin/file/magdir/printer U src/usr.bin/file/magdir/project U src/usr.bin/file/magdir/psdbms U src/usr.bin/file/magdir/rpm U src/usr.bin/file/magdir/psion U src/usr.bin/file/magdir/pulsar U src/usr.bin/file/magdir/pyramid U src/usr.bin/file/magdir/python U src/usr.bin/file/magdir/revision U src/usr.bin/file/magdir/rtf U src/usr.bin/file/magdir/sc U src/usr.bin/file/magdir/sccs U src/usr.bin/file/magdir/sendmail U src/usr.bin/file/magdir/sequent U src/usr.bin/file/magdir/sgi U src/usr.bin/file/magdir/sgml U src/usr.bin/file/magdir/sharc U src/usr.bin/file/magdir/sidfiles U src/usr.bin/file/magdir/sinclair U src/usr.bin/file/magdir/sketch U src/usr.bin/file/magdir/smalltalk U src/usr.bin/file/magdir/sniffer U src/usr.bin/file/magdir/softquad U src/usr.bin/file/magdir/spectrum U src/usr.bin/file/magdir/sql U src/usr.bin/file/magdir/sun U src/usr.bin/file/magdir/sysex U src/usr.bin/file/magdir/teapot U src/usr.bin/file/magdir/terminfo U src/usr.bin/file/magdir/tex U src/usr.bin/file/magdir/ti-8x U src/usr.bin/file/magdir/timezone U src/usr.bin/file/magdir/troff U src/usr.bin/file/magdir/tuxedo U src/usr.bin/file/magdir/typeset U src/usr.bin/file/magdir/unknown U src/usr.bin/file/magdir/uuencode U src/usr.bin/file/magdir/varied.out U src/usr.bin/file/magdir/vax U src/usr.bin/file/magdir/visx U src/usr.bin/file/magdir/vms U src/usr.bin/file/magdir/vmware U src/usr.bin/file/magdir/vorbis U src/usr.bin/file/magdir/vxl U src/usr.bin/file/magdir/wordperfect U src/usr.bin/file/magdir/xdelta U src/usr.bin/file/magdir/xenix U src/usr.bin/file/magdir/xwindows U src/usr.bin/file/magdir/zilog U src/usr.bin/file/magdir/zyxel 2 conflicts created by this import. Use the following command to help the merge: cvs checkout -jopenbsd:yesterday -jopenbsd src/usr.bin/file ________________________________________________________________________ Commit ID: 1004693935D52DD337B CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/10 14:10:15 UTC Modified files: usr.bin/file : file.c magic.5 Removed files: usr.bin/file/tst: Makefile Log message: merge To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.4 -r1.5 src/usr.bin/file/file.c cvs -R rdiff -kk -upr1.2 -r1.3 src/usr.bin/file/magic.5 cvs -R rdiff -kk -upr1.1.1.1 -r0 src/usr.bin/file/tst/Makefile ________________________________________________________________________ Commit ID: 100469396332E98CC03 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/10 14:22:37 UTC Modified files: usr.bin/file : Makefile apprentice.c ascmagic.c compress.c file.c file.h funcs.c magic.c print.c readelf.c softmagic.c Log message: make __CRAZY clean – fixes a format string error, even… eat this, OgreBSD ☻☺ To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.3 -r1.4 src/usr.bin/file/Makefile cvs -R rdiff -kk -upr1.1.1.2 -r1.2 src/usr.bin/file/apprentice.c cvs -R rdiff -kk -upr1.1.1.1 -r1.2 src/usr.bin/file/ascmagic.c cvs -R rdiff -kk -upr1.2 -r1.3 src/usr.bin/file/compress.c cvs -R rdiff -kk -upr1.5 -r1.6 src/usr.bin/file/file.c cvs -R rdiff -kk -upr1.1.1.2 -r1.2 src/usr.bin/file/file.h cvs -R rdiff -kk -upr1.1.1.3 -r1.2 src/usr.bin/file/funcs.c cvs -R rdiff -kk -upr1.1.1.2 -r1.2 src/usr.bin/file/magic.c cvs -R rdiff -kk -upr1.1.1.1 -r1.2 src/usr.bin/file/print.c cvs -R rdiff -kk -upr1.5 -r1.6 src/usr.bin/file/readelf.c cvs -R rdiff -kk -upr1.2 -r1.3 src/usr.bin/file/softmagic.c ________________________________________________________________________ Commit ID: 1004693A1FD5D99A397 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/10 15:12:44 UTC Modified files: libexec/cprng : cprng.c Log message: portability: uint8_t is defined in C99 To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.5 -r1.6 src/libexec/cprng/cprng.c ________________________________________________________________________ Commit ID: 1004693DB0069B41764 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/07/10 19:16:50 UTC Modified files: x11/gtk+ : Makefile x11/gtk+/patches: patch-demos_Makefile_in patch-gdk-pixbuf_Makefile_in patch-gdk-pixbuf_gdk-pixbuf-io_c patch-gtk_gtkrc_c patch-modules_input_Makefile_in Log message: Build gdk-pixbuf executables with -pthread, fixes librsvg Gtk+ plugin. Regenerate other patches, too. Bump patchlevel. You need at least this Gtk version for librsvg. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.12 -r1.13 ports/x11/gtk+/Makefile cvs -R rdiff -kk -upr1.2 -r1.3 ports/x11/gtk+/patches/patch-demos_Makefile_in cvs -R rdiff -kk -upr1.2 -r1.3 ports/x11/gtk+/patches/patch-gdk-pixbuf_Makefile_in cvs -R rdiff -kk -upr1.2 -r1.3 ports/x11/gtk+/patches/patch-gdk-pixbuf_gdk-pixbuf-io_c cvs -R rdiff -kk -upr1.2 -r1.3 ports/x11/gtk+/patches/patch-gtk_gtkrc_c cvs -R rdiff -kk -upr1.2 -r1.3 ports/x11/gtk+/patches/patch-modules_input_Makefile_in ________________________________________________________________________ Commit ID: 1004693DB6769CCED74 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/07/10 19:17:37 UTC ports/x11/gnome/librsvg/patches Update of /cvs/ports/x11/gnome/librsvg/patches In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv27084/patches Log Message: Directory /cvs/ports/x11/gnome/librsvg/patches added to the repository ________________________________________________________________________ Commit ID: 1004693DB7D6DAF1D51 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/07/10 19:18:50 UTC Modified files: x11/gnome/librsvg: Makefile distinfo x11/gnome/librsvg/pkg: PLIST Added files: x11/gnome/librsvg/patches: patch-Makefile_am Removed files: x11/gnome/librsvg/pkg: PFRAG.shared Log message: Update to librsvg-2.16.1-0. Needs the new gtk patch, this is noted in the dependency. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.8 -r1.9 ports/x11/gnome/librsvg/Makefile cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/x11/gnome/librsvg/distinfo cvs -R rdiff -kk -upr0 -r1.1 ports/x11/gnome/librsvg/patches/patch-Makefile_am cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/x11/gnome/librsvg/pkg/PFRAG.shared cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/x11/gnome/librsvg/pkg/PLIST ________________________________________________________________________ Commit ID: 1004693F0925C756550 CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/07/10 20:48:18 UTC Modified files: infrastructure/install: distinfo.sh devel/mirmake : Makefile distinfo Log message: latest mirmake – been tested in FreeWRT for a while bsiegert@ or gecko2@ please test on a Macintosh 10x To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.53 -r1.54 ports/infrastructure/install/distinfo.sh cvs -R rdiff -kk -upr1.25 -r1.26 ports/devel/mirmake/Makefile cvs -R rdiff -kk -upr1.19 -r1.20 ports/devel/mirmake/distinfo ________________________________________________________________________ Commit ID: 1004693F6B54A4DE14E CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/07/10 21:14:36 UTC Modified files: audio/vorbis-tools: Makefile Added files: audio/vorbis-tools/patches: patch-ogg123_http_transport_c Log message: Make ogg123 build with newer (>=7.16.1) curl versions, bump patchlevel To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.6 -r1.7 ports/audio/vorbis-tools/Makefile cvs -R rdiff -kk -upr0 -r1.1 ports/audio/vorbis-tools/patches/patch-ogg123_http_transport_c ________________________________________________________________________ Commit ID: 100469407A41F54D1D2 CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/07/10 22:26:46 UTC Modified files: devel/mirmake : Makefile essentials/pkgtools: Makefile Log message: add fake flavour entries for what infrastructure/install/setup.ksh does, as to not confuse infrastructure/scripts/out-of-date To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.26 -r1.27 ports/devel/mirmake/Makefile cvs -R rdiff -kk -upr1.40 -r1.41 ports/essentials/pkgtools/Makefile ________________________________________________________________________ Commit ID: 10046949DDC7E339954 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/11 09:07:32 UTC Modified files: etc : anacron cronrun monthly Log message: gzip(1) doesn't overwrite existing files, so• do it ourselves. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.2 -r1.3 src/etc/anacron cvs -R rdiff -kk -upr1.4 -r1.5 src/etc/cronrun cvs -R rdiff -kk -upr1.12 -r1.13 src/etc/monthly ________________________________________________________________________ Commit ID: 10046949E03786432C5 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/11 09:08:03 UTC Modified files: etc : monthly Log message: use print vs echo consistently, while here To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.13 -r1.14 src/etc/monthly ________________________________________________________________________ Commit ID: 1004694E52D6071C4DF CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/11 14:11:48 UTC Modified files: sys/arch/i386/stand/liveboot: hook.S distrib/baselive/i386: boot.3 Added files: distrib/baselive/i386: boot.4 boot.5 boot.6 Log message: offer live cd boot with serial console (untested) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.16 -r1.17 src/sys/arch/i386/stand/liveboot/hook.S cvs -R rdiff -kk -upr1.2 -r1.3 src/distrib/baselive/i386/boot.3 cvs -R rdiff -kk -upr0 -r1.1 src/distrib/baselive/i386/boot.4 cvs -R rdiff -kk -upr0 -r1.1 src/distrib/baselive/i386/boot.5 cvs -R rdiff -kk -upr0 -r1.1 src/distrib/baselive/i386/boot.6 ________________________________________________________________________ Commit ID: 1004694FECD7534EECA CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/11 16:01:08 UTC Modified files: distrib/baselive: mklocatedb.sh Log message: sync, maybe this is the cause of intermediate corruption man I wish we had UBC To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.6 -r1.7 src/distrib/baselive/mklocatedb.sh ________________________________________________________________________ Commit ID: 100469500AD4B8A39C9 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/11 16:08:55 UTC Modified files: distrib/baselive: Makefile Log message: +--disable-dependency-tracking To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.21 -r1.22 src/distrib/baselive/Makefile ________________________________________________________________________ Commit ID: 1004695020B36572937 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/11 16:14:44 UTC Modified files: distrib/baselive: Makefile.i386 Log message: at least TRY some geometry To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.5 -r1.6 src/distrib/baselive/Makefile.i386 ________________________________________________________________________ Commit ID: 1004695599473032BCE CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/11 22:28:41 UTC Modified files: sys/arch/i386/i386: disksubr.c Log message: only scan for partitions if the 55h AAh at end of MBR is correct! this broke today's baselive cd build… To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.2 -r1.3 src/sys/arch/i386/i386/disksubr.c ________________________________________________________________________ Commit ID: 10046955C5B49C9BD7B CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/07/11 22:40:18 UTC Modified files: data : wlog-9.inc Log message: filesystem/crash issues, won't commit much until they're solved To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.9 -r1.10 www/data/wlog-9.inc ________________________________________________________________________ Commit ID: 1004697F54639B3577E CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/07/13 21:57:05 UTC ports/x11/gnome/libgnomekbd Update of /cvs/ports/x11/gnome/libgnomekbd In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv14771/libgnomekbd Log Message: Directory /cvs/ports/x11/gnome/libgnomekbd added to the repository ________________________________________________________________________ Commit ID: 1004697F54639B3577E CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/07/13 21:57:05 UTC ports/x11/gnome/libgnomekbd/pkg Update of /cvs/ports/x11/gnome/libgnomekbd/pkg In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv14771/libgnomekbd/pkg Log Message: Directory /cvs/ports/x11/gnome/libgnomekbd/pkg added to the repository ________________________________________________________________________ Commit ID: 1004697F5CF6F4860A8 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/07/13 22:00:05 UTC Added files: x11/gnome/libgnomekbd: Makefile distinfo x11/gnome/libgnomekbd/pkg: DESCR PLIST Log message: Add a port for libgnomekbd. WRKSRC/README is empty, so I took the description from Debian. From DESCR: libgnomekbd offers an API to manage the keyboard in GNOME applications. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr0 -r1.1 ports/x11/gnome/libgnomekbd/Makefile cvs -R rdiff -kk -upr0 -r1.1 ports/x11/gnome/libgnomekbd/distinfo cvs -R rdiff -kk -upr0 -r1.1 ports/x11/gnome/libgnomekbd/pkg/DESCR cvs -R rdiff -kk -upr0 -r1.1 ports/x11/gnome/libgnomekbd/pkg/PLIST ________________________________________________________________________ Commit ID: 1004698EF662CE4E41B CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/14 15:44:26 UTC Modified files: distrib/baselive: munge_it.sh Log message: don't run anacron on the live cd either, d'oh… To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.23 -r1.24 src/distrib/baselive/munge_it.sh ________________________________________________________________________ Commit ID: 10046992905400C7D59 CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/07/14 19:50:18 UTC Modified files: hosted/libnointl: nointl.c Log message: swishy reports that these symbols can be seeked too To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.4 -r1.5 contrib/hosted/libnointl/nointl.c ________________________________________________________________________ Commit ID: 10046992930230B93BB CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/07/14 19:51:02 UTC Modified files: hosted/libnointl: nointl.c Log message: don't define a symbol twice To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.5 -r1.6 contrib/hosted/libnointl/nointl.c ________________________________________________________________________ Commit ID: 100469929A459CA4597 CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/07/14 19:52:57 UTC Modified files: hosted/libnointl: libintl.h Log message: use __BEGIN_DECLS‥__END_DECLS To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.5 -r1.6 contrib/hosted/libnointl/libintl.h ________________________________________________________________________ Commit ID: 10046992BD252F0285A CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/14 20:02:08 UTC Modified files: lib/libc/stdio : getwc.3 Log message: adjust mdoc date To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.2 -r1.3 src/lib/libc/stdio/getwc.3 ________________________________________________________________________ Commit ID: 10046992D5A78B73C58 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/14 20:08:45 UTC Modified files: usr.bin/wtf : wtf Log message: rely on utf-8 support in tr, modernise, unicodise To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.6 -r1.7 src/usr.bin/wtf/wtf ________________________________________________________________________ Commit ID: 10046992F246C7EC295 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/14 20:16:19 UTC Modified files: usr.bin/ssh : ssh_config Log message: modernise mux samples To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.9 -r1.10 src/usr.bin/ssh/ssh_config ________________________________________________________________________ Commit ID: 1004699318E42C95128 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/14 20:26:38 UTC Modified files: usr.bin/ssh : ssh_config Log message: enhance default config To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.10 -r1.11 src/usr.bin/ssh/ssh_config ________________________________________________________________________ Commit ID: 100469935B25A0A0A75 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/07/14 20:44:34 UTC Modified files: devel/gconf-editor: Makefile distinfo devel/gconf-editor/pkg: PLIST Removed files: devel/gconf-editor/patches: patch-po_Makefile_in_in Log message: Update gconf-editor to 2.18.0-0. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.5 -r1.6 ports/devel/gconf-editor/Makefile cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/devel/gconf-editor/distinfo cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/devel/gconf-editor/patches/patch-po_Makefile_in_in cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/devel/gconf-editor/pkg/PLIST ________________________________________________________________________ Commit ID: 10046993A465B2DE8DC CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/14 21:03:49 UTC Modified files: sbin/kbd : kbd_wscons.c main.c Log message: add a quiet mode for list To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.1.2 -r1.2 src/sbin/kbd/kbd_wscons.c cvs -R rdiff -kk -upr1.1.1.2 -r1.2 src/sbin/kbd/main.c ________________________________________________________________________ Commit ID: 10046993B4F65D1D02F CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/14 21:08:11 UTC Modified files: usr.bin/rs : rs.c Log message: make __CRAZY clean To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.1.2 -r1.2 src/usr.bin/rs/rs.c ________________________________________________________________________ Commit ID: 10046993B7F7399DAD0 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/14 21:09:02 UTC Modified files: distrib/common : listend.i386-big Log message: add rs to where kbd is To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.20 -r1.21 src/distrib/common/listend.i386-big ________________________________________________________________________ Commit ID: 10046993F0024720353 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/07/14 21:25:11 UTC Modified files: devel/gconf : Makefile devel/gconf/patches: patch-gconf_Makefile_in x11/gnome/vfs2 : Makefile Added files: devel/gconf/patches: patch-configure_in Log message: IMPORTANT BUGFIX for gconf: correct default.path file, don't leave @prefix@ in there after installing. gnome-vfs: Depend at least on the new version of gconf, bump patchlevel. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.9 -r1.10 ports/devel/gconf/Makefile cvs -R rdiff -kk -upr0 -r1.1 ports/devel/gconf/patches/patch-configure_in cvs -R rdiff -kk -upr1.3 -r1.4 ports/devel/gconf/patches/patch-gconf_Makefile_in cvs -R rdiff -kk -upr1.10 -r1.11 ports/x11/gnome/vfs2/Makefile ________________________________________________________________________ Commit ID: 10046993FA96FFFED2D CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/07/14 21:27:18 UTC Modified files: x11/gnome/controlcenter2: Makefile distinfo x11/gnome/controlcenter2/pkg: PLIST Added files: x11/gnome/controlcenter2/patches: patch-capplets_Makefile_am patch-configure_in patch-libslab_directory-tile_c patch-m4_gnome-doc-utils_m4 Removed files: x11/gnome/controlcenter2/patches: patch-control-center_main_c x11/gnome/controlcenter2/pkg: PFRAG.shared Log message: Update gnome-control-center to 2.18 version. A hard peace of work ... To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.4 -r1.5 ports/x11/gnome/controlcenter2/Makefile cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/x11/gnome/controlcenter2/distinfo cvs -R rdiff -kk -upr0 -r1.1 ports/x11/gnome/controlcenter2/patches/patch-capplets_Makefile_am cvs -R rdiff -kk -upr0 -r1.1 ports/x11/gnome/controlcenter2/patches/patch-configure_in cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/x11/gnome/controlcenter2/patches/patch-control-center_main_c cvs -R rdiff -kk -upr0 -r1.1 ports/x11/gnome/controlcenter2/patches/patch-libslab_directory-tile_c cvs -R rdiff -kk -upr0 -r1.1 ports/x11/gnome/controlcenter2/patches/patch-m4_gnome-doc-utils_m4 cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/x11/gnome/controlcenter2/pkg/PFRAG.shared cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/x11/gnome/controlcenter2/pkg/PLIST ________________________________________________________________________ Commit ID: 100469A70526343DC86 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/15 19:06:39 UTC Modified files: lib/libc/i18n : tbl_att0.c tbl_attr.c Log message: fix iswctype() attrs for the eszetts To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.2 -r1.3 src/lib/libc/i18n/tbl_att0.c cvs -R rdiff -kk -upr1.3 -r1.4 src/lib/libc/i18n/tbl_attr.c ________________________________________________________________________ Commit ID: 100469A711A213FBB87 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/15 19:10:32 UTC Modified files: usr.bin/tr : extern.h str.c tr.1 tr.c Log message: • convert to unicode (wchar_t) • implement classes (wctype_t) • implement case conversion (wctrans_t) – fully mine! no other BSD has it! • cosmetics, make __CRAZY clean To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.1.1 -r1.2 src/usr.bin/tr/extern.h cvs -R rdiff -kk -upr1.1.1.2 -r1.2 src/usr.bin/tr/str.c cvs -R rdiff -kk -upr1.1.1.1 -r1.2 src/usr.bin/tr/tr.1 cvs -R rdiff -kk -upr1.1.1.2 -r1.2 src/usr.bin/tr/tr.c ________________________________________________________________________ Commit ID: 100469A747B16D267A8 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/15 19:24:24 UTC Modified files: lib/libc/i18n : tbl_att0.c tbl_attr.c tbl_towl.c Log message: fix comments To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.3 -r1.4 src/lib/libc/i18n/tbl_att0.c cvs -R rdiff -kk -upr1.4 -r1.5 src/lib/libc/i18n/tbl_attr.c cvs -R rdiff -kk -upr1.3 -r1.4 src/lib/libc/i18n/tbl_towl.c ________________________________________________________________________ Commit ID: 100469A757B74F8E7DC CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/15 19:28:39 UTC Modified files: usr.bin/tr : str.c Log message: tag © notice To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.2 -r1.3 src/usr.bin/tr/str.c ________________________________________________________________________ Commit ID: 100469A79C9351AA1E4 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/15 19:48:06 UTC Modified files: sys/arch/i386/stand/liveboot: hook.S distrib/baselive/i386: boot.3 boot.4 boot.5 boot.6 Added files: distrib/baselive/i386: boot.7 boot.8 boot.9 Log message: help serial console users even more (for now; this might become a two-stage menu later, and cdrom10.iso must be touched too; maybe we can even grab the port from the combios/tinybios control… who knows) anyway, we weren't the first BSD with a live CD, we probably were the first with a live HDD, and we definitively are the first OS with a live CF card ☻ To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.17 -r1.18 src/sys/arch/i386/stand/liveboot/hook.S cvs -R rdiff -kk -upr1.3 -r1.4 src/distrib/baselive/i386/boot.3 cvs -R rdiff -kk -upr1.1 -r1.2 src/distrib/baselive/i386/boot.4 cvs -R rdiff -kk -upr1.1 -r1.2 src/distrib/baselive/i386/boot.5 cvs -R rdiff -kk -upr1.1 -r1.2 src/distrib/baselive/i386/boot.6 cvs -R rdiff -kk -upr0 -r1.1 src/distrib/baselive/i386/boot.7 cvs -R rdiff -kk -upr0 -r1.1 src/distrib/baselive/i386/boot.8 cvs -R rdiff -kk -upr0 -r1.1 src/distrib/baselive/i386/boot.9 ________________________________________________________________________ Commit ID: 100469A7AC943312E80 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/15 19:51:45 UTC Log message: the FTP on-the wire protocol must die, but we nevertheless could use -k Status: Vendor Tag: openbsd Release Tags: cvs-200707151930 C src/usr.bin/ftp/Makefile C src/usr.bin/ftp/cmds.c U src/usr.bin/ftp/cmdtab.c U src/usr.bin/ftp/complete.c N src/usr.bin/ftp/cookie.c U src/usr.bin/ftp/domacro.c U src/usr.bin/ftp/extern.h C src/usr.bin/ftp/fetch.c C src/usr.bin/ftp/ftp.1 C src/usr.bin/ftp/ftp.c C src/usr.bin/ftp/ftp_var.h C src/usr.bin/ftp/main.c U src/usr.bin/ftp/pathnames.h C src/usr.bin/ftp/ruserpass.c U src/usr.bin/ftp/stringlist.c U src/usr.bin/ftp/stringlist.h C src/usr.bin/ftp/util.c 9 conflicts created by this import. Use the following command to help the merge: cvs checkout -jopenbsd:yesterday -jopenbsd src/usr.bin/ftp ________________________________________________________________________ Commit ID: 100469A7CFC300FC2D9 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/15 20:01:09 UTC Modified files: usr.bin/ftp : Makefile cmds.c fetch.c ftp.1 ftp.c ftp_var.h main.c ruserpass.c util.c Log message: fastmerge and fix their bugs (tree breaker, but they don't seem to care, it's been broken for 25 days…) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.5 -r1.6 src/usr.bin/ftp/Makefile cvs -R rdiff -kk -upr1.4 -r1.5 src/usr.bin/ftp/cmds.c cvs -R rdiff -kk -upr1.6 -r1.7 src/usr.bin/ftp/fetch.c cvs -R rdiff -kk -upr1.5 -r1.6 src/usr.bin/ftp/ftp.1 cvs -R rdiff -kk -upr1.5 -r1.6 src/usr.bin/ftp/ftp.c cvs -R rdiff -kk -upr1.4 -r1.5 src/usr.bin/ftp/ftp_var.h cvs -R rdiff -kk -upr1.7 -r1.8 src/usr.bin/ftp/main.c cvs -R rdiff -kk -upr1.4 -r1.5 src/usr.bin/ftp/ruserpass.c cvs -R rdiff -kk -upr1.4 -r1.5 src/usr.bin/ftp/util.c ________________________________________________________________________ Commit ID: 100469A7D50041435C3 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/15 20:02:22 UTC Modified files: usr.bin/ftp : ruserpass.c Log message: ah k, it wasn't a bug of theirs but an oversight of mine it's too fucking damn hot today To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.5 -r1.6 src/usr.bin/ftp/ruserpass.c ________________________________________________________________________ Commit ID: 100469A7E9E54866DC5 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/15 20:09:29 UTC Log message: the evil updat0r strikez again Status: Vendor Tag: openbsd Release Tags: cvs-200707152000 U src/gnu/usr.sbin/sendmail/FAQ U src/gnu/usr.sbin/sendmail/KNOWNBUGS U src/gnu/usr.sbin/sendmail/LICENSE U src/gnu/usr.sbin/sendmail/Makefile U src/gnu/usr.sbin/sendmail/Makefile.inc U src/gnu/usr.sbin/sendmail/README U src/gnu/usr.sbin/sendmail/RELEASE_NOTES U src/gnu/usr.sbin/sendmail/cf/Makefile U src/gnu/usr.sbin/sendmail/cf/README U src/gnu/usr.sbin/sendmail/cf/sendmail.schema U src/gnu/usr.sbin/sendmail/cf/cf/Makefile U src/gnu/usr.sbin/sendmail/cf/cf/README U src/gnu/usr.sbin/sendmail/cf/cf/chez.cs.mc U src/gnu/usr.sbin/sendmail/cf/cf/clientproto.mc U src/gnu/usr.sbin/sendmail/cf/cf/courtesan-nonet.mc U src/gnu/usr.sbin/sendmail/cf/cf/courtesan.mc U src/gnu/usr.sbin/sendmail/cf/cf/cs-hpux10.mc U src/gnu/usr.sbin/sendmail/cf/cf/cs-hpux9.mc U src/gnu/usr.sbin/sendmail/cf/cf/cs-osf1.mc U src/gnu/usr.sbin/sendmail/cf/cf/cs-solaris2.mc U src/gnu/usr.sbin/sendmail/cf/cf/cs-sunos4.1.mc U src/gnu/usr.sbin/sendmail/cf/cf/cs-ultrix4.mc U src/gnu/usr.sbin/sendmail/cf/cf/cyrusproto.mc U src/gnu/usr.sbin/sendmail/cf/cf/generic-bsd4.4.mc U src/gnu/usr.sbin/sendmail/cf/cf/generic-hpux10.mc U src/gnu/usr.sbin/sendmail/cf/cf/generic-hpux9.mc U src/gnu/usr.sbin/sendmail/cf/cf/generic-linux.mc U src/gnu/usr.sbin/sendmail/cf/cf/generic-mpeix.mc U src/gnu/usr.sbin/sendmail/cf/cf/generic-nextstep3.3.mc U src/gnu/usr.sbin/sendmail/cf/cf/generic-osf1.mc U src/gnu/usr.sbin/sendmail/cf/cf/generic-solaris.mc U src/gnu/usr.sbin/sendmail/cf/cf/generic-sunos4.1.mc U src/gnu/usr.sbin/sendmail/cf/cf/generic-ultrix4.mc U src/gnu/usr.sbin/sendmail/cf/cf/huginn.cs.mc U src/gnu/usr.sbin/sendmail/cf/cf/knecht.mc U src/gnu/usr.sbin/sendmail/cf/cf/mail.cs.mc U src/gnu/usr.sbin/sendmail/cf/cf/mail.eecs.mc U src/gnu/usr.sbin/sendmail/cf/cf/mailspool.cs.mc U src/gnu/usr.sbin/sendmail/cf/cf/openbsd-bulk.mc U src/gnu/usr.sbin/sendmail/cf/cf/openbsd-lists.mc U src/gnu/usr.sbin/sendmail/cf/cf/openbsd-localhost.mc U src/gnu/usr.sbin/sendmail/cf/cf/openbsd-proto.mc U src/gnu/usr.sbin/sendmail/cf/cf/python.cs.mc U src/gnu/usr.sbin/sendmail/cf/cf/s2k-osf1.mc U src/gnu/usr.sbin/sendmail/cf/cf/s2k-ultrix4.mc U src/gnu/usr.sbin/sendmail/cf/cf/submit.mc U src/gnu/usr.sbin/sendmail/cf/cf/tcpproto.mc U src/gnu/usr.sbin/sendmail/cf/cf/ucbarpa.mc U src/gnu/usr.sbin/sendmail/cf/cf/ucbvax.mc U src/gnu/usr.sbin/sendmail/cf/cf/uucpproto.mc U src/gnu/usr.sbin/sendmail/cf/cf/vangogh.cs.mc U src/gnu/usr.sbin/sendmail/cf/m4/cfhead.m4 U src/gnu/usr.sbin/sendmail/cf/m4/cf.m4 U src/gnu/usr.sbin/sendmail/cf/m4/proto.m4 U src/gnu/usr.sbin/sendmail/cf/m4/version.m4 U src/gnu/usr.sbin/sendmail/cf/domain/Berkeley.EDU.m4 U src/gnu/usr.sbin/sendmail/cf/domain/CS.Berkeley.EDU.m4 U src/gnu/usr.sbin/sendmail/cf/domain/EECS.Berkeley.EDU.m4 U src/gnu/usr.sbin/sendmail/cf/domain/S2K.Berkeley.EDU.m4 U src/gnu/usr.sbin/sendmail/cf/domain/berkeley-only.m4 U src/gnu/usr.sbin/sendmail/cf/domain/generic.m4 U src/gnu/usr.sbin/sendmail/cf/feature/accept_unqualified_senders.m4 U src/gnu/usr.sbin/sendmail/cf/feature/accept_unresolvable_domains.m4 U src/gnu/usr.sbin/sendmail/cf/feature/access_db.m4 U src/gnu/usr.sbin/sendmail/cf/feature/allmasquerade.m4 U src/gnu/usr.sbin/sendmail/cf/feature/always_add_domain.m4 U src/gnu/usr.sbin/sendmail/cf/feature/authinfo.m4 U src/gnu/usr.sbin/sendmail/cf/feature/badmx.m4 U src/gnu/usr.sbin/sendmail/cf/feature/bestmx_is_local.m4 U src/gnu/usr.sbin/sendmail/cf/feature/bitdomain.m4 U src/gnu/usr.sbin/sendmail/cf/feature/blacklist_recipients.m4 U src/gnu/usr.sbin/sendmail/cf/feature/block_bad_helo.m4 U src/gnu/usr.sbin/sendmail/cf/feature/compat_check.m4 U src/gnu/usr.sbin/sendmail/cf/feature/conncontrol.m4 U src/gnu/usr.sbin/sendmail/cf/feature/delay_checks.m4 U src/gnu/usr.sbin/sendmail/cf/feature/dnsbl.m4 U src/gnu/usr.sbin/sendmail/cf/feature/domaintable.m4 U src/gnu/usr.sbin/sendmail/cf/feature/enhdnsbl.m4 U src/gnu/usr.sbin/sendmail/cf/feature/greet_pause.m4 U src/gnu/usr.sbin/sendmail/cf/feature/generics_entire_domain.m4 U src/gnu/usr.sbin/sendmail/cf/feature/genericstable.m4 U src/gnu/usr.sbin/sendmail/cf/feature/ldap_routing.m4 U src/gnu/usr.sbin/sendmail/cf/feature/limited_masquerade.m4 U src/gnu/usr.sbin/sendmail/cf/feature/local_lmtp.m4 U src/gnu/usr.sbin/sendmail/cf/feature/local_no_masquerade.m4 U src/gnu/usr.sbin/sendmail/cf/feature/local_procmail.m4 U src/gnu/usr.sbin/sendmail/cf/feature/lookupdotdomain.m4 U src/gnu/usr.sbin/sendmail/cf/feature/loose_relay_check.m4 U src/gnu/usr.sbin/sendmail/cf/feature/mailertable.m4 U src/gnu/usr.sbin/sendmail/cf/feature/masquerade_entire_domain.m4 U src/gnu/usr.sbin/sendmail/cf/feature/masquerade_envelope.m4 U src/gnu/usr.sbin/sendmail/cf/feature/msp.m4 U src/gnu/usr.sbin/sendmail/cf/feature/mtamark.m4 U src/gnu/usr.sbin/sendmail/cf/feature/no_default_msa.m4 U src/gnu/usr.sbin/sendmail/cf/feature/nocanonify.m4 U src/gnu/usr.sbin/sendmail/cf/feature/notsticky.m4 U src/gnu/usr.sbin/sendmail/cf/feature/nouucp.m4 U src/gnu/usr.sbin/sendmail/cf/feature/nullclient.m4 U src/gnu/usr.sbin/sendmail/cf/feature/preserve_local_plus_detail.m4 U src/gnu/usr.sbin/sendmail/cf/feature/preserve_luser_host.m4 U src/gnu/usr.sbin/sendmail/cf/feature/promiscuous_relay.m4 U src/gnu/usr.sbin/sendmail/cf/feature/queuegroup.m4 U src/gnu/usr.sbin/sendmail/cf/feature/ratecontrol.m4 U src/gnu/usr.sbin/sendmail/cf/feature/redirect.m4 U src/gnu/usr.sbin/sendmail/cf/feature/relay_based_on_MX.m4 U src/gnu/usr.sbin/sendmail/cf/feature/relay_entire_domain.m4 U src/gnu/usr.sbin/sendmail/cf/feature/relay_hosts_only.m4 U src/gnu/usr.sbin/sendmail/cf/feature/relay_local_from.m4 U src/gnu/usr.sbin/sendmail/cf/feature/relay_mail_from.m4 U src/gnu/usr.sbin/sendmail/cf/feature/require_rdns.m4 U src/gnu/usr.sbin/sendmail/cf/feature/smrsh.m4 U src/gnu/usr.sbin/sendmail/cf/feature/stickyhost.m4 U src/gnu/usr.sbin/sendmail/cf/feature/use_client_ptr.m4 U src/gnu/usr.sbin/sendmail/cf/feature/use_ct_file.m4 U src/gnu/usr.sbin/sendmail/cf/feature/use_cw_file.m4 U src/gnu/usr.sbin/sendmail/cf/feature/uucpdomain.m4 U src/gnu/usr.sbin/sendmail/cf/feature/virtuser_entire_domain.m4 U src/gnu/usr.sbin/sendmail/cf/feature/virtusertable.m4 U src/gnu/usr.sbin/sendmail/cf/hack/cssubdomain.m4 U src/gnu/usr.sbin/sendmail/cf/mailer/cyrus.m4 U src/gnu/usr.sbin/sendmail/cf/mailer/cyrusv2.m4 U src/gnu/usr.sbin/sendmail/cf/mailer/fax.m4 U src/gnu/usr.sbin/sendmail/cf/mailer/local.m4 U src/gnu/usr.sbin/sendmail/cf/mailer/mail11.m4 U src/gnu/usr.sbin/sendmail/cf/mailer/phquery.m4 U src/gnu/usr.sbin/sendmail/cf/mailer/pop.m4 U src/gnu/usr.sbin/sendmail/cf/mailer/procmail.m4 U src/gnu/usr.sbin/sendmail/cf/mailer/qpage.m4 U src/gnu/usr.sbin/sendmail/cf/mailer/smtp.m4 U src/gnu/usr.sbin/sendmail/cf/mailer/usenet.m4 U src/gnu/usr.sbin/sendmail/cf/mailer/uucp.m4 U src/gnu/usr.sbin/sendmail/cf/ostype/a-ux.m4 U src/gnu/usr.sbin/sendmail/cf/ostype/aix3.m4 U src/gnu/usr.sbin/sendmail/cf/ostype/aix4.m4 U src/gnu/usr.sbin/sendmail/cf/ostype/aix5.m4 U src/gnu/usr.sbin/sendmail/cf/ostype/altos.m4 U src/gnu/usr.sbin/sendmail/cf/ostype/amdahl-uts.m4 U src/gnu/usr.sbin/sendmail/cf/ostype/bsd4.3.m4 U src/gnu/usr.sbin/sendmail/cf/ostype/bsd4.4.m4 U src/gnu/usr.sbin/sendmail/cf/ostype/bsdi.m4 U src/gnu/usr.sbin/sendmail/cf/ostype/bsdi1.0.m4 U src/gnu/usr.sbin/sendmail/cf/ostype/bsdi2.0.m4 U src/gnu/usr.sbin/sendmail/cf/ostype/darwin.m4 U src/gnu/usr.sbin/sendmail/cf/ostype/dgux.m4 U src/gnu/usr.sbin/sendmail/cf/ostype/domainos.m4 U src/gnu/usr.sbin/sendmail/cf/ostype/dragonfly.m4 U src/gnu/usr.sbin/sendmail/cf/ostype/dynix3.2.m4 U src/gnu/usr.sbin/sendmail/cf/ostype/freebsd4.m4 U src/gnu/usr.sbin/sendmail/cf/ostype/freebsd5.m4 U src/gnu/usr.sbin/sendmail/cf/ostype/freebsd6.m4 U src/gnu/usr.sbin/sendmail/cf/ostype/gnu.m4 U src/gnu/usr.sbin/sendmail/cf/ostype/hpux10.m4 U src/gnu/usr.sbin/sendmail/cf/ostype/hpux11.m4 U src/gnu/usr.sbin/sendmail/cf/ostype/hpux9.m4 U src/gnu/usr.sbin/sendmail/cf/ostype/irix4.m4 U src/gnu/usr.sbin/sendmail/cf/ostype/osf1.m4 U src/gnu/usr.sbin/sendmail/cf/ostype/irix5.m4 U src/gnu/usr.sbin/sendmail/cf/ostype/irix6.m4 U src/gnu/usr.sbin/sendmail/cf/ostype/isc4.1.m4 U src/gnu/usr.sbin/sendmail/cf/ostype/linux.m4 U src/gnu/usr.sbin/sendmail/cf/ostype/maxion.m4 U src/gnu/usr.sbin/sendmail/cf/ostype/mklinux.m4 U src/gnu/usr.sbin/sendmail/cf/ostype/mpeix.m4 U src/gnu/usr.sbin/sendmail/cf/ostype/nextstep.m4 U src/gnu/usr.sbin/sendmail/cf/ostype/openbsd.m4 U src/gnu/usr.sbin/sendmail/cf/ostype/powerux.m4 U src/gnu/usr.sbin/sendmail/cf/ostype/ptx2.m4 U src/gnu/usr.sbin/sendmail/cf/ostype/qnx.m4 U src/gnu/usr.sbin/sendmail/cf/ostype/riscos4.5.m4 U src/gnu/usr.sbin/sendmail/cf/ostype/sco-uw-2.1.m4 U src/gnu/usr.sbin/sendmail/cf/ostype/sco3.2.m4 U src/gnu/usr.sbin/sendmail/cf/ostype/sinix.m4 U src/gnu/usr.sbin/sendmail/cf/ostype/solaris2.m4 U src/gnu/usr.sbin/sendmail/cf/ostype/solaris2.ml.m4 U src/gnu/usr.sbin/sendmail/cf/ostype/solaris2.pre5.m4 U src/gnu/usr.sbin/sendmail/cf/ostype/solaris8.m4 U src/gnu/usr.sbin/sendmail/cf/ostype/sunos3.5.m4 U src/gnu/usr.sbin/sendmail/cf/ostype/sunos4.1.m4 U src/gnu/usr.sbin/sendmail/cf/ostype/svr4.m4 U src/gnu/usr.sbin/sendmail/cf/ostype/ultrix4.m4 U src/gnu/usr.sbin/sendmail/cf/ostype/unicos.m4 U src/gnu/usr.sbin/sendmail/cf/ostype/unicosmk.m4 U src/gnu/usr.sbin/sendmail/cf/ostype/unicosmp.m4 U src/gnu/usr.sbin/sendmail/cf/ostype/unixware7.m4 U src/gnu/usr.sbin/sendmail/cf/ostype/unknown.m4 U src/gnu/usr.sbin/sendmail/cf/ostype/uxpds.m4 U src/gnu/usr.sbin/sendmail/cf/sh/makeinfo.sh U src/gnu/usr.sbin/sendmail/cf/siteconfig/uucp.cogsci.m4 U src/gnu/usr.sbin/sendmail/cf/siteconfig/uucp.old.arpa.m4 U src/gnu/usr.sbin/sendmail/cf/siteconfig/uucp.ucbarpa.m4 U src/gnu/usr.sbin/sendmail/cf/siteconfig/uucp.ucbvax.m4 U src/gnu/usr.sbin/sendmail/doc/op/Makefile U src/gnu/usr.sbin/sendmail/doc/op/op.me U src/gnu/usr.sbin/sendmail/contrib/bitdomain.c U src/gnu/usr.sbin/sendmail/contrib/README U src/gnu/usr.sbin/sendmail/contrib/bounce-resender.pl U src/gnu/usr.sbin/sendmail/contrib/bsdi.mc U src/gnu/usr.sbin/sendmail/contrib/buildvirtuser U src/gnu/usr.sbin/sendmail/contrib/cidrexpand U src/gnu/usr.sbin/sendmail/contrib/dnsblaccess.m4 U src/gnu/usr.sbin/sendmail/contrib/domainmap.m4 U src/gnu/usr.sbin/sendmail/contrib/doublebounce.pl U src/gnu/usr.sbin/sendmail/contrib/etrn.0 U src/gnu/usr.sbin/sendmail/contrib/etrn.pl U src/gnu/usr.sbin/sendmail/contrib/expn.pl U src/gnu/usr.sbin/sendmail/contrib/link_hash.sh U src/gnu/usr.sbin/sendmail/contrib/mail.local.linux U src/gnu/usr.sbin/sendmail/contrib/mailprio U src/gnu/usr.sbin/sendmail/contrib/mh.patch U src/gnu/usr.sbin/sendmail/contrib/mmuegel U src/gnu/usr.sbin/sendmail/contrib/movemail.conf U src/gnu/usr.sbin/sendmail/contrib/movemail.pl U src/gnu/usr.sbin/sendmail/contrib/passwd-to-alias.pl U src/gnu/usr.sbin/sendmail/contrib/qtool.8 U src/gnu/usr.sbin/sendmail/contrib/qtool.pl U src/gnu/usr.sbin/sendmail/contrib/re-mqueue.pl U src/gnu/usr.sbin/sendmail/contrib/rmail.oldsys.patch U src/gnu/usr.sbin/sendmail/contrib/smcontrol.pl U src/gnu/usr.sbin/sendmail/contrib/socketmapClient.pl U src/gnu/usr.sbin/sendmail/contrib/socketmapServer.pl U src/gnu/usr.sbin/sendmail/editmap/Makefile U src/gnu/usr.sbin/sendmail/editmap/editmap.8 U src/gnu/usr.sbin/sendmail/editmap/editmap.c U src/gnu/usr.sbin/sendmail/include/libmilter/mfapi.h U src/gnu/usr.sbin/sendmail/include/libmilter/mfdef.h U src/gnu/usr.sbin/sendmail/include/libmilter/milter.h U src/gnu/usr.sbin/sendmail/include/libsmdb/smdb.h U src/gnu/usr.sbin/sendmail/include/sendmail/mailstats.h U src/gnu/usr.sbin/sendmail/include/sendmail/pathnames.h U src/gnu/usr.sbin/sendmail/include/sendmail/sendmail.h U src/gnu/usr.sbin/sendmail/include/sm/assert.h U src/gnu/usr.sbin/sendmail/include/sm/bdb.h U src/gnu/usr.sbin/sendmail/include/sm/bitops.h U src/gnu/usr.sbin/sendmail/include/sm/cdefs.h U src/gnu/usr.sbin/sendmail/include/sm/cf.h U src/gnu/usr.sbin/sendmail/include/sm/clock.h U src/gnu/usr.sbin/sendmail/include/sm/conf.h U src/gnu/usr.sbin/sendmail/include/sm/config.h U src/gnu/usr.sbin/sendmail/include/sm/debug.h U src/gnu/usr.sbin/sendmail/include/sm/errstring.h U src/gnu/usr.sbin/sendmail/include/sm/exc.h U src/gnu/usr.sbin/sendmail/include/sm/fdset.h U src/gnu/usr.sbin/sendmail/include/sm/gen.h U src/gnu/usr.sbin/sendmail/include/sm/heap.h U src/gnu/usr.sbin/sendmail/include/sm/io.h U src/gnu/usr.sbin/sendmail/include/sm/ldap.h U src/gnu/usr.sbin/sendmail/include/sm/limits.h U src/gnu/usr.sbin/sendmail/include/sm/mbdb.h U src/gnu/usr.sbin/sendmail/include/sm/misc.h U src/gnu/usr.sbin/sendmail/include/sm/path.h U src/gnu/usr.sbin/sendmail/include/sm/rpool.h U src/gnu/usr.sbin/sendmail/include/sm/sem.h U src/gnu/usr.sbin/sendmail/include/sm/sendmail.h U src/gnu/usr.sbin/sendmail/include/sm/setjmp.h U src/gnu/usr.sbin/sendmail/include/sm/shm.h U src/gnu/usr.sbin/sendmail/include/sm/signal.h U src/gnu/usr.sbin/sendmail/include/sm/sm_os.h U src/gnu/usr.sbin/sendmail/include/sm/string.h U src/gnu/usr.sbin/sendmail/include/sm/sysexits.h U src/gnu/usr.sbin/sendmail/include/sm/tailq.h U src/gnu/usr.sbin/sendmail/include/sm/test.h U src/gnu/usr.sbin/sendmail/include/sm/time.h U src/gnu/usr.sbin/sendmail/include/sm/types.h U src/gnu/usr.sbin/sendmail/include/sm/varargs.h U src/gnu/usr.sbin/sendmail/include/sm/xtrap.h U src/gnu/usr.sbin/sendmail/include/sm/os/sm_os_aix.h U src/gnu/usr.sbin/sendmail/include/sm/os/sm_os_dragonfly.h U src/gnu/usr.sbin/sendmail/include/sm/os/sm_os_freebsd.h U src/gnu/usr.sbin/sendmail/include/sm/os/sm_os_hp.h U src/gnu/usr.sbin/sendmail/include/sm/os/sm_os_irix.h U src/gnu/usr.sbin/sendmail/include/sm/os/sm_os_linux.h U src/gnu/usr.sbin/sendmail/include/sm/os/sm_os_mpeix.h U src/gnu/usr.sbin/sendmail/include/sm/os/sm_os_next.h U src/gnu/usr.sbin/sendmail/include/sm/os/sm_os_openbsd.h U src/gnu/usr.sbin/sendmail/include/sm/os/sm_os_openunix.h U src/gnu/usr.sbin/sendmail/include/sm/os/sm_os_osf1.h U src/gnu/usr.sbin/sendmail/include/sm/os/sm_os_qnx.h U src/gnu/usr.sbin/sendmail/include/sm/os/sm_os_sunos.h U src/gnu/usr.sbin/sendmail/include/sm/os/sm_os_ultrix.h U src/gnu/usr.sbin/sendmail/include/sm/os/sm_os_unicos.h U src/gnu/usr.sbin/sendmail/include/sm/os/sm_os_unicosmk.h U src/gnu/usr.sbin/sendmail/include/sm/os/sm_os_unicosmp.h U src/gnu/usr.sbin/sendmail/include/sm/os/sm_os_unixware.h U src/gnu/usr.sbin/sendmail/libmilter/Makefile U src/gnu/usr.sbin/sendmail/libmilter/README U src/gnu/usr.sbin/sendmail/libmilter/comm.c U src/gnu/usr.sbin/sendmail/libmilter/engine.c U src/gnu/usr.sbin/sendmail/libmilter/example.c U src/gnu/usr.sbin/sendmail/libmilter/handler.c U src/gnu/usr.sbin/sendmail/libmilter/libmilter.h U src/gnu/usr.sbin/sendmail/libmilter/listener.c U src/gnu/usr.sbin/sendmail/libmilter/main.c U src/gnu/usr.sbin/sendmail/libmilter/monitor.c U src/gnu/usr.sbin/sendmail/libmilter/shlib_version U src/gnu/usr.sbin/sendmail/libmilter/signal.c U src/gnu/usr.sbin/sendmail/libmilter/sm_gethost.c U src/gnu/usr.sbin/sendmail/libmilter/smfi.c U src/gnu/usr.sbin/sendmail/libmilter/worker.c U src/gnu/usr.sbin/sendmail/libmilter/docs/api.html U src/gnu/usr.sbin/sendmail/libmilter/docs/design.html U src/gnu/usr.sbin/sendmail/libmilter/docs/figure1.fig U src/gnu/usr.sbin/sendmail/libmilter/docs/figure1.jpg U src/gnu/usr.sbin/sendmail/libmilter/docs/figure1.ps U src/gnu/usr.sbin/sendmail/libmilter/docs/figure2.fig U src/gnu/usr.sbin/sendmail/libmilter/docs/figure2.jpg U src/gnu/usr.sbin/sendmail/libmilter/docs/figure2.ps U src/gnu/usr.sbin/sendmail/libmilter/docs/index.html U src/gnu/usr.sbin/sendmail/libmilter/docs/installation.html U src/gnu/usr.sbin/sendmail/libmilter/docs/other.html U src/gnu/usr.sbin/sendmail/libmilter/docs/overview.html U src/gnu/usr.sbin/sendmail/libmilter/docs/sample.html U src/gnu/usr.sbin/sendmail/libmilter/docs/smfi_addheader.html U src/gnu/usr.sbin/sendmail/libmilter/docs/smfi_addrcpt.html U src/gnu/usr.sbin/sendmail/libmilter/docs/smfi_addrcpt_par.html U src/gnu/usr.sbin/sendmail/libmilter/docs/smfi_chgfrom.html U src/gnu/usr.sbin/sendmail/libmilter/docs/smfi_chgheader.html U src/gnu/usr.sbin/sendmail/libmilter/docs/smfi_delrcpt.html U src/gnu/usr.sbin/sendmail/libmilter/docs/smfi_getpriv.html U src/gnu/usr.sbin/sendmail/libmilter/docs/smfi_getsymval.html U src/gnu/usr.sbin/sendmail/libmilter/docs/smfi_insheader.html U src/gnu/usr.sbin/sendmail/libmilter/docs/smfi_main.html U src/gnu/usr.sbin/sendmail/libmilter/docs/smfi_opensocket.html U src/gnu/usr.sbin/sendmail/libmilter/docs/smfi_progress.html U src/gnu/usr.sbin/sendmail/libmilter/docs/smfi_quarantine.html U src/gnu/usr.sbin/sendmail/libmilter/docs/smfi_register.html U src/gnu/usr.sbin/sendmail/libmilter/docs/smfi_replacebody.html U src/gnu/usr.sbin/sendmail/libmilter/docs/smfi_setbacklog.html U src/gnu/usr.sbin/sendmail/libmilter/docs/smfi_setconn.html U src/gnu/usr.sbin/sendmail/libmilter/docs/smfi_setdbg.html U src/gnu/usr.sbin/sendmail/libmilter/docs/smfi_setmlreply.html U src/gnu/usr.sbin/sendmail/libmilter/docs/smfi_setpriv.html U src/gnu/usr.sbin/sendmail/libmilter/docs/smfi_setreply.html U src/gnu/usr.sbin/sendmail/libmilter/docs/smfi_setsymlist.html U src/gnu/usr.sbin/sendmail/libmilter/docs/smfi_settimeout.html U src/gnu/usr.sbin/sendmail/libmilter/docs/smfi_stop.html U src/gnu/usr.sbin/sendmail/libmilter/docs/smfi_version.html U src/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_abort.html U src/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_body.html U src/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_close.html U src/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_connect.html U src/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_data.html U src/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_envfrom.html U src/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_envrcpt.html U src/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_eoh.html U src/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_eom.html U src/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_header.html U src/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_helo.html U src/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_negotiate.html U src/gnu/usr.sbin/sendmail/libmilter/docs/xxfi_unknown.html U src/gnu/usr.sbin/sendmail/libsm/Makefile U src/gnu/usr.sbin/sendmail/libsm/README U src/gnu/usr.sbin/sendmail/libsm/assert.c U src/gnu/usr.sbin/sendmail/libsm/assert.html U src/gnu/usr.sbin/sendmail/libsm/b-strcmp.c U src/gnu/usr.sbin/sendmail/libsm/b-strl.c U src/gnu/usr.sbin/sendmail/libsm/cdefs.html U src/gnu/usr.sbin/sendmail/libsm/cf.c U src/gnu/usr.sbin/sendmail/libsm/clock.c U src/gnu/usr.sbin/sendmail/libsm/clrerr.c U src/gnu/usr.sbin/sendmail/libsm/config.c U src/gnu/usr.sbin/sendmail/libsm/debug.c U src/gnu/usr.sbin/sendmail/libsm/debug.html U src/gnu/usr.sbin/sendmail/libsm/errstring.c U src/gnu/usr.sbin/sendmail/libsm/exc.c U src/gnu/usr.sbin/sendmail/libsm/exc.html U src/gnu/usr.sbin/sendmail/libsm/fclose.c U src/gnu/usr.sbin/sendmail/libsm/feof.c U src/gnu/usr.sbin/sendmail/libsm/ferror.c U src/gnu/usr.sbin/sendmail/libsm/fflush.c U src/gnu/usr.sbin/sendmail/libsm/fget.c U src/gnu/usr.sbin/sendmail/libsm/findfp.c U src/gnu/usr.sbin/sendmail/libsm/flags.c U src/gnu/usr.sbin/sendmail/libsm/fopen.c U src/gnu/usr.sbin/sendmail/libsm/fpos.c U src/gnu/usr.sbin/sendmail/libsm/fput.c U src/gnu/usr.sbin/sendmail/libsm/fprintf.c U src/gnu/usr.sbin/sendmail/libsm/fpurge.c U src/gnu/usr.sbin/sendmail/libsm/fread.c U src/gnu/usr.sbin/sendmail/libsm/fscanf.c U src/gnu/usr.sbin/sendmail/libsm/fseek.c U src/gnu/usr.sbin/sendmail/libsm/fvwrite.c U src/gnu/usr.sbin/sendmail/libsm/fvwrite.h U src/gnu/usr.sbin/sendmail/libsm/fwalk.c U src/gnu/usr.sbin/sendmail/libsm/fwrite.c U src/gnu/usr.sbin/sendmail/libsm/gen.html U src/gnu/usr.sbin/sendmail/libsm/get.c U src/gnu/usr.sbin/sendmail/libsm/glue.h U src/gnu/usr.sbin/sendmail/libsm/heap.c U src/gnu/usr.sbin/sendmail/libsm/heap.html U src/gnu/usr.sbin/sendmail/libsm/index.html U src/gnu/usr.sbin/sendmail/libsm/io.html U src/gnu/usr.sbin/sendmail/libsm/ldap.c U src/gnu/usr.sbin/sendmail/libsm/local.h U src/gnu/usr.sbin/sendmail/libsm/makebuf.c U src/gnu/usr.sbin/sendmail/libsm/match.c U src/gnu/usr.sbin/sendmail/libsm/mbdb.c U src/gnu/usr.sbin/sendmail/libsm/memstat.c U src/gnu/usr.sbin/sendmail/libsm/mpeix.c U src/gnu/usr.sbin/sendmail/libsm/niprop.c U src/gnu/usr.sbin/sendmail/libsm/path.c U src/gnu/usr.sbin/sendmail/libsm/put.c U src/gnu/usr.sbin/sendmail/libsm/rpool.c U src/gnu/usr.sbin/sendmail/libsm/refill.c U src/gnu/usr.sbin/sendmail/libsm/rewind.c U src/gnu/usr.sbin/sendmail/libsm/rpool.html U src/gnu/usr.sbin/sendmail/libsm/sem.c U src/gnu/usr.sbin/sendmail/libsm/setvbuf.c U src/gnu/usr.sbin/sendmail/libsm/shm.c U src/gnu/usr.sbin/sendmail/libsm/signal.c U src/gnu/usr.sbin/sendmail/libsm/smstdio.c U src/gnu/usr.sbin/sendmail/libsm/snprintf.c U src/gnu/usr.sbin/sendmail/libsm/sscanf.c U src/gnu/usr.sbin/sendmail/libsm/stdio.c U src/gnu/usr.sbin/sendmail/libsm/strcasecmp.c U src/gnu/usr.sbin/sendmail/libsm/strdup.c U src/gnu/usr.sbin/sendmail/libsm/strerror.c U src/gnu/usr.sbin/sendmail/libsm/strexit.c U src/gnu/usr.sbin/sendmail/libsm/string.c U src/gnu/usr.sbin/sendmail/libsm/stringf.c U src/gnu/usr.sbin/sendmail/libsm/strio.c U src/gnu/usr.sbin/sendmail/libsm/strl.c U src/gnu/usr.sbin/sendmail/libsm/strrevcmp.c U src/gnu/usr.sbin/sendmail/libsm/strto.c U src/gnu/usr.sbin/sendmail/libsm/syslogio.c U src/gnu/usr.sbin/sendmail/libsm/t-cf.c U src/gnu/usr.sbin/sendmail/libsm/t-event.c U src/gnu/usr.sbin/sendmail/libsm/t-exc.c U src/gnu/usr.sbin/sendmail/libsm/t-float.c U src/gnu/usr.sbin/sendmail/libsm/t-fopen.c U src/gnu/usr.sbin/sendmail/libsm/t-heap.c U src/gnu/usr.sbin/sendmail/libsm/t-match.c U src/gnu/usr.sbin/sendmail/libsm/t-memstat.c U src/gnu/usr.sbin/sendmail/libsm/t-path.c U src/gnu/usr.sbin/sendmail/libsm/t-qic.c U src/gnu/usr.sbin/sendmail/libsm/t-rpool.c U src/gnu/usr.sbin/sendmail/libsm/t-scanf.c U src/gnu/usr.sbin/sendmail/libsm/t-sem.c U src/gnu/usr.sbin/sendmail/libsm/t-shm.c U src/gnu/usr.sbin/sendmail/libsm/t-smstdio.c U src/gnu/usr.sbin/sendmail/libsm/t-string.c U src/gnu/usr.sbin/sendmail/libsm/t-strio.c U src/gnu/usr.sbin/sendmail/libsm/t-strl.c U src/gnu/usr.sbin/sendmail/libsm/t-strrevcmp.c U src/gnu/usr.sbin/sendmail/libsm/t-types.c U src/gnu/usr.sbin/sendmail/libsm/test.c U src/gnu/usr.sbin/sendmail/libsm/ungetc.c U src/gnu/usr.sbin/sendmail/libsm/util.c U src/gnu/usr.sbin/sendmail/libsm/vasprintf.c U src/gnu/usr.sbin/sendmail/libsm/vfprintf.c U src/gnu/usr.sbin/sendmail/libsm/vfscanf.c U src/gnu/usr.sbin/sendmail/libsm/vprintf.c U src/gnu/usr.sbin/sendmail/libsm/vsnprintf.c U src/gnu/usr.sbin/sendmail/libsm/wbuf.c U src/gnu/usr.sbin/sendmail/libsm/wsetup.c U src/gnu/usr.sbin/sendmail/libsm/xtrap.c U src/gnu/usr.sbin/sendmail/libsmdb/Makefile U src/gnu/usr.sbin/sendmail/libsmdb/smdb.c U src/gnu/usr.sbin/sendmail/libsmdb/smdb1.c U src/gnu/usr.sbin/sendmail/libsmdb/smdb2.c U src/gnu/usr.sbin/sendmail/libsmdb/smndbm.c U src/gnu/usr.sbin/sendmail/libsmutil/Makefile U src/gnu/usr.sbin/sendmail/libsmutil/cf.c U src/gnu/usr.sbin/sendmail/libsmutil/debug.c U src/gnu/usr.sbin/sendmail/libsmutil/err.c U src/gnu/usr.sbin/sendmail/libsmutil/lockfile.c U src/gnu/usr.sbin/sendmail/libsmutil/safefile.c U src/gnu/usr.sbin/sendmail/libsmutil/snprintf.c U src/gnu/usr.sbin/sendmail/mail.local/Makefile U src/gnu/usr.sbin/sendmail/mail.local/README U src/gnu/usr.sbin/sendmail/mail.local/mail.local.8 U src/gnu/usr.sbin/sendmail/mail.local/mail.local.c U src/gnu/usr.sbin/sendmail/mailstats/Makefile U src/gnu/usr.sbin/sendmail/mailstats/mailstats.8 U src/gnu/usr.sbin/sendmail/mailstats/mailstats.c U src/gnu/usr.sbin/sendmail/makemap/Makefile U src/gnu/usr.sbin/sendmail/makemap/makemap.8 U src/gnu/usr.sbin/sendmail/makemap/makemap.c U src/gnu/usr.sbin/sendmail/praliases/Makefile U src/gnu/usr.sbin/sendmail/praliases/praliases.1 U src/gnu/usr.sbin/sendmail/praliases/praliases.c U src/gnu/usr.sbin/sendmail/rmail/Makefile U src/gnu/usr.sbin/sendmail/rmail/rmail.8 U src/gnu/usr.sbin/sendmail/rmail/rmail.c U src/gnu/usr.sbin/sendmail/sendmail/Makefile U src/gnu/usr.sbin/sendmail/sendmail/README U src/gnu/usr.sbin/sendmail/sendmail/SECURITY U src/gnu/usr.sbin/sendmail/sendmail/TRACEFLAGS U src/gnu/usr.sbin/sendmail/sendmail/TUNING U src/gnu/usr.sbin/sendmail/sendmail/alias.c U src/gnu/usr.sbin/sendmail/sendmail/aliases U src/gnu/usr.sbin/sendmail/sendmail/aliases.5 U src/gnu/usr.sbin/sendmail/sendmail/arpadate.c U src/gnu/usr.sbin/sendmail/sendmail/bf.c U src/gnu/usr.sbin/sendmail/sendmail/bf.h U src/gnu/usr.sbin/sendmail/sendmail/collect.c U src/gnu/usr.sbin/sendmail/sendmail/conf.c U src/gnu/usr.sbin/sendmail/sendmail/conf.h U src/gnu/usr.sbin/sendmail/sendmail/control.c U src/gnu/usr.sbin/sendmail/sendmail/convtime.c U src/gnu/usr.sbin/sendmail/sendmail/daemon.c U src/gnu/usr.sbin/sendmail/sendmail/daemon.h U src/gnu/usr.sbin/sendmail/sendmail/deliver.c U src/gnu/usr.sbin/sendmail/sendmail/domain.c U src/gnu/usr.sbin/sendmail/sendmail/envelope.c U src/gnu/usr.sbin/sendmail/sendmail/err.c U src/gnu/usr.sbin/sendmail/sendmail/headers.c U src/gnu/usr.sbin/sendmail/sendmail/helpfile U src/gnu/usr.sbin/sendmail/sendmail/macro.c U src/gnu/usr.sbin/sendmail/sendmail/mailq.8 U src/gnu/usr.sbin/sendmail/sendmail/main.c U src/gnu/usr.sbin/sendmail/sendmail/map.c U src/gnu/usr.sbin/sendmail/sendmail/map.h U src/gnu/usr.sbin/sendmail/sendmail/mci.c U src/gnu/usr.sbin/sendmail/sendmail/milter.c U src/gnu/usr.sbin/sendmail/sendmail/mime.c U src/gnu/usr.sbin/sendmail/sendmail/newaliases.8 U src/gnu/usr.sbin/sendmail/sendmail/parseaddr.c U src/gnu/usr.sbin/sendmail/sendmail/queue.c U src/gnu/usr.sbin/sendmail/sendmail/ratectrl.c U src/gnu/usr.sbin/sendmail/sendmail/readcf.c U src/gnu/usr.sbin/sendmail/sendmail/recipient.c U src/gnu/usr.sbin/sendmail/sendmail/sasl.c U src/gnu/usr.sbin/sendmail/sendmail/savemail.c U src/gnu/usr.sbin/sendmail/sendmail/sendmail.8 U src/gnu/usr.sbin/sendmail/sendmail/sendmail.h U src/gnu/usr.sbin/sendmail/sendmail/sfsasl.c U src/gnu/usr.sbin/sendmail/sendmail/sfsasl.h U src/gnu/usr.sbin/sendmail/sendmail/shmticklib.c U src/gnu/usr.sbin/sendmail/sendmail/sm_resolve.c U src/gnu/usr.sbin/sendmail/sendmail/sm_resolve.h U src/gnu/usr.sbin/sendmail/sendmail/srvrsmtp.c U src/gnu/usr.sbin/sendmail/sendmail/stab.c U src/gnu/usr.sbin/sendmail/sendmail/stats.c U src/gnu/usr.sbin/sendmail/sendmail/sysexits.c U src/gnu/usr.sbin/sendmail/sendmail/statusd_shm.h U src/gnu/usr.sbin/sendmail/sendmail/sysexits.h U src/gnu/usr.sbin/sendmail/sendmail/timers.c U src/gnu/usr.sbin/sendmail/sendmail/timers.h U src/gnu/usr.sbin/sendmail/sendmail/tls.c U src/gnu/usr.sbin/sendmail/sendmail/trace.c U src/gnu/usr.sbin/sendmail/sendmail/udb.c U src/gnu/usr.sbin/sendmail/sendmail/usersmtp.c U src/gnu/usr.sbin/sendmail/sendmail/util.c U src/gnu/usr.sbin/sendmail/sendmail/version.c U src/gnu/usr.sbin/sendmail/smrsh/Makefile U src/gnu/usr.sbin/sendmail/smrsh/README U src/gnu/usr.sbin/sendmail/smrsh/smrsh.8 U src/gnu/usr.sbin/sendmail/smrsh/smrsh.c U src/gnu/usr.sbin/sendmail/vacation/Makefile U src/gnu/usr.sbin/sendmail/vacation/vacation.1 U src/gnu/usr.sbin/sendmail/vacation/vacation.c No conflicts created by this import ________________________________________________________________________ Commit ID: 100469A7FCE666DDA4D CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/07/15 20:13:08 UTC Modified files: x11/gnome/session: Makefile distinfo x11/gnome/session/patches: patch-gnome-session_manager_c x11/gnome/session/pkg: PLIST Log message: Update gnome-session to 2.18.2-0. The update is almost finished, I would say. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.4 -r1.5 ports/x11/gnome/session/Makefile cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/x11/gnome/session/distinfo cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/x11/gnome/session/patches/patch-gnome-session_manager_c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/x11/gnome/session/pkg/PLIST ________________________________________________________________________ Commit ID: 100469A802261CC4A13 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/07/15 20:14:34 UTC Modified files: x11/gnome/eel : Makefile distinfo x11/gnome/eel/pkg: PLIST x11/gnome/nautilus: Makefile distinfo x11/gnome/nautilus/pkg: PLIST Removed files: x11/gnome/eel/pkg: PFRAG.shared x11/gnome/nautilus/patches: patch-data_static_bookmarks_xml x11/gnome/nautilus/pkg: PFRAG.shared Log message: Forgot to commit those two. I am not quite sure if nautilus really works but we will see :). To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.4 -r1.5 ports/x11/gnome/eel/Makefile cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/x11/gnome/eel/distinfo cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/x11/gnome/eel/pkg/PFRAG.shared cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/x11/gnome/eel/pkg/PLIST cvs -R rdiff -kk -upr1.4 -r1.5 ports/x11/gnome/nautilus/Makefile cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/x11/gnome/nautilus/distinfo cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/x11/gnome/nautilus/patches/patch-data_static_bookmarks_xml cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/x11/gnome/nautilus/pkg/PFRAG.shared cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/x11/gnome/nautilus/pkg/PLIST ________________________________________________________________________ Commit ID: 100469A871020796884 CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/07/15 20:43:41 UTC Modified files: samples : dot.Xmodmap Log message: was die können kann ich auch! To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.12 -r1.13 contrib/samples/dot.Xmodmap ________________________________________________________________________ Commit ID: 100469A882D6D2D33A5 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/15 20:48:38 UTC Modified files: distrib/baselive: Makefile Log message: ah, I d̲i̲d̲ miss that on the baselive cd, now I remember ☺ To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.22 -r1.23 src/distrib/baselive/Makefile ________________________________________________________________________ Commit ID: 100469A90D46626326E CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/07/15 21:26:07 UTC Modified files: x11/gnome/ggv : Makefile distinfo x11/gnome/ggv/pkg: PLIST Log message: Update ggv to 2.12.0-0. After GNOME 2.12, this program has not been part of GNOME but it is still useful. And it works great. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.5 -r1.6 ports/x11/gnome/ggv/Makefile cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/x11/gnome/ggv/distinfo cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/x11/gnome/ggv/pkg/PLIST ________________________________________________________________________ Commit ID: 100469B8AB73A792516 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/16 15:11:29 UTC src/share/common Update of /cvs/src/share/common In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv14969/share/common Log Message: Directory /cvs/src/share/common added to the repository ________________________________________________________________________ Commit ID: 100469B8ACE4686D6CE CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/16 15:12:03 UTC Modified files: usr.bin/tr : Makefile tr.c Added files: share/common : Makefile.inc ambstowcs.c ambstowcs.h Log message: bsiegert@ wants this to be more reusable To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr0 -r1.1 src/share/common/Makefile.inc cvs -R rdiff -kk -upr0 -r1.1 src/share/common/ambstowcs.c cvs -R rdiff -kk -upr0 -r1.1 src/share/common/ambstowcs.h cvs -R rdiff -kk -upr1.1.1.1 -r1.2 src/usr.bin/tr/Makefile cvs -R rdiff -kk -upr1.2 -r1.3 src/usr.bin/tr/tr.c ________________________________________________________________________ Commit ID: 100469B8EC97E210D62 CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/07/16 15:29:31 UTC Modified files: hosted/fwcf : fwcf.sh Log message: now that freewrt trunk has mksh, we can try to set an example for better shell scripting (this still isn't perfect as it's been designed with ash in mind and grown over time, but still more SECURE than before) this is *NOT* possible to run on freewrt 1.0.x! To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.33 -r1.34 contrib/hosted/fwcf/fwcf.sh ________________________________________________________________________ Commit ID: 100469B8F0D2E7A44A2 CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/07/16 15:30:03 UTC Adding static tag 'FWCF_1_05' affecting: old rev. new rev. filename -------- -------- -------- NONE 1.1 hosted/fwcf/.cvsignore NONE 1.8 hosted/fwcf/BSDmakefile NONE 1.8 hosted/fwcf/GNUmakefile NONE 1.5 hosted/fwcf/LICENCE NONE 1.10 hosted/fwcf/Makefile.inc NONE 1.10 hosted/fwcf/adler.h NONE 1.5 hosted/fwcf/c_lzo1x1.c NONE 1.5 hosted/fwcf/c_null.c NONE 1.4 hosted/fwcf/c_zlib.c NONE 1.7 hosted/fwcf/compress.c NONE 1.10 hosted/fwcf/compress.h NONE 1.4 hosted/fwcf/cpr_get.c NONE 1.4 hosted/fwcf/cpr_list.c NONE 1.3 hosted/fwcf/cpr_lsth.c NONE 1.7 hosted/fwcf/defs.h NONE 1.2 hosted/fwcf/ft_creat.c NONE 1.5 hosted/fwcf/ft_dump.c NONE 1.7 hosted/fwcf/ft_pack.c NONE 1.4 hosted/fwcf/ft_packm.c NONE 1.3 hosted/fwcf/fts.c NONE 1.2 hosted/fwcf/fts_debg.c NONE 1.1 hosted/fwcf/fts_gnu.h NONE 1.8 hosted/fwcf/fts_subs.c NONE 1.6 hosted/fwcf/fts_subs.h NONE 1.34 hosted/fwcf/fwcf.sh NONE 1.37 hosted/fwcf/fwcf.txt NONE 1.7 hosted/fwcf/header.c NONE 1.2 hosted/fwcf/minilzop.c NONE 1.1 hosted/fwcf/minilzop.h NONE 1.13 hosted/fwcf/pack.h NONE 1.4 hosted/fwcf/sys_bsd.c NONE 1.3 hosted/fwcf/sys_linux.c NONE 1.2 hosted/fwcf/sysdeps.h NONE 1.7 hosted/fwcf/tool.c NONE 1.10 hosted/fwcf/unwraps.c NONE 1.7 hosted/fwcf/wraps.c NONE 1.1 hosted/fwcf/bundled/README.LZO NONE 1.1 hosted/fwcf/bundled/lzoconf.h NONE 1.1 hosted/fwcf/bundled/lzodefs.h NONE 1.1 hosted/fwcf/bundled/minilzo.c NONE 1.1 hosted/fwcf/bundled/minilzo.h NONE 1.1 hosted/fwcf/fwcf.helper/.cvsignore NONE 1.9 hosted/fwcf/fwcf.helper/Makefile NONE 1.5 hosted/fwcf/lib/Makefile NONE 1.2 hosted/fwcf/mkfwcf/.cvsignore NONE 1.14 hosted/fwcf/mkfwcf/Makefile NONE 1.13 hosted/fwcf/mkfwcf/mkfwcf.c NONE 1.2 hosted/fwcf/tool/.cvsignore NONE 1.5 hosted/fwcf/tool/Makefile NONE 1.1 hosted/fwcf/unfwcf/.cvsignore NONE 1.14 hosted/fwcf/unfwcf/Makefile NONE 1.8 hosted/fwcf/unfwcf/unfwcf.c ________________________________________________________________________ Commit ID: 100469BA34410F33EA9 CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/07/16 16:56:30 UTC Modified files: hosted/fwcf : fwcf.sh Log message: I knew it had to be buggy, but I think I tested this… oops anyway To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.34 -r1.35 contrib/hosted/fwcf/fwcf.sh ________________________________________________________________________ Commit ID: 100469BA36550CE776E CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/07/16 16:56:47 UTC Moving static tag 'FWCF_1_05' affecting: old rev. new rev. filename -------- -------- -------- 1.34 1.35 hosted/fwcf/fwcf.sh ________________________________________________________________________ Commit ID: 100469CA7D873511AAF CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/07/17 11:28:52 UTC Modified files: data : news.inc src : mksh.hts Log message: • more test results, freewrt switch • more wishlist (todo: test visual studio express compilers too) • remove stuff already done from wishlist To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.13 -r1.14 www/data/news.inc cvs -R rdiff -kk -upr1.20 -r1.21 www/src/mksh.hts ________________________________________________________________________ Commit ID: 100469CAAD80E834AF0 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/07/17 11:41:04 UTC Modified files: src : mksh.hts Log message: there is no gcc on the syllable live cd or vmdk so… also todo: test releases with AIX (I wish), move pre-R30 stuff to old-page To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.21 -r1.22 www/src/mksh.hts ________________________________________________________________________ Commit ID: 100469CCA9508D35977 CVSROOT: /cvs Module name: (multiple) Changes by: tg@herc.mirbsd.org 2007/07/17 13:56:52 UTC Modified files: bin/mksh : sh.h check.t main.c src : mksh.hts Log message: • make the "if called as sh, set FPOSIX" not !SMALL-only • bump to R30-gamma, feature freeze To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.156 -r1.157 src/bin/mksh/sh.h cvs -R rdiff -kk -upr1.125 -r1.126 src/bin/mksh/check.t cvs -R rdiff -kk -upr1.82 -r1.83 src/bin/mksh/main.c cvs -R rdiff -kk -upr1.22 -r1.23 www/src/mksh.hts ________________________________________________________________________ Commit ID: 100469D17263D3F873B CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/07/17 19:23:05 UTC Modified files: code/Snippets : tinyirc.c Log message: use irc.mirbsd.org:6667 (i.e., freenode) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.10 -r1.11 contrib/code/Snippets/tinyirc.c ________________________________________________________________________ Commit ID: 100469D1B441B1DC62C CVSROOT: /cvs Module name: (multiple) Changes by: tg@herc.mirbsd.org 2007/07/17 19:41:28 UTC Modified files: src : mksh.hts bin/mksh : Build.sh Log message: switch $CC default from gcc to cc, as we support most native compilers now, and – with Daniel's words – das ist doch kein Rumgeleenockse hier! To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.23 -r1.24 www/src/mksh.hts cvs -R rdiff -kk -upr1.238 -r1.239 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 100469D21BC33C3E7EC CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/07/17 20:08:16 UTC Modified files: code/Snippets : tinyirc.c Log message: allow overriding the irc username, too To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.11 -r1.12 contrib/code/Snippets/tinyirc.c ________________________________________________________________________ Commit ID: 100469DD7687BA1D07D CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/18 09:04:11 UTC Modified files: distrib/common : Makefile distrib/baselive: Makefile Log message: do the entropy-to-sector-0 dance BEFORE writing the disklabel, I have no idea why but it sometimes seems to wreck it… To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.23 -r1.24 src/distrib/common/Makefile cvs -R rdiff -kk -upr1.23 -r1.24 src/distrib/baselive/Makefile ________________________________________________________________________ Commit ID: 100469DEC6A266BE2F6 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/18 10:34:01 UTC Modified files: sys/arch/i386/i386: disksubr.c Log message: fix the unability to use disklabels on devices with no MBR partition table by making the return code of read_pt a tristate (bug/ok/no) value and check it in the functions that call it To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.3 -r1.4 src/sys/arch/i386/i386/disksubr.c ________________________________________________________________________ Commit ID: 100469E70552FC54D2E CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/18 19:55:54 UTC Modified files: sys/netinet6 : in6.h Log message: let's just call it MirBSD, MirOS Linux and MirOS Interix won't use KAME... To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.4 -r1.5 src/sys/netinet6/in6.h ________________________________________________________________________ Commit ID: 100469E787F7E43C4A1 CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/07/18 20:30:43 UTC Modified files: code/Snippets : tinyirc.c Log message: implement quoting and fix ctrl-d at bol (or so I hope) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.12 -r1.13 contrib/code/Snippets/tinyirc.c ________________________________________________________________________ Commit ID: 100469E836332620C35 CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/07/18 21:17:45 UTC Modified files: code/Snippets : tinyirc.c Log message: fix ^D sigsegv and add comment how to use quote To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.13 -r1.14 contrib/code/Snippets/tinyirc.c ________________________________________________________________________ Commit ID: 100469E8A372D04650C CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/18 21:47:12 UTC Modified files: libexec/cprng : cprng.c Log message: add an option (-p) to use the profhz(9) instead of the hz(9), since the former is driven by the stathz(9) from an independent timer if one is available – quality on nwt (the 80486DX box, remember?) is (only VERY slightly tho) better: 0.5 ipv 0.01 To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.6 -r1.7 src/libexec/cprng/cprng.c ________________________________________________________________________ Commit ID: 100469E8C1C26E61819 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/07/18 21:55:10 UTC Modified files: lang/guile : Makefile distinfo lang/guile/patches: patch-configure_in lang/guile/pkg : PLIST Added files: lang/guile/patches: patch-libguile_numbers_c Removed files: lang/guile/patches: patch-Makefile_in patch-libguile_dynl_c patch-libguile_guile_c lang/guile/pkg : PFRAG.shared Log message: Update guile to 1.8.2-0, libtoolise plist. Now needs gmp. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.5 -r1.6 ports/lang/guile/Makefile cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/lang/guile/distinfo cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/lang/guile/patches/patch-Makefile_in cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/lang/guile/patches/patch-configure_in cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/lang/guile/patches/patch-libguile_dynl_c cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/lang/guile/patches/patch-libguile_guile_c cvs -R rdiff -kk -upr0 -r1.1 ports/lang/guile/patches/patch-libguile_numbers_c cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/lang/guile/pkg/PFRAG.shared cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/lang/guile/pkg/PLIST ________________________________________________________________________ Commit ID: 100469E9E4C47F1993A CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/18 23:12:34 UTC Modified files: etc : rc rc.conf libexec/cprng : cprng.c Log message: meh, just use daemon(3) [inlined, for portability and return codes/msgs] and default to the profile clock instead of the system clock (implications not scientifically proven yet) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.73 -r1.74 src/etc/rc cvs -R rdiff -kk -upr1.14 -r1.15 src/etc/rc.conf cvs -R rdiff -kk -upr1.7 -r1.8 src/libexec/cprng/cprng.c ________________________________________________________________________ Commit ID: 100469F436127425B94 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/19 10:56:54 UTC Modified files: distrib/common : list Log message: yesterday, I had no sort(1) on nwt, so I wrote one in mksh... that's slow tho, especially on an 80486DX-33, thus better put it on here To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.18 -r1.19 src/distrib/common/list ________________________________________________________________________ Commit ID: 100469F52F83BC3B59E CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/07/19 12:02:49 UTC Modified files: www/opera : Makefile distinfo Log message: update to 9.22, noticed by bsiegert@ To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.21 -r1.22 ports/www/opera/Makefile cvs -R rdiff -kk -upr1.10 -r1.11 ports/www/opera/distinfo ________________________________________________________________________ Commit ID: 100469F57F603EBA965 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/19 12:25:18 UTC Modified files: etc : ssl.certs.shar Log message: major update: • add certs from StartCom Ltd, Israel • add certs bundled with Opera 9.20 • remove already-expired certs pending: • updated certificate from SPI (still waiting for them to move their arse, but they're affiliated with Debian and thus will probably need 10 years) • more expiries this year (3) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.8 -r1.9 src/etc/ssl.certs.shar ________________________________________________________________________ Commit ID: 100469F599401DD9E8C CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/19 12:30:55 UTC Modified files: distrib/lists/base/etc: mi Log message: sync To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.24 -r1.25 src/distrib/lists/base/etc/mi ________________________________________________________________________ Commit ID: 100469F92FB6EFB742E CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/19 16:35:58 UTC Modified files: distrib/common : list listend.i386-big listend.sparc listend.sparc-mr Log message: makefs: Writing inode 4 (/usr/obj/distrib/common/tmpdata/bsd), bytes 1400832 + 2461: No space left on device To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.19 -r1.20 src/distrib/common/list cvs -R rdiff -kk -upr1.21 -r1.22 src/distrib/common/listend.i386-big cvs -R rdiff -kk -upr1.12 -r1.13 src/distrib/common/listend.sparc cvs -R rdiff -kk -upr1.9 -r1.10 src/distrib/common/listend.sparc-mr ________________________________________________________________________ Commit ID: 100469F95AC13BA4877 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/07/19 16:47:18 UTC ports/devel/py-gobject Update of /cvs/ports/devel/py-gobject In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv5050/py-gobject Log Message: Directory /cvs/ports/devel/py-gobject added to the repository ________________________________________________________________________ Commit ID: 100469F95AC13BA4877 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/07/19 16:47:19 UTC ports/devel/py-gobject/pkg Update of /cvs/ports/devel/py-gobject/pkg In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv5050/py-gobject/pkg Log Message: Directory /cvs/ports/devel/py-gobject/pkg added to the repository ________________________________________________________________________ Commit ID: 100469F95D45A55AEA5 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/07/19 16:48:45 UTC Added files: devel/py-gobject: Makefile distinfo devel/py-gobject/pkg: DESCR PLIST Log message: Add a port for py-gobject-2.12.3-0, now a dependency of the new py-gtk (which has not yet been updated). From DESCR: This package contains Python bindings for GObject. It is a fairly complete set of bindings, it's already rather useful, and is usable to write moderately complex programs (see the examples directory for some examples of the simpler programs you could write). To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr0 -r1.1 ports/devel/py-gobject/Makefile cvs -R rdiff -kk -upr0 -r1.1 ports/devel/py-gobject/distinfo cvs -R rdiff -kk -upr0 -r1.1 ports/devel/py-gobject/pkg/DESCR cvs -R rdiff -kk -upr0 -r1.1 ports/devel/py-gobject/pkg/PLIST ________________________________________________________________________ Commit ID: 100469FABED3325B4A8 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/19 18:22:16 UTC Modified files: usr.bin/file : readelf.c readelf.h Log message: +syllable To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.6 -r1.7 src/usr.bin/file/readelf.c cvs -R rdiff -kk -upr1.4 -r1.5 src/usr.bin/file/readelf.h ________________________________________________________________________ Commit ID: 100469FB48546E22AB0 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/07/19 18:58:56 UTC ports/graphics/py-cairo Update of /cvs/ports/graphics/py-cairo In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv18146/py-cairo Log Message: Directory /cvs/ports/graphics/py-cairo added to the repository ________________________________________________________________________ Commit ID: 100469FB48546E22AB0 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/07/19 18:58:56 UTC ports/graphics/py-cairo/pkg Update of /cvs/ports/graphics/py-cairo/pkg In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv18146/py-cairo/pkg Log Message: Directory /cvs/ports/graphics/py-cairo/pkg added to the repository ________________________________________________________________________ Commit ID: 100469FB4AF28765800 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/07/19 19:00:02 UTC Added files: graphics/py-cairo: Makefile distinfo graphics/py-cairo/pkg: DESCR PLIST Log message: Add a port for py-cairo-1.2.6-0, cairo python bindings. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr0 -r1.1 ports/graphics/py-cairo/Makefile cvs -R rdiff -kk -upr0 -r1.1 ports/graphics/py-cairo/distinfo cvs -R rdiff -kk -upr0 -r1.1 ports/graphics/py-cairo/pkg/DESCR cvs -R rdiff -kk -upr0 -r1.1 ports/graphics/py-cairo/pkg/PLIST ________________________________________________________________________ Commit ID: 100469FC8AF0D5AD7BE CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/07/19 20:26:16 UTC Modified files: lang/python/2.3: Makefile lang/python/2.3/patches: patch-setup_py Added files: lang/python/2.3/patches: patch-Modules_datetimemodule_c Log message: Two fixes for python: - on MirOS, also disable nis module in setup.py. - IMPORTANT: time_t fix, makes stuff like date.today() and date.fromtimestamp() work again. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.6 -r1.7 ports/lang/python/2.3/Makefile cvs -R rdiff -kk -upr0 -r1.1 ports/lang/python/2.3/patches/patch-Modules_datetimemodule_c cvs -R rdiff -kk -upr1.2 -r1.3 ports/lang/python/2.3/patches/patch-setup_py ________________________________________________________________________ Commit ID: 100469FCA890931ABBE CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/07/19 20:34:49 UTC Modified files: lang/python : python.port.mk graphics/py-cairo: Makefile graphics/py-cairo/pkg: PLIST devel/py-gobject: Makefile devel/py-gobject/pkg: PLIST Log message: python.port.mk: Depend on the new version from five minutes ago ;). Introduce MODPY_USE_DISTUTILS: distutils are only used if set to yes (which, incidentally, is the default). py-cairo, py-gobject: switch to python.port.mk w/ MODPY_USE_DISTUTILS=no, s/PYTHON_VERSION/MODPY_VERSION/ in PLIST To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.2 -r1.3 ports/lang/python/python.port.mk cvs -R rdiff -kk -upr1.1 -r1.2 ports/graphics/py-cairo/Makefile cvs -R rdiff -kk -upr1.1 -r1.2 ports/graphics/py-cairo/pkg/PLIST cvs -R rdiff -kk -upr1.1 -r1.2 ports/devel/py-gobject/Makefile cvs -R rdiff -kk -upr1.1 -r1.2 ports/devel/py-gobject/pkg/PLIST ________________________________________________________________________ Commit ID: 100469FE15C64315C1A CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/07/19 22:10:20 UTC Modified files: lang/python : Makefile.inc Log message: bsddb is currently ${BROKEN} To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.9 -r1.10 ports/lang/python/Makefile.inc ________________________________________________________________________ Commit ID: 100469FE1FD2A71EBDA CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/07/19 22:13:08 UTC Modified files: lang/python : Makefile.inc lang/python/2.3: distinfo Log message: • it's DASH_VER not PKG_PATCHLEVEL *yuck* • regen distinfo To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.10 -r1.11 ports/lang/python/Makefile.inc cvs -R rdiff -kk -upr1.3 -r1.4 ports/lang/python/2.3/distinfo ________________________________________________________________________ Commit ID: 100469FE87B79E0A395 CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/07/19 22:40:49 UTC Modified files: . : Setup.sh Log message: use pkgsrc® ftp too if found, from replaced via IRC To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.33 -r1.34 ports/Setup.sh ________________________________________________________________________ Commit ID: 10046A1E33B3A9C2EC3 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/21 10:42:55 UTC Modified files: sys/kern : init_main.c Log message: eew. can't use rdtsc if the CPU doesn't have it now can we? To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.15 -r1.16 src/sys/kern/init_main.c ________________________________________________________________________ Commit ID: 10046A2A6BD621D4775 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/07/22 00:37:41 UTC Modified files: src : mksh.hts Log message: more late-night testing results (xlC will follow shortly) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.24 -r1.25 www/src/mksh.hts ________________________________________________________________________ Commit ID: 10046A344E96AC991F1 CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/07/22 11:51:57 UTC Modified files: code/jupp : uisrch.c Log message: prevent AIX ld from complaining about duplicate symbols (commons?) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.2 -r1.3 contrib/code/jupp/uisrch.c ________________________________________________________________________ Commit ID: 10046A356DC5E98CAFD CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/22 13:08:54 UTC Modified files: bin/mksh : Build.sh Log message: • move __GNUC__ test quite to the bottom, since I fear other compilers, such as icc, define it too • provide a Rebuild.sh skipping the mirtoconf checks – devel only! To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.239 -r1.240 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 10046A35CEC35BB7B5F CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/22 13:34:53 UTC Modified files: bin/mksh : Build.sh edit.c exec.c expr.c funcs.c histrap.c jobs.c lex.c main.c misc.c sh.h var.c Log message: • support IBM xlC on AIX • fix all bugs it could find ☺ To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.240 -r1.241 src/bin/mksh/Build.sh cvs -R rdiff -kk -upr1.105 -r1.106 src/bin/mksh/edit.c cvs -R rdiff -kk -upr1.33 -r1.34 src/bin/mksh/exec.c cvs -R rdiff -kk -upr1.10 -r1.11 src/bin/mksh/expr.c cvs -R rdiff -kk -upr1.58 -r1.59 src/bin/mksh/funcs.c cvs -R rdiff -kk -upr1.51 -r1.52 src/bin/mksh/histrap.c cvs -R rdiff -kk -upr1.24 -r1.25 src/bin/mksh/jobs.c cvs -R rdiff -kk -upr1.43 -r1.44 src/bin/mksh/lex.c cvs -R rdiff -kk -upr1.83 -r1.84 src/bin/mksh/main.c cvs -R rdiff -kk -upr1.60 -r1.61 src/bin/mksh/misc.c cvs -R rdiff -kk -upr1.157 -r1.158 src/bin/mksh/sh.h cvs -R rdiff -kk -upr1.40 -r1.41 src/bin/mksh/var.c ________________________________________________________________________ Commit ID: 10046A35DE715FF102D CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/22 13:38:27 UTC Modified files: bin/mksh : edit.c exec.c misc.c sh.h Log message: some null/NUL To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.106 -r1.107 src/bin/mksh/edit.c cvs -R rdiff -kk -upr1.34 -r1.35 src/bin/mksh/exec.c cvs -R rdiff -kk -upr1.61 -r1.62 src/bin/mksh/misc.c cvs -R rdiff -kk -upr1.158 -r1.159 src/bin/mksh/sh.h ________________________________________________________________________ Commit ID: 10046A35F6D6E418744 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/22 13:46:16 UTC Modified files: bin/mksh : Build.sh check.t sh.h Log message: • Build.sh: always prepend well-known signal names, so that some signals will not come up weirdly (e.g. on AIX: SIGSAK (SIGMAX?), SIGIO (SIGAIO?), SIGURG (SIGIOINT?)), and add a few more while here • check.t, sh.h: bump To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.241 -r1.242 src/bin/mksh/Build.sh cvs -R rdiff -kk -upr1.126 -r1.127 src/bin/mksh/check.t cvs -R rdiff -kk -upr1.159 -r1.160 src/bin/mksh/sh.h ________________________________________________________________________ Commit ID: 10046A35FF26FFF34D1 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/22 13:47:11 UTC Modified files: bin/mksh : Build.sh Log message: de-experimental AIX To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.242 -r1.243 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 10046A36344350ACD7B CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/22 14:01:51 UTC Modified files: bin/mksh : exec.c expr.c funcs.c histrap.c lex.c misc.c sh.h var.c Log message: • we had an unused variable leftover • make warning-free for both gcc and xlC To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.35 -r1.36 src/bin/mksh/exec.c cvs -R rdiff -kk -upr1.11 -r1.12 src/bin/mksh/expr.c cvs -R rdiff -kk -upr1.59 -r1.60 src/bin/mksh/funcs.c cvs -R rdiff -kk -upr1.52 -r1.53 src/bin/mksh/histrap.c cvs -R rdiff -kk -upr1.44 -r1.45 src/bin/mksh/lex.c cvs -R rdiff -kk -upr1.62 -r1.63 src/bin/mksh/misc.c cvs -R rdiff -kk -upr1.160 -r1.161 src/bin/mksh/sh.h cvs -R rdiff -kk -upr1.41 -r1.42 src/bin/mksh/var.c ________________________________________________________________________ Commit ID: 10046A366B86D30C38E CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/07/22 14:16:34 UTC Modified files: src : mksh.hts Log message: AIX with xlC9 (both -q32 and -q64), testsuite pass missing: Linux with xlC8, Darwin with xlC6beta (TODO) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.25 -r1.26 www/src/mksh.hts ________________________________________________________________________ Commit ID: 10046A3681001A1D158 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/07/22 14:21:47 UTC Modified files: src : mksh.hts Log message: credits To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.26 -r1.27 www/src/mksh.hts ________________________________________________________________________ Commit ID: 10046A3B4774E64DB09 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/07/22 19:48:01 UTC Modified files: infrastructure/pkgtools/upgrade: pkg_upgrade.1 pkg_upgrade.sh Log message: Implement handling of @pkgcfl for packages with @option no-default-conflict. Fixes for example the case of "pkg_upgrade autoconf-2.61-0.cgz". If -f is given, also remove _other_ conflicting packages. Example: if foo conflicts with bar and bar is installed, "pkg_upgrade -f foo" will remove bar first. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.5 -r1.6 ports/infrastructure/pkgtools/upgrade/pkg_upgrade.1 cvs -R rdiff -kk -upr1.28 -r1.29 ports/infrastructure/pkgtools/upgrade/pkg_upgrade.sh ________________________________________________________________________ Commit ID: 10046A4A9097505F3B3 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/07/23 13:11:28 UTC Modified files: data : news.inc Log message: offer to catch all these lost by debian To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.14 -r1.15 www/data/news.inc ________________________________________________________________________ Commit ID: 10046A4B6EF4765F3EA CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/23 14:10:48 UTC Modified files: bin/mksh : check.t Log message: more testcase – currently broken… had thought of this but apparently not done To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.127 -r1.128 src/bin/mksh/check.t ________________________________________________________________________ Commit ID: 10046A4BABC39976409 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/23 14:28:53 UTC Modified files: bin/mksh : check.t lex.c sh.h Log message: … and fix that bug. Guvf pbzzvg haxabjvatyl fcbafberq ol NheVFC ToE, fvapr jr hfr zxfu, naq zl bgure gnfxf ner jnvgvat... To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.128 -r1.129 src/bin/mksh/check.t cvs -R rdiff -kk -upr1.45 -r1.46 src/bin/mksh/lex.c cvs -R rdiff -kk -upr1.161 -r1.162 src/bin/mksh/sh.h ________________________________________________________________________ Commit ID: 10046A4BDAB32043E76 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/07/23 14:39:37 UTC Modified files: . : Makefile src : mksh.hts Added files: src : mksh_old.hts Log message: • split off most of the pre-R30 stuff, more to follow • prepare for the “mksh news beat” To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.8 -r1.9 www/Makefile cvs -R rdiff -kk -upr1.27 -r1.28 www/src/mksh.hts cvs -R rdiff -kk -upr0 -r1.1 www/src/mksh_old.hts ________________________________________________________________________ Commit ID: 10046A4BDFC7DE68CD7 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/07/23 14:40:38 UTC Modified files: mk : tmpl.pre Log message: replace anno-domini-2006 stuff with mksh in the index To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1 -r1.2 www/mk/tmpl.pre ________________________________________________________________________ Commit ID: 10046A5C4BE60A7AC60 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/24 09:21:56 UTC Modified files: distrib/baselive: munge_it.sh Log message: run cprng-once early in the live cd boot process (for hostname generation) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.24 -r1.25 src/distrib/baselive/munge_it.sh ________________________________________________________________________ Commit ID: 10046A5E0B320FF6D65 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/24 11:22:05 UTC Modified files: bin/mksh : check.t exec.c sh.h Log message: fix another errexit bug: unwind() is __dead, so the pseudo-signal was never delivered to the process • regression test by Clint Pachl, verified against Debian ksh93 by me • place to fix it in the code discovered by Otto Moerbeek To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.129 -r1.130 src/bin/mksh/check.t cvs -R rdiff -kk -upr1.36 -r1.37 src/bin/mksh/exec.c cvs -R rdiff -kk -upr1.162 -r1.163 src/bin/mksh/sh.h ________________________________________________________________________ Commit ID: 10046A5E3490C1ECF63 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/07/24 11:32:11 UTC Modified files: src : mksh.hts Log message: today's fix of mksh To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.28 -r1.29 www/src/mksh.hts ________________________________________________________________________ Commit ID: 10046A673784E7347BC CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/24 21:47:15 UTC Modified files: bin/mksh : Build.sh sh.h Log message: initial support for PW32, not quite working yet (same issues as Minix 3 and Plan 9, I think) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.243 -r1.244 src/bin/mksh/Build.sh cvs -R rdiff -kk -upr1.163 -r1.164 src/bin/mksh/sh.h ________________________________________________________________________ Commit ID: 10046A674F069FEA147 CVSROOT: /cvs Module name: (multiple) Changes by: tg@herc.mirbsd.org 2007/07/24 21:54:49 UTC Modified files: bin/mksh : Build.sh src : mksh.hts Log message: some more not-so working platforms can't extend the working ones better since my UWIN decided to break after MSVC++ Expreß seems to have “upgraded” some libraries… *sigh* To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.244 -r1.245 src/bin/mksh/Build.sh cvs -R rdiff -kk -upr1.29 -r1.30 www/src/mksh.hts ________________________________________________________________________ Commit ID: 10046A7AEEA23D36E47 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/07/25 20:15:37 UTC Modified files: net/bind : Makefile distinfo Added files: net/bind/patches: patch-CHANGES patch-README patch-bin_named_client_c patch-lib_dns_dispatch_c patch-lib_dns_include_dns_dispatch_h patch-version Log message: Update bind to 9.3.4-P1 (9.3.4.1-0 for us). That Other BSD says that this version is not vulnerable to those cache poisoning attacks, but still switch to ISC's new id generator and MANUALLY apply the patch. I actually had to download both upstream tarballs and do a recursive diff as ISC does not provide a patch, only a new version. Oh, and they chose to integrate some win32 changes as well for good measure. Sigh. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.5 -r1.6 ports/net/bind/Makefile cvs -R rdiff -kk -upr1.2 -r1.3 ports/net/bind/distinfo cvs -R rdiff -kk -upr0 -r1.1 ports/net/bind/patches/patch-CHANGES cvs -R rdiff -kk -upr0 -r1.1 ports/net/bind/patches/patch-README cvs -R rdiff -kk -upr0 -r1.1 ports/net/bind/patches/patch-bin_named_client_c cvs -R rdiff -kk -upr0 -r1.1 ports/net/bind/patches/patch-lib_dns_dispatch_c cvs -R rdiff -kk -upr0 -r1.1 ports/net/bind/patches/patch-lib_dns_include_dns_dispatch_h cvs -R rdiff -kk -upr0 -r1.1 ports/net/bind/patches/patch-version ________________________________________________________________________ Commit ID: 10046A874532AD148D2 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/26 10:16:21 UTC Modified files: sys/dev : rnd.c Log message: pad with (1‥3) arc4random(9) instead of NUL bytes, since the entropy adder assumes 32 bit for randomwrite() To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.28 -r1.29 src/sys/dev/rnd.c ________________________________________________________________________ Commit ID: 10046A8761A4ED1360A CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/07/26 10:23:15 UTC Modified files: src : mksh.hts Log message: gecko2 bought an Intel Macbook, so I was able to test there as well… To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.30 -r1.31 www/src/mksh.hts ________________________________________________________________________ Commit ID: 10046A877F75F9AEF59 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/07/26 10:31:00 UTC Modified files: data : wlog-9.inc Log message: random ramblings To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.10 -r1.11 www/data/wlog-9.inc ________________________________________________________________________ Commit ID: 10046A87C5B49DA92DE CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/26 10:49:47 UTC Modified files: distrib/common : dot.profile Log message: modernise the cprng invocation To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.18 -r1.19 src/distrib/common/dot.profile ________________________________________________________________________ Commit ID: 10046A8A03C41A44494 CVSROOT: /cvs Module name: (multiple) Changes by: tg@herc.mirbsd.org 2007/07/26 13:23:53 UTC Modified files: bin/mksh : check.t misc.c sh.h src : mksh.hts Log message: • test on HURD (gnubber) • fix unreachable code (break stmt) cought by suncc on yofuh's E420 • bump vsn to today To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.130 -r1.131 src/bin/mksh/check.t cvs -R rdiff -kk -upr1.63 -r1.64 src/bin/mksh/misc.c cvs -R rdiff -kk -upr1.164 -r1.165 src/bin/mksh/sh.h cvs -R rdiff -kk -upr1.31 -r1.32 www/src/mksh.hts ________________________________________________________________________ Commit ID: 10046A8A26E4E66F962 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/26 13:32:17 UTC Modified files: bin/mksh : mksh.1 Log message: mention ${foo:2:3} limitations To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.91 -r1.92 src/bin/mksh/mksh.1 ________________________________________________________________________ Commit ID: 10046A8A34D3815CB2C CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/26 13:35:59 UTC Modified files: bin/mksh : copyright Log message: small textual nits To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.20 -r1.21 src/bin/mksh/copyright ________________________________________________________________________ Commit ID: 10046A8A39C7DAFF91C CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/26 13:37:21 UTC Modified files: bin/mksh : dot.mkshrc Log message: if the shell doesn't know the cwd, “builtin pwd” won't either To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.17 -r1.18 src/bin/mksh/dot.mkshrc ________________________________________________________________________ Commit ID: 10046A8A3C03FA2FE69 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/26 13:37:52 UTC Adding static tag 'mksh-R30' affecting: old rev. new rev. filename -------- -------- -------- NONE 1.245 bin/mksh/Build.sh NONE 1.6 bin/mksh/alloc.c NONE 1.11 bin/mksh/check.pl NONE 1.131 bin/mksh/check.t NONE 1.21 bin/mksh/copyright NONE 1.18 bin/mksh/dot.mkshrc NONE 1.107 bin/mksh/edit.c NONE 1.33 bin/mksh/eval.c NONE 1.37 bin/mksh/exec.c NONE 1.12 bin/mksh/expr.c NONE 1.60 bin/mksh/funcs.c NONE 1.53 bin/mksh/histrap.c NONE 1.25 bin/mksh/jobs.c NONE 1.46 bin/mksh/lex.c NONE 1.84 bin/mksh/main.c NONE 1.64 bin/mksh/misc.c NONE 1.92 bin/mksh/mksh.1 NONE 1.8 bin/mksh/setmode.c NONE 1.165 bin/mksh/sh.h NONE 1.15 bin/mksh/shf.c NONE 1.2 bin/mksh/strlcpy.c NONE 1.16 bin/mksh/syn.c NONE 1.11 bin/mksh/tree.c NONE 1.42 bin/mksh/var.c ________________________________________________________________________ Commit ID: 10046A8E279124457AE CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/26 18:05:24 UTC Modified files: sbin/route : Makefile Log message: nuke junk To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.5 -r1.6 src/sbin/route/Makefile ________________________________________________________________________ Commit ID: 10046A8E331076DBD47 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/26 18:09:00 UTC Modified files: sbin/route : keywords.h Log message: hand-edit this I got a crisis when looking at keywords.sh but it'd be more maintenance if I fixed that shell script up... they use awk *shudder* that's a native in shell (even used in the mksh build script) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.1.2 -r1.2 src/sbin/route/keywords.h ________________________________________________________________________ Commit ID: 10046A8FC1E17D6FC17 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/07/26 19:54:51 UTC Modified files: src : mksh.hts Log message: fix changelog To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.32 -r1.33 www/src/mksh.hts ________________________________________________________________________ Commit ID: 10046A904F609582DB9 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/07/26 20:32:37 UTC Modified files: src : mksh.hts mksh_old.hts Log message: more To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.33 -r1.34 www/src/mksh.hts cvs -R rdiff -kk -upr1.1 -r1.2 www/src/mksh_old.hts ________________________________________________________________________ Commit ID: 10046A91A510EB74971 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/07/26 22:03:41 UTC Modified files: src : mksh.hts mksh_old.hts Log message: release time To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.34 -r1.35 www/src/mksh.hts cvs -R rdiff -kk -upr1.2 -r1.3 www/src/mksh_old.hts ________________________________________________________________________ Commit ID: 10046A91B7444FB3CCC CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/07/26 22:08:31 UTC Modified files: src : mksh.hts Log message: even better To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.35 -r1.36 www/src/mksh.hts ________________________________________________________________________ Commit ID: 10046A91EBA1BBC9276 CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/07/26 22:22:45 UTC Modified files: infrastructure/install: distinfo.sh essentials/pkgtools: Makefile distinfo shells/mksh : Makefile distinfo Log message: upgrade these (I wonder, do we have no libintl port? I also made a new distfile for that) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.54 -r1.55 ports/infrastructure/install/distinfo.sh cvs -R rdiff -kk -upr1.41 -r1.42 ports/essentials/pkgtools/Makefile cvs -R rdiff -kk -upr1.30 -r1.31 ports/essentials/pkgtools/distinfo cvs -R rdiff -kk -upr1.27 -r1.28 ports/shells/mksh/Makefile cvs -R rdiff -kk -upr1.22 -r1.23 ports/shells/mksh/distinfo ________________________________________________________________________ Commit ID: 10046A9227664EB18F2 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/26 22:38:32 UTC Modified files: bin/mksh : Build.sh Log message: these are actually cool people, I think To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.245 -r1.246 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 10046A924B95E5521B1 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/07/26 22:48:12 UTC Modified files: src : mksh.hts Log message: • more info from gecko2 • MidnightBSD and mports To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.36 -r1.37 www/src/mksh.hts ________________________________________________________________________ Commit ID: 10046AC9655585EDE40 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/07/29 13:29:39 UTC Modified files: src : mksh.hts Log message: more links and tests To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.37 -r1.38 www/src/mksh.hts ________________________________________________________________________ Commit ID: 10046AE46084C0BAFF9 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/07/30 20:11:43 UTC Modified files: src : mksh.hts Log message: they fixed the licencing issue rather quickly, good. no mksh is NOT gpl'd! To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.38 -r1.39 www/src/mksh.hts ________________________________________________________________________ Commit ID: 10046AF093241F3D771 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/31 10:04:46 UTC Modified files: bin/mksh : Build.sh Log message: • TenDRA (testsuite pass) • Fabrice Bellard’s tcc (not supported yet, may follow later) reminded by tarzeau (Gürkan Sengün) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.246 -r1.247 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 10046AF0C551FC2C2FC CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/31 10:17:52 UTC Modified files: bin/mksh : Build.sh Log message: • implement some (not yet tested) kludges for tcc • define $CPP internally To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.247 -r1.248 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 10046AF121C3F451EF4 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/31 10:42:16 UTC Modified files: bin/mksh : Build.sh edit.c eval.c histrap.c Log message: some steps towards building with tcc To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.248 -r1.249 src/bin/mksh/Build.sh cvs -R rdiff -kk -upr1.107 -r1.108 src/bin/mksh/edit.c cvs -R rdiff -kk -upr1.33 -r1.34 src/bin/mksh/eval.c cvs -R rdiff -kk -upr1.53 -r1.54 src/bin/mksh/histrap.c ________________________________________________________________________ Commit ID: 10046AF18D74B1B5DF4 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/31 11:11:25 UTC Modified files: distrib/special/mksh: Makefile bin/mksh : Build.sh Makefile check.t funcs.c sh.h Log message: • new way of checking for mknod & friends, due to tcc vs glibc weirdness • bump vsn for the code restructuring To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.11 -r1.12 src/distrib/special/mksh/Makefile cvs -R rdiff -kk -upr1.249 -r1.250 src/bin/mksh/Build.sh cvs -R rdiff -kk -upr1.44 -r1.45 src/bin/mksh/Makefile cvs -R rdiff -kk -upr1.131 -r1.132 src/bin/mksh/check.t cvs -R rdiff -kk -upr1.60 -r1.61 src/bin/mksh/funcs.c cvs -R rdiff -kk -upr1.165 -r1.166 src/bin/mksh/sh.h ________________________________________________________________________ Commit ID: 10046AF3F2323D2F78E CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/31 13:55:27 UTC Modified files: bin/mksh : funcs.c Log message: do the rlim_t for tcc cast dance for Debian GNU/kFreeBSD To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.61 -r1.62 src/bin/mksh/funcs.c ________________________________________________________________________ Commit ID: 10046AF4013662DB894 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/07/31 13:58:28 UTC Modified files: src : mksh.hts Log message: tcc, tendracc, more docs To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.39 -r1.40 www/src/mksh.hts ________________________________________________________________________ Commit ID: 10046AF54DA06B43D9B CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/31 15:29:41 UTC Modified files: bin/mksh : edit.c mksh.1 Log message: add a new bindable command “clear-screen”, which can be bound to the ^L key so that archite@midnightbsd won’t have to add evil kludges to oksh again if they switch their ksh to mksh ☺ both “clear-screen” and “error” aren’t bound; default binding for ^L stays, as usual, “redraw” (principle of least surprise); however GNU bash converts also might want to put “bind ^L=clear-screen” into their ~/.mkshrc. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.108 -r1.109 src/bin/mksh/edit.c cvs -R rdiff -kk -upr1.92 -r1.93 src/bin/mksh/mksh.1 ________________________________________________________________________ Commit ID: 10046AF570960C9C27B CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/07/31 15:36:21 UTC Modified files: src : mksh.hts Log message: ^L To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.40 -r1.41 www/src/mksh.hts ________________________________________________________________________ Commit ID: 10046AF58744B319A05 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/31 15:42:51 UTC Modified files: bin/mksh : edit.c Log message: make sure we don't show any junk in MKSH_CLS_STRING even if the terminal is not standards compatible To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.109 -r1.110 src/bin/mksh/edit.c ________________________________________________________________________ Commit ID: 10046AF9304601393BC CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/31 19:57:03 UTC Modified files: usr.sbin/ntpd : client.c config.c ntpd.h parse.y Log message: introduce a most controversial feature (that's why not even documented): the “serverloop” keyword. What it does: act like “server” except that the stratum isn't, like nor- mally when the peer's stratum is taken for our reply, increased by one. What its use is: Imagine a home network of ≥2 boxen, connected to the outside via a shared uplink (possibly IPv4 and IPv6, or two uplinks). The boxen will each (this part is important!) configure at least one¹ server from outside using “server”, as usual, and each other (i.e. them- selves, the boxen from the same LAN) using “serverloop” to stay syncho- nised if the uplink(s) go away without having the stratum go rooftop. ¹) Using either 2 or 3 (or an even higher number) to make the total number of usable servers odd (i.e. not even) is highly suggested. Why people will hate me for it: it violates the (S)NTP RFCs. What you should do instead of using it: get an udcf(4) or mbg(4) device and do a local master using the sensors framework. Oops. Well, soonish. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.4 -r1.5 src/usr.sbin/ntpd/client.c cvs -R rdiff -kk -upr1.1.1.3 -r1.2 src/usr.sbin/ntpd/config.c cvs -R rdiff -kk -upr1.9 -r1.10 src/usr.sbin/ntpd/ntpd.h cvs -R rdiff -kk -upr1.3 -r1.4 src/usr.sbin/ntpd/parse.y ________________________________________________________________________ Commit ID: 10046AF9C7520F41804 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/31 20:32:48 UTC Modified files: usr.sbin/ntpd : client.c ntp.c ntpd.8 ntpd.c ntpd.h Log message: rejoice! tracing! use -t for adjtime tracing, -tt for recv tracing too To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.5 -r1.6 src/usr.sbin/ntpd/client.c cvs -R rdiff -kk -upr1.6 -r1.7 src/usr.sbin/ntpd/ntp.c cvs -R rdiff -kk -upr1.5 -r1.6 src/usr.sbin/ntpd/ntpd.8 cvs -R rdiff -kk -upr1.14 -r1.15 src/usr.sbin/ntpd/ntpd.c cvs -R rdiff -kk -upr1.10 -r1.11 src/usr.sbin/ntpd/ntpd.h ________________________________________________________________________ Commit ID: 10046AF9C260346DEEA CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/07/31 20:33:41 UTC Modified files: x11/gnome/utils: Makefile distinfo x11/gnome/utils/patches: patch-logview_gnome-system-log-descript_db x11/gnome/utils/pkg: PLIST Added files: x11/gnome/utils/patches: patch-baobab_src_baobab-utils_c patch-configure_in Removed files: x11/gnome/utils/patches: patch-gdictsrc_Makefile_in patch-gfloppy_Makefile_in patch-gsearchtool_Makefile_in patch-logview_Makefile_in patch-logview_log_repaint_c patch-logview_logrtns_c patch-logview_logrtns_h patch-po_Makefile_in_in Log message: Update gnome-utils from 2.4 (!) to 2.18.1-0. gfloppy is disabled as it uses ioctls we do not have and . The whole thing would need to be rewritten for MirOS. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.4 -r1.5 ports/x11/gnome/utils/Makefile cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/x11/gnome/utils/distinfo cvs -R rdiff -kk -upr0 -r1.1 ports/x11/gnome/utils/patches/patch-baobab_src_baobab-utils_c cvs -R rdiff -kk -upr0 -r1.1 ports/x11/gnome/utils/patches/patch-configure_in cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/x11/gnome/utils/patches/patch-gdictsrc_Makefile_in cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/x11/gnome/utils/patches/patch-gfloppy_Makefile_in cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/x11/gnome/utils/patches/patch-gsearchtool_Makefile_in cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/x11/gnome/utils/patches/patch-logview_Makefile_in cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/x11/gnome/utils/patches/patch-logview_gnome-system-log-descript_db cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/x11/gnome/utils/patches/patch-logview_log_repaint_c cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/x11/gnome/utils/patches/patch-logview_logrtns_c cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/x11/gnome/utils/patches/patch-logview_logrtns_h cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/x11/gnome/utils/patches/patch-po_Makefile_in_in cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/x11/gnome/utils/pkg/PLIST ________________________________________________________________________ Commit ID: 10046AF9E7C62BB794A CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/07/31 20:42:17 UTC Modified files: audio/libvorbis: Makefile distinfo audio/libvorbis/pkg: PLIST Log message: SECURITY: Update libvorbis to 1.2.0-0. Improves reliability for corrupted streams and fixes one security issue. Via the Other BSD. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.7 -r1.8 ports/audio/libvorbis/Makefile cvs -R rdiff -kk -upr1.4 -r1.5 ports/audio/libvorbis/distinfo cvs -R rdiff -kk -upr1.3 -r1.4 ports/audio/libvorbis/pkg/PLIST ________________________________________________________________________ Commit ID: 10046AFA1B627B86B52 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/07/31 20:55:42 UTC Modified files: x11/gnome/yelp : Makefile Log message: Break. This version is very old, and a new one would need the mozilla development files. Update is postponed to $some_point in the future. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.4 -r1.5 ports/x11/gnome/yelp/Makefile ________________________________________________________________________ Commit ID: 10046AFA21C0AB6BB7E CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/07/31 20:57:08 UTC Modified files: meta/gnome2 : Makefile Log message: Update gnome2 meta port to 2.18 version. Build order has changed somewhat, many new packages, etc. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.8 -r1.9 ports/meta/gnome2/Makefile ________________________________________________________________________ Commit ID: 10046AFAA9F5F92A286 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/31 21:33:20 UTC Modified files: etc : rc.conf Log message: mention ntpd flags To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.15 -r1.16 src/etc/rc.conf ________________________________________________________________________ Commit ID: 10046AFAD1758A98969 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/31 21:43:58 UTC Modified files: sys/arch/i386/stand/installboot: installboot.c Log message: make sure the four bytes where the partition table might have its filesy- stem type ID fields are zero'd not arc4random'd To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.29 -r1.30 src/sys/arch/i386/stand/installboot/installboot.c ________________________________________________________________________ Commit ID: 10046AFB4F75CDDCB5E CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/31 22:17:28 UTC Modified files: distrib/common : install.sub Log message: use a much nicer way to select the keyboard layout not yet really tested… (if you want: use sudo kbd -lq instead) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.19 -r1.20 src/distrib/common/install.sub ________________________________________________________________________ Commit ID: 10046AFB68140813812 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/31 22:23:49 UTC Modified files: distrib/baselive: rc.netselect.common Log message: • coding style • no /?irc for now… To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.7 -r1.8 src/distrib/baselive/rc.netselect.common ________________________________________________________________________ Commit ID: 10046AFB87008D75E62 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/31 22:32:13 UTC Modified files: distrib/baselive: dot.xsession rc.netselect.common Log message: untested keyboard selection stuff for the baselive CD requested by Bef from C3B3 To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.6 -r1.7 src/distrib/baselive/dot.xsession cvs -R rdiff -kk -upr1.8 -r1.9 src/distrib/baselive/rc.netselect.common ________________________________________________________________________ Commit ID: 10046AFCB483AE7CD33 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/07/31 23:52:24 UTC Modified files: lib/libc/i18n : wcwidth.c Log message: upgrade from xterm-228, Unicode 5.0 To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.6 -r1.7 src/lib/libc/i18n/wcwidth.c ________________________________________________________________________ Commit ID: 10046B085A163D9CD4C CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/01 13:07:37 UTC Modified files: etc : profile root.profile Log message: don't do the $COLORTERM dance any more, mc is fine enough to distinguish between vt220 and wsvt25 To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.53 -r1.54 src/etc/profile cvs -R rdiff -kk -upr1.5 -r1.6 src/etc/root.profile ________________________________________________________________________ Commit ID: 10046B09DF9661E9632 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/01 14:51:15 UTC Modified files: distrib/lists/base/etc: mi Log message: full sync To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.25 -r1.26 src/distrib/lists/base/etc/mi ________________________________________________________________________ Commit ID: 10046B0A62F606D986E CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/01 15:27:05 UTC Modified files: distrib/baselive: rc.netselect.common Log message: if the user choses to override the keyboard layout, don't present our custom ~/.Xmodmap but preserve it as ~/.Xmodmap~ ☺ To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.9 -r1.10 src/distrib/baselive/rc.netselect.common ________________________________________________________________________ Commit ID: 10046B0FADE7A2E2AC2 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/01 21:28:02 UTC Modified files: distrib/baselive/i386: XF86Config Log message: • make the Xkb* entries usable by scripts (ed(1) etc.) • mention that “vga” is n̲o̲t̲ the section to touch (hi Benny!) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.2 -r1.3 src/distrib/baselive/i386/XF86Config ________________________________________________________________________ Commit ID: 10046B0FD0739BF82C2 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/01 21:37:53 UTC Modified files: distrib/baselive: dot.xsession rc.netselect.common Log message: • /etc/skel -> /home/live (at that point already) • note the setting in wsconsctl.conf not kbdtype • change XF86Config, so that xdm already knows about the layout XXX how to do this for sparc? (not yet anyway) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.7 -r1.8 src/distrib/baselive/dot.xsession cvs -R rdiff -kk -upr1.10 -r1.11 src/distrib/baselive/rc.netselect.common ________________________________________________________________________ Commit ID: 10046B1018944EE6EB3 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/01 21:56:03 UTC Modified files: distrib/baselive: rc.netselect.common Log message: … To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.11 -r1.12 src/distrib/baselive/rc.netselect.common ________________________________________________________________________ Commit ID: 10046B104C00B84D769 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/08/01 22:09:56 UTC Modified files: data : news.inc Log message: R30, #10RC3 To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.15 -r1.16 www/data/news.inc ________________________________________________________________________ Commit ID: 10046B10E2C2D15F9CC CVSROOT: /cvs Module name: (multiple) Changes by: tg@herc.mirbsd.org 2007/08/01 22:50:14 UTC Modified files: gcc : version.c share/mk : sys.mk sys/sys : param.h Log message: for all it's worth, from here on it's #10-RELEASE. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.45 -r1.46 gcc/gcc/version.c cvs -R rdiff -kk -upr1.118 -r1.119 src/share/mk/sys.mk cvs -R rdiff -kk -upr1.73 -r1.74 src/sys/sys/param.h ________________________________________________________________________ Commit ID: 10046B2706C39730598 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/08/03 00:02:32 UTC Modified files: src : mksh.hts Log message: make the w3c validator happy (they upgraded it, and it's been unusable for weeks); note that its warning about XHTML/1.1 should not be served as mime type text/html is bogus since the XHTML standard itself suggests it; we'll probably use HTML/5 anyway, since XHTML/2 will not be HTML compatible any more, but it's not yet been defined To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.41 -r1.42 www/src/mksh.hts ________________________________________________________________________ Commit ID: 10046B27BB57D1D1FF2 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/03 00:49:36 UTC Modified files: share/misc : bsdstats Log message: report anonymous cowards as such To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.51 -r1.52 src/share/misc/bsdstats ________________________________________________________________________ Commit ID: 10046B2F4B66CCDF649 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/03 09:27:14 UTC Modified files: share/misc : bsdstats Log message: I don't know why “uname -l” failed on herc for a while, but the sysctl will work; use 2>&- et al. more consistently too To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.52 -r1.53 src/share/misc/bsdstats ________________________________________________________________________ Commit ID: 10046B31C347E0D3DD2 CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/08/03 12:14:24 UTC Modified files: www/lynx : Makefile distinfo www/lynx/patches: patch-lynx_help_Lynx_users_guide_html patch-src_chrtrans_makeuctb_c patch-userdefs_h www/lynx/pkg : PLIST Removed files: www/lynx/patches: patch-WWW_Library_Implementation_HTTP_c patch-src_LYGetFile_c patch-src_LYUtils_c patch-src_UCdomap_c Log message: upgrade To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.15 -r1.16 ports/www/lynx/Makefile cvs -R rdiff -kk -upr1.7 -r1.8 ports/www/lynx/distinfo cvs -R rdiff -kk -upr1.1 -r0 ports/www/lynx/patches/patch-WWW_Library_Implementation_HTTP_c cvs -R rdiff -kk -upr1.2 -r1.3 ports/www/lynx/patches/patch-lynx_help_Lynx_users_guide_html cvs -R rdiff -kk -upr1.1 -r0 ports/www/lynx/patches/patch-src_LYGetFile_c cvs -R rdiff -kk -upr1.1 -r0 ports/www/lynx/patches/patch-src_LYUtils_c cvs -R rdiff -kk -upr1.2 -r0 ports/www/lynx/patches/patch-src_UCdomap_c cvs -R rdiff -kk -upr1.4 -r1.5 ports/www/lynx/patches/patch-src_chrtrans_makeuctb_c cvs -R rdiff -kk -upr1.8 -r1.9 ports/www/lynx/patches/patch-userdefs_h cvs -R rdiff -kk -upr1.6 -r1.7 ports/www/lynx/pkg/PLIST ________________________________________________________________________ Commit ID: 10046B3450C0C128495 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/03 15:12:04 UTC Log message: Import Lynx 2.8.7dev.7 into base as well Status: Vendor Tag: lynx Release Tags: lynx-2_8_7dev_7 U src/gnu/usr.bin/lynx/LYHelp.hin U src/gnu/usr.bin/lynx/LYMessages_en.h U src/gnu/usr.bin/lynx/aclocal.m4 U src/gnu/usr.bin/lynx/config.hin C src/gnu/usr.bin/lynx/configure C src/gnu/usr.bin/lynx/configure.in C src/gnu/usr.bin/lynx/lynx.cfg C src/gnu/usr.bin/lynx/lynx.man U src/gnu/usr.bin/lynx/makefile.in C src/gnu/usr.bin/lynx/userdefs.h U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTAABrow.c U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTAABrow.h U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTAAProt.c U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTAAProt.h U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTAAUtil.c U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTAAUtil.h U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTAccess.c U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTAccess.h U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTAnchor.c U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTAnchor.h U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTAssoc.c U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTAssoc.h U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTAtom.c U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTAtom.h U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTBTree.c U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTBTree.h U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTCJK.h U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTChunk.c U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTChunk.h C src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTFTP.c U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTFTP.h U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTFWriter.c U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTFWriter.h U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTFile.c U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTFile.h U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTFinger.c U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTFinger.h U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTFormat.c U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTFormat.h U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTGopher.c U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTGopher.h U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTGroup.c U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTGroup.h U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTInit.h U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTLex.c U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTLex.h U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTList.c U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTList.h U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTMIME.c U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTMIME.h U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTMLDTD.c U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTMLDTD.h U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTMLGen.c U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTMLGen.h C src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTNews.c U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTNews.h U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTParse.c U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTParse.h U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTPlain.c U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTPlain.h C src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTRules.c U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTRules.h U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTStream.h U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTString.c U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTString.h U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTStyle.c U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTStyle.h U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTTCP.c U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTTCP.h C src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTTP.c U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTTP.h C src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTTelnet.c U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTTelnet.h U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTUU.c U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTUU.h C src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTUtils.h U src/gnu/usr.bin/lynx/WWW/Library/Implementation/Version.make U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTWAIS.c U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTWAIS.h U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTWSRC.c U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTWSRC.h U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HText.h U src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTioctl.h U src/gnu/usr.bin/lynx/WWW/Library/Implementation/LYLeaks.h U src/gnu/usr.bin/lynx/WWW/Library/Implementation/LYexit.h C src/gnu/usr.bin/lynx/WWW/Library/Implementation/SGML.c U src/gnu/usr.bin/lynx/WWW/Library/Implementation/SGML.h U src/gnu/usr.bin/lynx/WWW/Library/Implementation/UCAux.h U src/gnu/usr.bin/lynx/WWW/Library/Implementation/UCDefs.h U src/gnu/usr.bin/lynx/WWW/Library/Implementation/UCMap.h U src/gnu/usr.bin/lynx/WWW/Library/Implementation/makefile.in U src/gnu/usr.bin/lynx/WWW/Library/Implementation/www_tcp.h U src/gnu/usr.bin/lynx/WWW/Library/Implementation/www_wait.h U src/gnu/usr.bin/lynx/docs/README.metrics U src/gnu/usr.bin/lynx/docs/CRAWL.announce U src/gnu/usr.bin/lynx/docs/FM.announce U src/gnu/usr.bin/lynx/docs/README.chartrans U src/gnu/usr.bin/lynx/docs/README.TRST U src/gnu/usr.bin/lynx/docs/README.sslcerts C src/gnu/usr.bin/lynx/lynx_help/Lynx_users_guide.html U src/gnu/usr.bin/lynx/lynx_help/about_lynx.html U src/gnu/usr.bin/lynx/lynx_help/help_files.txt U src/gnu/usr.bin/lynx/lynx_help/lynx-dev.html U src/gnu/usr.bin/lynx/lynx_help/lynx_help_main.html U src/gnu/usr.bin/lynx/lynx_help/lynx_url_support.html U src/gnu/usr.bin/lynx/lynx_help/keystrokes/bashlike_edit_help.html U src/gnu/usr.bin/lynx/lynx_help/keystrokes/alt_edit_help.html U src/gnu/usr.bin/lynx/lynx_help/keystrokes/gopher_types_help.html U src/gnu/usr.bin/lynx/lynx_help/keystrokes/bookmark_help.html U src/gnu/usr.bin/lynx/lynx_help/keystrokes/cookie_help.html U src/gnu/usr.bin/lynx/lynx_help/keystrokes/dired_help.html U src/gnu/usr.bin/lynx/lynx_help/keystrokes/edit_help.html U src/gnu/usr.bin/lynx/lynx_help/keystrokes/environments.html U src/gnu/usr.bin/lynx/lynx_help/keystrokes/follow_help.html U src/gnu/usr.bin/lynx/lynx_help/keystrokes/history_help.html U src/gnu/usr.bin/lynx/lynx_help/keystrokes/keystroke_help.html U src/gnu/usr.bin/lynx/lynx_help/keystrokes/movement_help.html U src/gnu/usr.bin/lynx/lynx_help/keystrokes/option_help.html U src/gnu/usr.bin/lynx/lynx_help/keystrokes/other_help.html U src/gnu/usr.bin/lynx/lynx_help/keystrokes/print_help.html U src/gnu/usr.bin/lynx/lynx_help/keystrokes/scrolling_help.html U src/gnu/usr.bin/lynx/lynx_help/keystrokes/test_display.html U src/gnu/usr.bin/lynx/lynx_help/keystrokes/visited_help.html U src/gnu/usr.bin/lynx/lynx_help/keystrokes/xterm_help.html U src/gnu/usr.bin/lynx/samples/oldlynx U src/gnu/usr.bin/lynx/samples/blue-background.lss U src/gnu/usr.bin/lynx/samples/bright-blue.lss U src/gnu/usr.bin/lynx/samples/cernrules.txt U src/gnu/usr.bin/lynx/samples/installdirs.html U src/gnu/usr.bin/lynx/samples/jumpsUnix.html U src/gnu/usr.bin/lynx/samples/keepviewer U src/gnu/usr.bin/lynx/samples/lynx-keymaps U src/gnu/usr.bin/lynx/samples/lynx.lss U src/gnu/usr.bin/lynx/samples/lynxdump U src/gnu/usr.bin/lynx/samples/mailcap U src/gnu/usr.bin/lynx/samples/mailto-form.pl U src/gnu/usr.bin/lynx/samples/mild-colors.lss U src/gnu/usr.bin/lynx/samples/mime.types N src/gnu/usr.bin/lynx/samples/midnight.lss N src/gnu/usr.bin/lynx/samples/opaque.lss N src/gnu/usr.bin/lynx/samples/lynx_bookmarks.htm N src/gnu/usr.bin/lynx/samples/jumps.htm N src/gnu/usr.bin/lynx/samples/home.htm U src/gnu/usr.bin/lynx/scripts/install-cfg.sh U src/gnu/usr.bin/lynx/scripts/cfg2html.pl U src/gnu/usr.bin/lynx/scripts/indent.sh U src/gnu/usr.bin/lynx/scripts/cfg_defs.sh U src/gnu/usr.bin/lynx/scripts/fixtext.sh U src/gnu/usr.bin/lynx/scripts/cfg_edit.sh U src/gnu/usr.bin/lynx/scripts/cfg_path.sh U src/gnu/usr.bin/lynx/scripts/install-lss.sh U src/gnu/usr.bin/lynx/src/DefaultStyle.c U src/gnu/usr.bin/lynx/src/AttrList.h U src/gnu/usr.bin/lynx/src/HTNestedList.h C src/gnu/usr.bin/lynx/src/GridText.c U src/gnu/usr.bin/lynx/src/GridText.h C src/gnu/usr.bin/lynx/src/HTAlert.c U src/gnu/usr.bin/lynx/src/HTAlert.h U src/gnu/usr.bin/lynx/src/HTFWriter.c U src/gnu/usr.bin/lynx/src/HTFont.h U src/gnu/usr.bin/lynx/src/HTForms.h C src/gnu/usr.bin/lynx/src/HTInit.c U src/gnu/usr.bin/lynx/src/HTML.c U src/gnu/usr.bin/lynx/src/HTML.h U src/gnu/usr.bin/lynx/src/HTSaveToFile.h U src/gnu/usr.bin/lynx/src/LYBookmark.c U src/gnu/usr.bin/lynx/src/LYBookmark.h U src/gnu/usr.bin/lynx/src/LYCgi.c U src/gnu/usr.bin/lynx/src/LYCgi.h U src/gnu/usr.bin/lynx/src/LYCharSets.c U src/gnu/usr.bin/lynx/src/LYCharSets.h U src/gnu/usr.bin/lynx/src/LYCharUtils.c U src/gnu/usr.bin/lynx/src/LYCharUtils.h U src/gnu/usr.bin/lynx/src/LYCharVals.h U src/gnu/usr.bin/lynx/src/LYClean.c U src/gnu/usr.bin/lynx/src/LYClean.h C src/gnu/usr.bin/lynx/src/LYCookie.c U src/gnu/usr.bin/lynx/src/LYCookie.h U src/gnu/usr.bin/lynx/src/LYCurses.c U src/gnu/usr.bin/lynx/src/LYCurses.h U src/gnu/usr.bin/lynx/src/LYDownload.c U src/gnu/usr.bin/lynx/src/LYDownload.h U src/gnu/usr.bin/lynx/src/LYEdit.c U src/gnu/usr.bin/lynx/src/LYEdit.h U src/gnu/usr.bin/lynx/src/LYEditmap.c U src/gnu/usr.bin/lynx/src/LYExtern.c U src/gnu/usr.bin/lynx/src/LYExtern.h U src/gnu/usr.bin/lynx/src/LYForms.c U src/gnu/usr.bin/lynx/src/LYGCurses.h C src/gnu/usr.bin/lynx/src/LYGetFile.c U src/gnu/usr.bin/lynx/src/LYGetFile.h U src/gnu/usr.bin/lynx/src/LYGlobalDefs.h U src/gnu/usr.bin/lynx/src/LYHash.c U src/gnu/usr.bin/lynx/src/LYHash.h U src/gnu/usr.bin/lynx/src/LYHistory.c U src/gnu/usr.bin/lynx/src/LYHistory.h U src/gnu/usr.bin/lynx/src/LYJump.c U src/gnu/usr.bin/lynx/src/LYJump.h U src/gnu/usr.bin/lynx/src/LYJustify.h U src/gnu/usr.bin/lynx/src/LYKeymap.c U src/gnu/usr.bin/lynx/src/LYKeymap.h U src/gnu/usr.bin/lynx/src/LYLeaks.c U src/gnu/usr.bin/lynx/src/LYList.c U src/gnu/usr.bin/lynx/src/LYList.h U src/gnu/usr.bin/lynx/src/LYLocal.c U src/gnu/usr.bin/lynx/src/LYLocal.h U src/gnu/usr.bin/lynx/src/LYMail.c U src/gnu/usr.bin/lynx/src/LYMail.h C src/gnu/usr.bin/lynx/src/LYMain.c U src/gnu/usr.bin/lynx/src/LYMainLoop.c U src/gnu/usr.bin/lynx/src/LYMainLoop.h U src/gnu/usr.bin/lynx/src/LYMap.c U src/gnu/usr.bin/lynx/src/LYMap.h U src/gnu/usr.bin/lynx/src/LYNews.c U src/gnu/usr.bin/lynx/src/LYNews.h U src/gnu/usr.bin/lynx/src/LYOptions.c U src/gnu/usr.bin/lynx/src/LYOptions.h U src/gnu/usr.bin/lynx/src/LYPrettySrc.c U src/gnu/usr.bin/lynx/src/LYPrettySrc.h C src/gnu/usr.bin/lynx/src/LYPrint.c U src/gnu/usr.bin/lynx/src/LYPrint.h C src/gnu/usr.bin/lynx/src/LYReadCFG.c U src/gnu/usr.bin/lynx/src/LYReadCFG.h U src/gnu/usr.bin/lynx/src/LYSearch.c U src/gnu/usr.bin/lynx/src/LYSearch.h U src/gnu/usr.bin/lynx/src/LYShowInfo.c U src/gnu/usr.bin/lynx/src/LYShowInfo.h U src/gnu/usr.bin/lynx/src/LYSignal.h C src/gnu/usr.bin/lynx/src/LYStrings.c U src/gnu/usr.bin/lynx/src/LYStrings.h U src/gnu/usr.bin/lynx/src/LYStructs.h U src/gnu/usr.bin/lynx/src/LYStyle.c U src/gnu/usr.bin/lynx/src/LYStyle.h U src/gnu/usr.bin/lynx/src/LYTraversal.c U src/gnu/usr.bin/lynx/src/LYTraversal.h U src/gnu/usr.bin/lynx/src/LYUpload.c U src/gnu/usr.bin/lynx/src/LYUpload.h C src/gnu/usr.bin/lynx/src/LYUtils.c U src/gnu/usr.bin/lynx/src/LYUtils.h U src/gnu/usr.bin/lynx/src/LYexit.c C src/gnu/usr.bin/lynx/src/LYrcFile.c U src/gnu/usr.bin/lynx/src/LYrcFile.h U src/gnu/usr.bin/lynx/src/TRSTable.c U src/gnu/usr.bin/lynx/src/TRSTable.h U src/gnu/usr.bin/lynx/src/UCAux.c U src/gnu/usr.bin/lynx/src/UCAuto.c U src/gnu/usr.bin/lynx/src/UCAuto.h C src/gnu/usr.bin/lynx/src/UCdomap.c U src/gnu/usr.bin/lynx/src/UCdomap.h C src/gnu/usr.bin/lynx/src/makefile.in U src/gnu/usr.bin/lynx/src/structdump.h U src/gnu/usr.bin/lynx/src/chrtrans/README.format U src/gnu/usr.bin/lynx/src/chrtrans/README.tables U src/gnu/usr.bin/lynx/src/chrtrans/UCkd.h U src/gnu/usr.bin/lynx/src/chrtrans/iso14_uni.tbl U src/gnu/usr.bin/lynx/src/chrtrans/caselower.h U src/gnu/usr.bin/lynx/src/chrtrans/cp1250_uni.tbl U src/gnu/usr.bin/lynx/src/chrtrans/cp1251_uni.tbl U src/gnu/usr.bin/lynx/src/chrtrans/cp1252_uni.tbl U src/gnu/usr.bin/lynx/src/chrtrans/cp1253_uni.tbl U src/gnu/usr.bin/lynx/src/chrtrans/cp1255_uni.tbl U src/gnu/usr.bin/lynx/src/chrtrans/cp1256_uni.tbl U src/gnu/usr.bin/lynx/src/chrtrans/cp1257_uni.tbl U src/gnu/usr.bin/lynx/src/chrtrans/cp437_uni.tbl U src/gnu/usr.bin/lynx/src/chrtrans/cp737_uni.tbl U src/gnu/usr.bin/lynx/src/chrtrans/cp775_uni.tbl U src/gnu/usr.bin/lynx/src/chrtrans/cp850_uni.tbl U src/gnu/usr.bin/lynx/src/chrtrans/cp852_uni.tbl U src/gnu/usr.bin/lynx/src/chrtrans/cp862_uni.tbl U src/gnu/usr.bin/lynx/src/chrtrans/cp864_uni.tbl U src/gnu/usr.bin/lynx/src/chrtrans/cp866_uni.tbl U src/gnu/usr.bin/lynx/src/chrtrans/cp866u_uni.tbl U src/gnu/usr.bin/lynx/src/chrtrans/cp869_uni.tbl U src/gnu/usr.bin/lynx/src/chrtrans/def7_uni.tbl U src/gnu/usr.bin/lynx/src/chrtrans/dmcs_uni.tbl U src/gnu/usr.bin/lynx/src/chrtrans/entities.h U src/gnu/usr.bin/lynx/src/chrtrans/hp_uni.tbl U src/gnu/usr.bin/lynx/src/chrtrans/iso01_uni.tbl U src/gnu/usr.bin/lynx/src/chrtrans/iso02_uni.tbl U src/gnu/usr.bin/lynx/src/chrtrans/iso03_uni.tbl U src/gnu/usr.bin/lynx/src/chrtrans/iso04_uni.tbl U src/gnu/usr.bin/lynx/src/chrtrans/iso05_uni.tbl U src/gnu/usr.bin/lynx/src/chrtrans/iso06_uni.tbl U src/gnu/usr.bin/lynx/src/chrtrans/iso07_uni.tbl U src/gnu/usr.bin/lynx/src/chrtrans/iso08_uni.tbl U src/gnu/usr.bin/lynx/src/chrtrans/iso09_uni.tbl U src/gnu/usr.bin/lynx/src/chrtrans/iso10_uni.tbl U src/gnu/usr.bin/lynx/src/chrtrans/iso15_uni.tbl U src/gnu/usr.bin/lynx/src/chrtrans/jcuken_kb.h U src/gnu/usr.bin/lynx/src/chrtrans/koi8r_uni.tbl U src/gnu/usr.bin/lynx/src/chrtrans/mac_uni.tbl U src/gnu/usr.bin/lynx/src/chrtrans/koi8u_uni.tbl U src/gnu/usr.bin/lynx/src/chrtrans/makefile.in C src/gnu/usr.bin/lynx/src/chrtrans/makeuctb.c U src/gnu/usr.bin/lynx/src/chrtrans/mnem2_suni.tbl U src/gnu/usr.bin/lynx/src/chrtrans/mnem_suni.tbl U src/gnu/usr.bin/lynx/src/chrtrans/next_uni.tbl U src/gnu/usr.bin/lynx/src/chrtrans/pt154_uni.tbl U src/gnu/usr.bin/lynx/src/chrtrans/rfc_suni.tbl U src/gnu/usr.bin/lynx/src/chrtrans/rot13_kb.h U src/gnu/usr.bin/lynx/src/chrtrans/utf8_uni.tbl U src/gnu/usr.bin/lynx/src/chrtrans/viscii_uni.tbl U src/gnu/usr.bin/lynx/src/chrtrans/yawerty_kb.h U src/gnu/usr.bin/lynx/src/chrtrans/iso13_uni.tbl U src/gnu/usr.bin/lynx/src/chrtrans/cp857_uni.tbl U src/gnu/usr.bin/lynx/test/ISO_LATIN1_test.html U src/gnu/usr.bin/lynx/test/ALT88592.html U src/gnu/usr.bin/lynx/test/TestComment.html U src/gnu/usr.bin/lynx/test/README.txt U src/gnu/usr.bin/lynx/test/c1.html U src/gnu/usr.bin/lynx/test/special_urls.html U src/gnu/usr.bin/lynx/test/iso-8859-2.html U src/gnu/usr.bin/lynx/test/koi8-r.html U src/gnu/usr.bin/lynx/test/quickbrown.html U src/gnu/usr.bin/lynx/test/raw8bit.html U src/gnu/usr.bin/lynx/test/sgml.html U src/gnu/usr.bin/lynx/test/spaces.html U src/gnu/usr.bin/lynx/test/tabtest.html U src/gnu/usr.bin/lynx/test/unicode.html U src/gnu/usr.bin/lynx/test/utf-8-demo.html U src/gnu/usr.bin/lynx/test/tags.html U src/gnu/usr.bin/lynx/test/iso-8859-1.html U src/gnu/usr.bin/lynx/test/test-styles.html 27 conflicts created by this import. Use the following command to help the merge: cvs checkout -jlynx:yesterday -jlynx src/gnu/usr.bin/lynx ________________________________________________________________________ Commit ID: 10046B347BE53E79AC8 CVSROOT: /cvs Module name: (multiple) Changes by: tg@herc.mirbsd.org 2007/08/03 15:20:39 UTC Modified files: samples : import-3rdpty Log message: • merge lynx • modernise Modified files: gnu/usr.bin/lynx: configure.in lynx.cfg lynx.man userdefs.h gnu/usr.bin/lynx/WWW/Library/Implementation: HTFTP.c HTNews.c HTRules.c HTTP.c HTTelnet.c HTUtils.h SGML.c gnu/usr.bin/lynx/lynx_help: Lynx_users_guide.html gnu/usr.bin/lynx/src: GridText.c HTAlert.c HTInit.c LYCookie.c LYGetFile.c LYMain.c LYPrint.c LYReadCFG.c LYStrings.c LYUtils.c LYrcFile.c UCdomap.c makefile.in gnu/usr.bin/lynx/src/chrtrans: makeuctb.c Removed files: gnu/usr.bin/lynx/WWW/Library/Implementation: HTDOS.c HTDOS.h gnu/usr.bin/lynx/docs: IBMPC-charsets.announce README.defines README.jp README.rootcerts README.ssl pdcurses.key slang.key gnu/usr.bin/lynx/scripts: man2hlp.sh tbl2html.pl gnu/usr.bin/lynx/src: LYVMSdef.h Log message: fastmerge To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.20 -r1.21 contrib/samples/import-3rdpty cvs -R rdiff -kk -upr1.16 -r1.17 src/gnu/usr.bin/lynx/configure.in cvs -R rdiff -kk -upr1.20 -r1.21 src/gnu/usr.bin/lynx/lynx.cfg cvs -R rdiff -kk -upr1.6 -r1.7 src/gnu/usr.bin/lynx/lynx.man cvs -R rdiff -kk -upr1.16 -r1.17 src/gnu/usr.bin/lynx/userdefs.h cvs -R rdiff -kk -upr1.1.109.1 -r0 src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTDOS.c cvs -R rdiff -kk -upr1.1.109.1 -r0 src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTDOS.h cvs -R rdiff -kk -upr1.4 -r1.5 src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTFTP.c cvs -R rdiff -kk -upr1.3 -r1.4 src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTNews.c cvs -R rdiff -kk -upr1.3 -r1.4 src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTRules.c cvs -R rdiff -kk -upr1.12 -r1.13 src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTTP.c cvs -R rdiff -kk -upr1.5 -r1.6 src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTTelnet.c cvs -R rdiff -kk -upr1.3 -r1.4 src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTUtils.h cvs -R rdiff -kk -upr1.4 -r1.5 src/gnu/usr.bin/lynx/WWW/Library/Implementation/SGML.c cvs -R rdiff -kk -upr1.1.109.1 -r0 src/gnu/usr.bin/lynx/docs/IBMPC-charsets.announce cvs -R rdiff -kk -upr1.1.109.1 -r0 src/gnu/usr.bin/lynx/docs/README.defines cvs -R rdiff -kk -upr1.1.109.1 -r0 src/gnu/usr.bin/lynx/docs/README.jp cvs -R rdiff -kk -upr1.1.109.1 -r0 src/gnu/usr.bin/lynx/docs/README.rootcerts cvs -R rdiff -kk -upr1.1.109.1 -r0 src/gnu/usr.bin/lynx/docs/README.ssl cvs -R rdiff -kk -upr1.1.109.1 -r0 src/gnu/usr.bin/lynx/docs/pdcurses.key cvs -R rdiff -kk -upr1.1.109.1 -r0 src/gnu/usr.bin/lynx/docs/slang.key cvs -R rdiff -kk -upr1.6 -r1.7 src/gnu/usr.bin/lynx/lynx_help/Lynx_users_guide.html cvs -R rdiff -kk -upr1.1.109.1 -r0 src/gnu/usr.bin/lynx/scripts/man2hlp.sh cvs -R rdiff -kk -upr1.1.109.1 -r0 src/gnu/usr.bin/lynx/scripts/tbl2html.pl cvs -R rdiff -kk -upr1.3 -r1.4 src/gnu/usr.bin/lynx/src/GridText.c cvs -R rdiff -kk -upr1.4 -r1.5 src/gnu/usr.bin/lynx/src/HTAlert.c cvs -R rdiff -kk -upr1.5 -r1.6 src/gnu/usr.bin/lynx/src/HTInit.c cvs -R rdiff -kk -upr1.3 -r1.4 src/gnu/usr.bin/lynx/src/LYCookie.c cvs -R rdiff -kk -upr1.2 -r1.3 src/gnu/usr.bin/lynx/src/LYGetFile.c cvs -R rdiff -kk -upr1.13 -r1.14 src/gnu/usr.bin/lynx/src/LYMain.c cvs -R rdiff -kk -upr1.3 -r1.4 src/gnu/usr.bin/lynx/src/LYPrint.c cvs -R rdiff -kk -upr1.7 -r1.8 src/gnu/usr.bin/lynx/src/LYReadCFG.c cvs -R rdiff -kk -upr1.8 -r1.9 src/gnu/usr.bin/lynx/src/LYStrings.c cvs -R rdiff -kk -upr1.6 -r1.7 src/gnu/usr.bin/lynx/src/LYUtils.c cvs -R rdiff -kk -upr1.1.109.1 -r0 src/gnu/usr.bin/lynx/src/LYVMSdef.h cvs -R rdiff -kk -upr1.3 -r1.4 src/gnu/usr.bin/lynx/src/LYrcFile.c cvs -R rdiff -kk -upr1.5 -r1.6 src/gnu/usr.bin/lynx/src/UCdomap.c cvs -R rdiff -kk -upr1.4 -r1.5 src/gnu/usr.bin/lynx/src/makefile.in cvs -R rdiff -kk -upr1.4 -r1.5 src/gnu/usr.bin/lynx/src/chrtrans/makeuctb.c ________________________________________________________________________ Commit ID: 10046B34FD1734942EC CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/03 15:55:08 UTC Modified files: gnu/usr.bin/lynx: Makefile.bsd-wrapper config.hin configure gnu/usr.bin/lynx/WWW/Library/Implementation: makefile.in gnu/usr.bin/lynx/src: LYUtils.c Log message: finish upgrade To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.17 -r1.18 src/gnu/usr.bin/lynx/Makefile.bsd-wrapper cvs -R rdiff -kk -upr1.1.109.6 -r1.2 src/gnu/usr.bin/lynx/config.hin cvs -R rdiff -kk -upr1.15 -r1.16 src/gnu/usr.bin/lynx/configure cvs -R rdiff -kk -upr1.1.109.2 -r1.2 src/gnu/usr.bin/lynx/WWW/Library/Implementation/makefile.in cvs -R rdiff -kk -upr1.1.109.11 -r1.8 src/gnu/usr.bin/lynx/src/LYUtils.c ________________________________________________________________________ Commit ID: 10046B351677FABBAB1 CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/08/03 16:01:23 UTC Added files: www/lynx/patches: patch-config_hin patch-src_LYUtils_c Log message: sync with base To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr0 -r1.1 ports/www/lynx/patches/patch-config_hin cvs -R rdiff -kk -upr1.2 -r1.3 ports/www/lynx/patches/patch-src_LYUtils_c ________________________________________________________________________ Commit ID: 10046B38C625BD1C0B3 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/03 20:14:01 UTC Modified files: etc : cronrun crontab Log message: • cronrun: new option -t to make the job run at most after hours • crontab: use cronrun -t for daily/weekly/monthly, to prevent at least the daily cronjob to be run twice on the same day (one anacron, one normally) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.5 -r1.6 src/etc/cronrun cvs -R rdiff -kk -upr1.22 -r1.23 src/etc/crontab ________________________________________________________________________ Commit ID: 10046B38EA347121537 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/03 20:22:43 UTC Modified files: etc : monthly Log message: cosmetics, sync with daily and weekly To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.14 -r1.15 src/etc/monthly ________________________________________________________________________ Commit ID: 10046B3B2460B87E562 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/03 22:55:06 UTC Modified files: scripts : roff2htm Log message: • remove shebang, as this is only sourced (sorry tarzeau for confusing you) it still needs a korn shell tho ☺ • modernise To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.44 -r1.45 src/scripts/roff2htm ________________________________________________________________________ Commit ID: 10046B4E5F20DCFAA6F CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/04 20:47:25 UTC Modified files: distrib/lists/base/gnu: mi distrib/lists/htman/htusd: mi Log message: sync To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.20 -r1.21 src/distrib/lists/base/gnu/mi cvs -R rdiff -kk -upr1.26 -r1.27 src/distrib/lists/htman/htusd/mi ________________________________________________________________________ Commit ID: 10046B4E76A0C6F3A1F CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/08/04 20:54:47 UTC Added files: data : faq.inc Log message: add a not-yet-used file – this will use mk/parser but not mk/inc2htm, but a different output routine (sorting by title, unless we add “Category” to the parser) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr0 -r1.1 www/data/faq.inc ________________________________________________________________________ Commit ID: 10046B5BBEB0B4A9553 CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/08/05 12:00:31 UTC Modified files: gnu/config : Tag: FSF config.guess config.sub Log message: update from upstream | cvs -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/config co config To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.101.7 -r1.1.101.8 contrib/gnu/config/config.guess cvs -R rdiff -kk -upr1.1.101.7 -r1.1.101.8 contrib/gnu/config/config.sub ________________________________________________________________________ Commit ID: 10046B5BEC1555EE77E CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/08/05 12:13:25 UTC Modified files: gnu/config : config.guess config.sub Log message: • merge • reduce local mods to a minimum • add MidnightBSD To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.9 -r1.10 contrib/gnu/config/config.guess cvs -R rdiff -kk -upr1.8 -r1.9 contrib/gnu/config/config.sub ________________________________________________________________________ Commit ID: 10046B5BF361A42FC1E CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/08/05 12:14:24 UTC Modified files: infrastructure/db: config.guess config.sub Log message: sync To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.7 -r1.8 ports/infrastructure/db/config.guess cvs -R rdiff -kk -upr1.6 -r1.7 ports/infrastructure/db/config.sub ________________________________________________________________________ Commit ID: 10046B5D11A74F1EA12 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/05 13:31:34 UTC Modified files: gnu/usr.bin/texinfo/makeinfo: html.c Log message: add a doctype and always add the encoding; gets us nearer to validation but there's still problems with @deffn (newer makinfo are even worse though…) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.3 -r1.4 src/gnu/usr.bin/texinfo/makeinfo/html.c ________________________________________________________________________ Commit ID: 10046B6503F4D377674 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/08/05 22:33:13 UTC Modified files: data : news.inc Log message: fix paths To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.16 -r1.17 www/data/news.inc ________________________________________________________________________ Commit ID: 10046B6504A79B7CB4D CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/08/05 22:33:24 UTC Modified files: data : wlog-9.inc Log message: add one To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.11 -r1.12 www/data/wlog-9.inc ________________________________________________________________________ Commit ID: 10046B650522E63420F CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/08/05 22:33:45 UTC Modified files: mk : htsconv inc2htm Log message: new mws_push and mws_pop to temporarily save (only one layer of) state To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1 -r1.2 www/mk/htsconv cvs -R rdiff -kk -upr1.2 -r1.3 www/mk/inc2htm ________________________________________________________________________ Commit ID: 10046B6563A4F612363 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/08/05 22:58:44 UTC Modified files: files : MirOS-Licence Log message: sync To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1 -r1.2 www/files/MirOS-Licence ________________________________________________________________________ Commit ID: 10046B659F06AAE19A3 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/08/05 23:14:43 UTC Modified files: mk : tmpl.post Log message: nuke the w3c css validator link, it's been broken anyway To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1 -r1.2 www/mk/tmpl.post ________________________________________________________________________ Commit ID: 10046B65BAD41CAC0BB CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/08/05 23:22:20 UTC Modified files: mk : getdate.h Log message: add a few headers to MAYBE help benz on the macintosh official websites are always to be generated on miros-current tho To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1 -r1.2 www/mk/getdate.h ________________________________________________________________________ Commit ID: 10046B65C012678110C CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/08/05 23:23:23 UTC Modified files: . : Makefile Log message: deps To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.9 -r1.10 www/Makefile ________________________________________________________________________ Commit ID: 10046B6E2E731BEA7DD CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/08/06 08:58:59 UTC Modified files: content : aXJj.inc Log message: freeforge ain't no more To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.4 -r1.5 www/content/aXJj.inc ________________________________________________________________________ Commit ID: 10046B6ECCF0BE3ACAD CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/08/06 09:42:14 UTC Modified files: infrastructure/mk: gnu.port.mk Added files: infrastructure/scripts: u2mirlibtool Log message: • make “upgrade to mirlibtool” an external script for legibility • do the ed(1) dance twice, the libtool stuff might fail, but the versionnr stuff shan't (XXX maybe use an awk(1) script?) • cover acinclude.m4 as well as aclocal.m4 To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.37 -r1.38 ports/infrastructure/mk/gnu.port.mk cvs -R rdiff -kk -upr0 -r1.1 ports/infrastructure/scripts/u2mirlibtool ________________________________________________________________________ Commit ID: 10046B6EE4653577C69 CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/08/06 09:47:34 UTC Modified files: net/tor : Makefile distinfo net/tor/patches: patch-configure_in patch-src_common_util_c patch-src_or_eventdns_c Log message: SECURITY update; cf. http://www.heise.de/newsticker/meldung/93853 To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.2 -r1.3 ports/net/tor/Makefile cvs -R rdiff -kk -upr1.1 -r1.2 ports/net/tor/distinfo cvs -R rdiff -kk -upr1.1 -r1.2 ports/net/tor/patches/patch-configure_in cvs -R rdiff -kk -upr1.1 -r1.2 ports/net/tor/patches/patch-src_common_util_c cvs -R rdiff -kk -upr1.1 -r1.2 ports/net/tor/patches/patch-src_or_eventdns_c ________________________________________________________________________ Commit ID: 10046B6EF663B8AB9E5 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/06 09:52:24 UTC Modified files: libexec/cprng : cprng.c Log message: make MAYPROF a boolean (on/off), fix indenting To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.8 -r1.9 src/libexec/cprng/cprng.c ________________________________________________________________________ Commit ID: 10046B70DE6767A084B CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/06 12:02:40 UTC Modified files: bin/mksh : sh.h Log message: use bounds check for function that calls read prompted by lina output, 10x tarzeau not a bug To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.166 -r1.167 src/bin/mksh/sh.h ________________________________________________________________________ Commit ID: 10046B8A4CA2F5D0F00 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/07 16:58:33 UTC Modified files: share/misc : bsdstats Log message: http proxy support To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.53 -r1.54 src/share/misc/bsdstats ________________________________________________________________________ Commit ID: 10046B8A5A03B77C0C2 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/07 17:02:03 UTC Modified files: share/misc : bsdstats Log message: fix log message To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.54 -r1.55 src/share/misc/bsdstats ________________________________________________________________________ Commit ID: 10046B8B4082D55440E CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/07 18:03:32 UTC Modified files: . : Makefile Log message: .if exists(gcc/Makefile.lang) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.108 -r1.109 src/Makefile ________________________________________________________________________ Commit ID: 10046B8B46C0FEB8912 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/07 18:05:10 UTC Modified files: . : Makefile Log message: missing var defns To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.109 -r1.110 src/Makefile ________________________________________________________________________ Commit ID: 10046B8C8743B857FE6 CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/08/07 19:30:46 UTC Modified files: infrastructure/mk: bsd.port.mk Log message: support ciphers not being supported To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.183 -r1.184 ports/infrastructure/mk/bsd.port.mk ________________________________________________________________________ Commit ID: 10046B8DAF10E9AE949 CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/08/07 20:49:45 UTC Modified files: misc/screen : Makefile Log message: the “mv -f” sometimes did nothing on sparc, no idea why To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.20 -r1.21 ports/misc/screen/Makefile ________________________________________________________________________ Commit ID: 10046B8E2161800E9E7 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/07 21:21:27 UTC Modified files: lib : Makefile lib/libedit : Makefile Log message: switch auto-built test programme to libotermcap, ocurses builds faster than ncurses (libedit/TEST/Makefile is not affected) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.12 -r1.13 src/lib/Makefile cvs -R rdiff -kk -upr1.8 -r1.9 src/lib/libedit/Makefile ________________________________________________________________________ Commit ID: 10046B8EFD41ECF0952 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/07 22:18:47 UTC Modified files: libexec/randshuffle: randshuffle Log message: option -f for fast (manual calls) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.19 -r1.20 src/libexec/randshuffle/randshuffle ________________________________________________________________________ Commit ID: 10046B8F48D391EDAE1 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/07 22:39:14 UTC Modified files: lib : Makefile Log message: improve description format To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.13 -r1.14 src/lib/Makefile ________________________________________________________________________ Commit ID: 10046B966471543C88F CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/08 06:44:02 UTC Modified files: lib/libkvm : kvm_proc.c Log message: format spring on sparc, why did i386 not show this? To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.4 -r1.5 src/lib/libkvm/kvm_proc.c ________________________________________________________________________ Commit ID: 10046B9AD5C6DDA0976 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/08 11:47:19 UTC Modified files: bin/dd : misc.c sbin/ccdconfig : ccdconfig.c sbin/restore : dirs.c sbin/routed : trace.c Log message: more size_t and ptrdiff_t issues in bin, libexec, sbin To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.4 -r1.5 src/bin/dd/misc.c cvs -R rdiff -kk -upr1.2 -r1.3 src/sbin/ccdconfig/ccdconfig.c cvs -R rdiff -kk -upr1.4 -r1.5 src/sbin/restore/dirs.c cvs -R rdiff -kk -upr1.4 -r1.5 src/sbin/routed/trace.c ________________________________________________________________________ Commit ID: 10046B9BE8079F6B9FC CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/08 13:00:58 UTC Modified files: usr.bin/nc : Makefile Log message: don't trash CFLAGS XXX use CDIAGFLAGS throughout the tree consistently XXX add -std={c|gnu}99 to global CFLAGS To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.3 -r1.4 src/usr.bin/nc/Makefile ________________________________________________________________________ Commit ID: 10046BA0A29519337E1 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/08 18:23:14 UTC Modified files: lib/libc/time : strftime.3 Log message: more instructions on JD<->MJD conversion To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.2 -r1.3 src/lib/libc/time/strftime.3 ________________________________________________________________________ Commit ID: 10046BA0FDF72CBD0B1 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/08 18:48:49 UTC Modified files: sys/sys : taitime.h lib/libc/time : ctime.3 Log message: of course defining tm_year to “int64_t” in one place, “time_t” in the other can't work on time_t-32 platforms such as sparc and may cause core dumps or other misbehaviour *sigh* use time_t because if it fits in the seconds, it'll fit in the year by far. same logic as for the mjd_t.mjd field. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.2 -r1.3 src/sys/sys/taitime.h cvs -R rdiff -kk -upr1.3 -r1.4 src/lib/libc/time/ctime.3 ________________________________________________________________________ Commit ID: 10046BA150E4442DCEC CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/08 19:09:53 UTC Modified files: lib/libssl/src/apps: passwd.c usr.bin/host : host.c usr.bin/nc : socks.c usr.bin/ssh : mac.c ssh.c umac.c usr.bin/vi/ex : ex_cscope.c usr.sbin/httpd/src/modules/experimental: mod_auth_digest.c usr.sbin/kvm_mkdb: nlist.c usr.sbin/memconfig: memconfig.c usr.sbin/ntpd : imsg.c usr.sbin/ppp/ppp: physical.c usr.sbin/timed/timed: networkdelta.c readmsg.c usr.sbin/timed/timedc: cmds.c Log message: more format strings: usr.bin and usr.sbin/[a..timed] To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.4 -r1.5 src/lib/libssl/src/apps/passwd.c cvs -R rdiff -kk -upr1.3 -r1.4 src/usr.bin/host/host.c cvs -R rdiff -kk -upr1.7 -r1.8 src/usr.bin/nc/socks.c cvs -R rdiff -kk -upr1.5 -r1.6 src/usr.bin/ssh/mac.c cvs -R rdiff -kk -upr1.19 -r1.20 src/usr.bin/ssh/ssh.c cvs -R rdiff -kk -upr1.1.1.1 -r1.2 src/usr.bin/ssh/umac.c cvs -R rdiff -kk -upr1.2 -r1.3 src/usr.bin/vi/ex/ex_cscope.c cvs -R rdiff -kk -upr1.4 -r1.5 src/usr.sbin/httpd/src/modules/experimental/mod_auth_digest.c cvs -R rdiff -kk -upr1.2 -r1.3 src/usr.sbin/kvm_mkdb/nlist.c cvs -R rdiff -kk -upr1.2 -r1.3 src/usr.sbin/memconfig/memconfig.c cvs -R rdiff -kk -upr1.6 -r1.7 src/usr.sbin/ntpd/imsg.c cvs -R rdiff -kk -upr1.4 -r1.5 src/usr.sbin/ppp/ppp/physical.c cvs -R rdiff -kk -upr1.2 -r1.3 src/usr.sbin/timed/timed/networkdelta.c cvs -R rdiff -kk -upr1.4 -r1.5 src/usr.sbin/timed/timed/readmsg.c cvs -R rdiff -kk -upr1.3 -r1.4 src/usr.sbin/timed/timedc/cmds.c ________________________________________________________________________ Commit ID: 10046BA2E54570E080B CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/08 20:57:41 UTC Modified files: lib/libc/string: bcopy.c strcasecmpfun.c Log message: replace some unifdef(1) catastrophes To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.7 -r1.8 src/lib/libc/string/bcopy.c cvs -R rdiff -kk -upr1.5 -r1.6 src/lib/libc/string/strcasecmpfun.c ________________________________________________________________________ Commit ID: 10046BA3F420125B5AF CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/08/08 22:09:54 UTC Modified files: data : wlog-9.inc Log message: random ramblings, mostly about sparc To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.12 -r1.13 www/data/wlog-9.inc ________________________________________________________________________ Commit ID: 10046BA4027366077F0 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/08/08 22:14:34 UTC Modified files: mk : htsconv Log message: remove the date of generation from here, until we figure out how to best do it so that we do *not* need to rsync every(!) single unchanged for the most permalink page on addition of one wlog entry To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.2 -r1.3 www/mk/htsconv ________________________________________________________________________ Commit ID: 10046BA41B707EB7CC4 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/08 22:20:18 UTC Modified files: usr.sbin/vnconfig: vnconfig.c Log message: last of usr.sbin To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.13 -r1.14 src/usr.sbin/vnconfig/vnconfig.c ________________________________________________________________________ Commit ID: 10046BA449F51C1F09C CVSROOT: /cvs Module name: gcc Changes by: tg@herc.mirbsd.org 2007/08/08 22:32:41 UTC Modified files: . : Makefile.lang Log message: let’s try it… To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.11 -r1.12 gcc/Makefile.lang ________________________________________________________________________ Commit ID: 10046BAD5541F9375CE CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/09 08:50:29 UTC Modified files: gnu/usr.bin/mkisofs: Makefile Log message: which stupid idiot compiles actual programmes with -Dlint ? this is only for the static checker, as it defines stuff away! To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.3 -r1.4 src/gnu/usr.bin/mkisofs/Makefile ________________________________________________________________________ Commit ID: 10046BAD52C1EC2024C CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/09 08:50:41 UTC Modified files: sys/arch/sparc/include: stdarg.h Log message: pull in rev 1.13 of openbsd's (va_start cleanup); there's no gcc1 any more anyway makes src/gnu/usr.bin/mkisofs/comerr.c compile cleaner To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.1.1 -r1.2 src/sys/arch/sparc/include/stdarg.h ________________________________________________________________________ Commit ID: 10046BAEEE6513FF26F CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/09 10:39:48 UTC Modified files: gnu/usr.bin/mkisofs: Makefile apple.c apple_driver.c apprentice.c block.c boot.c btree.c ccomdefs.h cd_misc.c cmpbytes.c cmpnullbytes.c data.c desktop.c dvd_file.c dvd_reader.c eltorito.c exclude.c fcons64.c fdup64.c file.c file.h fileluopen64.c fileopen64.c filepos64.c filereopen64.c files.c fileseek64.c filesize64.c filestat64.c findline.c fnmatch.c gdata.c getargs.c getav0.c getdomainname.c gethostid.c gethostname.c getpagesize.c hash.c hfs.c ifo_read.c joliet.c libfile_file.c low.c mac_label.c match.c mkisofs.c modes.c multi.c name.c nls_base.c nls_config.c nls_cp10000.c nls_cp10006.c nls_cp10007.c nls_cp10029.c nls_cp10079.c nls_cp10081.c nls_cp1250.c nls_cp1251.c nls_cp437.c nls_cp737.c nls_cp775.c nls_cp850.c nls_cp852.c nls_cp855.c nls_cp857.c nls_cp860.c nls_cp861.c nls_cp862.c nls_cp863.c nls_cp864.c nls_cp865.c nls_cp866.c nls_cp869.c nls_cp874.c nls_file.c nls_iso8859-1.c nls_iso8859-14.c nls_iso8859-15.c nls_iso8859-2.c nls_iso8859-3.c nls_iso8859-4.c nls_iso8859-5.c nls_iso8859-6.c nls_iso8859-7.c nls_iso8859-8.c nls_iso8859-9.c nls_koi8-r.c nls_koi8-u.c node.c openfd64.c patchlevel.h record.c rename.c rock.c scgsettarget.c scgslash.h scgtimes.c scsi-bsd.c scsi.c scsi_cdr.c scsierrs.c scsihack.c scsihelp.c scsiopen.c scsitransp.c softmagic.c stream.c tree.c udf.c usleep.c volume.c volume_libhfs_iso.c write.c Removed files: gnu/usr.bin/mkisofs: hdisk.pl strdup.c Log message: cleanup for SCCS IDs, add MirOS RCS ID to every file, handle $Id$, UTF-8, extermination missing to Schily still valid, want makefs, nuke unused etc. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.4 -r1.5 src/gnu/usr.bin/mkisofs/Makefile cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/apple.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/apple_driver.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/apprentice.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/block.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/boot.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/btree.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/ccomdefs.h cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/cd_misc.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/cmpbytes.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/cmpnullbytes.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/data.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/desktop.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/dvd_file.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/dvd_reader.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/eltorito.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/exclude.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/fcons64.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/fdup64.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/file.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/file.h cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/fileluopen64.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/fileopen64.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/filepos64.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/filereopen64.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/files.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/fileseek64.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/filesize64.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/filestat64.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/findline.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/fnmatch.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/gdata.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/getargs.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/getav0.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/getdomainname.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/gethostid.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/gethostname.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/getpagesize.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/hash.c cvs -R rdiff -kk -upr1.1.7.1 -r0 src/gnu/usr.bin/mkisofs/hdisk.pl cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/hfs.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/ifo_read.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/joliet.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/libfile_file.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/low.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/mac_label.c cvs -R rdiff -kk -upr1.2 -r1.3 src/gnu/usr.bin/mkisofs/match.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/mkisofs.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/modes.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/multi.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/name.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/nls_base.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/nls_config.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/nls_cp10000.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/nls_cp10006.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/nls_cp10007.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/nls_cp10029.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/nls_cp10079.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/nls_cp10081.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/nls_cp1250.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/nls_cp1251.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/nls_cp437.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/nls_cp737.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/nls_cp775.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/nls_cp850.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/nls_cp852.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/nls_cp855.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/nls_cp857.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/nls_cp860.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/nls_cp861.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/nls_cp862.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/nls_cp863.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/nls_cp864.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/nls_cp865.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/nls_cp866.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/nls_cp869.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/nls_cp874.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/nls_file.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/nls_iso8859-1.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/nls_iso8859-14.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/nls_iso8859-15.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/nls_iso8859-2.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/nls_iso8859-3.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/nls_iso8859-4.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/nls_iso8859-5.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/nls_iso8859-6.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/nls_iso8859-7.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/nls_iso8859-8.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/nls_iso8859-9.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/nls_koi8-r.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/nls_koi8-u.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/node.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/openfd64.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/patchlevel.h cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/record.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/rename.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/rock.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/scgsettarget.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/scgslash.h cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/scgtimes.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/scsi-bsd.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/scsi.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/scsi_cdr.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/scsierrs.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/scsihack.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/scsihelp.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/scsiopen.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/scsitransp.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/softmagic.c cvs -R rdiff -kk -upr1.1.7.1 -r0 src/gnu/usr.bin/mkisofs/strdup.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/stream.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/tree.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/udf.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/usleep.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/volume.c cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/gnu/usr.bin/mkisofs/volume_libhfs_iso.c cvs -R rdiff -kk -upr1.2 -r1.3 src/gnu/usr.bin/mkisofs/write.c ________________________________________________________________________ Commit ID: 10046BB4AE668786D10 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/09 17:13:09 UTC Modified files: lib/libc/crypt : arc4random.c Log message: • take pid and time more/better into account when stirring or a4_pushb, and throw away less information supplied by the user on the latter • __CRAZY=Yes clean To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.9 -r1.10 src/lib/libc/crypt/arc4random.c ________________________________________________________________________ Commit ID: 10046BB4EEE102748DC CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/09 17:28:55 UTC Modified files: lib/libc/crypt : arc4random.c Log message: solve alignment issues (on sparc and with __CRAZY=Yes) by use of a union To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.10 -r1.11 src/lib/libc/crypt/arc4random.c ________________________________________________________________________ Commit ID: 10046BB533A4B4E48C7 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/09 17:47:16 UTC Modified files: lib/libc/crypt : arc4random.c Log message: while time isn’t a secret, it certainly helps sometimes; I’d add truerand() to the mix but it’s too hard from within libc To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.11 -r1.12 src/lib/libc/crypt/arc4random.c ________________________________________________________________________ Commit ID: 10046BB67AB762CBA73 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/08/09 19:14:55 UTC Modified files: . : Makefile mk : htsconv inc2htm Log message: try to make regeneration of pages sparely (i.e. don't change if no change) news.htm is slightly buggily always regenerated, no idea why To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.10 -r1.11 www/Makefile cvs -R rdiff -kk -upr1.3 -r1.4 www/mk/htsconv cvs -R rdiff -kk -upr1.3 -r1.4 www/mk/inc2htm ________________________________________________________________________ Commit ID: 10046BB6C23340D47F1 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/08/09 19:34:14 UTC Modified files: data : wlog-9.inc Log message: wlog for tonight, rescued via dd(1) since I accidentally deleted it… d’oh To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.13 -r1.14 www/data/wlog-9.inc ________________________________________________________________________ Commit ID: 10046BB7D9B12CF7D00 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/09 20:48:15 UTC Modified files: sys/arch/sparc/sparc: locore.s Log message: these are in already To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.3 -r1.4 src/sys/arch/sparc/sparc/locore.s ________________________________________________________________________ Commit ID: 10046BB8B4F4F50F26A CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/08/09 21:46:34 UTC Modified files: src : mksh.hts Log message: more, yay! To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.42 -r1.43 www/src/mksh.hts ________________________________________________________________________ Commit ID: 10046BBAC2A299C83A6 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/10 00:06:55 UTC Log message: want uslcom(4) since wbx' “GPS mouse” uses it Status: Vendor Tag: openbsd Release Tags: cvs-200708100000 N src/sys/dev/usb/uslcom.c No conflicts created by this import ________________________________________________________________________ Commit ID: 10046BBB051570101DF CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/10 00:24:32 UTC Modified files: sys/dev/usb : Tag: openbsd usbdevs Log message: upgrade To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.1.3 -r1.1.1.4 src/sys/dev/usb/usbdevs ________________________________________________________________________ Commit ID: 10046BBB0D3387E2BEA CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/10 00:26:38 UTC Modified files: sys/dev/usb : usbdevs Log message: automerge To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.4 -r1.5 src/sys/dev/usb/usbdevs ________________________________________________________________________ Commit ID: 10046BBB12C08165C02 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/10 00:28:33 UTC Modified files: sys/arch/sparc/conf: GENERIC sys/dev/wscons : files.wscons wsemulconf.c wsemulvar.h Removed files: sys/dev/wscons : wsemul_sun.c Log message: • change sparc config from wsemul_sun to wsemul_vt100 • remove support for wsemul_sun entirely untested, but compiles fine To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.14 -r1.15 src/sys/arch/sparc/conf/GENERIC cvs -R rdiff -kk -upr1.1.1.3 -r1.2 src/sys/dev/wscons/files.wscons cvs -R rdiff -kk -upr1.1.1.3 -r0 src/sys/dev/wscons/wsemul_sun.c cvs -R rdiff -kk -upr1.1.1.2 -r1.2 src/sys/dev/wscons/wsemulconf.c cvs -R rdiff -kk -upr1.1.1.2 -r1.2 src/sys/dev/wscons/wsemulvar.h ________________________________________________________________________ Commit ID: 10046BBB2EF4693AF5E CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/10 00:35:57 UTC Modified files: sys/arch/i386/conf: GENERIC sys/dev/usb : files.usb if_aue.c usbdevs.h usbdevs_data.h uslcom.c Log message: • make kernel compile again • coerce uslcom(4) into compiling To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.32 -r1.33 src/sys/arch/i386/conf/GENERIC cvs -R rdiff -kk -upr1.1.1.2 -r1.2 src/sys/dev/usb/files.usb cvs -R rdiff -kk -upr1.1.1.2 -r1.2 src/sys/dev/usb/if_aue.c cvs -R rdiff -kk -upr1.4 -r1.5 src/sys/dev/usb/usbdevs.h cvs -R rdiff -kk -upr1.4 -r1.5 src/sys/dev/usb/usbdevs_data.h cvs -R rdiff -kk -upr1.1.1.1 -r1.2 src/sys/dev/usb/uslcom.c ________________________________________________________________________ Commit ID: 10046BBBCD028C48EB6 CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/08/10 01:17:53 UTC Modified files: infrastructure/scripts: u2mirlibtool Log message: oops, restore the includal of libtool.m4 To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1 -r1.2 ports/infrastructure/scripts/u2mirlibtool ________________________________________________________________________ Commit ID: 10046BBC45075EB6ABC CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/08/10 01:49:49 UTC Modified files: data : wlog-9.inc Log message: got that java™ geocacheing app and USB GPS receiver run on MirBSD ☺ To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.14 -r1.15 www/data/wlog-9.inc ________________________________________________________________________ Commit ID: 10046BBCC0F47E25DA6 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/08/10 02:22:50 UTC Modified files: data : wlog-9.inc Log message: minor updates (and we should goto bed) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.15 -r1.16 www/data/wlog-9.inc ________________________________________________________________________ Commit ID: 10046BBDE39517B9978 CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/08/10 03:40:30 UTC Modified files: lang/jdk/1.3-linux: Makefile Added files: lang/jdk/1.3-linux/patches: patch-bin__java_wrapper Log message: make this installable on -current still segfaults tho, need to get better shlibs To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.6 -r1.7 ports/lang/jdk/1.3-linux/Makefile cvs -R rdiff -kk -upr0 -r1.1 ports/lang/jdk/1.3-linux/patches/patch-bin__java_wrapper ________________________________________________________________________ Commit ID: 10046BCE5054BBA756D CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/10 22:22:03 UTC Modified files: usr.sbin/ntpd : client.c config.c log.c ntpd.conf.5 parse.y Log message: new feature: use other UDP ports than 123 for peers or listening To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.6 -r1.7 src/usr.sbin/ntpd/client.c cvs -R rdiff -kk -upr1.2 -r1.3 src/usr.sbin/ntpd/config.c cvs -R rdiff -kk -upr1.3 -r1.4 src/usr.sbin/ntpd/log.c cvs -R rdiff -kk -upr1.1.1.1 -r1.2 src/usr.sbin/ntpd/ntpd.conf.5 cvs -R rdiff -kk -upr1.4 -r1.5 src/usr.sbin/ntpd/parse.y ________________________________________________________________________ Commit ID: 10046BCE56B351D466F CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/10 22:23:16 UTC Modified files: usr.sbin/ntpd : ntpd.conf.5 Log message: enhance .Sx HISTORY To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.2 -r1.3 src/usr.sbin/ntpd/ntpd.conf.5 ________________________________________________________________________ Commit ID: 10046BCE80C566B92F8 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/10 22:35:02 UTC Modified files: usr.sbin/ntpd : config.c log.c Log message: • cast increases required alignment of target type both in my code and henning's code ☺ To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.3 -r1.4 src/usr.sbin/ntpd/config.c cvs -R rdiff -kk -upr1.4 -r1.5 src/usr.sbin/ntpd/log.c ________________________________________________________________________ Commit ID: 10046BCEE3D44DE3A31 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/10 23:01:03 UTC Modified files: usr.sbin/rdate : ntp.c rdate.8 rdate.c Log message: ntp port support here too XXX needs a .h file… To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.10 -r1.11 src/usr.sbin/rdate/ntp.c cvs -R rdiff -kk -upr1.5 -r1.6 src/usr.sbin/rdate/rdate.8 cvs -R rdiff -kk -upr1.9 -r1.10 src/usr.sbin/rdate/rdate.c ________________________________________________________________________ Commit ID: 10046BCEF2137274E70 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/10 23:04:42 UTC Modified files: usr.sbin/rdate : ntp.c Log message: caste alignment; bug from obsd only this time To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.11 -r1.12 src/usr.sbin/rdate/ntp.c ________________________________________________________________________ Commit ID: 10046BCF567677FCC76 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/10 23:33:31 UTC Modified files: usr.sbin/ntpd : ntp.c server.c Log message: sanitise refid handling: • per RFC for SNTP4 and NTP4 draft, even NTP4 Stratum-1 requests use the ASCII string as reference ID, like NTP3 • fix an endianness problem for NTP3 refids To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.7 -r1.8 src/usr.sbin/ntpd/ntp.c cvs -R rdiff -kk -upr1.4 -r1.5 src/usr.sbin/ntpd/server.c ________________________________________________________________________ Commit ID: 10046BCF81D414AEAC7 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/10 23:43:14 UTC Modified files: usr.sbin/rdate : ntp.c Log message: add support for debug-outputting the refid To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.12 -r1.13 src/usr.sbin/rdate/ntp.c ________________________________________________________________________ Commit ID: 10046BCFA4E557A719B CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/10 23:52:25 UTC Modified files: usr.sbin/rdate : ntp.c rdate.c rfc868time.c Added files: usr.sbin/rdate : rdate.h Log message: told ya it needs a .h file To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.13 -r1.14 src/usr.sbin/rdate/ntp.c cvs -R rdiff -kk -upr1.10 -r1.11 src/usr.sbin/rdate/rdate.c cvs -R rdiff -kk -upr0 -r1.1 src/usr.sbin/rdate/rdate.h cvs -R rdiff -kk -upr1.4 -r1.5 src/usr.sbin/rdate/rfc868time.c ________________________________________________________________________ Commit ID: 10046BCFA953FCA6FAB CVSROOT: /cvs Module name: CVSROOT Changes by: tg@herc.mirbsd.org 2007/08/10 23:53:35 UTC Modified files: . : modules Log message: +rdate To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.23 -r1.24 CVSROOT/modules ________________________________________________________________________ Commit ID: 10046BCFACD1DE927E3 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/10 23:56:12 UTC Modified files: usr.sbin/rdate : ntp.c Log message: fix portability: is MirOS-only To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.14 -r1.15 src/usr.sbin/rdate/ntp.c ________________________________________________________________________ Commit ID: 10046BCFB7F06BCAC3C CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/10 23:57:29 UTC src/usr.sbin/nmeadecode Update of /cvs/src/usr.sbin/nmeadecode In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv1724/nmeadecode Log Message: Directory /cvs/src/usr.sbin/nmeadecode added to the repository ________________________________________________________________________ Commit ID: 10046BCFEEF48623179 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/11 00:16:09 UTC Added files: usr.sbin/nmeadecode: nmeadecode.8 Log message: I'm too tired tonight to still hack this, but I gathered quite a lot of information about the format, and some data from wbx@’s gps but before I forget this stuff or someone tells me I stole ideas... will have a look at nmea(4) obsd source tomorrow, maybe refine this then To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr0 -r1.1 src/usr.sbin/nmeadecode/nmeadecode.8 ________________________________________________________________________ Commit ID: 10046BD01213739D894 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/08/11 00:21:35 UTC Modified files: data : wlog-9.inc Log message: so stell ich mir das vor… To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.16 -r1.17 www/data/wlog-9.inc ________________________________________________________________________ Commit ID: 10046BDD960086736B4 CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/08/11 15:44:10 UTC Modified files: infrastructure/mk: bsd.port.mk Log message: ancient crap To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.184 -r1.185 ports/infrastructure/mk/bsd.port.mk ________________________________________________________________________ Commit ID: 10046BE413F050F9B51 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/11 23:07:33 UTC Modified files: distrib/lists/base/etc: mi etc : ssl.certs.shar Log message: add certs of DFN-PCA by DFN e.V. and DFN-CERT GmbH To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.26 -r1.27 src/distrib/lists/base/etc/mi cvs -R rdiff -kk -upr1.9 -r1.10 src/etc/ssl.certs.shar ________________________________________________________________________ Commit ID: 10046BE43C5172F8F1D CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/11 23:18:11 UTC Modified files: usr.sbin/nmeadecode: nmeadecode.8 Log message: probably, verbose is better To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1 -r1.2 src/usr.sbin/nmeadecode/nmeadecode.8 ________________________________________________________________________ Commit ID: 10046BE45316A1C5BA9 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/08/11 23:24:18 UTC Modified files: data : wlog-9.inc Log message: not in a hacking mood To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.17 -r1.18 www/data/wlog-9.inc ________________________________________________________________________ Commit ID: 10046BEFC253D159D9B CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/12 12:26:40 UTC Modified files: sys/arch/sparc/conf: RAMDISK Log message: • disable ‘com* on pcmcia?’ for now, since it doesn't build on sparc, and the changes to sys/dev/ic.c are more severe (can be reënabled later, in #11 once the OtherBSD diffs are in) • sync with GENERIC,v 1.15: nuke wsemul_sun, use wsemul_vt100 – untested… To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.9 -r1.10 src/sys/arch/sparc/conf/RAMDISK ________________________________________________________________________ Commit ID: 10046BF08DC24B24AA7 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/12 13:19:06 UTC Modified files: distrib/special: Makefile Log message: rdate is in common/list To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.17 -r1.18 src/distrib/special/Makefile ________________________________________________________________________ Commit ID: 10046BF0E4F7055959B CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/12 13:42:24 UTC Modified files: distrib/special/mksh: Makefile bin/mksh : Build.sh Makefile check.t jobs.c main.c misc.c mksh.1 sh.h var.c Log message: add “set -o arc4random”, RTFM for details To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.12 -r1.13 src/distrib/special/mksh/Makefile cvs -R rdiff -kk -upr1.250 -r1.251 src/bin/mksh/Build.sh cvs -R rdiff -kk -upr1.45 -r1.46 src/bin/mksh/Makefile cvs -R rdiff -kk -upr1.132 -r1.133 src/bin/mksh/check.t cvs -R rdiff -kk -upr1.25 -r1.26 src/bin/mksh/jobs.c cvs -R rdiff -kk -upr1.84 -r1.85 src/bin/mksh/main.c cvs -R rdiff -kk -upr1.64 -r1.65 src/bin/mksh/misc.c cvs -R rdiff -kk -upr1.93 -r1.94 src/bin/mksh/mksh.1 cvs -R rdiff -kk -upr1.167 -r1.168 src/bin/mksh/sh.h cvs -R rdiff -kk -upr1.42 -r1.43 src/bin/mksh/var.c ________________________________________________________________________ Commit ID: 10046BF1095780EDD8B CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/12 13:52:04 UTC Modified files: bin/mksh : sh.h Log message: Debian warning cleanup To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.168 -r1.169 src/bin/mksh/sh.h ________________________________________________________________________ Commit ID: 10046BF124C3829B226 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/12 13:59:36 UTC Modified files: distrib/baselive: munge_it.sh rc.netselect.common Log message: use entropy generated between /etc/rc start and hostname generation for the latter, too To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.25 -r1.26 src/distrib/baselive/munge_it.sh cvs -R rdiff -kk -upr1.12 -r1.13 src/distrib/baselive/rc.netselect.common ________________________________________________________________________ Commit ID: 10046BF12C653F309AD CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/12 14:01:39 UTC Modified files: bin/mksh : mksh.1 Log message: mention that $RANDOM is _always_ 15-bit unsigned integer, even arc4random’s To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.94 -r1.95 src/bin/mksh/mksh.1 ________________________________________________________________________ Commit ID: 10046BF13080266B586 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/12 14:02:37 UTC Modified files: distrib/common : listend.sparc Log message: no ping6(8) for the sparc floppy either, doesn't fit To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.13 -r1.14 src/distrib/common/listend.sparc ________________________________________________________________________ Commit ID: 10046BF56445FF788E9 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/12 18:49:31 UTC Modified files: usr.sbin/makefs: ffs.c Log message: at least one of the “backticks”, more later maybe… To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.4 -r1.5 src/usr.sbin/makefs/ffs.c ________________________________________________________________________ Commit ID: 10046BF58FB785D38BD CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/12 19:01:27 UTC Modified files: etc/etc.sparc : disktab sys/arch/sparc/conf: RAMDISK Log message: for now, increase size of the ramdisc miniroot image this desperately needs to shrink for the floppy, but maye we split between floppy and bsd.rd here, too... To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.5 -r1.6 src/etc/etc.sparc/disktab cvs -R rdiff -kk -upr1.10 -r1.11 src/sys/arch/sparc/conf/RAMDISK ________________________________________________________________________ Commit ID: 10046BF5E8C090798C6 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/12 19:24:48 UTC Modified files: share/misc : acronyms Log message: • +tbf – to be fixed • sync with tnf To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.48 -r1.49 src/share/misc/acronyms ________________________________________________________________________ Commit ID: 10046BF79160DC9FB4B CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/12 21:18:02 UTC Modified files: distrib : Makefile distrib/common : Makefile.sparc listend.sparc distrib/lists/base/base: md.i386 mi distrib/lists/base/dev: md.sparc Added files: distrib/lists/base/ada: md.sparc Log message: full sync; for now, no floppy (but bsd.rd) and no more miniroot for the sparc, I just wanna have a snapshot; built with QUICK_DISK2 so no X11, ports, HTML manpages, etc.; tbf l8er To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.11 -r1.12 src/distrib/Makefile cvs -R rdiff -kk -upr1.5 -r1.6 src/distrib/common/Makefile.sparc cvs -R rdiff -kk -upr1.14 -r1.15 src/distrib/common/listend.sparc cvs -R rdiff -kk -upr1.2 -r1.3 src/distrib/lists/base/ada/md.sparc cvs -R rdiff -kk -upr1.10 -r1.11 src/distrib/lists/base/base/md.i386 cvs -R rdiff -kk -upr1.73 -r1.74 src/distrib/lists/base/base/mi cvs -R rdiff -kk -upr1.2 -r1.3 src/distrib/lists/base/dev/md.sparc ________________________________________________________________________ Commit ID: 10046BFB27F2438CB7C CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/13 01:22:55 UTC Modified files: share/misc : acronyms Log message: geocacher's acronymes… To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.49 -r1.50 src/share/misc/acronyms ________________________________________________________________________ Commit ID: 10046BFB6A13D3CB4B4 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/08/13 01:41:29 UTC Modified files: data : wlog-9.inc Log message: A Good Day™ (or more, half of the day, half of the night) even though I had some things planned differently… they wouldn’t have worked out anyway probably otherwise… now just someone needs to actually test the sparc snapshot (and I need to collect more gc acronymes) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.18 -r1.19 www/data/wlog-9.inc ________________________________________________________________________ Commit ID: 10046C069461C49DE0F CVSROOT: /cvs Module name: (multiple) Changes by: tg@herc.mirbsd.org 2007/08/13 14:22:44 UTC Modified files: gnu/usr.bin/lynx: aclocal.m4 www/lynx : Makefile Added files: www/lynx/patches: patch-aclocal_m4 Log message: make ssl cert validation back working To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.109.8 -r1.2 src/gnu/usr.bin/lynx/aclocal.m4 cvs -R rdiff -kk -upr1.16 -r1.17 ports/www/lynx/Makefile cvs -R rdiff -kk -upr0 -r1.1 ports/www/lynx/patches/patch-aclocal_m4 ________________________________________________________________________ Commit ID: 10046C069AA4464A986 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/13 14:29:35 UTC Modified files: gnu/usr.bin/lynx: configure Log message: regen To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.16 -r1.17 src/gnu/usr.bin/lynx/configure ________________________________________________________________________ Commit ID: 10046C06C496B574CE5 CVSROOT: /cvs Module name: (multiple) Changes by: tg@herc.mirbsd.org 2007/08/13 14:35:40 UTC Modified files: www/lynx : Makefile gnu/usr.bin/lynx/WWW/Library/Implementation: HTTP.c Added files: www/lynx/patches: patch-WWW_Library_Implementation_HTTP_c Log message: log ssl callback messages too To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.17 -r1.18 ports/www/lynx/Makefile cvs -R rdiff -kk -upr1.2 -r1.3 ports/www/lynx/patches/patch-WWW_Library_Implementation_HTTP_c cvs -R rdiff -kk -upr1.1.109.6 -r1.14 src/gnu/usr.bin/lynx/WWW/Library/Implementation/HTTP.c ________________________________________________________________________ Commit ID: 10046C0AF813606B8FD CVSROOT: /cvs Module name: gcc Changes by: tg@herc.mirbsd.org 2007/08/13 19:22:36 UTC Modified files: . : Makefile.lang Log message: re-enable gcj for i386 (will be put in the “ada” distset to save space) ok bsiegert@ To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.12 -r1.13 gcc/Makefile.lang ________________________________________________________________________ Commit ID: 10046C0B31A6F414C8F CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/13 19:39:21 UTC Modified files: bin/mksh : check.t main.c mksh.1 sh.h Log message: Implement the “source” command, as requested by some and agreed bsiegert@ In contrast to AT&T ksh93, its semantics are like GNU bash in that it ap- pends the current working directory to the search path; it is implemented as a shell alias instead of enhancing funcs.c:shbuiltins[] like in ksh93. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.133 -r1.134 src/bin/mksh/check.t cvs -R rdiff -kk -upr1.85 -r1.86 src/bin/mksh/main.c cvs -R rdiff -kk -upr1.95 -r1.96 src/bin/mksh/mksh.1 cvs -R rdiff -kk -upr1.169 -r1.170 src/bin/mksh/sh.h ________________________________________________________________________ Commit ID: 10046C0B66052F9EE95 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/13 19:51:53 UTC Modified files: distrib/lists/base/ada: md.i386 distrib/lists/htman/htusd: md.i386 Log message: add back some of the older gcj info, so that my diff won’t be this large later… To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1 -r1.2 src/distrib/lists/base/ada/md.i386 cvs -R rdiff -kk -upr1.7 -r1.8 src/distrib/lists/htman/htusd/md.i386 ________________________________________________________________________ Commit ID: 10046C0B6BF22FC7663 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/13 19:55:11 UTC Modified files: distrib/common/extra: Makefile Removed files: distrib/common : Makefile.sparc-mr listend.sparc-mr Log message: nuke the sparc “miniroot”, installboot(8/sparc) didn’t really like it, and I don’t even exactly know what it is we’ll make sparc have a floppy ramdisk kernel and a cdrom/bsd.rd.net/bsd.rd kernel like i386, except that we can’t use a GENERIC for the latter for now we use the former, which is 300K or so too big for a floppy though, as the latter and won’t produce a floppy I want #10 to contain sparc, not in a #10bis to be produced later. That bis version is to fix these bugs. I want sparc to be make work, and convert all Debian/sparc32 users to MirBSD. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.5 -r0 src/distrib/common/Makefile.sparc-mr cvs -R rdiff -kk -upr1.10 -r0 src/distrib/common/listend.sparc-mr cvs -R rdiff -kk -upr1.1 -r1.2 src/distrib/common/extra/Makefile ________________________________________________________________________ Commit ID: 10046C0B9017613B589 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/08/13 20:02:58 UTC Modified files: data : wlog-9.inc Log message: tired but still ranting? To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.19 -r1.20 www/data/wlog-9.inc ________________________________________________________________________ Commit ID: 10046C1BD2513D78992 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/14 14:32:52 UTC Modified files: distrib/lists/base/ada: md.i386 distrib/lists/base/dev: md.i386 distrib/lists/base/unfree: md.i386 distrib/lists/htman/htusd: md.i386 Log message: sync and add jar manpages (XXX put fastjar and gcj texinfo files to manINFO/*htm use) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.2 -r1.3 src/distrib/lists/base/ada/md.i386 cvs -R rdiff -kk -upr1.16 -r1.17 src/distrib/lists/base/dev/md.i386 cvs -R rdiff -kk -upr1.1 -r1.2 src/distrib/lists/base/unfree/md.i386 cvs -R rdiff -kk -upr1.8 -r1.9 src/distrib/lists/htman/htusd/md.i386 ________________________________________________________________________ Commit ID: 10046C2162D431B08F3 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/14 20:52:57 UTC Modified files: lib/libz : Makefile.gen Log message: • KNF • use possibly faster bzero() Modified files: kern/z : Makefile.inc Log message: sync To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.5 -r1.6 src/lib/libz/Makefile.gen cvs -R rdiff -kk -upr1.1 -r1.2 src/kern/z/Makefile.inc ________________________________________________________________________ Commit ID: 10046C25468339266D3 CVSROOT: /cvs Module name: (multiple) Changes by: tg@herc.mirbsd.org 2007/08/15 01:18:54 UTC Modified files: sys/arch/sparc/conf: GENERIC xc/programs/Xserver/hw/xfree86/drivers/wsfb: Imakefile Log message: • sync sparc/GENERIC with i386/GENERIC and sparc/RAMDISK (builds) • re-add compat_* stuff, maybe it’ll be useful • first part of X11 FUBAR cleanup To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.15 -r1.16 src/sys/arch/sparc/conf/GENERIC cvs -R rdiff -kk -upr1.1 -r1.2 X11/xc/programs/Xserver/hw/xfree86/drivers/wsfb/Imakefile ________________________________________________________________________ Commit ID: 10046C258CA521DBB1F CVSROOT: /cvs Module name: X11 Changes by: tg@herc.mirbsd.org 2007/08/15 01:38:19 UTC Modified files: xc/config/cf : MirBSD.cf Log message: part II (untested): • all ELF archs have weak symbols • $(COPTS) cleanup – hopefully… • all MirBSD architectures are ELF • we don't have macppc, and if we had, it’d always have signed chars • -fno-strength-reduce is default on MirBSD • … besides, we (try to) honour copts anyway… To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.15 -r1.16 X11/xc/config/cf/MirBSD.cf ________________________________________________________________________ Commit ID: 10046C317A078A3EB6F CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/15 15:11:34 UTC Modified files: share/misc : bsdstats Log message: “uname -a” output may contain parenthesēs 10x Uwe Hermann from Debian GNU/kFreeBSD for reporting To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.55 -r1.56 src/share/misc/bsdstats ________________________________________________________________________ Commit ID: 10046C345E96A40D475 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/08/15 18:28:36 UTC ports/print/a2ps/files Update of /cvs/ports/print/a2ps/files In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv27200/files Log Message: Directory /cvs/ports/print/a2ps/files added to the repository ________________________________________________________________________ Commit ID: 10046C345E96A40D475 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/08/15 18:28:36 UTC ports/print/a2ps/patches Update of /cvs/ports/print/a2ps/patches In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv27200/patches Log Message: Directory /cvs/ports/print/a2ps/patches added to the repository ________________________________________________________________________ Commit ID: 10046C346E21241B05D CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/08/15 18:36:37 UTC Modified files: print/a2ps : Makefile print/a2ps/pkg : PLIST Added files: print/a2ps/files: autogen.sh print/a2ps/patches: patch-Makefile_am patch-configure_in patch-etc_a2ps_cfg_in patch-lib_signame_c patch-m4_error_m4 patch-m4_fullpath_m4 patch-m4_obstack_m4 patch-ogonkify_configure_in Removed files: print/a2ps/pkg : DEINSTALL INSTALL PFRAG.shared Log message: Modernize, unbreak, etc. - use MirLibtool, not ltconfig (no kidding!) - update build system from autoconf 2.14a, which does not actually exist, to $latest - use aclocal instead of "cat *m4 > aclocal.m4" - custom autogen.sh for automake --add-missing, autoconf in ogonkify subdir - some preprocessor symbols changed names - don't use the automake macros delivered in ~15 .m4 files here, use v1.9.6 - libtoolize plist - use @sample, get rid of INSTALL and DEINSTALL Getting the configure right took me all afternoon. Not everything is ok now but it builds and works. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.3 -r1.4 ports/print/a2ps/Makefile cvs -R rdiff -kk -upr0 -r1.1 ports/print/a2ps/files/autogen.sh cvs -R rdiff -kk -upr0 -r1.1 ports/print/a2ps/patches/patch-Makefile_am cvs -R rdiff -kk -upr0 -r1.1 ports/print/a2ps/patches/patch-configure_in cvs -R rdiff -kk -upr0 -r1.1 ports/print/a2ps/patches/patch-etc_a2ps_cfg_in cvs -R rdiff -kk -upr0 -r1.1 ports/print/a2ps/patches/patch-lib_signame_c cvs -R rdiff -kk -upr0 -r1.1 ports/print/a2ps/patches/patch-m4_error_m4 cvs -R rdiff -kk -upr0 -r1.1 ports/print/a2ps/patches/patch-m4_fullpath_m4 cvs -R rdiff -kk -upr0 -r1.1 ports/print/a2ps/patches/patch-m4_obstack_m4 cvs -R rdiff -kk -upr0 -r1.1 ports/print/a2ps/patches/patch-ogonkify_configure_in cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/print/a2ps/pkg/DEINSTALL cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/print/a2ps/pkg/INSTALL cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/print/a2ps/pkg/PFRAG.shared cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/print/a2ps/pkg/PLIST ________________________________________________________________________ Commit ID: 10046C34DAF0B3946F0 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/08/15 19:03:25 UTC Removed files: print/a2ps : bulklist Log message: Remove bulklist---there are no more flavours, only A4. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/print/a2ps/bulklist ________________________________________________________________________ Commit ID: 10046C358D64488AAAE CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/08/15 19:49:41 UTC Modified files: games/xskat : distinfo games/xskat/pkg: PLIST Removed files: games/xskat/files: Imakefile Log message: nuke dead file, regen plist (german manpage) and distinfo and whee, the copts problem for imake seems gone indeed To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/games/xskat/distinfo cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/games/xskat/files/Imakefile cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/games/xskat/pkg/PLIST ________________________________________________________________________ Commit ID: 10046C35B56074DC9D1 CVSROOT: /cvs Module name: X11 Changes by: tg@herc.mirbsd.org 2007/08/15 20:00:21 UTC Modified files: xc/config/cf : MirBSD.cf Log message: use -Wl,-( -Wl,-) and -Wl,-O2 – just like with bsd make To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.16 -r1.17 X11/xc/config/cf/MirBSD.cf ________________________________________________________________________ Commit ID: 10046C35C402A729DE3 CVSROOT: /cvs Module name: X11 Changes by: tg@herc.mirbsd.org 2007/08/15 20:04:08 UTC Modified files: xc/programs/Xserver/hw/xfree86/os-support/misc: Imakefile Log message: fix build: bmake suffix rules rule To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.103.1 -r1.2 X11/xc/programs/Xserver/hw/xfree86/os-support/misc/Imakefile ________________________________________________________________________ Commit ID: 10046C35E200A6CAE6C CVSROOT: /cvs Module name: X11 Changes by: tg@herc.mirbsd.org 2007/08/15 20:11:56 UTC Modified files: xc/programs/Xserver/hw/xfree86/os-support/bsd: bsd_kbd.c xc/programs/Xserver/hw/xfree86/common: xf86Config.c Log message: protos To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.2 -r1.3 X11/xc/programs/Xserver/hw/xfree86/os-support/bsd/bsd_kbd.c cvs -R rdiff -kk -upr1.2 -r1.3 X11/xc/programs/Xserver/hw/xfree86/common/xf86Config.c ________________________________________________________________________ Commit ID: 10046C3623611B37F34 CVSROOT: /cvs Module name: X11 Changes by: tg@herc.mirbsd.org 2007/08/15 20:29:20 UTC Modified files: xc/programs/Xserver/hw/xfree86/os-support/bus: Pci.h Log message: sparc32 pci support (wtf?), from OgreBSD XF4 repo To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.2 -r1.3 X11/xc/programs/Xserver/hw/xfree86/os-support/bus/Pci.h ________________________________________________________________________ Commit ID: 10046C362542F37ED30 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/08/15 20:31:22 UTC Modified files: www/firesomething: Makefile distinfo www/firesomething/pkg: PFRAG.shared PLIST Log message: Update firesomething to 1.5.0.6-0. Still old and pathetic, I know. I will now do the incremental updates one by one until I find the one that introduced the bug that makes new versions not work. Includes and IDL files are now shipped, hopefully I can build yelp against it. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.13 -r1.14 ports/www/firesomething/Makefile cvs -R rdiff -kk -upr1.4 -r1.5 ports/www/firesomething/distinfo cvs -R rdiff -kk -upr1.2 -r1.3 ports/www/firesomething/pkg/PFRAG.shared cvs -R rdiff -kk -upr1.2 -r1.3 ports/www/firesomething/pkg/PLIST ________________________________________________________________________ Commit ID: 10046C377E4477431BE CVSROOT: /cvs Module name: X11 Changes by: tg@herc.mirbsd.org 2007/08/15 22:01:50 UTC Modified files: xc/config/imake: Imakefile Log message: *sigh*… To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.3 -r1.4 X11/xc/config/imake/Imakefile ________________________________________________________________________ Commit ID: 10046C37C7D6B90415B CVSROOT: /cvs Module name: (multiple) Changes by: tg@herc.mirbsd.org 2007/08/15 22:22:09 UTC Modified files: . : Setup.sh code/mirmake : Build.sh Log message: allow an optional vendor-specific string separated by space from the upstream mksh version number in these scripts intended for integration of mksh in, e.g. MidnightBSD, in case they like to change the code from the original To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.34 -r1.35 ports/Setup.sh cvs -R rdiff -kk -upr1.24 -r1.25 contrib/code/mirmake/Build.sh ________________________________________________________________________ Commit ID: 10046C3869374B8675B CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/15 23:04:29 UTC Modified files: sys/arch/i386/conf: GENERIC Log message: compat_openbsd(8) doesn’t work on sparc (bad system call), tbf? To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.33 -r1.34 src/sys/arch/i386/conf/GENERIC ________________________________________________________________________ Commit ID: 10046C388A72C41D383 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/15 23:13:20 UTC Modified files: share/man/man8 : compat_openbsd.8 Log message: +caveats To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/share/man/man8/compat_openbsd.8 ________________________________________________________________________ Commit ID: 10046C391297D7F5B4C CVSROOT: /cvs Module name: X11 Changes by: tg@herc.mirbsd.org 2007/08/15 23:49:52 UTC Modified files: xc/config/cf : MirBSD.cf Log message: disable -Wl,-( and -Wl,-) for now, until all LinkRule""s are fixed. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.17 -r1.18 X11/xc/config/cf/MirBSD.cf ________________________________________________________________________ Commit ID: 10046C3957B277FE788 CVSROOT: /cvs Module name: X11 Changes by: tg@herc.mirbsd.org 2007/08/16 00:08:06 UTC Modified files: xc/config/makedepend: Imakefile xc/config/util : Imakefile Log message: rest of the “LDPRELIB =” abuse… now only to fix the other stuff To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.103.1 -r1.2 X11/xc/config/makedepend/Imakefile cvs -R rdiff -kk -upr1.1.103.1 -r1.2 X11/xc/config/util/Imakefile ________________________________________________________________________ Commit ID: 10046C428EB50B824CD CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/16 10:38:30 UTC Modified files: usr.sbin/rdate : ntp.c rdate.8 rdate.c rdate.h Log message: • add option -3 to use (S)NTPv3 – we just change the version field for now, no idea if that’s ok with the RFC, but it WFM • fix displaying of IPv4-address-decoded refid To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.15 -r1.16 src/usr.sbin/rdate/ntp.c cvs -R rdiff -kk -upr1.6 -r1.7 src/usr.sbin/rdate/rdate.8 cvs -R rdiff -kk -upr1.11 -r1.12 src/usr.sbin/rdate/rdate.c cvs -R rdiff -kk -upr1.1 -r1.2 src/usr.sbin/rdate/rdate.h ________________________________________________________________________ Commit ID: 10046C42AAD154A7C9A CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/16 10:44:43 UTC Modified files: usr.sbin/rdate : GNUmakefile Log message: better portability To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1 -r1.2 src/usr.sbin/rdate/GNUmakefile ________________________________________________________________________ Commit ID: 10046C430CA49CE9907 CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/08/16 11:10:45 UTC Modified files: www/opera : Makefile distinfo Log message: 9.23, 10x bsiegert@ for noticing To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.22 -r1.23 ports/www/opera/Makefile cvs -R rdiff -kk -upr1.11 -r1.12 ports/www/opera/distinfo ________________________________________________________________________ Commit ID: 10046C4423B68CEF0CA CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/08/16 12:28:39 UTC Modified files: infrastructure/mk: bsd.port.mk infrastructure/pkgtools/upgrade: pkg_upgrade.sh Log message: change upgrade semantics by request of bsiegert@ • “mmake upgrade”: if not installed, install, else upgrade if not same version • “mmake reupgrade”: if installed, upgrade even if same version also make clear that an already installed package is not an error To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.185 -r1.186 ports/infrastructure/mk/bsd.port.mk cvs -R rdiff -kk -upr1.29 -r1.30 ports/infrastructure/pkgtools/upgrade/pkg_upgrade.sh ________________________________________________________________________ Commit ID: 10046C491B304B7AF0E CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/08/16 18:04:24 UTC Modified files: . : INDEX Log message: 2697 (72 broken) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.52 -r1.53 ports/INDEX ________________________________________________________________________ Commit ID: 10046C493F612EC4227 CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/08/16 18:14:02 UTC Modified files: infrastructure/mk: bsd.port.mk Log message: ease ports that used to need SEPARATE_BUILD To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.186 -r1.187 ports/infrastructure/mk/bsd.port.mk ________________________________________________________________________ Commit ID: 10046C494A55125D7CA CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/08/16 18:16:52 UTC Modified files: infrastructure/mk: old-install.mk Log message: typo accidentally found while grepping To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.7 -r1.8 ports/infrastructure/mk/old-install.mk ________________________________________________________________________ Commit ID: 10046C4ADBE7F257504 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/08/16 20:04:06 UTC Modified files: www/firesomething: Makefile distinfo Log message: Update to 1.5.0.7-0, still works as before To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.14 -r1.15 ports/www/firesomething/Makefile cvs -R rdiff -kk -upr1.5 -r1.6 ports/www/firesomething/distinfo ________________________________________________________________________ Commit ID: 10046C4B75446440157 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/08/16 20:46:24 UTC Modified files: databases/db : Makefile distinfo databases/db/patches: patch-dist_Makefile_in databases/db/pkg: DESCR Log message: Unbreak build, use build_unix dir provided by upstream. Fix $CC in Makefile, fix a typo in DESCR. Integrate .5 patch, use oracle.com homepage---which is TEH SUCK btw. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.11 -r1.12 ports/databases/db/Makefile cvs -R rdiff -kk -upr1.3 -r1.4 ports/databases/db/distinfo cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/databases/db/patches/patch-dist_Makefile_in cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/databases/db/pkg/DESCR ________________________________________________________________________ Commit ID: 10046C4D08F11AD9435 CVSROOT: /cvs Module name: X11 Changes by: tg@herc.mirbsd.org 2007/08/16 22:32:27 UTC Modified files: xc/programs/Xserver/hw/xfree86/os-support/bsd: sparc64_video.c Log message: need xf86PrivilegedInit() in here To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.103.1 -r1.2 X11/xc/programs/Xserver/hw/xfree86/os-support/bsd/sparc64_video.c ________________________________________________________________________ Commit ID: 10046C56D1544A29E1C CVSROOT: /cvs Module name: X11 Changes by: tg@herc.mirbsd.org 2007/08/17 09:41:43 UTC Modified files: xc/config/cf : MirBSD.cf Log message: I’ve wanted to do this for a long time… • do not truncate unicode fonts (i.e. make sure they include all chars) • do not build truncated subfonts (since the master fonts have all chars, and the X11 font libraries can do automatic charset conversion) ok bsiegert@ To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.18 -r1.19 X11/xc/config/cf/MirBSD.cf ________________________________________________________________________ Commit ID: 10046C56F0C48FCCAF5 CVSROOT: /cvs Module name: X11 Changes by: tg@herc.mirbsd.org 2007/08/17 09:50:21 UTC Modified files: xc/config/cf : MirBSD.cf Log message: remove a few “do not build X feature” since more modern wsfb driver seems to need them To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.19 -r1.20 X11/xc/config/cf/MirBSD.cf ________________________________________________________________________ Commit ID: 10046C5768A0DA1EB59 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/17 10:20:38 UTC Modified files: distrib/lists/x11/xbase: mi Log message: partial sync To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.8 -r1.9 src/distrib/lists/x11/xbase/mi ________________________________________________________________________ Commit ID: 10046C59957790B552B CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/17 12:49:11 UTC Modified files: distrib/lists/x11/xbase: mi Log message: sync on i386 To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.9 -r1.10 src/distrib/lists/x11/xbase/mi ________________________________________________________________________ Commit ID: 10046C5B8BB4880962E CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/17 15:03:01 UTC Modified files: usr.sbin/rdate : ntp.c Log message: fix endianness issues To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.16 -r1.17 src/usr.sbin/rdate/ntp.c ________________________________________________________________________ Commit ID: 10046C5CAC070F196DC CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/17 16:20:02 UTC Modified files: usr.sbin/ntpd : client.c server.c Log message: fix the other half of the endianness problem To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.7 -r1.8 src/usr.sbin/ntpd/client.c cvs -R rdiff -kk -upr1.5 -r1.6 src/usr.sbin/ntpd/server.c ________________________________________________________________________ Commit ID: 10046C6022667CCFD0D CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/08/17 20:16:31 UTC Modified files: www/firesomething: Makefile distinfo Log message: A firesomething a day ... 1.5.0.8 today To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.15 -r1.16 ports/www/firesomething/Makefile cvs -R rdiff -kk -upr1.6 -r1.7 ports/www/firesomething/distinfo ________________________________________________________________________ Commit ID: 10046C63BBA357F61D4 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/18 00:22:10 UTC Modified files: bin/mksh : check.t mksh.1 sh.h Log message: feature freeze for mksh R31, to be released as part of MirOS #10 To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.134 -r1.135 src/bin/mksh/check.t cvs -R rdiff -kk -upr1.96 -r1.97 src/bin/mksh/mksh.1 cvs -R rdiff -kk -upr1.170 -r1.171 src/bin/mksh/sh.h ________________________________________________________________________ Commit ID: 10046C63DBA058AC54D CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/08/18 00:30:33 UTC Modified files: src : mksh.hts Log message: prepare mksh R31: sync changelog To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.43 -r1.44 www/src/mksh.hts ________________________________________________________________________ Commit ID: 10046C640B756F0AA90 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/08/18 00:43:17 UTC Modified files: data : wlog-9.inc Log message: random ramblings To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.20 -r1.21 www/data/wlog-9.inc ________________________________________________________________________ Commit ID: 10046C64959337B7951 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/18 01:20:29 UTC Modified files: bin/mksh : edit.c mksh.1 Log message: put clear-screen on ESC ^L as suggested by the AT&T ksh people in http://www.opensolaris.org/os/community/on/flag-days/pages/2007081701/ To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.110 -r1.111 src/bin/mksh/edit.c cvs -R rdiff -kk -upr1.97 -r1.98 src/bin/mksh/mksh.1 ________________________________________________________________________ Commit ID: 10046C64AC640FDAA3B CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/08/18 01:26:14 UTC Modified files: data : wlog-9.inc src : mksh.hts Log message: mksh, firesomething, imake To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.21 -r1.22 www/data/wlog-9.inc cvs -R rdiff -kk -upr1.44 -r1.45 www/src/mksh.hts ________________________________________________________________________ Commit ID: 10046C7516E7E11693C CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/08/18 20:06:49 UTC ports/games/sudoku Update of /cvs/ports/games/sudoku In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv32273/sudoku Log Message: Directory /cvs/ports/games/sudoku added to the repository ________________________________________________________________________ Commit ID: 10046C7516E7E11693C CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/08/18 20:06:50 UTC ports/games/sudoku/pkg Update of /cvs/ports/games/sudoku/pkg In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv32273/sudoku/pkg Log Message: Directory /cvs/ports/games/sudoku/pkg added to the repository ________________________________________________________________________ Commit ID: 10046C7516E7E11693C CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/08/18 20:06:53 UTC ports/games/sudoku/files Update of /cvs/ports/games/sudoku/files In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv32273/sudoku/files Log Message: Directory /cvs/ports/games/sudoku/files added to the repository ________________________________________________________________________ Commit ID: 10046C75194647AD11F CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/08/18 20:08:00 UTC Added files: games/sudoku : Makefile distinfo games/sudoku/files: Makefile games/sudoku/pkg: DESCR PLIST Log message: Add a port for the sudoku console game. From DESCR: Sudoku has taken the world by storm, but there is a definite lack of console based sudoku games! So here is a candidate - written for Minix, and ported to general Unix systems and Microsoft Windows. All source code is available, and has been released into the public domain. This program features a character-based (curses) interface. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr0 -r1.1 ports/games/sudoku/Makefile cvs -R rdiff -kk -upr0 -r1.1 ports/games/sudoku/distinfo cvs -R rdiff -kk -upr0 -r1.1 ports/games/sudoku/files/Makefile cvs -R rdiff -kk -upr0 -r1.1 ports/games/sudoku/pkg/DESCR cvs -R rdiff -kk -upr0 -r1.1 ports/games/sudoku/pkg/PLIST ________________________________________________________________________ Commit ID: 10046C75D2907D98CE9 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/08/18 20:56:53 UTC ports/x11/gnome/goffice Update of /cvs/ports/x11/gnome/goffice In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv2009/goffice Log Message: Directory /cvs/ports/x11/gnome/goffice added to the repository ________________________________________________________________________ Commit ID: 10046C75D2907D98CE9 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/08/18 20:56:54 UTC ports/x11/gnome/goffice/pkg Update of /cvs/ports/x11/gnome/goffice/pkg In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv2009/goffice/pkg Log Message: Directory /cvs/ports/x11/gnome/goffice/pkg added to the repository ________________________________________________________________________ Commit ID: 10046C75D567F0B8984 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/08/18 20:58:20 UTC Added files: x11/gnome/goffice: Makefile distinfo x11/gnome/goffice/pkg: DESCR PLIST Log message: Add a port for goffice-0.4.2-0, now a dependency of gnumeric. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr0 -r1.1 ports/x11/gnome/goffice/Makefile cvs -R rdiff -kk -upr0 -r1.1 ports/x11/gnome/goffice/distinfo cvs -R rdiff -kk -upr0 -r1.1 ports/x11/gnome/goffice/pkg/DESCR cvs -R rdiff -kk -upr0 -r1.1 ports/x11/gnome/goffice/pkg/PLIST ________________________________________________________________________ Commit ID: 10046C773497C0B2F49 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/08/18 22:32:03 UTC Modified files: math/gnumeric : Makefile math/gnumeric/pkg: PLIST Added files: math/gnumeric/patches: patch-configure_in patch-src_tools_solver_lp_solve_lp_solve_c Log message: Sorry, botched the previous commit. Update gnumeric to 1.7.11-0. I am really impressed. Graphs, for instance, seem to be lightyears ahead of Excel. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.4 -r1.5 ports/math/gnumeric/Makefile cvs -R rdiff -kk -upr0 -r1.1 ports/math/gnumeric/patches/patch-configure_in cvs -R rdiff -kk -upr0 -r1.1 ports/math/gnumeric/patches/patch-src_tools_solver_lp_solve_lp_solve_c cvs -R rdiff -kk -upr1.2 -r1.3 ports/math/gnumeric/pkg/PLIST ________________________________________________________________________ Commit ID: 10046C774BA26A193A8 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/08/18 22:39:01 UTC Modified files: data : news.inc src : mksh.hts Log message: 22:24⎜«laffer1:#midnightbsd» mirabilos did you notice I comitted mksh last ⎜ night. thanks To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.17 -r1.18 www/data/news.inc cvs -R rdiff -kk -upr1.45 -r1.46 www/src/mksh.hts ________________________________________________________________________ Commit ID: 10046C77579035A0D92 CVSROOT: /cvs Module name: (multiple) Changes by: tg@herc.mirbsd.org 2007/08/18 22:41:52 UTC Modified files: . : Makefile.lang distrib/lists/base/ada: md.i386 distrib/lists/base/dev: md.i386 distrib/lists/base/unfree: md.i386 distrib/lists/htman/htusd: md.i386 Log message: disable gcj by default again - sorry lads, but I get hardware issues (I think) with it, when not heavily underclocking my build laptop it segfaults (ICE) in libjava. add instructions to top of mircvs://gcc/Makefile.lang how to enable. agreed bsiegert@ after some discussions focusing on getting the release out soon and especially stable To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.13 -r1.14 gcc/Makefile.lang cvs -R rdiff -kk -upr1.3 -r1.4 src/distrib/lists/base/ada/md.i386 cvs -R rdiff -kk -upr1.17 -r1.18 src/distrib/lists/base/dev/md.i386 cvs -R rdiff -kk -upr1.2 -r1.3 src/distrib/lists/base/unfree/md.i386 cvs -R rdiff -kk -upr1.9 -r1.10 src/distrib/lists/htman/htusd/md.i386 ________________________________________________________________________ Commit ID: 10046C79022275F5FE0 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/19 00:34:22 UTC Modified files: distrib/lists/x11/xbase: md.i386 md.sparc mi distrib/lists/x11/xetc: md.sparc Log message: sync x11 lists on sparc To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/distrib/lists/x11/xbase/md.i386 cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/distrib/lists/x11/xbase/md.sparc cvs -R rdiff -kk -upr1.10 -r1.11 src/distrib/lists/x11/xbase/mi cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/distrib/lists/x11/xetc/md.sparc ________________________________________________________________________ Commit ID: 10046C831977192DB64 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/19 12:03:13 UTC Modified files: lib/libc/hash : adh32.c sfv.c sha1.c suma.c tiger.c Log message: -Wcaste-align police To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1 -r1.2 src/lib/libc/hash/adh32.c cvs -R rdiff -kk -upr1.1 -r1.2 src/lib/libc/hash/sfv.c cvs -R rdiff -kk -upr1.2 -r1.3 src/lib/libc/hash/sha1.c cvs -R rdiff -kk -upr1.2 -r1.3 src/lib/libc/hash/suma.c cvs -R rdiff -kk -upr1.4 -r1.5 src/lib/libc/hash/tiger.c ________________________________________________________________________ Commit ID: 10046C834AA42C844D9 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/19 12:16:20 UTC Modified files: . : Makefile Log message: no livecd for sparc yet; fix typo too To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.110 -r1.111 src/Makefile ________________________________________________________________________ Commit ID: 10046C835F418FB536C CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/19 12:21:51 UTC Modified files: lib/libc/hash : tiger.c Log message: oops To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.5 -r1.6 src/lib/libc/hash/tiger.c ________________________________________________________________________ Commit ID: 10046C837257C4596A9 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/19 12:26:55 UTC Modified files: etc : crontab Log message: improve the variance of the hashes’ outputs To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.23 -r1.24 src/etc/crontab ________________________________________________________________________ Commit ID: 10046C8BEC1249CCADD CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/19 22:06:28 UTC Modified files: bin/mksh : check.t funcs.c main.c mksh.1 sh.h Log message: new builtin “rename” (this name sounds better than “mksh_mv_rescue” ☻) to just call rename(2) directly, e.g. if /bin/mv needs /lib/ld-uClibc.so.0 some assorted code cleanup To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.135 -r1.136 src/bin/mksh/check.t cvs -R rdiff -kk -upr1.62 -r1.63 src/bin/mksh/funcs.c cvs -R rdiff -kk -upr1.86 -r1.87 src/bin/mksh/main.c cvs -R rdiff -kk -upr1.98 -r1.99 src/bin/mksh/mksh.1 cvs -R rdiff -kk -upr1.171 -r1.172 src/bin/mksh/sh.h ________________________________________________________________________ Commit ID: 10046C8BF407B2C9648 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/08/19 22:07:38 UTC Modified files: src : mksh.hts Log message: rename To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.46 -r1.47 www/src/mksh.hts ________________________________________________________________________ Commit ID: 10046C8C2EF00FE7C5B CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/08/19 22:24:05 UTC Modified files: data : wlog-9.inc Log message: after reading a funny blog, make a reasonable wlog. (which came first.) note: don’t take commit messages to this file too seriously ☺ I’m crazy To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.22 -r1.23 www/data/wlog-9.inc ________________________________________________________________________ Commit ID: 10046C8C3E9077343FE CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/08/19 22:27:39 UTC Modified files: src : mksh.hts Log message: some actual help from the “community”. I like the idea. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.47 -r1.48 www/src/mksh.hts ________________________________________________________________________ Commit ID: 10046C8C4690246634E CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/08/19 22:29:41 UTC Modified files: data : wlog-9.inc Log message: the future To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.23 -r1.24 www/data/wlog-9.inc ________________________________________________________________________ Commit ID: 10046C8C785403D59BE CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/08/19 22:43:06 UTC Modified files: files : vstyle.css Log message: attempt to fix the temporary (yeah, you read it here first) css To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1 -r1.2 www/files/vstyle.css ________________________________________________________________________ Commit ID: 10046C8CE5279B1E703 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/19 23:12:23 UTC Modified files: bin/mksh : funcs.c lex.c sh.h syn.c Log message: employ string pooling techniques to save off a few more bytes (probably more than the new “rename” builtin ever required…) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.63 -r1.64 src/bin/mksh/funcs.c cvs -R rdiff -kk -upr1.46 -r1.47 src/bin/mksh/lex.c cvs -R rdiff -kk -upr1.172 -r1.173 src/bin/mksh/sh.h cvs -R rdiff -kk -upr1.16 -r1.17 src/bin/mksh/syn.c ________________________________________________________________________ Commit ID: 10046C9810324E39230 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/08/20 11:54:54 UTC Modified files: mk : htsconv Log message: make the “Generated on … by … from …” one line (it’s ignored for diffs) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.4 -r1.5 www/mk/htsconv ________________________________________________________________________ Commit ID: 10046C9839120FD28DF CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/20 12:06:26 UTC Log message: OpenSSH 4.7+1 Status: Vendor Tag: openbsd Release Tags: cvs-200708201200 U src/usr.bin/ssh/kexdh.c U src/usr.bin/ssh/LICENCE U src/usr.bin/ssh/Makefile U src/usr.bin/ssh/Makefile.inc U src/usr.bin/ssh/OVERVIEW U src/usr.bin/ssh/README U src/usr.bin/ssh/README.smartcard U src/usr.bin/ssh/atomicio.c U src/usr.bin/ssh/atomicio.h U src/usr.bin/ssh/auth-bsdauth.c U src/usr.bin/ssh/auth-chall.c U src/usr.bin/ssh/auth-options.c U src/usr.bin/ssh/auth-options.h U src/usr.bin/ssh/auth-passwd.c U src/usr.bin/ssh/auth-rh-rsa.c U src/usr.bin/ssh/auth-rhosts.c U src/usr.bin/ssh/auth-rsa.c U src/usr.bin/ssh/auth-skey.c U src/usr.bin/ssh/auth.c U src/usr.bin/ssh/auth.h U src/usr.bin/ssh/auth1.c U src/usr.bin/ssh/kex.c U src/usr.bin/ssh/auth2-chall.c U src/usr.bin/ssh/auth2-hostbased.c U src/usr.bin/ssh/auth2-kbdint.c U src/usr.bin/ssh/auth2-none.c U src/usr.bin/ssh/auth2-passwd.c U src/usr.bin/ssh/auth2-pubkey.c U src/usr.bin/ssh/auth2.c U src/usr.bin/ssh/authfd.c U src/usr.bin/ssh/authfd.h U src/usr.bin/ssh/authfile.c U src/usr.bin/ssh/authfile.h U src/usr.bin/ssh/bufaux.c U src/usr.bin/ssh/bufbn.c U src/usr.bin/ssh/buffer.c U src/usr.bin/ssh/buffer.h U src/usr.bin/ssh/canohost.c U src/usr.bin/ssh/canohost.h U src/usr.bin/ssh/channels.c U src/usr.bin/ssh/channels.h U src/usr.bin/ssh/cipher-3des1.c U src/usr.bin/ssh/cipher-bf1.c U src/usr.bin/ssh/cipher-ctr.c U src/usr.bin/ssh/cipher.c U src/usr.bin/ssh/cipher.h U src/usr.bin/ssh/cleanup.c C src/usr.bin/ssh/clientloop.c U src/usr.bin/ssh/clientloop.h U src/usr.bin/ssh/compat.c U src/usr.bin/ssh/compat.h U src/usr.bin/ssh/compress.c U src/usr.bin/ssh/compress.h U src/usr.bin/ssh/crc32.c U src/usr.bin/ssh/crc32.h U src/usr.bin/ssh/deattack.c U src/usr.bin/ssh/deattack.h U src/usr.bin/ssh/dh.c U src/usr.bin/ssh/dh.h U src/usr.bin/ssh/dispatch.c U src/usr.bin/ssh/dispatch.h U src/usr.bin/ssh/dns.c U src/usr.bin/ssh/dns.h U src/usr.bin/ssh/fatal.c U src/usr.bin/ssh/groupaccess.c U src/usr.bin/ssh/groupaccess.h U src/usr.bin/ssh/hostfile.c U src/usr.bin/ssh/hostfile.h U src/usr.bin/ssh/kex.h U src/usr.bin/ssh/session.c U src/usr.bin/ssh/kexdhc.c U src/usr.bin/ssh/kexdhs.c U src/usr.bin/ssh/kexgex.c U src/usr.bin/ssh/kexgexc.c U src/usr.bin/ssh/kexgexs.c U src/usr.bin/ssh/key.c U src/usr.bin/ssh/key.h U src/usr.bin/ssh/log.c U src/usr.bin/ssh/log.h U src/usr.bin/ssh/mac.c U src/usr.bin/ssh/mac.h U src/usr.bin/ssh/match.c U src/usr.bin/ssh/match.h U src/usr.bin/ssh/md-sha256.c U src/usr.bin/ssh/misc.c U src/usr.bin/ssh/misc.h U src/usr.bin/ssh/moduli.c U src/usr.bin/ssh/monitor.c U src/usr.bin/ssh/monitor.h U src/usr.bin/ssh/monitor_fdpass.c U src/usr.bin/ssh/monitor_fdpass.h U src/usr.bin/ssh/monitor_mm.c U src/usr.bin/ssh/monitor_mm.h U src/usr.bin/ssh/monitor_wrap.c U src/usr.bin/ssh/monitor_wrap.h U src/usr.bin/ssh/msg.c U src/usr.bin/ssh/msg.h U src/usr.bin/ssh/myproposal.h U src/usr.bin/ssh/nchan.c U src/usr.bin/ssh/nchan.ms U src/usr.bin/ssh/nchan2.ms U src/usr.bin/ssh/packet.c U src/usr.bin/ssh/packet.h U src/usr.bin/ssh/pathnames.h U src/usr.bin/ssh/progressmeter.c U src/usr.bin/ssh/progressmeter.h U src/usr.bin/ssh/readconf.c U src/usr.bin/ssh/readconf.h U src/usr.bin/ssh/readpass.c U src/usr.bin/ssh/rsa.c U src/usr.bin/ssh/rsa.h U src/usr.bin/ssh/scard.c U src/usr.bin/ssh/scard.h C src/usr.bin/ssh/scp.1 C src/usr.bin/ssh/scp.c U src/usr.bin/ssh/servconf.c U src/usr.bin/ssh/servconf.h U src/usr.bin/ssh/serverloop.c U src/usr.bin/ssh/serverloop.h U src/usr.bin/ssh/session.h U src/usr.bin/ssh/sftp-client.c U src/usr.bin/ssh/sftp-client.h U src/usr.bin/ssh/sftp-common.c U src/usr.bin/ssh/sftp-common.h U src/usr.bin/ssh/sftp-glob.c U src/usr.bin/ssh/sftp-server.8 U src/usr.bin/ssh/sftp-server.c U src/usr.bin/ssh/sftp.1 U src/usr.bin/ssh/sftp.c U src/usr.bin/ssh/sftp.h U src/usr.bin/ssh/ssh-add.1 U src/usr.bin/ssh/ssh-add.c U src/usr.bin/ssh/ssh-agent.1 U src/usr.bin/ssh/ssh-agent.c U src/usr.bin/ssh/ssh-dss.c U src/usr.bin/ssh/ssh-keygen.1 U src/usr.bin/ssh/ssh-keygen.c U src/usr.bin/ssh/ssh-keyscan.1 U src/usr.bin/ssh/ssh-keyscan.c U src/usr.bin/ssh/ssh-keysign.8 U src/usr.bin/ssh/ssh-keysign.c U src/usr.bin/ssh/ssh.1 U src/usr.bin/ssh/ssh-rsa.c C src/usr.bin/ssh/ssh.c U src/usr.bin/ssh/ssh.h U src/usr.bin/ssh/ssh1.h U src/usr.bin/ssh/ssh2.h U src/usr.bin/ssh/ssh_config C src/usr.bin/ssh/ssh_config.5 U src/usr.bin/ssh/sshconnect.c U src/usr.bin/ssh/sshconnect.h U src/usr.bin/ssh/sshconnect1.c U src/usr.bin/ssh/sshconnect2.c U src/usr.bin/ssh/sshd.8 U src/usr.bin/ssh/sshd.c U src/usr.bin/ssh/sshd_config U src/usr.bin/ssh/sshd_config.5 U src/usr.bin/ssh/sshlogin.c U src/usr.bin/ssh/sshlogin.h U src/usr.bin/ssh/sshpty.c U src/usr.bin/ssh/sshpty.h U src/usr.bin/ssh/sshtty.c U src/usr.bin/ssh/ttymodes.c U src/usr.bin/ssh/ttymodes.h U src/usr.bin/ssh/uidswap.c U src/usr.bin/ssh/uidswap.h U src/usr.bin/ssh/uuencode.c U src/usr.bin/ssh/uuencode.h C src/usr.bin/ssh/version.h U src/usr.bin/ssh/xmalloc.c U src/usr.bin/ssh/xmalloc.h U src/usr.bin/ssh/umac.c U src/usr.bin/ssh/umac.h U src/usr.bin/ssh/scard/Makefile U src/usr.bin/ssh/scard/Ssh.bin.uu U src/usr.bin/ssh/scard/Ssh.java U src/usr.bin/ssh/lib/Makefile U src/usr.bin/ssh/scp/Makefile U src/usr.bin/ssh/sftp/Makefile U src/usr.bin/ssh/sftp-server/Makefile U src/usr.bin/ssh/ssh/Makefile U src/usr.bin/ssh/ssh-add/Makefile U src/usr.bin/ssh/ssh-agent/Makefile U src/usr.bin/ssh/ssh-keygen/Makefile U src/usr.bin/ssh/ssh-keyscan/Makefile U src/usr.bin/ssh/ssh-keysign/Makefile U src/usr.bin/ssh/sshd/Makefile 6 conflicts created by this import. Use the following command to help the merge: cvs checkout -jopenbsd:yesterday -jopenbsd src/usr.bin/ssh ________________________________________________________________________ Commit ID: 10046C985053DA1DB8B CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/20 12:11:31 UTC Modified files: usr.bin/ssh : clientloop.c scp.1 scp.c ssh.c ssh_config.5 version.h Log message: MirBSD SecureShell 4.7/#10semel To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.10 -r1.11 src/usr.bin/ssh/clientloop.c cvs -R rdiff -kk -upr1.7 -r1.8 src/usr.bin/ssh/scp.1 cvs -R rdiff -kk -upr1.13 -r1.14 src/usr.bin/ssh/scp.c cvs -R rdiff -kk -upr1.20 -r1.21 src/usr.bin/ssh/ssh.c cvs -R rdiff -kk -upr1.18 -r1.19 src/usr.bin/ssh/ssh_config.5 cvs -R rdiff -kk -upr1.37 -r1.38 src/usr.bin/ssh/version.h ________________________________________________________________________ Commit ID: 10046C99DE973ED24F6 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/20 13:57:48 UTC Modified files: bin/mksh : var.c Log message: cast to quieten gcc/obsd/sparc64 __CRAZY=Yes To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.43 -r1.44 src/bin/mksh/var.c ________________________________________________________________________ Commit ID: 10046C99FE84A2D6F87 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/20 14:06:11 UTC Modified files: bin/mksh : sh.h Log message: proto To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.173 -r1.174 src/bin/mksh/sh.h ________________________________________________________________________ Commit ID: 10046C9A16358B2135D CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/20 14:12:30 UTC Modified files: bin/mksh : histrap.c Log message: shut up tcc To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.54 -r1.55 src/bin/mksh/histrap.c ________________________________________________________________________ Commit ID: 10046C9E96C457052FB CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/08/20 19:20:44 UTC Modified files: graphics/libwmf: Makefile distinfo graphics/libwmf/pkg: PLIST Removed files: graphics/libwmf/pkg: PFRAG.shared Log message: Update to 0.2.8.4-0, released in 2005 *cough*. Now includes a gdk_pixbuf loader, so you can have (for example) icons in wmf format. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.3 -r1.4 ports/graphics/libwmf/Makefile cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/graphics/libwmf/distinfo cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/graphics/libwmf/pkg/PFRAG.shared cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/graphics/libwmf/pkg/PLIST ________________________________________________________________________ Commit ID: 10046CEE2AD7FFC6D1F CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/24 13:52:44 UTC Modified files: distrib/lists/htman/htusd: md.i386 md.sparc mi Log message: full sync after FULL dist on sparc To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.10 -r1.11 src/distrib/lists/htman/htusd/md.i386 cvs -R rdiff -kk -upr1.2 -r1.3 src/distrib/lists/htman/htusd/md.sparc cvs -R rdiff -kk -upr1.27 -r1.28 src/distrib/lists/htman/htusd/mi ________________________________________________________________________ Commit ID: 10046CEE30B429C252B CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/08/24 13:53:57 UTC ports/security/kedpm Update of /cvs/ports/security/kedpm In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv17052/security/kedpm Log Message: Directory /cvs/ports/security/kedpm added to the repository ________________________________________________________________________ Commit ID: 10046CEE311434B66D0 CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/08/24 13:54:02 UTC ports/security/kedpm/patches Update of /cvs/ports/security/kedpm/patches In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv17227/security/kedpm/patches Log Message: Directory /cvs/ports/security/kedpm/patches added to the repository ________________________________________________________________________ Commit ID: 10046CEE3176B5926E7 CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/08/24 13:54:08 UTC ports/security/kedpm/pkg Update of /cvs/ports/security/kedpm/pkg In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv27481/security/kedpm/pkg Log Message: Directory /cvs/ports/security/kedpm/pkg added to the repository ________________________________________________________________________ Commit ID: 10046CEE43D2B52C5CA CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/08/24 13:59:13 UTC Added files: security/kedpm : Makefile distinfo security/kedpm/patches: patch-kedpm_config_py patch-scripts_kedpm security/kedpm/pkg: DESCR PLIST Log message: new port (I need this At wOrk) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr0 -r1.1 ports/security/kedpm/Makefile cvs -R rdiff -kk -upr0 -r1.1 ports/security/kedpm/distinfo cvs -R rdiff -kk -upr0 -r1.1 ports/security/kedpm/patches/patch-kedpm_config_py cvs -R rdiff -kk -upr0 -r1.1 ports/security/kedpm/patches/patch-scripts_kedpm cvs -R rdiff -kk -upr0 -r1.1 ports/security/kedpm/pkg/DESCR cvs -R rdiff -kk -upr0 -r1.1 ports/security/kedpm/pkg/PLIST ________________________________________________________________________ Commit ID: 10046CEE45A5FBA725C CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/24 13:59:58 UTC Modified files: sys/stand/boot : boot.c Log message: don’t bitch about “I can’t open tftp:/1.2.3.4/boot.cfg” after successfully opening and reading it… baka To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.10 -r1.11 src/sys/stand/boot/boot.c ________________________________________________________________________ Commit ID: 10046CEE49D0BF7FE1B CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/08/24 14:00:58 UTC Modified files: src : mksh.hts Log message: due to inquiries about the licencing of mksh, make it even more visible To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.48 -r1.49 www/src/mksh.hts ________________________________________________________________________ Commit ID: 10046CEE4CD010CA9BD CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/08/24 14:01:51 UTC Modified files: files : vstyle.css mk : htsconv Log message: bsiegert@ complained that the RCSID field is too long and not wrapped, I hereby make it wrap but not inmidst of an ID To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.2 -r1.3 www/files/vstyle.css cvs -R rdiff -kk -upr1.5 -r1.6 www/mk/htsconv ________________________________________________________________________ Commit ID: 10046CEE63606D68E9D CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/08/24 14:07:33 UTC Modified files: data : news.inc wlog-9.inc Log message: news of the days To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.18 -r1.19 www/data/news.inc cvs -R rdiff -kk -upr1.24 -r1.25 www/data/wlog-9.inc ________________________________________________________________________ Commit ID: 10046CEE71679015638 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/24 14:12:28 UTC Modified files: . : Makefile Makefile.inc Log message: • new ${_STCMD_HTMAN}: do not use ${_STCMD} directly except in Makefile.inc • new .if defined(CUSTOM_NO_SYSTRACE) && ${CUSTOM_NO_SYSTRACE:L} != "no" To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.111 -r1.112 src/Makefile cvs -R rdiff -kk -upr1.2 -r1.3 src/Makefile.inc ________________________________________________________________________ Commit ID: 10046CEE7745C71663D CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/24 14:13:20 UTC Modified files: distrib/common : listend.i386-big Log message: put cu(1) on the ramdisk kernel image, I want to go geocacheing with the mirbsd installer ☺ To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.22 -r1.23 src/distrib/common/listend.i386-big ________________________________________________________________________ Commit ID: 10046CEE7E37D5DCB3F CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/24 14:15:17 UTC Modified files: sys/dev : rnd.c Log message: hopefully fix all the “timeout_add: not initialis̲ed” panic()s… To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.29 -r1.30 src/sys/dev/rnd.c ________________________________________________________________________ Commit ID: 10046CEE83505F5C95E CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/24 14:16:25 UTC Modified files: sys/arch/sparc/dev: fb.c p9000.c p9100.c zx.c sys/dev/sbus : cgsix.c cgthree.c Log message: (hopefully) switch the entire sparc port from SunOS black on white to MirOS white (lightgrey) on black, untested To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.1.2 -r1.2 src/sys/arch/sparc/dev/fb.c cvs -R rdiff -kk -upr1.2 -r1.3 src/sys/arch/sparc/dev/p9000.c cvs -R rdiff -kk -upr1.2 -r1.3 src/sys/arch/sparc/dev/p9100.c cvs -R rdiff -kk -upr1.6 -r1.7 src/sys/arch/sparc/dev/zx.c cvs -R rdiff -kk -upr1.1.1.1 -r1.2 src/sys/dev/sbus/cgsix.c cvs -R rdiff -kk -upr1.1.1.1 -r1.2 src/sys/dev/sbus/cgthree.c ________________________________________________________________________ Commit ID: 10046CEE8E817DEC27F CVSROOT: /cvs Module name: (multiple) Changes by: tg@herc.mirbsd.org 2007/08/24 14:20:24 UTC Modified files: bin/mksh : Makefile distrib/special/mksh: Makefile etc : make.cfg gcc : Makefile.bsd-wrapper gnu/usr.bin/rcs: Makefile.inc lib/libpcap : savefile.c lib/libssl/src/crypto/acss: acss_skey.c libexec/cpp : Makefile cpp.c share/mk : bsd.own.mk share/tmac/tab : mktab.c sys/dev/ic : am79c930.c usr.bin/calendar: io.c usr.bin/last : last.c usr.bin/oldroff: Makefile.inc usr.bin/rpcgen : rpc_svcout.c rpc_util.h usr.bin/soelim : soelim.c usr.bin/telnet : commands.c sys_bsd.c usr.bin/tip : cmds.c usr.bin/tip/aculib: ventel.c usr.bin/vi/ex : ex_txt.c usr.bin/vi/include: vi_extern.h usr.bin/window : Makefile usr.sbin/httpd : Makefile.bsd-wrapper usr.sbin/map-mbone: mapper.c usr.sbin/mrouted: main.c route.c usr.sbin/mtrace: mtrace.c usr.sbin/quotaon: quotaon.c Log message: • add -std=gnu99 to default CFLAGS • first round of assorted fixes To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.46 -r1.47 src/bin/mksh/Makefile cvs -R rdiff -kk -upr1.13 -r1.14 src/distrib/special/mksh/Makefile cvs -R rdiff -kk -upr1.20 -r1.21 src/etc/make.cfg cvs -R rdiff -kk -upr1.50 -r1.51 gcc/gcc/Makefile.bsd-wrapper cvs -R rdiff -kk -upr1.5 -r1.6 src/gnu/usr.bin/rcs/Makefile.inc cvs -R rdiff -kk -upr1.1.1.2 -r1.2 src/lib/libpcap/savefile.c cvs -R rdiff -kk -upr1.1.1.1 -r1.2 src/lib/libssl/src/crypto/acss/acss_skey.c cvs -R rdiff -kk -upr1.3 -r1.4 src/libexec/cpp/Makefile cvs -R rdiff -kk -upr1.3 -r1.4 src/libexec/cpp/cpp.c cvs -R rdiff -kk -upr1.51 -r1.52 src/share/mk/bsd.own.mk cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/share/tmac/tab/mktab.c cvs -R rdiff -kk -upr1.1.1.1 -r1.2 src/sys/dev/ic/am79c930.c cvs -R rdiff -kk -upr1.6 -r1.7 src/usr.bin/calendar/io.c cvs -R rdiff -kk -upr1.3 -r1.4 src/usr.bin/last/last.c cvs -R rdiff -kk -upr1.3 -r1.4 src/usr.bin/oldroff/Makefile.inc cvs -R rdiff -kk -upr1.1.1.1 -r1.2 src/usr.bin/rpcgen/rpc_svcout.c cvs -R rdiff -kk -upr1.1.1.1 -r1.2 src/usr.bin/rpcgen/rpc_util.h cvs -R rdiff -kk -upr1.1.1.1 -r1.2 src/usr.bin/soelim/soelim.c cvs -R rdiff -kk -upr1.2 -r1.3 src/usr.bin/telnet/commands.c cvs -R rdiff -kk -upr1.1.1.1 -r1.2 src/usr.bin/telnet/sys_bsd.c cvs -R rdiff -kk -upr1.1.1.2 -r1.2 src/usr.bin/tip/cmds.c cvs -R rdiff -kk -upr1.2 -r1.3 src/usr.bin/tip/aculib/ventel.c cvs -R rdiff -kk -upr1.1.1.1 -r1.2 src/usr.bin/vi/ex/ex_txt.c cvs -R rdiff -kk -upr1.1.1.1 -r1.2 src/usr.bin/vi/include/vi_extern.h cvs -R rdiff -kk -upr1.1.1.1 -r1.2 src/usr.bin/window/Makefile cvs -R rdiff -kk -upr1.9 -r1.10 src/usr.sbin/httpd/Makefile.bsd-wrapper cvs -R rdiff -kk -upr1.1.1.2 -r1.2 src/usr.sbin/map-mbone/mapper.c cvs -R rdiff -kk -upr1.3 -r1.4 src/usr.sbin/mrouted/main.c cvs -R rdiff -kk -upr1.1.1.1 -r1.2 src/usr.sbin/mrouted/route.c cvs -R rdiff -kk -upr1.3 -r1.4 src/usr.sbin/mtrace/mtrace.c cvs -R rdiff -kk -upr1.1.1.1 -r1.2 src/usr.sbin/quotaon/quotaon.c ________________________________________________________________________ Commit ID: 10046CEE9FC1401796C CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/08/24 14:23:41 UTC Modified files: lang/python : Makefile.inc Log message: we friggin’ have expat in base since AGES To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.11 -r1.12 ports/lang/python/Makefile.inc ________________________________________________________________________ Commit ID: 10046CEEA1D199F064A CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/24 14:25:34 UTC Modified files: bin/mksh : Makefile distrib/special/mksh: Makefile etc : make.cfg gnu/usr.bin/rcs: Makefile.inc share/mk : bsd.own.mk Log message: revert the -std=gnu99–by–default change until programmes are ready, as this is too much annoying (for now) – extra commit so that we have a changeset To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.47 -r1.48 src/bin/mksh/Makefile cvs -R rdiff -kk -upr1.14 -r1.15 src/distrib/special/mksh/Makefile cvs -R rdiff -kk -upr1.21 -r1.22 src/etc/make.cfg cvs -R rdiff -kk -upr1.6 -r1.7 src/gnu/usr.bin/rcs/Makefile.inc cvs -R rdiff -kk -upr1.52 -r1.53 src/share/mk/bsd.own.mk ________________________________________________________________________ Commit ID: 10046CEEB845FC4D5A0 CVSROOT: /cvs Module name: X11 Changes by: tg@herc.mirbsd.org 2007/08/24 14:30:14 UTC Modified files: xc/fonts/bdf/misc: fonts.alias Log message: partial fix for the latin1 vs unicode issues To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.103.1 -r1.2 X11/xc/fonts/bdf/misc/fonts.alias ________________________________________________________________________ Commit ID: 10046CEEBC8127361EF CVSROOT: /cvs Module name: (multiple) Changes by: tg@herc.mirbsd.org 2007/08/24 14:31:53 UTC Modified files: xc/config/cf : MirBSD.cf distrib/lists/x11/xbase: mi Log message: revert the “unicode only” change for the release, as fonts.alias stuff were not the only issues; ports (e.g. GTK+1 apps) have trouble with it as well – according to bsiegert@ who says he’s going to fix these later To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.20 -r1.21 X11/xc/config/cf/MirBSD.cf cvs -R rdiff -kk -upr1.11 -r1.12 src/distrib/lists/x11/xbase/mi ________________________________________________________________________ Commit ID: 10046CEED464A09B22D CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/24 14:38:38 UTC Modified files: etc : rc distrib/common : install.sub Log message: feature request from wbx@ – ask the user which size he prefers for his host key (RSA) instead of choosing a default which is barely not too heavy for a SPARCstation 20 @75 MHz or having to hand-edit /etc/rc after installation To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.74 -r1.75 src/etc/rc cvs -R rdiff -kk -upr1.20 -r1.21 src/distrib/common/install.sub ________________________________________________________________________ Commit ID: 10046CEEDEB385DC30F CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/24 14:40:36 UTC Modified files: distrib/common : install.i386 install.sh install.sub upgrade.sh Log message: it’s [[ $foo = b*r ]] not double-equals-sign, bad krw@obsd To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.4 -r1.5 src/distrib/common/install.i386 cvs -R rdiff -kk -upr1.12 -r1.13 src/distrib/common/install.sh cvs -R rdiff -kk -upr1.21 -r1.22 src/distrib/common/install.sub cvs -R rdiff -kk -upr1.5 -r1.6 src/distrib/common/upgrade.sh ________________________________________________________________________ Commit ID: 10046CEEF995F40CCD1 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/24 14:50:26 UTC Modified files: sys/arch/i386/conf: GENERIC RAMDISK sys/arch/sparc/conf: GENERIC RAMDISK Log message: • fix a major oops: I wanted to disable compat_openbsd(8) on *sparc* since it didn’t work for me (with either MirOS #7 or OpenBSD 3.8 binaries) not on *i386* d’oh how lucky my server got wrecked, because otherwise I wouldn’t have seen… • sync the kernels with each other To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.34 -r1.35 src/sys/arch/i386/conf/GENERIC cvs -R rdiff -kk -upr1.12 -r1.13 src/sys/arch/i386/conf/RAMDISK cvs -R rdiff -kk -upr1.16 -r1.17 src/sys/arch/sparc/conf/GENERIC cvs -R rdiff -kk -upr1.11 -r1.12 src/sys/arch/sparc/conf/RAMDISK ________________________________________________________________________ Commit ID: 10046CEF119517FE815 CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/08/24 14:54:15 UTC Modified files: . : Makefile Log message: bugreport from wbx@mirbsd.org – “mmake nfo” can only build HTML version of man page if src tree scripts dir was checked out To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.26 -r1.27 ports/Makefile ________________________________________________________________________ Commit ID: 10046CF312C6E757BF5 CVSROOT: /cvs Module name: www Changes by: bsiegert@herc.mirbsd.org 2007/08/24 19:29:11 UTC Modified files: data : news.inc Log message: Extend the FrOSCon news entry with the version I had written myself. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.19 -r1.20 www/data/news.inc ________________________________________________________________________ Commit ID: 10046CF31D4408917E8 CVSROOT: /cvs Module name: www Changes by: bsiegert@herc.mirbsd.org 2007/08/24 19:30:06 UTC Modified files: legacy : vindex.inc Log message: sync To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1 -r1.2 www/legacy/vindex.inc ________________________________________________________________________ Commit ID: 10046CF32040C17DE9F CVSROOT: /cvs Module name: www Changes by: bsiegert@herc.mirbsd.org 2007/08/24 19:31:03 UTC Modified files: mk : tmpl.pre Log message: snafubar ok photon To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.2 -r1.3 www/mk/tmpl.pre ________________________________________________________________________ Commit ID: 10046CF325B5353DAC6 CVSROOT: /cvs Module name: www Changes by: bsiegert@herc.mirbsd.org 2007/08/24 19:34:00 UTC Modified files: . : Makefile mk : getdate.c getdate.h Added files: mk : gettime.c Log message: Port infrastructure to Mac OS, which does not have clock_gettime. Pull in one more file from the CVS source for this. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.11 -r1.12 www/Makefile cvs -R rdiff -kk -upr1.1 -r1.2 www/mk/getdate.c cvs -R rdiff -kk -upr1.2 -r1.3 www/mk/getdate.h cvs -R rdiff -kk -upr0 -r1.1 www/mk/gettime.c ________________________________________________________________________ Commit ID: 10046CF429B04995218 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/08/24 20:41:51 UTC Modified files: mk : getdate.c Log message: revert, I need that RCSID, and the Mac can be fixed differently To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.2 -r1.3 www/mk/getdate.c ________________________________________________________________________ Commit ID: 10046CF43FF3292C12A CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/08/24 20:47:38 UTC Modified files: data : wlog-9.inc Log message: To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.25 -r1.26 www/data/wlog-9.inc ________________________________________________________________________ Commit ID: 10046D009C122E3F724 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/25 10:51:24 UTC Modified files: sys/arch/i386/stand/liveboot: hook.S Log message: LF -> CR-LF, 10x bsiegert@ To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.18 -r1.19 src/sys/arch/i386/stand/liveboot/hook.S ________________________________________________________________________ Commit ID: 10046D00A1F2640E934 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/25 10:53:10 UTC Modified files: distrib/lists/base/base: mi distrib/lists/htman/htusd: mi libexec/cprng : Makefile Added files: libexec/cprng : cprng.8 Log message: this thing needs a manual page feature requested by wbx@mirbsd.org To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.74 -r1.75 src/distrib/lists/base/base/mi cvs -R rdiff -kk -upr1.28 -r1.29 src/distrib/lists/htman/htusd/mi cvs -R rdiff -kk -upr1.1 -r1.2 src/libexec/cprng/Makefile cvs -R rdiff -kk -upr0 -r1.1 src/libexec/cprng/cprng.8 ________________________________________________________________________ Commit ID: 10046D00F0C10CB2AA8 CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/08/25 11:13:58 UTC ports/net/mcabber Update of /cvs/ports/net/mcabber In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv4299/mcabber Log Message: Directory /cvs/ports/net/mcabber added to the repository ________________________________________________________________________ Commit ID: 10046D00F16226575E1 CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/08/25 11:14:08 UTC ports/net/mcabber/patches Update of /cvs/ports/net/mcabber/patches In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv8805/patches Log Message: Directory /cvs/ports/net/mcabber/patches added to the repository ________________________________________________________________________ Commit ID: 10046D00F16226575E1 CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/08/25 11:14:10 UTC ports/net/mcabber/pkg Update of /cvs/ports/net/mcabber/pkg In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv8805/pkg Log Message: Directory /cvs/ports/net/mcabber/pkg added to the repository ________________________________________________________________________ Commit ID: 10046D00F3D09D5F18E CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/08/25 11:15:02 UTC Added files: net/mcabber : Makefile distinfo net/mcabber/patches: patch-src_utils_c net/mcabber/pkg: DESCR PLIST Log message: new port, from ciruZ, fixes by me (e.g. time_t *sigh*) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr0 -r1.1 ports/net/mcabber/Makefile cvs -R rdiff -kk -upr0 -r1.1 ports/net/mcabber/distinfo cvs -R rdiff -kk -upr0 -r1.1 ports/net/mcabber/patches/patch-src_utils_c cvs -R rdiff -kk -upr0 -r1.1 ports/net/mcabber/pkg/DESCR cvs -R rdiff -kk -upr0 -r1.1 ports/net/mcabber/pkg/PLIST ________________________________________________________________________ Commit ID: 10046D010D74D3AE8CA CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/08/25 11:21:42 UTC Modified files: data : wlog-9.inc Log message: froscon and geocacheing updates To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.26 -r1.27 www/data/wlog-9.inc ________________________________________________________________________ Commit ID: 10046D030E05C9F3A4D CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/25 13:38:19 UTC Modified files: gnu/usr.bin/texinfo/info: terminal.c Log message: more gnu99 fallout To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.2 -r1.3 src/gnu/usr.bin/texinfo/info/terminal.c ________________________________________________________________________ Commit ID: 10046D03A730A886DEE CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/08/25 14:20:02 UTC Modified files: devel/smpeg : Makefile Log message: remove aclocal.m4 before running aclocal-2.13, fixes build cought by bsiegert@ the autotools-guru XXX post-release: do this in autogen.sh, always (at least for 2.13) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.11 -r1.12 ports/devel/smpeg/Makefile ________________________________________________________________________ Commit ID: 10046D04EDE46FCCCC3 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/25 15:46:17 UTC Modified files: sys/arch/sparc/conf: GENERIC RAMDISK Log message: add RAIDframe to the sparc GENERIC kernel, requested wbx@ ok bsiegert@ but not to the sparc RAMDISK kernel since it doesn't fit into the RELOC value (XXX we might want to increase that since we don't do SUN4M anyway) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.17 -r1.18 src/sys/arch/sparc/conf/GENERIC cvs -R rdiff -kk -upr1.12 -r1.13 src/sys/arch/sparc/conf/RAMDISK ________________________________________________________________________ Commit ID: 10046D06B74727BE673 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/25 17:48:18 UTC Modified files: . : Makefile Log message: unbreak build To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.112 -r1.113 src/Makefile ________________________________________________________________________ Commit ID: 10046D071A256E04913 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/25 18:14:57 UTC Modified files: distrib/lists/htman/htusd: md.i386 mi Log message: more sparc-sync… To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.11 -r1.12 src/distrib/lists/htman/htusd/md.i386 cvs -R rdiff -kk -upr1.29 -r1.30 src/distrib/lists/htman/htusd/mi ________________________________________________________________________ Commit ID: 10046D0735B4D557781 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/25 18:22:10 UTC Modified files: usr.bin/calendar/calendars: calendar.openbsd Log message: some more news (mksh and sparc), many many many more to follow To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.11 -r1.12 src/usr.bin/calendar/calendars/calendar.openbsd ________________________________________________________________________ Commit ID: 10046D07D353BBF6433 CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/08/25 19:04:12 UTC Modified files: net/mcabber : Makefile net/mcabber/pkg: PLIST Added files: net/mcabber/patches: patch-README patch-doc_README_PGP_txt patch-doc_mcabber_1 patch-mcabberrc_example patch-src_histolog_c patch-src_settings_c Log message: more docs are always good, especially the sample config… To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1 -r1.2 ports/net/mcabber/Makefile cvs -R rdiff -kk -upr0 -r1.1 ports/net/mcabber/patches/patch-README cvs -R rdiff -kk -upr0 -r1.1 ports/net/mcabber/patches/patch-doc_README_PGP_txt cvs -R rdiff -kk -upr0 -r1.1 ports/net/mcabber/patches/patch-doc_mcabber_1 cvs -R rdiff -kk -upr0 -r1.1 ports/net/mcabber/patches/patch-mcabberrc_example cvs -R rdiff -kk -upr0 -r1.1 ports/net/mcabber/patches/patch-src_histolog_c cvs -R rdiff -kk -upr0 -r1.1 ports/net/mcabber/patches/patch-src_settings_c cvs -R rdiff -kk -upr1.1 -r1.2 ports/net/mcabber/pkg/PLIST ________________________________________________________________________ Commit ID: 10046D083967E86FC56 CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/08/25 19:33:21 UTC Modified files: net/mcabber : Makefile net/mcabber/patches: patch-mcabberrc_example Log message: tweak the default config To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.2 -r1.3 ports/net/mcabber/Makefile cvs -R rdiff -kk -upr1.1 -r1.2 ports/net/mcabber/patches/patch-mcabberrc_example ________________________________________________________________________ Commit ID: 10046D0870839CC4DBC CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/08/25 19:45:58 UTC Modified files: data : wlog-9.inc Log message: ? To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.27 -r1.28 www/data/wlog-9.inc ________________________________________________________________________ Commit ID: 10046D4758063426FF4 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/28 19:21:18 UTC Modified files: share/mk : bsd.lib.mk Log message: GNU ed 0.3 doesn’t support the % short notation for “1,$” any more, relative to GNU ed 0.2 – doesn’t this just suck? To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.69 -r1.70 src/share/mk/bsd.lib.mk ________________________________________________________________________ Commit ID: 10046D476130D1EABAE CVSROOT: /cvs Module name: www Changes by: bsiegert@herc.mirbsd.org 2007/08/28 19:23:05 UTC Modified files: data : wlog-9.inc Log message: wlog entry for yesterday, post-froscon, post-$mytalk To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.28 -r1.29 www/data/wlog-9.inc ________________________________________________________________________ Commit ID: 10046D4763823E5A479 CVSROOT: /cvs Module name: www Changes by: bsiegert@herc.mirbsd.org 2007/08/28 19:23:45 UTC Modified files: . : Makefile Added files: src : getting.hts projects.hts Removed files: content : Z2V0dGluZw__.inc cHJvamVjdHM_.inc Log message: Move getting and projects over to the new website To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.12 -r1.13 www/Makefile cvs -R rdiff -kk -upr1.17 -r0 www/content/Z2V0dGluZw__.inc cvs -R rdiff -kk -upr1.5 -r0 www/content/cHJvamVjdHM_.inc cvs -R rdiff -kk -upr0 -r1.1 www/src/getting.hts cvs -R rdiff -kk -upr0 -r1.1 www/src/projects.hts ________________________________________________________________________ Commit ID: 10046D47CDC3ABF9337 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/08/28 19:51:42 UTC Modified files: data : wlog-9.inc Log message: my wlog for today too, To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.29 -r1.30 www/data/wlog-9.inc ________________________________________________________________________ Commit ID: 10046D4A90621088478 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/08/28 23:00:22 UTC Modified files: distrib/common : install.i386 install.sparc install.sub list listend.i386 listend.i386-big listend.sparc Log message: die, wsemul_sun, die users should use the “wsvtg” terminal type now (or their serial one) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.5 -r1.6 src/distrib/common/install.i386 cvs -R rdiff -kk -upr1.3 -r1.4 src/distrib/common/install.sparc cvs -R rdiff -kk -upr1.22 -r1.23 src/distrib/common/install.sub cvs -R rdiff -kk -upr1.20 -r1.21 src/distrib/common/list cvs -R rdiff -kk -upr1.14 -r1.15 src/distrib/common/listend.i386 cvs -R rdiff -kk -upr1.23 -r1.24 src/distrib/common/listend.i386-big cvs -R rdiff -kk -upr1.15 -r1.16 src/distrib/common/listend.sparc ________________________________________________________________________ Commit ID: 10046D4AA0C4B343C6F CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/08/28 23:04:23 UTC Modified files: legacy : vindex.inc mk : tmpl.pre Log message: fix the HTML validity To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.2 -r1.3 www/legacy/vindex.inc cvs -R rdiff -kk -upr1.3 -r1.4 www/mk/tmpl.pre ________________________________________________________________________ Commit ID: 10046D4AC593D7F3FE0 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/08/28 23:14:27 UTC Modified files: data : wlog-9.inc src : getting.hts projects.hts Log message: more validity, no content changes (in fact I didn’t even look at it) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.30 -r1.31 www/data/wlog-9.inc cvs -R rdiff -kk -upr1.1 -r1.2 www/src/getting.hts cvs -R rdiff -kk -upr1.1 -r1.2 www/src/projects.hts ________________________________________________________________________ Commit ID: 10046D5CD2D329C00FB CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/08/29 19:46:31 UTC Modified files: mk : inc2htm parser Log message: • fix logic error: e_grdate[] is the german format date (dd.mm.yyyy), not the international format date (yyyy-mm-dd), affects output • rename e_date[] to ei_date[] (so it is shown that the array is integer) • rename e_grdate[] to e_date[] • pad the german format date by zeroes if some lazy git forgot it • simplify the header parser, makes adding more lines possible/flexible • mkshify the parser; save a few spawns too • improve error messages • possibly improve performance To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.4 -r1.5 www/mk/inc2htm cvs -R rdiff -kk -upr1.1 -r1.2 www/mk/parser ________________________________________________________________________ Commit ID: 10046D5CE882C6A6800 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/08/29 19:52:18 UTC Modified files: src : main.hts projects.hts Log message: doh To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1 -r1.2 www/src/main.hts cvs -R rdiff -kk -upr1.2 -r1.3 www/src/projects.hts ________________________________________________________________________ Commit ID: 10046D5CECB1E1F493B CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/08/29 19:53:38 UTC Modified files: . : Makefile legacy : vindex.inc mk : tmpl.pre Added files: src : irc.hts Removed files: content : aXJj.inc Log message: move IRC info to the new framework To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.13 -r1.14 www/Makefile cvs -R rdiff -kk -upr1.5 -r0 www/content/aXJj.inc cvs -R rdiff -kk -upr1.3 -r1.4 www/legacy/vindex.inc cvs -R rdiff -kk -upr1.4 -r1.5 www/mk/tmpl.pre cvs -R rdiff -kk -upr0 -r1.1 www/src/irc.hts ________________________________________________________________________ Commit ID: 10046D5D0C87D33ABFA CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/08/29 20:01:59 UTC Modified files: data : wlog-9.inc Log message: birthday wlog To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.31 -r1.32 www/data/wlog-9.inc ________________________________________________________________________ Commit ID: 10046D68DF231EA0265 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/08/30 09:29:21 UTC Modified files: data : news.inc Added files: pics : XTaranStation.jpg XTaranStation.png Log message: RC6 and pix To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.20 -r1.21 www/data/news.inc cvs -R rdiff -kk -upr0 -r1.1 www/pics/XTaranStation.jpg cvs -R rdiff -kk -upr0 -r1.1 www/pics/XTaranStation.png ________________________________________________________________________ Commit ID: 10046D68FBC283CBDB4 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/08/30 09:37:14 UTC Modified files: . : Makefile Added files: src : danke.hts Removed files: content : ZGFua2U_.inc Log message: benz wanted me to merge this page too, I should probably nuke the old wishlist and convert the devel page, merge the list of donators and maybe the wishlist here looks more sensible even To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.14 -r1.15 www/Makefile cvs -R rdiff -kk -upr1.8 -r0 www/content/ZGFua2U_.inc cvs -R rdiff -kk -upr0 -r1.1 www/src/danke.hts ________________________________________________________________________ Commit ID: 10046D7209D4607F8C6 CVSROOT: /cvs Module name: CVSROOT Changes by: tg@herc.mirbsd.org 2007/08/30 19:54:54 UTC Modified files: . : cvswrappers Log message: *.java are not binary To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.4 -r1.5 CVSROOT/cvswrappers ________________________________________________________________________ Commit ID: 10046D7262F0D0F1EF7 CVSROOT: /cvs Module name: CVSROOT Changes by: tg@herc.mirbsd.org 2007/08/30 20:18:42 UTC Modified files: . : cvswrappers Log message: *.jar = *.zip and thusly, binary To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.5 -r1.6 CVSROOT/cvswrappers ________________________________________________________________________ Commit ID: 10046D72EB95217E4E7 CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/08/30 20:57:36 UTC Log message: Import Ewe 1.49 Linux source, files packed into other directories, some omitted (especially generated ones), CR-LF converted to LF, whitespace at EOL removed, LICENCE file and some examples added, no textual changes Status: Vendor Tag: mirabilos Release Tags: ewe-1_49 N contrib/hosted/ewe/Ewe.jnf N contrib/hosted/ewe/LICENCE N contrib/hosted/ewe/vm_unix/ewe.cpp N contrib/hosted/ewe/vm_unix/ewe_vm.c N contrib/hosted/ewe/vm_unix/images.cpp N contrib/hosted/ewe/vm_unix/mThread.cpp N contrib/hosted/ewe/vm_unix/nmunix_a.c N contrib/hosted/ewe/vm_unix/nmunix_b.c N contrib/hosted/ewe/vm_unix/nmunix_c.c N contrib/hosted/ewe/vm_unix/nmunix_gui.cpp N contrib/hosted/ewe/vm_unix/nmunix_gui_none.cpp N contrib/hosted/ewe/vm_unix/nmunix_serial.c N contrib/hosted/ewe/vm_unix/mpixbuf.c N contrib/hosted/ewe/vm_unix/mpixbuf.h N contrib/hosted/ewe/vm_unix/nmunix_gui_gtk.cpp N contrib/hosted/ewe/classes/Locale.dat N contrib/hosted/ewe/classes/ewe/bottomarrowsmall.bmp N contrib/hosted/ewe/classes/ewe/BusyCursor.bmp N contrib/hosted/ewe/classes/ewe/BusyCursorMask.bmp N contrib/hosted/ewe/classes/ewe/ChooseFile.bmp N contrib/hosted/ewe/classes/ewe/ClosedFolder.bmp N contrib/hosted/ewe/classes/ewe/Computer.bmp N contrib/hosted/ewe/classes/ewe/CopyMultipleCursor.bmp N contrib/hosted/ewe/classes/ewe/CopyMultipleCursorMask.bmp N contrib/hosted/ewe/classes/ewe/CopySingleCursor.bmp N contrib/hosted/ewe/classes/ewe/CopySingleCursorMask.bmp N contrib/hosted/ewe/classes/ewe/copysmall.bmp N contrib/hosted/ewe/classes/ewe/cutsmall.bmp N contrib/hosted/ewe/classes/ewe/deletesmall.bmp N contrib/hosted/ewe/classes/ewe/detailview.bmp N contrib/hosted/ewe/classes/ewe/DontDropCursor.bmp N contrib/hosted/ewe/classes/ewe/DontDropCursorMask.bmp N contrib/hosted/ewe/classes/ewe/downarrowsmall.bmp N contrib/hosted/ewe/classes/ewe/DragMultipleCursor.bmp N contrib/hosted/ewe/classes/ewe/DragMultipleCursorMask.bmp N contrib/hosted/ewe/classes/ewe/DragSingleCursor.bmp N contrib/hosted/ewe/classes/ewe/DragSingleCursorMask.bmp N contrib/hosted/ewe/classes/ewe/Drive.bmp N contrib/hosted/ewe/classes/ewe/editsmall.bmp N contrib/hosted/ewe/classes/ewe/ewebig.bmp N contrib/hosted/ewe/classes/ewe/ewediscsmall.bmp N contrib/hosted/ewe/classes/ewe/ewesmall.bmp N contrib/hosted/ewe/classes/ewe/ewesmallmask.bmp N contrib/hosted/ewe/classes/ewe/exitsmall.bmp N contrib/hosted/ewe/classes/ewe/FolderUp.bmp N contrib/hosted/ewe/classes/ewe/fontsmall.png N contrib/hosted/ewe/classes/ewe/HandCursor.bmp N contrib/hosted/ewe/classes/ewe/HandCursorMask.bmp N contrib/hosted/ewe/classes/ewe/HandHeld.bmp N contrib/hosted/ewe/classes/ewe/imagesmall.bmp N contrib/hosted/ewe/classes/ewe/leftarrowsmall.bmp N contrib/hosted/ewe/classes/ewe/LeftRight.bmp N contrib/hosted/ewe/classes/ewe/LeftRightCursor.bmp N contrib/hosted/ewe/classes/ewe/LeftRightCursorMask.bmp N contrib/hosted/ewe/classes/ewe/listview.bmp N contrib/hosted/ewe/classes/ewe/NewFolder.bmp N contrib/hosted/ewe/classes/ewe/newsmall.bmp N contrib/hosted/ewe/classes/ewe/OpenFolder.bmp N contrib/hosted/ewe/classes/ewe/opensmall.bmp N contrib/hosted/ewe/classes/ewe/optionssmall.bmp N contrib/hosted/ewe/classes/ewe/Page.bmp N contrib/hosted/ewe/classes/ewe/PageMask.bmp N contrib/hosted/ewe/classes/ewe/Palm.bmp N contrib/hosted/ewe/classes/ewe/pastesmall.bmp N contrib/hosted/ewe/classes/ewe/pencilsmall.png N contrib/hosted/ewe/classes/ewe/Popup.wav N contrib/hosted/ewe/classes/ewe/programsmall.bmp N contrib/hosted/ewe/classes/ewe/reloadsmall.png N contrib/hosted/ewe/classes/ewe/ResizeFrame.bmp N contrib/hosted/ewe/classes/ewe/rightarrowsmall.bmp N contrib/hosted/ewe/classes/ewe/saveassmall.bmp N contrib/hosted/ewe/classes/ewe/savesmall.bmp N contrib/hosted/ewe/classes/ewe/SmallConfig.bmp N contrib/hosted/ewe/classes/ewe/SmallConfigMask.bmp N contrib/hosted/ewe/classes/ewe/Stop.bmp N contrib/hosted/ewe/classes/ewe/textsmall.bmp N contrib/hosted/ewe/classes/ewe/toparrowsmall.bmp N contrib/hosted/ewe/classes/ewe/uparrowsmall.bmp N contrib/hosted/ewe/classes/ewe/UpDown.bmp N contrib/hosted/ewe/classes/ewe/UpDownCursor.bmp N contrib/hosted/ewe/classes/ewe/UpDownCursorMask.bmp N contrib/hosted/ewe/classes/ewe/WaitSmall.bmp N contrib/hosted/ewe/classes/ewe/websmall.png N contrib/hosted/ewe/classes/ewe/wideview.bmp N contrib/hosted/ewe/classes/ewe/zipsmall.bmp N contrib/hosted/ewe/classes/ewe/data/DataObject.java N contrib/hosted/ewe/classes/ewe/data/DataUnit.java N contrib/hosted/ewe/classes/ewe/data/DataUtils.java N contrib/hosted/ewe/classes/ewe/data/EditableData.java N contrib/hosted/ewe/classes/ewe/data/EditableObject.java N contrib/hosted/ewe/classes/ewe/data/EditableObjectControl.java N contrib/hosted/ewe/classes/ewe/data/FieldData.java N contrib/hosted/ewe/classes/ewe/data/FieldTableExportSpecs.java N contrib/hosted/ewe/classes/ewe/data/FieldTableModel.java N contrib/hosted/ewe/classes/ewe/data/HasProperties.java N contrib/hosted/ewe/classes/ewe/data/IList.java N contrib/hosted/ewe/classes/ewe/data/IndexSelectable.java N contrib/hosted/ewe/classes/ewe/data/InputObject.java N contrib/hosted/ewe/classes/ewe/data/ISimpleList.java N contrib/hosted/ewe/classes/ewe/data/ListObject.java N contrib/hosted/ewe/classes/ewe/data/LiveData.java N contrib/hosted/ewe/classes/ewe/data/LiveObject.java N contrib/hosted/ewe/classes/ewe/data/Property.java N contrib/hosted/ewe/classes/ewe/data/LiveTreeNode.java N contrib/hosted/ewe/classes/ewe/data/MultiListSelect.java N contrib/hosted/ewe/classes/ewe/data/MutableTreeNode.java N contrib/hosted/ewe/classes/ewe/data/MutableTreeNodeObject.java N contrib/hosted/ewe/classes/ewe/data/PropertyList.java N contrib/hosted/ewe/classes/ewe/data/SaveableObject.java N contrib/hosted/ewe/classes/ewe/data/Transferrable.java N contrib/hosted/ewe/classes/ewe/data/TreeNode.java N contrib/hosted/ewe/classes/ewe/database/BackupException.java N contrib/hosted/ewe/classes/ewe/database/BadRecordFormatException.java N contrib/hosted/ewe/classes/ewe/database/ByteArrayDatabaseEntry.java N contrib/hosted/ewe/classes/ewe/database/Database.java N contrib/hosted/ewe/classes/ewe/database/DatabaseEntry.java N contrib/hosted/ewe/classes/ewe/database/DatabaseEntryCompareInts.java N contrib/hosted/ewe/classes/ewe/database/DatabaseEntryComparer.java N contrib/hosted/ewe/classes/ewe/database/DatabaseEntryObject.java N contrib/hosted/ewe/classes/ewe/database/DatabaseEvent.java N contrib/hosted/ewe/classes/ewe/database/DatabaseIndex.java N contrib/hosted/ewe/classes/ewe/database/DatabaseIOException.java N contrib/hosted/ewe/classes/ewe/database/DatabaseMaker.java N contrib/hosted/ewe/classes/ewe/database/DatabaseManager.java N contrib/hosted/ewe/classes/ewe/database/DatabaseObject.java N contrib/hosted/ewe/classes/ewe/database/DatabaseSpecs.java N contrib/hosted/ewe/classes/ewe/database/DatabaseOperationException.java N contrib/hosted/ewe/classes/ewe/database/DatabaseStream.java N contrib/hosted/ewe/classes/ewe/database/DatabaseTableModel.java N contrib/hosted/ewe/classes/ewe/database/DatabaseTypes.java N contrib/hosted/ewe/classes/ewe/database/DatabaseUtils.java N contrib/hosted/ewe/classes/ewe/database/DataTooBigException.java N contrib/hosted/ewe/classes/ewe/database/DataValidator.java N contrib/hosted/ewe/classes/ewe/database/Decryptor.java N contrib/hosted/ewe/classes/ewe/database/DefaultDatabaseMaker.java N contrib/hosted/ewe/classes/ewe/database/DoubleSynchronizer.java N contrib/hosted/ewe/classes/ewe/database/EncodedUTF8String.java N contrib/hosted/ewe/classes/ewe/database/EncryptedDataException.java N contrib/hosted/ewe/classes/ewe/database/Encryptor.java N contrib/hosted/ewe/classes/ewe/database/EntriesView.java N contrib/hosted/ewe/classes/ewe/database/EntryComparer.java N contrib/hosted/ewe/classes/ewe/database/EntrySelector.java N contrib/hosted/ewe/classes/ewe/database/IndexEntry.java N contrib/hosted/ewe/classes/ewe/database/FieldModifier.java N contrib/hosted/ewe/classes/ewe/database/FieldSortEntry.java N contrib/hosted/ewe/classes/ewe/database/FoundEntries.java N contrib/hosted/ewe/classes/ewe/database/FoundEntriesObject.java N contrib/hosted/ewe/classes/ewe/database/GetSearchCriteria.java N contrib/hosted/ewe/classes/ewe/database/InconsistentDatabaseStateException.java N contrib/hosted/ewe/classes/ewe/database/InvalidDataException.java N contrib/hosted/ewe/classes/ewe/database/LookupData.java N contrib/hosted/ewe/classes/ewe/database/MetaFlag.java N contrib/hosted/ewe/classes/ewe/database/RandomAccessDatabaseStream.java N contrib/hosted/ewe/classes/ewe/database/Record.java N contrib/hosted/ewe/classes/ewe/database/RecordDatabaseEntry.java N contrib/hosted/ewe/classes/ewe/database/RecordDatabaseIndex.java N contrib/hosted/ewe/classes/ewe/database/RecordDatabaseObject.java N contrib/hosted/ewe/classes/ewe/database/RecordFile.java N contrib/hosted/ewe/classes/ewe/database/RecordFoundEntries.java N contrib/hosted/ewe/classes/ewe/database/RemoteSynchronizer.java N contrib/hosted/ewe/classes/ewe/database/ResolveConflict.java N contrib/hosted/ewe/classes/ewe/database/RestoreException.java N contrib/hosted/ewe/classes/ewe/database/SafeDBAccess.java N contrib/hosted/ewe/classes/ewe/database/StandardEntryComparer.java N contrib/hosted/ewe/classes/ewe/database/Synchronizer.java N contrib/hosted/ewe/classes/ewe/database/TestData.java N contrib/hosted/ewe/classes/ewe/database/TimeStamp.java N contrib/hosted/ewe/classes/ewe/datastore/Browser.java N contrib/hosted/ewe/classes/ewe/datastore/Changes.java N contrib/hosted/ewe/classes/ewe/datastore/Database.java N contrib/hosted/ewe/classes/ewe/datastore/DatabaseDataComparer.java N contrib/hosted/ewe/classes/ewe/datastore/DatabaseEntry.java N contrib/hosted/ewe/classes/ewe/datastore/DatabaseFieldComparer.java N contrib/hosted/ewe/classes/ewe/datastore/DatabaseList.java N contrib/hosted/ewe/classes/ewe/datastore/DatabaseTableModel.java N contrib/hosted/ewe/classes/ewe/datastore/DataEntry.java N contrib/hosted/ewe/classes/ewe/datastore/DataEntryData.java N contrib/hosted/ewe/classes/ewe/datastore/DataEntryNode.java N contrib/hosted/ewe/classes/ewe/datastore/DataStorage.java N contrib/hosted/ewe/classes/ewe/datastore/DataStore.java N contrib/hosted/ewe/classes/ewe/datastore/DataStoreBrowser.java N contrib/hosted/ewe/classes/ewe/datastore/DataTable.java N contrib/hosted/ewe/classes/ewe/datastore/DataTableSpecs.java N contrib/hosted/ewe/classes/ewe/datastore/entryFinder.java N contrib/hosted/ewe/classes/ewe/datastore/EntrySearcher.java N contrib/hosted/ewe/classes/ewe/datastore/FieldSortEntry.java N contrib/hosted/ewe/classes/ewe/datastore/FoundEntries.java N contrib/hosted/ewe/classes/ewe/datastore/RemoteSynchronizer.java N contrib/hosted/ewe/classes/ewe/datastore/ResolveConflict.java N contrib/hosted/ewe/classes/ewe/datastore/StoredObject.java N contrib/hosted/ewe/classes/ewe/datastore/Synchronizer.java N contrib/hosted/ewe/classes/ewe/fx/Area.java N contrib/hosted/ewe/classes/ewe/fx/ArrayImageData.java N contrib/hosted/ewe/classes/ewe/fx/Brush.java N contrib/hosted/ewe/classes/ewe/fx/Buffer.java N contrib/hosted/ewe/classes/ewe/fx/BufferedGraphics.java N contrib/hosted/ewe/classes/ewe/fx/Color.java N contrib/hosted/ewe/classes/ewe/fx/Curve.java N contrib/hosted/ewe/classes/ewe/fx/Dimension.java N contrib/hosted/ewe/classes/ewe/fx/DisabledIcon.java N contrib/hosted/ewe/classes/ewe/fx/DrawnIcon.java N contrib/hosted/ewe/classes/ewe/fx/Font.java N contrib/hosted/ewe/classes/ewe/fx/FontMetrics.java N contrib/hosted/ewe/classes/ewe/fx/FontTools.java N contrib/hosted/ewe/classes/ewe/fx/FormattedTextSpecs.java N contrib/hosted/ewe/classes/ewe/fx/GeneralPath.java N contrib/hosted/ewe/classes/ewe/fx/Graphics.java N contrib/hosted/ewe/classes/ewe/fx/IconAndText.java N contrib/hosted/ewe/classes/ewe/fx/IImage.java N contrib/hosted/ewe/classes/ewe/fx/Image.java N contrib/hosted/ewe/classes/ewe/fx/Insets.java N contrib/hosted/ewe/classes/ewe/fx/ImageBuffer.java N contrib/hosted/ewe/classes/ewe/fx/ImageBytes.java N contrib/hosted/ewe/classes/ewe/fx/ImageCache.java N contrib/hosted/ewe/classes/ewe/fx/ImageCodec.java N contrib/hosted/ewe/classes/ewe/fx/ImageData.java N contrib/hosted/ewe/classes/ewe/fx/ImageDecodingException.java N contrib/hosted/ewe/classes/ewe/fx/imageHotArea.java N contrib/hosted/ewe/classes/ewe/fx/ImageInfo.java N contrib/hosted/ewe/classes/ewe/fx/ImageNotFoundException.java N contrib/hosted/ewe/classes/ewe/fx/ImageRefresher.java N contrib/hosted/ewe/classes/ewe/fx/ImageTool.java N contrib/hosted/ewe/classes/ewe/fx/ImageTypeNotSupportedException.java N contrib/hosted/ewe/classes/ewe/fx/ISurface.java N contrib/hosted/ewe/classes/ewe/fx/Mask.java N contrib/hosted/ewe/classes/ewe/fx/mGraphics.java N contrib/hosted/ewe/classes/ewe/fx/mImage.java N contrib/hosted/ewe/classes/ewe/fx/OnScreenImage.java N contrib/hosted/ewe/classes/ewe/fx/Pen.java N contrib/hosted/ewe/classes/ewe/fx/PixelBuffer.java N contrib/hosted/ewe/classes/ewe/fx/PNGEncoder.java N contrib/hosted/ewe/classes/ewe/fx/pngSpecs.java N contrib/hosted/ewe/classes/ewe/fx/Point.java N contrib/hosted/ewe/classes/ewe/fx/Polygon.java N contrib/hosted/ewe/classes/ewe/fx/Rect.java N contrib/hosted/ewe/classes/ewe/fx/RGBImageData.java N contrib/hosted/ewe/classes/ewe/fx/RotatedGraphics.java N contrib/hosted/ewe/classes/ewe/fx/ScaleInfo.java N contrib/hosted/ewe/classes/ewe/fx/Sound.java N contrib/hosted/ewe/classes/ewe/fx/SoundClip.java N contrib/hosted/ewe/classes/ewe/fx/UnsupportedImageFormatException.java N contrib/hosted/ewe/classes/ewe/fx/print/PageCounter.java N contrib/hosted/ewe/classes/ewe/fx/print/PageFormat.java N contrib/hosted/ewe/classes/ewe/fx/print/PageFormatData.java N contrib/hosted/ewe/classes/ewe/fx/print/PageRect.java N contrib/hosted/ewe/classes/ewe/fx/print/PointRect.java N contrib/hosted/ewe/classes/ewe/fx/print/Printable.java N contrib/hosted/ewe/classes/ewe/fx/print/PrintableObject.java N contrib/hosted/ewe/classes/ewe/fx/print/Printer.java N contrib/hosted/ewe/classes/ewe/fx/print/PrinterJob.java N contrib/hosted/ewe/classes/ewe/fx/print/PrinterJobObject.java N contrib/hosted/ewe/classes/ewe/fx/print/PrintOptions.java N contrib/hosted/ewe/classes/ewe/fx/print/PrintPage.java N contrib/hosted/ewe/classes/ewe/fx/print/PrintPreview.java N contrib/hosted/ewe/classes/ewe/fx/print/PrintSurface.java N contrib/hosted/ewe/classes/ewe/fx/print/PrintSurfaceObject.java N contrib/hosted/ewe/classes/ewe/filechooser/FileChooser.java N contrib/hosted/ewe/classes/ewe/filechooser/FileChooserBase.java N contrib/hosted/ewe/classes/ewe/filechooser/FileChooserDemo.java N contrib/hosted/ewe/classes/ewe/filechooser/FileChooserOptions.java N contrib/hosted/ewe/classes/ewe/filechooser/FileClipboard.java N contrib/hosted/ewe/classes/ewe/filechooser/FileListTableModel.java N contrib/hosted/ewe/classes/ewe/filechooser/FileTree.java N contrib/hosted/ewe/classes/ewe/filechooser/ImageFileChooser.java N contrib/hosted/ewe/classes/ewe/filechooser/NewShortcut.java N contrib/hosted/ewe/classes/ewe/graphics/AniImage.java N contrib/hosted/ewe/classes/ewe/graphics/AnimatedIcon.java N contrib/hosted/ewe/classes/ewe/graphics/ImageDragContext.java N contrib/hosted/ewe/classes/ewe/graphics/ImageList.java N contrib/hosted/ewe/classes/ewe/graphics/ImageMover.java N contrib/hosted/ewe/classes/ewe/graphics/InteractivePanel.java N contrib/hosted/ewe/classes/ewe/graphics/Mosaic.java N contrib/hosted/ewe/classes/ewe/graphics/MosaicPanel.java N contrib/hosted/ewe/classes/ewe/graphics/PageDisplay.java N contrib/hosted/ewe/classes/ewe/graphics/PageDisplayUnit.java N contrib/hosted/ewe/classes/ewe/graphics/PngIconMaker.java N contrib/hosted/ewe/classes/ewe/graphics/PolygonImage.java N contrib/hosted/ewe/classes/ewe/graphics/ReactiveImage.java N contrib/hosted/ewe/classes/ewe/graphics/TransparentPicker.java N contrib/hosted/ewe/classes/ewe/graphics/pagedisplay/ImageUnit.java N contrib/hosted/ewe/classes/ewe/graphics/pagedisplay/TextUnit.java N contrib/hosted/ewe/classes/ewe/io/AsciiCodec.java N contrib/hosted/ewe/classes/ewe/io/Base64Codec.java N contrib/hosted/ewe/classes/ewe/io/Base64Decoder.java N contrib/hosted/ewe/classes/ewe/io/Base64Encoder.java N contrib/hosted/ewe/classes/ewe/io/BasicRandomAccessStream.java N contrib/hosted/ewe/classes/ewe/io/BasicStream.java N contrib/hosted/ewe/classes/ewe/io/BasicStreamObject.java N contrib/hosted/ewe/classes/ewe/io/BlockingStreamObject.java N contrib/hosted/ewe/classes/ewe/io/BlockInputStream.java N contrib/hosted/ewe/classes/ewe/io/BlockIO.java N contrib/hosted/ewe/classes/ewe/io/BlockOutputStream.java N contrib/hosted/ewe/classes/ewe/io/Buffer.java N contrib/hosted/ewe/classes/ewe/io/BufferedInputStream.java N contrib/hosted/ewe/classes/ewe/io/BufferedOutputStream.java N contrib/hosted/ewe/classes/ewe/io/BufferedReader.java N contrib/hosted/ewe/classes/ewe/io/BufferedStream.java N contrib/hosted/ewe/classes/ewe/io/BufferedWriter.java N contrib/hosted/ewe/classes/ewe/io/ByteArrayInputStream.java N contrib/hosted/ewe/classes/ewe/io/ByteArrayOutputStream.java N contrib/hosted/ewe/classes/ewe/io/ByteArrayRandomStream.java N contrib/hosted/ewe/classes/ewe/io/Catalog.java N contrib/hosted/ewe/classes/ewe/io/CharArrayReader.java N contrib/hosted/ewe/classes/ewe/io/CharArrayWriter.java N contrib/hosted/ewe/classes/ewe/io/CompressedRandomStream.java N contrib/hosted/ewe/classes/ewe/io/CopyOver.java N contrib/hosted/ewe/classes/ewe/io/CopyOverProgress.java N contrib/hosted/ewe/classes/ewe/io/CorruptedDataException.java N contrib/hosted/ewe/classes/ewe/io/DataInput.java N contrib/hosted/ewe/classes/ewe/io/DataInputStream.java N contrib/hosted/ewe/classes/ewe/io/DataOutput.java N contrib/hosted/ewe/classes/ewe/io/DataOutputStream.java N contrib/hosted/ewe/classes/ewe/io/DataProcessor.java N contrib/hosted/ewe/classes/ewe/io/File.java N contrib/hosted/ewe/classes/ewe/io/DataProcessorStream.java N contrib/hosted/ewe/classes/ewe/io/EOFException.java N contrib/hosted/ewe/classes/ewe/io/EweFile.java N contrib/hosted/ewe/classes/ewe/io/EweFileBrowser.java N contrib/hosted/ewe/classes/ewe/io/FakeFileSystem.java N contrib/hosted/ewe/classes/ewe/io/FastStream.java N contrib/hosted/ewe/classes/ewe/io/FileAdapter.java N contrib/hosted/ewe/classes/ewe/io/FileBase.java N contrib/hosted/ewe/classes/ewe/io/FileChooserFolderChoice.java N contrib/hosted/ewe/classes/ewe/io/FileChooserLink.java N contrib/hosted/ewe/classes/ewe/io/FileChooserParameters.java N contrib/hosted/ewe/classes/ewe/io/FileInputStream.java N contrib/hosted/ewe/classes/ewe/io/FilenameFilter.java N contrib/hosted/ewe/classes/ewe/io/FileNotFoundException.java N contrib/hosted/ewe/classes/ewe/io/FileOutputStream.java N contrib/hosted/ewe/classes/ewe/io/FilePermissions.java N contrib/hosted/ewe/classes/ewe/io/FileReader.java N contrib/hosted/ewe/classes/ewe/io/FileSaver.java N contrib/hosted/ewe/classes/ewe/io/FileSys.java N contrib/hosted/ewe/classes/ewe/io/FileWriter.java N contrib/hosted/ewe/classes/ewe/io/FilterInputStream.java N contrib/hosted/ewe/classes/ewe/io/FilterOutputStream.java N contrib/hosted/ewe/classes/ewe/io/InputStream.java N contrib/hosted/ewe/classes/ewe/io/InputStreamReader.java N contrib/hosted/ewe/classes/ewe/io/InterruptedIOException.java N contrib/hosted/ewe/classes/ewe/io/IO.java N contrib/hosted/ewe/classes/ewe/io/IOException.java N contrib/hosted/ewe/classes/ewe/io/IOHandle.java N contrib/hosted/ewe/classes/ewe/io/IOTransfer.java N contrib/hosted/ewe/classes/ewe/io/JavaUtf8Codec.java N contrib/hosted/ewe/classes/ewe/io/LineNumberReader.java N contrib/hosted/ewe/classes/ewe/io/MemoryFile.java N contrib/hosted/ewe/classes/ewe/io/MemoryStream.java N contrib/hosted/ewe/classes/ewe/io/ObjectStreamException.java N contrib/hosted/ewe/classes/ewe/io/OutputStream.java N contrib/hosted/ewe/classes/ewe/io/OutputStreamWriter.java N contrib/hosted/ewe/classes/ewe/io/OverridesBlockingRandomStreamMethods.java N contrib/hosted/ewe/classes/ewe/io/OverridesClose.java N contrib/hosted/ewe/classes/ewe/io/PartialInputStream.java N contrib/hosted/ewe/classes/ewe/io/PartialOutputStream.java N contrib/hosted/ewe/classes/ewe/io/PrintWriter.java N contrib/hosted/ewe/classes/ewe/io/RandomAccessFile.java N contrib/hosted/ewe/classes/ewe/io/RandomAccessStream.java N contrib/hosted/ewe/classes/ewe/io/Reader.java N contrib/hosted/ewe/classes/ewe/io/RandomStream.java N contrib/hosted/ewe/classes/ewe/io/RandomStreamAdapter.java N contrib/hosted/ewe/classes/ewe/io/RandomStreamObject.java N contrib/hosted/ewe/classes/ewe/io/ReadOnlyException.java N contrib/hosted/ewe/classes/ewe/io/RemoteCall.java N contrib/hosted/ewe/classes/ewe/io/RemoteCallException.java N contrib/hosted/ewe/classes/ewe/io/RemoteCallHandler.java N contrib/hosted/ewe/classes/ewe/io/RemoteCallTask.java N contrib/hosted/ewe/classes/ewe/io/RemoteConnection.java N contrib/hosted/ewe/classes/ewe/io/RewindableStream.java N contrib/hosted/ewe/classes/ewe/io/SafeFile.java N contrib/hosted/ewe/classes/ewe/io/SerialPort.java N contrib/hosted/ewe/classes/ewe/io/SerialPortOptions.java N contrib/hosted/ewe/classes/ewe/io/SerialPortSpecs.java N contrib/hosted/ewe/classes/ewe/io/SimpleFileChooser.java N contrib/hosted/ewe/classes/ewe/io/Stream.java N contrib/hosted/ewe/classes/ewe/io/Streamable.java N contrib/hosted/ewe/classes/ewe/io/StreamAdapter.java N contrib/hosted/ewe/classes/ewe/io/StreamCanPause.java N contrib/hosted/ewe/classes/ewe/io/StreamCorruptedException.java N contrib/hosted/ewe/classes/ewe/io/StreamObject.java N contrib/hosted/ewe/classes/ewe/io/StreamReader.java N contrib/hosted/ewe/classes/ewe/io/StreamScanner.java N contrib/hosted/ewe/classes/ewe/io/StreamUtils.java N contrib/hosted/ewe/classes/ewe/io/SyncApp.java N contrib/hosted/ewe/classes/ewe/io/StreamWriter.java N contrib/hosted/ewe/classes/ewe/io/StringReader.java N contrib/hosted/ewe/classes/ewe/io/StringStream.java N contrib/hosted/ewe/classes/ewe/io/StringWriter.java N contrib/hosted/ewe/classes/ewe/io/TestService.java N contrib/hosted/ewe/classes/ewe/io/TextCodec.java N contrib/hosted/ewe/classes/ewe/io/TextReader.java N contrib/hosted/ewe/classes/ewe/io/TextWriter.java N contrib/hosted/ewe/classes/ewe/io/TreeConfigFile.java N contrib/hosted/ewe/classes/ewe/io/TreeConfigNode.java N contrib/hosted/ewe/classes/ewe/io/UnsupportedEncodingException.java N contrib/hosted/ewe/classes/ewe/io/UTFDataFormatException.java N contrib/hosted/ewe/classes/ewe/io/Writer.java N contrib/hosted/ewe/classes/ewe/math/BigDecimal.java N contrib/hosted/ewe/classes/ewe/math/BigInteger.java N contrib/hosted/ewe/classes/ewe/math/MPN.java N contrib/hosted/ewe/classes/ewe/math/Number.java N contrib/hosted/ewe/classes/ewe/net/BindException.java N contrib/hosted/ewe/classes/ewe/net/ClientServerConnector.java N contrib/hosted/ewe/classes/ewe/net/DatagramPacket.java N contrib/hosted/ewe/classes/ewe/net/DatagramSocket.java N contrib/hosted/ewe/classes/ewe/net/HttpConnection.java N contrib/hosted/ewe/classes/ewe/net/HttpConnectionTask.java N contrib/hosted/ewe/classes/ewe/net/InetAddress.java N contrib/hosted/ewe/classes/ewe/net/Link.java N contrib/hosted/ewe/classes/ewe/net/MalformedURLException.java N contrib/hosted/ewe/classes/ewe/net/ServerSocket.java N contrib/hosted/ewe/classes/ewe/net/Socket.java N contrib/hosted/ewe/classes/ewe/net/SocketBase.java N contrib/hosted/ewe/classes/ewe/net/SocketException.java N contrib/hosted/ewe/classes/ewe/net/SocketMaker.java N contrib/hosted/ewe/classes/ewe/net/TestSocket.java N contrib/hosted/ewe/classes/ewe/net/UnknownHostException.java N contrib/hosted/ewe/classes/ewe/net/URL.java N contrib/hosted/ewe/classes/ewe/net/URLConnection.java N contrib/hosted/ewe/classes/ewe/net/URLStreamHandler.java N contrib/hosted/ewe/classes/ewe/reflect/Array.java N contrib/hosted/ewe/classes/ewe/reflect/Constructor.java N contrib/hosted/ewe/classes/ewe/reflect/DataConverter.java N contrib/hosted/ewe/classes/ewe/reflect/Field.java N contrib/hosted/ewe/classes/ewe/reflect/FieldTransfer.java N contrib/hosted/ewe/classes/ewe/reflect/IMethod.java N contrib/hosted/ewe/classes/ewe/reflect/Member.java N contrib/hosted/ewe/classes/ewe/reflect/Method.java N contrib/hosted/ewe/classes/ewe/reflect/MethodConstructor.java N contrib/hosted/ewe/classes/ewe/reflect/Modifier.java N contrib/hosted/ewe/classes/ewe/reflect/Reflect.java N contrib/hosted/ewe/classes/ewe/reflect/Type.java N contrib/hosted/ewe/classes/ewe/reflect/WeakReference.java N contrib/hosted/ewe/classes/ewe/reflect/Wrapper.java N contrib/hosted/ewe/classes/ewe/security/BasicPermission.java N contrib/hosted/ewe/classes/ewe/security/BlowfishCBC.java N contrib/hosted/ewe/classes/ewe/security/BlowfishECB.java N contrib/hosted/ewe/classes/ewe/security/DecryptedInputStream.java N contrib/hosted/ewe/classes/ewe/security/Decryptor.java N contrib/hosted/ewe/classes/ewe/security/EncryptedOutputStream.java N contrib/hosted/ewe/classes/ewe/security/EncryptionKey.java N contrib/hosted/ewe/classes/ewe/security/Encryptor.java N contrib/hosted/ewe/classes/ewe/security/MD5.java N contrib/hosted/ewe/classes/ewe/security/mSecurityManager.java N contrib/hosted/ewe/classes/ewe/security/RSA.java N contrib/hosted/ewe/classes/ewe/security/RSAKey.java N contrib/hosted/ewe/classes/ewe/security/SecureDocument.java N contrib/hosted/ewe/classes/ewe/security/SecureRandom.java N contrib/hosted/ewe/classes/ewe/security/SHA1.java N contrib/hosted/ewe/classes/ewe/security/Signature.java N contrib/hosted/ewe/classes/ewe/sys/AsyncTask.java N contrib/hosted/ewe/classes/ewe/sys/CallBack.java N contrib/hosted/ewe/classes/ewe/sys/Convert.java N contrib/hosted/ewe/classes/ewe/sys/Coroutine.java N contrib/hosted/ewe/classes/ewe/sys/CursorCallBack.java N contrib/hosted/ewe/classes/ewe/sys/Date.java N contrib/hosted/ewe/classes/ewe/sys/DateChange.java N contrib/hosted/ewe/classes/ewe/sys/DayOfYear.java N contrib/hosted/ewe/classes/ewe/sys/Decimal.java N contrib/hosted/ewe/classes/ewe/sys/Device.java N contrib/hosted/ewe/classes/ewe/sys/Double.java N contrib/hosted/ewe/classes/ewe/sys/EventDirectionException.java N contrib/hosted/ewe/classes/ewe/sys/ewesync.png N contrib/hosted/ewe/classes/ewe/sys/filechooserdemo.bmp N contrib/hosted/ewe/classes/ewe/sys/filechooserdemo.png N contrib/hosted/ewe/classes/ewe/sys/Handle.java N contrib/hosted/ewe/classes/ewe/sys/HandleStatus.java N contrib/hosted/ewe/classes/ewe/sys/HandleStoppedException.java N contrib/hosted/ewe/classes/ewe/sys/JavaBridge.java N contrib/hosted/ewe/classes/ewe/sys/Locale.java N contrib/hosted/ewe/classes/ewe/sys/LocalResource.java N contrib/hosted/ewe/classes/ewe/sys/Lock.java N contrib/hosted/ewe/classes/ewe/sys/Long.java N contrib/hosted/ewe/classes/ewe/sys/Math.java N contrib/hosted/ewe/classes/ewe/sys/MathFunction.java N contrib/hosted/ewe/classes/ewe/sys/MathFunctionData.java N contrib/hosted/ewe/classes/ewe/sys/MemoryStatus.java N contrib/hosted/ewe/classes/ewe/sys/MessageThreadTask.java N contrib/hosted/ewe/classes/ewe/sys/mThread.java N contrib/hosted/ewe/classes/ewe/sys/mThreadGroup.java N contrib/hosted/ewe/classes/ewe/sys/notepad.bmp N contrib/hosted/ewe/classes/ewe/sys/notepad.png N contrib/hosted/ewe/classes/ewe/sys/pngiconmaker.bmp N contrib/hosted/ewe/classes/ewe/sys/pngiconmaker.png N contrib/hosted/ewe/classes/ewe/sys/Process.java N contrib/hosted/ewe/classes/ewe/sys/Reflection.java N contrib/hosted/ewe/classes/ewe/sys/SIPInfo.java N contrib/hosted/ewe/classes/ewe/sys/SlowTaskException.java N contrib/hosted/ewe/classes/ewe/sys/SystemMessage.java N contrib/hosted/ewe/classes/ewe/sys/SystemResourceException.java N contrib/hosted/ewe/classes/ewe/sys/Task.java N contrib/hosted/ewe/classes/ewe/sys/TaskObject.java N contrib/hosted/ewe/classes/ewe/sys/Test.java N contrib/hosted/ewe/classes/ewe/sys/ThreadPool.java N contrib/hosted/ewe/classes/ewe/sys/ThreadTask.java N contrib/hosted/ewe/classes/ewe/sys/Time.java N contrib/hosted/ewe/classes/ewe/sys/TimedOutException.java N contrib/hosted/ewe/classes/ewe/sys/TimeMask.java N contrib/hosted/ewe/classes/ewe/sys/TimeOfDay.java N contrib/hosted/ewe/classes/ewe/sys/TimeOut.java N contrib/hosted/ewe/classes/ewe/sys/TimerProc.java N contrib/hosted/ewe/classes/ewe/sys/UseNonNativeMethodException.java N contrib/hosted/ewe/classes/ewe/sys/Value.java N contrib/hosted/ewe/classes/ewe/sys/Vm.java N contrib/hosted/ewe/classes/ewe/sys/VMApp.java N contrib/hosted/ewe/classes/ewe/sys/VMApps.java N contrib/hosted/ewe/classes/ewe/sys/VmConstants.java N contrib/hosted/ewe/classes/ewe/sys/VmDebugStream.java N contrib/hosted/ewe/classes/ewe/sys/VMOptions.java N contrib/hosted/ewe/classes/ewe/sys/zipfilebrowser.bmp N contrib/hosted/ewe/classes/ewe/sys/zipfilebrowser.png N contrib/hosted/ewe/classes/ewe/ui/AppForm.java N contrib/hosted/ewe/classes/ewe/ui/AppFrame.java N contrib/hosted/ewe/classes/ewe/ui/ArrowButton.java N contrib/hosted/ewe/classes/ewe/ui/AwtContainer.java N contrib/hosted/ewe/classes/ewe/ui/BasicList.java N contrib/hosted/ewe/classes/ewe/ui/ButtonBar.java N contrib/hosted/ewe/classes/ewe/ui/ButtonCheckBox.java N contrib/hosted/ewe/classes/ewe/ui/ButtonControl.java N contrib/hosted/ewe/classes/ewe/ui/ButtonListSelect.java N contrib/hosted/ewe/classes/ewe/ui/ButtonObject.java N contrib/hosted/ewe/classes/ewe/ui/ButtonPullDownMenu.java N contrib/hosted/ewe/classes/ewe/ui/Canvas.java N contrib/hosted/ewe/classes/ewe/ui/Card.java N contrib/hosted/ewe/classes/ewe/ui/CardPanel.java N contrib/hosted/ewe/classes/ewe/ui/CarrierFrame.java N contrib/hosted/ewe/classes/ewe/ui/CellConstants.java N contrib/hosted/ewe/classes/ewe/ui/CellEntry.java N contrib/hosted/ewe/classes/ewe/ui/CellPanel.java N contrib/hosted/ewe/classes/ewe/ui/Editor.java N contrib/hosted/ewe/classes/ewe/ui/CheckBoxGroup.java N contrib/hosted/ewe/classes/ewe/ui/ChoiceControl.java N contrib/hosted/ewe/classes/ewe/ui/Console.java N contrib/hosted/ewe/classes/ewe/ui/Container.java N contrib/hosted/ewe/classes/ewe/ui/Control.java N contrib/hosted/ewe/classes/ewe/ui/ControlBase.java N contrib/hosted/ewe/classes/ewe/ui/ControlConstants.java N contrib/hosted/ewe/classes/ewe/ui/ControlEvent.java N contrib/hosted/ewe/classes/ewe/ui/ControlPopupForm.java N contrib/hosted/ewe/classes/ewe/ui/DataChangeEvent.java N contrib/hosted/ewe/classes/ewe/ui/DateChooser.java N contrib/hosted/ewe/classes/ewe/ui/DateChooserPopup.java N contrib/hosted/ewe/classes/ewe/ui/DateDisplayInput.java N contrib/hosted/ewe/classes/ewe/ui/DateTimeInput.java N contrib/hosted/ewe/classes/ewe/ui/DragPanel.java N contrib/hosted/ewe/classes/ewe/ui/DateUpDownInput.java N contrib/hosted/ewe/classes/ewe/ui/DecimalKeyPad.java N contrib/hosted/ewe/classes/ewe/ui/DisplayLine.java N contrib/hosted/ewe/classes/ewe/ui/DisplayLineSpecs.java N contrib/hosted/ewe/classes/ewe/ui/DragContext.java N contrib/hosted/ewe/classes/ewe/ui/DumbLabel.java N contrib/hosted/ewe/classes/ewe/ui/EditControl.java N contrib/hosted/ewe/classes/ewe/ui/EditorEvent.java N contrib/hosted/ewe/classes/ewe/ui/Event.java N contrib/hosted/ewe/classes/ewe/ui/EventListener.java N contrib/hosted/ewe/classes/ewe/ui/ExecTransfer.java N contrib/hosted/ewe/classes/ewe/ui/FieldListener.java N contrib/hosted/ewe/classes/ewe/ui/FontChooser.java N contrib/hosted/ewe/classes/ewe/ui/FontInput.java N contrib/hosted/ewe/classes/ewe/ui/FontUpDownChooser.java N contrib/hosted/ewe/classes/ewe/ui/Form.java N contrib/hosted/ewe/classes/ewe/ui/FormBase.java N contrib/hosted/ewe/classes/ewe/ui/FormEvent.java N contrib/hosted/ewe/classes/ewe/ui/FormFrame.java N contrib/hosted/ewe/classes/ewe/ui/Frame.java N contrib/hosted/ewe/classes/ewe/ui/FrameEvent.java N contrib/hosted/ewe/classes/ewe/ui/GridTableModel.java N contrib/hosted/ewe/classes/ewe/ui/Gui.java N contrib/hosted/ewe/classes/ewe/ui/HexDisplay.java N contrib/hosted/ewe/classes/ewe/ui/HexTableModel.java N contrib/hosted/ewe/classes/ewe/ui/Holder.java N contrib/hosted/ewe/classes/ewe/ui/HtmlDisplay.java N contrib/hosted/ewe/classes/ewe/ui/HtmlViewer.java N contrib/hosted/ewe/classes/ewe/ui/HyperlinkLabel.java N contrib/hosted/ewe/classes/ewe/ui/IconTableModel.java N contrib/hosted/ewe/classes/ewe/ui/IFunctionKeys.java N contrib/hosted/ewe/classes/ewe/ui/IKeypadKeys.java N contrib/hosted/ewe/classes/ewe/ui/IKeys.java N contrib/hosted/ewe/classes/ewe/ui/ImageControl.java N contrib/hosted/ewe/classes/ewe/ui/InputBox.java N contrib/hosted/ewe/classes/ewe/ui/InputForm.java N contrib/hosted/ewe/classes/ewe/ui/InputKeyPad.java N contrib/hosted/ewe/classes/ewe/ui/InputMethod.java N contrib/hosted/ewe/classes/ewe/ui/ITrack.java N contrib/hosted/ewe/classes/ewe/ui/InputPanelTableModel.java N contrib/hosted/ewe/classes/ewe/ui/InputPopupForm.java N contrib/hosted/ewe/classes/ewe/ui/mApp.java N contrib/hosted/ewe/classes/ewe/ui/InputStack.java N contrib/hosted/ewe/classes/ewe/ui/InputValidator.java N contrib/hosted/ewe/classes/ewe/ui/IntChoice.java N contrib/hosted/ewe/classes/ewe/ui/IScroll.java N contrib/hosted/ewe/classes/ewe/ui/IWebBrowser.java N contrib/hosted/ewe/classes/ewe/ui/KeyEvent.java N contrib/hosted/ewe/classes/ewe/ui/LaunchPanel.java N contrib/hosted/ewe/classes/ewe/ui/LayoutEntry.java N contrib/hosted/ewe/classes/ewe/ui/LayoutManager.java N contrib/hosted/ewe/classes/ewe/ui/ListEditor.java N contrib/hosted/ewe/classes/ewe/ui/ListEvent.java N contrib/hosted/ewe/classes/ewe/ui/ListSelect.java N contrib/hosted/ewe/classes/ewe/ui/MainWindow.java N contrib/hosted/ewe/classes/ewe/ui/mButton.java N contrib/hosted/ewe/classes/ewe/ui/mCheckBox.java N contrib/hosted/ewe/classes/ewe/ui/mChoice.java N contrib/hosted/ewe/classes/ewe/ui/mComboBox.java N contrib/hosted/ewe/classes/ewe/ui/Menu.java N contrib/hosted/ewe/classes/ewe/ui/MenuBar.java N contrib/hosted/ewe/classes/ewe/ui/MenuChoice.java N contrib/hosted/ewe/classes/ewe/ui/MenuComboBox.java N contrib/hosted/ewe/classes/ewe/ui/MenuEvent.java N contrib/hosted/ewe/classes/ewe/ui/MenuItem.java N contrib/hosted/ewe/classes/ewe/ui/MenuState.java N contrib/hosted/ewe/classes/ewe/ui/MessageArea.java N contrib/hosted/ewe/classes/ewe/ui/MessageBox.java N contrib/hosted/ewe/classes/ewe/ui/mFileInput.java N contrib/hosted/ewe/classes/ewe/ui/mInput.java N contrib/hosted/ewe/classes/ewe/ui/mInputWithTools.java N contrib/hosted/ewe/classes/ewe/ui/mLabel.java N contrib/hosted/ewe/classes/ewe/ui/mList.java N contrib/hosted/ewe/classes/ewe/ui/mScrollBar.java N contrib/hosted/ewe/classes/ewe/ui/mTabbedPanel.java N contrib/hosted/ewe/classes/ewe/ui/mTextArea.java N contrib/hosted/ewe/classes/ewe/ui/mTextPad.java N contrib/hosted/ewe/classes/ewe/ui/MultiPanel.java N contrib/hosted/ewe/classes/ewe/ui/MultiPanelEvent.java N contrib/hosted/ewe/classes/ewe/ui/Notepad.java N contrib/hosted/ewe/classes/ewe/ui/NumberEntry.java N contrib/hosted/ewe/classes/ewe/ui/NumericKeyPad.java N contrib/hosted/ewe/classes/ewe/ui/Panel.java N contrib/hosted/ewe/classes/ewe/ui/PanelSplitter.java N contrib/hosted/ewe/classes/ewe/ui/PasswordDisplayMaker.java N contrib/hosted/ewe/classes/ewe/ui/PenEvent.java N contrib/hosted/ewe/classes/ewe/ui/Sprite.java N contrib/hosted/ewe/classes/ewe/ui/PhoneMenu.java N contrib/hosted/ewe/classes/ewe/ui/PhoneVMLauncher.java N contrib/hosted/ewe/classes/ewe/ui/PopupController.java N contrib/hosted/ewe/classes/ewe/ui/ProgressAndControl.java N contrib/hosted/ewe/classes/ewe/ui/ProgressBar.java N contrib/hosted/ewe/classes/ewe/ui/ProgressBarForm.java N contrib/hosted/ewe/classes/ewe/ui/ProgressDisplay.java N contrib/hosted/ewe/classes/ewe/ui/PullDownMenu.java N contrib/hosted/ewe/classes/ewe/ui/QuickLayout.java N contrib/hosted/ewe/classes/ewe/ui/ReportException.java N contrib/hosted/ewe/classes/ewe/ui/SaveableEditor.java N contrib/hosted/ewe/classes/ewe/ui/SavedScreen.java N contrib/hosted/ewe/classes/ewe/ui/ScrollBarPanel.java N contrib/hosted/ewe/classes/ewe/ui/ScrollableCarrierFrame.java N contrib/hosted/ewe/classes/ewe/ui/ScrollableHolder.java N contrib/hosted/ewe/classes/ewe/ui/ScrollablePanel.java N contrib/hosted/ewe/classes/ewe/ui/ScrollClient.java N contrib/hosted/ewe/classes/ewe/ui/ScrollEvent.java N contrib/hosted/ewe/classes/ewe/ui/ScrollServer.java N contrib/hosted/ewe/classes/ewe/ui/ScrollTrack.java N contrib/hosted/ewe/classes/ewe/ui/Selectable.java N contrib/hosted/ewe/classes/ewe/ui/SelectKeys.java N contrib/hosted/ewe/classes/ewe/ui/SimpleList.java N contrib/hosted/ewe/classes/ewe/ui/SimpleTableModel.java N contrib/hosted/ewe/classes/ewe/ui/SingleContainer.java N contrib/hosted/ewe/classes/ewe/ui/SinglePressKeyPad.java N contrib/hosted/ewe/classes/ewe/ui/SipButton.java N contrib/hosted/ewe/classes/ewe/ui/SIPEvent.java N contrib/hosted/ewe/classes/ewe/ui/SoftKeyBar.java N contrib/hosted/ewe/classes/ewe/ui/SoftKeyEvent.java N contrib/hosted/ewe/classes/ewe/ui/SplittablePanel.java N contrib/hosted/ewe/classes/ewe/ui/StyleManager.java N contrib/hosted/ewe/classes/ewe/ui/TableCellAttributes.java N contrib/hosted/ewe/classes/ewe/ui/TableControl.java N contrib/hosted/ewe/classes/ewe/ui/TableEvent.java N contrib/hosted/ewe/classes/ewe/ui/TableModel.java N contrib/hosted/ewe/classes/ewe/ui/TaskbarWindow.java N contrib/hosted/ewe/classes/ewe/ui/TextDisplayButton.java N contrib/hosted/ewe/classes/ewe/ui/TextEvent.java N contrib/hosted/ewe/classes/ewe/ui/TextInputParameters.java N contrib/hosted/ewe/classes/ewe/ui/TextMessage.java N contrib/hosted/ewe/classes/ewe/ui/textPadState.java N contrib/hosted/ewe/classes/ewe/ui/Timer.java N contrib/hosted/ewe/classes/ewe/ui/TimeUpDownInput.java N contrib/hosted/ewe/classes/ewe/ui/ToolTip.java N contrib/hosted/ewe/classes/ewe/ui/TrackControl.java N contrib/hosted/ewe/classes/ewe/ui/TreeControl.java N contrib/hosted/ewe/classes/ewe/ui/TreeEdit.java N contrib/hosted/ewe/classes/ewe/ui/TreeEvent.java N contrib/hosted/ewe/classes/ewe/ui/TreeModelAdapter.java N contrib/hosted/ewe/classes/ewe/ui/TreeTableModel.java N contrib/hosted/ewe/classes/ewe/ui/UIBuilder.java N contrib/hosted/ewe/classes/ewe/ui/UIConstants.java N contrib/hosted/ewe/classes/ewe/ui/UpDownInput.java N contrib/hosted/ewe/classes/ewe/ui/UpDownScroller.java N contrib/hosted/ewe/classes/ewe/ui/VerticalScrollPanel.java N contrib/hosted/ewe/classes/ewe/ui/VMLauncher.java N contrib/hosted/ewe/classes/ewe/ui/WebBrowser.java N contrib/hosted/ewe/classes/ewe/ui/Welcome.java N contrib/hosted/ewe/classes/ewe/ui/Window.java N contrib/hosted/ewe/classes/ewe/ui/WindowConstants.java N contrib/hosted/ewe/classes/ewe/ui/WindowContainer.java N contrib/hosted/ewe/classes/ewe/ui/WindowCreationData.java N contrib/hosted/ewe/classes/ewe/ui/WindowEvent.java N contrib/hosted/ewe/classes/ewe/ui/WindowHelper.java N contrib/hosted/ewe/classes/ewe/ui/formatted/FormattedTextMaker.java N contrib/hosted/ewe/classes/ewe/ui/formatted/FormattedTextMakerBase.java N contrib/hosted/ewe/classes/ewe/ui/formatted/HotSpot.java N contrib/hosted/ewe/classes/ewe/ui/formatted/ImageResolver.java N contrib/hosted/ewe/classes/ewe/ui/formatted/StreamImageResolver.java N contrib/hosted/ewe/classes/ewe/ui/formatted/TextDisplay.java N contrib/hosted/ewe/classes/ewe/ui/formatted/TextFormatter.java N contrib/hosted/ewe/classes/ewe/ui/formatted/TextPosition.java N contrib/hosted/ewe/classes/ewe/util/Booleanable.java N contrib/hosted/ewe/classes/ewe/util/ByteArray.java N contrib/hosted/ewe/classes/ewe/util/ByteDecodable.java N contrib/hosted/ewe/classes/ewe/util/ByteEncodable.java N contrib/hosted/ewe/classes/ewe/util/ByteEncoder.java N contrib/hosted/ewe/classes/ewe/util/Calendar.java N contrib/hosted/ewe/classes/ewe/util/CharArray.java N contrib/hosted/ewe/classes/ewe/util/Comparable.java N contrib/hosted/ewe/classes/ewe/util/CompareArrayElements.java N contrib/hosted/ewe/classes/ewe/util/CompareInts.java N contrib/hosted/ewe/classes/ewe/util/Comparer.java N contrib/hosted/ewe/classes/ewe/util/ComparerObjectFinder.java N contrib/hosted/ewe/classes/ewe/util/Copyable.java N contrib/hosted/ewe/classes/ewe/util/DataParser.java N contrib/hosted/ewe/classes/ewe/util/DataProperty.java N contrib/hosted/ewe/classes/ewe/util/Debug.java N contrib/hosted/ewe/classes/ewe/util/EmptyStackException.java N contrib/hosted/ewe/classes/ewe/util/Encodable.java N contrib/hosted/ewe/classes/ewe/util/Enumeration.java N contrib/hosted/ewe/classes/ewe/util/Errorable.java N contrib/hosted/ewe/classes/ewe/util/EventDispatcher.java N contrib/hosted/ewe/classes/ewe/util/FileClassLoader.java N contrib/hosted/ewe/classes/ewe/util/FileComparer.java N contrib/hosted/ewe/classes/ewe/util/Grid.java N contrib/hosted/ewe/classes/ewe/util/Hashtable.java N contrib/hosted/ewe/classes/ewe/util/Intable.java N contrib/hosted/ewe/classes/ewe/util/IntArray.java N contrib/hosted/ewe/classes/ewe/util/Iterator.java N contrib/hosted/ewe/classes/ewe/util/IteratorEnumerator.java N contrib/hosted/ewe/classes/ewe/util/LinkedListElement.java N contrib/hosted/ewe/classes/ewe/util/Map.java N contrib/hosted/ewe/classes/ewe/util/mClassLoader.java N contrib/hosted/ewe/classes/ewe/util/mString.java N contrib/hosted/ewe/classes/ewe/util/NoSuchElementException.java N contrib/hosted/ewe/classes/ewe/util/ObjectFinder.java N contrib/hosted/ewe/classes/ewe/util/ObjectIterator.java N contrib/hosted/ewe/classes/ewe/util/OperationTimer.java N contrib/hosted/ewe/classes/ewe/util/Properties.java N contrib/hosted/ewe/classes/ewe/util/Random.java N contrib/hosted/ewe/classes/ewe/util/Range.java N contrib/hosted/ewe/classes/ewe/util/RangeList.java N contrib/hosted/ewe/classes/ewe/util/Stack.java N contrib/hosted/ewe/classes/ewe/util/StandardComparer.java N contrib/hosted/ewe/classes/ewe/util/Stringable.java N contrib/hosted/ewe/classes/ewe/util/StringTokenizer.java N contrib/hosted/ewe/classes/ewe/util/SubString.java N contrib/hosted/ewe/classes/ewe/util/Tag.java N contrib/hosted/ewe/classes/ewe/util/TagList.java N contrib/hosted/ewe/classes/ewe/util/Textable.java N contrib/hosted/ewe/classes/ewe/util/TextDecoder.java N contrib/hosted/ewe/classes/ewe/util/TextEncoder.java N contrib/hosted/ewe/classes/ewe/util/Utils.java N contrib/hosted/ewe/classes/ewe/util/Vector.java N contrib/hosted/ewe/classes/ewe/util/VectorIterator.java N contrib/hosted/ewe/classes/ewe/util/WeakCache.java N contrib/hosted/ewe/classes/ewe/util/WeakHashtable.java N contrib/hosted/ewe/classes/ewe/util/WeakSet.java N contrib/hosted/ewe/classes/ewe/util/ZipClassLoader.java N contrib/hosted/ewe/classes/ewe/util/zip/CRC32.java N contrib/hosted/ewe/classes/ewe/util/zip/ZipEntry.java N contrib/hosted/ewe/classes/ewe/util/zip/ZipException.java N contrib/hosted/ewe/classes/ewe/util/zip/ZipFile.java N contrib/hosted/ewe/classes/ewe/util/zip/ZipInputStream.java N contrib/hosted/ewe/classes/ewe/util/zip/ZipOutputStream.java N contrib/hosted/ewe/classes/ewe/zip/Checksum.java N contrib/hosted/ewe/classes/ewe/zip/CRC32.java N contrib/hosted/ewe/classes/ewe/zip/DeflaterOutputStream.java N contrib/hosted/ewe/classes/ewe/zip/InflaterInputStream.java N contrib/hosted/ewe/classes/ewe/zip/ZipConstants.java N contrib/hosted/ewe/classes/ewe/zip/ZipEntry.java N contrib/hosted/ewe/classes/ewe/zip/ZipEntryFile.java N contrib/hosted/ewe/classes/ewe/zip/ZipFile.java N contrib/hosted/ewe/classes/ewe/zip/ZipFileBrowser.java N contrib/hosted/ewe/classes/ewe/zip/ZipInputStream.java N contrib/hosted/ewe/classes/ewe/zip/ZipOutputStream.java N contrib/hosted/ewe/classes/ewex/livedata/CustomListEdit.java N contrib/hosted/ewe/classes/ewex/livedata/ListEdit.java N contrib/hosted/ewe/classes/ewex/livedata/ObjectListEdit.java N contrib/hosted/ewe/classes/ewex/livedata/SimpleListEdit.java N contrib/hosted/ewe/classes/ewex/livedata/VectorListEdit.java N contrib/hosted/ewe/classes/ewex/locale/LocaleInfo.java N contrib/hosted/ewe/classes/ewex/math/BigDecimal.java N contrib/hosted/ewe/classes/ewex/math/BigInteger.java N contrib/hosted/ewe/classes/ewex/math/MPN.java N contrib/hosted/ewe/classes/ewex/math/Number.java N contrib/hosted/ewe/classes/ewex/math/NumberFormatException.java N contrib/hosted/ewe/classes/ewex/movieplayer/FakeMoviePlayer.java N contrib/hosted/ewe/classes/ewex/movieplayer/MoviePlayer.java N contrib/hosted/ewe/classes/ewex/movieplayer/NativeMoviePlayer.java N contrib/hosted/ewe/classes/ewex/movieplayer/PlayerForm.java N contrib/hosted/ewe/classes/ewex/msencrypt/Decryptor.java N contrib/hosted/ewe/classes/ewex/msencrypt/Encryptor.java N contrib/hosted/ewe/classes/ewex/rapi/FileComparer.java N contrib/hosted/ewe/classes/ewex/rapi/Rapi.java N contrib/hosted/ewe/classes/ewex/rapi/RapiFile.java N contrib/hosted/ewe/classes/ewex/rapi/RapiFileBrowser.java N contrib/hosted/ewe/classes/ewex/rapi/SystemInfo.java N contrib/hosted/ewe/classes/ewex/registry/ComputerKeyNode.java N contrib/hosted/ewe/classes/ewex/registry/DatabaseRegistryEntry.java N contrib/hosted/ewe/classes/ewex/registry/Registry.java N contrib/hosted/ewe/classes/ewex/registry/RegistryEntry.java N contrib/hosted/ewe/classes/ewex/registry/RegistryKey.java N contrib/hosted/ewe/classes/ewex/registry/RegistryKeyNode.java N contrib/hosted/ewe/classes/ewex/registry/RegistryLocalResource.java N contrib/hosted/ewe/classes/ewex/registry/RegistryTableModel.java N contrib/hosted/ewe/classes/ewex/registry/RegistryTreeModel.java N contrib/hosted/ewe/classes/ewex/registry/RegistryView.java N contrib/hosted/ewe/classes/ewex/registry/RegistryViewForm.java N contrib/hosted/ewe/classes/ewex/registry/RemoteRegistryKey.java N contrib/hosted/ewe/classes/ewex/security/AllPermission.java N contrib/hosted/ewe/classes/ewex/security/BasicPermission.java N contrib/hosted/ewe/classes/ewex/security/Guard.java N contrib/hosted/ewe/classes/ewex/security/Permission.java N contrib/hosted/ewe/classes/ewex/security/PermissionCollection.java N contrib/hosted/ewe/classes/ewex/security/Permissions.java N contrib/hosted/ewe/classes/ewex/security/Security.java N contrib/hosted/ewe/classes/ewex/security/SecurityManager.java N contrib/hosted/ewe/classes/ewex/sql/Array.java N contrib/hosted/ewe/classes/ewex/sql/BatchUpdateException.java N contrib/hosted/ewe/classes/ewex/sql/Blob.java N contrib/hosted/ewe/classes/ewex/sql/CallableStatement.java N contrib/hosted/ewe/classes/ewex/sql/Clob.java N contrib/hosted/ewe/classes/ewex/sql/Connection.java N contrib/hosted/ewe/classes/ewex/sql/DatabaseMetaData.java N contrib/hosted/ewe/classes/ewex/sql/DataTruncation.java N contrib/hosted/ewe/classes/ewex/sql/Date.java N contrib/hosted/ewe/classes/ewex/sql/Driver.java N contrib/hosted/ewe/classes/ewex/sql/DriverManager.java N contrib/hosted/ewe/classes/ewex/sql/DriverPropertyInfo.java N contrib/hosted/ewe/classes/ewex/sql/ParameterMetaData.java N contrib/hosted/ewe/classes/ewex/sql/PreparedStatement.java N contrib/hosted/ewe/classes/ewex/sql/Ref.java N contrib/hosted/ewe/classes/ewex/sql/ResultSet.java N contrib/hosted/ewe/classes/ewex/sql/ResultSetMetaData.java N contrib/hosted/ewe/classes/ewex/sql/Savepoint.java N contrib/hosted/ewe/classes/ewex/sql/SQLData.java N contrib/hosted/ewe/classes/ewex/sql/SQLException.java N contrib/hosted/ewe/classes/ewex/sql/SQLInput.java N contrib/hosted/ewe/classes/ewex/sql/SQLOutput.java N contrib/hosted/ewe/classes/ewex/sql/SQLPermission.java N contrib/hosted/ewe/classes/ewex/sql/SQLUtils.java N contrib/hosted/ewe/classes/ewex/sql/SQLWarning.java N contrib/hosted/ewe/classes/ewex/sql/Statement.java N contrib/hosted/ewe/classes/ewex/sql/Struct.java N contrib/hosted/ewe/classes/ewex/sql/Time.java N contrib/hosted/ewe/classes/ewex/sql/Timestamp.java N contrib/hosted/ewe/classes/ewex/sql/Types.java N contrib/hosted/ewe/classes/ewex/util/Calendar.java N contrib/hosted/ewe/classes/ewex/util/Properties.java N contrib/hosted/ewe/classes/ewex/xml/CDATAReader.java N contrib/hosted/ewe/classes/ewex/xml/ContentReader.java N contrib/hosted/ewe/classes/ewex/xml/EmptyStackException.java N contrib/hosted/ewe/classes/ewex/xml/FilterReader.java N contrib/hosted/ewe/classes/ewex/xml/IXMLBuilder.java N contrib/hosted/ewe/classes/ewex/xml/IXMLElement.java N contrib/hosted/ewe/classes/ewex/xml/IXMLEntityResolver.java N contrib/hosted/ewe/classes/ewex/xml/IXMLParser.java N contrib/hosted/ewe/classes/ewex/xml/IXMLReader.java N contrib/hosted/ewe/classes/ewex/xml/IXMLValidator.java N contrib/hosted/ewe/classes/ewex/xml/NonValidator.java N contrib/hosted/ewe/classes/ewex/xml/PIReader.java N contrib/hosted/ewe/classes/ewex/xml/PushbackInputStream.java N contrib/hosted/ewe/classes/ewex/xml/PushbackReader.java N contrib/hosted/ewe/classes/ewex/xml/Stack.java N contrib/hosted/ewe/classes/ewex/xml/StdXMLBuilder.java N contrib/hosted/ewe/classes/ewex/xml/StdXMLParser.java N contrib/hosted/ewe/classes/ewex/xml/StdXMLReader.java N contrib/hosted/ewe/classes/ewex/xml/ValidatorPlugin.java N contrib/hosted/ewe/classes/ewex/xml/XML.java N contrib/hosted/ewe/classes/ewex/xml/XMLAttribute.java N contrib/hosted/ewe/classes/ewex/xml/XMLElement.java N contrib/hosted/ewe/classes/ewex/xml/XMLEntityResolver.java N contrib/hosted/ewe/classes/ewex/xml/XMLException.java N contrib/hosted/ewe/classes/ewex/xml/XMLParseException.java N contrib/hosted/ewe/classes/ewex/xml/XMLParserFactory.java N contrib/hosted/ewe/classes/ewex/xml/XMLUtil.java N contrib/hosted/ewe/classes/ewex/xml/XMLValidationException.java N contrib/hosted/ewe/classes/ewex/xml/XMLWriter.java N contrib/hosted/ewe/classes/java/lang/AbstractMethodError.java N contrib/hosted/ewe/classes/java/lang/ArithmeticException.java N contrib/hosted/ewe/classes/java/lang/ArrayIndexOutOfBoundsException.java N contrib/hosted/ewe/classes/java/lang/ArrayStoreException.java N contrib/hosted/ewe/classes/java/lang/AssertionError.java N contrib/hosted/ewe/classes/java/lang/Boolean.java N contrib/hosted/ewe/classes/java/lang/Byte.java N contrib/hosted/ewe/classes/java/lang/Character.java N contrib/hosted/ewe/classes/java/lang/Class.java N contrib/hosted/ewe/classes/java/lang/ClassCastException.java N contrib/hosted/ewe/classes/java/lang/ClassFormatError.java N contrib/hosted/ewe/classes/java/lang/ClassLoader.java N contrib/hosted/ewe/classes/java/lang/ClassNotFoundException.java N contrib/hosted/ewe/classes/java/lang/Cloneable.java N contrib/hosted/ewe/classes/java/lang/CloneNotSupportedException.java N contrib/hosted/ewe/classes/java/lang/Double.java N contrib/hosted/ewe/classes/java/lang/Error.java N contrib/hosted/ewe/classes/java/lang/Exception.java N contrib/hosted/ewe/classes/java/lang/ExceptionInInitializerError.java N contrib/hosted/ewe/classes/java/lang/Float.java N contrib/hosted/ewe/classes/java/lang/IllegalAccessException.java N contrib/hosted/ewe/classes/java/lang/IllegalArgumentException.java N contrib/hosted/ewe/classes/java/lang/IllegalMonitorStateException.java N contrib/hosted/ewe/classes/java/lang/IllegalStateException.java N contrib/hosted/ewe/classes/java/lang/IllegalThreadStateException.java N contrib/hosted/ewe/classes/java/lang/IncompatibleClassChangeError.java N contrib/hosted/ewe/classes/java/lang/IndexOutOfBoundsException.java N contrib/hosted/ewe/classes/java/lang/InstantiationError.java N contrib/hosted/ewe/classes/java/lang/InstantiationException.java N contrib/hosted/ewe/classes/java/lang/Integer.java N contrib/hosted/ewe/classes/java/lang/InterruptedException.java N contrib/hosted/ewe/classes/java/lang/LinkageError.java N contrib/hosted/ewe/classes/java/lang/Long.java N contrib/hosted/ewe/classes/java/lang/Math.java N contrib/hosted/ewe/classes/java/lang/NegativeArraySizeException.java N contrib/hosted/ewe/classes/java/lang/NoClassDefFoundError.java N contrib/hosted/ewe/classes/java/lang/NoSuchFieldError.java N contrib/hosted/ewe/classes/java/lang/NoSuchFieldException.java N contrib/hosted/ewe/classes/java/lang/NoSuchMethodError.java N contrib/hosted/ewe/classes/java/lang/NoSuchMethodException.java N contrib/hosted/ewe/classes/java/lang/NullPointerException.java N contrib/hosted/ewe/classes/java/lang/Number.java N contrib/hosted/ewe/classes/java/lang/NumberFormatException.java N contrib/hosted/ewe/classes/java/lang/Object.java N contrib/hosted/ewe/classes/java/lang/OutOfMemoryError.java N contrib/hosted/ewe/classes/java/lang/Runnable.java N contrib/hosted/ewe/classes/java/lang/Short.java N contrib/hosted/ewe/classes/java/lang/RuntimeException.java N contrib/hosted/ewe/classes/java/lang/SecurityException.java N contrib/hosted/ewe/classes/java/lang/SecurityManager.java N contrib/hosted/ewe/classes/java/lang/StackOverflowError.java N contrib/hosted/ewe/classes/java/lang/String.java N contrib/hosted/ewe/classes/java/lang/StringBuffer.java N contrib/hosted/ewe/classes/java/lang/StringBuilder.java N contrib/hosted/ewe/classes/java/lang/StringIndexOutOfBoundsException.java N contrib/hosted/ewe/classes/java/lang/System.java N contrib/hosted/ewe/classes/java/lang/Thread.java N contrib/hosted/ewe/classes/java/lang/ThreadGroup.java N contrib/hosted/ewe/classes/java/lang/Throwable.java N contrib/hosted/ewe/classes/java/lang/UnsatisfiedLinkError.java N contrib/hosted/ewe/classes/java/lang/UnsupportedOperationException.java N contrib/hosted/ewe/classes/java/lang/VirtualMachineError.java N contrib/hosted/ewe/classes/java/lang/Void.java N contrib/hosted/ewe/classes/java/lang/reflect/Array.java N contrib/hosted/ewe/classes/java/lang/reflect/Constructor.java N contrib/hosted/ewe/classes/java/lang/reflect/Field.java N contrib/hosted/ewe/classes/java/lang/reflect/InvocationTargetException.java N contrib/hosted/ewe/classes/java/lang/reflect/Member.java N contrib/hosted/ewe/classes/java/lang/reflect/Method.java N contrib/hosted/ewe/classes/java/lang/reflect/Modifier.java N contrib/hosted/ewe/classes/java/lang/reflect/UndeclaredThrowableException.java N contrib/hosted/ewe/eni/eni.h N contrib/hosted/ewe/examples/solitaire/EXE_ICON.ICO N contrib/hosted/ewe/examples/solitaire/Icon.bmp N contrib/hosted/ewe/examples/solitaire/Icon.png N contrib/hosted/ewe/examples/solitaire/IconMask.bmp N contrib/hosted/ewe/examples/solitaire/IconMask2.bmp N contrib/hosted/ewe/examples/solitaire/Solitaire.java N contrib/hosted/ewe/examples/solitaire/SolitaireBoard.java N contrib/hosted/ewe/examples/solitaire/SolitaireForm.java N contrib/hosted/ewe/examples/solitaire/images/ClearBoard.png N contrib/hosted/ewe/examples/solitaire/images/Close.png N contrib/hosted/ewe/examples/solitaire/images/ComposeMode.png N contrib/hosted/ewe/examples/solitaire/images/Groove.png N contrib/hosted/ewe/examples/solitaire/images/Info.png N contrib/hosted/ewe/examples/solitaire/images/Marble.png N contrib/hosted/ewe/examples/solitaire/images/NewBoard.png N contrib/hosted/ewe/examples/solitaire/images/PlayMode.png N contrib/hosted/ewe/examples/solitaire/images/SmallGroove.png N contrib/hosted/ewe/examples/solitaire/images/SmallInfo.png N contrib/hosted/ewe/examples/solitaire/images/SmallMarble.png N contrib/hosted/ewe/examples/hello/HelloWorld.java N contrib/hosted/ewe/examples/bottles/bottles.java N contrib/hosted/ewe/jewel/Jewel.ewe N contrib/hosted/ewe/jewel/JewelData.jar No conflicts created by this import ________________________________________________________________________ Commit ID: 10046D731C625584773 CVSROOT: /cvs Module name: CVSROOT Changes by: tg@herc.mirbsd.org 2007/08/30 21:08:12 UTC Modified files: . : cvs-genperm modules Log message: new hosted project “Ewe for Lunix” To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.31 -r1.32 CVSROOT/cvs-genperm cvs -R rdiff -kk -upr1.24 -r1.25 CVSROOT/modules ________________________________________________________________________ Commit ID: 10046D73348663B2E5F CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/08/30 21:14:41 UTC Added files: hosted/ewe/vm_unix: EweConfig.ewe Log message: another binary file from Ewe 1.49 which I’d like to get the source of… To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr0 -r1.1 contrib/hosted/ewe/vm_unix/EweConfig.ewe ________________________________________________________________________ Commit ID: 10046D733DF272BF365 CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/08/30 21:17:18 UTC Added files: hosted/ewe : .cvsignore Log message: add new “ignored” dir: bin purpose: place to put the compiled class library into To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr0 -r1.1 contrib/hosted/ewe/.cvsignore ________________________________________________________________________ Commit ID: 10046D736C913A1DA10 CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/08/30 21:30:14 UTC Modified files: hosted/ewe/vm_unix: ewe.cpp ewe_vm.c images.cpp mThread.cpp mpixbuf.c mpixbuf.h nmunix_a.c nmunix_b.c nmunix_c.c nmunix_gui.cpp nmunix_gui_gtk.cpp nmunix_gui_none.cpp nmunix_serial.c Log message: add RCS IDs To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.1.1 -r1.2 contrib/hosted/ewe/vm_unix/ewe.cpp cvs -R rdiff -kk -upr1.1.1.1 -r1.2 contrib/hosted/ewe/vm_unix/ewe_vm.c cvs -R rdiff -kk -upr1.1.1.1 -r1.2 contrib/hosted/ewe/vm_unix/images.cpp cvs -R rdiff -kk -upr1.1.1.1 -r1.2 contrib/hosted/ewe/vm_unix/mThread.cpp cvs -R rdiff -kk -upr1.1.1.1 -r1.2 contrib/hosted/ewe/vm_unix/mpixbuf.c cvs -R rdiff -kk -upr1.1.1.1 -r1.2 contrib/hosted/ewe/vm_unix/mpixbuf.h cvs -R rdiff -kk -upr1.1.1.1 -r1.2 contrib/hosted/ewe/vm_unix/nmunix_a.c cvs -R rdiff -kk -upr1.1.1.1 -r1.2 contrib/hosted/ewe/vm_unix/nmunix_b.c cvs -R rdiff -kk -upr1.1.1.1 -r1.2 contrib/hosted/ewe/vm_unix/nmunix_c.c cvs -R rdiff -kk -upr1.1.1.1 -r1.2 contrib/hosted/ewe/vm_unix/nmunix_gui.cpp cvs -R rdiff -kk -upr1.1.1.1 -r1.2 contrib/hosted/ewe/vm_unix/nmunix_gui_gtk.cpp cvs -R rdiff -kk -upr1.1.1.1 -r1.2 contrib/hosted/ewe/vm_unix/nmunix_gui_none.cpp cvs -R rdiff -kk -upr1.1.1.1 -r1.2 contrib/hosted/ewe/vm_unix/nmunix_serial.c ________________________________________________________________________ Commit ID: 10046D737683CEA8697 CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/08/30 21:32:23 UTC Added files: hosted/ewe/vm_unix: deflate.h zutil.h Log message: despite the big fat warning, this application uses headers internal to libz To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr0 -r1.1 contrib/hosted/ewe/vm_unix/deflate.h cvs -R rdiff -kk -upr0 -r1.1 contrib/hosted/ewe/vm_unix/zutil.h ________________________________________________________________________ Commit ID: 10046D737F625B9DCA0 CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/08/30 21:34:34 UTC Modified files: hosted/ewe/vm_unix: nmunix_serial.c Log message: fix using speeds ≠ 9600 bps on MirBSD To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.2 -r1.3 contrib/hosted/ewe/vm_unix/nmunix_serial.c ________________________________________________________________________ Commit ID: 10046D7386F20BD65BA CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/08/30 21:36:51 UTC Modified files: hosted/ewe/vm_unix: ewe_vm.c Log message: include file path fixes To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.2 -r1.3 contrib/hosted/ewe/vm_unix/ewe_vm.c ________________________________________________________________________ Commit ID: 10046D7391B7A529B3B CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/08/30 21:39:51 UTC Modified files: hosted/ewe/vm_unix: nmunix_c.c Log message: use fsync(2) not fdatasync, which is GNU/Linux specific this is Lunix Ewe, not Linux Ewe, and should run on UNIX® as well To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.2 -r1.3 contrib/hosted/ewe/vm_unix/nmunix_c.c ________________________________________________________________________ Commit ID: 10046D7398512F209C5 CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/08/30 21:41:20 UTC Modified files: hosted/ewe/vm_unix: nmunix_c.c Log message: do not use cast-lvalues, fixes compliation with g++ 3.4 To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.3 -r1.4 contrib/hosted/ewe/vm_unix/nmunix_c.c ________________________________________________________________________ Commit ID: 10046D73A3E35735530 CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/08/30 21:44:40 UTC Added files: hosted/ewe/vm_unix: EweConfig.S classes.S Log message: add the two missing source files these provide more portable (but GNU as requiring) encapsulation of raw oc- tet streams into “C” language arrays through means of assembly To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr0 -r1.1 contrib/hosted/ewe/vm_unix/EweConfig.S cvs -R rdiff -kk -upr0 -r1.1 contrib/hosted/ewe/vm_unix/classes.S ________________________________________________________________________ Commit ID: 10046D73D9377E6CC67 CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/08/30 21:58:56 UTC Added files: hosted/ewe : BSDmakefile Log message: first draft at compiling the class library, probably will not work as-is we cannot build the files one by one due to their order requirements To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr0 -r1.1 contrib/hosted/ewe/BSDmakefile ________________________________________________________________________ Commit ID: 10046D73F9B6E3DF095 CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/08/30 22:07:25 UTC Modified files: hosted/ewe : BSDmakefile hosted/ewe/classes/ewe/database: DatabaseObject.java Log message: convert ewe/database/DatabaseObject.java to UTF-8 now compiling doesn’t work due to cyclic whatever To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1 -r1.2 contrib/hosted/ewe/BSDmakefile cvs -R rdiff -kk -upr1.1.1.1 -r1.2 contrib/hosted/ewe/classes/ewe/database/DatabaseObject.java ________________________________________________________________________ Commit ID: 10046D742D97A5397C9 CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/08/30 22:21:32 UTC Modified files: hosted/ewe/classes/ewe/util: Hashtable.java Log message: fix for classes/ewe/util/Hashtable.java: Type 'MapEntry' not found in the declaration of the local variable 'me'. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.1.1 -r1.2 contrib/hosted/ewe/classes/ewe/util/Hashtable.java ________________________________________________________________________ Commit ID: 10046D743D856EA6FA9 CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/08/30 22:25:13 UTC Modified files: hosted/ewe/classes/ewe/database: DatabaseObject.java Log message: ah yea, rcsid To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.2 -r1.3 contrib/hosted/ewe/classes/ewe/database/DatabaseObject.java ________________________________________________________________________ Commit ID: 10046D74535481C5E58 CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/08/30 22:31:04 UTC Modified files: hosted/ewe : BSDmakefile Log message: experimental ordering, but commented out, seems to be not needed now To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.2 -r1.3 contrib/hosted/ewe/BSDmakefile ________________________________________________________________________ Commit ID: 10046D7465B16C1B9A3 CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/08/30 22:35:58 UTC Modified files: hosted/ewe/classes/ewe/database: SafeDBAccess.java Log message: work around a gcj 3.4.6 bug To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.1.1 -r1.2 contrib/hosted/ewe/classes/ewe/database/SafeDBAccess.java ________________________________________________________________________ Commit ID: 10046D7471568B4C6B1 CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/08/30 22:39:22 UTC Modified files: hosted/ewe/classes/ewe/database: StandardEntryComparer.java Log message: make gcj happy: Dr. Pfeffer says that Java™ has a language feature which requires “certain” exceptions (whatever…) to be handled To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.1.1 -r1.2 contrib/hosted/ewe/classes/ewe/database/StandardEntryComparer.java ________________________________________________________________________ Commit ID: 10046D748AB7DC4E655 CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/08/30 22:45:54 UTC Modified files: hosted/ewe/classes/ewe/database: Synchronizer.java Log message: gcj doesn’t map null to Object, just to void To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.1.1 -r1.2 contrib/hosted/ewe/classes/ewe/database/Synchronizer.java ________________________________________________________________________ Commit ID: 10046D74FCD1C8086E8 CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/08/30 23:16:08 UTC Modified files: hosted/ewe/classes/ewe/util: Hashtable.java Log message: fix build To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.2 -r1.3 contrib/hosted/ewe/classes/ewe/util/Hashtable.java ________________________________________________________________________ Commit ID: 10046D7504E5BF4A371 CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/08/30 23:18:18 UTC Modified files: hosted/ewe/classes/ewe/util: Properties.java Log message: fix build To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.1.1 -r1.2 contrib/hosted/ewe/classes/ewe/util/Properties.java ________________________________________________________________________ Commit ID: 10046D75089097124BA CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/08/30 23:19:15 UTC Modified files: hosted/ewe : LICENCE Log message: something just cought my eye... To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.1.1 -r1.2 contrib/hosted/ewe/LICENCE ________________________________________________________________________ Commit ID: 10046D750C559F9B1B1 CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/08/30 23:20:17 UTC Modified files: hosted/ewe/classes/ewex/util: Properties.java Log message: fix build To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.1.1 -r1.2 contrib/hosted/ewe/classes/ewex/util/Properties.java ________________________________________________________________________ Commit ID: 10046D7525470FD821E CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/08/30 23:27:02 UTC Modified files: hosted/ewe/classes/java/lang: Object.java Log message: woaah, I don’t believe it… To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.1.1 -r1.2 contrib/hosted/ewe/classes/java/lang/Object.java ________________________________________________________________________ Commit ID: 10046D7575A5002E6AA CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/08/30 23:48:31 UTC Modified files: hosted/ewe : BSDmakefile Ewe.jnf Log message: all the build magic To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.3 -r1.4 contrib/hosted/ewe/BSDmakefile cvs -R rdiff -kk -upr1.1.1.1 -r1.2 contrib/hosted/ewe/Ewe.jnf ________________________________________________________________________ Commit ID: 10046D75822590C40A1 CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/08/30 23:51:54 UTC Modified files: hosted/ewe : BSDmakefile Log message: fix perms it doesn’t yet work tho… ☹ To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.4 -r1.5 contrib/hosted/ewe/BSDmakefile ________________________________________________________________________ Commit ID: 10046D758577BD795A6 CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/08/30 23:54:37 UTC Added files: hosted/ewe/vm_unix: Ewe.ewe Log message: … then add one (from ewe-1.49mb2.cpio.gz) that worked (for me) … for now… To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr0 -r1.1 contrib/hosted/ewe/vm_unix/Ewe.ewe ________________________________________________________________________ Commit ID: 10046D75A4975F6D307 CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/08/31 00:01:50 UTC Modified files: hosted/ewe : BSDmakefile Log message: one last permission fix (or so I hope) now the missing things are Makefiles for the CLI, GTK+ and GTK+2 versions as well as MakePool, and a way to teach gcj to make less than 16383 strings To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.5 -r1.6 contrib/hosted/ewe/BSDmakefile ________________________________________________________________________ Commit ID: 10046D892407BEA0DD0 CVSROOT: /cvs Module name: www Changes by: bsiegert@herc.mirbsd.org 2007/08/31 22:13:05 UTC Modified files: data : wlog-9.inc Log message: wlog entry for today: mocking J?rg S. for fun and profit To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.32 -r1.33 www/data/wlog-9.inc ________________________________________________________________________ Commit ID: 10046D93D574781C60C CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/01 10:21:58 UTC Modified files: sys/arch/sparc : Makefile.reloc Log message: simplify To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.3 -r1.4 src/sys/arch/sparc/Makefile.reloc ________________________________________________________________________ Commit ID: 10046D93DDC6E3865BC CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/01 10:25:05 UTC Modified files: sys/arch/sparc/conf: Makefile.sparc Log message: • fix RELOC value used: we need to use RELOC not RELOC2 for kernel size checking • mksh can do 0xnumber now, simplify and stylify To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.15 -r1.16 src/sys/arch/sparc/conf/Makefile.sparc ________________________________________________________________________ Commit ID: 10046D93E565307EB3F CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/01 10:26:34 UTC Modified files: sys/arch/sparc : Makefile.reloc Log message: now that we know that bsd.rd didn't boot due to RELOC issues, as I thought, raise it 10x wbx@ for assistance To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.4 -r1.5 src/sys/arch/sparc/Makefile.reloc ________________________________________________________________________ Commit ID: 10046D9443D6F54D117 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/01 10:51:51 UTC Modified files: distrib/common : dot.profile Log message: • remove the "this is the old installer" line, for now • optimise, stylify • ensure we only mount_mfs /tmp if we have enough memory To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.19 -r1.20 src/distrib/common/dot.profile ________________________________________________________________________ Commit ID: 10046DAE5D85E9F5AEB CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/02 16:33:29 UTC Modified files: etc : ntpd.conf Log message: we finally got our ntp pool vendor zone approved To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.2 -r1.3 src/etc/ntpd.conf ________________________________________________________________________ Commit ID: 10046DAE841690ACB34 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/02 16:43:53 UTC Modified files: distrib/baselive: munge_it.sh etc : rc Log message: run a one-off cprng(8) rather early, to provide better entropy earlier To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.26 -r1.27 src/distrib/baselive/munge_it.sh cvs -R rdiff -kk -upr1.75 -r1.76 src/etc/rc ________________________________________________________________________ Commit ID: 10046DAEA987DDDEF6E CVSROOT: /cvs Module name: X11 Changes by: tg@herc.mirbsd.org 2007/09/02 16:53:35 UTC Modified files: xc/config/cf : MirBSD.cf Log message: do not cripple the *-iso10646-1 fonts (this should not affect the packaging lists) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.21 -r1.22 X11/xc/config/cf/MirBSD.cf ________________________________________________________________________ Commit ID: 10046DAEDC772269B0D CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/09/02 17:07:59 UTC Modified files: data : wlog-9.inc Log message: wlog for the week-end’s end To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.33 -r1.34 www/data/wlog-9.inc ________________________________________________________________________ Commit ID: 10046DAFDA42175DFC7 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/02 18:15:24 UTC Modified files: sys/kern : init_main.c Log message: Theo is right and it’s illegal to strip _any_ copyright notices, I suppose. So put back the (c) OpenBSD during boot-up, I hope they don’t think this is endorsing or anything again… To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.16 -r1.17 src/sys/kern/init_main.c ________________________________________________________________________ Commit ID: 10046DB0574023300F5 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/02 18:49:00 UTC Log message: more ssh updates Status: Vendor Tag: openbsd Release Tags: cvs-200709021830 U src/usr.bin/ssh/kexdh.c U src/usr.bin/ssh/LICENCE U src/usr.bin/ssh/Makefile U src/usr.bin/ssh/Makefile.inc U src/usr.bin/ssh/OVERVIEW U src/usr.bin/ssh/README U src/usr.bin/ssh/README.smartcard U src/usr.bin/ssh/atomicio.c U src/usr.bin/ssh/atomicio.h U src/usr.bin/ssh/auth-bsdauth.c U src/usr.bin/ssh/auth-chall.c U src/usr.bin/ssh/auth-options.c U src/usr.bin/ssh/auth-options.h C src/usr.bin/ssh/auth-passwd.c U src/usr.bin/ssh/auth-rh-rsa.c U src/usr.bin/ssh/auth-rhosts.c U src/usr.bin/ssh/auth-rsa.c U src/usr.bin/ssh/auth-skey.c C src/usr.bin/ssh/auth.c C src/usr.bin/ssh/auth.h U src/usr.bin/ssh/auth1.c U src/usr.bin/ssh/kex.c U src/usr.bin/ssh/auth2-chall.c U src/usr.bin/ssh/auth2-hostbased.c U src/usr.bin/ssh/auth2-kbdint.c C src/usr.bin/ssh/auth2-none.c U src/usr.bin/ssh/auth2-passwd.c U src/usr.bin/ssh/auth2-pubkey.c U src/usr.bin/ssh/auth2.c U src/usr.bin/ssh/authfd.c U src/usr.bin/ssh/authfd.h U src/usr.bin/ssh/authfile.c U src/usr.bin/ssh/authfile.h U src/usr.bin/ssh/bufaux.c U src/usr.bin/ssh/bufbn.c U src/usr.bin/ssh/buffer.c U src/usr.bin/ssh/buffer.h U src/usr.bin/ssh/canohost.c U src/usr.bin/ssh/canohost.h U src/usr.bin/ssh/channels.c U src/usr.bin/ssh/channels.h U src/usr.bin/ssh/cipher-3des1.c U src/usr.bin/ssh/cipher-bf1.c U src/usr.bin/ssh/cipher-ctr.c U src/usr.bin/ssh/cipher.c U src/usr.bin/ssh/cipher.h U src/usr.bin/ssh/cleanup.c U src/usr.bin/ssh/clientloop.c U src/usr.bin/ssh/clientloop.h U src/usr.bin/ssh/compat.c U src/usr.bin/ssh/compat.h U src/usr.bin/ssh/compress.c U src/usr.bin/ssh/compress.h U src/usr.bin/ssh/crc32.c U src/usr.bin/ssh/crc32.h U src/usr.bin/ssh/deattack.c U src/usr.bin/ssh/deattack.h U src/usr.bin/ssh/dh.c U src/usr.bin/ssh/dh.h U src/usr.bin/ssh/dispatch.c U src/usr.bin/ssh/dispatch.h U src/usr.bin/ssh/dns.c U src/usr.bin/ssh/dns.h U src/usr.bin/ssh/fatal.c U src/usr.bin/ssh/groupaccess.c U src/usr.bin/ssh/groupaccess.h U src/usr.bin/ssh/hostfile.c U src/usr.bin/ssh/hostfile.h U src/usr.bin/ssh/kex.h C src/usr.bin/ssh/session.c U src/usr.bin/ssh/kexdhc.c U src/usr.bin/ssh/kexdhs.c U src/usr.bin/ssh/kexgex.c U src/usr.bin/ssh/kexgexc.c U src/usr.bin/ssh/kexgexs.c U src/usr.bin/ssh/key.c U src/usr.bin/ssh/key.h U src/usr.bin/ssh/log.c U src/usr.bin/ssh/log.h U src/usr.bin/ssh/mac.c U src/usr.bin/ssh/mac.h U src/usr.bin/ssh/match.c U src/usr.bin/ssh/match.h U src/usr.bin/ssh/md-sha256.c U src/usr.bin/ssh/misc.c U src/usr.bin/ssh/misc.h U src/usr.bin/ssh/moduli.c U src/usr.bin/ssh/monitor.c U src/usr.bin/ssh/monitor.h U src/usr.bin/ssh/monitor_fdpass.c U src/usr.bin/ssh/monitor_fdpass.h U src/usr.bin/ssh/monitor_mm.c U src/usr.bin/ssh/monitor_mm.h U src/usr.bin/ssh/monitor_wrap.c U src/usr.bin/ssh/monitor_wrap.h U src/usr.bin/ssh/msg.c U src/usr.bin/ssh/msg.h U src/usr.bin/ssh/myproposal.h U src/usr.bin/ssh/nchan.c U src/usr.bin/ssh/nchan.ms U src/usr.bin/ssh/nchan2.ms U src/usr.bin/ssh/packet.c U src/usr.bin/ssh/packet.h U src/usr.bin/ssh/pathnames.h U src/usr.bin/ssh/progressmeter.c U src/usr.bin/ssh/progressmeter.h U src/usr.bin/ssh/readconf.c U src/usr.bin/ssh/readconf.h U src/usr.bin/ssh/readpass.c U src/usr.bin/ssh/rsa.c U src/usr.bin/ssh/rsa.h U src/usr.bin/ssh/scard.c U src/usr.bin/ssh/scard.h U src/usr.bin/ssh/scp.1 U src/usr.bin/ssh/scp.c U src/usr.bin/ssh/servconf.c U src/usr.bin/ssh/servconf.h U src/usr.bin/ssh/serverloop.c U src/usr.bin/ssh/serverloop.h U src/usr.bin/ssh/session.h U src/usr.bin/ssh/sftp-client.c U src/usr.bin/ssh/sftp-client.h U src/usr.bin/ssh/sftp-common.c U src/usr.bin/ssh/sftp-common.h U src/usr.bin/ssh/sftp-glob.c U src/usr.bin/ssh/sftp-server.8 U src/usr.bin/ssh/sftp-server.c U src/usr.bin/ssh/sftp.1 U src/usr.bin/ssh/sftp.c U src/usr.bin/ssh/sftp.h U src/usr.bin/ssh/ssh-add.1 U src/usr.bin/ssh/ssh-add.c U src/usr.bin/ssh/ssh-agent.1 U src/usr.bin/ssh/ssh-agent.c U src/usr.bin/ssh/ssh-dss.c U src/usr.bin/ssh/ssh-keygen.1 U src/usr.bin/ssh/ssh-keygen.c U src/usr.bin/ssh/ssh-keyscan.1 U src/usr.bin/ssh/ssh-keyscan.c U src/usr.bin/ssh/ssh-keysign.8 U src/usr.bin/ssh/ssh-keysign.c U src/usr.bin/ssh/ssh.1 U src/usr.bin/ssh/ssh-rsa.c U src/usr.bin/ssh/ssh.c U src/usr.bin/ssh/ssh.h U src/usr.bin/ssh/ssh1.h U src/usr.bin/ssh/ssh2.h U src/usr.bin/ssh/ssh_config U src/usr.bin/ssh/ssh_config.5 C src/usr.bin/ssh/sshconnect.c U src/usr.bin/ssh/sshconnect.h U src/usr.bin/ssh/sshconnect1.c U src/usr.bin/ssh/sshconnect2.c U src/usr.bin/ssh/sshd.8 U src/usr.bin/ssh/sshd.c C src/usr.bin/ssh/sshd_config C src/usr.bin/ssh/sshd_config.5 U src/usr.bin/ssh/sshlogin.c U src/usr.bin/ssh/sshlogin.h U src/usr.bin/ssh/sshpty.c U src/usr.bin/ssh/sshpty.h U src/usr.bin/ssh/sshtty.c U src/usr.bin/ssh/ttymodes.c U src/usr.bin/ssh/ttymodes.h U src/usr.bin/ssh/uidswap.c U src/usr.bin/ssh/uidswap.h U src/usr.bin/ssh/uuencode.c U src/usr.bin/ssh/uuencode.h U src/usr.bin/ssh/version.h U src/usr.bin/ssh/xmalloc.c U src/usr.bin/ssh/xmalloc.h U src/usr.bin/ssh/umac.c U src/usr.bin/ssh/umac.h U src/usr.bin/ssh/scard/Makefile U src/usr.bin/ssh/scard/Ssh.bin.uu U src/usr.bin/ssh/scard/Ssh.java U src/usr.bin/ssh/lib/Makefile U src/usr.bin/ssh/scp/Makefile U src/usr.bin/ssh/sftp/Makefile U src/usr.bin/ssh/sftp-server/Makefile U src/usr.bin/ssh/ssh/Makefile U src/usr.bin/ssh/ssh-add/Makefile U src/usr.bin/ssh/ssh-agent/Makefile U src/usr.bin/ssh/ssh-keygen/Makefile U src/usr.bin/ssh/ssh-keyscan/Makefile U src/usr.bin/ssh/ssh-keysign/Makefile C src/usr.bin/ssh/sshd/Makefile 9 conflicts created by this import. Use the following command to help the merge: cvs checkout -jopenbsd:yesterday -jopenbsd src/usr.bin/ssh ________________________________________________________________________ Commit ID: 10046DB06AF681AF68C CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/02 18:53:14 UTC Modified files: usr.bin/ssh : auth-passwd.c auth.c auth.h auth2-none.c session.c sshconnect.c sshd_config sshd_config.5 usr.bin/ssh/sshd: Makefile Log message: merge (luckily no need to change the distrib/special/sshd) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.7 -r1.8 src/usr.bin/ssh/auth-passwd.c cvs -R rdiff -kk -upr1.6 -r1.7 src/usr.bin/ssh/auth.c cvs -R rdiff -kk -upr1.8 -r1.9 src/usr.bin/ssh/auth.h cvs -R rdiff -kk -upr1.5 -r1.6 src/usr.bin/ssh/auth2-none.c cvs -R rdiff -kk -upr1.14 -r1.15 src/usr.bin/ssh/session.c cvs -R rdiff -kk -upr1.9 -r1.10 src/usr.bin/ssh/sshconnect.c cvs -R rdiff -kk -upr1.14 -r1.15 src/usr.bin/ssh/sshd_config cvs -R rdiff -kk -upr1.20 -r1.21 src/usr.bin/ssh/sshd_config.5 cvs -R rdiff -kk -upr1.3 -r1.4 src/usr.bin/ssh/sshd/Makefile ________________________________________________________________________ Commit ID: 10046DB154E5284945A CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/09/02 19:55:52 UTC Modified files: net/rsync : Makefile Added files: net/rsync/patches: rsync-2.6.9-fname-obo.diff Log message: SECURITY: fix CVE-2007-4091 To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.10 -r1.11 ports/net/rsync/Makefile cvs -R rdiff -kk -upr0 -r1.1 ports/net/rsync/patches/rsync-2.6.9-fname-obo.diff ________________________________________________________________________ Commit ID: 10046DB282D0AF3F9AC CVSROOT: /cvs Module name: www Changes by: bsiegert@herc.mirbsd.org 2007/09/02 21:16:44 UTC Modified files: data : wlog-9.inc Log message: an academic wlog entry, with references ;) Thanks, Diego Biurrun To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.34 -r1.35 www/data/wlog-9.inc ________________________________________________________________________ Commit ID: 10046DBD2FA09A5877F CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/03 09:25:05 UTC Modified files: bin/mksh : dot.mkshrc Log message: disable annoying privacy invasion, fight the Überwachungsstaat To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.18 -r1.19 src/bin/mksh/dot.mkshrc ________________________________________________________________________ Commit ID: 10046DBD49262AEB526 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/09/03 09:31:40 UTC Modified files: src : mksh.hts Log message: sync To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.49 -r1.50 www/src/mksh.hts ________________________________________________________________________ Commit ID: 10046DC532D4C99B934 CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/09/03 18:32:05 UTC Modified files: samples : etc_profile Log message: more examples, from my „GNU Deployment Kit“ ☺ To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.8 -r1.9 contrib/samples/etc_profile ________________________________________________________________________ Commit ID: 10046DC55F70C7556EF CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/03 18:44:04 UTC Modified files: libexec/cprng : cprng.8 Log message: correct a bug (von Neumann, not van Jacobsen, I looked it up now) and optimise, be less chatty, etc. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1 -r1.2 src/libexec/cprng/cprng.8 ________________________________________________________________________ Commit ID: 10046DC581731852FEC CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/09/03 18:52:52 UTC Modified files: data : wlog-9.inc Log message: rant for today To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.35 -r1.36 www/data/wlog-9.inc ________________________________________________________________________ Commit ID: 10046DDC0A456F1FAEB CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/09/04 20:32:30 UTC Modified files: x11/gtk+ : Makefile distinfo x11/gtk+/patches: patch-gdk-pixbuf_Makefile_in patch-modules_input_Makefile_in x11/gtk+/pkg : PLIST Added files: x11/gtk+/patches: patch-configure_in x11/gtk+/pkg : PFRAG.cups Log message: Update to 2.10.14-0, required by some newer Gtk apps. I wanted this for release so all packages are built against this version. Now has a cups flavor that decides whether the cups printing backend is built. I should feed back that configure.in change upstream maybe. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.13 -r1.14 ports/x11/gtk+/Makefile cvs -R rdiff -kk -upr1.4 -r1.5 ports/x11/gtk+/distinfo cvs -R rdiff -kk -upr0 -r1.1 ports/x11/gtk+/patches/patch-configure_in cvs -R rdiff -kk -upr1.3 -r1.4 ports/x11/gtk+/patches/patch-gdk-pixbuf_Makefile_in cvs -R rdiff -kk -upr1.3 -r1.4 ports/x11/gtk+/patches/patch-modules_input_Makefile_in cvs -R rdiff -kk -upr0 -r1.1 ports/x11/gtk+/pkg/PFRAG.cups cvs -R rdiff -kk -upr1.3 -r1.4 ports/x11/gtk+/pkg/PLIST ________________________________________________________________________ Commit ID: 10046E15254262B0FEC CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/07 13:29:40 UTC Adding static tag 'mksh-R31' affecting: old rev. new rev. filename -------- -------- -------- NONE 1.251 bin/mksh/Build.sh NONE 1.6 bin/mksh/alloc.c NONE 1.11 bin/mksh/check.pl NONE 1.136 bin/mksh/check.t NONE 1.21 bin/mksh/copyright NONE 1.19 bin/mksh/dot.mkshrc NONE 1.111 bin/mksh/edit.c NONE 1.34 bin/mksh/eval.c NONE 1.37 bin/mksh/exec.c NONE 1.12 bin/mksh/expr.c NONE 1.64 bin/mksh/funcs.c NONE 1.55 bin/mksh/histrap.c NONE 1.26 bin/mksh/jobs.c NONE 1.47 bin/mksh/lex.c NONE 1.87 bin/mksh/main.c NONE 1.65 bin/mksh/misc.c NONE 1.99 bin/mksh/mksh.1 NONE 1.8 bin/mksh/setmode.c NONE 1.174 bin/mksh/sh.h NONE 1.15 bin/mksh/shf.c NONE 1.2 bin/mksh/strlcpy.c NONE 1.17 bin/mksh/syn.c NONE 1.11 bin/mksh/tree.c NONE 1.44 bin/mksh/var.c ________________________________________________________________________ Commit ID: 10046E1A6517F0CB3FB CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/09/07 19:28:09 UTC Added files: code/Snippets : arc4random.c Log message: add arc4random.c from debian mksh-30.1-1 package, plus rcsid To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr0 -r1.1 contrib/code/Snippets/arc4random.c ________________________________________________________________________ Commit ID: 10046E1A707409A0878 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/09/07 19:31:06 UTC Modified files: src : mksh.hts Log message: I need a changelog for mksh-31.1-1 (Debian) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.50 -r1.51 www/src/mksh.hts ________________________________________________________________________ Commit ID: 10046E1B5835D3148B2 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/09/07 20:32:51 UTC Modified files: src : mksh.hts Log message: mksh R31 is in Debian now To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.51 -r1.52 www/src/mksh.hts ________________________________________________________________________ Commit ID: 10046E1BD6E3E586AF6 CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/09/07 21:06:45 UTC Modified files: essentials/pkgtools: Makefile distinfo Log message: new pkgtools, while here Modified files: shells/mksh : Makefile distinfo Log message: mksh R31 Modified files: infrastructure/install: distinfo.sh Log message: sync To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.42 -r1.43 ports/essentials/pkgtools/Makefile cvs -R rdiff -kk -upr1.31 -r1.32 ports/essentials/pkgtools/distinfo cvs -R rdiff -kk -upr1.28 -r1.29 ports/shells/mksh/Makefile cvs -R rdiff -kk -upr1.23 -r1.24 ports/shells/mksh/distinfo cvs -R rdiff -kk -upr1.55 -r1.56 ports/infrastructure/install/distinfo.sh ________________________________________________________________________ Commit ID: 10046E1BE0362701F8D CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/09/07 21:09:04 UTC Modified files: shells/mksh/pkg: DESCR Log message: sync with the other ports To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.6 -r1.7 ports/shells/mksh/pkg/DESCR ________________________________________________________________________ Commit ID: 10046E1C549691BE56F CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/09/07 21:40:37 UTC Modified files: net/tor : Makefile distinfo net/tor/patches: patch-src_or_config_c Log message: upgrade, mostly security $ gpg tor-0.1.2.17.tar.gz.asc Detached signature. Please enter name of data file: /usr/ports/Distfiles/tor-0.1.2.17.tar.gz gpg: Signature made Thu Aug 30 21:03:35 2007 UTC using DSA key ID 28988BF5 gpg: Good signature from "Roger Dingledine " gpg: WARNING: This key is not certified with a trusted signature! gpg: There is no indication that the signature belongs to the owner. Primary key fingerprint: B117 2656 DFF9 83C3 042B C699 EB5A 896A 2898 8BF5 … that guy should do some keysigning in Europe too … To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.3 -r1.4 ports/net/tor/Makefile cvs -R rdiff -kk -upr1.2 -r1.3 ports/net/tor/distinfo cvs -R rdiff -kk -upr1.1 -r1.2 ports/net/tor/patches/patch-src_or_config_c ________________________________________________________________________ Commit ID: 10046E1C99F6DAD7616 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/07 21:58:41 UTC Modified files: bin/mksh : Build.sh Log message: testing with the Heirloom sh found this… d’oh To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.251 -r1.252 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 10046E1CC9101B6287D CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/07 22:11:07 UTC Moving static tag 'mksh-R31' affecting: old rev. new rev. filename -------- -------- -------- 1.251 1.252 bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 10046E1CF1A0B594032 CVSROOT: /cvs Module name: (multiple) Changes by: tg@herc.mirbsd.org 2007/09/07 22:22:16 UTC Modified files: data : news.inc wlog-9.inc src : mksh.hts mksh_old.hts infrastructure/install: distinfo.sh shells/mksh : distinfo Log message: release mksh R31, see the also new wlog entry for details To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.21 -r1.22 www/data/news.inc cvs -R rdiff -kk -upr1.36 -r1.37 www/data/wlog-9.inc cvs -R rdiff -kk -upr1.52 -r1.53 www/src/mksh.hts cvs -R rdiff -kk -upr1.3 -r1.4 www/src/mksh_old.hts cvs -R rdiff -kk -upr1.56 -r1.57 ports/infrastructure/install/distinfo.sh cvs -R rdiff -kk -upr1.24 -r1.25 ports/shells/mksh/distinfo ________________________________________________________________________ Commit ID: 10046E1E2AE778687E3 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/09/07 23:45:38 UTC Modified files: data : wlog-9.inc Log message: is n̲o̲t̲ valid… To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.37 -r1.38 www/data/wlog-9.inc ________________________________________________________________________ Commit ID: 10046E1E56B59B81E06 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/07 23:57:15 UTC Modified files: bin/mksh : check.t Log message: fix typo (blsk -> bksl) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.136 -r1.137 src/bin/mksh/check.t ________________________________________________________________________ Commit ID: 10046E1E6461C95A9E7 CVSROOT: /cvs Module name: (multiple) Changes by: tg@herc.mirbsd.org 2007/09/08 00:00:48 UTC Modified files: src : mksh.hts usr.bin/calendar/calendars: calendar.openbsd Log message: we now have an SRPM and other inofficial ports as well To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.53 -r1.54 www/src/mksh.hts cvs -R rdiff -kk -upr1.12 -r1.13 src/usr.bin/calendar/calendars/calendar.openbsd ________________________________________________________________________ Commit ID: 10046E1E84242346D76 CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/09/08 00:09:26 UTC Modified files: . : INDEX Log message: 2701 (68 broken) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.53 -r1.54 ports/INDEX ________________________________________________________________________ Commit ID: 10046E27FA339955EB5 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/08 10:55:21 UTC Modified files: sys/arch : Makefile Log message: taste To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.7.1 -r1.2 src/sys/arch/Makefile ________________________________________________________________________ Commit ID: 10046E29D271C9C3A6F CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/09/08 13:01:29 UTC Modified files: hosted/ewe : BSDmakefile Ewe.jnf Log message: move vm_unix directory to vm we might merge the vm_wince sources later (emphasis on “might” tho…) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.6 -r1.7 contrib/hosted/ewe/BSDmakefile cvs -R rdiff -kk -upr1.2 -r1.3 contrib/hosted/ewe/Ewe.jnf ________________________________________________________________________ Commit ID: 10046E2F60C35D3D055 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/09/08 19:20:32 UTC Modified files: src : mksh.hts Log message: add href, requested by hanno, mksh upgrade is in gentoo To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.54 -r1.55 www/src/mksh.hts ________________________________________________________________________ Commit ID: 10046E2FC341E3CF55D CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/09/08 19:47:11 UTC Modified files: textproc/wdiff : Makefile distinfo textproc/wdiff/patches: patch-wdiff_c Added files: textproc/wdiff/patches: patch-configure_in Removed files: textproc/wdiff/patches: patch-Makefile_in patch-configure Log message: • modernise • convert from gnu (upstream uses autoconf-2.1) to autoconf-2.13 • sprintf! pvalchev! bad! • remove soft dependency on gdiff To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.3 -r1.4 ports/textproc/wdiff/Makefile cvs -R rdiff -kk -upr1.2 -r1.3 ports/textproc/wdiff/distinfo cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/textproc/wdiff/patches/patch-Makefile_in cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/textproc/wdiff/patches/patch-configure cvs -R rdiff -kk -upr0 -r1.1 ports/textproc/wdiff/patches/patch-configure_in cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/textproc/wdiff/patches/patch-wdiff_c ________________________________________________________________________ Commit ID: 10046E2FDC4643BB967 CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/09/08 19:53:29 UTC Modified files: . : INDEX Log message: *sigh* To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.54 -r1.55 ports/INDEX ________________________________________________________________________ Commit ID: 10046E3CFA6632292FF CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/09 10:49:21 UTC Modified files: bin/mksh : Build.sh Log message: gcc 2.8.1 (on Digital Taugtnix a.k.a. alpha-dec-osf4.0d) makes -std=foo failures a warning only To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.252 -r1.253 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 10046E3D33E7341F5CB CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/09 11:04:31 UTC Modified files: bin/mksh : Build.sh Log message: autoscan for uint32_t et al. if not present this un-special-cases PW32 and should help OSF/1 To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.253 -r1.254 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 10046E3DF4C25CF15C7 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/09 11:55:45 UTC Modified files: bin/mksh : Build.sh Log message: -std=foo can’t be made fatal even with -Werror, live with it To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.254 -r1.255 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 10046E3E0EB6CD2EE96 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/09 12:02:39 UTC Modified files: bin/mksh : Build.sh Log message: some have u_int but not uint32_t To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.255 -r1.256 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 10046E436442CDF8871 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/09 18:06:43 UTC Modified files: bin/mksh : check.t edit.c eval.c exec.c funcs.c jobs.c misc.c sh.h var.c Log message: • fix memory leaks found by coverity from netbsd via oksh we had the NULL pointer deref already fixed • avoid a bogus not-setting the return value of edit.c:x_file_glob() introduced by the above change in oksh • escape ? as well (but not ] because that’s wrong) reminded by cbiere@netbsd via oksh • Unsetting a non-existent variable is not an error. See http://www.opengroup.org/onlinepubs/009695399/utilities/unset.html report from Arkadiusz Miskiewicz; fixed based on http://cvs.pld-linux.org diff via oksh but modified slightly • Be more smart waiting for input for non-interactive scripts. Fix based on a diff from debian: see their bug#296446 (via oksh) modified slightly this also fixes cnuke@’s “mksh busy loop” problem, for which I never received a bug report, but the Debian bug page contains a set of two scripts to reproduce this before (and no longer after) this commit • some KNF • bump version To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.137 -r1.138 src/bin/mksh/check.t cvs -R rdiff -kk -upr1.111 -r1.112 src/bin/mksh/edit.c cvs -R rdiff -kk -upr1.34 -r1.35 src/bin/mksh/eval.c cvs -R rdiff -kk -upr1.37 -r1.38 src/bin/mksh/exec.c cvs -R rdiff -kk -upr1.64 -r1.65 src/bin/mksh/funcs.c cvs -R rdiff -kk -upr1.26 -r1.27 src/bin/mksh/jobs.c cvs -R rdiff -kk -upr1.65 -r1.66 src/bin/mksh/misc.c cvs -R rdiff -kk -upr1.174 -r1.175 src/bin/mksh/sh.h cvs -R rdiff -kk -upr1.44 -r1.45 src/bin/mksh/var.c ________________________________________________________________________ Commit ID: 10046E439D369E976E3 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/09 18:21:53 UTC Modified files: bin/mksh : Build.sh Log message: clean up our own junk To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.256 -r1.257 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 10046E43BBD3FF0A0C8 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/09 18:30:05 UTC Modified files: bin/mksh : Build.sh Log message: cosmetics - fix missing variable name To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.257 -r1.258 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 10046E43C242B4A87F4 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/09 18:31:42 UTC Modified files: bin/mksh : Build.sh Log message: more cosmetics To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.258 -r1.259 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 10046E445901D2B8C34 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/09 19:12:10 UTC Modified files: bin/mksh : histrap.c jobs.c Log message: shut up some gcc warn_unused_result thingies from Fedora To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.55 -r1.56 src/bin/mksh/histrap.c cvs -R rdiff -kk -upr1.27 -r1.28 src/bin/mksh/jobs.c ________________________________________________________________________ Commit ID: 10046E4472E1F4A66E1 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/09 19:19:00 UTC Modified files: bin/mksh : mksh.1 Log message: sync: “unset” always returns zero as per SUSv3 To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.99 -r1.100 src/bin/mksh/mksh.1 ________________________________________________________________________ Commit ID: 10046E448623FFE86FC CVSROOT: /cvs Module name: (multiple) Changes by: tg@herc.mirbsd.org 2007/09/09 19:25:01 UTC Modified files: src : mksh.hts bin/mksh : Build.sh Log message: • plug in some Digital Taugtnix support, with help from the IceWM coffee pot maintainer, or, From: Josef 'Jupp' Schugt • www: sync changelog To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.55 -r1.56 www/src/mksh.hts cvs -R rdiff -kk -upr1.259 -r1.260 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 10046E4494C32BB2B55 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/09 19:27:56 UTC Adding static tag 'mksh-R31b' affecting: old rev. new rev. filename -------- -------- -------- NONE 1.260 bin/mksh/Build.sh NONE 1.6 bin/mksh/alloc.c NONE 1.11 bin/mksh/check.pl NONE 1.138 bin/mksh/check.t NONE 1.21 bin/mksh/copyright NONE 1.19 bin/mksh/dot.mkshrc NONE 1.112 bin/mksh/edit.c NONE 1.35 bin/mksh/eval.c NONE 1.38 bin/mksh/exec.c NONE 1.12 bin/mksh/expr.c NONE 1.65 bin/mksh/funcs.c NONE 1.56 bin/mksh/histrap.c NONE 1.28 bin/mksh/jobs.c NONE 1.47 bin/mksh/lex.c NONE 1.87 bin/mksh/main.c NONE 1.66 bin/mksh/misc.c NONE 1.100 bin/mksh/mksh.1 NONE 1.8 bin/mksh/setmode.c NONE 1.175 bin/mksh/sh.h NONE 1.15 bin/mksh/shf.c NONE 1.2 bin/mksh/strlcpy.c NONE 1.17 bin/mksh/syn.c NONE 1.11 bin/mksh/tree.c NONE 1.45 bin/mksh/var.c ________________________________________________________________________ Commit ID: 10046E4518D703CC0A9 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/09 20:03:33 UTC Modified files: bin/mksh : edit.c Log message: On Debian GNU/kFreeBSD, gcc version 4.2.1 (Debian 4.2.1-5): ../edit.c: In function ‘x_cf_glob’: ../edit.c:508: warning: ‘words’ may be used uninitialized in this function To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.112 -r1.113 src/bin/mksh/edit.c ________________________________________________________________________ Commit ID: 10046E4589820616E3B CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/09 20:33:06 UTC Moving static tag 'mksh-R31b' affecting: old rev. new rev. filename -------- -------- -------- 1.112 1.113 bin/mksh/edit.c ________________________________________________________________________ Commit ID: 10046E4703E29699E3C CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/09/09 22:14:05 UTC Modified files: code/Snippets : arc4random.c Log message: fix for OSF/1 To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1 -r1.2 contrib/code/Snippets/arc4random.c ________________________________________________________________________ Commit ID: 10046E5A6255D8174EE CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/10 20:16:48 UTC Modified files: bin/mksh : Build.sh Log message: extend the scope of tests run with -Werror for gcc otherwise, gcc4 on non-propolice-capable targets doesn’t find __attribute__ To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.260 -r1.261 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 10046E5A6516B784804 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/10 20:16:59 UTC Moving static tag 'mksh-R31b' affecting: old rev. new rev. filename -------- -------- -------- 1.260 1.261 bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 10046E6A95F7024A806 CVSROOT: /cvs Module name: (multiple) Changes by: tg@herc.mirbsd.org 2007/09/11 14:42:33 UTC Modified files: . : INDEX Setup.sh infrastructure/install: distinfo.sh code/mirmake : Build.sh data : news.inc src : mksh.hts shells/mksh : Makefile distinfo shells/mksh/pkg: DESCR Log message: mksh R31b, finally… took some time to make the distfiles, because I’m busy IRL To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.55 -r1.56 ports/INDEX cvs -R rdiff -kk -upr1.35 -r1.36 ports/Setup.sh cvs -R rdiff -kk -upr1.57 -r1.58 ports/infrastructure/install/distinfo.sh cvs -R rdiff -kk -upr1.25 -r1.26 contrib/code/mirmake/Build.sh cvs -R rdiff -kk -upr1.22 -r1.23 www/data/news.inc cvs -R rdiff -kk -upr1.56 -r1.57 www/src/mksh.hts cvs -R rdiff -kk -upr1.29 -r1.30 ports/shells/mksh/Makefile cvs -R rdiff -kk -upr1.25 -r1.26 ports/shells/mksh/distinfo cvs -R rdiff -kk -upr1.7 -r1.8 ports/shells/mksh/pkg/DESCR ________________________________________________________________________ Commit ID: 10046E6AD141E440D47 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/09/11 14:58:16 UTC Modified files: src : mksh.hts Log message: I sadly don’t have an account on a DEC *nix box To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.57 -r1.58 www/src/mksh.hts ________________________________________________________________________ Commit ID: 10046E6D4B47AFE639A CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/11 17:47:26 UTC Modified files: bin/mksh : Build.sh Log message: make "test $x = 1" into "test 1 = $x" consistently To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.261 -r1.262 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 10046E6D55266F5D3C0 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/11 17:49:58 UTC Modified files: bin/mksh : Build.sh Log message: do not use “test … -o …” To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.262 -r1.263 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 10046E6D6B74D0333E1 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/11 18:12:17 UTC Modified files: bin/mksh : Build.sh Log message: • scanning for integer types: only scan for these we need, i.e. uint32_t and uint64_t • faking : u_int32_t is not part of ISO C99, so do not add it there • add a test if u_int32_t is declared, for the sake of the fucked up OpenBSD standard arc4random(3) declaration, and define it to uint32_t if the former type is not available, e.g. on Solaris or if we fake • fix detection of arc4random_pushb(3) and the prototypes if one of the things above applied to our system • fix detection of arc4random function suite prototypes if they are added via an arc4random.c file in the srcdir, and copy that file into builddir (if it does not already exist) to keep these isolated from each other based on a real-life bug report by cnuke@ at the Croatian restaurant ☺☻ unbreaks “set ±o arc4random” on Solaris, both SUNpro and GCC To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.263 -r1.264 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 10046E6E0B66867941E CVSROOT: /cvs Module name: (multiple) Changes by: tg@herc.mirbsd.org 2007/09/11 18:38:29 UTC Modified files: src : mksh.hts bin/mksh : Build.sh Log message: mksh R31c To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.58 -r1.59 www/src/mksh.hts cvs -R rdiff -kk -upr1.264 -r1.265 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 10046E70AEE3BB31953 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/11 21:38:39 UTC Adding static tag 'mksh-R31c' affecting: old rev. new rev. filename -------- -------- -------- NONE 1.265 bin/mksh/Build.sh NONE 1.6 bin/mksh/alloc.c NONE 1.11 bin/mksh/check.pl NONE 1.138 bin/mksh/check.t NONE 1.21 bin/mksh/copyright NONE 1.19 bin/mksh/dot.mkshrc NONE 1.113 bin/mksh/edit.c NONE 1.35 bin/mksh/eval.c NONE 1.38 bin/mksh/exec.c NONE 1.12 bin/mksh/expr.c NONE 1.65 bin/mksh/funcs.c NONE 1.56 bin/mksh/histrap.c NONE 1.28 bin/mksh/jobs.c NONE 1.47 bin/mksh/lex.c NONE 1.87 bin/mksh/main.c NONE 1.66 bin/mksh/misc.c NONE 1.100 bin/mksh/mksh.1 NONE 1.8 bin/mksh/setmode.c NONE 1.175 bin/mksh/sh.h NONE 1.15 bin/mksh/shf.c NONE 1.2 bin/mksh/strlcpy.c NONE 1.17 bin/mksh/syn.c NONE 1.11 bin/mksh/tree.c NONE 1.45 bin/mksh/var.c ________________________________________________________________________ Commit ID: 10046E74E0753D583D0 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/09/12 02:25:01 UTC Modified files: data : news.inc src : mksh.hts Log message: just to annoy packagers, release every two days ☺ To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.23 -r1.24 www/data/news.inc cvs -R rdiff -kk -upr1.59 -r1.60 www/src/mksh.hts ________________________________________________________________________ Commit ID: 10046E83FF811E4608E CVSROOT: /cvs Module name: www Changes by: bsiegert@herc.mirbsd.org 2007/09/12 19:37:23 UTC Modified files: data : wlog-9.inc Log message: wlog entry for last monday To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.38 -r1.39 www/data/wlog-9.inc ________________________________________________________________________ Commit ID: 10046E845F81D4777DB CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/09/12 20:03:18 UTC Modified files: data : wlog-9.inc src : mksh.hts Log message: group the RPM-based OSes together and wlog a little XXX yofuh said something about a packager for Slowlartus which looks like XXX RPM, does anyone know about that? To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.39 -r1.40 www/data/wlog-9.inc cvs -R rdiff -kk -upr1.60 -r1.61 www/src/mksh.hts ________________________________________________________________________ Commit ID: 10046E91913620733C8 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/13 11:05:05 UTC Modified files: scripts : roff2htm Log message: link to the collected BSD-Licence(7) manual page, since almost all of the manpages’ sources state we must retain the licence on the formatted pages or the documentation (the latter is the case now, as we put them all into that collection) Ist doch kein Rumgel̲i̲n̲u̲x̲e hier ☺ To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.45 -r1.46 src/scripts/roff2htm ________________________________________________________________________ Commit ID: 10046E93D7724AAC1F8 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/13 13:40:04 UTC Log message: Import latest OpenSSH upgrades Status: Vendor Tag: openbsd Release Tags: cvs-200709131337 U src/usr.bin/ssh/kexdh.c U src/usr.bin/ssh/LICENCE U src/usr.bin/ssh/Makefile U src/usr.bin/ssh/Makefile.inc U src/usr.bin/ssh/OVERVIEW U src/usr.bin/ssh/README U src/usr.bin/ssh/README.smartcard U src/usr.bin/ssh/atomicio.c U src/usr.bin/ssh/atomicio.h U src/usr.bin/ssh/auth-bsdauth.c U src/usr.bin/ssh/auth-chall.c U src/usr.bin/ssh/auth-options.c U src/usr.bin/ssh/auth-options.h U src/usr.bin/ssh/auth-passwd.c U src/usr.bin/ssh/auth-rh-rsa.c U src/usr.bin/ssh/auth-rhosts.c U src/usr.bin/ssh/auth-rsa.c U src/usr.bin/ssh/auth-skey.c U src/usr.bin/ssh/auth.c U src/usr.bin/ssh/auth.h U src/usr.bin/ssh/auth1.c U src/usr.bin/ssh/kex.c U src/usr.bin/ssh/auth2-chall.c U src/usr.bin/ssh/auth2-hostbased.c U src/usr.bin/ssh/auth2-kbdint.c U src/usr.bin/ssh/auth2-none.c U src/usr.bin/ssh/auth2-passwd.c U src/usr.bin/ssh/auth2-pubkey.c U src/usr.bin/ssh/auth2.c U src/usr.bin/ssh/authfd.c U src/usr.bin/ssh/authfd.h U src/usr.bin/ssh/authfile.c U src/usr.bin/ssh/authfile.h U src/usr.bin/ssh/bufaux.c U src/usr.bin/ssh/bufbn.c U src/usr.bin/ssh/buffer.c U src/usr.bin/ssh/buffer.h U src/usr.bin/ssh/canohost.c U src/usr.bin/ssh/canohost.h U src/usr.bin/ssh/channels.c U src/usr.bin/ssh/channels.h U src/usr.bin/ssh/cipher-3des1.c U src/usr.bin/ssh/cipher-bf1.c U src/usr.bin/ssh/cipher-ctr.c U src/usr.bin/ssh/cipher.c U src/usr.bin/ssh/cipher.h U src/usr.bin/ssh/cleanup.c C src/usr.bin/ssh/clientloop.c U src/usr.bin/ssh/clientloop.h U src/usr.bin/ssh/compat.c U src/usr.bin/ssh/compat.h U src/usr.bin/ssh/compress.c U src/usr.bin/ssh/compress.h U src/usr.bin/ssh/crc32.c U src/usr.bin/ssh/crc32.h U src/usr.bin/ssh/deattack.c U src/usr.bin/ssh/deattack.h U src/usr.bin/ssh/dh.c U src/usr.bin/ssh/dh.h U src/usr.bin/ssh/dispatch.c U src/usr.bin/ssh/dispatch.h U src/usr.bin/ssh/dns.c U src/usr.bin/ssh/dns.h U src/usr.bin/ssh/fatal.c U src/usr.bin/ssh/groupaccess.c U src/usr.bin/ssh/groupaccess.h U src/usr.bin/ssh/hostfile.c U src/usr.bin/ssh/hostfile.h U src/usr.bin/ssh/kex.h C src/usr.bin/ssh/session.c U src/usr.bin/ssh/kexdhc.c U src/usr.bin/ssh/kexdhs.c U src/usr.bin/ssh/kexgex.c U src/usr.bin/ssh/kexgexc.c U src/usr.bin/ssh/kexgexs.c U src/usr.bin/ssh/key.c U src/usr.bin/ssh/key.h U src/usr.bin/ssh/log.c U src/usr.bin/ssh/log.h U src/usr.bin/ssh/mac.c U src/usr.bin/ssh/mac.h U src/usr.bin/ssh/match.c U src/usr.bin/ssh/match.h U src/usr.bin/ssh/md-sha256.c U src/usr.bin/ssh/misc.c U src/usr.bin/ssh/misc.h U src/usr.bin/ssh/moduli.c C src/usr.bin/ssh/monitor.c U src/usr.bin/ssh/monitor.h U src/usr.bin/ssh/monitor_fdpass.c U src/usr.bin/ssh/monitor_fdpass.h U src/usr.bin/ssh/monitor_mm.c U src/usr.bin/ssh/monitor_mm.h C src/usr.bin/ssh/monitor_wrap.c U src/usr.bin/ssh/monitor_wrap.h U src/usr.bin/ssh/msg.c U src/usr.bin/ssh/msg.h U src/usr.bin/ssh/myproposal.h U src/usr.bin/ssh/nchan.c U src/usr.bin/ssh/nchan.ms U src/usr.bin/ssh/nchan2.ms U src/usr.bin/ssh/packet.c U src/usr.bin/ssh/packet.h U src/usr.bin/ssh/pathnames.h U src/usr.bin/ssh/progressmeter.c U src/usr.bin/ssh/progressmeter.h U src/usr.bin/ssh/readconf.c U src/usr.bin/ssh/readconf.h U src/usr.bin/ssh/readpass.c U src/usr.bin/ssh/rsa.c U src/usr.bin/ssh/rsa.h U src/usr.bin/ssh/scard.c U src/usr.bin/ssh/scard.h U src/usr.bin/ssh/scp.1 U src/usr.bin/ssh/scp.c U src/usr.bin/ssh/servconf.c U src/usr.bin/ssh/servconf.h U src/usr.bin/ssh/serverloop.c U src/usr.bin/ssh/serverloop.h U src/usr.bin/ssh/session.h U src/usr.bin/ssh/sftp-client.c U src/usr.bin/ssh/sftp-client.h U src/usr.bin/ssh/sftp-common.c U src/usr.bin/ssh/sftp-common.h U src/usr.bin/ssh/sftp-glob.c U src/usr.bin/ssh/sftp-server.8 C src/usr.bin/ssh/sftp-server.c U src/usr.bin/ssh/sftp.1 U src/usr.bin/ssh/sftp.c U src/usr.bin/ssh/sftp.h U src/usr.bin/ssh/ssh-add.1 C src/usr.bin/ssh/ssh-add.c C src/usr.bin/ssh/ssh-agent.1 C src/usr.bin/ssh/ssh-agent.c U src/usr.bin/ssh/ssh-dss.c U src/usr.bin/ssh/ssh-keygen.1 C src/usr.bin/ssh/ssh-keygen.c U src/usr.bin/ssh/ssh-keyscan.1 U src/usr.bin/ssh/ssh-keyscan.c U src/usr.bin/ssh/ssh-keysign.8 U src/usr.bin/ssh/ssh-keysign.c U src/usr.bin/ssh/ssh.1 U src/usr.bin/ssh/ssh-rsa.c C src/usr.bin/ssh/ssh.c U src/usr.bin/ssh/ssh.h U src/usr.bin/ssh/ssh1.h U src/usr.bin/ssh/ssh2.h U src/usr.bin/ssh/ssh_config U src/usr.bin/ssh/ssh_config.5 C src/usr.bin/ssh/sshconnect.c U src/usr.bin/ssh/sshconnect.h U src/usr.bin/ssh/sshconnect1.c U src/usr.bin/ssh/sshconnect2.c U src/usr.bin/ssh/sshd.8 U src/usr.bin/ssh/sshd.c U src/usr.bin/ssh/sshd_config U src/usr.bin/ssh/sshd_config.5 C src/usr.bin/ssh/sshlogin.c U src/usr.bin/ssh/sshlogin.h C src/usr.bin/ssh/sshpty.c U src/usr.bin/ssh/sshpty.h U src/usr.bin/ssh/sshtty.c U src/usr.bin/ssh/ttymodes.c U src/usr.bin/ssh/ttymodes.h U src/usr.bin/ssh/uidswap.c U src/usr.bin/ssh/uidswap.h U src/usr.bin/ssh/uuencode.c U src/usr.bin/ssh/uuencode.h U src/usr.bin/ssh/version.h U src/usr.bin/ssh/xmalloc.c U src/usr.bin/ssh/xmalloc.h C src/usr.bin/ssh/umac.c U src/usr.bin/ssh/umac.h U src/usr.bin/ssh/scard/Makefile U src/usr.bin/ssh/scard/Ssh.bin.uu U src/usr.bin/ssh/scard/Ssh.java U src/usr.bin/ssh/lib/Makefile U src/usr.bin/ssh/scp/Makefile U src/usr.bin/ssh/sftp/Makefile U src/usr.bin/ssh/sftp-server/Makefile U src/usr.bin/ssh/ssh/Makefile U src/usr.bin/ssh/ssh-add/Makefile U src/usr.bin/ssh/ssh-agent/Makefile U src/usr.bin/ssh/ssh-keygen/Makefile U src/usr.bin/ssh/ssh-keyscan/Makefile U src/usr.bin/ssh/ssh-keysign/Makefile U src/usr.bin/ssh/sshd/Makefile 14 conflicts created by this import. Use the following command to help the merge: cvs checkout -jopenbsd:yesterday -jopenbsd src/usr.bin/ssh ________________________________________________________________________ Commit ID: 10046E93FD065EF9984 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/13 13:48:43 UTC Deleting tag 'tg-release_reconsider' affecting: old rev. new rev. filename -------- -------- -------- 1.2 1.2 distrib/baselive/i386/boot.3 ________________________________________________________________________ Commit ID: 10046E93FDC0CD6DFF3 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/13 13:48:55 UTC Adding static tag 'tg-release_reconsider' affecting: old rev. new rev. filename -------- -------- -------- NONE 1.2 distrib/baselive/i386/boot.6 NONE 1.1 distrib/baselive/i386/boot.7 NONE 1.1 distrib/baselive/i386/boot.8 NONE 1.1 distrib/baselive/i386/boot.9 ________________________________________________________________________ Commit ID: 10046E940B668DE9A0B CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/13 13:52:58 UTC Modified files: usr.bin/ssh : clientloop.c monitor.c monitor_wrap.c myproposal.h session.c sftp-server.c ssh-add.c ssh-agent.1 ssh-agent.c ssh-keygen.c ssh.c ssh_config ssh_config.5 sshconnect.c sshd_config sshd_config.5 sshlogin.c sshpty.c umac.c version.h Log message: merge and make UMAC-64 default message integrity whatever To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.11 -r1.12 src/usr.bin/ssh/clientloop.c cvs -R rdiff -kk -upr1.10 -r1.11 src/usr.bin/ssh/monitor.c cvs -R rdiff -kk -upr1.8 -r1.9 src/usr.bin/ssh/monitor_wrap.c cvs -R rdiff -kk -upr1.10 -r1.11 src/usr.bin/ssh/myproposal.h cvs -R rdiff -kk -upr1.15 -r1.16 src/usr.bin/ssh/session.c cvs -R rdiff -kk -upr1.8 -r1.9 src/usr.bin/ssh/sftp-server.c cvs -R rdiff -kk -upr1.6 -r1.7 src/usr.bin/ssh/ssh-add.c cvs -R rdiff -kk -upr1.6 -r1.7 src/usr.bin/ssh/ssh-agent.1 cvs -R rdiff -kk -upr1.11 -r1.12 src/usr.bin/ssh/ssh-agent.c cvs -R rdiff -kk -upr1.17 -r1.18 src/usr.bin/ssh/ssh-keygen.c cvs -R rdiff -kk -upr1.21 -r1.22 src/usr.bin/ssh/ssh.c cvs -R rdiff -kk -upr1.11 -r1.12 src/usr.bin/ssh/ssh_config cvs -R rdiff -kk -upr1.19 -r1.20 src/usr.bin/ssh/ssh_config.5 cvs -R rdiff -kk -upr1.10 -r1.11 src/usr.bin/ssh/sshconnect.c cvs -R rdiff -kk -upr1.15 -r1.16 src/usr.bin/ssh/sshd_config cvs -R rdiff -kk -upr1.21 -r1.22 src/usr.bin/ssh/sshd_config.5 cvs -R rdiff -kk -upr1.5 -r1.6 src/usr.bin/ssh/sshlogin.c cvs -R rdiff -kk -upr1.4 -r1.5 src/usr.bin/ssh/sshpty.c cvs -R rdiff -kk -upr1.2 -r1.3 src/usr.bin/ssh/umac.c cvs -R rdiff -kk -upr1.38 -r1.39 src/usr.bin/ssh/version.h ________________________________________________________________________ Commit ID: 10046E945535545783F CVSROOT: /cvs Module name: (multiple) Changes by: tg@herc.mirbsd.org 2007/09/13 14:12:54 UTC Modified files: devel/cvs : Makefile devel/cvs/patches: patch-src_patch_c gnu/usr.bin/cvs: Makefile.bsd-wrapper gnu/usr.bin/cvs/src: patch.c Log message: fix stuff like $ cvs -d /cvs rdiff -uprMIRBSD_8:2005/12/22 -rMIRBSD_8:2006/01/01 src/share/mk diff mostly from http://ximbiot.com/cvs/wiki/index.php?title=Design_Proposals someone on irc://irc.mirbsd.org/#cvs told me about it, but I forgot the nick, sorry… To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.5 -r1.6 ports/devel/cvs/Makefile cvs -R rdiff -kk -upr1.1 -r1.2 ports/devel/cvs/patches/patch-src_patch_c cvs -R rdiff -kk -upr1.12 -r1.13 src/gnu/usr.bin/cvs/Makefile.bsd-wrapper cvs -R rdiff -kk -upr1.2 -r1.3 src/gnu/usr.bin/cvs/src/patch.c ________________________________________________________________________ Commit ID: 10046E945BD665112F9 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/13 14:14:01 UTC Modified files: gnu/usr.bin/cvs: Makefile.bsd-wrapper Log message: style To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.13 -r1.14 src/gnu/usr.bin/cvs/Makefile.bsd-wrapper ________________________________________________________________________ Commit ID: 10046E9478F13751E96 CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/09/13 14:22:02 UTC Modified files: shells/mksh : Makefile distinfo Log message: mksh R31c, for good measure, even though we don’t n̲e̲e̲d̲ to upgrade To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.30 -r1.31 ports/shells/mksh/Makefile cvs -R rdiff -kk -upr1.26 -r1.27 ports/shells/mksh/distinfo ________________________________________________________________________ Commit ID: 10046E949462EA85F64 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/09/13 14:29:19 UTC Modified files: data : wlog-9.inc Log message: oops. I should read the wlog myself more often. It contains some TODOs. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.40 -r1.41 www/data/wlog-9.inc ________________________________________________________________________ Commit ID: 10046E95AD0297FE2D7 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/13 15:43:56 UTC Modified files: usr.sbin/httpd/src: Configure Log message: • fix awk(1) field separator abuse: use sed(1) instead fixes configuration with GCC_HONOUR_COPTS • MirOS is always ELF To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.3 -r1.4 src/usr.sbin/httpd/src/Configure ________________________________________________________________________ Commit ID: 10046E95D662EB90EB3 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/13 15:55:02 UTC Modified files: usr.sbin/httpd : Makefile.bsd-wrapper Log message: fix quoting abuse, whitespace, etc. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.10 -r1.11 src/usr.sbin/httpd/Makefile.bsd-wrapper ________________________________________________________________________ Commit ID: 10046E95D8352B1A997 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/13 15:55:25 UTC Modified files: usr.sbin/httpd/src/modules/ssl: libssl.module Log message: more awk crap To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.1.1 -r1.2 src/usr.sbin/httpd/src/modules/ssl/libssl.module ________________________________________________________________________ Commit ID: 10046E95D884BEA35C3 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/13 15:55:54 UTC Modified files: usr.sbin/httpd/src/ap: ap_snprintf.c Log message: bring back some of the KAME diff that got lost … and I had wondered is the v6 vhost config was broken … XXX do it right again from the start some time To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.1.2 -r1.2 src/usr.sbin/httpd/src/ap/ap_snprintf.c ________________________________________________________________________ Commit ID: 10046EB0BBF2485AC72 CVSROOT: /cvs Module name: www Changes by: bsiegert@herc.mirbsd.org 2007/09/14 22:31:29 UTC Modified files: data : wlog-9.inc Log message: wlog entry for today (from the train, as usual) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.41 -r1.42 www/data/wlog-9.inc ________________________________________________________________________ Commit ID: 10046EBE41E269411F2 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/09/15 13:54:16 UTC ports/devel/p5-version Update of /cvs/ports/devel/p5-version In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv9876/p5-version Log Message: Directory /cvs/ports/devel/p5-version added to the repository ________________________________________________________________________ Commit ID: 10046EBE41E269411F2 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/09/15 13:54:16 UTC ports/devel/p5-version/pkg Update of /cvs/ports/devel/p5-version/pkg In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv9876/p5-version/pkg Log Message: Directory /cvs/ports/devel/p5-version/pkg added to the repository ________________________________________________________________________ Commit ID: 10046EBE43235085057 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/09/15 13:54:58 UTC Added files: devel/p5-version: Makefile distinfo devel/p5-version/pkg: DESCR PLIST Log message: Add a port for the version perl module. From DESCR: Provides the same version objects as included in Perl v5.9.x (and in the v5.10.0 release). In fact, if you attempt to use this module with a version of Perl >= v5.9.0, this module will not do anything, since the code already exists in the Perl core. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr0 -r1.1 ports/devel/p5-version/Makefile cvs -R rdiff -kk -upr0 -r1.1 ports/devel/p5-version/distinfo cvs -R rdiff -kk -upr0 -r1.1 ports/devel/p5-version/pkg/DESCR cvs -R rdiff -kk -upr0 -r1.1 ports/devel/p5-version/pkg/PLIST ________________________________________________________________________ Commit ID: 10046EBE67E7873C304 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/09/15 14:04:32 UTC Modified files: devel/p5-Algorithm-Diff: Makefile distinfo devel/p5-Algorithm-Diff/pkg: PLIST Log message: Update to 1.1902 To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.3 -r1.4 ports/devel/p5-Algorithm-Diff/Makefile cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/devel/p5-Algorithm-Diff/distinfo cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/devel/p5-Algorithm-Diff/pkg/PLIST ________________________________________________________________________ Commit ID: 10046EC5B4576E48616 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/09/15 22:22:39 UTC ports/devel/p5-YAML-Syck Update of /cvs/ports/devel/p5-YAML-Syck In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv30436/p5-YAML-Syck Log Message: Directory /cvs/ports/devel/p5-YAML-Syck added to the repository ________________________________________________________________________ Commit ID: 10046EC5B4576E48616 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/09/15 22:22:39 UTC ports/devel/p5-YAML-Syck/pkg Update of /cvs/ports/devel/p5-YAML-Syck/pkg In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv30436/p5-YAML-Syck/pkg Log Message: Directory /cvs/ports/devel/p5-YAML-Syck/pkg added to the repository ________________________________________________________________________ Commit ID: 10046EC5B631E0D3976 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/09/15 22:23:28 UTC Added files: devel/p5-YAML-Syck: Makefile distinfo devel/p5-YAML-Syck/pkg: DESCR PLIST Log message: Add a port for YAML::Syck. From DESCR: This module provides a Perl interface to the libsyck data serialization library. It exports the Dump and Load functions for converting Perl data structures to YAML strings, and the other way around. YAML is a generic data serialization language that is optimized for human readability. It can be used to express the data structures of most modern programming languages. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr0 -r1.1 ports/devel/p5-YAML-Syck/Makefile cvs -R rdiff -kk -upr0 -r1.1 ports/devel/p5-YAML-Syck/distinfo cvs -R rdiff -kk -upr0 -r1.1 ports/devel/p5-YAML-Syck/pkg/DESCR cvs -R rdiff -kk -upr0 -r1.1 ports/devel/p5-YAML-Syck/pkg/PLIST ________________________________________________________________________ Commit ID: 10046EC5DFD5D9E4A73 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/09/15 22:34:14 UTC ports/devel/p5-Algorithm-Annotate Update of /cvs/ports/devel/p5-Algorithm-Annotate In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv23966/p5-Algorithm-Annotate Log Message: Directory /cvs/ports/devel/p5-Algorithm-Annotate added to the repository ________________________________________________________________________ Commit ID: 10046EC5DFD5D9E4A73 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/09/15 22:34:15 UTC ports/devel/p5-Algorithm-Annotate/pkg Update of /cvs/ports/devel/p5-Algorithm-Annotate/pkg In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv23966/p5-Algorithm-Annotate/pkg Log Message: Directory /cvs/ports/devel/p5-Algorithm-Annotate/pkg added to the repository ________________________________________________________________________ Commit ID: 10046EC5E170A0A1EE7 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/09/15 22:34:58 UTC Added files: devel/p5-Algorithm-Annotate: Makefile distinfo devel/p5-Algorithm-Annotate/pkg: DESCR PLIST Log message: Add a port for Algorithm::Annotate. From DESCR: Algorithm::Annotate generates a list that is useful for generating output simliar to cvs annotate. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr0 -r1.1 ports/devel/p5-Algorithm-Annotate/Makefile cvs -R rdiff -kk -upr0 -r1.1 ports/devel/p5-Algorithm-Annotate/distinfo cvs -R rdiff -kk -upr0 -r1.1 ports/devel/p5-Algorithm-Annotate/pkg/DESCR cvs -R rdiff -kk -upr0 -r1.1 ports/devel/p5-Algorithm-Annotate/pkg/PLIST ________________________________________________________________________ Commit ID: 10046EC642D5499DE16 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/09/15 23:00:38 UTC ports/devel/p5-Data-Hierarchy Update of /cvs/ports/devel/p5-Data-Hierarchy In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv21657/p5-Data-Hierarchy Log Message: Directory /cvs/ports/devel/p5-Data-Hierarchy added to the repository ________________________________________________________________________ Commit ID: 10046EC642D5499DE16 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/09/15 23:00:39 UTC ports/devel/p5-Data-Hierarchy/pkg Update of /cvs/ports/devel/p5-Data-Hierarchy/pkg In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv21657/p5-Data-Hierarchy/pkg Log Message: Directory /cvs/ports/devel/p5-Data-Hierarchy/pkg added to the repository ________________________________________________________________________ Commit ID: 10046EC644E05F63C2C CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/09/15 23:01:42 UTC Added files: devel/p5-Data-Hierarchy: Makefile distinfo devel/p5-Data-Hierarchy/pkg: DESCR PLIST Log message: Add a port for Data::Hierarchy. From DESCR: Data::Hierarchy provides a simple interface for manipulating inheritable data attached to a hierarchical environment (like a filesystem). One use of Data::Hierarchy is to allow an application to annotate paths in a real filesystem in a single compact data structure. However, the hierarchy does not actually need to correspond to an actual filesystem. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr0 -r1.1 ports/devel/p5-Data-Hierarchy/Makefile cvs -R rdiff -kk -upr0 -r1.1 ports/devel/p5-Data-Hierarchy/distinfo cvs -R rdiff -kk -upr0 -r1.1 ports/devel/p5-Data-Hierarchy/pkg/DESCR cvs -R rdiff -kk -upr0 -r1.1 ports/devel/p5-Data-Hierarchy/pkg/PLIST ________________________________________________________________________ Commit ID: 10046EC6DC009FD8A5B CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/09/15 23:41:34 UTC ports/sysutils/p5-PerlIO-via-dynamic Update of /cvs/ports/sysutils/p5-PerlIO-via-dynamic In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv2557/p5-PerlIO-via-dynamic Log Message: Directory /cvs/ports/sysutils/p5-PerlIO-via-dynamic added to the repository ________________________________________________________________________ Commit ID: 10046EC6DC009FD8A5B CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/09/15 23:41:34 UTC ports/sysutils/p5-PerlIO-via-dynamic/pkg Update of /cvs/ports/sysutils/p5-PerlIO-via-dynamic/pkg In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv2557/p5-PerlIO-via-dynamic/pkg Log Message: Directory /cvs/ports/sysutils/p5-PerlIO-via-dynamic/pkg added to the repository ________________________________________________________________________ Commit ID: 10046EC6DFB7FA7E38D CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/09/15 23:42:56 UTC Added files: sysutils/p5-PerlIO-via-dynamic: Makefile distinfo sysutils/p5-PerlIO-via-dynamic/pkg: DESCR PLIST Log message: Add a port for PerlIO::via::dynamic. From DESCR: PerlIO::via::dynamic is used for creating dynamic PerlIO layers. It is useful when the behavior or the layer depends on variables. You should not use this module as via layer directly (ie :via(dynamic)). Use the constructor to create new layers, with two arguments: translate and untranslate. Then use $p-via ($fh)> to wrap the handle. Once <$fh> is destroyed, the temporary namespace for the IO layer will be removed. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr0 -r1.1 ports/sysutils/p5-PerlIO-via-dynamic/Makefile cvs -R rdiff -kk -upr0 -r1.1 ports/sysutils/p5-PerlIO-via-dynamic/distinfo cvs -R rdiff -kk -upr0 -r1.1 ports/sysutils/p5-PerlIO-via-dynamic/pkg/DESCR cvs -R rdiff -kk -upr0 -r1.1 ports/sysutils/p5-PerlIO-via-dynamic/pkg/PLIST ________________________________________________________________________ Commit ID: 10046ED0AEB2A4CFD6F CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/16 10:52:21 UTC Modified files: sys/net : if_spppsubr.c Log message: append missing newline to format string To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.9 -r1.10 src/sys/net/if_spppsubr.c ________________________________________________________________________ Commit ID: 10046EEEACD7BE0DF44 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/09/17 21:02:06 UTC Modified files: devel/subversion: Makefile distinfo devel/subversion/patches: patch-subversion_libsvn_repos_repos_c devel/subversion/pkg: PLIST Added files: devel/subversion/patches: patch-Makefile_in Log message: Update subversion to 1.4.5-0. Also build and install the Perl bindings in all cases, as all of our platforms have perl in base. I had to replicate some of the logic in perl.port.mk for this. Idea: How about making most of perl.port.mk .if ${CONFIGURE_STYLE:L:Mperl}? This way, ports like this one or irssi can do MODULES+=perl. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.14 -r1.15 ports/devel/subversion/Makefile cvs -R rdiff -kk -upr1.9 -r1.10 ports/devel/subversion/distinfo cvs -R rdiff -kk -upr0 -r1.1 ports/devel/subversion/patches/patch-Makefile_in cvs -R rdiff -kk -upr1.1 -r1.2 ports/devel/subversion/patches/patch-subversion_libsvn_repos_repos_c cvs -R rdiff -kk -upr1.7 -r1.8 ports/devel/subversion/pkg/PLIST ________________________________________________________________________ Commit ID: 10046F0249A0F33A2CD CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/18 19:18:47 UTC Modified files: sys/dev : Tag: openbsd vnd.c Log message: openbsd 1.57 pedro@ Correctly bounds check transfers passed to vndstrategy() To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.1.3 -r1.1.1.4 src/sys/dev/vnd.c ________________________________________________________________________ Commit ID: 10046F024FF6A3E6B79 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/18 19:20:25 UTC Modified files: sys/dev : Tag: openbsd vnd.c Log message: openbsd 1.59 pedro@ Disk interrupts can cause buffers to be returned to the vnd pool, so splbio() is required when allocating. Fixes PR kern/5041, okay tedu@. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.1.4 -r1.1.1.5 src/sys/dev/vnd.c ________________________________________________________________________ Commit ID: 10046F0257A32DBF76D CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/18 19:22:20 UTC Modified files: sys/dev : Tag: openbsd vnd.c Log message: openbsd 1.61 thib@ fix a panic when trying to fdisk vnd devices (not svnd) wich are back by weird images (such as the ones qemu creates). proplem found the hard way by msf@ ok mickey@, pedro@ To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.1.5 -r1.1.1.6 src/sys/dev/vnd.c ________________________________________________________________________ Commit ID: 10046F0261F54AB3F73 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/18 19:25:28 UTC Modified files: sys/dev : Tag: openbsd vnd.c Log message: openbsd 1.68 pedro@ Don't throttle and serialize I/O operations, okay miod@ krw@ Fixes kern/5347 To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.1.6 -r1.1.1.7 src/sys/dev/vnd.c ________________________________________________________________________ Commit ID: 10046F026CC44471BAD CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/18 19:28:12 UTC Modified files: sys/dev : Tag: openbsd vnd.c Log message: openbsd 1.73 krw@, 1.74 krw@ Replace expansions of DISKLABELDEV() with DISKLABELDEV(). Shorter, and more consistant. No change to code. ok miod@ ---- Use VNDLABELDEV() and not DISKLABELDEV() in writedisklabel() since VNDLABELDEV() is used in readdisklabel(). VNDLABELDEV() preserves the vndsimple() property encoded in the device. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.1.7 -r1.1.1.8 src/sys/dev/vnd.c ________________________________________________________________________ Commit ID: 10046F028134A782039 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/18 19:33:27 UTC Modified files: sys/dev : Tag: openbsd vnd.c Log message: put in both rcsids so that we know To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.1.8 -r1.1.1.9 src/sys/dev/vnd.c ________________________________________________________________________ Commit ID: 10046F028F6669611C3 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/18 19:37:17 UTC Modified files: sys/dev : Tag: openbsd vnd.c Log message: openbsd 1.65 thib: Always allow read-only opens on (s)vnd devices, despite the type of the first open (svnd vs vnd). ok pedro@ To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.1.9 -r1.1.1.10 src/sys/dev/vnd.c ________________________________________________________________________ Commit ID: 10046F029AB2B333960 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/18 19:40:06 UTC Modified files: sys/dev : vnd.c Log message: merge To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.5 -r1.6 src/sys/dev/vnd.c ________________________________________________________________________ Commit ID: 10046F02C717885ADC6 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/18 19:52:45 UTC Modified files: sys/dev : vnd.c Log message: merge the patch from http://article.gmane.org/gmane.os.openbsd.bugs/9964 in a slightly modified form the diff is from Piotr Durlej and suppo- sedly fixes use of block devices as underlying devices for vnd(4) discs To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.6 -r1.7 src/sys/dev/vnd.c ________________________________________________________________________ Commit ID: 10046F02F0B0A6225DC CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/18 20:03:31 UTC Modified files: sys/dev : Tag: openbsd vnd.c sys/sys : Tag: openbsd vnode.h sys/ufs/ufs : Tag: openbsd ufs_readwrite.c Log message: openbsd sys/dev/vnd.c 1.70 pedro@: Don't enforce RLIMIT_FSIZE on vnd(4) I/O operations, okay deraadt@ with quirks To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.1.10 -r1.1.1.11 src/sys/dev/vnd.c cvs -R rdiff -kk -upr1.1.1.2 -r1.1.1.3 src/sys/sys/vnode.h cvs -R rdiff -kk -upr1.1.1.1 -r1.1.1.2 src/sys/ufs/ufs/ufs_readwrite.c ________________________________________________________________________ Commit ID: 10046F0310178F20F63 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/18 20:11:26 UTC Modified files: sys/dev : vnd.c Log message: merge and fix build To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.7 -r1.8 src/sys/dev/vnd.c ________________________________________________________________________ Commit ID: 10046F031082DFA1610 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/18 20:12:11 UTC Modified files: sys/sys : disklabel.h Log message: allocate new disklabel slice/fs type “manual” definition: manually allocated space, should never be touched by MirOS ipse purpose: encrypted vnd(4) /home or something like that To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.3 -r1.4 src/sys/sys/disklabel.h ________________________________________________________________________ Commit ID: 10046F031B316F4BAE7 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/18 20:14:26 UTC Modified files: sbin/disklabel : disklabel.c Log message: use idstring macros while here To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.4 -r1.5 src/sbin/disklabel/disklabel.c ________________________________________________________________________ Commit ID: 10046F035A068BB8C9F CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/18 20:31:56 UTC Modified files: sbin/fdisk : Makefile mbrcode.h sbin/disklabel : Makefile Added files: sbin/fdisk : manpage.S sbin/disklabel : manpage.S Log message: • disklabel: while here, replace the manpage.c-generation logic with one that uses GNU as(1)’s “.incbin” directive, like so often in the tree now • fdisk: while here, do the same and sync the built-in MBR To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.4 -r1.5 src/sbin/fdisk/Makefile cvs -R rdiff -kk -upr0 -r1.1 src/sbin/fdisk/manpage.S cvs -R rdiff -kk -upr1.3 -r1.4 src/sbin/fdisk/mbrcode.h cvs -R rdiff -kk -upr1.8 -r1.9 src/sbin/disklabel/Makefile cvs -R rdiff -kk -upr0 -r1.1 src/sbin/disklabel/manpage.S ________________________________________________________________________ Commit ID: 10046F0485B0F1E4B08 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/18 21:51:34 UTC Modified files: sys/dev : vnd.c Log message: vndgetdisklabel() uses vndstrategy() uses VNF_HAVELABEL for bounds checks so set VNF_HAVELABEL only after vndgetdisklabel() has run To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.8 -r1.9 src/sys/dev/vnd.c ________________________________________________________________________ Commit ID: 10046F1847344CE4A01 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/09/19 20:19:41 UTC ports/sysutils/p5-PerlIO-via-symlink Update of /cvs/ports/sysutils/p5-PerlIO-via-symlink In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv17614/p5-PerlIO-via-symlink Log Message: Directory /cvs/ports/sysutils/p5-PerlIO-via-symlink added to the repository ________________________________________________________________________ Commit ID: 10046F1847344CE4A01 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/09/19 20:19:41 UTC ports/sysutils/p5-PerlIO-via-symlink/pkg Update of /cvs/ports/sysutils/p5-PerlIO-via-symlink/pkg In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv17614/p5-PerlIO-via-symlink/pkg Log Message: Directory /cvs/ports/sysutils/p5-PerlIO-via-symlink/pkg added to the repository ________________________________________________________________________ Commit ID: 10046F1849553921B14 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/09/19 20:20:39 UTC Added files: sysutils/p5-PerlIO-via-symlink: Makefile distinfo sysutils/p5-PerlIO-via-symlink/pkg: DESCR PLIST Log message: Another trivial perl port. From DESCR: The PerlIO layer symlink allows you to create a symbolic link by writing to the file handle. You need to write C"link $name" to the file handle. If the format does not match, close will fail with EINVAL. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr0 -r1.1 ports/sysutils/p5-PerlIO-via-symlink/Makefile cvs -R rdiff -kk -upr0 -r1.1 ports/sysutils/p5-PerlIO-via-symlink/distinfo cvs -R rdiff -kk -upr0 -r1.1 ports/sysutils/p5-PerlIO-via-symlink/pkg/DESCR cvs -R rdiff -kk -upr0 -r1.1 ports/sysutils/p5-PerlIO-via-symlink/pkg/PLIST ________________________________________________________________________ Commit ID: 10046F185244CC49578 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/09/19 20:22:51 UTC Modified files: sysutils/p5-PerlIO-via-dynamic: Makefile sysutils/p5-PerlIO-via-symlink: Makefile Log message: Correct categories, oops To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1 -r1.2 ports/sysutils/p5-PerlIO-via-dynamic/Makefile cvs -R rdiff -kk -upr1.1 -r1.2 ports/sysutils/p5-PerlIO-via-symlink/Makefile ________________________________________________________________________ Commit ID: 10046F1865127735E39 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/09/19 20:27:39 UTC ports/sysutils/p5-IO-Digest Update of /cvs/ports/sysutils/p5-IO-Digest In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv10099/p5-IO-Digest Log Message: Directory /cvs/ports/sysutils/p5-IO-Digest added to the repository ________________________________________________________________________ Commit ID: 10046F1865127735E39 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/09/19 20:27:39 UTC ports/sysutils/p5-IO-Digest/pkg Update of /cvs/ports/sysutils/p5-IO-Digest/pkg In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv10099/p5-IO-Digest/pkg Log Message: Directory /cvs/ports/sysutils/p5-IO-Digest/pkg added to the repository ________________________________________________________________________ Commit ID: 10046F1867807AA4F0F CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/09/19 20:28:38 UTC Added files: sysutils/p5-IO-Digest: Makefile distinfo sysutils/p5-IO-Digest/pkg: DESCR PLIST Log message: Add a port for IO::Digest. From DESCR: This module allows you to calculate digests while reading or writing file handles. This avoids the case when you need to reread the same content to compute the digests after writing a file. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr0 -r1.1 ports/sysutils/p5-IO-Digest/Makefile cvs -R rdiff -kk -upr0 -r1.1 ports/sysutils/p5-IO-Digest/distinfo cvs -R rdiff -kk -upr0 -r1.1 ports/sysutils/p5-IO-Digest/pkg/DESCR cvs -R rdiff -kk -upr0 -r1.1 ports/sysutils/p5-IO-Digest/pkg/PLIST ________________________________________________________________________ Commit ID: 10046F188933B43D67C CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/09/19 20:37:17 UTC ports/devel/p5-SVN-Simple Update of /cvs/ports/devel/p5-SVN-Simple In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv15171/p5-SVN-Simple Log Message: Directory /cvs/ports/devel/p5-SVN-Simple added to the repository ________________________________________________________________________ Commit ID: 10046F188933B43D67C CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/09/19 20:37:19 UTC ports/devel/p5-SVN-Simple/pkg Update of /cvs/ports/devel/p5-SVN-Simple/pkg In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv15171/p5-SVN-Simple/pkg Log Message: Directory /cvs/ports/devel/p5-SVN-Simple/pkg added to the repository ________________________________________________________________________ Commit ID: 10046F188A2266EBA4D CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/09/19 20:38:16 UTC Added files: devel/p5-SVN-Simple: Makefile distinfo devel/p5-SVN-Simple/pkg: DESCR PLIST Log message: Add a port for SVN::Simple. Needs svn perl bindings, so depend on >=1.4.5. From DESCR: SVN::Simple is a simple interface to Subversion's editor interface. Subversion is a version control system, you can find more information at http://subversion.tigris.org/. The editor interface is for describing deltas between trees. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr0 -r1.1 ports/devel/p5-SVN-Simple/Makefile cvs -R rdiff -kk -upr0 -r1.1 ports/devel/p5-SVN-Simple/distinfo cvs -R rdiff -kk -upr0 -r1.1 ports/devel/p5-SVN-Simple/pkg/DESCR cvs -R rdiff -kk -upr0 -r1.1 ports/devel/p5-SVN-Simple/pkg/PLIST ________________________________________________________________________ Commit ID: 10046F18A8A3AD2146B CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/09/19 20:45:40 UTC ports/sysutils/p5-PerlIO-eol Update of /cvs/ports/sysutils/p5-PerlIO-eol In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv15058/p5-PerlIO-eol Log Message: Directory /cvs/ports/sysutils/p5-PerlIO-eol added to the repository ________________________________________________________________________ Commit ID: 10046F18AA058EC4469 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/09/19 20:46:02 UTC ports/sysutils/p5-PerlIO-eol/pkg Update of /cvs/ports/sysutils/p5-PerlIO-eol/pkg In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv22764/pkg Log Message: Directory /cvs/ports/sysutils/p5-PerlIO-eol/pkg added to the repository ________________________________________________________________________ Commit ID: 10046F18AAC6042B161 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/09/19 20:46:31 UTC Added files: sysutils/p5-PerlIO-eol: Makefile distinfo sysutils/p5-PerlIO-eol/pkg: DESCR PLIST Log message: Add a port for PerlIO::eol. From DESCR: This layer normalizes any of CR, LF, CRLF and Native into the designated line ending. It works for both input and output handles. It can also check for inconsistent line endings in input and output. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr0 -r1.1 ports/sysutils/p5-PerlIO-eol/Makefile cvs -R rdiff -kk -upr0 -r1.1 ports/sysutils/p5-PerlIO-eol/distinfo cvs -R rdiff -kk -upr0 -r1.1 ports/sysutils/p5-PerlIO-eol/pkg/DESCR cvs -R rdiff -kk -upr0 -r1.1 ports/sysutils/p5-PerlIO-eol/pkg/PLIST ________________________________________________________________________ Commit ID: 10046F24E346D1CBA1C CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/09/20 10:40:40 UTC Modified files: code/jupp : jupprc Log message: fix codeset conv oopsie To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.11 -r1.12 contrib/code/jupp/jupprc ________________________________________________________________________ Commit ID: 10046F27C6B5883FFA3 CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/09/20 13:58:27 UTC Modified files: misc/dialog : Makefile distinfo misc/dialog/pkg: DESCR PLIST Added files: misc/dialog/patches: patch-calendar_c patch-dialog_1 Removed files: misc/dialog/patches: patch-Makefile patch-dialog_c patch-dialog_man misc/dialog/pkg: SECURITY Log message: write an entirely new port of Tom Dickey’s (yeah the lynx man) “dialog” utility, using wide curses and stuff like that even newer than Debian sid ☺ To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.4 -r1.5 ports/misc/dialog/Makefile cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/misc/dialog/distinfo cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/misc/dialog/patches/patch-Makefile cvs -R rdiff -kk -upr0 -r1.1 ports/misc/dialog/patches/patch-calendar_c cvs -R rdiff -kk -upr0 -r1.1 ports/misc/dialog/patches/patch-dialog_1 cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/misc/dialog/patches/patch-dialog_c cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/misc/dialog/patches/patch-dialog_man cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/misc/dialog/pkg/DESCR cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/misc/dialog/pkg/PLIST cvs -R rdiff -kk -upr1.1.7.1 -r0 ports/misc/dialog/pkg/SECURITY ________________________________________________________________________ Commit ID: 10046F27E4503F250A0 CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/09/20 14:05:41 UTC Added files: code/Snippets : ssh-as-coroutine.ksh Log message: technology demo, sponsored by AurISP GbR To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr0 -r1.1 contrib/code/Snippets/ssh-as-coroutine.ksh ________________________________________________________________________ Commit ID: 10046F38192312B7E76 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/21 08:32:07 UTC Modified files: sys/sys : cdefs.h Log message: basic pcc support, from tnf r1.65 To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.16 -r1.17 src/sys/sys/cdefs.h ________________________________________________________________________ Commit ID: 10046F3A0415EB3B130 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/21 10:43:02 UTC Modified files: include : stdint.h sys/arch/i386/include: limits.h sys/arch/sparc/include: limits.h Log message: address redefinition issue shown by pcc To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.6 -r1.7 src/include/stdint.h cvs -R rdiff -kk -upr1.2 -r1.3 src/sys/arch/i386/include/limits.h cvs -R rdiff -kk -upr1.2 -r1.3 src/sys/arch/sparc/include/limits.h ________________________________________________________________________ Commit ID: 10046F3A05E1835C58A CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/21 10:43:36 UTC Modified files: include : stdbool.h Log message: pcc 0.9.8 does C99 boolean just fine To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.1.1 -r1.2 src/include/stdbool.h ________________________________________________________________________ Commit ID: 10046F3A13761372D0F CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/21 10:46:57 UTC Modified files: bin/mksh : Build.sh Log message: initial support pcc (somewhat) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.265 -r1.266 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 10046F3A1DA69D732B8 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/09/21 10:50:26 UTC Modified files: src : mksh.hts Log message: pcc (on MirBSD, via pkgsrc® + local patches/Ms) works, except for… FAIL ../mksh/check.t:regression-9 Description: Continue in a for loop does not work right: for i in a b c ; do if [ $i = b ] ; then continue fi echo $i done Prints a forever... unexpected stdout - first difference: line 1, char 1 (wanted 'b', got 'c' wanted: bye got: continue in for loop broken bye … and continue-{1,2,4} just hang. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.61 -r1.62 www/src/mksh.hts ________________________________________________________________________ Commit ID: 10046F6D25C65F99F60 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/09/23 20:56:30 UTC Modified files: infrastructure/pkgtools/rtfm: Makefile bsd.port.mk.5 Added files: infrastructure/pkgtools/rtfm: cvs-distfiles.7 Log message: Enough with this "see the comments at the end of the source file" nonsense. Very roughly convert the comments, mostly unchanged, to mdoc. While here, update the bsd.port.mk manpage somewhat. Document modbuild configure style. Documentation of "mmake upgrade" and especially "mmake reupgrade" is missing. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.3 -r1.4 ports/infrastructure/pkgtools/rtfm/Makefile cvs -R rdiff -kk -upr1.14 -r1.15 ports/infrastructure/pkgtools/rtfm/bsd.port.mk.5 cvs -R rdiff -kk -upr0 -r1.1 ports/infrastructure/pkgtools/rtfm/cvs-distfiles.7 ________________________________________________________________________ Commit ID: 10046F780B81D633DAB CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/09/24 09:17:45 UTC Modified files: infrastructure/pkgtools/rtfm: bsd.port.mk.5 Log message: bump mdoc date no $Mdocdate keyword because this is used on mac osx too, whose GNU groff doesn’t grok it (yet…) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.15 -r1.16 ports/infrastructure/pkgtools/rtfm/bsd.port.mk.5 ________________________________________________________________________ Commit ID: 10046F781381ED1F93A CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/24 09:19:37 UTC Modified files: distrib/lists/htman/htpsd: mi Log message: first part of adjustments after commitid 10046F6D25C65F99F60 To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.34 -r1.35 src/distrib/lists/htman/htpsd/mi ________________________________________________________________________ Commit ID: 10046F785B64C72B6F8 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/09/24 09:38:49 UTC Modified files: data : wlog-9.inc Log message: += random writings; To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.42 -r1.43 www/data/wlog-9.inc ________________________________________________________________________ Commit ID: 10046F7E3C545DA7572 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/24 16:24:25 UTC Modified files: sys/kern : kern_sysctl.c sys/dev : rnd.c Log message: rate-limit the /dev/arandom and sysctl KERN_ARND output a little, to reduce the danger arising from recognisable output patterns as shown in the Schneier paper discussing PRNGs (I was thinking of a programme pulling high-rate from /dev/arandom) this is not the best I can do, but it's quite ok (and uneven) now we’d ideally have some kind of pool fed with very conservati- vely measured entropy, maybe 32 bits or so, and xoring the buffer in arc4_stir with that before using it, to protect against a high rate pull from /dev/srandom To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.11 -r1.12 src/sys/kern/kern_sysctl.c cvs -R rdiff -kk -upr1.30 -r1.31 src/sys/dev/rnd.c ________________________________________________________________________ Commit ID: 10046F7EC32124255D0 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/24 16:56:24 UTC Modified files: sys/dev : rnd.c sys/kern : kern_sysctl.c Log message: let arc4random_bytes() do the fuzziness trick instead doesn't really hurt the only two other uses, and saves some bytes To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.31 -r1.32 src/sys/dev/rnd.c cvs -R rdiff -kk -upr1.12 -r1.13 src/sys/kern/kern_sysctl.c ________________________________________________________________________ Commit ID: 10046F7ED2470D5A585 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/24 17:00:17 UTC Modified files: sys/kern : kern_sysctl.c Log message: while here, this might be a cast-align issue too bad gcc/i386 cannot show them ☹ To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.13 -r1.14 src/sys/kern/kern_sysctl.c ________________________________________________________________________ Commit ID: 10046F7F27111094081 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/24 17:22:37 UTC Modified files: sys/arch/i386/include: Tag: openbsd specialreg.h Log message: need these To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.1.1 -r1.1.1.2 src/sys/arch/i386/include/specialreg.h ________________________________________________________________________ Commit ID: 10046F7FA024EB55E66 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/24 17:55:25 UTC Modified files: sys/arch/i386/i386: machdep.c sys/arch/i386/include: specialreg.h Log message: add recognition support for VIA C7 (C3 Esther) and some more intel crap I hope this works… To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.16 -r1.17 src/sys/arch/i386/i386/machdep.c cvs -R rdiff -kk -upr1.2 -r1.3 src/sys/arch/i386/include/specialreg.h ________________________________________________________________________ Commit ID: 10046F81E1517454074 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/24 20:30:04 UTC Modified files: bin/mksh : dot.mkshrc Log message: by popular request, add • dirs, pushd, popd like ports/shells/csh (Berkeley C shell) • precmd, chpwd like ports/shells/zsh (Z shell) and implement keeping ${DIRSTACK[0]} up to date via chpwd() instead of doing it on entry of pushd and dirs (so that it can be used directly) this is slow compared to earlier, but people seem to want it To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.19 -r1.20 src/bin/mksh/dot.mkshrc ________________________________________________________________________ Commit ID: 10046F825D169CD06F9 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/09/24 21:01:47 UTC Modified files: data : wlog-9.inc Log message: *sigh* To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.43 -r1.44 www/data/wlog-9.inc ________________________________________________________________________ Commit ID: 10046F826F46569D27F CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/09/24 21:06:38 UTC Modified files: src : mksh.hts Log message: *sigh*² To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.62 -r1.63 www/src/mksh.hts ________________________________________________________________________ Commit ID: 10046F92DD86D093288 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/25 15:48:45 UTC Modified files: bin/mksh : dot.mkshrc Log message: use precmd() to do the errorlevel-display dance, so that yofuh can disable it more easily, and it got an actual use case To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.20 -r1.21 src/bin/mksh/dot.mkshrc ________________________________________________________________________ Commit ID: 10046F930084F5F78C2 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/25 15:57:49 UTC Modified files: etc : rc Log message: don’t run cprng if user disabled it (and we know about that at that time) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.76 -r1.77 src/etc/rc ________________________________________________________________________ Commit ID: 10046F98D423ED15913 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/25 22:36:36 UTC Modified files: bin/mksh : dot.mkshrc Log message: • reduce number of readlink(1) / realpath(3) calls by caching the result of running it on “~/.” (must be a directory) in a global readonly variable • if readlink fails, use some more or less sane values (no idea what csh(1) does in these cases, maybe some feedback here?) • optimise, while here To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.21 -r1.22 src/bin/mksh/dot.mkshrc ________________________________________________________________________ Commit ID: 10046F98E3F6AD5394E CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/09/25 22:39:37 UTC Modified files: src : mksh.hts Log message: be more verbose on dot.mkshrc To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.63 -r1.64 www/src/mksh.hts ________________________________________________________________________ Commit ID: 10046FA28817614BD71 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/26 09:38:30 UTC Modified files: lib/libssl/man : Makefile Log message: build the libssl manpages with our normal means, do not invoke nroff and col directly; fixes bug that these were not built with “col -x”, leading to possible issues with the HTML versions; simplifies PS generation too. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.6 -r1.7 src/lib/libssl/man/Makefile ________________________________________________________________________ Commit ID: 10046FA4424089635A4 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/26 11:36:26 UTC Modified files: distrib/common : listend.i386-big Log message: disable awk(1) on the bsd.rd for now, as we need more than the current 44 KiB of free space on / maybe in the future (post-release), mount mfs on /etc (kinda like baselive) ok bsiegert@ To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.24 -r1.25 src/distrib/common/listend.i386-big ________________________________________________________________________ Commit ID: 10046FA52D54C7D5A97 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/26 12:38:47 UTC Modified files: usr.sbin/ntpd : client.c ntp.c Log message: improve the output from -t option to reduce my own confusion To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.8 -r1.9 src/usr.sbin/ntpd/client.c cvs -R rdiff -kk -upr1.8 -r1.9 src/usr.sbin/ntpd/ntp.c ________________________________________________________________________ Commit ID: 10046FA54414A95A3AD CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/26 12:44:48 UTC Modified files: usr.sbin/ntpd : ntpd.8 ntpd.c Log message: • mention -dtt is redundant (-dt or -tt are ok) • sync usage To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.6 -r1.7 src/usr.sbin/ntpd/ntpd.8 cvs -R rdiff -kk -upr1.15 -r1.16 src/usr.sbin/ntpd/ntpd.c ________________________________________________________________________ Commit ID: 10046FA72B0363AD0F5 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/09/26 14:54:19 UTC Modified files: src : mksh.hts Log message: got it to work with pcc, by just not using -O* at all (-O0 = -O1 ☹) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.64 -r1.65 www/src/mksh.hts ________________________________________________________________________ Commit ID: 10046FA7F7C26612515 CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/09/26 15:49:30 UTC Modified files: misc/screen : Makefile misc/screen/patches: patch-etc_etcscreenrc Log message: add some changes from debian: * Add "defnonblock 5" to the default screenrc which ought to improve screen's behaviour on flaky/slow ssh lines. Closes: #434014. • the OP capability for xterms (commented out tho, as I guess we hav LP) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.21 -r1.22 ports/misc/screen/Makefile cvs -R rdiff -kk -upr1.7 -r1.8 ports/misc/screen/patches/patch-etc_etcscreenrc ________________________________________________________________________ Commit ID: 10046FAB284311E6B67 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/26 19:26:59 UTC Modified files: bin/mksh : mksh.1 Log message: be more accurate but terse regarding pipe sequences somehow, variables don’t propagate up much more often To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.100 -r1.101 src/bin/mksh/mksh.1 ________________________________________________________________________ Commit ID: 10046FBB49E367387BB CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/27 13:48:09 UTC Removed files: sys/arch/sparc/conf: SUN4 SUN4C SUN4M Log message: theo says these are b0rked cf. gmane.os.openbsd.sparc To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.2 -r0 src/sys/arch/sparc/conf/SUN4 cvs -R rdiff -kk -upr1.2 -r0 src/sys/arch/sparc/conf/SUN4C cvs -R rdiff -kk -upr1.2 -r0 src/sys/arch/sparc/conf/SUN4M ________________________________________________________________________ Commit ID: 10046FC0E661CEE03B1 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/09/27 20:10:57 UTC Modified files: data : news.inc wlog-9.inc Log message: why do things have to be so complicated… To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.24 -r1.25 www/data/news.inc cvs -R rdiff -kk -upr1.44 -r1.45 www/data/wlog-9.inc ________________________________________________________________________ Commit ID: 10046FC60267ACBBB45 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/28 01:59:47 UTC Modified files: share/misc : bsdstats Log message: extend globbing To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.56 -r1.57 src/share/misc/bsdstats ________________________________________________________________________ Commit ID: 10046FCE4517B5FC678 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/28 11:23:46 UTC Modified files: usr.bin/logger : logger.1 logger.c Log message: syslog(3) API sucks: it truncates To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.1.1 -r1.2 src/usr.bin/logger/logger.1 cvs -R rdiff -kk -upr1.2 -r1.3 src/usr.bin/logger/logger.c ________________________________________________________________________ Commit ID: 10046FCE4F070F546D9 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/28 11:26:47 UTC Modified files: share/misc : bsdstats Log message: silently skip dirs like /usr/ports/databases/db/pkg/ when looking for possible occurences of /var/db/pkg/-alikes To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.57 -r1.58 src/share/misc/bsdstats ________________________________________________________________________ Commit ID: 10046FCE68E6F5A3578 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/28 11:33:19 UTC Modified files: share/misc : bsdstats Log message: ok this didn‘t work out, do it properly To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.58 -r1.59 src/share/misc/bsdstats ________________________________________________________________________ Commit ID: 10046FCEFA52BF98B14 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/28 12:12:57 UTC Modified files: usr.sbin/openssl: Makefile lib/libssl/src/apps: dhparam.c dsaparam.c gendh.c genrsa.c req.c s_cb.c s_server.c Log message: use the callback functions to push additional entropy into the OpenSSL-in- ternal PRNG from (and, using arc4random_pushb(3), to) the BSD arcfour PRNG. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.10 -r1.11 src/usr.sbin/openssl/Makefile cvs -R rdiff -kk -upr1.1.1.1 -r1.2 src/lib/libssl/src/apps/dhparam.c cvs -R rdiff -kk -upr1.1.1.1 -r1.2 src/lib/libssl/src/apps/dsaparam.c cvs -R rdiff -kk -upr1.1.1.1 -r1.2 src/lib/libssl/src/apps/gendh.c cvs -R rdiff -kk -upr1.1.1.2 -r1.2 src/lib/libssl/src/apps/genrsa.c cvs -R rdiff -kk -upr1.3 -r1.4 src/lib/libssl/src/apps/req.c cvs -R rdiff -kk -upr1.2 -r1.3 src/lib/libssl/src/apps/s_cb.c cvs -R rdiff -kk -upr1.2 -r1.3 src/lib/libssl/src/apps/s_server.c ________________________________________________________________________ Commit ID: 10046FCF6683BF48EA5 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/28 12:41:54 UTC Modified files: lib/libssl/src/apps: apps.h dhparam.c dsaparam.c gendh.c genrsa.c req.c s_cb.c s_server.c lib/libssl/src/crypto/rand: rand_unix.c lib/libssl/src/ssl: s3_enc.c t1_enc.c usr.sbin/openssl: Makefile Log message: • circumvent libc’s arc4random stuff usually, directly use KERN_ARND, since it has greater throughput (and entropy if the app doesn’t use it itself – which almost no openssl-app does) • feed arc4random_pushb(3) results to RAND_add(3) as well • RCS IDs To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.1.2 -r1.2 src/lib/libssl/src/apps/apps.h cvs -R rdiff -kk -upr1.2 -r1.3 src/lib/libssl/src/apps/dhparam.c cvs -R rdiff -kk -upr1.2 -r1.3 src/lib/libssl/src/apps/dsaparam.c cvs -R rdiff -kk -upr1.2 -r1.3 src/lib/libssl/src/apps/gendh.c cvs -R rdiff -kk -upr1.2 -r1.3 src/lib/libssl/src/apps/genrsa.c cvs -R rdiff -kk -upr1.4 -r1.5 src/lib/libssl/src/apps/req.c cvs -R rdiff -kk -upr1.3 -r1.4 src/lib/libssl/src/apps/s_cb.c cvs -R rdiff -kk -upr1.3 -r1.4 src/lib/libssl/src/apps/s_server.c cvs -R rdiff -kk -upr1.2 -r1.3 src/lib/libssl/src/crypto/rand/rand_unix.c cvs -R rdiff -kk -upr1.4 -r1.5 src/lib/libssl/src/ssl/s3_enc.c cvs -R rdiff -kk -upr1.4 -r1.5 src/lib/libssl/src/ssl/t1_enc.c cvs -R rdiff -kk -upr1.11 -r1.12 src/usr.sbin/openssl/Makefile ________________________________________________________________________ Commit ID: 10046FD04D2150A1A07 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/09/28 13:42:29 UTC Modified files: . : Makefile Added files: src : jupp.hts Removed files: content : anVwcA__.inc Log message: convert the jupp page (sort of) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.15 -r1.16 www/Makefile cvs -R rdiff -kk -upr1.15 -r0 www/content/anVwcA__.inc cvs -R rdiff -kk -upr0 -r1.1 www/src/jupp.hts ________________________________________________________________________ Commit ID: 10046FD12C83BC07C7A CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/28 14:41:57 UTC Modified files: lib/libssl/src/ssl: ssl_lib.c Log message: SECURITY fix for http://www.heise.de/newsticker/meldung/96710 To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.2 -r1.3 src/lib/libssl/src/ssl/ssl_lib.c ________________________________________________________________________ Commit ID: 10046FD236F29DB49D2 CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/09/28 15:53:34 UTC Added files: code/Snippets : mkseed.ksh Log message: tool for assisting in manually creating strong randomness for asymmetric cryptography private key generation using, e.g. “openssl genrsa” To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr0 -r1.1 contrib/code/Snippets/mkseed.ksh ________________________________________________________________________ Commit ID: 10046FD48A70BF91C15 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/28 18:33:24 UTC Modified files: sys/arch/i386/i386: autoconf.c random.s sys/dev : rnd.c Log message: • do not always srandom(), once is enough, it’s not supposed to be crypto- graphically good anyway, just continuous • new int arc4random_seedfreq; contains the frequency of arc4random(9) re-seeds, by default still 10 minutes • if a VIA C3 Hardware RNG is found, re-seed every minute (ok 64 seconds…) • bump © years, sync licence etc. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.9 -r1.10 src/sys/arch/i386/i386/autoconf.c cvs -R rdiff -kk -upr1.3 -r1.4 src/sys/arch/i386/i386/random.s cvs -R rdiff -kk -upr1.32 -r1.33 src/sys/dev/rnd.c ________________________________________________________________________ Commit ID: 10046FD4B7B40BB609F CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/28 18:44:01 UTC Modified files: sys/kern : init_main.c sys/lib/libkern: srandom.c Log message: • srandom.c: fix a calculation error • init_main.c: add homepage To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.17 -r1.18 src/sys/kern/init_main.c cvs -R rdiff -kk -upr1.6 -r1.7 src/sys/lib/libkern/srandom.c ________________________________________________________________________ Commit ID: 10046FD4EDE67B99486 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/28 18:58:24 UTC Modified files: sys/arch/i386/i386: autoconf.c Log message: might need splhigh() protection To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.10 -r1.11 src/sys/arch/i386/i386/autoconf.c ________________________________________________________________________ Commit ID: 10046FD5263773D7FD9 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/28 19:13:17 UTC Modified files: share/man/man4 : random.4 Log message: fix inaccuracy To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.4 -r1.5 src/share/man/man4/random.4 ________________________________________________________________________ Commit ID: 10046FD5A5F07ECF293 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/28 19:47:53 UTC Modified files: libexec/cprng : cprng.c Log message: cache a little; even a read of one byte dequeues a lot 10x RNDGETENTCNT ioctl To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.9 -r1.10 src/libexec/cprng/cprng.c ________________________________________________________________________ Commit ID: 10046FD5AE914B0F3C5 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/28 19:49:43 UTC Modified files: libexec/cprng : cprng.c Log message: RNDADDTOENTCNT To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.10 -r1.11 src/libexec/cprng/cprng.c ________________________________________________________________________ Commit ID: 10046FD5E352AD53838 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/28 20:04:13 UTC Modified files: libexec/cprng : cprng.8 cprng.c Log message: writes to /dev/arandom reset/reseed the arc4random(9) flag/state thusly switch back to /dev/urandom for our purposes now we don’t shoot ourselves into the foot any longer To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.2 -r1.3 src/libexec/cprng/cprng.8 cvs -R rdiff -kk -upr1.11 -r1.12 src/libexec/cprng/cprng.c ________________________________________________________________________ Commit ID: 10046FD5E937EA6D879 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/28 20:05:25 UTC Modified files: libexec/cprng : Makefile Log message: don’t strip the RCS IDs, we’re still below a page like this To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.2 -r1.3 src/libexec/cprng/Makefile ________________________________________________________________________ Commit ID: 10046FD5F5F48689F64 CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/09/28 20:09:08 UTC Modified files: code/Snippets : mkseed.ksh Log message: since we use /dev/srandom, sleep(1) a little in between, to give it a chance to fill up again, plus it already takes very long anyway To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1 -r1.2 contrib/code/Snippets/mkseed.ksh ________________________________________________________________________ Commit ID: 10046FD684B204757B3 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/28 20:46:54 UTC Modified files: distrib/baselive: munge_it.sh rc.netselect.common distrib/common : dot.profile etc : crontab rc Log message: reduce writes to /dev/arandom, do them where necessary only To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.27 -r1.28 src/distrib/baselive/munge_it.sh cvs -R rdiff -kk -upr1.13 -r1.14 src/distrib/baselive/rc.netselect.common cvs -R rdiff -kk -upr1.20 -r1.21 src/distrib/common/dot.profile cvs -R rdiff -kk -upr1.24 -r1.25 src/etc/crontab cvs -R rdiff -kk -upr1.77 -r1.78 src/etc/rc ________________________________________________________________________ Commit ID: 10046FD68AE508A7E35 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/28 20:48:23 UTC src/distrib/tools Update of /cvs/src/distrib/tools In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv20618/tools Log Message: Directory /cvs/src/distrib/tools added to the repository ________________________________________________________________________ Commit ID: 10046FD696406ED65C5 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/28 20:51:27 UTC Modified files: sys/arch/i386/stand/bootxx: bootxx.S Log message: fix typo To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.8 -r1.9 src/sys/arch/i386/stand/bootxx/bootxx.S ________________________________________________________________________ Commit ID: 10046FD6ECE1D5DD9D8 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/28 21:14:46 UTC Added files: distrib/tools : i386_chain.S Log message: for a dual-arch bootable CD which is also bootable from HDD, CF, etc. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr0 -r1.1 src/distrib/tools/i386_chain.S ________________________________________________________________________ Commit ID: 10046FD7F0F5EA06D38 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/28 22:24:03 UTC Added files: distrib/tools : sundsklbl.c Log message: … and a SunOS disklabel parser To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr0 -r1.1 src/distrib/tools/sundsklbl.c ________________________________________________________________________ Commit ID: 10046FD7F5779A016E1 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/28 22:25:04 UTC Modified files: distrib/tools : sundsklbl.c Log message: cosmetics To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1 -r1.2 src/distrib/tools/sundsklbl.c ________________________________________________________________________ Commit ID: 10046FD7FDE6F5F895A CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/28 22:27:28 UTC Modified files: distrib/tools : sundsklbl.c Log message: a pasto and more decimal values (slice blocks) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.2 -r1.3 src/distrib/tools/sundsklbl.c ________________________________________________________________________ Commit ID: 10046FD810245186BA9 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/28 22:32:55 UTC Modified files: distrib/tools : i386_chain.S Added files: distrib/tools : Makefile Log message: a kludgy Makefile for building them all (Benny, BSD make isn’t for this…) XXX need -Wno-error for sundsklbl since gcc doesn't know about $ in printf To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr0 -r1.1 src/distrib/tools/Makefile cvs -R rdiff -kk -upr1.1 -r1.2 src/distrib/tools/i386_chain.S ________________________________________________________________________ Commit ID: 10046FD81B634278C88 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/28 22:41:28 UTC Modified files: distrib/tools : i386_chain.S Log message: better raise CHAINSECTOR to 24, since disklabel+bootxx are already 16 sectors To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.2 -r1.3 src/distrib/tools/i386_chain.S ________________________________________________________________________ Commit ID: 10046FD83A3532EB336 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/28 22:43:36 UTC Modified files: distrib/tools : i386_chain.S Log message: make CHAINSECTOR 0-based like installboot(8/i386) -S option is To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.3 -r1.4 src/distrib/tools/i386_chain.S ________________________________________________________________________ Commit ID: 10046FD83E44B27BEF1 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/28 22:44:36 UTC Modified files: distrib/tools : Makefile i386_chain.S Log message: make CHAINSECTOR a Makefile variable To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1 -r1.2 src/distrib/tools/Makefile cvs -R rdiff -kk -upr1.4 -r1.5 src/distrib/tools/i386_chain.S ________________________________________________________________________ Commit ID: 10046FD8626212580F2 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/28 22:54:08 UTC Modified files: distrib/baselive: munge_it.sh distrib/common : dot.profile install.sub Log message: don’t hardcode herc.mirbsd.org To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.28 -r1.29 src/distrib/baselive/munge_it.sh cvs -R rdiff -kk -upr1.21 -r1.22 src/distrib/common/dot.profile cvs -R rdiff -kk -upr1.23 -r1.24 src/distrib/common/install.sub ________________________________________________________________________ Commit ID: 10046FD8A1651EB2B55 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/09/28 23:12:03 UTC Modified files: data : wlog-9.inc Log message: hm, does anyone read this? let’s try it: I need a SCSI LVD cable for U-320 stuff with 4 + 2 (controller, terminator) 68-pin connectors (to fit in the SCSI<->SCA adapters I wrote about in the wlog), donations anyone? (and a tadpole sparcbook would be nice…) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.45 -r1.46 www/data/wlog-9.inc ________________________________________________________________________ Commit ID: 10046FFFA2009CAB902 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/09/30 19:33:50 UTC Modified files: . : Makefile src : danke.hts Added files: src : devel.hts Removed files: content : ZGV2ZWw_.inc Log message: convert /?devel and add missing freeforge (from old irc page) any more missings? esp. from mksh page? To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.16 -r1.17 www/Makefile cvs -R rdiff -kk -upr1.17 -r0 www/content/ZGV2ZWw_.inc cvs -R rdiff -kk -upr1.1 -r1.2 www/src/danke.hts cvs -R rdiff -kk -upr0 -r1.1 www/src/devel.hts ________________________________________________________________________ Commit ID: 10047000BD741625C1D CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/09/30 20:49:17 UTC Modified files: distrib/common : listend.i386-big Log message: add rarpd (about 12K) on the ramdisk, to be able to netboot a sparc To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.25 -r1.26 src/distrib/common/listend.i386-big ________________________________________________________________________ Commit ID: 10047013CAE6C4DD276 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/10/01 18:29:56 UTC Modified files: sys/arch/i386/i386: machdep.c Log message: Revision [799]1.300 / ([800]download) - [801]annotate - [802][select for diffs] , Tue Jun 22 08:58:16 2004 UTC (3 years, 3 months ago) by mickey Branch: [803]MAIN Changes since 1.299: +3 -3 lines Diff to previous [804]1.299 ([805]colored) make sure real/avail mem printfs do unsigned ariths; found by beck@ To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.17 -r1.18 src/sys/arch/i386/i386/machdep.c ________________________________________________________________________ Commit ID: 1004701432129474A8A CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/10/01 18:58:09 UTC Modified files: sys/sys : stdarg.h Log message: … originally I intended this as src/include/stdarg.h, it’s derived from Message-ID: <470131F8.4030209@ludd.ltu.se> since pcc just gained mi stdarg support, but I found out we have src/sys/sys/stdarg.h, and just added the gcc3 differences to it, not touching src/include/* To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.1.1 -r1.2 src/sys/sys/stdarg.h ________________________________________________________________________ Commit ID: 100470156CA2818D0BC CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2007/10/01 20:21:40 UTC Modified files: samples : dot.Xmodmap Log message: • got a better use for them: the Pascal interval (‥) and, for now, another form of bullet (for e.g. lists) • also fix textual mishaps To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.13 -r1.14 contrib/samples/dot.Xmodmap ________________________________________________________________________ Commit ID: 1004701587B3C134699 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/10/01 20:28:24 UTC Modified files: distrib/common : listend.sparc Log message: this will fit To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.16 -r1.17 src/distrib/common/listend.sparc ________________________________________________________________________ Commit ID: 10047015B8902CABF55 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/10/01 20:41:39 UTC Modified files: sys/stand/boot : vars.c Log message: allow 'set image /v10/@/bsd' where @ is replaced by i386 or sparc To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.2 -r1.3 src/sys/stand/boot/vars.c ________________________________________________________________________ Commit ID: 10047015C351E0AE052 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/10/01 20:44:25 UTC Added files: distrib/tools : boot.cfg Log message: this shall be used in the combined cdrom10.iso To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr0 -r1.1 src/distrib/tools/boot.cfg ________________________________________________________________________ Commit ID: 10047015C5848E950A2 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/10/01 20:44:49 UTC Adding static tag 'tg-release_reconsider' affecting: old rev. new rev. filename -------- -------- -------- NONE 1.1 distrib/tools/boot.cfg ________________________________________________________________________ Commit ID: 10047015DB118D4B0ED CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/10/01 20:50:49 UTC Modified files: distrib/common : Makefile Log message: we haven’t needed the etc/ directory on the CD since long To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.24 -r1.25 src/distrib/common/Makefile ________________________________________________________________________ Commit ID: 10047015E696BD7B698 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/10/01 20:53:45 UTC Modified files: distrib/common : Makefile Makefile.i386-big Makefile.sparc Log message: boot.ldr -> b_{i386,sparc}.ldr To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.25 -r1.26 src/distrib/common/Makefile cvs -R rdiff -kk -upr1.7 -r1.8 src/distrib/common/Makefile.i386-big cvs -R rdiff -kk -upr1.6 -r1.7 src/distrib/common/Makefile.sparc ________________________________________________________________________ Commit ID: 10047015EB04410F835 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/10/01 20:54:54 UTC Modified files: distrib/common : Makefile.i386-big Log message: boot.iso → b_i386.iso To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.8 -r1.9 src/distrib/common/Makefile.i386-big ________________________________________________________________________ Commit ID: 100470161397D26F4B1 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/10/01 21:05:41 UTC Modified files: sys/sys : stdarg.h Log message: oeps To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.2 -r1.3 src/sys/sys/stdarg.h ________________________________________________________________________ Commit ID: 100470162042EA19FE8 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/10/01 21:09:02 UTC Modified files: sys/stand/boot : vars.c Log message: oops To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.3 -r1.4 src/sys/stand/boot/vars.c ________________________________________________________________________ Commit ID: 100470162B82D9A2A56 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/10/01 21:12:34 UTC Added files: distrib/tools : dual_chain.bin Log message: add a first sector combining the SunOS disklabel with an i386 chainloader hand-crafted To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr0 -r1.1 src/distrib/tools/dual_chain.bin ________________________________________________________________________ Commit ID: 1004701646E79030948 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/10/01 21:19:52 UTC Modified files: distrib/common : Makefile.i386-big distrib/tools : Makefile Log message: one step more towards the dual-arch manifold-bootable ISO To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.9 -r1.10 src/distrib/common/Makefile.i386-big cvs -R rdiff -kk -upr1.2 -r1.3 src/distrib/tools/Makefile ________________________________________________________________________ Commit ID: 100470166417C361B87 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/10/01 21:27:19 UTC Modified files: etc/etc.i386 : Makefile.inc Log message: install /usr/mdec/boot into releng/rel/ too, like sparc To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.3 -r1.4 src/etc/etc.i386/Makefile.inc ________________________________________________________________________ Commit ID: 100470167FB0376153C CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/10/01 21:34:35 UTC Modified files: etc/etc.i386 : Makefile.inc Log message: also copy the MBR, for fun To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.4 -r1.5 src/etc/etc.i386/Makefile.inc ________________________________________________________________________ Commit ID: 100470168D40FCD2E45 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/10/01 21:38:20 UTC Modified files: distrib/tools : Makefile Log message: add the hooks for creating the cd image now all we need is self-installing boot blocks, yeah… To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.3 -r1.4 src/distrib/tools/Makefile ________________________________________________________________________ Commit ID: 1004701695D6FC1F0D8 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/10/01 21:40:24 UTC Modified files: distrib/tools : Makefile Log message: simplify To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.4 -r1.5 src/distrib/tools/Makefile ________________________________________________________________________ Commit ID: 10047016C034CB50FF7 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/10/01 21:52:20 UTC Modified files: distrib/common : Makefile.sparc distrib/tools : Makefile Log message: if I see this correctly, boot(8/sparc) doesn’t parse a boot.cfg until this is fixed, link the kernel to /bsd doesn’t hurt as we won’t have dual-arch baselive CDs To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.7 -r1.8 src/distrib/common/Makefile.sparc cvs -R rdiff -kk -upr1.5 -r1.6 src/distrib/tools/Makefile ________________________________________________________________________ Commit ID: 10047016DC6749B7BCE CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/10/01 21:59:14 UTC Modified files: distrib/tools : Makefile Log message: pasto To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.6 -r1.7 src/distrib/tools/Makefile ________________________________________________________________________ Commit ID: 10047016DF82D88E25A CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/10/01 22:00:25 UTC Modified files: distrib/common : Makefile.i386-big distrib/tools : Makefile Log message: since CD-R vnd(4)s have no real geometry, use the standard LBA emul values To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.10 -r1.11 src/distrib/common/Makefile.i386-big cvs -R rdiff -kk -upr1.7 -r1.8 src/distrib/tools/Makefile ________________________________________________________________________ Commit ID: 10047018F481CA2A3B9 CVSROOT: /cvs Module name: gcc Changes by: tg@herc.mirbsd.org 2007/10/02 00:24:10 UTC Modified files: gcc/config : mirbsd.h Log message: maybe fix UMAC-64 ssh on sparc… this is a longer conversation between me and an OpenSSH developer (pvalchev@obsd) who’s been +extremely+ helpful in trak- king this down (thanks a lot, in case you’re reading this *winks moid*) we now list libc before libgcc on the ld command line, and use the -( ‥ -) feature of ld(1) to group them, so we don’t have to list them twice, since we always only use GNU ld (for now). To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.16 -r1.17 gcc/gcc/config/mirbsd.h ________________________________________________________________________ Commit ID: 1004701954801EB034C CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/10/02 00:48:12 UTC Modified files: distrib/common : Makefile.sparc distrib/tools : Makefile Log message: all this mumpitz wasn't really necessary, after all (at least qemu shows) now we'd better unify installboot(8) syntax between arches… To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.8 -r1.9 src/distrib/common/Makefile.sparc cvs -R rdiff -kk -upr1.8 -r1.9 src/distrib/tools/Makefile ________________________________________________________________________ Commit ID: 100470197B83EA3726B CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/10/02 00:58:19 UTC Modified files: data : wlog-9.inc Log message: one small step for me… To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.46 -r1.47 www/data/wlog-9.inc ________________________________________________________________________ Commit ID: 100470198DF52617F70 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/10/02 01:03:13 UTC Modified files: bin/mksh : dot.mkshrc Log message: enable to use colour escapes framed with ^A by default To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.22 -r1.23 src/bin/mksh/dot.mkshrc ________________________________________________________________________ Commit ID: 10047019AEC1E7B501C CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/10/02 01:11:55 UTC Modified files: src : devel.hts Log message: guess we need to credit more To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1 -r1.2 www/src/devel.hts ________________________________________________________________________ Commit ID: 10047019C826E5AB753 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/10/02 01:18:59 UTC Modified files: usr.bin/ssh : Tag: openbsd dh.c sftp-client.c ssh-agent.c ssh_config.5 Log message: pull in some more fixes from obsd, but not that big unifdef session, since we undefine BSD auth for bsd.rd (yet) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.1.5 -r1.1.1.6 src/usr.bin/ssh/dh.c cvs -R rdiff -kk -upr1.1.1.10 -r1.1.1.11 src/usr.bin/ssh/sftp-client.c cvs -R rdiff -kk -upr1.1.1.11 -r1.1.1.12 src/usr.bin/ssh/ssh-agent.c cvs -R rdiff -kk -upr1.1.1.14 -r1.1.1.15 src/usr.bin/ssh/ssh_config.5 ________________________________________________________________________ Commit ID: 10047019CED77344E80 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/10/02 01:20:24 UTC Modified files: usr.bin/ssh : dh.c sftp-client.c ssh-agent.c ssh_config.5 Log message: fastmerge To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.6 -r1.7 src/usr.bin/ssh/dh.c cvs -R rdiff -kk -upr1.12 -r1.13 src/usr.bin/ssh/sftp-client.c cvs -R rdiff -kk -upr1.12 -r1.13 src/usr.bin/ssh/ssh-agent.c cvs -R rdiff -kk -upr1.20 -r1.21 src/usr.bin/ssh/ssh_config.5 ________________________________________________________________________ Commit ID: 10047019DAB4EE1D599 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/10/02 01:23:54 UTC Modified files: share/doc : README Log message: unbreak ports/books/mirex/Makefile *and* src/distrib/common/listend.i386-big *sigh* To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.9 -r1.10 src/share/doc/README ________________________________________________________________________ Commit ID: 10047025D2D55AD7C34 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/10/02 15:02:16 UTC Modified files: files : .htaccess Log message: • more cool HTML manual page redirection, now you can use ‣ http://www.mirbsd.org/man/foo.1 ‣ http://www.mirbsd.org/man1/foo • be machdep, you can now also use either of ‣ http://www.mirbsd.org/mani386/1/foo ‣ http://www.mirbsd.org/mansparc/foo.1 • retain compatibility to all old forms of HTML manpages we ever had here To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1 -r1.2 www/files/.htaccess ________________________________________________________________________ Commit ID: 10047028D624B67594F CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/10/02 18:26:29 UTC Modified files: . : Makefile etc : Makefile Removed files: etc/etc.i386 : Makefile.inc etc/etc.sparc : Makefile.inc Log message: get rid of snap_md To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.113 -r1.114 src/Makefile cvs -R rdiff -kk -upr1.38 -r1.39 src/etc/Makefile cvs -R rdiff -kk -upr1.5 -r0 src/etc/etc.i386/Makefile.inc cvs -R rdiff -kk -upr1.7 -r0 src/etc/etc.sparc/Makefile.inc ________________________________________________________________________ Commit ID: 10047028F3C46428C83 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/10/02 18:34:47 UTC Modified files: distrib/tools : Makefile Log message: simplify/unify even more now all we need are self-installing bootblocks or mi installboot(8) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.9 -r1.10 src/distrib/tools/Makefile ________________________________________________________________________ Commit ID: 100470290611BC5B444 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/10/02 18:39:14 UTC Modified files: etc : Makefile Log message: no etc.ARCH/Makefile.inc any more To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.39 -r1.40 src/etc/Makefile ________________________________________________________________________ Commit ID: 100470290F44FF4AEC7 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/10/02 18:42:17 UTC Modified files: . : Makefile distrib/lists/htman/htpsd: mi distrib/lists/htman/htusd: mi Log message: htman: docs/ → manDOCS/ to better accomodate changeset 10047025D2D55AD7C34 To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.114 -r1.115 src/Makefile cvs -R rdiff -kk -upr1.35 -r1.36 src/distrib/lists/htman/htpsd/mi cvs -R rdiff -kk -upr1.30 -r1.31 src/distrib/lists/htman/htusd/mi ________________________________________________________________________ Commit ID: 10047029416501385E1 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/10/02 18:55:01 UTC Modified files: data : news.inc files : cvsweb.conf index.php robots.txt legacy : vindex.inc mk : htsconv tmpl.pre src : mksh.hts Log message: new manpages format To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.25 -r1.26 www/data/news.inc cvs -R rdiff -kk -upr1.1 -r1.2 www/files/cvsweb.conf cvs -R rdiff -kk -upr1.1 -r1.2 www/files/index.php cvs -R rdiff -kk -upr1.1 -r1.2 www/files/robots.txt cvs -R rdiff -kk -upr1.4 -r1.5 www/legacy/vindex.inc cvs -R rdiff -kk -upr1.6 -r1.7 www/mk/htsconv cvs -R rdiff -kk -upr1.5 -r1.6 www/mk/tmpl.pre cvs -R rdiff -kk -upr1.65 -r1.66 www/src/mksh.hts ________________________________________________________________________ Commit ID: 1004703C65C271D9610 CVSROOT: /cvs Module name: (multiple) Changes by: tg@herc.mirbsd.org 2007/10/03 16:42:39 UTC Modified files: scripts : editdiff misc/mc : Makefile misc/mc/patches: patch-lib_mc_menu Log message: • *: use a simple heuristics to default to CVSREADONLYFS if not set in the environment, keep it unless CVS/Root is >0 bytes and does NOT begin with a : (so use :ext: or :pserver: for ancient cvses) • mc.menu: tweak To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.7 -r1.8 src/scripts/editdiff cvs -R rdiff -kk -upr1.19 -r1.20 ports/misc/mc/Makefile cvs -R rdiff -kk -upr1.9 -r1.10 ports/misc/mc/patches/patch-lib_mc_menu ________________________________________________________________________ Commit ID: 1004703D6317BD1DF37 CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2007/10/03 17:49:18 UTC Modified files: infrastructure/install: distinfo.sh books/mirex : Makefile distinfo books/mirex/pkg: DESCR PLIST essentials/pkgtools: Makefile distinfo essentials/pkgtools/pkg: PLIST Log message: upgrade To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.58 -r1.59 ports/infrastructure/install/distinfo.sh cvs -R rdiff -kk -upr1.15 -r1.16 ports/books/mirex/Makefile cvs -R rdiff -kk -upr1.10 -r1.11 ports/books/mirex/distinfo cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/books/mirex/pkg/DESCR cvs -R rdiff -kk -upr1.7 -r1.8 ports/books/mirex/pkg/PLIST cvs -R rdiff -kk -upr1.43 -r1.44 ports/essentials/pkgtools/Makefile cvs -R rdiff -kk -upr1.32 -r1.33 ports/essentials/pkgtools/distinfo cvs -R rdiff -kk -upr1.4 -r1.5 ports/essentials/pkgtools/pkg/PLIST ________________________________________________________________________ Commit ID: 100470401A70A43D517 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/10/03 20:54:54 UTC Modified files: usr.sbin/ntpd : client.c ntp.c Log message: add more traces To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.9 -r1.10 src/usr.sbin/ntpd/client.c cvs -R rdiff -kk -upr1.9 -r1.10 src/usr.sbin/ntpd/ntp.c ________________________________________________________________________ Commit ID: 100470402121D132085 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/10/03 20:56:57 UTC Modified files: usr.sbin/ntpd : Tag: openbsd client.c Log message: Revision [74]1.68 / ([75]download) - [76]annotate - [77][select for diffs] , Mon May 29 20:51:54 2006 UTC (16 months ago) by ckuethe When ntpd backs off polling due to a negative delay, tell the user how long it will wait until the next poll. ok henning@ To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.1.5 -r1.1.1.6 src/usr.sbin/ntpd/client.c ________________________________________________________________________ Commit ID: 1004704037C0828759F CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/10/03 21:02:43 UTC Modified files: usr.sbin/ntpd : Tag: openbsd client.c ntp.c ntpd.h Log message: Revision [134]1.70 / ([135]download) - [136]annotate - [137][select for diffs] , Sun Jun 4 18:58:13 2006 UTC (15 months, 4 weeks ago) by otto Only invalidate stored replies if an adjustment was really made. ok henning@ To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.1.6 -r1.1.1.7 src/usr.sbin/ntpd/client.c cvs -R rdiff -kk -upr1.1.1.5 -r1.1.1.6 src/usr.sbin/ntpd/ntp.c cvs -R rdiff -kk -upr1.1.1.5 -r1.1.1.6 src/usr.sbin/ntpd/ntpd.h ________________________________________________________________________ Commit ID: 100470403A61EA39E71 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/10/03 21:03:25 UTC Modified files: usr.sbin/ntpd : Tag: openbsd ntp.c Log message: Revision [62]1.92 / ([63]download) - [64]annotate - [65][select for diffs] , Sat Oct 21 07:30:58 2006 UTC (11 months, 1 week ago) by henning Found that even if client fd (i.e to NTP source) is set to -1 because of error, it may still participate in poll() causing poll() to repeatedly wake up on error fd. so make sure w edon't add -1 fds to pollevents to avoid unnecessary wakeups From: [69]amandal@entrisphere.com To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.1.6 -r1.1.1.7 src/usr.sbin/ntpd/ntp.c ________________________________________________________________________ Commit ID: 100470404CE4044E2A1 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/10/03 21:08:13 UTC Modified files: usr.sbin/ntpd : client.c ntp.c ntpd.h Log message: merge and beautify To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.10 -r1.11 src/usr.sbin/ntpd/client.c cvs -R rdiff -kk -upr1.10 -r1.11 src/usr.sbin/ntpd/ntp.c cvs -R rdiff -kk -upr1.11 -r1.12 src/usr.sbin/ntpd/ntpd.h ________________________________________________________________________ Commit ID: 100470405136467D5AB CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/10/03 21:09:17 UTC Modified files: usr.sbin/ntpd : Tag: openbsd ntp.c Log message: second part of that diff To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.1.7 -r1.1.1.8 src/usr.sbin/ntpd/ntp.c ________________________________________________________________________ Commit ID: 1004704067A0FD8C33C CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/10/03 21:15:18 UTC Modified files: usr.sbin/ntpd : client.c ntp.c Log message: merge and fix To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.11 -r1.12 src/usr.sbin/ntpd/client.c cvs -R rdiff -kk -upr1.11 -r1.12 src/usr.sbin/ntpd/ntp.c ________________________________________________________________________ Commit ID: 100470406C60200F2EA CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/10/03 21:16:31 UTC Modified files: usr.sbin/ntpd : client.c Log message: wording To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.12 -r1.13 src/usr.sbin/ntpd/client.c ________________________________________________________________________ Commit ID: 10047040702450C1DBB CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/10/03 21:17:31 UTC Modified files: usr.sbin/ntpd : client.c Log message: spacing To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.13 -r1.14 src/usr.sbin/ntpd/client.c ________________________________________________________________________ Commit ID: 10047040B240EEE90C0 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/10/03 21:35:15 UTC Modified files: usr.sbin/ntpd : ntp.c Log message: mooooore tracing (oO) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.12 -r1.13 src/usr.sbin/ntpd/ntp.c ________________________________________________________________________ Commit ID: 10047040CAE42B79497 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/10/03 21:41:47 UTC Modified files: usr.sbin/ntpd : ntp.c Log message: better logging To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.13 -r1.14 src/usr.sbin/ntpd/ntp.c ________________________________________________________________________ Commit ID: 10047040EE22B8D41AB CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/10/03 21:51:08 UTC Modified files: usr.sbin/ntpd : ntp.c Log message: even better To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.14 -r1.15 src/usr.sbin/ntpd/ntp.c ________________________________________________________________________ Commit ID: 100470411971D43A5AB CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/10/03 22:03:06 UTC Modified files: usr.sbin/ntpd : ntp.c Log message: log the sorted peers list if debug&trace or trace=5‥n To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.15 -r1.16 src/usr.sbin/ntpd/ntp.c ________________________________________________________________________ Commit ID: 10047041CD3352DEB4B CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/10/03 22:50:59 UTC Modified files: usr.sbin/ntpd : ntp.c Log message: I learned lots about ntpd(8) tonight… improve the randomisation of the poll intervals To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.16 -r1.17 src/usr.sbin/ntpd/ntp.c ________________________________________________________________________ Commit ID: 10047041D2145A88E16 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/10/03 22:52:00 UTC Modified files: usr.sbin/ntpd : client.c Log message: fix: use the correct constant To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.14 -r1.15 src/usr.sbin/ntpd/client.c ________________________________________________________________________ Commit ID: 10047041D4B1252A4C1 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/10/03 22:52:59 UTC Modified files: usr.sbin/ntpd : ntpd.h Log message: reduce number of queries to pick the best from, in order to make ntpd(8) adjtime(2) more often… To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.12 -r1.13 src/usr.sbin/ntpd/ntpd.h ________________________________________________________________________ Commit ID: 100470420FA50B0F436 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/10/03 23:08:20 UTC Modified files: mk : htsconv Log message: oops To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.7 -r1.8 www/mk/htsconv ________________________________________________________________________ Commit ID: 100470421F37A98ACA3 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/10/03 23:12:50 UTC Modified files: files : .htaccess Log message: • fix /cman/ 10x tonnerre • we have manDOCS/ now • there is no man0/ here To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.2 -r1.3 www/files/.htaccess ________________________________________________________________________ Commit ID: 10047042C1D291240E8 CVSROOT: /cvs Module name: (multiple) Changes by: tg@herc.mirbsd.org 2007/10/03 23:55:59 UTC Modified files: scripts : editdiff misc/mc : Makefile misc/mc/patches: patch-lib_mc_menu Log message: leading slash is also read-only To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.8 -r1.9 src/scripts/editdiff cvs -R rdiff -kk -upr1.20 -r1.21 ports/misc/mc/Makefile cvs -R rdiff -kk -upr1.10 -r1.11 ports/misc/mc/patches/patch-lib_mc_menu ________________________________________________________________________ Commit ID: 100470518EB15C50084 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/10/04 16:46:13 UTC ports/devel/p5-Scalar-List-Utils Update of /cvs/ports/devel/p5-Scalar-List-Utils In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv5573/p5-Scalar-List-Utils Log Message: Directory /cvs/ports/devel/p5-Scalar-List-Utils added to the repository ________________________________________________________________________ Commit ID: 100470518EB15C50084 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/10/04 16:46:13 UTC ports/devel/p5-Scalar-List-Utils/pkg Update of /cvs/ports/devel/p5-Scalar-List-Utils/pkg In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv5573/p5-Scalar-List-Utils/pkg Log Message: Directory /cvs/ports/devel/p5-Scalar-List-Utils/pkg added to the repository ________________________________________________________________________ Commit ID: 100470518EB15C50084 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/10/04 16:46:13 UTC ports/devel/p5-Scalar-List-Utils/patches Update of /cvs/ports/devel/p5-Scalar-List-Utils/patches In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv5573/p5-Scalar-List-Utils/patches Log Message: Directory /cvs/ports/devel/p5-Scalar-List-Utils/patches added to the repository ________________________________________________________________________ Commit ID: 100470519072BB04A9B CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/10/04 16:47:58 UTC Added files: devel/p5-Scalar-List-Utils: Makefile distinfo devel/p5-Scalar-List-Utils/patches: patch-inc_Module_Install_InstallDirs_pm devel/p5-Scalar-List-Utils/pkg: DESCR PLIST Log message: Add a port for List::Util and Scalar::Util. Both are contained in our perl in base but have a memory leak (and svk needs a newer version). Patch installers so that installation proceeds into the usual place, not /usr/libdata/perl5. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr0 -r1.1 ports/devel/p5-Scalar-List-Utils/Makefile cvs -R rdiff -kk -upr0 -r1.1 ports/devel/p5-Scalar-List-Utils/distinfo cvs -R rdiff -kk -upr0 -r1.1 ports/devel/p5-Scalar-List-Utils/patches/patch-inc_Module_Install_InstallDirs_pm cvs -R rdiff -kk -upr0 -r1.1 ports/devel/p5-Scalar-List-Utils/pkg/DESCR cvs -R rdiff -kk -upr0 -r1.1 ports/devel/p5-Scalar-List-Utils/pkg/PLIST ________________________________________________________________________ Commit ID: 100470519945AD96F0E CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/10/04 16:49:02 UTC ports/devel/p5-Class-Autouse Update of /cvs/ports/devel/p5-Class-Autouse In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv23257/p5-Class-Autouse Log Message: Directory /cvs/ports/devel/p5-Class-Autouse added to the repository ________________________________________________________________________ Commit ID: 100470519945AD96F0E CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/10/04 16:49:03 UTC ports/devel/p5-Class-Autouse/pkg Update of /cvs/ports/devel/p5-Class-Autouse/pkg In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv23257/p5-Class-Autouse/pkg Log Message: Directory /cvs/ports/devel/p5-Class-Autouse/pkg added to the repository ________________________________________________________________________ Commit ID: 100470519B320C7EBBB CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/10/04 16:50:34 UTC Added files: devel/p5-Class-Autouse: Makefile distinfo devel/p5-Class-Autouse/pkg: DESCR PLIST Log message: Add a port for Class::Autouse. Needs the new Scalar-List-Utils. From DESCR: "Class::Autouse" allows you to specify a class the will only load when a method of that class is called. For large classes that might not be used during the running of a program, such as Date::Manip, this can save you large amounts of memory, and decrease the script load time a great deal. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr0 -r1.1 ports/devel/p5-Class-Autouse/Makefile cvs -R rdiff -kk -upr0 -r1.1 ports/devel/p5-Class-Autouse/distinfo cvs -R rdiff -kk -upr0 -r1.1 ports/devel/p5-Class-Autouse/pkg/DESCR cvs -R rdiff -kk -upr0 -r1.1 ports/devel/p5-Class-Autouse/pkg/PLIST ________________________________________________________________________ Commit ID: 10047051A08435DF046 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/10/04 16:52:45 UTC Modified files: infrastructure/mk: perl.port.mk Log message: Make most of the ExtUtils::MakeMaker stuff apply only when CONFIGURE_STYLE=perl, so you can do e.g. MODULES+=perl and profit from definitions like P5ARCH, P5SITE, and MODPERL_CONFIG_VARS. The latter contains variables given to Makefile.PL and can be appended in the port Makefile. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.7 -r1.8 ports/infrastructure/mk/perl.port.mk ________________________________________________________________________ Commit ID: 1004705573040B436A7 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/10/04 21:11:54 UTC ports/devel/p5-Locale-Maketext-Simple Update of /cvs/ports/devel/p5-Locale-Maketext-Simple In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv16564/p5-Locale-Maketext-Simple Log Message: Directory /cvs/ports/devel/p5-Locale-Maketext-Simple added to the repository ________________________________________________________________________ Commit ID: 1004705573040B436A7 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/10/04 21:11:54 UTC ports/devel/p5-Locale-Maketext-Simple/pkg Update of /cvs/ports/devel/p5-Locale-Maketext-Simple/pkg In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv16564/p5-Locale-Maketext-Simple/pkg Log Message: Directory /cvs/ports/devel/p5-Locale-Maketext-Simple/pkg added to the repository ________________________________________________________________________ Commit ID: 100470559EC164C0015 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/10/04 21:23:56 UTC Added files: devel/p5-Locale-Maketext-Simple: Makefile distinfo devel/p5-Locale-Maketext-Simple/pkg: DESCR PLIST Log message: Add a port for Locale::Maketext::Simple. From DESCR: This module is a simple wrapper around Locale::Maketext::Lexicon, designed to alleviate the need of creating "Language Classes" for module authors. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr0 -r1.1 ports/devel/p5-Locale-Maketext-Simple/Makefile cvs -R rdiff -kk -upr0 -r1.1 ports/devel/p5-Locale-Maketext-Simple/distinfo cvs -R rdiff -kk -upr0 -r1.1 ports/devel/p5-Locale-Maketext-Simple/pkg/DESCR cvs -R rdiff -kk -upr0 -r1.1 ports/devel/p5-Locale-Maketext-Simple/pkg/PLIST ________________________________________________________________________ Commit ID: 10047055CFA42029F97 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/10/04 21:36:35 UTC ports/devel/p5-Getopt-Long Update of /cvs/ports/devel/p5-Getopt-Long In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv16898/p5-Getopt-Long Log Message: Directory /cvs/ports/devel/p5-Getopt-Long added to the repository ________________________________________________________________________ Commit ID: 10047055CFA42029F97 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/10/04 21:36:36 UTC ports/devel/p5-Getopt-Long/pkg Update of /cvs/ports/devel/p5-Getopt-Long/pkg In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv16898/p5-Getopt-Long/pkg Log Message: Directory /cvs/ports/devel/p5-Getopt-Long/pkg added to the repository ________________________________________________________________________ Commit ID: 10047055CFA42029F97 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/10/04 21:36:38 UTC ports/devel/p5-Getopt-Long/patches Update of /cvs/ports/devel/p5-Getopt-Long/patches In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv16898/p5-Getopt-Long/patches Log Message: Directory /cvs/ports/devel/p5-Getopt-Long/patches added to the repository ________________________________________________________________________ Commit ID: 10047055D144D6B0E22 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/10/04 21:37:37 UTC Added files: devel/p5-Getopt-Long: Makefile distinfo devel/p5-Getopt-Long/patches: patch-Makefile_PL devel/p5-Getopt-Long/pkg: DESCR PLIST Log message: Add a new version of Getopt::Long, which is in the default perl distribution. From DESCR: Module Getopt::Long implements an extended getopt function called GetOptions(). This function implements the POSIX standard for command line options, with GNU extensions, while still capable of handling the traditional one-letter options. In general, this means that command line options can have long names instead of single letters, and are introduced with a double dash `--'. Optionally, Getopt::Long can support the traditional bundling of single-letter command line options. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr0 -r1.1 ports/devel/p5-Getopt-Long/Makefile cvs -R rdiff -kk -upr0 -r1.1 ports/devel/p5-Getopt-Long/distinfo cvs -R rdiff -kk -upr0 -r1.1 ports/devel/p5-Getopt-Long/patches/patch-Makefile_PL cvs -R rdiff -kk -upr0 -r1.1 ports/devel/p5-Getopt-Long/pkg/DESCR cvs -R rdiff -kk -upr0 -r1.1 ports/devel/p5-Getopt-Long/pkg/PLIST ________________________________________________________________________ Commit ID: 1004705617A67695F9A CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/10/04 21:56:05 UTC Modified files: textproc/p5-Pod-Escapes: Makefile distinfo textproc/p5-Pod-Escapes/pkg: PLIST textproc/p5-Pod-Simple: Makefile distinfo textproc/p5-Pod-Simple/pkg: PLIST Log message: Update to newest versions, regen plists To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.3 -r1.4 ports/textproc/p5-Pod-Escapes/Makefile cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/textproc/p5-Pod-Escapes/distinfo cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/textproc/p5-Pod-Escapes/pkg/PLIST cvs -R rdiff -kk -upr1.3 -r1.4 ports/textproc/p5-Pod-Simple/Makefile cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/textproc/p5-Pod-Simple/distinfo cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/textproc/p5-Pod-Simple/pkg/PLIST ________________________________________________________________________ Commit ID: 1004705628D005FF594 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/10/04 22:00:23 UTC ports/devel/p5-App-CLI Update of /cvs/ports/devel/p5-App-CLI In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv95/p5-App-CLI Log Message: Directory /cvs/ports/devel/p5-App-CLI added to the repository ________________________________________________________________________ Commit ID: 100470562941DFEE86E CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/10/04 22:00:30 UTC ports/devel/p5-App-CLI/pkg Update of /cvs/ports/devel/p5-App-CLI/pkg In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv7678/p5-App-CLI/pkg Log Message: Directory /cvs/ports/devel/p5-App-CLI/pkg added to the repository ________________________________________________________________________ Commit ID: 100470562A83C0591A3 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/10/04 22:01:20 UTC Added files: devel/p5-App-CLI: Makefile distinfo devel/p5-App-CLI/pkg: DESCR PLIST Log message: Add a port for App::CLI, another svk dependency. From DESCR: App::CLI dispatches CLI (command line interface) based commands into command classes. It also supports subcommand and per-command options. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr0 -r1.1 ports/devel/p5-App-CLI/Makefile cvs -R rdiff -kk -upr0 -r1.1 ports/devel/p5-App-CLI/distinfo cvs -R rdiff -kk -upr0 -r1.1 ports/devel/p5-App-CLI/pkg/DESCR cvs -R rdiff -kk -upr0 -r1.1 ports/devel/p5-App-CLI/pkg/PLIST ________________________________________________________________________ Commit ID: 1004706A5CC60E4872D CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/10/05 20:59:34 UTC ports/devel/p5-List-MoreUtils Update of /cvs/ports/devel/p5-List-MoreUtils In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv24804/p5-List-MoreUtils Log Message: Directory /cvs/ports/devel/p5-List-MoreUtils added to the repository ________________________________________________________________________ Commit ID: 1004706A5CC60E4872D CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/10/05 20:59:35 UTC ports/devel/p5-List-MoreUtils/pkg Update of /cvs/ports/devel/p5-List-MoreUtils/pkg In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv24804/p5-List-MoreUtils/pkg Log Message: Directory /cvs/ports/devel/p5-List-MoreUtils/pkg added to the repository ________________________________________________________________________ Commit ID: 1004706A5DF1859A360 CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/10/05 21:00:11 UTC Added files: devel/p5-List-MoreUtils: Makefile distinfo devel/p5-List-MoreUtils/pkg: DESCR PLIST Log message: Add a port for List::MoreUtils. From DESCR: List::MoreUtils provides some trivial but commonly needed functionality on lists which is not going to go into List::Util. All of the below functions are implementable in only a couple of lines of Perl code. Using the functions from this module however should give slightly better performance as everything is implemented in C. The pure-Perl implementation of these functions only serves as a fallback in case the C portions of this module couldn't be compiled on this machine. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr0 -r1.1 ports/devel/p5-List-MoreUtils/Makefile cvs -R rdiff -kk -upr0 -r1.1 ports/devel/p5-List-MoreUtils/distinfo cvs -R rdiff -kk -upr0 -r1.1 ports/devel/p5-List-MoreUtils/pkg/DESCR cvs -R rdiff -kk -upr0 -r1.1 ports/devel/p5-List-MoreUtils/pkg/PLIST ________________________________________________________________________ Commit ID: 1004706A6EE1543EFEB CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/10/05 21:04:35 UTC Modified files: devel/p5-Class-Accessor: Makefile distinfo devel/p5-Class-Accessor/pkg: PLIST Log message: Update to 0.31, regen plist To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.3 -r1.4 ports/devel/p5-Class-Accessor/Makefile cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/devel/p5-Class-Accessor/distinfo cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/devel/p5-Class-Accessor/pkg/PLIST ________________________________________________________________________ Commit ID: 1004706A7B426F56E5E CVSROOT: /cvs Module name: gcc Changes by: tg@herc.mirbsd.org 2007/10/05 21:07:55 UTC Modified files: gcc/config : mirbsd.h Log message: undef before defining, we override that of here To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.17 -r1.18 gcc/gcc/config/mirbsd.h ________________________________________________________________________ Commit ID: 1004708B0B025A22934 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/10/07 10:10:34 UTC Modified files: distrib/lists/htman: ignfiles Log message: sync To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.4 -r1.5 src/distrib/lists/htman/ignfiles ________________________________________________________________________ Commit ID: 1004708B1EC50F5B294 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/10/07 10:15:53 UTC Modified files: data : wlog-9.inc Log message: more wlogs To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.47 -r1.48 www/data/wlog-9.inc ________________________________________________________________________ Commit ID: 100470A1BD7570BE1CF CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/10/08 12:00:41 UTC Modified files: files : .htaccess Log message: while man[1-9], PSD, SMM, USD and PAPERS are all *.htm files, manINFO are all *.html files, and manDOCS are hierarchical and mixed To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.3 -r1.4 www/files/.htaccess ________________________________________________________________________ Commit ID: 100470A1C1009540C55 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/10/08 12:04:34 UTC Modified files: usr.sbin/ntpd : ntpd.h Log message: reduce the number of probes in the clock filter down to 4, so that adjtime is called at least approx. 3 times a hour, greatly helping us to reduce the size of the spikes for systems with clock drift (but increasing susceptibi- lity to latency-induced low-quality responses) tested on herc/rant with a value of 3 (adjust about 4 times an hour) XXX this should be made an ntpd.conf option instead of a define ASAP XXX this should be reverted once we have adjfreq(2) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.13 -r1.14 src/usr.sbin/ntpd/ntpd.h ________________________________________________________________________ Commit ID: 100470A69FF5652404A CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/10/08 17:33:40 UTC Modified files: devel/p5-FreezeThaw/pkg: PLIST Log message: Regenerate plist, no functional changes To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/devel/p5-FreezeThaw/pkg/PLIST ________________________________________________________________________ Commit ID: 100470A9C9458D204BF CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/10/08 21:10:05 UTC Modified files: share/mk : sys.mk Log message: even though it’s non-standard, add .cpp as an alias for .cc/.cxx suffix; didn’t add .C though since mirmake should operate on MacOS X which isn’t installable on case-sensitive filesystems as well (yuck) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.119 -r1.120 src/share/mk/sys.mk ________________________________________________________________________ Commit ID: 100470B51C95EE18C61 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/10/09 10:02:38 UTC Modified files: src : mksh.hts Log message: deprecate -DMKSH_DO_MKNOD as it’s redundant To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.66 -r1.67 www/src/mksh.hts ________________________________________________________________________ Commit ID: 100470B81ED2599A682 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/10/09 13:28:10 UTC Modified files: usr.sbin/ntpd : ntp.c Log message: ignore peers which are off the median by more than one second in the weighted mapping To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.17 -r1.18 src/usr.sbin/ntpd/ntp.c ________________________________________________________________________ Commit ID: 100470B8E4D3F899082 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/10/09 14:21:56 UTC Modified files: bin/mksh : Build.sh Log message: remove the deprecated -DMKSH_DO_MKNOD instead, use the environment variable • HAVE_MKNOD=0 ‣ force off • HAVE_MKNOD=1 ‣ force on • HAVE_MKNOD=x ‣ force detection (on even if -DMKSH_SMALL) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.266 -r1.267 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 100470B903141342E3B CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/10/09 14:29:43 UTC Modified files: bin/mksh : Build.sh Log message: implement parallel make (Build.sh -j) this is for the 16-fold Itanium Ⅱ box with 64 GiB RAM ☻ To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.267 -r1.268 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 100470B94ED68BBDDDB CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2007/10/09 14:50:51 UTC Modified files: bin/mksh : check.t edit.c sh.h Log message: revert the return type of x_e_getc() back from u_char to int this change broke abortion on failure to read input, was not needed for gcc warnings and is the fault of Intel’s compiler this should fix the other busy-loop problem occuring only on GNU/Linux so far – 10x spaetzle@freewrt.o for pointing me to the problem; reproduced on my work craptop To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.138 -r1.139 src/bin/mksh/check.t cvs -R rdiff -kk -upr1.113 -r1.114 src/bin/mksh/edit.c cvs -R rdiff -kk -upr1.175 -r1.176 src/bin/mksh/sh.h ________________________________________________________________________ Commit ID: 100470B9A273F40081B CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2007/10/09 15:11:20 UTC Modified files: src : mksh.hts Log message: sync changelog; mknod; -j; pcc To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.67 -r1.68 www/src/mksh.hts ________________________________________________________________________ Commit ID: 100470BAC8611CB294C CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/10/09 16:29:37 UTC ports/devel/p5-File-Temp Update of /cvs/ports/devel/p5-File-Temp In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv4555/p5-File-Temp Log Message: Directory /cvs/ports/devel/p5-File-Temp added to the repository ________________________________________________________________________ Commit ID: 100470BAC8611CB294C CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/10/09 16:29:38 UTC ports/devel/p5-File-Temp/pkg Update of /cvs/ports/devel/p5-File-Temp/pkg In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv4555/p5-File-Temp/pkg Log Message: Directory /cvs/ports/devel/p5-File-Temp/pkg added to the repository ________________________________________________________________________ Commit ID: 100470BAC8611CB294C CVSROOT: /cvs Module name: ports Changes by: bsiegert@herc.mirbsd.org 2007/10/09 16:29:38 UTC ports/devel/p5-IO-Pager Update of /cvs/ports/devel/p5-IO-Pager In directory herc.mirbsd.org:/var/anoncvs/anoncvs/tmp/cvs-serv4555/p5-IO-Pager Log Message: Directory /cvs/ports/devel/p5-IO-Pager added to the repository ________________________________________________________________________ [ continued ]