Module Name:othersrc
Committed By: dholland
Date: Mon Mar 4 07:28:45 UTC 2013
Modified Files:
othersrc/usr.bin/dholland-make2: compat.c dir.c graph.h make.c suff.c
targ.c
Log Message:
Use array.h instead of the list library for one of the lists in the
graph no
Module Name:othersrc
Committed By: dholland
Date: Mon Mar 4 07:27:54 UTC 2013
Modified Files:
othersrc/usr.bin/dholland-make2: array.c array.h
Log Message:
add a couple more array ops we look likely to use a lot
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.
Module Name:othersrc
Committed By: dholland
Date: Mon Mar 4 06:48:03 UTC 2013
Modified Files:
othersrc/usr.bin/dholland-make2: array.h
Log Message:
fail, try again. blah
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 othersrc/usr.bin/dholland-make2/array.h
Module Name:othersrc
Committed By: dholland
Date: Mon Mar 4 06:45:23 UTC 2013
Modified Files:
othersrc/usr.bin/dholland-make2: array.h
Log Message:
Improve inline handling. This will probably need more improving as I think
it needs to support a no inlining at all mode for
Module Name:othersrc
Committed By: dholland
Date: Mon Mar 4 05:50:49 UTC 2013
Modified Files:
othersrc/usr.bin/dholland-make2: make.h
Added Files:
othersrc/usr.bin/dholland-make2: graph.h
Log Message:
Move the graph data structure to its own header file. Expose it
Module Name:othersrc
Committed By: dholland
Date: Mon Mar 4 05:47:16 UTC 2013
Modified Files:
othersrc/usr.bin/dholland-make2: Makefile portable.h
Added Files:
othersrc/usr.bin/dholland-make2: array.c array.h
Log Message:
Add typesafe array code. This is the same
Module Name:src
Committed By: christos
Date: Mon Mar 4 01:14:37 UTC 2013
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_ioctl.c
Log Message:
let zfs autoload too.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 \
src/external/cddl/os
Module Name:src
Committed By: msaitoh
Date: Sun Mar 3 20:20:15 UTC 2013
Modified Files:
src/sys/dev/pci: if_bge.c
Log Message:
Style fix. No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.207 -r1.208 src/sys/dev/pci/if_bge.c
Please note that dif
Module Name:src
Committed By: msaitoh
Date: Sun Mar 3 20:10:47 UTC 2013
Modified Files:
src/sys/dev/pci: pcireg.h
Log Message:
Add PCI Express's relax ordering bit.
To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 src/sys/dev/pci/pcireg.h
Please note that
Module Name:src
Committed By: apb
Date: Sun Mar 3 20:07:09 UTC 2013
Modified Files:
src/distrib/sets/lists/base: mi
Log Message:
/tmp/cvs12835b
To generate a diff of this commit:
cvs rdiff -u -r1.1023 -r1.1024 src/distrib/sets/lists/base/mi
Please note that diffs are n
Module Name:src
Committed By: apb
Date: Sun Mar 3 19:55:40 UTC 2013
Modified Files:
src/share/zoneinfo: australasia
Log Message:
Merge tzdata2013a from ftp://ftp.iana.org/tz/releases/tzdata2013a.tar.gz
Changes from tzdata2012j to tzdata2013a:
Change affecting binary
Module Name:src
Committed By: msaitoh
Date: Sun Mar 3 19:51:54 UTC 2013
Modified Files:
src/sys/dev/pci: pcidevs.h pcidevs_data.h
Log Message:
regen.
To generate a diff of this commit:
cvs rdiff -u -r1.1141 -r1.1142 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1140 -r1.11
Module Name:src
Committed By: msaitoh
Date: Sun Mar 3 19:51:14 UTC 2013
Modified Files:
src/sys/dev/pci: pcidevs
Log Message:
BCM5785F is not gigabit Ethernet.
To generate a diff of this commit:
cvs rdiff -u -r1.1149 -r1.1150 src/sys/dev/pci/pcidevs
Please note that di
Module Name:src
Committed By: apb
Date: Sun Mar 3 19:42:36 UTC 2013
Update of /cvsroot/src/share/zoneinfo
In directory ivanova.netbsd.org:/tmp/cvs-serv24313
Log Message:
Import tzdata2013a from ftp://ftp.iana.org/tz/releases/tzdata2013a.tar.gz
Changes from tzdata2012j to tzdata2
Module Name:src
Committed By: christos
Date: Sun Mar 3 18:18:13 UTC 2013
Modified Files:
src/external/cddl/osnet/dev/fbt: fbt.c
Log Message:
print the function name that was not found.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/external/cddl/osnet
Module Name:src
Committed By: christos
Date: Sun Mar 3 18:16:35 UTC 2013
Modified Files:
src/external/cddl/osnet/dev/dtrace: dtrace_ioctl.c
Log Message:
autoload tracing modules.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/cddl/osnet/dev/dtr
Module Name:src
Committed By: christos
Date: Sun Mar 3 16:56:15 UTC 2013
Modified Files:
src/external/cddl/osnet/dist/uts/common/dtrace: dtrace.c
Log Message:
need to be a DRIVER class module to be able to autoload when /dev/dtrace/dtrace
is opened.
To generate a diff o
Module Name:src
Committed By: christos
Date: Sun Mar 3 16:55:26 UTC 2013
Modified Files:
src/sys/kern: kern_module.c
Log Message:
more debugging
To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 src/sys/kern/kern_module.c
Please note that diffs are not publ
Module Name:src
Committed By: pooka
Date: Sun Mar 3 13:11:33 UTC 2013
Modified Files:
src/sys/rump/librump/rumpkern: rump.c
Log Message:
Add a dummy component to ensure that at least one component is present
in every possible rump kernel configuration.
To generate a dif
Module Name:src
Committed By: jkunz
Date: Sun Mar 3 10:33:56 UTC 2013
Modified Files:
src/sys/arch/arm/imx: imx23_apbdma.c imx23_apbdmareg.h
imx23_apbhdmareg.h imx23_apbxdmareg.h imx23_icollreg.h imx23_ssp.c
src/sys/arch/evbarm/conf: IMX23_OLINUXINO
Add
Module Name:src
Committed By: mlelstv
Date: Sun Mar 3 10:26:19 UTC 2013
Modified Files:
src/sys/arch/evbarm/dev: plcom.c
Log Message:
fix build for KGDB
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/sys/arch/evbarm/dev/plcom.c
Please note that diffs
21 matches
Mail list logo