Author: nyan
Date: Sat Jun 27 02:20:31 2009
New Revision: 195089
URL: http://svn.freebsd.org/changeset/base/195089
Log:
Add stub vm.h for pc98.
Approved by: re (kensmith)
Added:
head/sys/pc98/include/vm.h (contents, props changed)
Added: head/sys/pc98/include/vm.h
===
Author: stas
Date: Fri Jun 26 22:13:15 2009
New Revision: 195081
URL: http://svn.freebsd.org/changeset/base/195081
Log:
- Don't zero data field in case of MSR write operation. Before this change
the value written to MSR register was always 0 regardless of value passed
by user.
- Use p
Author: delphij
Date: Fri Jun 26 21:47:37 2009
New Revision: 195080
URL: http://svn.freebsd.org/changeset/base/195080
Log:
Add quirks for Actions MP4 player.
Submitted by: John Hixson
Approved by: re (kib)
MFC after:2 weeks
Modified:
head/sys/dev/usb/storage/umass.c
head/sys/
Author: rwatson
Date: Fri Jun 26 20:39:36 2009
New Revision: 195078
URL: http://svn.freebsd.org/changeset/base/195078
Log:
In light of DPCPU use by netisr, revise various for loops from using
MAXCPU to mp_maxid, and handling and reporting of requests to use more
threads than we have CPUs to
Author: oleg
Date: Fri Jun 26 19:49:06 2009
New Revision: 195075
URL: http://svn.freebsd.org/changeset/base/195075
Log:
- 'burst' description rewritten.
Submitted by: Ben Kaduk
Approved by: re (kib)
Modified:
head/sbin/ipfw/ipfw.8
Modified: head/sbin/ipfw/ipfw.8
=
Author: jhb
Date: Fri Jun 26 19:39:33 2009
New Revision: 195074
URL: http://svn.freebsd.org/changeset/base/195074
Log:
Return ENOSYS instead of EINVAL for invalid function codes to match the
behavior of Linux.
Reported by: Alexander Best alexbestms of math.uni-muenster.de
Approved by:
Author: rwatson
Date: Fri Jun 26 19:04:08 2009
New Revision: 195071
URL: http://svn.freebsd.org/changeset/base/195071
Log:
Use if_maddr_rlock() instead of IF_ADDR_LOCK() to protect access to
if_multiaddrs in if_cxgb.
Approved by: re (kib)
MFC after:6 weeks
Modified:
head/sys/dev
Author: rwatson
Date: Fri Jun 26 18:50:49 2009
New Revision: 195070
URL: http://svn.freebsd.org/changeset/base/195070
Log:
Use if_addr_rlock/if_addr_runlock for if_spp when iterating if_addrhead,
as it is loadable as a module.
Approved by: re (kib)
MFC after:6 weeks
Modified:
he
On Thu, 25 Jun 2009, Xin LI wrote:
Bruce Evans wrote:
On Tue, 23 Jun 2009, Xin LI wrote:
Log:
Use getprogname() instead of referencing __progname.
Neither is permitted in FreeBSD in usage().
I didn't see references about this? If this is discouraged, perhaps we
should mention it in styl
Author: jhb
Date: Fri Jun 26 17:50:52 2009
New Revision: 195064
URL: http://svn.freebsd.org/changeset/base/195064
Log:
Note that as a result of the SYSV IPC changes, COMPAT_FREEBSD[456] now
require COMPAT_FREEBSD7. Also, explicitly note in NOTES that any version
of COMPAT_FREEBSD effectivel
Author: alc
Date: Fri Jun 26 16:22:24 2009
New Revision: 195060
URL: http://svn.freebsd.org/changeset/base/195060
Log:
Correct the #endif comment.
Noticed by: jmallett
Approved by: re (kib)
Modified:
head/sys/amd64/include/vm.h
head/sys/arm/include/vm.h
head/sys/i386/include/vm.
On Friday 26 June 2009 5:32:31 am Rui Paulo wrote:
> Author: rpaulo
> Date: Fri Jun 26 09:32:31 2009
> New Revision: 195045
> URL: http://svn.freebsd.org/changeset/base/195045
>
> Log:
> On special systems where the MBR and the GPT are in sync (up to the 4th
> slicei, Apple EFI hardware), the
Author: vanhu
Date: Fri Jun 26 13:37:53 2009
New Revision: 195053
URL: http://svn.freebsd.org/changeset/base/195053
Log:
MFC: Only decrease refcnt once when flushing SPD entries, to
avoid flushing entries which are still used.
Obtained from:NETASQ
Modified:
stable/7/sys/ (pro
Author: rwatson
Date: Fri Jun 26 11:45:06 2009
New Revision: 195049
URL: http://svn.freebsd.org/changeset/base/195049
Log:
Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/
IF_ADDR_UNLOCK() across network device drivers when accessing the
per-interface multicast address lis
Author: rpaulo
Date: Fri Jun 26 10:23:17 2009
New Revision: 195046
URL: http://svn.freebsd.org/changeset/base/195046
Log:
Add support for MacBook4,1.
Submitted by: Christoph Langguth
MFC after:2 weeks
Approved by: re (kib)
Modified:
head/sys/dev/asmc/asmc.c
head/sys/dev/asmc/
Author: rpaulo
Date: Fri Jun 26 09:32:31 2009
New Revision: 195045
URL: http://svn.freebsd.org/changeset/base/195045
Log:
On special systems where the MBR and the GPT are in sync (up to the 4th
slicei, Apple EFI hardware), the bootloader will fail to recognize the GPT
if it finds anything el
On Fri, 26 Jun 2009, Doug Barton wrote:
Reverse the effect of r193198 for pf and ipfw which will once again
allow them to start after netif. There were too many problems reported
with this change in the short period of time that it lived in HEAD, and
we are too late in the release cycle to
Author: imp
Date: Fri Jun 26 07:11:14 2009
New Revision: 195044
URL: http://svn.freebsd.org/changeset/base/195044
Log:
Correct some minor nits with the 2BSD and 3BSD series of releases
based on the information at The Unix Historical Society web page
(http://www.tuhs.org/Unix_History). Where
Author: imp
Date: Fri Jun 26 06:59:47 2009
New Revision: 195043
URL: http://svn.freebsd.org/changeset/base/195043
Log:
Merge r187828: restore necessary NUL termination.
Modified:
stable/7/sbin/restore/ (props changed)
stable/7/sbin/restore/interactive.c
Modified: stable/7/sbin/restore/in
19 matches
Mail list logo