On Mon, 6 Feb 2012 23:17:43 +0100 Pawel Jakub Dawidek wrote:
PJD> On Mon, Feb 06, 2012 at 11:46:24PM +0200, Mikolaj Golub wrote:
>> Thanks. The updated version is attached.
PJD> Looks good to me.
Thanks. But I still think that adding some signal handling is a good idea. I
agree that there m
Author: kevlo
Date: Wed Feb 8 08:42:17 2012
New Revision: 231191
URL: http://svn.freebsd.org/changeset/base/231191
Log:
Add offsetof.3 man page
Obtained from:OpenBSD
Added:
head/share/man/man3/offsetof.3 (contents, props changed)
Modified:
head/share/man/man3/Makefile
Modif
Author: pjd
Date: Wed Feb 8 08:43:41 2012
New Revision: 231192
URL: http://svn.freebsd.org/changeset/base/231192
Log:
Note that calling pidfile_write(3) multiple times is fine.
MFC after:3 days
Modified:
head/lib/libutil/pidfile.3
Modified: head/lib/libutil/pidfile.3
==
Author: pjd
Date: Wed Feb 8 08:49:30 2012
New Revision: 231193
URL: http://svn.freebsd.org/changeset/base/231193
Log:
Add a comment to the example that pidfile_* functions can handle pfh being
NULL.
MFC after:3 days
Modified:
head/lib/libutil/pidfile.3
Modified: head/lib/libutil/p
Author: dougb
Date: Wed Feb 8 08:52:40 2012
New Revision: 231194
URL: http://svn.freebsd.org/changeset/base/231194
Log:
As it stands right now, the default devfs rulesets are only loaded as a
side effect of something else using them. If they haven't been loaded
already but you want to use t
On Wed, Feb 08, 2012 at 10:32:41AM +0200, Mikolaj Golub wrote:
>
> On Mon, 6 Feb 2012 23:17:43 +0100 Pawel Jakub Dawidek wrote:
>
> PJD> On Mon, Feb 06, 2012 at 11:46:24PM +0200, Mikolaj Golub wrote:
>
> >> Thanks. The updated version is attached.
>
> PJD> Looks good to me.
>
> Thanks. But
Author: pjd
Date: Wed Feb 8 09:18:22 2012
New Revision: 231195
URL: http://svn.freebsd.org/changeset/base/231195
Log:
Allow to set kern.ipc.shmmax from /boot/loader.conf.
MFC after:1 week
Modified:
head/sys/kern/sysv_shm.c
Modified: head/sys/kern/sysv_shm.c
Author: brooks
Date: Wed Feb 8 11:30:13 2012
New Revision: 231196
URL: http://svn.freebsd.org/changeset/base/231196
Log:
eui64_aton and eui64_ntoa are actually the equivalent of ether_aton_r and
ether_nota_r and do not use static variables so remove the note copied
from ethers.3 saying they
Author: mm
Date: Wed Feb 8 11:33:46 2012
New Revision: 231197
URL: http://svn.freebsd.org/changeset/base/231197
Log:
Copy libarchive's dist to 2.8, vendor has moved to git
Added:
vendor/libarchive/2.8/
- copied from r231196, vendor/libarchive/dist/
__
Author: luigi
Date: Wed Feb 8 11:43:29 2012
New Revision: 231198
URL: http://svn.freebsd.org/changeset/base/231198
Log:
- change the buffer size from a constant to a
TUNABLE variable (hw.netmap.buf_size) so we can experiment
with values different from 2048 which may give better cache pe
Author: mm
Date: Wed Feb 8 12:52:01 2012
New Revision: 231199
URL: http://svn.freebsd.org/changeset/base/231199
Log:
Libarchive 3.0.3 import
Modified:
svnadmin/conf/sizelimit.conf
Modified: svnadmin/conf/sizelimit.conf
Author: glebius
Date: Wed Feb 8 13:39:38 2012
New Revision: 231201
URL: http://svn.freebsd.org/changeset/base/231201
Log:
Set vnet context in callouts and taskqueues.
PR: 164696
Modified:
head/sys/netinet/ip_carp.c
Modified: head/sys/netinet/ip_carp.c
Author: kib
Date: Wed Feb 8 14:09:08 2012
New Revision: 231202
URL: http://svn.freebsd.org/changeset/base/231202
Log:
MFC r230553:
When doing vflush(WRITECLOSE), clean vnode pages.
Unmounts do vfs_msync() before calling VFS_UNMOUNT(), but there is
still a race allowing a process to dir
Author: kib
Date: Wed Feb 8 14:21:20 2012
New Revision: 231203
URL: http://svn.freebsd.org/changeset/base/231203
Log:
MFC r230866:
Add kqueue support to /dev/klog.
PR: kern/156423
Modified:
stable/9/sys/kern/subr_log.c
Directory Properties:
stable/9/sys/ (props changed)
Modifie
Author: kib
Date: Wed Feb 8 15:07:19 2012
New Revision: 231204
URL: http://svn.freebsd.org/changeset/base/231204
Log:
Unbreak detection of the async mode for clustered writes after r231075.
Submitted by: bde
MFC after:12 days
Modified:
head/sys/kern/vfs_cluster.c
Modified: head/s
Author: kib
Date: Wed Feb 8 15:19:49 2012
New Revision: 231205
URL: http://svn.freebsd.org/changeset/base/231205
Log:
MFC r230553:
When doing vflush(WRITECLOSE), clean vnode pages.
Unmounts do vfs_msync() before calling VFS_UNMOUNT(), but there is
still a race allowing a process to dir
Author: bz
Date: Wed Feb 8 15:37:34 2012
New Revision: 231206
URL: http://svn.freebsd.org/changeset/base/231206
Log:
MFC r225030:
While not explicitly allowed by RFC 2460, in case there is no
translation technology involved (and that section is suggested to
be removed by Errata 2843
Author: bz
Date: Wed Feb 8 15:38:36 2012
New Revision: 231207
URL: http://svn.freebsd.org/changeset/base/231207
Log:
MFC r225030:
While not explicitly allowed by RFC 2460, in case there is no
translation technology involved (and that section is suggested to
be removed by Errata 2843
Author: bz
Date: Wed Feb 8 16:03:05 2012
New Revision: 231208
URL: http://svn.freebsd.org/changeset/base/231208
Log:
MFC r225032,225034:
ipfw internally checks for offset == 0 to determine whether the
packet is a/the first fragment or not. For IPv6 we have added the
"more fragments
Author: bz
Date: Wed Feb 8 16:07:07 2012
New Revision: 231209
URL: http://svn.freebsd.org/changeset/base/231209
Log:
MFC r225032,225034:
ipfw internally checks for offset == 0 to determine whether the
packet is a/the first fragment or not. For IPv6 we have added the
"more fragments
Author: bz
Date: Wed Feb 8 16:24:56 2012
New Revision: 231210
URL: http://svn.freebsd.org/changeset/base/231210
Log:
MFC r225033:
If we detect an IPv6 fragment header and it is not the first fragment,
then terminate the loop as we will not find any further headers and
for short frag
Author: bz
Date: Wed Feb 8 16:26:01 2012
New Revision: 231211
URL: http://svn.freebsd.org/changeset/base/231211
Log:
MFC r225033:
If we detect an IPv6 fragment header and it is not the first fragment,
then terminate the loop as we will not find any further headers and
for short frag
Author: bz
Date: Wed Feb 8 16:44:54 2012
New Revision: 231212
URL: http://svn.freebsd.org/changeset/base/231212
Log:
MFC r225036:
Hide IPv6 next header parsing warnings under the verbose sysctl
so people can possibly disable it when their consoles are flooded,
or enabled it for debu
Author: bz
Date: Wed Feb 8 16:45:20 2012
New Revision: 231213
URL: http://svn.freebsd.org/changeset/base/231213
Log:
MFC r225036:
Hide IPv6 next header parsing warnings under the verbose sysctl
so people can possibly disable it when their consoles are flooded,
or enabled it for debu
Author: bz
Date: Wed Feb 8 17:03:12 2012
New Revision: 231214
URL: http://svn.freebsd.org/changeset/base/231214
Log:
MFC r225428:
Shorten a variable access some using a cached value rather than
casting the input argument again, making the code more readable.
Reviewed by: jhb
Mod
Author: bz
Date: Wed Feb 8 17:03:30 2012
New Revision: 231215
URL: http://svn.freebsd.org/changeset/base/231215
Log:
MFC r225428:
Shorten a variable access some using a cached value rather than
casting the input argument again, making the code more readable.
Reviewed by: jhb
Mod
On Feb 5, 2012, at 3:56 PM, Dimitry Andric wrote:
> Author: dim
> Date: Sun Feb 5 23:56:22 2012
> New Revision: 231057
> URL: http://svn.freebsd.org/changeset/base/231057
>
> Log:
> Add a WITH_CLANG_EXTRAS option for src.conf(5), disabled by default,
> that builds the following additional llv
Author: bz
Date: Wed Feb 8 17:54:02 2012
New Revision: 231216
URL: http://svn.freebsd.org/changeset/base/231216
Log:
MFC r222845:
Correct comments and debug logging in ipsec to better match reality.
Modified:
stable/8/sys/netinet/ip_input.c
stable/8/sys/netinet/ip_ipsec.c
stable/8/
Author: bz
Date: Wed Feb 8 17:54:11 2012
New Revision: 231217
URL: http://svn.freebsd.org/changeset/base/231217
Log:
MFC r222845:
Correct comments and debug logging in ipsec to better match reality.
Modified:
stable/7/sys/netinet/ip_input.c
stable/7/sys/netinet/ip_ipsec.c
stable/7/
Author: bz
Date: Wed Feb 8 18:21:48 2012
New Revision: 231218
URL: http://svn.freebsd.org/changeset/base/231218
Log:
Remove sun4v from universe targets.
Approved by: re
Modified:
stable/8/Makefile
Modified: stable/8/Makefile
Author: bz
Date: Wed Feb 8 18:22:10 2012
New Revision: 231219
URL: http://svn.freebsd.org/changeset/base/231219
Log:
Remove sun4v from universe targets.
Approved by: re
Modified:
stable/7/Makefile
Modified: stable/7/Makefile
Author: kib
Date: Wed Feb 8 18:36:07 2012
New Revision: 231220
URL: http://svn.freebsd.org/changeset/base/231220
Log:
Trim 8 unused bytes from struct vnode on 64-bit architectures.
Reviewed by: alc
Modified:
head/sys/sys/vnode.h
Modified: head/sys/sys/vnode.h
=
Author: bz
Date: Wed Feb 8 18:51:10 2012
New Revision: 231221
URL: http://svn.freebsd.org/changeset/base/231221
Log:
MFC r228641:
Allow toggling of IFCAP_VLAN_HWCSUM for hardware that supports checksum
offloading on vlans and document the new option.
Modified:
stable/9/sbin/ifconfig
Author: bz
Date: Wed Feb 8 18:51:20 2012
New Revision: 231222
URL: http://svn.freebsd.org/changeset/base/231222
Log:
MFC r228641:
Allow toggling of IFCAP_VLAN_HWCSUM for hardware that supports checksum
offloading on vlans and document the new option.
Modified:
stable/8/sbin/ifconfig
Author: bz
Date: Wed Feb 8 18:51:25 2012
New Revision: 231223
URL: http://svn.freebsd.org/changeset/base/231223
Log:
MFC r228641:
Allow toggling of IFCAP_VLAN_HWCSUM for hardware that supports checksum
offloading on vlans and document the new option.
Modified:
stable/7/sbin/ifconfig
Author: bz
Date: Wed Feb 8 19:20:11 2012
New Revision: 231224
URL: http://svn.freebsd.org/changeset/base/231224
Log:
MFC r223359:
Garbage collect never used global, sysctl, externs.
Modified:
stable/7/sys/net/route.c
stable/7/sys/net/route.h
Directory Properties:
stable/7/sys/ (p
Author: bz
Date: Wed Feb 8 19:31:32 2012
New Revision: 231225
URL: http://svn.freebsd.org/changeset/base/231225
Log:
MFC r223359:
Garbage collect never used global, sysctl, externs.
Modified:
stable/8/sys/net/route.c
stable/8/sys/net/route.h
Directory Properties:
stable/8/sys/ (p
Author: jkim
Date: Wed Feb 8 20:31:42 2012
New Revision: 231226
URL: http://svn.freebsd.org/changeset/base/231226
Log:
Revert r211288 and move the logic to the acpi_timer itself.
Modified:
head/etc/rc.resume
head/etc/rc.suspend
head/sys/dev/acpica/acpi_timer.c
Modified: head/etc/rc.resu
Author: jkim
Date: Wed Feb 8 21:23:20 2012
New Revision: 231227
URL: http://svn.freebsd.org/changeset/base/231227
Log:
Reset clock after atrtc(4) is properly resumed.
Modified:
head/sys/amd64/acpica/acpi_wakeup.c
head/sys/dev/acpica/acpi.c
head/sys/dev/acpica/acpivar.h
Modified: head/sy
Author: marius
Date: Wed Feb 8 21:40:54 2012
New Revision: 231228
URL: http://svn.freebsd.org/changeset/base/231228
Log:
Remove extra newlines from panic messages.
Modified:
head/sys/dev/mpt/mpt.c
head/sys/dev/mpt/mpt.h
head/sys/dev/mpt/mpt_cam.c
Modified: head/sys/dev/mpt/mpt.c
===
Author: pluknet
Date: Wed Feb 8 22:05:26 2012
New Revision: 231229
URL: http://svn.freebsd.org/changeset/base/231229
Log:
g/c last bit of old ipv6 prefix management.
Reviewed by: bz
Obtained from:NetBSD, net/if.h, rev 1.80
Modified:
head/sys/net/if.c
head/sys/net/if_var.h
Author: hselasky
Date: Wed Feb 8 22:27:07 2012
New Revision: 231230
URL: http://svn.freebsd.org/changeset/base/231230
Log:
MFC r229317:
Fix support for suspend and resume.
Modified:
stable/8/sys/dev/usb/controller/usb_controller.c
Directory Properties:
stable/8/sys/ (props changed)
s
Author: hselasky
Date: Wed Feb 8 22:29:41 2012
New Revision: 231231
URL: http://svn.freebsd.org/changeset/base/231231
Log:
MFC r227285:
Add support for new USB modem protocol.
PR: usb/159919
Modified:
stable/8/sys/dev/usb/serial/umodem.c
Directory Properties:
stable/8/sys/
Author: scf
Date: Wed Feb 8 23:12:05 2012
New Revision: 231233
URL: http://svn.freebsd.org/changeset/base/231233
Log:
Merge from head to stable/7:
r230655:
Since April 2, 2006, Indiana has observed DST.
Modified:
stable/7/usr.sbin/cron/crontab/crontab.5
Directory Properties:
stable/
Author: scf
Date: Wed Feb 8 23:13:21 2012
New Revision: 231234
URL: http://svn.freebsd.org/changeset/base/231234
Log:
Merge from head to stable/8:
r230655:
Since April 2, 2006, Indiana has observed DST.
Modified:
stable/8/usr.sbin/cron/crontab/crontab.5
Directory Properties:
stable/
Author: scf
Date: Wed Feb 8 23:14:26 2012
New Revision: 231235
URL: http://svn.freebsd.org/changeset/base/231235
Log:
Merge from head to stable/9:
r230655:
Since April 2, 2006, Indiana has observed DST.
Modified:
stable/9/usr.sbin/cron/crontab/crontab.5
Directory Properties:
stable/
Author: jamie
Date: Wed Feb 8 23:34:47 2012
New Revision: 231236
URL: http://svn.freebsd.org/changeset/base/231236
Log:
Acknowledge that jail_attach and jail_remove can return EPERM.
MFC after:1 week
Modified:
head/lib/libc/sys/jail.2
Modified: head/lib/libc/sys/jail.2
Author: marius
Date: Wed Feb 8 23:47:22 2012
New Revision: 231237
URL: http://svn.freebsd.org/changeset/base/231237
Log:
Merge from r230889:
Mark cpu_{halt,reset}() and hv_mach_{exit,sir}() as __dead2 as appropriate.
This is a direct commit to stable/8.
Modified:
stable/8/sys/sun4v
Author: marius
Date: Wed Feb 8 23:57:03 2012
New Revision: 231239
URL: http://svn.freebsd.org/changeset/base/231239
Log:
Given that sun4u uses sparc64/sparc64/ofw_machdep.c, use the sparc64
here also. This isn't exactly a clean approach
though as ofw_machdep.h also includes some prototypes
Author: ken
Date: Thu Feb 9 00:16:12 2012
New Revision: 231240
URL: http://svn.freebsd.org/changeset/base/231240
Log:
Bring in a number of mps(4) driver fixes from LSI:
1. Fixed timeout specification for the msleep in mps_wait_command().
Added 30 second timeout for mps_wait_command(
Author: scf
Date: Thu Feb 9 01:18:09 2012
New Revision: 231241
URL: http://svn.freebsd.org/changeset/base/231241
Log:
Merge from head to stable/7:
r230656:
msdos was renamed to msdosfs in 2001 by r77577.
Modified:
stable/7/share/man/man4/umass.4
Directory Properties:
stable/7/share/
Author: scf
Date: Thu Feb 9 01:18:23 2012
New Revision: 231242
URL: http://svn.freebsd.org/changeset/base/231242
Log:
Merge from head to stable/8:
r230656:
msdos was renamed to msdosfs in 2001 by r77577.
Modified:
stable/8/share/man/man4/umass.4
Directory Properties:
stable/8/share/
Author: scf
Date: Thu Feb 9 01:18:35 2012
New Revision: 231243
URL: http://svn.freebsd.org/changeset/base/231243
Log:
Merge from head to stable/9:
r230656:
msdos was renamed to msdosfs in 2001 by r77577.
Modified:
stable/9/share/man/man4/umass.4
Directory Properties:
stable/9/share/
On Wed, Feb 8, 2012 at 10:36 AM, Konstantin Belousov wrote:
> Author: kib
> Date: Wed Feb 8 18:36:07 2012
> New Revision: 231220
> URL: http://svn.freebsd.org/changeset/base/231220
>
> Log:
> Trim 8 unused bytes from struct vnode on 64-bit architectures.
Doesn't this change the KBI? So should
Author: gjb (doc committer)
Date: Thu Feb 9 04:37:30 2012
New Revision: 231244
URL: http://svn.freebsd.org/changeset/base/231244
Log:
Fix some Xr references:
- ada(4): ad(4) - removed, ada(4) would be a self-referencing entry
- cd(4): ad(4) -> ada(4)
- da(4): ad(4) -> ada(4)
- DEVICE
Author: bapt
Date: Thu Feb 9 06:48:04 2012
New Revision: 231247
URL: http://svn.freebsd.org/changeset/base/231247
Log:
MFH r230307: fix SIGINFO-related data corruption bug
Approved by: des (mentor)
Modified:
stable/9/lib/libfetch/common.c
stable/9/lib/libfetch/common.h
stable/9/lib
Author: bapt
Date: Thu Feb 9 06:50:43 2012
New Revision: 231248
URL: http://svn.freebsd.org/changeset/base/231248
Log:
MFH r230307: fix SIGINFO-related data corruption bug
Approved by: des (mentor)
Modified:
stable/8/lib/libfetch/common.c
stable/8/lib/libfetch/common.h
stable/8/lib
Author: bz
Date: Thu Feb 9 07:27:59 2012
New Revision: 231249
URL: http://svn.freebsd.org/changeset/base/231249
Log:
MRC r223626:
Compare port numbers correctly. They are stored by SRCPORT()
in host byte order, so we need to compare them as such.
Properly compare IPv6 addresses as
Author: bz
Date: Thu Feb 9 07:28:17 2012
New Revision: 231250
URL: http://svn.freebsd.org/changeset/base/231250
Log:
MFC r223626:
Compare port numbers correctly. They are stored by SRCPORT()
in host byte order, so we need to compare them as such.
Properly compare IPv6 addresses as
Author: mav
Date: Thu Feb 9 07:38:56 2012
New Revision: 231251
URL: http://svn.freebsd.org/changeset/base/231251
Log:
MFC r230912:
Make CAM ATA honor old hw.ata.ata_dma and hw.ata.atapi_dma tunables.
Even having more specific hint.ata.X.mode controls, global ones are
still could be use
Author: mav
Date: Thu Feb 9 07:40:13 2012
New Revision: 231252
URL: http://svn.freebsd.org/changeset/base/231252
Log:
MFC r230912:
Make CAM ATA honor old hw.ata.ata_dma and hw.ata.atapi_dma tunables.
Even having more specific hint.ata.X.mode controls, global ones are
still could be use
Author: mav
Date: Thu Feb 9 07:43:38 2012
New Revision: 231253
URL: http://svn.freebsd.org/changeset/base/231253
Log:
MFC r230921:
Insert ordered command every 1/4 of the current command timeout, not 1/4
of the default one.
Without this change setting kern.cam.ada.default_timeout to 1
Author: mav
Date: Thu Feb 9 07:45:02 2012
New Revision: 231254
URL: http://svn.freebsd.org/changeset/base/231254
Log:
MFC r230921:
Insert ordered command every 1/4 of the current command timeout, not 1/4
of the default one.
Without this change setting kern.cam.ada.default_timeout to 1
Author: bz
Date: Thu Feb 9 07:52:44 2012
New Revision: 231255
URL: http://svn.freebsd.org/changeset/base/231255
Log:
MFC r223667:
In case ntp cannot resolve a hostname on startup it will queue the entry
for resolving by a child process that, upon success, will add the entry
to the c
Author: bz
Date: Thu Feb 9 07:52:45 2012
New Revision: 231256
URL: http://svn.freebsd.org/changeset/base/231256
Log:
MFC r223667:
In case ntp cannot resolve a hostname on startup it will queue the entry
for resolving by a child process that, upon success, will add the entry
to the c
65 matches
Mail list logo