Author: gber
Date: Thu May 17 10:11:18 2012
New Revision: 235537
URL: http://svn.freebsd.org/changeset/base/235537
Log:
Import work done under project/nand (@235533) into head.
The NAND Flash environment consists of several distinct components:
- NAND framework (drivers harness for NAND
Author: kib
Date: Thu May 17 10:19:49 2012
New Revision: 235538
URL: http://svn.freebsd.org/changeset/base/235538
Log:
Fix typo.
MFC after:3 days
Modified:
head/sys/amd64/amd64/fpu.c
Modified: head/sys/amd64/amd64/fpu.c
===
Author: kib
Date: Thu May 17 11:10:13 2012
New Revision: 235541
URL: http://svn.freebsd.org/changeset/base/235541
Log:
Allow to specify strftime(3) format for process start end exit times.
Submitted by: Andrey Zonov
MFC after:1 week
Modified:
head/usr.bin/lastcomm/lastcomm.1
hea
Author: joel (doc committer)
Date: Thu May 17 11:29:22 2012
New Revision: 235542
URL: http://svn.freebsd.org/changeset/base/235542
Log:
mdoc: remove superfluous paragraph macro.
Modified:
head/sbin/nandfs/nandfs.8
head/share/man/man5/nandfs.5
head/usr.sbin/nandsim/nandsim.8
Modified: hea
Author: joel (doc committer)
Date: Thu May 17 11:45:56 2012
New Revision: 235543
URL: http://svn.freebsd.org/changeset/base/235543
Log:
Minor mdoc fixes.
Modified:
head/usr.sbin/nandtool/nandtool.8
Modified: head/usr.sbin/nandtool/nandtool.8
==
Author: joel (doc committer)
Date: Thu May 17 11:50:12 2012
New Revision: 235544
URL: http://svn.freebsd.org/changeset/base/235544
Log:
mdoc: remove whitespace.
Modified:
head/sbin/newfs_nandfs/newfs_nandfs.8
head/usr.sbin/nandtool/nandtool.8
Modified: head/sbin/newfs_nandfs/newfs_nandfs.8
Author: gber
Date: Thu May 17 11:53:38 2012
New Revision: 235545
URL: http://svn.freebsd.org/changeset/base/235545
Log:
Removed repeated content from man page.
Modified:
head/share/man/man4/nandsim.4
Modified: head/share/man/man4/nandsim.4
Author: gabor
Date: Thu May 17 13:08:30 2012
New Revision: 235546
URL: http://svn.freebsd.org/changeset/base/235546
Log:
- Fix -o option that was broken by my clang compile fix
Submitted by: Oleg Moskalenko
Modified:
head/usr.bin/sort/sort.c
Modified: head/usr.bin/sort/sort.c
=
Author: luigi
Date: Thu May 17 14:36:19 2012
New Revision: 235547
URL: http://svn.freebsd.org/changeset/base/235547
Log:
fix a typo in a comment
Modified:
head/sys/dev/ixgbe/ixgbe.c
Modified: head/sys/dev/ixgbe/ixgbe.c
=
On May 17, 2012, at 3:11 AM, Grzegorz Bernacki wrote:
> Author: gber
> Date: Thu May 17 10:11:18 2012
> New Revision: 235537
> URL: http://svn.freebsd.org/changeset/base/235537
>
> Log:
> Import work done under project/nand (@235533) into head.
I'm a happy man!
--
Marcel Moolenaar
mar...@xcl
Author: tuexen
Date: Thu May 17 17:02:47 2012
New Revision: 235554
URL: http://svn.freebsd.org/changeset/base/235554
Log:
Support SCTP_EOF also for 1-to-1 style sockets.
MFC after: 3 days
Modified:
head/sys/netinet/sctp_output.c
Modified: head/sys/netinet/sctp_output.c
=
Author: kib
Date: Thu May 17 17:30:16 2012
New Revision: 23
URL: http://svn.freebsd.org/changeset/base/23
Log:
Use singular form for a modifier.
Submitted by: alc
MFC after:3 days
Modified:
head/sys/amd64/amd64/fpu.c
Modified: head/sys/amd64/amd64/fpu.c
===
Author: jhb
Date: Thu May 17 17:58:53 2012
New Revision: 235556
URL: http://svn.freebsd.org/changeset/base/235556
Log:
Centralize declaration of the debug.acpi sysctl node.
Modified:
head/sys/amd64/acpica/acpi_machdep.c
head/sys/dev/acpica/acpi_ec.c
head/sys/dev/acpica/acpi_smbat.c
head
Author: tuexen
Date: Thu May 17 18:12:24 2012
New Revision: 235557
URL: http://svn.freebsd.org/changeset/base/235557
Log:
Use a default for max_burst of 4 and l2var of 2.
This was discussed with rrs@.
MFC after: 3 days
Modified:
head/sys/netinet/sctp_constants.h
head/sys/netinet/sctp
Author: mav
Date: Thu May 17 18:40:27 2012
New Revision: 235558
URL: http://svn.freebsd.org/changeset/base/235558
Log:
Add support for writing to HID devices through the interrupt output pipe.
Supermicro LCD screen modules seem to not support accessing reports through
the control pipes, but
Author: dteske
Date: Thu May 17 20:00:34 2012
New Revision: 235560
URL: http://svn.freebsd.org/changeset/base/235560
Log:
Update contact info.
PR: N/A (mentor approved)
Submitted by: dteske
Reviewed by: dteske (mentor approved)
Approved by: emaste (mentor)
MFC after:
Author: luigi
Date: Thu May 17 20:05:13 2012
New Revision: 235562
URL: http://svn.freebsd.org/changeset/base/235562
Log:
this file is too old and not interesting anymore now that netmap
has been MFC'ed.
Deleted:
head/sys/dev/netmap/head.diff
___
s
Author: jhb
Date: Thu May 17 20:21:55 2012
New Revision: 235563
URL: http://svn.freebsd.org/changeset/base/235563
Log:
Don't expose i386-only ptrace constants on amd64. This broke gdb with
libthread_db on amd64.
Reported by: avg
Modified:
head/sys/x86/include/ptrace.h
Modified: head
On 05/17/2012 13:00, Devin Teske wrote:
> Author: dteske
> Date: Thu May 17 20:00:34 2012
> New Revision: 235560
> URL: http://svn.freebsd.org/changeset/base/235560
>
> Log:
> Update contact info.
>
> PR: N/A (mentor approved)
> Submitted by: dteske
> Reviewed by:d
Author: marcel
Date: Thu May 17 20:29:15 2012
New Revision: 235565
URL: http://svn.freebsd.org/changeset/base/235565
Log:
Remove unused header (libutil.h)
Modified:
head/bin/rcp/rcp.c
Modified: head/bin/rcp/rcp.c
==
Author: marcel
Date: Thu May 17 20:38:01 2012
New Revision: 235566
URL: http://svn.freebsd.org/changeset/base/235566
Log:
Build the "S" objects with the same name they get installed under.
That is, build crtbeginS.o and crtendS.o instead of crtbegin.So and
crtend.So. Remove the name substitu
Author: gjb (doc committer)
Date: Thu May 17 20:49:44 2012
New Revision: 235567
URL: http://svn.freebsd.org/changeset/base/235567
Log:
mdoc(7) style/formatting fixes.
While here, fix a few nits igor(1) does not like.
MFC after:3 days
Modified:
head/share/man/man4/siftr.4
Modifi
Author: rmacklem
Date: Thu May 17 21:52:17 2012
New Revision: 235568
URL: http://svn.freebsd.org/changeset/base/235568
Log:
A problem with the NFSv4 server was reported by Andrew Leonard
to freebsd-fs@, where the setfacl of an NFSv4 acl would fail.
This was caused by the VOP_ACLCHECK() call
Author: mav
Date: Thu May 17 22:04:17 2012
New Revision: 235569
URL: http://svn.freebsd.org/changeset/base/235569
Log:
Fix for the r235558: interrupt output pipe is optional, so fix the driver
attach and operation when it is absent.
Sponsored by: iXsystems, Inc.
MFC after:1 week
Mo
Author: gjb (doc committer)
Date: Fri May 18 03:30:50 2012
New Revision: 235597
URL: http://svn.freebsd.org/changeset/base/235597
Log:
Fix a typo that crept in.
Pointyhat:gjb (myself)
Spotted by: hrs
MFC after:2 days (minor change)
Modified:
head/usr.bin/join/join.1
Modifi
Author: alc
Date: Fri May 18 05:36:04 2012
New Revision: 235598
URL: http://svn.freebsd.org/changeset/base/235598
Log:
Rename pmap_collect() to pmap_pv_reclaim() and rewrite it such that it no
longer uses the active and inactive paging queues. Instead, the pmap now
maintains an LRU-ordered
On Nov 17, 2011, at 7:05 PM, Kevin Lo wrote:
> Author: kevlo
> Date: Fri Nov 18 03:05:20 2011
> New Revision: 227650
> URL: http://svn.freebsd.org/changeset/base/227650
>
> Log:
> Add unicode support to msdosfs and smbfs; original pathes from imura,
> bug fixes by Kuan-Chung Chiu .
>
> Tested
27 matches
Mail list logo