Author: pjd
Date: Mon Feb 23 07:33:29 2009
New Revision: 188934
URL: http://svn.freebsd.org/changeset/base/188934
Log:
Add explicit casting in few places.
It is only really necessary for open(2)'s third argument, which is optional
and
obtained through stdarg(3). open(2)'s third argument
Author: alc
Date: Mon Feb 23 06:00:24 2009
New Revision: 188932
URL: http://svn.freebsd.org/changeset/base/188932
Log:
Optimize free_pv_entry(); specifically, avoid repeated TAILQ_REMOVE()s.
MFC after:1 week
Modified:
head/sys/amd64/amd64/pmap.c
head/sys/i386/i386/pmap.c
Modified:
Author: alc
Date: Sun Feb 22 19:50:09 2009
New Revision: 188929
URL: http://svn.freebsd.org/changeset/base/188929
Log:
Use uiomove_fromphys() instead of the combination of sf_buf and uiomove().
This is not only shorter; it also eliminates unnecessary thread pinning on
architectures that i
Author: bms
Date: Sun Feb 22 19:23:58 2009
New Revision: 188928
URL: http://svn.freebsd.org/changeset/base/188928
Log:
fix typo!
Modified:
stable/7/usr.sbin/ifmcstat/ifmcstat.c
Modified: stable/7/usr.sbin/ifmcstat/ifmcstat.c
===
Author: sam
Date: Sun Feb 22 18:48:54 2009
New Revision: 188925
URL: http://svn.freebsd.org/changeset/base/188925
Log:
change tdma slave behaviour: if the channel is locked don't do bmiss handling
(so no scanning/roaming)
Reviewed by: Chris Anderson
Modified:
head/sys/net80211/ieee802
Author: sam
Date: Sun Feb 22 18:46:36 2009
New Revision: 188924
URL: http://svn.freebsd.org/changeset/base/188924
Log:
display min/max dwell times in msecs in debug msgs
Modified:
head/sys/net80211/ieee80211_scan.c
Modified: head/sys/net80211/ieee80211_scan.c
Author: nwhitehorn
Date: Sun Feb 22 18:45:30 2009
New Revision: 188923
URL: http://svn.freebsd.org/changeset/base/188923
Log:
Explicitly disable generation of Altivec instructions in the kernel on
PowerPC,
and add support to allow users to set their CPUTYPE in make.conf.
Modified:
head/sha
Author: mav
Date: Sun Feb 22 18:22:21 2009
New Revision: 188922
URL: http://svn.freebsd.org/changeset/base/188922
Log:
Add SATA and USB modes for completeness. USB modes principally can't be set,
SATA mode setting is not implementes at this time.
Submitted by: Christoph Mallon
Modified:
Author: alc
Date: Sun Feb 22 18:15:17 2009
New Revision: 188921
URL: http://svn.freebsd.org/changeset/base/188921
Log:
Simplify the unwiring and activation of pages.
MFC after:1 week
Modified:
head/sys/fs/tmpfs/tmpfs_vnops.c
Modified: head/sys/fs/tmpfs/tmpfs_vnops.c
Author: pjd
Date: Sun Feb 22 15:03:29 2009
New Revision: 188919
URL: http://svn.freebsd.org/changeset/base/188919
Log:
- Punctuation fixes.
- New sentence - new line.
Reported by: Ben Kaduk
- No more than 80 chars per line.
Modified:
head/sbin/geom/class/journal/gjournal.8
Modi
Author: mav
Date: Sun Feb 22 14:08:20 2009
New Revision: 188918
URL: http://svn.freebsd.org/changeset/base/188918
Log:
Tune AHCI verbose messages to make log more readable.
Modified:
head/sys/dev/ata/chipsets/ata-ahci.c
Modified: head/sys/dev/ata/chipsets/ata-ahci.c
=
Author: trasz
Date: Sun Feb 22 13:38:16 2009
New Revision: 188917
URL: http://svn.freebsd.org/changeset/base/188917
Log:
Mention disk_gone() in disk(9).
Approved by: rwatson (mentor)
Modified:
head/share/man/man9/Makefile
head/share/man/man9/disk.9
Modified: head/share/man/man9/Makef
Author: trasz
Date: Sun Feb 22 13:37:22 2009
New Revision: 188916
URL: http://svn.freebsd.org/changeset/base/188916
Log:
Fix a typo and add manpage links to geom(4).
Approved by: rwatson (mentor)
Modified:
head/share/man/man4/geom.4
Modified: head/share/man/man4/geom.4
Author: bms
Date: Sun Feb 22 13:34:01 2009
New Revision: 188915
URL: http://svn.freebsd.org/changeset/base/188915
Log:
MFC:
Fix a typo which caused ifmcstat's sysctl path
to print the network-layer endpoint address of the
group membership, rather than its link-layer mapping
as in
John Baldwin wrote:
Hmm, by symbols I meant having things built with debug symbols (i.e. "-g").
OK... I will try to build a Python interpreter w/debug symbols next time
around.
I am just giving this a dry run for now -- I am collaborating on a
project where we've ended up implementing st
Author: rpaulo
Date: Sun Feb 22 12:40:58 2009
New Revision: 188914
URL: http://svn.freebsd.org/changeset/base/188914
Log:
Fix typo.
Modified:
head/share/man/man4/iwi.4
Modified: head/share/man/man4/iwi.4
==
--- head/
Author: kib
Date: Sun Feb 22 10:28:09 2009
New Revision: 188913
URL: http://svn.freebsd.org/changeset/base/188913
Log:
MFC r188320:
Do not leak the MAP_ENTRY_IN_TRANSITION flag when copying map entry
on fork. Otherwise, copied entry cannot be removed in the child map.
Modified:
stable/7/s
Author: mav
Date: Sun Feb 22 10:26:02 2009
New Revision: 188912
URL: http://svn.freebsd.org/changeset/base/188912
Log:
Remove one more place of master/slave terms usage.
Modified:
head/sys/dev/ata/ata-all.c
Modified: head/sys/dev/ata/ata-all.c
Author: kib
Date: Sun Feb 22 10:25:07 2009
New Revision: 188911
URL: http://svn.freebsd.org/changeset/base/188911
Log:
MFC r188318:
Lookup up the directory entry for the tmpfs node that are deleted by
both node pointer and name component. This does the right thing for
hardlinks to the same
Author: kib
Date: Sun Feb 22 10:17:10 2009
New Revision: 188910
URL: http://svn.freebsd.org/changeset/base/188910
Log:
MFC r187528:
Move the code from ufs_lookup.c used to do dotdot lookup, into
the helper function. It is supposed to be useful for any filesystem
that has to unlock dvp to w
20 matches
Mail list logo