Author: jmallett
Date: Fri Mar 9 07:53:44 2012
New Revision: 232718
URL: http://svn.freebsd.org/changeset/base/232718
Log:
Enable COMPAT_FREEBSD32 for the Octeon kernel config by default.
Modified:
head/sys/mips/conf/OCTEON1
Modified: head/sys/mips/conf/OCTEON1
=
Author: mav
Date: Fri Mar 9 07:30:48 2012
New Revision: 232717
URL: http://svn.freebsd.org/changeset/base/232717
Log:
Be more polite when setting state->nextevent inside cpu_new_callout().
Hardclock is not the only who wakes idle CPU since kdtrace cyclic addition.
MFC after:2 weeks
On Fri, Mar 09, 2012 at 03:51:30PM +1100, Bruce Evans wrote:
> On Thu, 8 Mar 2012, Peter Holm wrote:
>
> >Log:
> > syscall() fuzzing can trigger this panic. Return EINVAL instead.
> >
> > MFC after: 1 week
>
> If so, then, this is not the place to hide the bug.
>
OK
> >Modified: head/sys/ufs/
On Thu, 8 Mar 2012, Ed Maste wrote:
Log:
Correct markup, use proper reference for sysctl(3)
This is sort of backwards.
Submitted by: brueffer@
Modified:
head/share/man/man4/tcp.4
Modified: head/share/man/man4/tcp.4
===
On Thu, 8 Mar 2012, Peter Holm wrote:
Log:
syscall() fuzzing can trigger this panic. Return EINVAL instead.
MFC after: 1 week
If so, then, this is not the place to hide the bug.
Modified: head/sys/ufs/ffs/ffs_vnops.c
Author: nwhitehorn
Date: Fri Mar 9 02:23:03 2012
New Revision: 232714
URL: http://svn.freebsd.org/changeset/base/232714
Log:
Make sure not to tar up CVS directories if this ports tree is a CVS
checkout.
PR: bin/165868
MFC after:5 days
Modified:
head/release/Makefile
M
Author: eadler
Date: Fri Mar 9 01:32:05 2012
New Revision: 232712
URL: http://svn.freebsd.org/changeset/base/232712
Log:
Fix a variety of grammar and style nits
PR: docs/165841
Submitted by: Robert Simmons
Approved by: brd
MFC after:1 week
Modified:
head/sbin/adjke
Author: kib
Date: Fri Mar 9 00:12:05 2012
New Revision: 232709
URL: http://svn.freebsd.org/changeset/base/232709
Log:
Decomission mnt_noasync. Introduce MNTK_NOASYNC mnt_kern_flag which
allows a filesystem to request VFS to not allow MNTK_ASYNC.
MFC after:1 week
Modified:
head/sys
Author: adrian
Date: Thu Mar 8 23:53:38 2012
New Revision: 232707
URL: http://svn.freebsd.org/changeset/base/232707
Log:
Correctly initialise the TXQ link pointer to the last descriptor in
the last buffer in the list.
The current behaviour (due to me, so pointy hat is firmly on my head h
Author: adrian
Date: Thu Mar 8 23:46:42 2012
New Revision: 232705
URL: http://svn.freebsd.org/changeset/base/232705
Log:
Add missing \n's.
This showed up when testing the wtap module, as it attaches with
no radiotap tx/rx configuration.
Modified:
head/sys/net80211/ieee80211_radiotap.c
Author: kan
Date: Thu Mar 8 21:09:34 2012
New Revision: 232704
URL: http://svn.freebsd.org/changeset/base/232704
Log:
Save more of config space for PCI Express and PCI-X devices.
Expand pci_save_state and pci_restore_state to save more of
the config state for PCI Express and PCI-X device
Author: pfg
Date: Thu Mar 8 21:06:05 2012
New Revision: 232703
URL: http://svn.freebsd.org/changeset/base/232703
Log:
Add support for ns timestamps and birthtime to the ext2/3 driver.
When using big inodes there is sufficient space in ext3 to
keep extra resolution and birthtime (creation
Author: pho
Date: Thu Mar 8 20:34:13 2012
New Revision: 232702
URL: http://svn.freebsd.org/changeset/base/232702
Log:
Free up allocated memory used by posix_fadvise(2).
Modified:
head/sys/kern/kern_descrip.c
head/sys/kern/vfs_syscalls.c
Modified: head/sys/kern/kern_descrip.c
=
Author: jhb
Date: Thu Mar 8 20:27:20 2012
New Revision: 232701
URL: http://svn.freebsd.org/changeset/base/232701
Log:
Add KTR_VFS traces to track modifications to a vnode's writecount.
Modified:
head/sys/fs/unionfs/union_subr.c
head/sys/kern/vfs_syscalls.c
head/sys/kern/vfs_vnops.c
hea
On 8 Mar 2012, at 16:05, John Baldwin wrote:
> On Wednesday, March 07, 2012 5:00:19 pm Jung-uk Kim wrote:
>> On Monday 05 March 2012 02:53 pm, John Baldwin wrote:
>>> Author: jhb
>>> Date: Mon Mar 5 19:53:17 2012
>>> New Revision: 232570
>>> URL: http://svn.freebsd.org/changeset/base/232570
>>>
Author: jhb
Date: Thu Mar 8 19:41:05 2012
New Revision: 232700
URL: http://svn.freebsd.org/changeset/base/232700
Log:
Add a new sched_clear_name() method to the scheduler interface to clear
the cached name used for KTR_SCHED traces when a thread's name changes.
This way KTR_SCHED traces (an
On Wednesday, March 07, 2012 5:00:19 pm Jung-uk Kim wrote:
> On Monday 05 March 2012 02:53 pm, John Baldwin wrote:
> > Author: jhb
> > Date: Mon Mar 5 19:53:17 2012
> > New Revision: 232570
> > URL: http://svn.freebsd.org/changeset/base/232570
> >
> > Log:
> > Fix boot2 to handle boot config fil
Author: emaste
Date: Thu Mar 8 15:27:29 2012
New Revision: 232695
URL: http://svn.freebsd.org/changeset/base/232695
Log:
Correct markup, use proper reference for sysctl(3)
Submitted by: brueffer@
Modified:
head/share/man/man4/tcp.4
Modified: head/share/man/man4/tcp.4
==
Author: kib
Date: Thu Mar 8 13:00:49 2012
New Revision: 232694
URL: http://svn.freebsd.org/changeset/base/232694
Log:
Document P_ORPHAN.
MFC after:3 days
Modified:
head/bin/ps/ps.1
Modified: head/bin/ps/ps.1
==
Author: pho
Date: Thu Mar 8 12:49:08 2012
New Revision: 232692
URL: http://svn.freebsd.org/changeset/base/232692
Log:
syscall() fuzzing can trigger this panic. Return EINVAL instead.
MFC after:1 week
Modified:
head/sys/ufs/ffs/ffs_vnops.c
Modified: head/sys/ufs/ffs/ffs_vnops.c
Author: glebius
Date: Thu Mar 8 09:20:00 2012
New Revision: 232685
URL: http://svn.freebsd.org/changeset/base/232685
Log:
Merge from OpenBSD:
revision 1.146
date: 2010/05/12 08:11:11; author: claudio; state: Exp; lines: +2 -3
bzero() the full compressed update struct before se
21 matches
Mail list logo