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
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
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
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
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
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
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
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
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
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
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.
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.
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
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
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
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
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
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
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
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.
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
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
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
netbsd-soc-cvs您好,请转发给相关部门人员查收,谢谢!
★★★ 行政工作统筹管理高级研修班 ★★★
时 间:2 0 0 6年8月18-19日 上 海 金 水 湾 大 酒 店
2 0 0 6年9月22-23日 深 圳 新 大 洲 酒 店
――
【主 办】职 业 人 生 管 理 咨 询
【课程安排】2 0 0 6年8月18-19日 上 海
24 matches
Mail list logo