Module Name:othersrc
Committed By: agc
Date: Wed Feb 15 04:38:06 UTC 2012
Update of /cvsroot/othersrc/external/bsd/httpdev
In directory ivanova.netbsd.org:/tmp/cvs-serv2020
Log Message:
httpdev is a (very) small utility which allows a remote file to appear
as a local one, just lik
Module Name:src
Committed By: macallan
Date: Wed Feb 15 04:33:19 UTC 2012
Modified Files:
src/sys/arch/powerpc/include/oea: bat.h
Log Message:
make BATs >256MB work, now macppc works again on 745x CPUs as well
ok riz
To generate a diff of this commit:
cvs rdiff -u -r1.16
Module Name:src
Committed By: macallan
Date: Wed Feb 15 01:56:58 UTC 2012
Modified Files:
src/sys/arch/powerpc/oea: oea_machdep.c ofwoea_machdep.c
Log Message:
fix crash during early startup - we can't call OpenFirmware between zapping
the BATs and complete setting them up
Module Name:src
Committed By: matt
Date: Wed Feb 15 01:46:42 UTC 2012
Modified Files:
src/sys/arch/powerpc/include/oea: bat.h
Log Message:
When making BATU, use (BAT_XBL|BAT_BL) for the extended bat lengths.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 s
Module Name:src
Committed By: jakllsch
Date: Wed Feb 15 01:38:46 UTC 2012
Modified Files:
src/sys/arch/evbarm/conf: MV2120
Log Message:
Add 4KiB more of SYMTAB_SPACE to fix MV2120_INSTALL build.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evb
Module Name:src
Committed By: macallan
Date: Tue Feb 14 22:27:20 UTC 2012
Modified Files:
src/sys/dev/pci/voyager: pwmclock.c
Log Message:
another blah() -> blah(void)
ok riz
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/pci/voyager/pwmclock.c
Module Name:src
Committed By: macallan
Date: Tue Feb 14 22:22:45 UTC 2012
Modified Files:
src/sys/arch/evbmips/loongson/dev: glx.c
Log Message:
fix 'old style function definition' warning:
blah() -> blah(void)
ok riz
To generate a diff of this commit:
cvs rdiff -u -r1.1
Module Name:src
Committed By: christos
Date: Tue Feb 14 21:42:22 UTC 2012
Modified Files:
src/sys/arch/evbmips/loongson: yeeloong_machdep.c
Log Message:
prototypes
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbmips/loongson/yeeloong_machdep.
Module Name:src
Committed By: christos
Date: Tue Feb 14 21:41:02 UTC 2012
Modified Files:
src/sys/arch/evbmips/loongson: generic2e_machdep.c
Log Message:
fix proto
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbmips/loongson/generic2e_machdep
Module Name:src
Committed By: christos
Date: Tue Feb 14 21:34:46 UTC 2012
Modified Files:
src/sys/arch/evbmips/loongson: gdium_machdep.c
Log Message:
add prototypes.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbmips/loongson/gdium_machdep.c
Module Name:src
Committed By: apb
Date: Tue Feb 14 21:33:03 UTC 2012
Modified Files:
src: BUILDING
Log Message:
Regen from revision 1.87 of doc/BUILDING.mdoc.
To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 src/BUILDING
Please note that diffs are not publi
Module Name:src
Committed By: apb
Date: Tue Feb 14 21:32:07 UTC 2012
Modified Files:
src/doc: BUILDING.mdoc
Log Message:
Minor changes to wording in the documentation for
build.sh install-image and live-image.
To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87
Module Name:src
Committed By: apb
Date: Tue Feb 14 21:19:19 UTC 2012
Modified Files:
src/doc: BUILDING.mdoc
Log Message:
Document build.sh "live-image" and "install-image" targets.
These were documented in revision 1.97 of src/BUILDING, but were
not documented in src/doc/
Module Name:src
Committed By: joerg
Date: Tue Feb 14 19:39:37 UTC 2012
Modified Files:
src/distrib: Makefile
Log Message:
Build release notes if groff is present (MKGROFF!=no), not if man pages
are requested (MKMAN!=no).
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: mrg
Date: Tue Feb 14 19:28:23 UTC 2012
Modified Files:
src/sys/dev/usb: umidi.c umidivar.h
Log Message:
since we have to drop locks to call into the usb code, we need to make
sure that only one caller ends up doing something in close_out_jack(
Module Name:src
Committed By: njoly
Date: Tue Feb 14 18:57:35 UTC 2012
Modified Files:
src/sys/lib/libkern: arc4random.c
Log Message:
void function _arc4randbytes cannot return a value.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/lib/libkern/arc
Module Name:src
Committed By: plunky
Date: Tue Feb 14 17:35:12 UTC 2012
Modified Files:
src/distrib/sets/lists/man: mi
src/share/man/man4: Makefile
Log Message:
add aubtfwl.4 to the build
To generate a diff of this commit:
cvs rdiff -u -r1.1378 -r1.1379 src/distr
Module Name:src
Committed By: plunky
Date: Tue Feb 14 17:34:21 UTC 2012
Added Files:
src/share/man/man4: aubtfwl.4
Log Message:
a manual page for aubtfwl(4), detailing where to find
a firmware file and where to put it
To generate a diff of this commit:
cvs rdiff -u -r0 -
Module Name:src
Committed By: joerg
Date: Tue Feb 14 17:33:38 UTC 2012
Modified Files:
src/usr.sbin/quotarestore: quotarestore.c
Log Message:
Mark usage as __dead.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/quotarestore/quotarestore.c
Pleas
Module Name:src
Committed By: matt
Date: Tue Feb 14 17:32:43 UTC 2012
Modified Files:
src/lib/libc/arch/arm/sys: __aeabi_read_tp.S
Log Message:
Add workaround for ARM cores that don't properly implement the MRC instruction
used for reading the thread pointer. This is the
Module Name:src
Committed By: njoly
Date: Tue Feb 14 17:29:51 UTC 2012
Modified Files:
src/distrib/sets/lists/misc: mi
src/distrib/sets/lists/tests: mi
src/distrib/sets/lists/xcomp: md.sparc
Log Message:
Kill dup lines.
To generate a diff of this commit:
Module Name:src
Committed By: jakllsch
Date: Tue Feb 14 15:09:03 UTC 2012
Modified Files:
src/distrib/notes/common: contents
src/etc/etc.evbarm: Makefile.inc
src/sys/arch/evbarm/conf: MV2120
Added Files:
src/sys/arch/evbarm/conf: MV2120_INSTALL
Log
Module Name:src
Committed By: pgoyette
Date: Tue Feb 14 15:08:07 UTC 2012
Modified Files:
src/sys/dev/pci: amdpm_smbus.c amdpmvar.h ichsmb.c nfsmb.c piixpm.c
Log Message:
/home/paul/COMMIT
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/dev/pci/amdp
Module Name:src
Committed By: skrll
Date: Tue Feb 14 14:33:54 UTC 2012
Modified Files:
src/sys/arch/arm/iomd: vidcvideo.c
Log Message:
Whitespace in previous.
Ride previous releng OK.
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/arch/arm/iomd/vi
Module Name:src
Committed By: wiz
Date: Tue Feb 14 14:03:35 UTC 2012
Modified Files:
src/distrib/sets/lists/base: mi
src/etc: man.conf
src/etc/mtree: NetBSD.dist.base
Log Message:
Obsolete /usr/share/man/cat3f that never contained any files, nor will it.
Module Name:src
Committed By: drochner
Date: Tue Feb 14 13:51:20 UTC 2012
Modified Files:
src/sys/dev/pcmcia: xirc.c
Log Message:
fix incomplete device_t/softc split which led to crash on attachment,
closes PR kern/45874 by Hauke Fath
approved by releng
To generate a dif
Module Name:src
Committed By: skrll
Date: Tue Feb 14 13:04:52 UTC 2012
Modified Files:
src/sys/arch/arm/iomd: vidcvideo.c
Log Message:
Pass RI_NO_AUTO to rasops_init so that rasops doesn't attempt to allocate
memory as we're too early in kernel startup for this.
My A7000
Module Name:src
Committed By: kiyohara
Date: Tue Feb 14 11:44:47 UTC 2012
Modified Files:
src/sys/arch/bebox/stand/boot: siop.c
Log Message:
Remove unused a valiable 'siopdbg'.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/bebox/stand/boot/siop
Module Name:src
Committed By: nakayama
Date: Tue Feb 14 11:25:05 UTC 2012
Modified Files:
src/external/gpl3/gcc/dist/gcc/config/sparc: netbsd-elf.h
Log Message:
The default configuration for TLS support is supposed to use Sun
as, but we use GNU as. So in this case it gene
Module Name:src
Committed By: wiz
Date: Tue Feb 14 11:05:32 UTC 2012
Modified Files:
src/sbin/wsconsctl: wsconsctl.8
Log Message:
Fix typo.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sbin/wsconsctl/wsconsctl.8
Please note that diffs are not public
Module Name:othersrc
Committed By: wiz
Date: Tue Feb 14 10:50:34 UTC 2012
Modified Files:
othersrc/usr.bin/protoz: protoz
Log Message:
Add missing word in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 othersrc/usr.bin/protoz/protoz
Please note tha
Module Name:src
Committed By: martin
Date: Tue Feb 14 09:17:22 UTC 2012
Modified Files:
src/tests/ipf: t_nat_exec.sh
Log Message:
Comment out test n3_6 - the data files are missing
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/ipf/t_nat_exec.sh
P
32 matches
Mail list logo