Author: imp
Date: Tue Dec 30 05:37:39 2008
New Revision: 186596
URL: http://svn.freebsd.org/changeset/base/186596
Log:
Bump year.
Approved by: re@ (kensmith)
Modified:
releng/7.1/sys/sys/copyright.h (contents, props changed)
Modified: releng/7.1/sys/sys/copyright.h
==
Author: imp
Date: Tue Dec 30 05:36:18 2008
New Revision: 186595
URL: http://svn.freebsd.org/changeset/base/186595
Log:
Merge bump of copyright.
Approved by: re@ (kensmith)
Modified:
releng/7.1/COPYRIGHT (contents, props changed)
Modified: releng/7.1/COPYRIGHT
Author: imp
Date: Tue Dec 30 05:08:05 2008
New Revision: 186590
URL: http://svn.freebsd.org/changeset/base/186590
Log:
Merge copyright bump.
Approved by: re@ (kensmith)
Modified:
stable/7/sys/sys/copyright.h (contents, props changed)
Modified: stable/7/sys/sys/copyright.h
===
Author: imp
Date: Tue Dec 30 05:04:06 2008
New Revision: 186589
URL: http://svn.freebsd.org/changeset/base/186589
Log:
MFC: Merge copyright bump.
Approved by: re@ (kensmith)
Modified:
stable/7/COPYRIGHT (contents, props changed)
Modified: stable/7/COPYRIGHT
==
Author: imp
Date: Tue Dec 30 04:48:59 2008
New Revision: 186587
URL: http://svn.freebsd.org/changeset/base/186587
Log:
Bump the odometer of the years, this time a bit early for 7.1R.
Modified:
head/sys/sys/copyright.h
Modified: head/sys/sys/copyright.h
===
Author: imp
Date: Tue Dec 30 04:46:25 2008
New Revision: 186586
URL: http://svn.freebsd.org/changeset/base/186586
Log:
Bump the odometer of the years. A little early this year for 7.1R.
Modified:
head/COPYRIGHT
Modified: head/COPYRIGHT
===
Author: obrien
Date: Tue Dec 30 01:33:15 2008
New Revision: 186582
URL: http://svn.freebsd.org/changeset/base/186582
Log:
Add gssd.h to the list of SRCS so one can build without 'make depend' first.
Modified:
head/usr.sbin/gssd/Makefile
Modified: head/usr.sbin/gssd/Makefile
=
Author: obrien
Date: Tue Dec 30 00:57:39 2008
New Revision: 186581
URL: http://svn.freebsd.org/changeset/base/186581
Log:
Sound less scary about errorousous disk geometry due to wanting to limit
to 65535 cylinders.
Submitted by: Carlos A. M. dos Santos
Modified:
head/usr.sbin/sade/dis
* Poul-Henning Kamp [081227 23:53] wrote:
> In message <20081228053530.gf18...@elvis.mu.org>, Alfred Perlstein writes:
> >* Scott Long [081226 18:34] wrote:
>
> >> I prefer to do nothing. It's not unsafe or erroneous to access cfg
> >> registers. But if some kind of message does get added, I
Author: ed
Date: Mon Dec 29 19:24:00 2008
New Revision: 186570
URL: http://svn.freebsd.org/changeset/base/186570
Log:
Fix compilation. Also move ogetkerninfo() to kern_xxx.c.
It seems I forgot to remove `int error' from a single piece of code. I'm
also moving ogetkerninfo() to kern_xxx.c,
Author: rwatson
Date: Mon Dec 29 19:00:28 2008
New Revision: 186569
URL: http://svn.freebsd.org/changeset/base/186569
Log:
Include param.h instead of types.h before mount.h so that the nested
include of param.h can be removed from audit.h.
MFC after:3 weeks
Modified:
head/usr.bin/f
Author: rwatson
Date: Mon Dec 29 18:59:50 2008
New Revision: 186568
URL: http://svn.freebsd.org/changeset/base/186568
Log:
Include param.h instead of types.h before mount.h so that the nested
include of param.h can be removed from audit.h.
MFC after:3 days
Modified:
head/cddl/contr
Author: rwatson
Date: Mon Dec 29 18:58:22 2008
New Revision: 186567
URL: http://svn.freebsd.org/changeset/base/186567
Log:
Include param.h instead of types.h before user.h so that the nested
include of param.h can be removed from audit.h.
MFC after:3 weeks
Modified:
head/usr.bin/pr
In message: <200812271522.mbrfmmhy074...@svn.freebsd.org>
Roman Kurakin writes:
: Author: rik
: Date: Sat Dec 27 15:22:22 2008
: New Revision: 186520
: URL: http://svn.freebsd.org/changeset/base/186520
:
: Log:
: Add support for the Oxford OX16PCI958-based card.
:
: Note, that
Author: simon
Date: Mon Dec 29 14:59:22 2008
New Revision: 186566
URL: http://svn.freebsd.org/changeset/base/186566
Log:
Add missing -o to usage output.
MFC after:3 days
Modified:
head/usr.sbin/usbdevs/usbdevs.c
Modified: head/usr.sbin/usbdevs/usbdevs.c
=
Vadim Goncharov writes:
> There are people and projects using it, inspired by, guess what? style(9)!
> For example, me is one of them.
What people do with style(9) outside FreeBSD is not FreeBSD's problem.
DES
--
Dag-Erling Smørgrav - d...@des.no
___
Author: kib
Date: Mon Dec 29 13:25:58 2008
New Revision: 186565
URL: http://svn.freebsd.org/changeset/base/186565
Log:
When the insmntque() in the pfs_vncache_alloc() fails, vop_reclaim calls
pfs_vncache_free() that removes pvd from the list, while it is not yet
put on the list.
Prevent
Author: ed
Date: Mon Dec 29 12:58:45 2008
New Revision: 186564
URL: http://svn.freebsd.org/changeset/base/186564
Log:
Push down Giant inside sysctl. Also add some more assertions to the code.
In the existing code we didn't really enforce that callers hold Giant
before calling userland_sys
Author: kib
Date: Mon Dec 29 12:45:11 2008
New Revision: 186563
URL: http://svn.freebsd.org/changeset/base/186563
Log:
vm_map_lock_read() does not increment map->timestamp, so we should
compare map->timestamp with saved timestamp after map read lock is
reacquired, not with saved timestamp +
Author: kib
Date: Mon Dec 29 12:41:32 2008
New Revision: 186562
URL: http://svn.freebsd.org/changeset/base/186562
Log:
Use curproc->p_sysent->sv_flags bit SV_ILP32 for detection of the 32 bit
caller, instead of direct comparision with ia32_freebsd_sysvec.
Tested by:pho
Approved by:
Author: kib
Date: Mon Dec 29 12:12:23 2008
New Revision: 186561
URL: http://svn.freebsd.org/changeset/base/186561
Log:
Drop the pseudofs vnode lock around call to pfs_read handler. The handler
may need to lock arbitrary vnodes, causing either lock order reversal or
recursive vnode lock acqui
Author: kib
Date: Mon Dec 29 12:07:18 2008
New Revision: 186560
URL: http://svn.freebsd.org/changeset/base/186560
Log:
After the pfs_vncache_mutex is dropped, another thread may attempt to
do pfs_vncache_alloc() for the same pfs_node and pid. In this case, we
could end up with two vnodes for
Author: obrien
Date: Mon Dec 29 10:26:02 2008
New Revision: 186559
URL: http://svn.freebsd.org/changeset/base/186559
Log:
1. Add the ability to tweak the token output before targets in job mode.
E.g., .MAKE.JOB.PREFIX=${.newline}---[${.MAKE.PID}]
would produce
---[1234] target
Author: obrien
Date: Mon Dec 29 08:05:49 2008
New Revision: 186558
URL: http://svn.freebsd.org/changeset/base/186558
Log:
Consistently use Var_SetGlobal().
Modified:
head/usr.bin/make/for.c
head/usr.bin/make/parse.c
head/usr.bin/make/suff.c
Modified: head/usr.bin/make/for.c
=
24 matches
Mail list logo