CVS commit: src
Module Name:src Committed By: jruoho Date: Sun Sep 11 07:31:21 UTC 2011 Modified Files: src/distrib/sets/lists/tests: mi src/tests/lib/libc/stdio: Makefile Added Files: src/tests/lib/libc/stdio: t_fopen.c Log Message: Few unit tests for the fopen(3) family. To generate a diff of this commit: cvs rdiff -u -r1.379 -r1.380 src/distrib/sets/lists/tests/mi cvs rdiff -u -r1.6 -r1.7 src/tests/lib/libc/stdio/Makefile cvs rdiff -u -r0 -r1.1 src/tests/lib/libc/stdio/t_fopen.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/stdio
Module Name:src Committed By: jruoho Date: Sun Sep 11 07:37:06 UTC 2011 Modified Files: src/lib/libc/stdio: funopen.3 Log Message: It is not just funopen(3) that is a BSDism. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/lib/libc/stdio/funopen.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: jruoho Date: Sun Sep 11 09:02:46 UTC 2011 Modified Files: src/distrib/sets/lists/tests: mi src/tests/lib/libc/stdio: Makefile Added Files: src/tests/lib/libc/stdio: t_fputc.c Log Message: Naive tests for the naive putc(3) family. To generate a diff of this commit: cvs rdiff -u -r1.380 -r1.381 src/distrib/sets/lists/tests/mi cvs rdiff -u -r1.7 -r1.8 src/tests/lib/libc/stdio/Makefile cvs rdiff -u -r0 -r1.1 src/tests/lib/libc/stdio/t_fputc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/stdlib
Module Name:src Committed By: jruoho Date: Sun Sep 11 10:05:23 UTC 2011 Modified Files: src/lib/libc/stdlib: memory.3 Log Message: Note memoryallocators(9) in this perhaps too generally named page. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/lib/libc/stdlib/memory.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/doc
Module Name:src Committed By: apb Date: Sun Sep 11 10:25:58 UTC 2011 Modified Files: src/doc: CHANGES Log Message: build: Both the source tree and the obj directories will be cleaned by "make clean" or "make cleandir". [apb 20110910] To generate a diff of this commit: cvs rdiff -u -r1.1604 -r1.1605 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: jruoho Date: Sun Sep 11 10:32:24 UTC 2011 Modified Files: src/distrib/sets/lists/tests: mi src/tests/lib/libc/stdlib: Makefile Added Files: src/tests/lib/libc/stdlib: t_system.c Log Message: See that system(3) works. To generate a diff of this commit: cvs rdiff -u -r1.381 -r1.382 src/distrib/sets/lists/tests/mi cvs rdiff -u -r1.17 -r1.18 src/tests/lib/libc/stdlib/Makefile cvs rdiff -u -r0 -r1.1 src/tests/lib/libc/stdlib/t_system.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: jdc Date: Sun Sep 11 14:54:50 UTC 2011 Modified Files: src/sys/kern: kern_cpu.c src/sys/sys: cpuio.h src/usr.sbin/cpuctl: cpuctl.c Log Message: Add a cs_hwid field to cpustate and use this to store the ci_cpuid (hardware ID). Report this as the HwID in cpuctl. OK jruoho@. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/sys/kern/kern_cpu.c cvs rdiff -u -r1.4 -r1.5 src/sys/sys/cpuio.h cvs rdiff -u -r1.16 -r1.17 src/usr.sbin/cpuctl/cpuctl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/mk
Module Name:src Committed By: mbalmer Date: Sun Sep 11 16:03:50 UTC 2011 Modified Files: src/share/mk: Makefile Log Message: Install new shiny bsd.clean.mk To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/share/mk/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/sets/lists/base
Module Name:src Committed By: apb Date: Sun Sep 11 16:19:42 UTC 2011 Modified Files: src/distrib/sets/lists/base: mi Log Message: Add bsd.clean.mk to set lists To generate a diff of this commit: cvs rdiff -u -r1.954 -r1.955 src/distrib/sets/lists/base/mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/ping
Module Name:src Committed By: christos Date: Sun Sep 11 17:18:52 UTC 2011 Modified Files: src/sbin/ping: ping.c Log Message: print summary stats. To generate a diff of this commit: cvs rdiff -u -r1.100 -r1.101 src/sbin/ping/ping.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: mbalmer Date: Sun Sep 11 18:38:03 UTC 2011 Modified Files: src/share/mk: bsd.kmodule.mk src/sys/modules: Makefile.inc Log Message: Move SYSCTL_USE_DESCR to a better place. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/share/mk/bsd.kmodule.mk cvs rdiff -u -r1.5 -r1.6 src/sys/modules/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/bind
Module Name:src Committed By: christos Date: Sun Sep 11 18:55:45 UTC 2011 Modified Files: src/external/bsd/bind/bin: Makefile src/external/bsd/bind/bin/named: Makefile src/external/bsd/bind/dist: config.h.in src/external/bsd/bind/dist/bin/check: named-checkconf.c src/external/bsd/bind/dist/bin/confgen: ddns-confgen.c rndc-confgen.c src/external/bsd/bind/dist/bin/dig: dig.1 dig.c dighost.c host.c nslookup.c src/external/bsd/bind/dist/bin/dig/include/dig: dig.h src/external/bsd/bind/dist/bin/dnssec: dnssec-dsfromkey.8 dnssec-dsfromkey.c dnssec-keyfromlabel.8 dnssec-keyfromlabel.c dnssec-keygen.8 dnssec-keygen.c dnssec-settime.8 dnssec-settime.c dnssec-signzone.8 dnssec-signzone.c src/external/bsd/bind/dist/bin/named: builtin.c client.c config.c control.c controlconf.c interfacemgr.c logconf.c main.c named.conf.5 named.conf.docbook named.conf.html query.c server.c statschannel.c update.c xfrout.c zoneconf.c src/external/bsd/bind/dist/bin/named/include/named: control.h globals.h interfacemgr.h server.h src/external/bsd/bind/dist/bin/named/unix: os.c src/external/bsd/bind/dist/bin/nsupdate: nsupdate.c src/external/bsd/bind/dist/bin/rndc: rndc.c src/external/bsd/bind/dist/bin/tests: rdata_test.c src/external/bsd/bind/dist/bin/tests/db: t_db.c src/external/bsd/bind/dist/bin/tests/dst: gsstest.c t_dst.c src/external/bsd/bind/dist/bin/tests/master: t_master.c src/external/bsd/bind/dist/bin/tests/names: t_names.c src/external/bsd/bind/dist/bin/tests/rbt: t_rbt.c src/external/bsd/bind/dist/bin/tests/resolver: t_resolver.c src/external/bsd/bind/dist/bin/tests/system/filter-: filter-.c src/external/bsd/bind/dist/bin/tests/tasks: t_tasks.c src/external/bsd/bind/dist/bin/tests/timers: t_timers.c src/external/bsd/bind/dist/bin/tools: genrandom.8 nsec3hash.c src/external/bsd/bind/dist/contrib/dlz/drivers: dlz_dlopen_driver.c dlz_drivers.c dlz_ldap_driver.c src/external/bsd/bind/dist/contrib/dlz/drivers/include/dlz: dlz_dlopen_driver.h src/external/bsd/bind/dist/lib/bind9: check.c src/external/bsd/bind/dist/lib/dns: acl.c adb.c cache.c client.c diff.c dispatch.c dlz.c dns64.c dnssec.c dst_api.c dst_internal.h dst_openssl.h dst_parse.c gssapi_link.c gssapictx.c journal.c key.c master.c masterdump.c message.c name.c ncache.c nsec.c nsec3.c openssl_link.c openssldsa_link.c opensslrsa_link.c private.c rbt.c rbtdb.c rbtdb.h rcode.c rdata.c rdatalist.c rdataset.c rdataslab.c request.c resolver.c result.c sdb.c sdlz.c spnego.c ssu_external.c time.c tkey.c tsig.c ttl.c validator.c view.c xfrin.c zone.c zt.c src/external/bsd/bind/dist/lib/dns/include/dns: acl.h cache.h db.h dispatch.h dlz.h dnssec.h masterdump.h nsec.h rdata.h rdataset.h resolver.h result.h sdlz.h types.h view.h zone.h src/external/bsd/bind/dist/lib/dns/include/dst: dst.h src/external/bsd/bind/dist/lib/dns/rdata/any_255: tsig_250.c src/external/bsd/bind/dist/lib/dns/rdata/generic: cert_37.c dlv_32769.c dnskey_48.c ds_43.c ipseckey_45.c key_25.c keydata_65533.c nsec3_50.c nsec3_50.h opt_41.c rrsig_46.c sig_24.c soa_6.c sshfp_44.c tkey_249.c src/external/bsd/bind/dist/lib/dns/rdata/in_1: dhcid_49.c src/external/bsd/bind/dist/lib/export/samples: nsprobe.c src/external/bsd/bind/dist/lib/irs: getnameinfo.c resconf.c src/external/bsd/bind/dist/lib/isc: heap.c httpd.c log.c netaddr.c radix.c rwlock.c sha1.c sha2.c sockaddr.c socket_api.c string.c task.c taskpool.c timer.c src/external/bsd/bind/dist/lib/isc/include/isc: file.h mem.h namespace.h socket.h task.h taskpool.h util.h src/external/bsd/bind/dist/lib/isc/powerpc/include/isc: atomic.h src/external/bsd/bind/dist/lib/isc/unix: dir.c file.c socket.c stdio.c time.c src/external/bsd/bind/dist/lib/isc/unix/include/isc: stdtime.h src/external/bsd/bind/dist/lib/isc/win32: dir.c file.c socket.c src/external/bsd/bind/dist/lib/isc/win32/include/isc: ipv6.h stdtime.h src/external/bsd/bind/dist/lib/isccfg: aclconf.c namedconf.c parser.c src/external/bsd/bind/dist/lib/isccfg/include/isccfg: aclconf.h src/external/bsd/bind/dist/lib/lwres: assert_p.h herror.c lwconfig.c print.c src/external/bsd/bind/include: config.h src/external/bsd/bind/include/dns: code.h enumtype.h rdatastruct.h src/external/bsd/bind/include/isc: platform.h src/external/bsd/bind/lib/libbind9: shlib_version src/external/bsd/bind
CVS commit: src/distrib/sets/lists
Module Name:src Committed By: christos Date: Sun Sep 11 19:10:58 UTC 2011 Modified Files: src/distrib/sets/lists/base: ad.mips64eb ad.mips64el md.amd64 md.sparc64 mi shl.mi src/distrib/sets/lists/comp: ad.mips64eb ad.mips64el md.amd64 md.sparc64 shl.mi src/distrib/sets/lists/man: mi Log Message: sets for bind. To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 src/distrib/sets/lists/base/ad.mips64eb cvs rdiff -u -r1.63 -r1.64 src/distrib/sets/lists/base/ad.mips64el cvs rdiff -u -r1.137 -r1.138 src/distrib/sets/lists/base/md.amd64 cvs rdiff -u -r1.130 -r1.131 src/distrib/sets/lists/base/md.sparc64 cvs rdiff -u -r1.955 -r1.956 src/distrib/sets/lists/base/mi cvs rdiff -u -r1.599 -r1.600 src/distrib/sets/lists/base/shl.mi cvs rdiff -u -r1.51 -r1.52 src/distrib/sets/lists/comp/ad.mips64eb \ src/distrib/sets/lists/comp/ad.mips64el cvs rdiff -u -r1.134 -r1.135 src/distrib/sets/lists/comp/md.amd64 cvs rdiff -u -r1.118 -r1.119 src/distrib/sets/lists/comp/md.sparc64 cvs rdiff -u -r1.189 -r1.190 src/distrib/sets/lists/comp/shl.mi cvs rdiff -u -r1.1339 -r1.1340 src/distrib/sets/lists/man/mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/doc
Module Name:src Committed By: christos Date: Sun Sep 11 19:18:27 UTC 2011 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: new bind To generate a diff of this commit: cvs rdiff -u -r1.869 -r1.870 src/doc/3RDPARTY cvs rdiff -u -r1.1605 -r1.1606 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/wscons
Module Name:src Committed By: jakllsch Date: Sun Sep 11 19:19:19 UTC 2011 Modified Files: src/sys/dev/wscons: wsmouse.c Log Message: Initialize the W axis value on open as is already done for the other axes. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/sys/dev/wscons/wsmouse.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/wscons
Module Name:src Committed By: jakllsch Date: Sun Sep 11 22:28:21 UTC 2011 Modified Files: src/sys/dev/wscons: wsmouse.c Log Message: Correct copy/paste error in previous. To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/sys/dev/wscons/wsmouse.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/sets/lists
Module Name:src Committed By: christos Date: Mon Sep 12 00:45:26 UTC 2011 Modified Files: src/distrib/sets/lists/base: ad.mips64el md.amd64 md.sparc64 shl.mi src/distrib/sets/lists/comp: ad.mips64eb ad.mips64el md.amd64 md.sparc64 shl.mi Log Message: bump libisc too. To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/distrib/sets/lists/base/ad.mips64el cvs rdiff -u -r1.138 -r1.139 src/distrib/sets/lists/base/md.amd64 cvs rdiff -u -r1.131 -r1.132 src/distrib/sets/lists/base/md.sparc64 cvs rdiff -u -r1.600 -r1.601 src/distrib/sets/lists/base/shl.mi cvs rdiff -u -r1.52 -r1.53 src/distrib/sets/lists/comp/ad.mips64eb \ src/distrib/sets/lists/comp/ad.mips64el cvs rdiff -u -r1.135 -r1.136 src/distrib/sets/lists/comp/md.amd64 cvs rdiff -u -r1.119 -r1.120 src/distrib/sets/lists/comp/md.sparc64 cvs rdiff -u -r1.190 -r1.191 src/distrib/sets/lists/comp/shl.mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/lib/libc/stdio
Module Name:src Committed By: jruoho Date: Mon Sep 12 04:23:30 UTC 2011 Modified Files: src/tests/lib/libc/stdio: t_fopen.c Log Message: Add one more case. Also remove a double fclose(3) and do not steal stderr(3) as atf(7) may use it in case of failures. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/stdio/t_fopen.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.