[ continuing from /cvs/Logs/ChangeLog.3A ] Commit ID: 1004F7EE8B85815EBA4 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/04/06 12:59:30 UTC Modified files: bin/mksh : Build.sh main.c misc.c sh.h Log message: drop the need for strcasestr: just uppercase a copy and compare with uppercased To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.537 -r1.538 src/bin/mksh/Build.sh cvs -R rdiff -kk -upr1.214 -r1.215 src/bin/mksh/main.c cvs -R rdiff -kk -upr1.186 -r1.187 src/bin/mksh/misc.c cvs -R rdiff -kk -upr1.540 -r1.541 src/bin/mksh/sh.h ________________________________________________________________________ Commit ID: 1004F7EEEE854E70C61 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/04/06 13:25:53 UTC Modified files: bin/mksh : Build.sh Log message: use a reverse test for sys_siglist_decl – this one works on Dell UNIX To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.538 -r1.539 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 1004F7EEFB200419165 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/04/06 13:29:03 UTC Modified files: bin/mksh : funcs.c histrap.c sh.h Log message: drop str{,n}casecmp, too To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.211 -r1.212 src/bin/mksh/funcs.c cvs -R rdiff -kk -upr1.121 -r1.122 src/bin/mksh/histrap.c cvs -R rdiff -kk -upr1.541 -r1.542 src/bin/mksh/sh.h ________________________________________________________________________ Commit ID: 1004F7EF8CF17D62DEF CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/04/06 14:07:53 UTC Modified files: bin/mksh : eval.c Log message: fix indentation mishap To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.115 -r1.116 src/bin/mksh/eval.c ________________________________________________________________________ Commit ID: 1004F7EFC20579118AD CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/04/06 14:22:02 UTC Modified files: share/misc : acronyms Log message: +KLOD (same as KLOC but with unidiff, not code) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.149 -r1.150 src/share/misc/acronyms ________________________________________________________________________ CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/04/06 14:30:48 UTC Moving branch tag 'mksh-R40stable' affecting: old rev. new rev. filename -------- -------- -------- 1.27 1.31 bin/mksh/check.pl 1.69 1.69 bin/mksh/dot.mkshrc 1.230 1.233 bin/mksh/edit.c 1.5 1.5 bin/mksh/emacsfn.h 1.96 1.97 bin/mksh/exec.c 1.117 1.122 bin/mksh/histrap.c 1.84 1.84 bin/mksh/jobs.c 1.19 1.19 bin/mksh/lalloc.c 1.158 1.160 bin/mksh/lex.c 1.45 1.45 bin/mksh/shf.c 1.7 1.7 bin/mksh/strlcpy.c 1.2 1.2 bin/mksh/var_spec.h ________________________________________________________________________ Commit ID: 1004F7F0056695FD460 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/04/06 14:40:26 UTC Modified files: bin/mksh : Tag: mksh-R40stable Build.sh check.t eval.c expr.c funcs.c main.c misc.c sh.h Log message: MFC fixes from HEAD To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.484.2.12 -r1.484.2.13 src/bin/mksh/Build.sh cvs -R rdiff -kk -upr1.474.2.14 -r1.474.2.15 src/bin/mksh/check.t cvs -R rdiff -kk -upr1.112 -r1.112.2.1 src/bin/mksh/eval.c cvs -R rdiff -kk -upr1.51.2.1 -r1.51.2.2 src/bin/mksh/expr.c cvs -R rdiff -kk -upr1.204.2.1 -r1.204.2.2 src/bin/mksh/funcs.c cvs -R rdiff -kk -upr1.195.2.7 -r1.195.2.8 src/bin/mksh/main.c cvs -R rdiff -kk -upr1.167.2.4 -r1.167.2.5 src/bin/mksh/misc.c cvs -R rdiff -kk -upr1.484.2.16 -r1.484.2.17 src/bin/mksh/sh.h ________________________________________________________________________ Commit ID: 1004F7F05E56B217A5D CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/04/06 15:03:44 UTC Modified files: bin/mksh : Build.sh Log message: bring back $LDSTATIC support To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.539 -r1.540 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 1004F7F06967E8F146E CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/04/06 15:06:44 UTC Modified files: bin/mksh : edit.c Log message: fix some comments To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.233 -r1.234 src/bin/mksh/edit.c ________________________________________________________________________ Commit ID: 1004F7F096867C83CF0 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/04/06 15:20:44 UTC Modified files: bin/mksh : Build.sh sh.h Log message: if LDSTATIC is not empty (i.e. "-static" or " "), always add “our” sources: • strlcpy • utf_wcwidth note strchr/strstr from misc.c are still #ifdef DEBUG only, as they are not eligible: they’re for const-cleanliness debugging purposes XXX get rid of multiple occurrences of binary search code, too… To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.540 -r1.541 src/bin/mksh/Build.sh cvs -R rdiff -kk -upr1.542 -r1.543 src/bin/mksh/sh.h ________________________________________________________________________ Commit ID: 1004F7F0A772094B85A CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/04/06 15:23:13 UTC Modified files: bin/mksh : sh.h Log message: more speling To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.543 -r1.544 src/bin/mksh/sh.h ________________________________________________________________________ CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/04/06 15:23:47 UTC Moving branch tag 'mksh-R40stable' affecting: old rev. new rev. filename -------- -------- -------- 1.233 1.234 bin/mksh/edit.c ________________________________________________________________________ Commit ID: 1004F7F0AB3308BB1BB CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/04/06 15:24:18 UTC Modified files: bin/mksh : Tag: mksh-R40stable sh.h Log message: MFC spelling fixes To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.484.2.17 -r1.484.2.18 src/bin/mksh/sh.h ________________________________________________________________________ Commit ID: 1004F7F0EF059916D34 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2012/04/06 15:42:19 UTC Modified files: src : mksh.hts Log message: sync clog To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.447 -r1.448 www/src/mksh.hts ________________________________________________________________________ CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/04/06 22:26:55 UTC Adding static tag 'mksh-R40f' affecting: old rev. new rev. filename -------- -------- -------- NONE 1.484.2.13 bin/mksh/Build.sh NONE 1.31 bin/mksh/check.pl NONE 1.474.2.15 bin/mksh/check.t NONE 1.69 bin/mksh/dot.mkshrc NONE 1.234 bin/mksh/edit.c NONE 1.5 bin/mksh/emacsfn.h NONE 1.112.2.1 bin/mksh/eval.c NONE 1.97 bin/mksh/exec.c NONE 1.51.2.2 bin/mksh/expr.c NONE 1.204.2.2 bin/mksh/funcs.c NONE 1.122 bin/mksh/histrap.c NONE 1.84 bin/mksh/jobs.c NONE 1.19 bin/mksh/lalloc.c NONE 1.160 bin/mksh/lex.c NONE 1.195.2.8 bin/mksh/main.c NONE 1.167.2.5 bin/mksh/misc.c NONE 1.269.2.9 bin/mksh/mksh.1 NONE 1.484.2.18 bin/mksh/sh.h NONE 1.8.2.1 bin/mksh/sh_flags.h NONE 1.45 bin/mksh/shf.c NONE 1.7 bin/mksh/strlcpy.c NONE 1.73 bin/mksh/syn.c NONE 1.52.4.3 bin/mksh/tree.c NONE 1.130.2.8 bin/mksh/var.c NONE 1.2 bin/mksh/var_spec.h ________________________________________________________________________ Commit ID: 1004F7F76701A26CFE5 CVSROOT: /cvs Module name: (multiple) Changes by: tg@herc.mirbsd.org 2012/04/06 23:03:56 UTC Modified files: converters/rpm2cpio/patches: patch-rpm2cpio converters/rpm2cpio: Makefile emulators/fedora: Makefile hosted/tg : pimp-initramfs src : jupp.hts Log message: fix order of cpio(1) arguments To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.7.1 -r1.2 ports/converters/rpm2cpio/patches/patch-rpm2cpio cvs -R rdiff -kk -upr1.2 -r1.3 ports/converters/rpm2cpio/Makefile cvs -R rdiff -kk -upr1.5 -r1.6 ports/emulators/fedora/Makefile cvs -R rdiff -kk -upr1.1 -r1.2 contrib/hosted/tg/pimp-initramfs cvs -R rdiff -kk -upr1.32 -r1.33 www/src/jupp.hts ________________________________________________________________________ Commit ID: 1004F7F780C31C894F7 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/04/06 23:10:52 UTC Modified files: bin/mksh : Tag: mksh-R40stable Build.sh bin/mksh : Build.sh Log message: can’t forget LynxOS, although it’s still preliminary… To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.484.2.13 -r1.484.2.14 src/bin/mksh/Build.sh cvs -R rdiff -kk -upr1.541 -r1.542 src/bin/mksh/Build.sh ________________________________________________________________________ CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/04/06 23:11:09 UTC Moving static tag 'mksh-R40f' affecting: old rev. new rev. filename -------- -------- -------- 1.484.2.13 1.484.2.14 bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 1004F7F85F6254CF3E0 CVSROOT: /cvs Module name: (multiple) Changes by: tg@herc.mirbsd.org 2012/04/07 00:10:11 UTC Modified files: shells/mksh : DESCR Makefile distinfo src : mksh.hts Log message: mksh R40f “Friedenserklärung” was released on 2012-04-06 (barely) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.18 -r1.19 ports/shells/mksh/DESCR cvs -R rdiff -kk -upr1.56 -r1.57 ports/shells/mksh/Makefile cvs -R rdiff -kk -upr1.51 -r1.52 ports/shells/mksh/distinfo cvs -R rdiff -kk -upr1.448 -r1.449 www/src/mksh.hts ________________________________________________________________________ Commit ID: 1004F7F88A70BA8D5D8 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2012/04/07 00:21:36 UTC Modified files: src : ksh-chan.hts Log message: new ksh93 and mksh versions To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.23 -r1.24 www/src/ksh-chan.hts ________________________________________________________________________ Commit ID: 1004F7F8ACF09B231A1 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2012/04/07 00:30:48 UTC Modified files: src : ksh-chan.hts Log message: *sigh*… To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.24 -r1.25 www/src/ksh-chan.hts ________________________________________________________________________ Commit ID: 1004F7F94AD3891A0FE CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2012/04/07 01:12:56 UTC Modified files: src : mksh.hts Log message: bonsaikitten is now the one keeping the ebuild up to date, not schokokeks… credit him more To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.449 -r1.450 www/src/mksh.hts ________________________________________________________________________ Commit ID: 1004F8012CF5C03FB6D CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2012/04/07 10:11:20 UTC Modified files: src : mksh.hts Log message: fix SLES URL; put more emphasis on cross-compiling changes for R40e and up To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.450 -r1.451 www/src/mksh.hts ________________________________________________________________________ Commit ID: 1004F80227C595EC20D CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/04/07 11:18:14 UTC Modified files: bin/mksh : Tag: mksh-R40stable mksh.1 Log message: fix mdoc To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.269.2.11 -r1.269.2.12 src/bin/mksh/mksh.1 ________________________________________________________________________ Commit ID: 1004F8022DA317E896F CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/04/07 11:19:31 UTC Modified files: bin/mksh : tree.c Log message: move unexpected TELIF warning into #ifdef DEBUG as it never triggered To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.57 -r1.58 src/bin/mksh/tree.c ________________________________________________________________________ Commit ID: 1004F8022E670BC1C0E CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/04/07 11:19:54 UTC Modified files: distrib/special/mksh: Makefile bin/mksh : Build.sh Makefile check.t lex.c mksh.1 sh.h var.c Log message: drop all deprecated code, you have been warned To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.52 -r1.53 src/distrib/special/mksh/Makefile cvs -R rdiff -kk -upr1.542 -r1.543 src/bin/mksh/Build.sh cvs -R rdiff -kk -upr1.96 -r1.97 src/bin/mksh/Makefile cvs -R rdiff -kk -upr1.530 -r1.531 src/bin/mksh/check.t cvs -R rdiff -kk -upr1.160 -r1.161 src/bin/mksh/lex.c cvs -R rdiff -kk -upr1.282 -r1.283 src/bin/mksh/mksh.1 cvs -R rdiff -kk -upr1.544 -r1.545 src/bin/mksh/sh.h cvs -R rdiff -kk -upr1.144 -r1.145 src/bin/mksh/var.c ________________________________________________________________________ Commit ID: 1004F81EEF07E3B7E50 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/04/08 20:02:35 UTC Modified files: bin/mksh : Build.sh Log message: make -fwrapv common; at least clang also can do it To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.543 -r1.544 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 1004F896DA00F79951B CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/04/14 12:29:25 UTC Modified files: usr.bin/rs : rs.c Log message: use size_t, not int, when delta’ing pointers (both for the size, on LP64 platforms for example, and the unsignedness) Debian #668306 To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.5 -r1.6 src/usr.bin/rs/rs.c ________________________________________________________________________ Commit ID: 1004F896EA40AFEF656 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/04/14 12:33:27 UTC Modified files: usr.bin/rs : rs.c Log message: getopt(3) needs To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.6 -r1.7 src/usr.bin/rs/rs.c ________________________________________________________________________ Commit ID: 1004F896F8C4320FD2E CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/04/14 12:37:20 UTC Modified files: usr.bin/rs : rs.c Log message: stop using libbsd headers, they’re unreliable To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.7 -r1.8 src/usr.bin/rs/rs.c ________________________________________________________________________ Commit ID: 1004F8972E17EE84C7E CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/04/14 12:51:36 UTC Modified files: bin/mksh : mksh.1 Log message: update to latest portmdoc; apply the Lt/Gt/Ba rule again To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.283 -r1.284 src/bin/mksh/mksh.1 ________________________________________________________________________ Commit ID: 1004F8973D6048CB423 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/04/14 12:55:33 UTC Modified files: usr.bin/rs : rs.1 Log message: apply portmdoc for portability To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.2 -r1.3 src/usr.bin/rs/rs.1 ________________________________________________________________________ Commit ID: 1004F89836C6359BA94 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/04/14 14:02:42 UTC Modified files: bin/mksh : Build.sh sh.h Log message: if the OS does not provide sig_atomic_t and/or ssize_t, you can now define MKSH_TYPEDEF_SIG_ATOMIC_T and MKSH_TYPEDEF_SSIZE_T via CPPFLAGS to the *correct* definitions (it’s absolutely critical they be correct!) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.544 -r1.545 src/bin/mksh/Build.sh cvs -R rdiff -kk -upr1.545 -r1.546 src/bin/mksh/sh.h ________________________________________________________________________ Commit ID: 1004F8983F46AA27222 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/04/14 14:04:14 UTC Modified files: bin/mksh : Build.sh Log message: sometimes doesn’t provide NULL but does (386BSD) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.545 -r1.546 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 1004F8984C858E8C9F2 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/04/14 14:07:48 UTC Modified files: bin/mksh : Build.sh sh.h Log message: genericise MKSH_NO_SIGSETJMP To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.546 -r1.547 src/bin/mksh/Build.sh cvs -R rdiff -kk -upr1.546 -r1.547 src/bin/mksh/sh.h ________________________________________________________________________ Commit ID: 1004F89859248CF525A CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/04/14 14:11:08 UTC Modified files: bin/mksh : Build.sh Log message: add 386BSD, thanks to the unbelievable RT To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.547 -r1.548 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 1004F898AD566CBFC2D CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/04/14 14:35:14 UTC Modified files: bin/mksh : sh.h var.c Log message: factor out rndget() code, for adding users XXX in the future, the entire scheme must be rethinked when we need more XXX entropy for the hash tables; possibly a cheap add using NZAT and re- XXX initialise the LCG only on access and when added (so keep NZAT state XXX separate from LCG state); also, then we will need a more elaborate XXX scheme, such as adding from environment, editor keypresses and timing To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.547 -r1.548 src/bin/mksh/sh.h cvs -R rdiff -kk -upr1.145 -r1.146 src/bin/mksh/var.c ________________________________________________________________________ Commit ID: 1004F89A0D311D70891 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/04/14 16:07:49 UTC Modified files: distrib/special/mksh: Makefile bin/mksh : Build.sh Makefile check.t exec.c histrap.c main.c sh.h Log message: rewrite maketemp() obsoleting tempnam(3) and mkstemp(3) external deps To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.53 -r1.54 src/distrib/special/mksh/Makefile cvs -R rdiff -kk -upr1.548 -r1.549 src/bin/mksh/Build.sh cvs -R rdiff -kk -upr1.97 -r1.98 src/bin/mksh/Makefile cvs -R rdiff -kk -upr1.531 -r1.532 src/bin/mksh/check.t cvs -R rdiff -kk -upr1.97 -r1.98 src/bin/mksh/exec.c cvs -R rdiff -kk -upr1.122 -r1.123 src/bin/mksh/histrap.c cvs -R rdiff -kk -upr1.215 -r1.216 src/bin/mksh/main.c cvs -R rdiff -kk -upr1.548 -r1.549 src/bin/mksh/sh.h ________________________________________________________________________ Commit ID: 1004F89A5DF2AA347EE CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2012/04/14 16:28:58 UTC Modified files: src : mksh.hts Log message: sync clog To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.451 -r1.452 www/src/mksh.hts ________________________________________________________________________ Commit ID: 1004F89D19F46B121A8 CVSROOT: /cvs Module name: (multiple) Changes by: tg@herc.mirbsd.org 2012/04/14 19:35:47 UTC Modified files: bin/mksh : Build.sh src : mksh.hts Log message: write a bit about pcc, 386BSD, klibc To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.549 -r1.550 src/bin/mksh/Build.sh cvs -R rdiff -kk -upr1.452 -r1.453 www/src/mksh.hts ________________________________________________________________________ Commit ID: 1004F8AF0E7034B75A6 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2012/04/15 16:01:23 UTC Modified files: src : mksh.hts Log message: add one more 386BSD 0.0 patch from RT, and first klibc brokenness results from debian To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.453 -r1.454 www/src/mksh.hts ________________________________________________________________________ Commit ID: 1004F8C5BB26AB58BBE CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/04/16 17:49:42 UTC Modified files: bin/mksh : Build.sh Log message: work around segfault bug in GNU sed 2.03, spotted by RT on Debian 0.91 To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.550 -r1.551 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 1004F90111D6673F935 CVSROOT: /cvs Module name: ports Changes by: tg@herc.mirbsd.org 2012/04/19 13:20:12 UTC Modified files: lang/ewe : Makefile Added files: lang/ewe/patches: patch-vm_nmunix_gui_cpp Log message: it’s Ewe fixing time, again To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.2 -r1.3 ports/lang/ewe/Makefile cvs -R rdiff -kk -upr0 -r1.1 ports/lang/ewe/patches/patch-vm_nmunix_gui_cpp ________________________________________________________________________ Commit ID: 1004F941C7705F73224 CVSROOT: /cvs Module name: (multiple) Changes by: tg@herc.mirbsd.org 2012/04/22 14:57:43 UTC Modified files: hosted/tg/deb/cvs: configure.in hosted/tg/deb/cvs/debian: README.source hosted/tg/deb/cvs/src: rcs.c gnu/usr.bin/cvs: configure.in gnu/usr.bin/cvs/src: rcs.c Log message: • merge latest version of rannotate code from corecode (sadly, still doesn’t work properly) • bump version To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.7 -r1.8 contrib/hosted/tg/deb/cvs/configure.in cvs -R rdiff -kk -upr1.14 -r1.15 contrib/hosted/tg/deb/cvs/debian/README.source cvs -R rdiff -kk -upr1.3 -r1.4 contrib/hosted/tg/deb/cvs/src/rcs.c cvs -R rdiff -kk -upr1.15 -r1.16 src/gnu/usr.bin/cvs/configure.in cvs -R rdiff -kk -upr1.12 -r1.13 src/gnu/usr.bin/cvs/src/rcs.c ________________________________________________________________________ Commit ID: 1004F941D0D27F9174C CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/04/22 15:00:18 UTC Modified files: gnu/usr.bin/cvs: 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/cvs/configure ________________________________________________________________________ Commit ID: 1004F9435454A810CC8 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/04/22 16:43:27 UTC Modified files: share/misc : acronyms Log message: a few new from and inspired from IRC (Vutral, Bernie) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.150 -r1.151 src/share/misc/acronyms ________________________________________________________________________ Commit ID: 1004F947C3646B6F432 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/04/22 21:50:36 UTC Modified files: bin/mksh : check.t eval.c mksh.1 sh.h var.c Log message: after discussion with ciruZ, switch mksh from NZAT to NZAAT fully to get rid of the bias introduced by making the hash never zero … he also pointed out a memory (heap) usage optimisation… which may impact code size a bit though as I’d need to pass an additional argument on hashtable function calls… or, forgo the benefit of not having to pointer-align the key in the structure, which can be as much as 3/7 octets per item, heap storage… OTOH the saved space is 4/8 octets per not-allocated item, possibly some code (use of an multiply-add opcode), but the function call overhead/cost would possibly be quite a bit… I guess I’ll have to measure… To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.532 -r1.533 src/bin/mksh/check.t cvs -R rdiff -kk -upr1.116 -r1.117 src/bin/mksh/eval.c cvs -R rdiff -kk -upr1.284 -r1.285 src/bin/mksh/mksh.1 cvs -R rdiff -kk -upr1.549 -r1.550 src/bin/mksh/sh.h cvs -R rdiff -kk -upr1.146 -r1.147 src/bin/mksh/var.c ________________________________________________________________________ CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2012/04/24 07:56:32 UTC Adding branch tag 'gnuwin' affecting: old rev. new rev. filename -------- -------- -------- NONE 1.24.2.1 samples/dot.Xmodmap ________________________________________________________________________ Commit ID: 1004F9660751D1DEA7A CVSROOT: /cvs Module name: contrib Changes by: tg@herc.mirbsd.org 2012/04/24 08:12:49 UTC Modified files: samples : Tag: gnuwin dot.Xmodmap Log message: Variant of the keyboard with Mode_switch on Alt_R (AltGr), other keybindings shuffled, to be more similar to KBDmir2U for win2k To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.24.2.1 -r1.24.2.1.2.1 contrib/samples/dot.Xmodmap ________________________________________________________________________ Commit ID: 1004F96615E27D88DC5 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/04/24 08:16:08 UTC Modified files: share/misc : acronyms Log message: +vcfe To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.151 -r1.152 src/share/misc/acronyms ________________________________________________________________________ Commit ID: 1004F96EA5D65298DF2 CVSROOT: /cvs Module name: www Changes by: bsiegert@herc.mirbsd.org 2012/04/24 18:00:53 UTC Modified files: src : pkgsrc.hts Log message: Update instructions for 2012Q1. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.5 -r1.6 www/src/pkgsrc.hts ________________________________________________________________________ Commit ID: 1004F9AC66A708942C6 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/04/27 16:16:25 UTC Modified files: bin/mksh : Build.sh check.t jobs.c sh.h Log message: add experimental code to use sigprocmask+pause+sigprocmask ipv sigsuspend (and harden j_sigchld handler for that) to improve working on BeOS 5.0 and Coherent UNIX, found by RT To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.551 -r1.552 src/bin/mksh/Build.sh cvs -R rdiff -kk -upr1.533 -r1.534 src/bin/mksh/check.t cvs -R rdiff -kk -upr1.84 -r1.85 src/bin/mksh/jobs.c cvs -R rdiff -kk -upr1.550 -r1.551 src/bin/mksh/sh.h ________________________________________________________________________ Commit ID: 1004FA2D142349A71DE CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/05/03 18:40:44 UTC Modified files: share/misc : acronyms Log message: translate more Vutral-speak (and other things) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.152 -r1.153 src/share/misc/acronyms ________________________________________________________________________ Commit ID: 1004FA2D172291B69C0 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/05/03 18:41:32 UTC Modified files: share/misc : acronyms To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.153 -r1.154 src/share/misc/acronyms ________________________________________________________________________ Commit ID: 1004FA423C77CA2CF39 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/05/04 18:45:04 UTC Modified files: bin/mksh : tree.c Log message: avoid C99 constructs even in debugging code To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.58 -r1.59 src/bin/mksh/tree.c ________________________________________________________________________ Commit ID: 1004FA4373D2C11CAC3 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/05/04 20:08:27 UTC Modified files: bin/mksh : funcs.c misc.c sh.h Log message: move bi_getn from misc.c to funcs.c and make it static even antique gcc versions will usually inline it now To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.212 -r1.213 src/bin/mksh/funcs.c cvs -R rdiff -kk -upr1.187 -r1.188 src/bin/mksh/misc.c cvs -R rdiff -kk -upr1.551 -r1.552 src/bin/mksh/sh.h ________________________________________________________________________ Commit ID: 1004FA4409A67B135DE CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/05/04 20:49:09 UTC Modified files: bin/mksh : Build.sh edit.c funcs.c histrap.c lex.c main.c misc.c sh.h sh_flags.h Log message: new MKSH_NO_CMDLINE_EDITING to disable command line editing in its entirety mainly for the Plan 9 port though it may also help the WinAPI variant, other porting efforts, as well as a new project I cannot say yet To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.552 -r1.553 src/bin/mksh/Build.sh cvs -R rdiff -kk -upr1.234 -r1.235 src/bin/mksh/edit.c cvs -R rdiff -kk -upr1.213 -r1.214 src/bin/mksh/funcs.c cvs -R rdiff -kk -upr1.123 -r1.124 src/bin/mksh/histrap.c cvs -R rdiff -kk -upr1.161 -r1.162 src/bin/mksh/lex.c cvs -R rdiff -kk -upr1.216 -r1.217 src/bin/mksh/main.c cvs -R rdiff -kk -upr1.188 -r1.189 src/bin/mksh/misc.c cvs -R rdiff -kk -upr1.552 -r1.553 src/bin/mksh/sh.h cvs -R rdiff -kk -upr1.9 -r1.10 src/bin/mksh/sh_flags.h ________________________________________________________________________ Commit ID: 1004FA4470B7AD85C13 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/05/04 21:15:35 UTC Modified files: bin/mksh : funcs.c main.c sh.h Log message: more int→bool while trying to let ^D output CR+LF (which shan’t be, oh my…) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.214 -r1.215 src/bin/mksh/funcs.c cvs -R rdiff -kk -upr1.217 -r1.218 src/bin/mksh/main.c cvs -R rdiff -kk -upr1.553 -r1.554 src/bin/mksh/sh.h ________________________________________________________________________ Commit ID: 1004FA449C67A9AD826 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/05/04 21:28:08 UTC Modified files: bin/mksh : Build.sh Log message: patch test.sh to support check.t split into multiple chunks which is apparently needed on Coherent due to OS limits inspired by a patched test.sh from RT, except I require a dot before the sequence number for easier globbing, made the splitting use -S, and the errorlevel is more correct To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.553 -r1.554 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 1004FA44A7060EB6B5D CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/05/04 21:30:07 UTC Modified files: bin/mksh : Build.sh Log message: fix copy/paste accident; found by RT To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.554 -r1.555 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 1004FA44B316BC0EE38 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/05/04 21:33:16 UTC Modified files: bin/mksh : Build.sh Log message: RT points out there may be a tab inside the NSIG expansion To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.555 -r1.556 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 1004FA44B6B0FB9EB24 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/05/04 21:34:13 UTC Modified files: bin/mksh : Build.sh Log message: another awk(1) compatibility fix from RT To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.556 -r1.557 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 1004FA44C1B3D1F77B2 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/05/04 21:37:10 UTC Modified files: bin/mksh : Build.sh Log message: do not use $(uname -s || uname) as TARGET_OS if it’s the same as $(uname -n), to weave around many ancient unicēs; idea discussed with RT To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.557 -r1.558 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 1004FA44D7024BF2AB1 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/05/04 21:42:54 UTC Modified files: bin/mksh : Build.sh check.t Log message: introduce a nosymlink check category (idea by RT); pass it to test.sh; use cp if ln -s fails (me) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.558 -r1.559 src/bin/mksh/Build.sh cvs -R rdiff -kk -upr1.534 -r1.535 src/bin/mksh/check.t ________________________________________________________________________ Commit ID: 1004FA44E6C59CC7A07 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/05/04 21:47:05 UTC Modified files: bin/mksh : funcs.c main.c sh.h var.c Log message: provide for Coherent not having gettimeofday(2), imake style (bad, but this is not for others to use without a second thought anyway) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.215 -r1.216 src/bin/mksh/funcs.c cvs -R rdiff -kk -upr1.218 -r1.219 src/bin/mksh/main.c cvs -R rdiff -kk -upr1.554 -r1.555 src/bin/mksh/sh.h cvs -R rdiff -kk -upr1.147 -r1.148 src/bin/mksh/var.c ________________________________________________________________________ Commit ID: 1004FA44EC41EDBB764 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/05/04 21:48:30 UTC Modified files: bin/mksh : jobs.c Log message: fix typo; 10x RT for spotting To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.85 -r1.86 src/bin/mksh/jobs.c ________________________________________________________________________ Commit ID: 1004FA450E704CFDFF0 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/05/04 21:57:39 UTC Modified files: bin/mksh : Build.sh misc.c Log message: generalise the skipping sete{u,g}id() case for Coherent, not just BeOS To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.559 -r1.560 src/bin/mksh/Build.sh cvs -R rdiff -kk -upr1.189 -r1.190 src/bin/mksh/misc.c ________________________________________________________________________ Commit ID: 1004FA452A16C9E34E1 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/05/04 22:05:04 UTC Modified files: bin/mksh : Build.sh eval.c funcs.c misc.c sh.h Log message: more symlink(7) nonexistence support code To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.560 -r1.561 src/bin/mksh/Build.sh cvs -R rdiff -kk -upr1.117 -r1.118 src/bin/mksh/eval.c cvs -R rdiff -kk -upr1.216 -r1.217 src/bin/mksh/funcs.c cvs -R rdiff -kk -upr1.190 -r1.191 src/bin/mksh/misc.c cvs -R rdiff -kk -upr1.555 -r1.556 src/bin/mksh/sh.h ________________________________________________________________________ Commit ID: 1004FA455C411397094 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/05/04 22:18:29 UTC Modified files: bin/mksh : Build.sh edit.c funcs.c jobs.c main.c sh.h Log message: last parts of Coherent patchkit: O_ACCMODE and termio To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.561 -r1.562 src/bin/mksh/Build.sh cvs -R rdiff -kk -upr1.235 -r1.236 src/bin/mksh/edit.c cvs -R rdiff -kk -upr1.217 -r1.218 src/bin/mksh/funcs.c cvs -R rdiff -kk -upr1.86 -r1.87 src/bin/mksh/jobs.c cvs -R rdiff -kk -upr1.219 -r1.220 src/bin/mksh/main.c cvs -R rdiff -kk -upr1.556 -r1.557 src/bin/mksh/sh.h ________________________________________________________________________ Commit ID: 1004FA4598C7DB8428A CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/05/04 22:34:53 UTC Modified files: bin/mksh : Build.sh jobs.c main.c Log message: new MKSH_DISABLE_TTY_WARNING for ports that just can’t help it TODO: add_cppflags this automatically in the TARGET_OS switch for some To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.562 -r1.563 src/bin/mksh/Build.sh cvs -R rdiff -kk -upr1.87 -r1.88 src/bin/mksh/jobs.c cvs -R rdiff -kk -upr1.220 -r1.221 src/bin/mksh/main.c ________________________________________________________________________ Commit ID: 1004FA45BE357DA71DC CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/05/04 22:44:36 UTC Modified files: distrib/special/mksh: Makefile bin/mksh : Makefile check.t lex.c sh.h Log message: keep up To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.54 -r1.55 src/distrib/special/mksh/Makefile cvs -R rdiff -kk -upr1.98 -r1.99 src/bin/mksh/Makefile cvs -R rdiff -kk -upr1.535 -r1.536 src/bin/mksh/check.t cvs -R rdiff -kk -upr1.162 -r1.163 src/bin/mksh/lex.c cvs -R rdiff -kk -upr1.557 -r1.558 src/bin/mksh/sh.h ________________________________________________________________________ Commit ID: 1004FA45D587186B5B3 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2012/05/04 22:55:34 UTC Modified files: src : kwalletcli.hts Log message: put in user-contributed pythonic example To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.26 -r1.27 www/src/kwalletcli.hts ________________________________________________________________________ Commit ID: 1004FA45FE02B9B34E0 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2012/05/04 23:01:32 UTC Modified files: src : mksh.hts Log message: sync clog To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.454 -r1.455 www/src/mksh.hts ________________________________________________________________________ Commit ID: 1004FA542E658930BDA CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/05/05 15:10:40 UTC Modified files: bin/mksh : misc.c Log message: my own over-optimisation prevents me from making the MKSH__NO_SYMLINK case as nice as it could be, since part of the “if (0) {” case is jumped into for the first run of the loop… thanks RT To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.191 -r1.192 src/bin/mksh/misc.c ________________________________________________________________________ Commit ID: 1004FA5643909944950 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/05/05 17:32:34 UTC Modified files: bin/mksh : edit.c main.c Log message: move x_mkraw() to main.c from edit.c in order to be able to skip the latter To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.236 -r1.237 src/bin/mksh/edit.c cvs -R rdiff -kk -upr1.221 -r1.222 src/bin/mksh/main.c ________________________________________________________________________ Commit ID: 1004FA5657C4457F07B CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/05/05 17:37:46 UTC Modified files: bin/mksh : Build.sh misc.c sh.h Log message: sprinkle CONSERVATIVE_FDS for many older OSes; DISABLE_TTY_WARNING for BeOS and Coherent (probably more to come); NO_CMDLINE_EDITING to Plan 9; put Hurd NO_PATH_MAX into MKSH__ private namespace To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.563 -r1.564 src/bin/mksh/Build.sh cvs -R rdiff -kk -upr1.192 -r1.193 src/bin/mksh/misc.c cvs -R rdiff -kk -upr1.558 -r1.559 src/bin/mksh/sh.h ________________________________________________________________________ Commit ID: 1004FA56BB53893D984 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/05/05 18:04:22 UTC Modified files: bin/mksh : histrap.c Log message: Valgrind says: close(-1) is not nice To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.124 -r1.125 src/bin/mksh/histrap.c ________________________________________________________________________ Commit ID: 1004FA69B732BF657A4 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/05/06 15:40:32 UTC Modified files: bin/mksh : Build.sh Log message: overhaul the grep(1)s and sed(1)s – see re_format(7) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.564 -r1.565 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 1004FA7D5EA7396A66A CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/05/07 14:05:20 UTC Modified files: usr.sbin/httpd/conf: httpd.conf Log message: CVE-2011-3389: disallow CBC ciphersuites for SSL entirely (short-term) also add another ciphersuite re-enabling eDH, which should be combined with unmasking the CBC fix from SSL_OP_ALL in mod_ssl (via an httpd.conf option); possibly (?) with adding SSLHonorCipherOrder, although this may let current-time clients drop PFS, so (considering that even MSIE 5.0 negotiates “TLS 1.0, RC4 with 128 bit encryption (High); RSA with 4096 bit exchange” just fine it is a non-issue, so no SSLHonorCipherOrder I guess (which also proves we don’t need SSLv3; TLSv1 works in IE5) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.17 -r1.18 src/usr.sbin/httpd/conf/httpd.conf ________________________________________________________________________ Commit ID: 1004FA7F6EF00AE8796 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2012/05/07 16:22:49 UTC Added files: src : imprint.hts Log message: add mirbsd.de/impressum from wayback machine, as waldi’s zope is apparently still broken To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr0 -r1.1 www/src/imprint.hts ________________________________________________________________________ Commit ID: 1004FA7F7AB4D30BC59 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2012/05/07 16:25:56 UTC Modified files: src : imprint.hts Log message: make legible To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1 -r1.2 www/src/imprint.hts ________________________________________________________________________ Commit ID: 1004FA7FB8A51F28A5C CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2012/05/07 16:42:29 UTC Modified files: . : Makefile mk : htsconv inc2rss src : imprint.hts Log message: hook up imprint To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.76 -r1.77 www/Makefile cvs -R rdiff -kk -upr1.59 -r1.60 www/mk/htsconv cvs -R rdiff -kk -upr1.33 -r1.34 www/mk/inc2rss cvs -R rdiff -kk -upr1.2 -r1.3 www/src/imprint.hts ________________________________________________________________________ Commit ID: 1004FA7FC050C9E4C0A CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2012/05/07 16:44:30 UTC Modified files: src : ann-8.hts danke.hts Log message: include sponsored links as agreed on by MIDs and <6758c8bfc3725f376142f031b2ab8049@localhost.localdomain> from – please retain them unless impossible (or illegal, of course, under the imprint) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.2 -r1.3 www/src/ann-8.hts cvs -R rdiff -kk -upr1.8 -r1.9 www/src/danke.hts ________________________________________________________________________ Commit ID: 1004FA8000112B6602D CVSROOT: /cvs Module name: (multiple) Changes by: tg@herc.mirbsd.org 2012/05/07 17:03:07 UTC Modified files: bin/mksh : Build.sh src : mksh.hts Log message: • sync clog • write more notes on klibc, BeOS, Coherent, PW32, Syllable, Xenix • sort DOS OE section to where it belongs • add TARGET_OS=_svr4 for Dell UNIX To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.565 -r1.566 src/bin/mksh/Build.sh cvs -R rdiff -kk -upr1.455 -r1.456 www/src/mksh.hts ________________________________________________________________________ Commit ID: 1004FA94D3A68326CB0 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2012/05/08 16:43:16 UTC Modified files: src : ann-8.hts Log message: small redactional change To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.3 -r1.4 www/src/ann-8.hts ________________________________________________________________________ Commit ID: 1004FAA2A906F44B527 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/05/09 08:27:38 UTC Modified files: usr.bin/wtf : wtf.1 Log message: make manpage portable To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.5 -r1.6 src/usr.bin/wtf/wtf.1 ________________________________________________________________________ Commit ID: 1004FAAB9EF38732082 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2012/05/09 18:39:20 UTC Modified files: src : ann-8.hts danke.hts Log message: tweak comments To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.4 -r1.5 www/src/ann-8.hts cvs -R rdiff -kk -upr1.9 -r1.10 www/src/danke.hts ________________________________________________________________________ CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/05/09 21:07:54 UTC Adding branch tag 'tg-multikey-bind' affecting: old rev. new rev. filename -------- -------- -------- NONE 1.566 bin/mksh/Build.sh NONE 1.99 bin/mksh/Makefile NONE 1.31 bin/mksh/check.pl NONE 1.536 bin/mksh/check.t NONE 1.69 bin/mksh/dot.mkshrc NONE 1.237 bin/mksh/edit.c NONE 1.5 bin/mksh/emacsfn.h NONE 1.118 bin/mksh/eval.c NONE 1.98 bin/mksh/exec.c NONE 1.56 bin/mksh/expr.c NONE 1.218 bin/mksh/funcs.c NONE 1.125 bin/mksh/histrap.c NONE 1.88 bin/mksh/jobs.c NONE 1.19 bin/mksh/lalloc.c NONE 1.163 bin/mksh/lex.c NONE 1.222 bin/mksh/main.c NONE 1.193 bin/mksh/misc.c NONE 1.285 bin/mksh/mksh.1 NONE 1.559 bin/mksh/sh.h NONE 1.10 bin/mksh/sh_flags.h NONE 1.45 bin/mksh/shf.c NONE 1.7 bin/mksh/strlcpy.c NONE 1.74 bin/mksh/syn.c NONE 1.59 bin/mksh/tree.c NONE 1.148 bin/mksh/var.c NONE 1.2 bin/mksh/var_spec.h ________________________________________________________________________ Commit ID: 1004FAAE2A93A87CC34 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/05/09 21:34:29 UTC Modified files: bin/mksh : Tag: tg-multikey-bind edit.c emacsfn.h Log message: store away the first part of the emacs keybinding redesign I’ve had this plan stashed for some time already but Ogre forced my hand by committing something possibly offering similar functionality in a way I’d not like to have new code written in this does not compile To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.237 -r1.237.2.1 src/bin/mksh/edit.c cvs -R rdiff -kk -upr1.5 -r1.5.4.1 src/bin/mksh/emacsfn.h ________________________________________________________________________ Commit ID: 1004FAAFBE14FB50BBC CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/05/09 23:20:44 UTC Modified files: bin/mksh : Build.sh Log message: RT says not using sigsuspend helps Syllable (but is still buggy, see http://forum.syllable.org/viewtopic.php?p=8171 and probably (doesn’t work for me) http://pyro-os.org/?section=Forum&forum=Bugs&zpbw_postKey=NUgSMp85XGHKbF751zJ6Ww which show the bug affects all shells) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.566 -r1.567 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 1004FAAFBED1D226CAF CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/05/09 23:21:02 UTC Modified files: bin/mksh : check.t funcs.c sh.h syn.c var.c Log message: Fix typeset issues (LP: #993847) This was actually more evil: • use a recursive function to display blocks in reverse order, so that local variable values overwrite global ones • add array support to typeset -p (from typeset -p -) • display 'set -A varname' line before setting values, for -p • if -p got arguments, only display those (from the innermost scope) Also, the usual amount of code cleanup… To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.536 -r1.537 src/bin/mksh/check.t cvs -R rdiff -kk -upr1.218 -r1.219 src/bin/mksh/funcs.c cvs -R rdiff -kk -upr1.559 -r1.560 src/bin/mksh/sh.h cvs -R rdiff -kk -upr1.74 -r1.75 src/bin/mksh/syn.c cvs -R rdiff -kk -upr1.148 -r1.149 src/bin/mksh/var.c ________________________________________________________________________ Commit ID: 1004FAD8F423B8877B3 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2012/05/11 22:14:05 UTC Modified files: src : mksh.hts Log message: sync clog, Syllable paragraph To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.456 -r1.457 www/src/mksh.hts ________________________________________________________________________ Commit ID: 1004FB2A2653357E9A4 CVSROOT: /cvs Module name: CVSROOT Changes by: tg@herc.mirbsd.org 2012/05/15 18:37:18 UTC Modified files: . : cvs-genperm Log message: handle symlinks, officially now • fix chown to run with -h always • do not run chmod on symlink(7)s To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.45 -r1.46 CVSROOT/cvs-genperm ________________________________________________________________________ Commit ID: 1004FB2A36E3425DD56 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2012/05/15 18:42:21 UTC Modified files: . : Makefile Log message: add new directory mircvs://www/.linked which contains only symlink(7)s to rcsfile(5)s maintained elsewhere and copy .linked/acronyms into the dst tree upon installation To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.77 -r1.78 www/Makefile ________________________________________________________________________ Commit ID: 1004FB2B839725FAB28 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2012/05/15 20:10:11 UTC Modified files: . : Makefile Added files: files : wtf.cgi src : wtf.hts Log message: add first experimental draft of a wtf(1) CGI To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.78 -r1.79 www/Makefile cvs -R rdiff -kk -upr0 -r1.1 www/files/wtf.cgi cvs -R rdiff -kk -upr0 -r1.1 www/src/wtf.hts ________________________________________________________________________ Commit ID: 1004FB2BA2C264D657A CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2012/05/15 20:18:47 UTC Modified files: . : Makefile Log message: make wtf.cgi executable, too Modified files: files : wtf.cgi Log message: get the duckduckgo part right: action cannot contain ? if method=get To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.79 -r1.80 www/Makefile cvs -R rdiff -kk -upr1.1 -r1.2 www/files/wtf.cgi ________________________________________________________________________ Commit ID: 1004FB2BACF0ED3B61B CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2012/05/15 20:21:22 UTC Modified files: files : wtf.cgi Log message: despite me not knowing any Perl, this looks right for the lookup part To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.2 -r1.3 www/files/wtf.cgi ________________________________________________________________________ Commit ID: 1004FB2BDD336A7FE69 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2012/05/15 20:34:10 UTC Modified files: files : wtf.cgi src : wtf.hts Log message: add quickie to web search To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.3 -r1.4 www/files/wtf.cgi cvs -R rdiff -kk -upr1.1 -r1.2 www/src/wtf.hts ________________________________________________________________________ Commit ID: 1004FB2BE9D04663CF1 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2012/05/15 20:37:32 UTC Modified files: files : wtf.cgi src : wtf.hts Log message: attempt to make it easier (more code sharing) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.4 -r1.5 www/files/wtf.cgi cvs -R rdiff -kk -upr1.2 -r1.3 www/src/wtf.hts ________________________________________________________________________ Commit ID: 1004FB2BF1879000FF6 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2012/05/15 20:39:34 UTC Modified files: files : wtf.cgi Log message: fix for empty QUERY_STRING To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.5 -r1.6 www/files/wtf.cgi ________________________________________________________________________ Commit ID: 1004FB2BF316B2A4D7D CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2012/05/15 20:39:58 UTC Modified files: src : wtf.hts Log message: gentium has no interrobango ☹ To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.3 -r1.4 www/src/wtf.hts ________________________________________________________________________ Commit ID: 1004FB2C3F143E2CF63 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2012/05/15 21:00:13 UTC Modified files: files : MirOS-Licence.htm cvs.cgi mk : htsconv Added files: files : favicon.png Log message: be explicit about the favicon To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.3 -r1.4 www/files/MirOS-Licence.htm cvs -R rdiff -kk -upr1.7 -r1.8 www/files/cvs.cgi cvs -R rdiff -kk -upr0 -r1.1 www/files/favicon.png cvs -R rdiff -kk -upr1.60 -r1.61 www/mk/htsconv ________________________________________________________________________ Commit ID: 1004FB2C45C3F5FE2D8 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2012/05/15 21:01:58 UTC Modified files: mk : htsconv Log message: hook up the wtf.cgi; next step: man.cgi… To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.61 -r1.62 www/mk/htsconv ________________________________________________________________________ Commit ID: 1004FB2C5675355048A CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2012/05/15 21:06:31 UTC Modified files: mk : htsconv Log message: use more modern hash To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.62 -r1.63 www/mk/htsconv ________________________________________________________________________ Commit ID: 1004FB2CA1367C8E0BD CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2012/05/15 21:26:28 UTC Modified files: src : wtf.hts Log message: link to the raw acronyms database To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.4 -r1.5 www/src/wtf.hts ________________________________________________________________________ Commit ID: 1004FB2CB525FA8A713 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2012/05/15 21:31:40 UTC Modified files: files : .htaccess Log message: force "text/plain; charset=utf-8" for acronyms, as are other plaintext files To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.11 -r1.12 www/files/.htaccess ________________________________________________________________________ Commit ID: 1004FB404A448DA6975 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/05/16 19:48:50 UTC Modified files: lib/libssl/src/apps: s_client.c lib/libssl/src/doc/apps: s_client.pod Log message: hacked-up "-starttls jabber" support for s_client, to debug Bernie To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.5 -r1.6 src/lib/libssl/src/apps/s_client.c cvs -R rdiff -kk -upr1.2 -r1.3 src/lib/libssl/src/doc/apps/s_client.pod ________________________________________________________________________ Commit ID: 1004FB5496F5DF8FA06 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/05/17 18:54:30 UTC Modified files: bin/mksh : Build.sh Log message: recognise (but don’t do anything with, yet) lcc (from RT) To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.567 -r1.568 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 1004FB54DEF3662B61F CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/05/17 19:14:09 UTC Modified files: bin/mksh : Build.sh Log message: add a way to detect varying C libraries or other stuff “extra type” (for now klibc) alongside “compiler type” if klibc, add -DMKSH_NO_LIMITS automatically To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.568 -r1.569 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 1004FB553600397D80E CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/05/17 19:36:43 UTC Modified files: bin/mksh : Build.sh Log message: check whether klibc sigsuspend() is usable: RT or hpa’s two new methods; if not, deactivate it To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.569 -r1.570 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 1004FB5A80A37378531 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/05/18 01:38:07 UTC Modified files: bin/mksh : Build.sh Log message: RT says: libc5 uses __inline__ for its inline stuff, but lcc doesn't support __inline__ but __inline To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.570 -r1.571 src/bin/mksh/Build.sh ________________________________________________________________________ Commit ID: 1004FB6B9E14CFB6695 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/05/18 21:07:59 UTC Modified files: kern/c : arc4random_roundhash.c Log message: optimisation: use int as “register-wide, fast” type (not register_t, as that’s a long on amd64 where int is faster) instead of the smallest one that matches the content (uint8_t) – tested on sparc and i386 interestingly enough, it doesn’t change sparc but confuses the register allocator on i386 when you use pool &= 31; […] pools[pool++] = h; instead, so I didn’t do that, even if it looks more natural and was the reason I did those measurements in the first place… To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.3 -r1.4 src/kern/c/arc4random_roundhash.c ________________________________________________________________________ Commit ID: 1004FB813525E874044 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2012/05/19 21:40:15 UTC Modified files: . : Makefile mk : htsconv Added files: files : man.cgi src : man.hts Log message: first draft of a manpage searching CGI To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.80 -r1.81 www/Makefile cvs -R rdiff -kk -upr0 -r1.1 www/files/man.cgi cvs -R rdiff -kk -upr1.63 -r1.64 www/mk/htsconv cvs -R rdiff -kk -upr0 -r1.1 www/src/man.hts ________________________________________________________________________ Commit ID: 1004FB81C4B66AD38FE CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2012/05/19 22:18:30 UTC Modified files: files : vstyle.css mk : htsconv Added files: files : vmark.png Log message: since I’m regenerating all files now anyway, can as well do the index positioning work To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr0 -r1.1 www/files/vmark.png cvs -R rdiff -kk -upr1.38 -r1.39 www/files/vstyle.css cvs -R rdiff -kk -upr1.64 -r1.65 www/mk/htsconv ________________________________________________________________________ Commit ID: 1004FB81D9006EF9CF9 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2012/05/19 22:23:56 UTC Modified files: src : mksh.hts Log message: sync clog To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.457 -r1.458 www/src/mksh.hts ________________________________________________________________________ Commit ID: 1004FB820841EE90752 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2012/05/19 22:36:34 UTC Modified files: data : wlog-10.inc Log message: may as well announce our new services; not a Cloud though, that always sounds very foggy to me… To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.386 -r1.387 www/data/wlog-10.inc ________________________________________________________________________ Commit ID: 1004FB8216C2C1E62BC CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2012/05/19 22:40:27 UTC Modified files: data : wlog-10.inc Log message: mention source code and ask for people to audit our now three CGIs To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.387 -r1.388 www/data/wlog-10.inc ________________________________________________________________________ Commit ID: 1004FB827D31A414C6F CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2012/05/19 23:07:48 UTC Modified files: data : wlog-10.inc Log message: explain To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.388 -r1.389 www/data/wlog-10.inc ________________________________________________________________________ Commit ID: 1004FB82E165A568521 CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/05/19 23:34:26 UTC Modified files: include : regex.h lib/libc/regex : cclass.h regcomp.c lib/libc/regex/test: main.c Added files: lib/libc/regex : GNUmakefile Log message: make palatable for klibc To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.1.1.1 -r1.2 src/include/regex.h cvs -R rdiff -kk -upr0 -r1.1 src/lib/libc/regex/GNUmakefile cvs -R rdiff -kk -upr1.3 -r1.4 src/lib/libc/regex/cclass.h cvs -R rdiff -kk -upr1.3 -r1.4 src/lib/libc/regex/regcomp.c cvs -R rdiff -kk -upr1.3 -r1.4 src/lib/libc/regex/test/main.c ________________________________________________________________________ Commit ID: 1004FB8F0FB56F160CC CVSROOT: /cvs Module name: src Changes by: tg@herc.mirbsd.org 2012/05/20 13:25:58 UTC Modified files: share/misc : acronyms Log message: We wish our visitors a pleasant journey. To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.154 -r1.155 src/share/misc/acronyms ________________________________________________________________________ Commit ID: 1004FB8F1C92A5335D5 CVSROOT: /cvs Module name: www Changes by: tg@herc.mirbsd.org 2012/05/20 13:29:22 UTC Modified files: files : wtf.cgi Log message: ddg search for "$keyword acronym" gives good results, change the fallback to use it To generate a diff of this changeset, execute the following commands: cvs -R rdiff -kk -upr1.6 -r1.7 www/files/wtf.cgi ________________________________________________________________________