Author: pluknet
Date: Wed Apr 18 07:02:53 2012
New Revision: 234412
URL: http://svn.freebsd.org/changeset/base/234412
Log:
Fix typo in ".PATH"
Modified:
head/lib/libkse/Makefile
Modified: head/lib/libkse/Makefile
==
On 18 April 2012 11:02, Sergey Kandaurov wrote:
> Author: pluknet
> Date: Wed Apr 18 07:02:53 2012
> New Revision: 234412
> URL: http://svn.freebsd.org/changeset/base/234412
>
> Log:
> Fix typo in ".PATH"
>
> Modified:
> head/lib/libkse/Makefile
>
Since kernel part of KSE has gone in r177091, a
Author: mav
Date: Wed Apr 18 08:55:26 2012
New Revision: 234414
URL: http://svn.freebsd.org/changeset/base/234414
Log:
Alike to SCSI make adaclose() to not return error if device gone.
This fixes KASSERT panic inside GEOM if kernel built with INVARIANTS.
MFC after:1 week
Modified:
Author: mav
Date: Wed Apr 18 09:42:14 2012
New Revision: 234415
URL: http://svn.freebsd.org/changeset/base/234415
Log:
Some improvements to GEOM MULTIPATH:
- Implement "configure" command to allow switching operation mode of
running device on-fly without destroying and recreation.
- Impl
Author: kib
Date: Wed Apr 18 10:23:42 2012
New Revision: 234416
URL: http://svn.freebsd.org/changeset/base/234416
Log:
Fix string buffer overflow when preparing the line of output.
PR: bin/161739
Submitted by: Jeremy Chadwick
MFC after:1 week
Modified:
head/usr.bin/top/machine
2012/4/17, Kirk McKusick :
> Author: mckusick
> Date: Tue Apr 17 21:46:59 2012
> New Revision: 234400
> URL: http://svn.freebsd.org/changeset/base/234400
>
> Log:
> Drop export of vdestroy() function from kern/vfs_subr.c as it is
> used only as a helper function in that file. Replace sole call
On Mon, Apr 16, 2012 at 11:22 PM, Jung-uk Kim wrote:
> Author: jkim
> Date: Mon Apr 16 21:22:02 2012
> New Revision: 234352
> URL: http://svn.freebsd.org/changeset/base/234352
>
> Log:
> - Implement pipe2 syscall for Linuxulator. This syscall appeared in 2.6.27
> but GNU libc used it without ch
Author: marck (doc committer)
Date: Wed Apr 18 11:59:03 2012
New Revision: 234417
URL: http://svn.freebsd.org/changeset/base/234417
Log:
VMware environments are not unusual now. Add VMware partitions recognition
(both MBR for ESXi <= 4.1 and GPT for ESXi 5) to g_part.
Reviewed by: ae
On Wed, Apr 18, 2012 at 01:52:24PM +0200, Giovanni Trematerra wrote:
> On Mon, Apr 16, 2012 at 11:22 PM, Jung-uk Kim wrote:
> > Author: jkim
> > Date: Mon Apr 16 21:22:02 2012
> > New Revision: 234352
> > URL: http://svn.freebsd.org/changeset/base/234352
> >
> > Log:
> > - Implement pipe2 syscall
Author: thomas
Date: Wed Apr 18 12:50:13 2012
New Revision: 234418
URL: http://svn.freebsd.org/changeset/base/234418
Log:
Fix typo in comment
Modified:
head/sys/dev/usb/serial/umodem.c
Modified: head/sys/dev/usb/serial/umodem.c
Author: trasz
Date: Wed Apr 18 13:50:17 2012
New Revision: 234420
URL: http://svn.freebsd.org/changeset/base/234420
Log:
Style.
Modified:
head/sbin/growfs/growfs.c
Modified: head/sbin/growfs/growfs.c
==
--- head/sbin
On Tuesday, April 17, 2012 4:24:38 pm Dimitry Andric wrote:
> On 2012-04-02 13:52, John Baldwin wrote:
> ...
> >> It seems the for loop walks the list until the end, then tacks 'sc' onto
> >> it.
> >>
> >> So to 'fix' the warning, and make the meaning more explicit, we should
> >> probably rewrite
Author: jh
Date: Wed Apr 18 15:19:00 2012
New Revision: 234421
URL: http://svn.freebsd.org/changeset/base/234421
Log:
The part about exec atime no longer applies in the comment.
Pointed out by: bde
Modified:
head/sys/ufs/ufs/ufs_vnops.c
Modified: head/sys/ufs/ufs/ufs_vnops.c
=
2012/4/18 Konstantin Belousov :
> On Wed, Apr 18, 2012 at 01:52:24PM +0200, Giovanni Trematerra wrote:
>> On Mon, Apr 16, 2012 at 11:22 PM, Jung-uk Kim wrote:
>> > Author: jkim
>> > Date: Mon Apr 16 21:22:02 2012
>> > New Revision: 234352
>> > URL: http://svn.freebsd.org/changeset/base/234352
>> >
Author: jh
Date: Wed Apr 18 15:22:08 2012
New Revision: 234422
URL: http://svn.freebsd.org/changeset/base/234422
Log:
Return EOPNOTSUPP rather than EPERM for the SF_SNAPSHOT flag because
tmpfs doesn't support snapshots.
Suggested by: bde
Modified:
head/sys/fs/tmpfs/tmpfs_subr.c
Modifi
Author: maxim
Date: Wed Apr 18 15:23:21 2012
New Revision: 234423
URL: http://svn.freebsd.org/changeset/base/234423
Log:
o FreeBSD 8.3-RELEASE added.
Modified:
head/share/misc/bsd-family-tree
Modified: head/share/misc/bsd-family-tree
==
Author: gnn
Date: Wed Apr 18 16:29:55 2012
New Revision: 234424
URL: http://svn.freebsd.org/changeset/base/234424
Log:
Set SIGCANCEL to SIGTHR as part of some cleanup of DTrace code.
Reviewed by: davidxu@
MFC after:1 week
Modified:
head/lib/libthr/thread/thr_private.h
Modified: h
Author: jpaetzel
Date: Wed Apr 18 16:47:57 2012
New Revision: 234425
URL: http://svn.freebsd.org/changeset/base/234425
Log:
Unbreak tinderbox.
Fix FreeBSD paradigms in the upstream code.
PR: bin/166933
Submitted by: Garrett Cooper
Modified:
head/sbin/iscontrol/Makefile
head/s
Author: marcel
Date: Wed Apr 18 17:44:05 2012
New Revision: 234427
URL: http://svn.freebsd.org/changeset/base/234427
Log:
Compensate for the replacement of uart_cpu_{amd64|i386}.c with
uart_cpu_x86.c
Pointy hat: marcel
Modified:
head/sys/modules/uart/Makefile
Modified: head/sys/module
Author: dteske
Date: Wed Apr 18 18:35:19 2012
New Revision: 234430
URL: http://svn.freebsd.org/changeset/base/234430
Log:
Add myself as a new committer.
Approved by: emaste (mentor)
Modified:
head/share/misc/committers-src.dot
Modified: head/share/misc/committers-src.dot
==
Author: mckusick
Date: Wed Apr 18 19:30:22 2012
New Revision: 234441
URL: http://svn.freebsd.org/changeset/base/234441
Log:
Fix a memory leak of M_VNODE_MARKER introduced in 234386.
Found by: Peter Holm
Modified:
head/sys/kern/vfs_subr.c
Modified: head/sys/kern/vfs_subr.c
=
Author: mckusick
Date: Wed Apr 18 19:34:20 2012
New Revision: 234443
URL: http://svn.freebsd.org/changeset/base/234443
Log:
Delete a no longer useful VNASSERT missed during changes in 234400.
Suggested by: kib
Modified:
head/sys/kern/vfs_subr.c
Modified: head/sys/kern/vfs_subr.c
===
On 2012-04-18 15:54, John Baldwin wrote:
...
http://www.FreeBSD.org/~jhb/patches/asr_stailq.patch
Yes, that seems to work just fine, at least for the list juggling. Thanks!
The only additional fix needed now is the following. Shall I commit
that including your patch?
Index: sys/dev/asr/asr.
Author: dteske
Date: Wed Apr 18 22:56:46 2012
New Revision: 234446
URL: http://svn.freebsd.org/changeset/base/234446
Log:
Add my birth date/place to the calendar as new committer.
Approved by: emaste (mentor)
Modified:
head/usr.bin/calendar/calendars/calendar.freebsd
Modified: head/usr
On Apr 18, 2012, at 9:47 AM, Josh Paetzel wrote:
> Author: jpaetzel
> Date: Wed Apr 18 16:47:57 2012
> New Revision: 234425
> URL: http://svn.freebsd.org/changeset/base/234425
>
> Log:
> Unbreak tinderbox.
>
> Fix FreeBSD paradigms in the upstream code.
>
> PR:bin/166933
> Submitted by:
Author: obrien
Date: Thu Apr 19 03:20:13 2012
New Revision: 234449
URL: http://svn.freebsd.org/changeset/base/234449
Log:
Update file(1) to version 5.11.
Added:
head/contrib/file/Magdir/assembler
- copied unchanged from r234250, vendor/file/dist/Magdir/assembler
head/contrib/file/Magdi
Author: adrian
Date: Thu Apr 19 03:26:21 2012
New Revision: 234450
URL: http://svn.freebsd.org/changeset/base/234450
Log:
Stop using the hardware register value byte order swapping for now,
at least until I can root cause what's going on.
The only platform I've seen this on is the AR9220
27 matches
Mail list logo