Module Name:src
Committed By: cliff
Date: Tue Jan 12 07:58:09 UTC 2010
Modified Files:
src/sys/arch/mips/mips [matt-nb5-mips64]: bus_dma.c
Log Message:
- in _bus_dmatag_subregion fix comparison of max_addr vs. _BUS_AVAIL_END
- in _bus_dmamap_load_buffer use #ifdef BUS_DMA_
Module Name:othersrc
Committed By: lukem
Date: Tue Jan 12 07:01:24 UTC 2010
Modified Files:
othersrc/usr.bin/tnftp: configure
Log Message:
regen for tnftp 20100108
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 othersrc/usr.bin/tnftp/configure
Please note
Module Name:othersrc
Committed By: lukem
Date: Tue Jan 12 07:01:01 UTC 2010
Modified Files:
othersrc/usr.bin/tnftp: COPYING
Log Message:
crank copyright years
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 othersrc/usr.bin/tnftp/COPYING
Please note that dif
Module Name:othersrc
Committed By: lukem
Date: Tue Jan 12 06:58:57 UTC 2010
Modified Files:
othersrc/usr.bin/tnftp: ChangeLog
Log Message:
release as tnftp 20100108
onoff() rename "bool" argument
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 othersrc/usr.
Module Name:othersrc
Committed By: lukem
Date: Tue Jan 12 06:57:31 UTC 2010
Modified Files:
othersrc/usr.bin/tnftp: configure.ac
Log Message:
tnftp 20100108:
* Use sysconf(_SC_ARG_MAX) if ARG_MAX isn't defined.
* Fix LIBADD for libedit.
* Fix "make dist".
To generate a d
Module Name:othersrc
Committed By: lukem
Date: Tue Jan 12 06:55:47 UTC 2010
Modified Files:
othersrc/usr.bin/tnftp/src: cmds.c
Log Message:
rename argument "bool" to "val"
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 othersrc/usr.bin/tnftp/src/cmds.c
Pl
Module Name:src
Committed By: lukem
Date: Tue Jan 12 06:50:05 UTC 2010
Modified Files:
src/usr.bin/ftp: cmds.c
Log Message:
rename argument from "bool" to "val"
To generate a diff of this commit:
cvs rdiff -u -r1.130 -r1.131 src/usr.bin/ftp/cmds.c
Please note that diffs
Module Name:src
Committed By: matt
Date: Tue Jan 12 06:38:20 UTC 2010
Modified Files:
src/sys/arch/mips/mips [matt-nb5-mips64]: bus_dma.c
Log Message:
Add some evcnts for bounce buffers
To generate a diff of this commit:
cvs rdiff -u -r1.22.16.10 -r1.22.16.11 src/sys/arc
Module Name:src
Committed By: matt
Date: Tue Jan 12 05:52:09 UTC 2010
Modified Files:
src/sys/arch/mips/include [matt-nb5-mips64]: bus_dma.h
src/sys/arch/mips/mips [matt-nb5-mips64]: bus_dma.c
Log Message:
Rework bounce buffers so that it can also deal with non-coh
Module Name:src
Committed By: dholland
Date: Tue Jan 12 04:44:06 UTC 2010
Modified Files:
src/etc: Makefile
Log Message:
Fix previous: use correct mode as well as owner/group.
My bad. PR misc/41544.
To generate a diff of this commit:
cvs rdiff -u -r1.377 -r1.378 src/etc/
On Mon, Jan 11, 2010 at 06:31:29PM -0500, Christos Zoulas wrote:
> | In the long run (as I've said before) we should replace our lint with
> | something more modern...
>
> Once we get the llvm tools, I am fine with that.
There's also splint, or sparse.
--
David A. Holland
dholl...@netbsd.or
Module Name:src
Committed By: mrg
Date: Tue Jan 12 03:56:17 UTC 2010
Modified Files:
src/external/mit/xorg/lib/dri/i915: Makefile
src/external/mit/xorg/lib/dri/i965: Makefile
Log Message:
link in libOSMesa as well.
To generate a diff of this commit:
cvs rdiff -u
Module Name:xsrc
Committed By: mrg
Date: Tue Jan 12 03:05:32 UTC 2010
Modified Files:
xsrc/external/mit/libpciaccess/dist/src: netbsd_pci.c
Log Message:
in pci_device_netbsd_probe() probe the expansion ROM and size.
if it's there, set priv->rom_base and device->rom_size.
Module Name:src
Committed By: mrg
Date: Tue Jan 12 00:57:45 UTC 2010
Modified Files:
src/external/mit/xorg/lib/dri/i915: Makefile
src/external/mit/xorg/lib/dri/i965: Makefile
Log Message:
replace LIBS with LIBDPLIBS. makes these actually link against drm_intel.
sh
Module Name:src
Committed By: jmmv
Date: Tue Jan 12 00:04:30 UTC 2010
Modified Files:
src/share/man/man4: btbc.4
Log Message:
Drop unnecessary trailing commas.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/btbc.4
Please note that diffs a
Module Name:src
Committed By: christos
Date: Mon Jan 11 23:38:24 UTC 2010
Modified Files:
src/lib/libm/src: s_exp2.c
Log Message:
remove weak reference for now.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libm/src/s_exp2.c
Please note that diffs
On Jan 11, 8:44pm, dholland-sourcechan...@netbsd.org (David Holland) wrote:
-- Subject: Re: CVS commit: src/usr.sbin/wake
| On Sun, Jan 10, 2010 at 11:23:19PM +, Christos Zoulas wrote:
| > Please explain to me how you propose we fix lint.
|
| Realistically, lint should be made to know a lis
David Young wrote:
> >
> > Your code had local a list of devices to G/C - it is redundant.
>
> Now there is a global list, and there is still a local list of devices
> to garbage collect. That is not more redundant?
No, because you had local lists all over the place. There is a single point
w
chris...@astron.com (Christos Zoulas) wrote:
> >Log Message:
> >remove stupid casts. if lint complains about return values that are
> >ignored, lint should fe fixed, and not code being cluttered.
>
> Please explain to me how you propose we fix lint. Or to be more precise,
> how does the code conv
On Sun, Jan 10, 2010 at 11:23:19PM +, Christos Zoulas wrote:
> Please explain to me how you propose we fix lint.
Realistically, lint should be made to know a list of standard
functions with usually-uninteresting return values. That would solve
95+% of the practical problem.
In the long run (
Module Name:src
Committed By: joerg
Date: Mon Jan 11 20:39:29 UTC 2010
Modified Files:
src/include: stdio.h
src/lib/libc/stdio: fclose.c fgetstr.c fgetwln.c fileext.h findfp.c
freopen.c local.h sscanf.c vsscanf.c vswscanf.c
Log Message:
Use a proper cha
Module Name:src
Committed By: matt
Date: Mon Jan 11 19:52:30 UTC 2010
Modified Files:
src/sys/arch/mips/mips [matt-nb5-mips64]: bus_dma.c
Log Message:
Mark dmamaps as coherent if the D cache is coherent.
To generate a diff of this commit:
cvs rdiff -u -r1.22.16.8 -r1.22.
Module Name:src
Committed By: joerg
Date: Mon Jan 11 19:40:02 UTC 2010
Update of /cvsroot/src/external/bsd/fetch/dist/libfetch
In directory ivanova.netbsd.org:/tmp/cvs-serv19846
Log Message:
libfetch-2.27:
Fix a bug in the connection caching for FTP.
Status:
Vendor Tag: PKGS
Module Name:src
Committed By: stacktic
Date: Mon Jan 11 19:19:58 UTC 2010
Modified Files:
src/sys/rump/librump/rumpkern: memalloc.c
Log Message:
Fixed typo.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/rump/librump/rumpkern/memalloc.c
Please note
Module Name:src
Committed By: christos
Date: Mon Jan 11 16:30:26 UTC 2010
Modified Files:
src/distrib/sets/lists/base: ad.mips64eb ad.mips64el md.amd64
md.sparc64 shl.mi
Log Message:
bump libm for exp2 and exp2f
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: christos
Date: Mon Jan 11 16:28:39 UTC 2010
Modified Files:
src/include: math.h
src/lib/libm: Makefile shlib_version
src/lib/libm/man: exp.3
src/lib/libm/src: math_private.h
Added Files:
src/lib/libm/src: s_exp2.
Module Name:src
Committed By: christos
Date: Mon Jan 11 16:28:06 UTC 2010
Modified Files:
src/usr.bin/xlint/lint1: scan.l
Log Message:
fix hex double parsing.
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/usr.bin/xlint/lint1/scan.l
Please note that d
Module Name:src
Committed By: wiz
Date: Mon Jan 11 14:30:02 UTC 2010
Modified Files:
src/usr.sbin/rtsold: rtsold.8
Log Message:
Anon tells me it should be "on the order of", not "in the order of".
Hi marc!
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src
Module Name:src
Committed By: msaitoh
Date: Mon Jan 11 12:55:29 UTC 2010
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.1007 -r1.1008 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1006 -r1.100
Module Name:src
Committed By: msaitoh
Date: Mon Jan 11 12:54:55 UTC 2010
Modified Files:
src/sys/dev/pci: pcidevs
Log Message:
fix for i82577
To generate a diff of this commit:
cvs rdiff -u -r1.1009 -r1.1010 src/sys/dev/pci/pcidevs
Please note that diffs are not public
Module Name:src
Committed By: msaitoh
Date: Mon Jan 11 12:29:29 UTC 2010
Modified Files:
src/sys/dev/pci: if_wm.c if_wmreg.h if_wmvar.h
Log Message:
Add partial support for PCH. We have to do more work for PCH. Especially
I don't know what driver i82578 should be attached
Module Name:src
Committed By: tron
Date: Mon Jan 11 12:10:19 UTC 2010
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_replay.c
zfs_znode.c
Log Message:
Replace VATTR_NULL() with vattr_null(). The ZFS module can be loaded
again now.
To gene
Module Name:src
Committed By: wiz
Date: Mon Jan 11 09:49:19 UTC 2010
Modified Files:
src/usr.sbin/rtsold: rtsold.8
Log Message:
New sentence, new line.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/usr.sbin/rtsold/rtsold.8
Please note that diffs are
Module Name:src
Committed By: jdc
Date: Mon Jan 11 09:30:42 UTC 2010
Modified Files:
src/sys/dev/ic: gem.c
Log Message:
Mask out (disable) gem interrupts on detach.
To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 src/sys/dev/ic/gem.c
Please note that diffs
Module Name:src
Committed By: mbalmer
Date: Mon Jan 11 09:21:39 UTC 2010
Modified Files:
src/usr.sbin/rtsold: rtsold.8
Log Message:
some wording fixes
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/usr.sbin/rtsold/rtsold.8
Please note that diffs are n
Module Name:src
Committed By: dholland
Date: Mon Jan 11 09:03:47 UTC 2010
Modified Files:
src/usr.bin/calendar/calendars: calendar.history
Log Message:
fix some typos
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/usr.bin/calendar/calendars/calendar.hi
36 matches
Mail list logo