Module Name:src
Committed By: plunky
Date: Fri Feb 5 08:41:14 UTC 2010
Modified Files:
src/external/bsd/pcc/lib: Makefile.inc
src/external/bsd/pcc/libexec: Makefile.inc
src/external/bsd/pcc/usr.bin: Makefile.inc
Log Message:
don't conditionally include
Module Name:src
Committed By: plunky
Date: Fri Feb 5 08:46:26 UTC 2010
Modified Files:
src/external/bsd/pcc/lib: Makefile
Removed Files:
src/external/bsd/pcc/lib/crtstuff: Makefile
Log Message:
don't build and install the crtbegin.o and crtend.o files at this
Module Name:src
Committed By: plunky
Date: Fri Feb 5 08:52:25 UTC 2010
Modified Files:
src/external/bsd/pcc: Makefile.inc config.h
Log Message:
just use the actual date in PACKAGE_CHECKOUT definition
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4
Module Name:src
Committed By: roy
Date: Fri Feb 5 10:01:21 UTC 2010
Modified Files:
src/distrib/acorn26/instkernel: Makefile list
src/distrib/acorn32/ramdisk: Makefile list
src/distrib/alpha/instkernel/ramdisk: Makefile list
Module Name:src
Committed By: roy
Date: Fri Feb 5 10:10:04 UTC 2010
Modified Files:
src/usr.bin/infocmp: infocmp.c
Log Message:
Make our unsigned char ports happy.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/infocmp/infocmp.c
Please note
Module Name:src
Committed By: cegger
Date: Fri Feb 5 11:06:37 UTC 2010
Modified Files:
src/sys/kern: init_main.c
Log Message:
fix LOCKDEBUG panic 'uninitialized lock'.
seminit() calls exithook_establish(). exithook_establish() uses the exec_lock.
exec_lock is initialzed
Module Name:src
Committed By: phx
Date: Fri Feb 5 12:05:26 UTC 2010
Modified Files:
src/sys/arch/amigappc/amigappc: machdep.c
Log Message:
dma_cachectl() flushes the data cache for Amiga SCSI drivers.
Drop into the debugger after oea_dumpsys(), which doesn't dump
Module Name:src
Committed By: phx
Date: Fri Feb 5 12:13:36 UTC 2010
Modified Files:
src/sys/arch/amiga/amiga: device.h
src/sys/arch/amiga/dev: ahsc.c atzsc.c cbiiisc.c grf_cv.c grf_cvreg.h
gtsc.c sbic.c sbicreg.h siop2.c
Log Message:
Added two new
Module Name:src
Committed By: roy
Date: Fri Feb 5 12:31:57 UTC 2010
Modified Files:
src/lib/libterminfo: term.c term_private.h
src/usr.bin/infocmp: infocmp.c
src/usr.bin/tic: tic.c
Log Message:
Store the aliases against the entry, so that infocmp can
Modified Files:
src/sys/arch/amiga/amiga: device.h
src/sys/arch/amiga/dev: ahsc.c atzsc.c cbiiisc.c grf_cv.c grf_cvreg.h
gtsc.c sbic.c sbicreg.h siop2.c
Log Message:
Added two new macros to device.h:
amiga_membarrier() enforces a reorder protection on memory
Module Name:src
Committed By: njoly
Date: Fri Feb 5 12:46:33 UTC 2010
Modified Files:
src/distrib/sets/lists/comp: mi
Log Message:
+infocmp.debug +tic.debug
To generate a diff of this commit:
cvs rdiff -u -r1.1383 -r1.1384 src/distrib/sets/lists/comp/mi
Please note
Module Name:src
Committed By: he
Date: Fri Feb 5 14:39:07 UTC 2010
Modified Files:
src/lib/libterminfo: term.h term_private.h
Log Message:
More adaptation for ports with unsigned char as char.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3
Module Name:src
Committed By: he
Date: Fri Feb 5 14:40:07 UTC 2010
Modified Files:
src/usr.bin/tic: tic.c
Log Message:
More adaptation for ports where char is unsigned char.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/tic/tic.c
Please note
Matt Thomas wrote:
Module Name: src
Committed By: matt
Date: Fri Feb 5 07:36:51 UTC 2010
[ ... ]
Add __HAVE_FAST_SOFTINTS support.
Add routine to remap an uarea via a direct-mapped address. This avoids
TLB machinations when swtching to/from the softint thread. This can
Module Name:src
Committed By: jmmv
Date: Fri Feb 5 16:29:02 UTC 2010
Modified Files:
src/etc: daily security
src/etc/defaults: daily.conf security.conf
Log Message:
Deprecate the pkgdb_dir settings from daily.conf and security.conf in
favor of the PKG_DBDIR
Module Name:src
Committed By: roy
Date: Fri Feb 5 16:34:04 UTC 2010
Modified Files:
src/share/terminfo: Makefile
Log Message:
Retain commented out capabilities by default.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/terminfo/Makefile
Please
Module Name:src
Committed By: roy
Date: Fri Feb 5 16:36:09 UTC 2010
Modified Files:
src/usr.bin/tic: tic.1 tic.c
Log Message:
Note that -a no longer sets -x.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/tic/tic.1
cvs rdiff -u -r1.3 -r1.4
Module Name:src
Committed By: roy
Date: Fri Feb 5 16:43:46 UTC 2010
Modified Files:
src/usr.bin/infocmp: infocmp.1 infocmp.c
Log Message:
Fix infocmp when both -a and -x are given as arguments.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3
Module Name:src
Committed By: roy
Date: Fri Feb 5 16:54:12 UTC 2010
Modified Files:
src/usr.bin/tic: tic.1
Log Message:
Fix year.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/tic/tic.1
Please note that diffs are not public domain; they are
Module Name:src
Committed By: matt
Date: Fri Feb 5 17:16:05 UTC 2010
Modified Files:
src/sys/arch/mips/mips [matt-nb5-mips64]: vm_machdep.c
Log Message:
remove a debugging printf. cleanup the reinit of the lwp.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: plunky
Date: Fri Feb 5 17:18:31 UTC 2010
Modified Files:
src/external/bsd/pcc: Makefile.inc config.h
Log Message:
when making VERSSTR, provide the target os/machine rather than the host.
have the CVS checkout date in the PACKAGE_STRING
Module Name:src
Committed By: wiz
Date: Fri Feb 5 17:23:47 UTC 2010
Modified Files:
src/share/man/man5: daily.conf.5 security.conf.5
Log Message:
Mark up PKGDB_DIR with Dv (same as in pkg_install.conf).
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27
On Fri, Feb 05, 2010 at 09:34:10PM +0900, Izumi Tsutsui wrote:
Added two new macros to device.h:
amiga_membarrier() enforces a reorder protection on memory read/writes.
We have __insn_barrier() in sys/cdefs.h for that.
Martin
On Fri, 5 Feb 2010 19:17:41 +0100
Martin Husemann mar...@duskware.de wrote:
On Fri, Feb 05, 2010 at 09:34:10PM +0900, Izumi Tsutsui wrote:
Added two new macros to device.h:
amiga_membarrier() enforces a reorder protection on memory
read/writes.
We have __insn_barrier() in sys/cdefs.h
Module Name:src
Committed By: drochner
Date: Fri Feb 5 18:26:38 UTC 2010
Modified Files:
src/sys/dev/wscons: wskbdutil.c
Log Message:
add some missing (mostly hungarian or polish) dead accent combinations,
from lkundrak's netbsd-sk_cz-howto
To generate a diff of this
Module Name:src
Committed By: plunky
Date: Fri Feb 5 18:41:25 UTC 2010
Modified Files:
src/external/bsd/pcc: Makefile.inc
Log Message:
amd64 provides MACHINE_ARCH=x86_64 but pcc wants TARGMACH=amd64. handle that
To generate a diff of this commit:
cvs rdiff -u -r1.6
Module Name:src
Committed By: roy
Date: Fri Feb 5 19:21:02 UTC 2010
Modified Files:
src/lib/libterminfo: term.c terminfo.5
Log Message:
Don't look in /etc for a terminfo database.
Don't report the rescue database if we did not find the terminal in
there AND we were able
Module Name:src
Committed By: jruoho
Date: Fri Feb 5 19:22:25 UTC 2010
Modified Files:
src/sys/dev/sysmon: sysmon_envsys_events.c
Log Message:
Fix a typo in one DPRINTF (s/edata-des/edata-desc/).
To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79
Module Name:src
Committed By: snj
Date: Fri Feb 5 21:10:58 UTC 2010
Modified Files:
src/sys/arch/evbarm/smdk2xx0: smdk2410_lcd.c
Log Message:
Include locators.h for SSIOCF_ADDR_DEFAULT.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5
On Fri, Feb 05, 2010 at 12:13:37PM +, Frank Wille wrote:
Module Name: src
Committed By: phx
Date: Fri Feb 5 12:13:36 UTC 2010
Modified Files:
src/sys/arch/amiga/amiga: device.h
src/sys/arch/amiga/dev: ahsc.c atzsc.c cbiiisc.c grf_cv.c grf_cvreg.h
gtsc.c
In article 20100205143907.e255d17...@cvs.netbsd.org,
Havard Eidnes source-changes-d@NetBSD.org wrote:
-=-=-=-=-=-
Module Name: src
Committed By: he
Date: Fri Feb 5 14:39:07 UTC 2010
Modified Files:
src/lib/libterminfo: term.h term_private.h
Log Message:
More adaptation for
Module Name:src
Committed By: enami
Date: Fri Feb 5 21:58:42 UTC 2010
Modified Files:
src/usr.bin/sort: fsort.c msort.c sort.c sort.h
Log Message:
Don't touch past the end of allocated region. It results segmentation
violation.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: pooka
Date: Fri Feb 5 22:01:38 UTC 2010
Modified Files:
src/sys/rump/dev/wip: Makefile
src/sys/rump/net: Makefile.rumpnet
Added Files:
src/sys/rump/net/lib/libnet80211: Makefile shlib_version
Removed Files:
Module Name:src
Committed By: pooka
Date: Fri Feb 5 22:07:14 UTC 2010
Modified Files:
src/distrib/sets/lists/base: shl.elf shl.mi
src/distrib/sets/lists/comp: mi shl.mi
Log Message:
add rumpnet_net80211 to lists
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: pooka
Date: Fri Feb 5 22:07:51 UTC 2010
Modified Files:
src/share/examples/rump/wirelessconf: Makefile
Log Message:
The rumpdev_net80211 until-recently-wip component is now rumpnet_net80211.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: mrg
Date: Sat Feb 6 00:23:30 UTC 2010
Modified Files:
src/sys/arch/sparc64/conf: SCHIZO
src/sys/arch/sparc64/dev: schizo.c schizovar.h
src/sys/arch/sparc64/sparc64: locore.s
Log Message:
- properly map the schizo interrupt
Module Name:src
Committed By: matt
Date: Sat Feb 6 00:39:47 UTC 2010
Modified Files:
src/sys/arch/mips/mips [matt-nb5-mips64]: genassym.cf locore.S
mips_softint.c
Log Message:
Allow __HAVE_FAST_SOFTINTS to be optional
To generate a diff of this commit:
cvs
netpgp.c
src/crypto/external/bsd/netpgp/dist/src/netpgpkeys: netpgpkeys.1
netpgpkeys.c
src/crypto/external/bsd/netpgp/dist/src/netpgpverify: Makefile
Log Message:
Changes to 1.99.16/20100205
+ minor simplifications to netpgp(1) internally
+ fix a bug
Module Name:src
Committed By: uebayasi
Date: Sat Feb 6 02:56:17 UTC 2010
Modified Files:
src/sys/uvm: uvm_page.h
Log Message:
Make vm_physseg lookup routines take the target vm_physseg. This is for the
coming managed device segments.
To generate a diff of this commit:
Module Name:src
Committed By: matt
Date: Sat Feb 6 02:56:23 UTC 2010
Modified Files:
src/sys/arch/mips/mips [matt-nb5-mips64]: locore.S
Log Message:
Save curlwp in context (even though it should already be there).
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: matt
Date: Sat Feb 6 02:57:44 UTC 2010
Modified Files:
src/sys/arch/algor/include [matt-nb5-mips64]: intr.h
src/sys/arch/arc/include [matt-nb5-mips64]: intr.h
src/sys/arch/cobalt/include [matt-nb5-mips64]: intr.h
Module Name:src
Committed By: matt
Date: Sat Feb 6 02:59:04 UTC 2010
Modified Files:
src/sys/arch/evbmips/malta [matt-nb5-mips64]: malta_intr.c
src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_intr.c
Log Message:
A little constification and remove some old softintr
Module Name:src
Committed By: uebayasi
Date: Sat Feb 6 03:06:42 UTC 2010
Modified Files:
src/sys/arch/xen/xen: privcmd.c
Log Message:
Typo in a wchan string.
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/arch/xen/xen/privcmd.c
Please note that
Module Name:src
Committed By: cliff
Date: Sat Feb 6 03:10:14 UTC 2010
Modified Files:
src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_intr.c
Log Message:
- when establishing an intr, if malloc fails, be sure to splx on the way out
- in interrupt dispatch, when ack-ing
Should the amiga/amigappc drivers be converted to
bus_space(9)/bus_dma(9) ?
Actually osiop(4) was bus_space/bus_dma'fied by me based on
amiga/dev/siop.c, and amiga just needs bus_dma(9), I think.
siop(4) has also been fixed to support 53c720/770 on big endian
for hp700, so it should also be
Module Name: src
Committed By:jmmv
Date:Fri Feb 5 16:29:02 UTC 2010
Modified Files:
src/etc: daily security
src/etc/defaults: daily.conf security.conf
Log Message:
Deprecate the pkgdb_dir settings from daily.conf and security.conf
Module Name:src
Committed By: matt
Date: Sat Feb 6 04:55:01 UTC 2010
Modified Files:
src/sys/arch/mips/mips [matt-nb5-mips64]: mips_machdep.c
Log Message:
When choosing a msgbuf for a LP32 kernel, make sure it's mappable via KSEG0
To generate a diff of this commit:
cvs
Module Name:src
Committed By: snj
Date: Sat Feb 6 05:52:39 UTC 2010
Modified Files:
src/distrib/notes/common [netbsd-5-0]: main
Log Message:
Update for 5.0.2
To generate a diff of this commit:
cvs rdiff -u -r1.425.2.5.2.2 -r1.425.2.5.2.3 src/distrib/notes/common/main
Module Name:src
Committed By: snj
Date: Sat Feb 6 05:54:14 UTC 2010
Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.2
Log Message:
Note notes.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.52 -r1.1.2.53 src/doc/CHANGES-5.0.2
Please note that diffs are not
Module Name:src
Committed By: matt
Date: Sat Feb 6 06:02:29 UTC 2010
Modified Files:
src/sys/arch/mips/mips [matt-nb5-mips64]: pmap.c
Log Message:
Add some prelim poolpage debugging code.
Don't use ptoa to expand pfns to paddrs since it's cast with a vaddr_t.
To
Module Name:src
Committed By: wiz
Date: Sat Feb 6 07:12:25 UTC 2010
Modified Files:
src/lib/libterminfo: terminfo.5.in
Log Message:
Sync with terminfo(5): Remove /etc/terminfo.db.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7
51 matches
Mail list logo