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: 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: 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 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
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: 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: 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: 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: 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(
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
21 matches
Mail list logo