thompsa 2007-11-03 07:11:07 UTC
FreeBSD src repository
Modified files:
sys/i386/confPAE
Log:
Remove zyd as wireless is not supported on PAE.
Revision ChangesPath
1.27 +1 -0 src/sys/i386/conf/PAE
___
cvs-all
alc 2007-11-03 05:15:26 UTC
FreeBSD src repository
Modified files:
sys/amd64/amd64 pmap.c
sys/i386/i386pmap.c
Log:
Eliminate spurious "Approaching the limit on PV entries, ..."
warnings. Specifically, whenever vm_page_alloc(9) returned NULL to
get_pv_en
marcus 2007-11-03 04:31:09 UTC
FreeBSD doc repository
Modified files:
en/gnome/docsgnome2_porting.sgml
Log:
Sync the GNOME 2 module lists with the GNOME 2.20 changes.
Revision ChangesPath
1.29 +16 -4 www/en/gnome/docs/gnome2_porting.sgml
marcus 2007-11-03 04:18:43 UTC
FreeBSD doc repository
Modified files:
en/gnome news.xml
Log:
Belatedly announce GNOME 2.20 for FreeBSD.
Revision ChangesPath
1.144 +80 -1 www/en/gnome/news.xml
___
cvs-all
mezz2007-11-03 04:00:32 UTC
FreeBSD ports repository
Modified files:
mail/evolution Makefile pkg-plist
Log:
Fix the plist when I added bogo-junk plugin support in my previous committed,
bump the PORTREVISION.
Reported by:pointyhat
Pointyhat to: mezz (for
mi 2007-11-02 23:07:35 UTC
FreeBSD ports repository
Modified files:
graphics/libfpx/files Makefile.bsd
Log:
The top-level build directory should also be in the include path.
Approved by:portmgr (linimon)
PR: ports/117774
Revision ChangesPath
1.16
dougb 2007-11-02 22:37:15 UTC
FreeBSD src repository
Modified files:
etc/namedb named.root
Log:
Update to the 1 November 2007 version of this file. The change
is to the address of l.root-servers.net, which is moving to a
new /24 in order to enable anycast routing
nox 2007-11-02 22:55:27 UTC
FreeBSD ports repository
Modified files:
net/tac_plus-libradius Makefile
net/tac_plus-libradius/files patch-ab
Log:
Fix build with GCC 4.2
PR: ports/117576
Submitted by: nox
Approved by:portmgr (linimon, pav)
Re
krion 2007-11-02 22:46:30 UTC
FreeBSD src repository
Modified files:
usr.sbin/pkg_install Makefile
Added files:
usr.sbin/pkg_install/updating Makefile main.c pathnames.h
pkg_updating.1
Log:
Introduce pkg_updating(1) which scans for inst
wilko 2007-11-02 21:40:04 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/alpha/isaisa.c
Log:
Fix panic on kernel startup. This allowed me to successfully run a
6.3-PRE kernel.
Patch kindly provided by: jhb
Revision ChangesPath
On Fri, Nov 02, 2007 at 08:18:54PM +, Kirill Ponomarew wrote:
> krion 2007-11-02 20:18:47 UTC
>
> FreeBSD src repository
>
> Modified files:
> usr.sbin/pkg_install/lib match.c
> Log:
> Momoize the results of isinstalledpkg()
^^^
Memoize
-Kirill
Yar Tikhiy wrote:
yar 2007-10-27 19:57:41 UTC
FreeBSD src repository
Modified files:
sys/net if_disc.c
Log:
Add a comment explaining why disc(4) bears the IFF_LOOPBACK flag.
It should be the final follow-up to an old yet unfinished discussion
on whether IF
mezz2007-11-02 20:53:38 UTC
FreeBSD ports repository
Modified files:
x11-toolkits/gtk20 Makefile
Removed files:
x11-toolkits/gtk20/files patch-gtk_gtkiconcache.c
Log:
Remove a patch that cause some GTK+2 (mostly xfce4) apps to start up too
long and consume 100% CPU
maxim 2007-11-02 20:48:10 UTC
FreeBSD src repository
Modified files:
sys/vm swap_pager.c
Log:
o Fix panic message: it's swap_pager_putpages() not swap_pager_getpages().
Submitted by: Mark Tinguely
Revision ChangesPath
1.297 +1 -1 src/sy
krion 2007-11-02 20:18:47 UTC
FreeBSD src repository
Modified files:
usr.sbin/pkg_install/lib match.c
Log:
Momoize the results of isinstalledpkg()
PR: bin/116452
Submitted by: wollmann
MFC after: 7 days
Revision ChangesPath
1.21 +57
julian 2007-11-02 19:40:36 UTC
FreeBSD src repository
Modified files:
sys/kern kern_fork.c
Log:
Completely remove the code for single threading the mainline fork code.
Put in a little comment explaining why it went away.
Re-enable it in the case there an exisitin
maxim 2007-11-02 19:25:06 UTC
FreeBSD src repository
Modified files:
share/misc bsd-family-tree
Log:
o OpenBSD 4.2 added.
Revision ChangesPath
1.116 +2 -0 src/share/misc/bsd-family-tree
___
cvs-all@freeb
keramida2007-11-02 15:48:55 UTC
FreeBSD doc repository
Modified files:
en_US.ISO8859-1/books/handbook/install chapter.sgml
Log:
Replace inline " quotes, with ”. The output should look pretty
similar, but the inline quote confuses syntax highlighting in both
Emacs and VIM.
jhb 2007-11-02 19:00:06 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/kern subr_rman.c
Log:
MFC 1.55: Fix another edge case in rman_manage_region() that could result
in the the resource list getting missorted.
Revision Changes
jhb 2007-11-02 18:54:50 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/acpi_support acpi_ibm.c
Log:
MFC: Don't attach to the "IBM0057" ID.
Revision ChangesPath
1.7.2.4 +1 -1 src/sys/dev/acpi_support/acpi_ibm.c
_
jhb 2007-11-02 18:54:09 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/dev/acpi_support acpi_ibm.c
Log:
MFC: Don't attach to the "IBM0057" ID.
Approved by:re (kensmith)
Revision ChangesPath
1.14.2.1 +1 -1 src/sys/dev/acpi_s
keramida2007-11-02 15:11:53 UTC
FreeBSD src repository (doc committer)
Modified files:
usr.sbin/mtree mtree.c
Log:
mtree should use getcwd() instead of getwd(). getcwd() is safer,
because it includes checks for the length of the buffer it uses.
Reviewed by:phk,
keramida2007-11-02 15:47:21 UTC
FreeBSD doc repository
Modified files:
en_US.ISO8859-1/books/handbook/mirrors chapter.sgml
Log:
Minor wording nit. The ports/ tree certainly has many revisions;
thousands of them, in fact. It doesn't have *branches* though.
Revision Chang
keramida2007-11-02 16:14:25 UTC
FreeBSD doc repository
Modified files:
el_GR.ISO8859-7 Makefile
el_GR.ISO8859-7/articles Makefile
el_GR.ISO8859-7/share/sgml catalog l10n.ent mailing-lists.ent
teams.ent trademarks.ent
el_GR.ISO8859-7/
dwmalone2007-11-02 16:27:22 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/net bpf_filter.c
Log:
MFC 1.28:
Make the type of the memory used by the BPF filter unsigned, so it
matches the BPF registers (which are the only thing that is ass
njl 2007-11-02 17:29:36 UTC
FreeBSD src repository
Modified files:
sys/dev/acpica acpi_cpu.c
Log:
Fix a shutdown hang on some SMP systems. The previous logic was to IPI all
CPUs to make sure idle threads are evicted from the softc before returning
from acpi_cpu_shu
araujo 2007-11-02 17:55:22 UTC
FreeBSD ports repository
Modified files:
emulators/hugo Makefile
emulators/hugo/files patch-configure
Added files:
emulators/hugo/files patch-pce.c
Log:
- Mark unbroken.
- Fix build on non-i386.
- Fix build with gcc-4.2.
charnier2007-11-02 18:06:51 UTC
FreeBSD src repository
Modified files:
usr.bin/tail read.c reverse.c tail.c
Log:
initialize variables, WARNS=6 compliant
Revision ChangesPath
1.13 +1 -1 src/usr.bin/tail/read.c
1.20 +1 -0 src/usr.bin/tail/r
blackend2007-11-02 17:58:18 UTC
FreeBSD doc repository
Modified files:
fr_FR.ISO8859-1/books/handbook/eresources chapter.sgml
fr_FR.ISO8859-1/books/handbook/introduction chapter.sgml
fr_FR.ISO8859-1/books/handbook/mirrors chapter.sgml
fr_FR.ISO8859-1/books/handbook/mult
matteo 2007-11-02 14:51:53 UTC
FreeBSD src repository
Modified files:
usr.sbin/rpc.lockd lockd.c rpc.lockd.8
Log:
Add the -h option to rpc.lockd, similar to the one in
nfsd(8), in mountd(8), and in rpc.statd(8)
-h bindip
Specify specific IP addresses to bind to for T
mi 2007-11-02 14:50:52 UTC
FreeBSD ports repository
Modified files:
graphics/GraphicsMagick Makefile distinfo pkg-plist
graphics/GraphicsMagick/files patch-Makefile.in
Added files:
graphics/GraphicsMagick/files patch-newfpx
Removed files:
graphics/GraphicsMagic
Matteo,
Matteo Riondato wrote:
Add the -h option to rpc.statd, similar to the one in nfsd(8)
and in mountd(8)
Thanks for picking this up. I originally did only the work needed to
safely tie down Internet visible, read-only NFS exports to specific
ports for use with IP filters, and di
On Wed, Oct 31, 2007 at 11:12:28AM -0600, Warner Losh wrote:
> > 3) With a bit of hackery around rtld(8), it becomes possible to do
> > destructive
> > cross-installs, e.g., i386->amd64 over the live system.
> > but this can lead to security issues.) That's why a destructive
> > cross-
mi 2007-11-02 12:42:07 UTC
FreeBSD ports repository
Modified files:
graphics/libfpx Makefile distinfo pkg-plist
graphics/libfpx/files Makefile.bsd
Log:
Add a mega-patch, which makes the library usable. It barely worked on
even i386 before, and does not anymore, a
ru 2007-11-02 12:07:07 UTC
FreeBSD src repository
Modified files:
usr.bin/xstr xstr.1
Log:
Markup revision.
Revision ChangesPath
1.13 +16 -12src/usr.bin/xstr/xstr.1
___
cvs-all@freebsd.org mailing list
rwatson 2007-11-02 09:53:33 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/security/audit audit.c audit_bsm_klib.c
Log:
Merge audit.c:1.35, audit_bsm_klib.c:1.8 from HEAD to RELENG_7:
Replace use of AU_NULL with 0 when no audit classes are in us
kientzle2007-11-02 08:44:12 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
lib/libarchive archive_read_support_compression_none.c
Log:
MFC 1.18: Skip requests use a minimum of 1 byte so that the
underlying I/O framework can avoid copying and so that
kientzle2007-11-02 08:42:14 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
lib/libarchive archive_read_support_compression_none.c
Log:
MFC 1.18: When skipping input data, request a minimum of 1 instead
of the full request size. This avoids a 32-bit
38 matches
Mail list logo