Author: delphij
Date: Tue Feb 7 21:56:58 2012
New Revision: 231162
URL: http://svn.freebsd.org/changeset/base/231162
Log:
MFC r227454:
Use __packed to prevent alignment from taking place, which otherwise may
change the on-disk format in an incompatible way. Without this change,
msdosfs
Author: delphij
Date: Tue Feb 7 21:56:58 2012
New Revision: 231162
URL: http://svn.freebsd.org/changeset/base/231162
Log:
MFC r227454:
Use __packed to prevent alignment from taking place, which otherwise may
change the on-disk format in an incompatible way. Without this change,
msdosfs
Author: delphij
Date: Tue Feb 7 22:13:33 2012
New Revision: 231164
URL: http://svn.freebsd.org/changeset/base/231164
Log:
MFC r226274,r226416:
Fix the error message when setgid() failed.
PR: bin/161509
Submitted by: Jeremy Huddleston
Modified:
stable/9/usr.bin/newgrp/n
Author: delphij
Date: Tue Feb 7 22:13:33 2012
New Revision: 231164
URL: http://svn.freebsd.org/changeset/base/231164
Log:
MFC r226274,r226416:
Fix the error message when setgid() failed.
PR: bin/161509
Submitted by: Jeremy Huddleston
Modified:
stable/8/usr.bin/newgrp/n
Author: delphij
Date: Tue Feb 7 22:31:16 2012
New Revision: 231167
URL: http://svn.freebsd.org/changeset/base/231167
Log:
MFC r225643,225644:
Change the example of using smbfs in fstab to a password-less one,
which is less likely to block a remote system from boot.
Submitted by: Gar
Author: delphij
Date: Mon Dec 3 04:25:37 2012
New Revision: 243807
URL: http://svnweb.freebsd.org/changeset/base/243807
Log:
Use SA_ZPL_CRTIME instead of SA_ZPL_CTIME for creation time.
Submitted by: phil.stone at gmx.com
MFC after:2 weeks
Modified:
head/sys/cddl/contrib/opensolar
@@
/*-
- * Copyright (c) 1990, 1993
- * The Regents of the University of California. All rights reserved.
+ * Copyright (c) 2009, 2010 Xin LI
+ * All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following
(r243810)
@@ -1,6 +1,6 @@
/*-
- * Copyright (c) 1990, 1993
- * The Regents of the University of California. All rights reserved.
+ * Copyright (c) 2009, 2010 Xin LI
+ * All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification
Author: delphij
Date: Mon Dec 3 18:08:44 2012
New Revision: 243811
URL: http://svnweb.freebsd.org/changeset/base/243811
Log:
MFC r242507:
Sync strlcpy with userland version.
Modified:
stable/9/sys/libkern/strlcpy.c
Directory Properties:
stable/9/sys/ (props changed)
Modified: stabl
Author: delphij
Date: Mon Dec 3 18:10:30 2012
New Revision: 243812
URL: http://svnweb.freebsd.org/changeset/base/243812
Log:
MFC r242507:
Sync strlcpy with userland version.
Modified:
stable/8/sys/libkern/strlcpy.c
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/l
Author: delphij
Date: Mon Dec 3 18:12:54 2012
New Revision: 243813
URL: http://svnweb.freebsd.org/changeset/base/243813
Log:
MFC r242332:
s/dettach/detach/g
Approved by: pjd
Modified:
stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.c
Directory Properties:
stabl
Author: delphij
Date: Mon Dec 3 18:16:36 2012
New Revision: 243814
URL: http://svnweb.freebsd.org/changeset/base/243814
Log:
MFC r242841:
Use %s when calling make_dev with a string pointer. This makes
clang happy.
Modified:
stable/9/sys/ofed/include/linux/cdev.h
Directory Properties:
Author: delphij
Date: Mon Dec 3 18:19:58 2012
New Revision: 243815
URL: http://svnweb.freebsd.org/changeset/base/243815
Log:
MFC r242728:
ICMPV6_FILTER should read ICMP6_FILTER.
Submitted by: Frédéric Perrin
Modified:
stable/9/share/man/man4/icmp6.4
Directory Properties:
stable/
Author: delphij
Date: Mon Dec 3 18:20:52 2012
New Revision: 243816
URL: http://svnweb.freebsd.org/changeset/base/243816
Log:
MFC r242728:
ICMPV6_FILTER should read ICMP6_FILTER.
Submitted by: Frédéric Perrin
Modified:
stable/8/share/man/man4/icmp6.4
Directory Properties:
stable/
Author: delphij
Date: Mon Dec 3 18:21:29 2012
New Revision: 243817
URL: http://svnweb.freebsd.org/changeset/base/243817
Log:
MFC r242728:
ICMPV6_FILTER should read ICMP6_FILTER.
Submitted by: Frédéric Perrin
Modified:
stable/7/share/man/man4/icmp6.4
Directory Properties:
stable/
Author: delphij
Date: Mon Dec 3 18:26:23 2012
New Revision: 243818
URL: http://svnweb.freebsd.org/changeset/base/243818
Log:
MFC r235038,241906:
netcat from OpenBSD 5.2.
Modified:
stable/9/contrib/netcat/FREEBSD-vendor
stable/9/contrib/netcat/nc.1
stable/9/contrib/netcat/netcat.c
Author: delphij
Date: Mon Dec 3 18:28:54 2012
New Revision: 243819
URL: http://svnweb.freebsd.org/changeset/base/243819
Log:
MFC r235038,241906:
netcat from OpenBSD 5.2.
Modified:
stable/8/contrib/netcat/nc.1
stable/8/contrib/netcat/netcat.c
stable/8/contrib/netcat/socks.c
Directory
Author: delphij
Date: Mon Dec 3 18:30:12 2012
New Revision: 243820
URL: http://svnweb.freebsd.org/changeset/base/243820
Log:
MFC r242519:
Replace log(3) with flsll(3) for watchdogd(8) and drop libm dependency.
Modified:
stable/9/usr.sbin/watchdogd/Makefile
stable/9/usr.sbin/watchdogd/
Author: delphij
Date: Mon Dec 3 18:31:33 2012
New Revision: 243822
URL: http://svnweb.freebsd.org/changeset/base/243822
Log:
MFC r242519:
Replace log(3) with flsll(3) for watchdogd(8) and drop libm dependency.
Modified:
stable/7/usr.sbin/watchdogd/Makefile
stable/7/usr.sbin/watchdogd/
Author: delphij
Date: Mon Dec 3 18:30:52 2012
New Revision: 243821
URL: http://svnweb.freebsd.org/changeset/base/243821
Log:
MFC r242519:
Replace log(3) with flsll(3) for watchdogd(8) and drop libm dependency.
Modified:
stable/8/usr.sbin/watchdogd/Makefile
stable/8/usr.sbin/watchdogd/
Author: delphij
Date: Mon Dec 3 18:34:54 2012
New Revision: 243823
URL: http://svnweb.freebsd.org/changeset/base/243823
Log:
MFC r242497:
Copy code from scsi_read_write() as mfi_build_syspd_cdb() to build SCSI
command properly. Without this change, mfi(4) always sends 10 byte READ
and
Author: delphij
Date: Mon Dec 3 18:37:02 2012
New Revision: 243824
URL: http://svnweb.freebsd.org/changeset/base/243824
Log:
MFC r242681 (ambrisko):
- Extend the prior commit to use the generic SCSI command building
function use that for JBOD and Thunderbolt disk write command. Now
Author: delphij
Date: Mon Dec 3 18:39:29 2012
New Revision: 243825
URL: http://svnweb.freebsd.org/changeset/base/243825
Log:
MFC r242497:
Copy code from scsi_read_write() as mfi_build_syspd_cdb() to build SCSI
command properly. Without this change, mfi(4) always sends 10 byte READ
and
Author: delphij
Date: Mon Dec 3 18:47:25 2012
New Revision: 243826
URL: http://svnweb.freebsd.org/changeset/base/243826
Log:
MFC r242681 (ambrisko):
- Extend the prior commit to use the generic SCSI command building
function use that for JBOD and Thunderbolt disk write command. Now
Author: delphij
Date: Mon Dec 3 18:58:12 2012
New Revision: 243827
URL: http://svnweb.freebsd.org/changeset/base/243827
Log:
Vendor import of less v456 (beta).
Modified:
vendor/less/dist/NEWS
vendor/less/dist/README
vendor/less/dist/configure.ac
vendor/less/dist/defines.h.in
vendor/l
Author: delphij
Date: Mon Dec 3 18:58:46 2012
New Revision: 243828
URL: http://svnweb.freebsd.org/changeset/base/243828
Log:
Tag less v456.
Added:
vendor/less/v456/
- copied from r243827, vendor/less/dist/
___
svn-src-all@freebsd.org mailing l
Author: delphij
Date: Mon Dec 3 19:00:23 2012
New Revision: 243829
URL: http://svnweb.freebsd.org/changeset/base/243829
Log:
MFV: less v456.
Modified:
head/contrib/less/NEWS
head/contrib/less/README
head/contrib/less/configure.ac
head/contrib/less/defines.h.in
head/contrib/less/less.
> - if (addr & j) {
> + if (net & j) {
> break;
> }
> j <<= 8;
> @@ -844,7 +811,7 @@ inet_makenetandmask(u_long net, struct s
> i
Author: delphij
Date: Mon Dec 3 21:49:37 2012
New Revision: 243834
URL: http://svnweb.freebsd.org/changeset/base/243834
Log:
Note that the manual page of less(1) says:
Note that a preprocessor cannot output an empty file, since that
is interpreted as meaning there is no replacement
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
On 12/04/12 02:22, Gleb Smirnoff wrote:
> Xin,
>
> On Mon, Dec 03, 2012 at 11:47:32AM -0800, Xin LI wrote: X> It seems
> that this commit breaks the following commands like this: X> X>
> route add -net 10.8/16 10.2.0.1
&g
Author: delphij
Date: Fri Dec 7 01:36:53 2012
New Revision: 243964
URL: http://svnweb.freebsd.org/changeset/base/243964
Log:
Fix build: reflect the increased field number.
Modified:
head/lib/libradius/radlib.c
Modified: head/lib/libradius/radlib.c
===
Author: delphij
Date: Mon Dec 10 20:52:52 2012
New Revision: 244096
URL: http://svnweb.freebsd.org/changeset/base/244096
Log:
Sync pf.os with OpenBSD:
add a handful of linux signatures from p0fv2 and some other
signatures from observation.
MFC after:2 weeks
Modified:
head/etc/
Author: delphij
Date: Tue Dec 11 01:12:29 2012
New Revision: 244104
URL: http://svnweb.freebsd.org/changeset/base/244104
Log:
In parse():
- Only operate on copy, don't operate on source.
- Eliminate home-rolled strsep().
- Constify the parameter.
MFC after:2 weeks
Modified:
Author: delphij
Date: Wed Dec 12 01:50:58 2012
New Revision: 244132
URL: http://svnweb.freebsd.org/changeset/base/244132
Log:
Add -R, an option to restart all enabled "local" services.
Discussed on: -rc@ (in September)
MFC after:2 months
Modified:
head/usr.sbin/service/service.8
Author: delphij
Date: Thu Dec 13 23:32:47 2012
New Revision: 244198
URL: http://svnweb.freebsd.org/changeset/base/244198
Log:
Teach sysctl(8) about parsing a file (while I'm there also give it
capability of parsing both = and : formats).
Submitted by: hrs (initial version, bugs are mine)
Author: delphij
Date: Mon Dec 17 06:35:15 2012
New Revision: 244342
URL: http://svnweb.freebsd.org/changeset/base/244342
Log:
Note that the manual page of less(1) says:
Note that a preprocessor cannot output an empty file, since that
is interpreted as meaning there is no replacement
Author: delphij
Date: Mon Dec 17 06:38:22 2012
New Revision: 244343
URL: http://svnweb.freebsd.org/changeset/base/244343
Log:
MFC r243834:
Note that the manual page of less(1) says:
Note that a preprocessor cannot output an empty file, since that
is interpreted as meaning there
Author: delphij
Date: Mon Dec 17 06:43:08 2012
New Revision: 244344
URL: http://svnweb.freebsd.org/changeset/base/244344
Log:
MFC r243807:
Use SA_ZPL_CRTIME instead of SA_ZPL_CTIME for creation time.
Submitted by: phil.stone at gmx.com
Modified:
stable/9/sys/cddl/contrib/opensolaris
Author: delphij
Date: Mon Dec 17 06:44:16 2012
New Revision: 244345
URL: http://svnweb.freebsd.org/changeset/base/244345
Log:
MFC r243807:
Use SA_ZPL_CRTIME instead of SA_ZPL_CTIME for creation time.
Submitted by: phil.stone at gmx.com
Modified:
stable/8/sys/cddl/contrib/opensolaris
Author: delphij
Date: Tue Dec 18 20:47:23 2012
New Revision: 244406
URL: http://svnweb.freebsd.org/changeset/base/244406
Log:
Update arcmsr(4) to vendor version 1.20.00.26, this adds
support for their new RAID adapter ARC-1214.
Many thanks to Areca for continuing to support FreeBSD.
as pop into my head.
>>
>> -- Ian
>>
>> On Wed, 2012-12-19 at 07:52 -0800, Alfred Perlstein wrote:
>>> Wouldn't this obfuscate any errors in files?
>>>
>>> Sent from my iPhone
>>>
>>> On Dec 19, 2012, at 7:37 AM, Ian Lepore
&g
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
On 12/19/12 13:10, Garrett Cooper wrote:
> On Wed, Dec 19, 2012 at 1:04 PM, Jilles Tjoelker
> wrote:
>> On Wed, Dec 19, 2012 at 11:16:26AM -0800, Xin Li wrote:
>>> It may be worthy to make sysctl(8) to accept mutiple -f'
tuned for certain situations, like
tcp.conf, supermicro.conf, ... and wants to put them together in a
directory, it's useful to source from the directory without having to
do a generation of command line on boot, so when something goes wrong,
they just remove the pack rather than changing /etc/rc.conf.
t;>> Please don't "linuxise" this tool.
>>
>> I seem to recall cpio being around a lot before Linux... Our sh
>> also accepts piped scripts. It's useful.
>
> Yes, but it just compresses data and doesn't have to necessarily
> backtrack
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
On 12/19/12 14:28, Benjamin Kaduk wrote:
> [cc trimmed]
>
> On Wed, Dec 19, 2012 at 5:02 PM, Xin Li <mailto:delp...@delphij.net>> wrote:
>
> Irrelevant. Consider this (extreme) situation: someone
> distributes several
Author: delphij
Date: Fri Dec 21 00:41:52 2012
New Revision: 244524
URL: http://svnweb.freebsd.org/changeset/base/244524
Log:
MFC r241916:
Remove __P.
Submitted by: kevlo
Modified:
stable/9/sys/netinet/sctp_uio.h
stable/9/sys/netinet/sctp_var.h
stable/9/sys/netinet6/icmp6.c
st
Author: delphij
Date: Fri Dec 21 22:20:59 2012
New Revision: 244568
URL: http://svnweb.freebsd.org/changeset/base/244568
Log:
- Reduce buffer size from LINE_MAX to PATH_MAX, there is no point to store
path longer than this.
- Fix an unreached case of check against sizeof buf, which in t
Author: delphij
Date: Mon Dec 24 00:45:54 2012
New Revision: 244647
URL: http://svnweb.freebsd.org/changeset/base/244647
Log:
MFC r244096:
Sync pf.os with OpenBSD.
Modified:
stable/9/etc/pf.os
Directory Properties:
stable/9/etc/ (props changed)
Modified: stable/9/etc/pf.os
=
Author: delphij
Date: Mon Dec 24 00:46:34 2012
New Revision: 244648
URL: http://svnweb.freebsd.org/changeset/base/244648
Log:
MFC r244096:
Sync pf.os with OpenBSD.
Modified:
stable/8/etc/pf.os
Directory Properties:
stable/8/etc/ (props changed)
Modified: stable/8/etc/pf.os
=
Author: delphij
Date: Tue Dec 25 00:24:43 2012
New Revision: 244669
URL: http://svnweb.freebsd.org/changeset/base/244669
Log:
MFC r244104:
In parse():
- Only operate on copy, don't operate on source.
- Eliminate home-rolled strsep().
- Constify the parameter.
Modified:
stable
Author: delphij
Date: Tue Dec 25 00:25:22 2012
New Revision: 244670
URL: http://svnweb.freebsd.org/changeset/base/244670
Log:
MFC r244104:
In parse():
- Only operate on copy, don't operate on source.
- Eliminate home-rolled strsep().
- Constify the parameter.
Modified:
stable
Author: delphij
Date: Fri Dec 28 01:09:30 2012
New Revision: 244756
URL: http://svnweb.freebsd.org/changeset/base/244756
Log:
Add zh_CN.UTF-8 catalog.
Reviewed by: alphachi
MFC after:2 weeks
Added:
head/lib/libc/nls/zh_CN.UTF-8.msg (contents, props changed)
Modified:
head/lib
Author: delphij
Date: Fri Dec 28 01:23:12 2012
New Revision: 244757
URL: http://svnweb.freebsd.org/changeset/base/244757
Log:
Add derived versions for common Simplified Chinese encodings.
MFC after:2 weeks
Added:
head/lib/libc/nls/zh_CN.GB18030.msg
- copied, changed from r244756
Author: delphij
Date: Fri Dec 28 20:44:23 2012
New Revision: 244781
URL: http://svnweb.freebsd.org/changeset/base/244781
Log:
Use DEVMETHOD_END.
MFC after:2 weeks
Modified:
head/sys/dev/wbwd/wbwd.c
Modified: head/sys/dev/wbwd/wbwd.c
==
Author: delphij
Date: Fri Dec 28 21:35:47 2012
New Revision: 244787
URL: http://svnweb.freebsd.org/changeset/base/244787
Log:
Add DEVICE_IDENTIFY method for wbwd(4), required on most of recent
Supermicro motherboards.
Tested on X8STi and X8DTH boards.
Sponsored by: iXsystems, Inc.
Author: delphij
Date: Fri Dec 28 23:21:54 2012
New Revision: 244796
URL: http://svnweb.freebsd.org/changeset/base/244796
Log:
It's no longer necessary to explicitly specify isa bus.
MFC after:2 weeks
Modified:
head/share/man/man4/wbwd.4
Modified: head/share/man/man4/wbwd.4
=
Author: delphij
Date: Tue Jan 1 07:00:42 2013
New Revision: 244920
URL: http://svnweb.freebsd.org/changeset/base/244920
Log:
MFC r244369 (jimharris):
Use CAM_DEV_NOT_THERE instead of CAM_SEL_TIMEOUT to report nonexistent
LUNs for the virtual processor device. This removes lots of CAM wa
Author: delphij
Date: Tue Jan 1 07:02:33 2013
New Revision: 244921
URL: http://svnweb.freebsd.org/changeset/base/244921
Log:
MFC r244406:
Update arcmsr(4) to vendor version 1.20.00.26, this adds
support for their new RAID adapter ARC-1214.
Many thanks to Areca for continuing to supp
Author: delphij
Date: Tue Jan 1 07:04:25 2013
New Revision: 244922
URL: http://svnweb.freebsd.org/changeset/base/244922
Log:
MFC r244369 (jimharris):
Use CAM_DEV_NOT_THERE instead of CAM_SEL_TIMEOUT to report nonexistent
LUNs for the virtual processor device. This removes lots of CAM wa
Author: delphij
Date: Tue Jan 1 07:06:17 2013
New Revision: 244923
URL: http://svnweb.freebsd.org/changeset/base/244923
Log:
MFC r244406:
Update arcmsr(4) to vendor version 1.20.00.26, this adds
support for their new RAID adapter ARC-1214.
Many thanks to Areca for continuing to supp
Author: delphij
Date: Wed Jan 2 20:56:53 2013
New Revision: 244973
URL: http://svnweb.freebsd.org/changeset/base/244973
Log:
Integrate OpenSSL changeset 22950 (appro):
bn_word.c: fix overflow bug in BN_add_word.
Modified:
vendor-crypto/openssl/dist/crypto/bn/bn_word.c
Modified: v
Author: delphij
Date: Wed Jan 2 20:58:46 2013
New Revision: 244974
URL: http://svnweb.freebsd.org/changeset/base/244974
Log:
MFV r244973:
Integrate OpenSSL changeset 22950 (appro):
bn_word.c: fix overflow bug in BN_add_word.
MFC after:2 weeks
Modified:
head/crypt
Author: delphij
Date: Wed Jan 2 21:00:00 2013
New Revision: 244975
URL: http://svnweb.freebsd.org/changeset/base/244975
Log:
Indicate that we are using OpenSSL with some local modifications.
X-MFC after: with r244974
Modified:
head/crypto/openssl/crypto/opensslv.h
Modified: head/crypt
Author: delphij
Date: Wed Jan 2 21:53:45 2013
New Revision: 244978
URL: http://svnweb.freebsd.org/changeset/base/244978
Log:
Vendor import of bwk's Dec 20, 2012 version.
Modified:
vendor/one-true-awk/dist/FIXES
vendor/one-true-awk/dist/main.c
vendor/one-true-awk/dist/makefile
vendor/on
Author: delphij
Date: Wed Jan 2 21:54:37 2013
New Revision: 244979
URL: http://svnweb.freebsd.org/changeset/base/244979
Log:
Tag 20121220 version.
Added:
vendor/one-true-awk/20121220/
- copied from r244978, vendor/one-true-awk/dist/
___
svn-sr
Author: delphij
Date: Thu Jan 3 07:25:30 2013
New Revision: 244988
URL: http://svnweb.freebsd.org/changeset/base/244988
Log:
MFV: one-true-awk 20121220.
MFC after:1 month
Modified:
head/contrib/one-true-awk/FIXES
head/contrib/one-true-awk/main.c
head/contrib/one-true-awk/makefil
Author: delphij
Date: Thu Jan 3 20:31:45 2013
New Revision: 245006
URL: http://svnweb.freebsd.org/changeset/base/245006
Log:
Sync with driver.
MFC after:2 weeks
Modified:
head/share/man/man4/mps.4
Modified: head/share/man/man4/mps.4
=
Author: delphij
Date: Fri Jan 4 23:44:22 2013
New Revision: 245048
URL: http://svnweb.freebsd.org/changeset/base/245048
Log:
Constify arguments. While I'm there, also add a static for usage().
MFC after:2 weeks
Modified:
head/usr.bin/apply/apply.c
Modified: head/usr.bin/apply/appl
Author: delphij
Date: Sat Jan 5 00:23:58 2013
New Revision: 245050
URL: http://svnweb.freebsd.org/changeset/base/245050
Log:
Follow calloc convention in other code, this is functionally identical
to its previous form.
Modified:
head/usr.bin/xargs/strnsubst.c
Modified: head/usr.bin/xargs/s
Author: delphij
Date: Tue Jan 8 22:14:45 2013
New Revision: 245184
URL: http://svnweb.freebsd.org/changeset/base/245184
Log:
Use calloc() to get zeroed memory.
MFC after:1 month
Modified:
head/usr.bin/tail/read.c
Modified: head/usr.bin/tail/read.c
==
Author: delphij
Date: Thu Jan 10 19:26:56 2013
New Revision: 245264
URL: http://svnweb.freebsd.org/changeset/base/245264
Log:
The current ZFS code expects ddt_zap_count to always succeed by asserting
the underlying zap_count() to return no errors. However, it is possible
that the pool reach
Author: delphij
Date: Fri Jan 11 00:40:03 2013
New Revision: 245277
URL: http://svnweb.freebsd.org/changeset/base/245277
Log:
MFC 244756 + 244757:
Add Simplified Chinese catalogs.
Added:
stable/9/lib/libc/nls/zh_CN.GB18030.msg
- copied unchanged from r244757, head/lib/libc/nls/zh_CN
Author: delphij
Date: Fri Jan 11 00:41:16 2013
New Revision: 245278
URL: http://svnweb.freebsd.org/changeset/base/245278
Log:
MFC 244756 + 244757:
Add Simplified Chinese catalogs.
Added:
stable/8/lib/libc/nls/zh_CN.GB18030.msg
- copied unchanged from r244757, head/lib/libc/nls/zh_CN
Author: delphij
Date: Fri Jan 11 00:43:20 2013
New Revision: 245279
URL: http://svnweb.freebsd.org/changeset/base/245279
Log:
MFC r244781:
Use DEVMETHOD_END.
Modified:
stable/9/sys/dev/wbwd/wbwd.c
Directory Properties:
stable/9/sys/ (props changed)
stable/9/sys/dev/ (props change
Author: delphij
Date: Fri Jan 11 00:46:40 2013
New Revision: 245280
URL: http://svnweb.freebsd.org/changeset/base/245280
Log:
MFC r244787, 244796:
Add DEVICE_IDENTIFY method for wbwd(4), required on most of recent
Supermicro motherboards.
Tested on X8STi and X8DTH boards.
Sponso
Author: delphij
Date: Fri Jan 11 10:22:09 2013
New Revision: 245297
URL: http://svnweb.freebsd.org/changeset/base/245297
Log:
Add ID for Nuvoton WPCM450RA0BX found on Supermicro X9SCA-F motherboards.
While I'm there, also make this driver to attach to devices that have
an unknown device I
Author: delphij
Date: Sun Jan 13 04:28:44 2013
New Revision: 245361
URL: http://svnweb.freebsd.org/changeset/base/245361
Log:
Use the right format string for line buffer.
PR: bin/174910
Submitted by: Fabian Keil
Modified:
head/sbin/sysctl/sysctl.c
Modified: head/sbin/sysctl
Author: delphij
Date: Wed Jan 16 00:42:25 2013
New Revision: 245481
URL: http://svnweb.freebsd.org/changeset/base/245481
Log:
MFC r244973:
Integrate OpenSSL changeset 22950 (appro):
bn_word.c: fix overflow bug in BN_add_word.
Modified:
stable/9/crypto/openssl/crypto/bn/bn_word
Author: delphij
Date: Wed Jan 16 00:45:05 2013
New Revision: 245482
URL: http://svnweb.freebsd.org/changeset/base/245482
Log:
MFC r244975:
Indicate that we are using OpenSSL with some local modifications.
Modified:
stable/9/crypto/openssl/crypto/opensslv.h
Directory Properties:
stable/
Author: delphij
Date: Wed Jan 16 00:52:36 2013
New Revision: 245483
URL: http://svnweb.freebsd.org/changeset/base/245483
Log:
MFC r244974:
MFV r244973:
Integrate OpenSSL changeset 22950 (appro):
bn_word.c: fix overflow bug in BN_add_word.
Modified:
stable/8/crypto/ope
Author: delphij
Date: Wed Jan 16 00:54:51 2013
New Revision: 245484
URL: http://svnweb.freebsd.org/changeset/base/245484
Log:
MFC r244975:
Indicate that we are using OpenSSL with some local modifications.
Modified:
stable/8/crypto/openssl/crypto/opensslv.h
Directory Properties:
stable/
r245494)
> @@ -141,5 +141,6 @@ main(int argc, char *argv[])
> nleft -= n;
> }
>
> + free(e);
> return 0;
> }
>
--
Xin LI https://www.delphij.net/
FreeBSD - The Power to Serve! Live free or die
___
svn-src-all@free
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
On 01/16/13 09:47, Eitan Adler wrote:
> On 16 January 2013 01:49, Xin LI wrote:
>> This doesn't seem right -- you should never release memory before
>> exit, especially for memory allocated in main(), unless this
>> "
Author: delphij
Date: Wed Jan 16 18:15:25 2013
New Revision: 245506
URL: http://svnweb.freebsd.org/changeset/base/245506
Log:
Use a different way to silence clang analyzer as done in r245494 by
explicitly telling the compiler that we are on the exit route.
X-MFC:together with r245
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
On 01/16/13 10:17, Garrett Cooper wrote:
> On Jan 16, 2013, at 10:11 AM, Xin Li wrote:
>
>> -BEGIN PGP SIGNED MESSAGE- Hash: SHA512
>>
>> On 01/16/13 09:47, Eitan Adler wrote:
>>> On 16 January 2013 01:49,
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
On 01/16/13 08:11, John Baldwin wrote:
> On Wednesday, January 16, 2013 1:49:40 am Xin LI wrote:
>> This doesn't seem right -- you should never release memory before
>> exit, especially for memory allocated in main(), unle
Author: delphij
Date: Wed Jan 16 22:50:40 2013
New Revision: 245510
URL: http://svnweb.freebsd.org/changeset/base/245510
Log:
Update and vendor-sys/illumos/dist to illumos-gate
13910:f3454e0a097c
(illumos zfs issue #3447: improve the comment in txg.c)
Modified:
vendor-sys/illumos/dist/uts
Author: delphij
Date: Wed Jan 16 22:59:50 2013
New Revision: 245511
URL: http://svnweb.freebsd.org/changeset/base/245511
Log:
MFV r245510:
improve the comment in txg.c
Obtained from:Illumos (13910:f3454e0a097c)
MFC after:2 weeks
Modified:
head/sys/cddl/contrib/opensola
Author: delphij
Date: Wed Jan 16 23:11:13 2013
New Revision: 245512
URL: http://svnweb.freebsd.org/changeset/base/245512
Log:
Update vendor/illumos/dist and vendor-sys/illumos/dist
to illumos-gate 13921:9d721847e469
(illumos zfs issue #3035 LZ4 compression support in ZFS and GRUB)
Modified:
Author: delphij
Date: Wed Jan 16 23:11:13 2013
New Revision: 245512
URL: http://svnweb.freebsd.org/changeset/base/245512
Log:
Update vendor/illumos/dist and vendor-sys/illumos/dist
to illumos-gate 13921:9d721847e469
(illumos zfs issue #3035 LZ4 compression support in ZFS and GRUB)
Added:
Author: delphij
Date: Thu Jan 17 00:42:30 2013
New Revision: 245521
URL: http://svnweb.freebsd.org/changeset/base/245521
Log:
MFC r245006:
Sync with driver.
Modified:
stable/9/share/man/man4/mps.4
Modified: stable/9/share/man/man4/mps.4
==
Author: delphij
Date: Fri Jan 18 19:42:08 2013
New Revision: 245613
URL: http://svnweb.freebsd.org/changeset/base/245613
Log:
Make it possible to force async at server side on new NFS server, similar
to the old one's nfs.nfsrv.async.
Please note that by enabling this option (default is di
Author: delphij
Date: Fri Jan 18 23:54:27 2013
New Revision: 245633
URL: http://svnweb.freebsd.org/changeset/base/245633
Log:
Set showthread = 0 for w(1).
X-MFC:together with r245610
Modified:
head/usr.bin/w/w.c
Modified: head/usr.bin/w/w.c
==
Author: delphij
Date: Fri Sep 28 20:29:06 2012
New Revision: 241038
URL: http://svn.freebsd.org/changeset/base/241038
Log:
MFC r239744:
Show error messages if nmount() failed.
Modified:
stable/9/usr.sbin/mountd/mountd.c
Directory Properties:
stable/9/usr.sbin/mountd/ (props changed)
Author: delphij
Date: Fri Sep 28 22:26:44 2012
New Revision: 241040
URL: http://svn.freebsd.org/changeset/base/241040
Log:
MFC r239744:
Show error messages if nmount() failed.
Modified:
stable/8/usr.sbin/mountd/mountd.c
Directory Properties:
stable/8/usr.sbin/mountd/ (props changed)
Author: delphij
Date: Thu Oct 4 21:07:56 2012
New Revision: 241199
URL: http://svn.freebsd.org/changeset/base/241199
Log:
Vendor import of libpcap 1.3.0.
Added:
vendor/libpcap/dist/pcap-canusb-linux.c
vendor/libpcap/dist/pcap-canusb-linux.h
vendor/libpcap/dist/tests/
- copied from r
Author: delphij
Date: Thu Oct 4 21:08:46 2012
New Revision: 241200
URL: http://svn.freebsd.org/changeset/base/241200
Log:
Tag libpcap 1.3.0.
Added:
vendor/libpcap/1.3.0/
- copied from r241199, vendor/libpcap/dist/
___
svn-src-all@freebsd.org m
Author: delphij
Date: Thu Oct 4 22:40:22 2012
New Revision: 241211
URL: http://svn.freebsd.org/changeset/base/241211
Log:
Vendor import of tcpdump 4.3.0.
Added:
vendor/tcpdump/dist/print-tipc.c
vendor/tcpdump/dist/tests/icmpv6.out
vendor/tcpdump/dist/tests/icmpv6.pcap (contents, props
Author: delphij
Date: Thu Oct 4 22:41:00 2012
New Revision: 241212
URL: http://svn.freebsd.org/changeset/base/241212
Log:
Tag tcpdump 4.3.0.
Added:
vendor/tcpdump/4.3.0/
- copied from r241211, vendor/tcpdump/dist/
___
svn-src-all@freebsd.org m
Author: delphij
Date: Fri Oct 5 18:42:50 2012
New Revision: 241231
URL: http://svn.freebsd.org/changeset/base/241231
Log:
MFV: libpcap 1.3.0.
MFC after:4 weeks
Added:
head/contrib/libpcap/pcap-canusb-linux.c
- copied unchanged from r241200, vendor/libpcap/dist/pcap-canusb-linux
1001 - 1100 of 3858 matches
Mail list logo