NetBSD-SoC htdocs update

2006-08-15 Thread Hubert Feyrer
project pkg_install: P include/pkg/pkg.h project pkg_install: P lib/pkg.c project pkg_install: P src/pkg_parse/pkg_parse.c project pkg_install: P src/pkg_prep/pkg_prep.c - Using Tomcat but need to do more? Need to support web

NBSoC CVS commit: pkg_install

2006-08-15 Thread J�rg Sonnenberger
Module name:pkg_install Committed by: jsonn Date: Tue Aug 15 22:28:49 UTC 2006 Modified Files: pkg_install/include/pkg: pkg.h pkg_install/lib: pkg.c pkg_install/src/pkg_parse: pkg_parse.c pkg_install/src/pkg_prep: pkg_prep.c Log Message: Spell pkg_v

NetBSD-SoC htdocs update

2006-08-15 Thread Hubert Feyrer
project pkg_install: P include/pkg/pkg.h project pkg_install: P lib/Makefile project pkg_install: U lib/pkg_deyaml.c project pkg_install: P lib/pkg_yaml.c project pkg_install: P lib/plist.c project pkg_install: U src/pkg_parse/Makefile project pkg_install: U src/pkg_parse/pkg_parse.c project pkg_in

NBSoC CVS commit: pkg_install/src/pkg_parse

2006-08-15 Thread J�rg Sonnenberger
Module name:pkg_install Committed by: jsonn Date: Tue Aug 15 22:09:04 UTC 2006 Added Files: pkg_install/src/pkg_parse: Makefile pkg_parse.c Log Message: Create the same output as pkg_prep, parse it, reoutput it and test whether the result is identical. Basic regression tes

NBSoC CVS commit: pkg_install/src/pkg_prep

2006-08-15 Thread J�rg Sonnenberger
Module name:pkg_install Committed by: jsonn Date: Tue Aug 15 22:06:56 UTC 2006 Modified Files: pkg_install/src/pkg_prep: Makefile Log Message: Add newline at end of file. To generate a diff of this commit: cvs -z3 rdiff -u -r1.1 -r1.2 pkg_install/src/pkg_prep/Makefile T

NBSoC CVS commit: pkg_install

2006-08-15 Thread J�rg Sonnenberger
Module name:pkg_install Committed by: jsonn Date: Tue Aug 15 22:05:53 UTC 2006 Modified Files: pkg_install/include/pkg: pkg.h pkg_install/lib: Makefile Added Files: pkg_install/lib: pkg_deyaml.c Log Message: Add deserializer for pkgs. To generate a diff o

NBSoC CVS commit: pkg_install/lib

2006-08-15 Thread J�rg Sonnenberger
Module name:pkg_install Committed by: jsonn Date: Tue Aug 15 21:36:09 UTC 2006 Modified Files: pkg_install/lib: plist.c Log Message: Keep checksums sorted to make processing more deterministic. To generate a diff of this commit: cvs -z3 rdiff -u -r1.2 -r1.3 pkg_install/l

NBSoC CVS commit: pkg_install/lib

2006-08-15 Thread J�rg Sonnenberger
Module name:pkg_install Committed by: jsonn Date: Tue Aug 15 21:33:39 UTC 2006 Modified Files: pkg_install/lib: pkg_yaml.c Log Message: Don't encode owner of files twice. To generate a diff of this commit: cvs -z3 rdiff -u -r1.2 -r1.3 pkg_install/lib/pkg_yaml.c To view

NetBSD-SoC htdocs update

2006-08-15 Thread Hubert Feyrer
project mbuf: U tests/m_makewritable/Makefile project mbuf: U tests/m_makewritable/Makefile.std project mbuf: U tests/m_makewritable/m_makewritable.c project mbuf: U tests/m_makewritable/main.c project pkg_install: P lib/plist.c project pkg_install: U src/pkg_prep/Makefile project pkg_install: U sr

NBSoC CVS commit: pkg_install/src/pkg_prep

2006-08-15 Thread J�rg Sonnenberger
Module name:pkg_install Committed by: jsonn Date: Tue Aug 15 14:19:40 UTC 2006 Added Files: pkg_install/src/pkg_prep: Makefile pkg_prep.c Log Message: Add small proof of concept/API test program. It outputs the yaml version of a package to stdout. Correct run depends on au

NBSoC CVS commit: pkg_install/lib

2006-08-15 Thread J�rg Sonnenberger
Module name:pkg_install Committed by: jsonn Date: Tue Aug 15 14:17:16 UTC 2006 Modified Files: pkg_install/lib: plist.c Log Message: Skip PKG_PLIST_INTERNAL entries when looking for duplicate path names, those are only partially setup and not intended to be checked anyway.

NBSoC CVS commit: mbuf/tests/m_makewritable

2006-08-15 Thread Pavel Cahyna
Module name:mbuf Committed by: pcahyna Date: Tue Aug 15 13:25:49 UTC 2006 Added Files: mbuf/tests/m_makewritable: Makefile Makefile.std m_makewritable.c main.c Log Message: Tests for m_makewritable. To generate a diff of this commit: cvs -z3 rdiff -u -r0 -r1.

NetBSD-SoC htdocs update

2006-08-15 Thread Hubert Feyrer
project mbuf: P userland/mbuf_impl/uipc_mbuf.c project pkg_install: P lib/pkg_yaml.c - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make you

NBSoC CVS commit: pkg_install/lib

2006-08-15 Thread J�rg Sonnenberger
Module name:pkg_install Committed by: jsonn Date: Tue Aug 15 13:14:49 UTC 2006 Modified Files: pkg_install/lib: pkg_yaml.c Log Message: Prefix non-zero octal permissions with 0, making them non-ambigious. To generate a diff of this commit: cvs -z3 rdiff -u -r1.1 -r1.2 pk

NBSoC CVS commit: mbuf/userland/mbuf_impl

2006-08-15 Thread Pavel Cahyna
Module name:mbuf Committed by: pcahyna Date: Tue Aug 15 13:05:41 UTC 2006 Modified Files: mbuf/userland/mbuf_impl: uipc_mbuf.c Log Message: teach m_makewritable and m_copyback_cow to respect the guaranteed contiguous region. To generate a diff of this commit: cvs -z3 rd

NetBSD-SoC htdocs update

2006-08-15 Thread Hubert Feyrer
project mbuf: P userland/mbuf_impl/uipc_mbuf.c project mbuf: P userland/mbuf_impl/sys/mbuf.h - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to

NBSoC CVS commit: mbuf/userland/mbuf_impl

2006-08-15 Thread Pavel Cahyna
Module name:mbuf Committed by: pcahyna Date: Tue Aug 15 10:46:57 UTC 2006 Modified Files: mbuf/userland/mbuf_impl: uipc_mbuf.c Log Message: m_copyback_cow can now support mbuf chain expansion. To generate a diff of this commit: cvs -z3 rdiff -u -r1.13 -r1.14 mbuf/userlan

NBSoC CVS commit: mbuf/userland/mbuf_impl

2006-08-15 Thread Pavel Cahyna
Module name:mbuf Committed by: pcahyna Date: Tue Aug 15 10:24:52 UTC 2006 Modified Files: mbuf/userland/mbuf_impl: uipc_mbuf.c mbuf/userland/mbuf_impl/sys: mbuf.h Log Message: move the debugging check for consistent m_pkthdr.len to m_length. To generate a diff of

NetBSD-SoC htdocs update

2006-08-15 Thread Hubert Feyrer
project mbuf: P tests/m_datarange/m_datarange.c project mbuf: P userland/mbuf_impl/uipc_mbuf.c - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology t

NBSoC CVS commit: mbuf/userland/mbuf_impl

2006-08-15 Thread Pavel Cahyna
Module name:mbuf Committed by: pcahyna Date: Tue Aug 15 10:11:14 UTC 2006 Modified Files: mbuf/userland/mbuf_impl: uipc_mbuf.c Log Message: use another strategy for updating m_pkthdr.len : accumulate only the change wnen extending, instead of recalculating it from scratch.

NBSoC CVS commit: mbuf/userland/mbuf_impl

2006-08-15 Thread Pavel Cahyna
Module name:mbuf Committed by: pcahyna Date: Tue Aug 15 09:58:14 UTC 2006 Modified Files: mbuf/userland/mbuf_impl: uipc_mbuf.c Log Message: fix a bug which could lead to a buffer overrun or a KDASSERT panic in case when a nonblocking allocation fails. We need a large enoug

NBSoC CVS commit: mbuf/tests/m_datarange

2006-08-15 Thread Pavel Cahyna
Module name:mbuf Committed by: pcahyna Date: Tue Aug 15 09:47:15 UTC 2006 Modified Files: mbuf/tests/m_datarange: m_datarange.c Log Message: test that m_copyback updates the length correctly. To generate a diff of this commit: cvs -z3 rdiff -u -r1.1 -r1.2 mbuf/tests/m_da

NBSoC CVS commit: mbuf/userland/mbuf_impl

2006-08-15 Thread Pavel Cahyna
Module name:mbuf Committed by: pcahyna Date: Tue Aug 15 09:40:21 UTC 2006 Modified Files: mbuf/userland/mbuf_impl: uipc_mbuf.c Log Message: fix m_copyback0 (the backend for m_copyback and m_makewritable) for case where the mbuf is read-only, we copy from a nonzero offset a

-行-政-工-作-统-筹-管-理-高-级-研-修-班-

2006-08-15 Thread =北-京/上-海/深-圳/三/地/开/讲-
netbsd-soc-cvs您好,请转发给相关部门人员查收,谢谢! ★★★ 行政工作统筹管理高级研修班 ★★★ 时 间:2 0 0 6年8月18-19日 上 海 金 水 湾 大 酒 店 2 0 0 6年9月22-23日 深 圳 新 大 洲 酒 店 ―― 【主  办】职 业 人 生 管 理 咨 询 【课程安排】2 0 0 6年8月18-19日 上 海