Author: mm
Date: Wed Aug 10 08:21:39 2011
New Revision: 224748
URL: http://svn.freebsd.org/changeset/base/224748
Log:
MFC r224690:
Fix NetBSD PR bin/44114:
makefs with -t cd9660 -o rockridge against directories with
deep structure creates a corrupted cd9660 image.
http://gnats.netb
Author: mm
Date: Wed Aug 10 08:28:37 2011
New Revision: 224749
URL: http://svn.freebsd.org/changeset/base/224749
Log:
MFC r224690:
Fix NetBSD PR bin/44114:
makefs with -t cd9660 -o rockridge against directories with
deep structure creates a corrupted cd9660 image.
http://gnats.netb
Author: mm
Date: Wed Aug 10 08:33:45 2011
New Revision: 224750
URL: http://svn.freebsd.org/changeset/base/224750
Log:
Remove svn:mergeinfo from files under usr.sbin/makefs
This is a direct commit to stable/8
Modified:
Directory Properties:
stable/8/usr.sbin/makefs/ffs/ffs_bswap.c (prop
Author: mm
Date: Wed Aug 10 08:34:00 2011
New Revision: 224751
URL: http://svn.freebsd.org/changeset/base/224751
Log:
Remove svn:mergeinfo from files under usr.sbin/makefs
This is a direct commit to stable/7
Modified:
Directory Properties:
stable/7/usr.sbin/makefs/ffs/ffs_bswap.c (prop
Author: mm
Date: Wed Aug 10 08:40:59 2011
New Revision: 224752
URL: http://svn.freebsd.org/changeset/base/224752
Log:
MFC r224691, r224700 [1]:
MFC r224961:
Add compatibility for ISO images created with unfixed makefs that
violated ECMA-119 (ISO9660): allow reserved4 to be 0x20 in PVD.
Author: delphij
Date: Wed Aug 10 08:52:27 2011
New Revision: 224753
URL: http://svn.freebsd.org/changeset/base/224753
Log:
MFC r223922:
Use strlcpy().
Modified:
stable/8/usr.bin/rpcgen/rpc_scan.c
Directory Properties:
stable/8/usr.bin/rpcgen/ (props changed)
Modified: stable/8/usr.b
Author: delphij
Date: Wed Aug 10 08:53:33 2011
New Revision: 224754
URL: http://svn.freebsd.org/changeset/base/224754
Log:
MFC r223924:
Match size_t and ssize_t by using %zu and %zd instead of %d.
Modified:
stable/8/usr.bin/gcore/elfcore.c
Directory Properties:
stable/8/usr.bin/gcore/
Author: delphij
Date: Wed Aug 10 08:54:35 2011
New Revision: 224755
URL: http://svn.freebsd.org/changeset/base/224755
Log:
MFC r223925:
Use %zu when printing size_t.
Modified:
stable/8/usr.bin/ipcs/ipc.c
Directory Properties:
stable/8/usr.bin/ipcs/ (props changed)
Modified: stable/8
Author: delphij
Date: Wed Aug 10 08:55:46 2011
New Revision: 224756
URL: http://svn.freebsd.org/changeset/base/224756
Log:
MFC r223926:
peeraddr is only used in sizeof() evaluations, so instead of declaring it
a variable, use typedef.
Modified:
stable/8/usr.bin/tftp/main.c
Directory Pr
On Tue Aug 9 11, Bruce Evans wrote:
> On Mon, 8 Aug 2011, Jonathan Anderson wrote:
>
> >Log:
> > Create timeval2timespec() and timespec2timeval().
> >
> > These functions will be used by process descriptors to convert process
> > creation time into process descriptor [acm]time.
>
> These were in
On 2011-08-10 12:38, Alexander Best wrote:
...
any reason {TIMEVAL,TIMESPEC}_TO_{TIMESPEC,TIMEVAL}()s code is being executed
in a
do { ... } while (0)
conditional loop? both macros are also defined in crypto/openssh/defines.h and
don't seem to need that extra one-time-loop.
It's a very common
On Wed, 10 Aug 2011, Alexander Best wrote:
On Tue Aug 9 11, Bruce Evans wrote:
...
What is wrong with the existing APIs TIMEVAL_TO_TIMESPEC() and
TIMESPEC_TO_TIMEVAL(), which are used for these conversions by almost
everything now? Well, quite a bit is wrong with them, starting with
...
any
Author: rafan
Date: Wed Aug 10 15:49:24 2011
New Revision: 224759
URL: http://svn.freebsd.org/changeset/base/224759
Log:
- Remove myself from ncurses maintainer due to ENOTIME
Approved by: re (kib@)
Modified:
head/MAINTAINERS
Modified: head/MAINTAINERS
=
On Wed Aug 10 11, Bruce Evans wrote:
> On Wed, 10 Aug 2011, Alexander Best wrote:
>
> >On Tue Aug 9 11, Bruce Evans wrote:
> >>...
> >>What is wrong with the existing APIs TIMEVAL_TO_TIMESPEC() and
> >>TIMESPEC_TO_TIMEVAL(), which are used for these conversions by almost
> >>everything now? Well
Author: marius
Date: Wed Aug 10 19:05:22 2011
New Revision: 224761
URL: http://svn.freebsd.org/changeset/base/224761
Log:
o Improve 224494:
- Ignore some more internal SAS device status change events.
- Correct inverted Bus and TargetID arguments in a warning.
o Add a warning for MPI_E
Author: marius
Date: Wed Aug 10 19:12:21 2011
New Revision: 224762
URL: http://svn.freebsd.org/changeset/base/224762
Log:
Sync makefs(8) ISO 9660 support with NetBSD:
o cd9960 -> cd9660
o Move inclusion of sys/endian.h from cd9660_eltorito.c to cd9660.h
since actual user is not cd9660_el
Author: dougb
Date: Wed Aug 10 20:52:02 2011
New Revision: 224765
URL: http://svn.freebsd.org/changeset/base/224765
Log:
Revert r224760, and enhance the sed patterns from r224659 to comment out
the _compat entries in the WITHOUT_NIS case rather then delete them.
Approved by: re (kib)
Mo
Author: np
Date: Wed Aug 10 22:03:34 2011
New Revision: 224768
URL: http://svn.freebsd.org/changeset/base/224768
Log:
Move cxgbtool from usr.sbin to tools/tools.
Approved by: re (kib)
MFC after:1 month
Added:
head/tools/tools/cxgbtool/
- copied from r224760, head/usr.sbin/cxg
Author: emaste
Date: Thu Aug 11 02:50:18 2011
New Revision: 224771
URL: http://svn.freebsd.org/changeset/base/224771
Log:
MFC r224650:
Don't try to free() an address returned by mmap(). This appears to be
triggered by the same .o being included twice on the command line.
Modified:
st
n = "version 20110807";
+const char *version = "version 20110810";
#define DEBUG
#include
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
20 matches
Mail list logo