Module Name:src
Committed By: wiz
Date: Thu Mar 22 07:58:20 UTC 2012
Modified Files:
src/bin/csh: csh.1
src/bin/kill: kill.1
src/bin/ln: ln.1
src/bin/mkdir: mkdir.1
src/bin/mv: mv.1
src/bin/pax: tar.1
src/bin/rcp: rcp.1
Module Name:src
Committed By: he
Date: Thu Mar 22 08:39:44 UTC 2012
Modified Files:
src/sys/arch/arm/include: limits.h
Log Message:
Make sure that the UQUAD_MAX constant is marked as unsigned, to avoid
"ANSI C treats constant as unsigned" warning from lint.
To generate a
Module Name:src
Committed By: he
Date: Thu Mar 22 08:52:22 UTC 2012
Modified Files:
src/lib/libarch/alpha: alpha_bus_window.c
Log Message:
Make 'i' unsigned to avoid signed/unsigned comparison warnings from lint.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.
Module Name:src
Committed By: he
Date: Thu Mar 22 08:54:48 UTC 2012
Modified Files:
src/lib/libarch/alpha: alpha_pci_io.c
Log Message:
Add a cast of the shift count to int32_t, so that we don't try
to do int32_t << long, since ANSI C doesn't perform "balancing"
before the
Module Name:src
Committed By: he
Date: Thu Mar 22 08:56:52 UTC 2012
Modified Files:
src/dist/pdisk: dump.c
Log Message:
Add a void to make function declaration c89.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/dist/pdisk/dump.c
Please note that diff
Module Name:src
Committed By: he
Date: Thu Mar 22 08:58:39 UTC 2012
Modified Files:
src/lib/libc/arch/sh3/gen: flt_rounds.c
Log Message:
Add a void to make function declaration c89.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libc/arch/sh3/gen/flt
Module Name:src
Committed By: he
Date: Thu Mar 22 09:32:04 UTC 2012
Modified Files:
src/lib/libc/arch/arm/gen: _lwp.c
src/lib/libc/arch/sh3/gen: _lwp.c
Log Message:
Follow the pattern from powerpc, make lint happy.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: skrll
Date: Thu Mar 22 12:31:32 UTC 2012
Modified Files:
src/lib/libc/arch/hppa/gen: __longjmp14.c makecontext.c
Log Message:
Shut lint up about dp.
>From he@
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libc/arch/hpp
Module Name:src
Committed By: wiz
Date: Thu Mar 22 12:59:33 UTC 2012
Modified Files:
src/sys/net: if_bridge.c
Log Message:
Fix typo in kauth name. From PR 46234 by Matthew Mondor.
Tested by Geoff Adams and Ryo ONODERA.
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: he
Date: Thu Mar 22 13:02:16 UTC 2012
Modified Files:
src/lib/csu/alpha: crt0.c
Log Message:
Convert to use c89 function declaration.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/lib/csu/alpha/crt0.c
Please note that di
Module Name:src
Committed By: he
Date: Thu Mar 22 13:09:13 UTC 2012
Modified Files:
src/lib/libc/gdtoa: strtodg.c
Log Message:
A few fixes to make this build for vax:
* The fivesbits[] variable is not used for vax
* The decpt variable is only used if INFNAN_CHECK, which
Module Name:src
Committed By: he
Date: Thu Mar 22 13:15:48 UTC 2012
Modified Files:
src/lib/libc/gdtoa: strtod.c
Log Message:
A few modifications to make this build for vax:
* The decpt variable is only used if INFNAN_CHECK, which isn't defined
for vax.
* Use a cast t
Module Name:src
Committed By: he
Date: Thu Mar 22 13:25:45 UTC 2012
Modified Files:
src/lib/libc/gen: modf_ieee754.c
Log Message:
Add a pair of casts to silence lint about conversion possibly losing bits.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/li
Module Name:src
Committed By: he
Date: Thu Mar 22 13:42:36 UTC 2012
Modified Files:
src/lib/libc/gen: nlist_coff.c
Log Message:
Make this lint-free (only built for real for the __sh__ ports):
* Mark some code after goto as /* NOTREACHED */
* Add a cast for file size (off
Module Name:src
Committed By: christos
Date: Thu Mar 22 14:18:34 UTC 2012
Modified Files:
src/lib/libc/gen: nlist_coff.c
Log Message:
get rid of the cheesy BAD macros
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/lib/libc/gen/nlist_coff.c
Please note
Module Name:src
Committed By: sborrill
Date: Thu Mar 22 15:05:37 UTC 2012
Modified Files:
src/sys/dev/pci: mfi_pci.c
Log Message:
Add IBM ServeRAID M5014 as subtype
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/dev/pci/mfi_pci.c
Please note that
Module Name:src
Committed By: christos
Date: Thu Mar 22 15:26:32 UTC 2012
Modified Files:
src/external/gpl3/gdb/dist/gdb: nbsd-thread.c
Log Message:
complete the mapping of the lwp -> (lwp - 1), by adding 1 where appropriate.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: christos
Date: Thu Mar 22 15:34:14 UTC 2012
Modified Files:
src/lib/libc/gdtoa: strtod.c
Log Message:
add constcond, make shifts unsigned
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/lib/libc/gdtoa/strtod.c
Please note
Module Name:src
Committed By: sborrill
Date: Thu Mar 22 15:43:37 UTC 2012
Modified Files:
src/share/man/man4: mfi.4
Log Message:
Add IBM ServeRAID M1015 and M5014
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/share/man/man4/mfi.4
Please note that dif
Module Name:src
Committed By: christos
Date: Thu Mar 22 15:57:29 UTC 2012
Modified Files:
src/common/lib/libc/stdlib: _strtoul.h
Log Message:
bring the casts to the operands, not the operation results.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/commo
Module Name:src
Committed By: christos
Date: Thu Mar 22 16:06:02 UTC 2012
Modified Files:
src/external/gpl3/gdb/dist/gdb: nbsd-thread.c
Log Message:
only +1 for the 0'th thread (if we did not find any other)
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 s
Module Name:src
Committed By: christos
Date: Thu Mar 22 17:32:22 UTC 2012
Modified Files:
src/lib/libc/arch/vax/gen: _lwp.c makecontext.c
src/lib/libc/rpc: xdr_float.c
Log Message:
vax-specific lint fixes.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1
Module Name:src
Committed By: dholland
Date: Thu Mar 22 17:46:07 UTC 2012
Modified Files:
src/sys/kern: kern_time.c
Log Message:
Misplaced parenthesis; fixes PR 44927
To generate a diff of this commit:
cvs rdiff -u -r1.173 -r1.174 src/sys/kern/kern_time.c
Please note th
Module Name:src
Committed By: christos
Date: Thu Mar 22 18:20:46 UTC 2012
Modified Files:
src/tests/lib/libc/sys: t_getitimer.c
Log Message:
dholland fixed PR/44927
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/sys/t_getitimer.c
Please n
Module Name:src
Committed By: drochner
Date: Thu Mar 22 20:01:19 UTC 2012
Modified Files:
src/lib/libpthread: pthread.c
Log Message:
don't reuse a dynamically allocated stack if a fixed one is requested
To generate a diff of this commit:
cvs rdiff -u -r1.132 -r1.133 src/
Module Name:src
Committed By: drochner
Date: Thu Mar 22 20:34:43 UTC 2012
Modified Files:
src/sbin/mount_kernfs: mount_kernfs.8
src/share/man/man4: Makefile fast_ipsec.4 ipsec.4 options.4
src/sys/conf: files
src/sys/dist/ipf/netinet: ip_fil_netbsd.c
Module Name:src
Committed By: christos
Date: Thu Mar 22 20:49:55 UTC 2012
Modified Files:
src/external/gpl2/xcvs/dist/src: sanity.sh
Log Message:
>From Garo Taft:
- Add a -w flag which will make the sanity script sleep for a second before
and after checkouts, commits, an
Module Name:src
Committed By: drochner
Date: Thu Mar 22 20:52:47 UTC 2012
Modified Files:
src/distrib/sets/lists/man: mi
Log Message:
obsolete kame_ipsec(4)
To generate a diff of this commit:
cvs rdiff -u -r1.1383 -r1.1384 src/distrib/sets/lists/man/mi
Please note that
Module Name:src
Committed By: wiz
Date: Thu Mar 22 21:47:20 UTC 2012
Modified Files:
src/sbin/mount_kernfs: mount_kernfs.8
Log Message:
Bump date for previous.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sbin/mount_kernfs/mount_kernfs.8
Please note
Module Name:src
Committed By: njoly
Date: Thu Mar 22 22:16:21 UTC 2012
Modified Files:
src/sys/fs/v7fs: v7fs_vnops.c
Log Message:
Pass operations flags to genfs_can_chtimes(), not file ones.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/fs/v7fs/v7fs
Module Name:src
Committed By: njoly
Date: Thu Mar 22 22:48:56 UTC 2012
Modified Files:
src/sys/rump/librump/rumpvfs: rumpfs.c
Log Message:
Use the appropriates vop_*_args structures.
To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 src/sys/rump/librump/rum
Module Name:src
Committed By: riz
Date: Thu Mar 22 22:50:49 UTC 2012
Modified Files:
src/sys/arch/amd64/amd64 [netbsd-6]: machdep.c
src/sys/arch/i386/i386 [netbsd-6]: machdep.c
Log Message:
Pull up following revision(s) (requested by mrg in ticket #126):
sy
Module Name:src
Committed By: riz
Date: Thu Mar 22 22:55:18 UTC 2012
Modified Files:
src/sys/dev/pci [netbsd-6]: if_iwi.c
Log Message:
Pull up following revision(s) (requested by nisimura in ticket #134):
sys/dev/pci/if_iwi.c: revision 1.90
Unbreak the endian issue
Module Name:src
Committed By: riz
Date: Thu Mar 22 22:56:55 UTC 2012
Modified Files:
src/sys/kern [netbsd-6]: kern_sysctl.c
Log Message:
Pull up following revision(s) (requested by martin in ticket #135):
sys/kern/kern_sysctl.c: revision 1.234
Fix query of IMMEDIAT
Module Name:src
Committed By: joerg
Date: Thu Mar 22 22:58:15 UTC 2012
Modified Files:
src/lib/libwrap: diag.c
Log Message:
Format the diagnostic with vasprintf once and use plain syslog instead
of messing with format strings.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: riz
Date: Thu Mar 22 22:58:24 UTC 2012
Modified Files:
src/sys/dev/ic [netbsd-6]: mfi.c
Log Message:
Pull up following revision(s) (requested by sborrill in ticket #136):
sys/dev/ic/mfi.c: revision 1.37
>From OpenBSD. Fixes a deadlock
Module Name:src
Committed By: joerg
Date: Thu Mar 22 22:59:43 UTC 2012
Modified Files:
src/dist/bzip2: bzlib_private.h
src/lib/csu/common: crt0-common.c
src/lib/libskey: skeysubr.c
src/lib/libwrap: options.c rfc931.c shell_cmd.c tcpd.h
Log Message:
Module Name:src
Committed By: riz
Date: Thu Mar 22 23:00:29 UTC 2012
Modified Files:
src/sys/dev/pci [netbsd-6]: pcidevs
Log Message:
Pull up following revision(s) (requested by sborrill in ticket #137):
sys/dev/pci/pcidevs: revision 1.1107
Add some Symbios SAS2108
Module Name:src
Committed By: riz
Date: Thu Mar 22 23:01:06 UTC 2012
Modified Files:
src/sys/dev/pci [netbsd-6]: pcidevs.h pcidevs_data.h
Log Message:
Regen for ticket #137.
To generate a diff of this commit:
cvs rdiff -u -r1.1097 -r1.1097.2.1 src/sys/dev/pci/pcidevs.h
c
Module Name:src
Committed By: riz
Date: Thu Mar 22 23:04:27 UTC 2012
Modified Files:
src/sys/dev/ic [netbsd-6]: mfi.c mfireg.h mfivar.h
src/sys/dev/pci [netbsd-6]: mfi_pci.c
Log Message:
Pull up following revision(s) (requested by sborrill in ticket #138):
Module Name:src
Committed By: riz
Date: Thu Mar 22 23:05:17 UTC 2012
Modified Files:
src/doc [netbsd-6]: CHANGES-6.0
Log Message:
Tickets 126, 134-138.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.58 -r1.1.2.59 src/doc/CHANGES-6.0
Please note that diffs are n
Module Name:src
Committed By: joerg
Date: Thu Mar 22 23:46:28 UTC 2012
Modified Files:
src/external/mit/xorg/bin/xsetwallpaper: Makefile
src/external/mit/xorg/bin/xterm: Makefile
src/external/mit/xorg/bin/xvinfo: Makefile
src/external/mit/xorg/lib/dr
Module Name:src
Committed By: joerg
Date: Thu Mar 22 23:46:49 UTC 2012
Modified Files:
src/lib/libbluetooth: sdp_data.c
Log Message:
Use __printflike.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libbluetooth/sdp_data.c
Please note that diffs are
43 matches
Mail list logo