If memory serves me right, Xin LI wrote:
> delphij 2006-10-18 03:21:37 UTC
>
> FreeBSD src repository
>
> Modified files:(Branch: RELENG_6)
> usr.sbin/tcpdump/tcpslice gwtm2secs.c search.c tcpslice.1
> tcpslice.c
> Log:
> MFC: Fix our ancien
bde 2006-10-18 04:48:09 UTC
FreeBSD src repository
Modified files:
sys/kern kern_intr.c subr_trap.c
Log:
kern_intr.c:
- Count (scheduling of) software interrupts (SWIs) as SWIs, not as
hardware interrupts.
- Don't count (scheduling of) delayed SWIs as inte
delphij 2006-10-18 03:21:37 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
usr.sbin/tcpdump/tcpslice gwtm2secs.c search.c tcpslice.1
tcpslice.c
Log:
MFC: Fix our ancient tcpslice for >2GB limits [1].
Also, mention that tcp
mezz2006-10-18 03:19:29 UTC
FreeBSD doc repository (ports committer)
Modified files:
en/gnome gnome_prefix.sh
Log:
Actually show what kind of file for if do you want to edit this file. Before,
it would display as empty and nobody know what kind of file it talks
Peter Grehan wrote:
Attempt to fix compiling problem.
Not quite there, you need to add:
< (void) atomic_cmpset_32(p, old, new);
---
> (void) atomic_cmpset_32((volatile uint32_t *)p, old, new);
I'm waiting for PR amd64/102996 to be fixed before putting powerpc into
the unive
Attempt to fix compiling problem.
Not quite there, you need to add:
< (void) atomic_cmpset_32(p, old, new);
---
> (void) atomic_cmpset_32((volatile uint32_t *)p, old, new);
I'm waiting for PR amd64/102996 to be fixed before putting powerpc
into the universe target since 64-bit
davidxu 2006-10-18 02:09:46 UTC
FreeBSD src repository
Modified files:
sys/powerpc/powerpc copyinout.c
Log:
Attempt to fix compiling problem.
Noticed by: tinderbox
Revision ChangesPath
1.14 +1 -1 src/sys/powerpc/powerpc/copyinout.c
mi 2006-10-18 01:44:16 UTC
FreeBSD ports repository
Modified files:
java/berkeley-db Makefile
java/berkeley-db/files patch-test-failure
Log:
Disable two more self-tests, which may hang in rare circumstance.
According to SleepyCat/Oracle, these will be fixed in the
bde 2006-10-17 22:07:08 UTC
FreeBSD src repository
Modified files:
sys/nfsclientnfs.h
Log:
Fixed some style bugs (especially ones involving long lines and use
of __P(())). There are many more.
Revision ChangesPath
1.96 +19 -17src/sys/nfsclient/
On Tue, Oct 17, 2006 at 10:05:28PM +0100, Ceri Davies wrote:
> On Tue, Oct 17, 2006 at 09:31:33PM +0400, Yar Tikhiy wrote:
> > On Mon, Oct 16, 2006 at 01:01:45PM +, Yar Tikhiy wrote:
> > > yar 2006-10-16 13:01:45 UTC
> > >
> > > FreeBSD src repository
> > >
> > > Modified files:
>
On Mon, 16 Oct 2006 13:20:23 -0400
John Baldwin <[EMAIL PROTECTED]> wrote:
> On Saturday 14 October 2006 06:30, Tom Rhodes wrote:
> > trhodes 2006-10-14 10:30:14 UTC
> >
> > FreeBSD src repository
> >
> > Modified files:
> > sys/kern sys_process.c
> > Log:
> > Close
ahze2006-10-17 21:26:31 UTC
FreeBSD ports repository
Modified files:
finance/gnucash Makefile
Log:
- Chase g-wrap downgrade
Approved by:portmgr (marcus)
Revision ChangesPath
1.93 +2 -2 ports/finance/gnucash/Makefile
ahze2006-10-17 21:24:05 UTC
FreeBSD ports repository
Modified files:
devel/g-wrap Makefile distinfo pkg-plist
Added files:
devel/g-wrap/files patch-Makefile.in patch-ab
patch-g-wrap_Makefile.in
Removed files:
devel/g-wrap/files p
On 2006.10.17 22:05:28 +0100, Ceri Davies wrote:
> Also, if X requires certain directories, wouldn't it be better to blow
> them away here and have them created from a boot time script? Otherwise
> I don't understand how they ever get created.
The X temporary directories has to be created early t
On Tue, Oct 17, 2006 at 09:31:33PM +0400, Yar Tikhiy wrote:
> On Mon, Oct 16, 2006 at 01:01:45PM +, Yar Tikhiy wrote:
> > yar 2006-10-16 13:01:45 UTC
> >
> > FreeBSD src repository
> >
> > Modified files:
> > etc/rc.d cleartmp
> > Log:
> > Improve cleartmp in
simon 2006-10-17 20:45:55 UTC
FreeBSD ports repository
Modified files:
security/vuxml vuln.xml
Log:
Update php -- _ecalloc Integer Overflow Vulnerability entry with
details from Steffan Essers advisory about the implications of this
issue. The advisory was not public
marcus 2006-10-17 20:12:17 UTC
FreeBSD ports repository
Added files:
x11/XFree86-4-clients/files patch-programs::fonttosfnt::util.c
Log:
Fix the build with the new freetype2.
Reported by:Scott Allendorf <[EMAIL PROTECTED]>
Approved by:portmgr (implicit)
Revis
marcus 2006-10-17 20:04:48 UTC
FreeBSD ports repository
Modified files:
x11-servers/XFree86-4-NestServer Makefile
x11-servers/XFree86-4-PrintServer Makefile
x11-servers/XFree86-4-VirtualFramebufferServer Makefile
Log:
Remove the FreeType EXTRA_PATCHES now that they are
lth 2006-10-17 19:29:58 UTC
FreeBSD ports repository
Modified files:
net-mgmt/p5-Net-Netmask Makefile distinfo
Log:
- Make fetchable by updating to 1.9014
PR: ports/104482, and others
Submitted by: leeym, and others
Approved by:portmgr (clement)
marcus 2006-10-17 18:16:58 UTC
FreeBSD ports repository
Modified files:
multimedia/bmpx Makefile pkg-plist
Log:
Do not remove dbus directories that are owned by devel/dbus.
Reported by:pointyhat via kris
Approved by:portmgr (implicit)
Revision Changes
marcus 2006-10-17 18:15:45 UTC
FreeBSD ports repository
Modified files:
finance/gnucash Makefile
Log:
Correct the slib-guile dependency, and fix installation.
Reported by:pointyhat via kris
Approved by:portmgr (implicit)
Revision ChangesPath
1.92
imp 2006-10-17 18:08:04 UTC
FreeBSD src repository
Modified files:
sys/conf files
Log:
Collapse the two identical emu10k1-alsa%diked.h creation rules for
snd_emu10k1 and snd_emu10kx into one line. The 'pci' dependency here
adds no value, so I eliminted it (we
Oleg Bulyzhin wrote this message on Tue, Oct 17, 2006 at 14:53 +0400:
> On Mon, Oct 16, 2006 at 10:05:17AM -0700, John-Mark Gurney wrote:
> > Oleg Bulyzhin wrote this message on Mon, Oct 16, 2006 at 12:14 +0400:
> > > On Mon, Oct 09, 2006 at 04:15:56PM +, John-Mark Gurney wrote:
> > > > jmg
Oleg Bulyzhin wrote this message on Tue, Oct 17, 2006 at 14:53 +0400:
> On Mon, Oct 16, 2006 at 10:05:17AM -0700, John-Mark Gurney wrote:
> > Oleg Bulyzhin wrote this message on Mon, Oct 16, 2006 at 12:14 +0400:
> > > On Mon, Oct 09, 2006 at 04:15:56PM +, John-Mark Gurney wrote:
> > > > jmg
On Mon, Oct 16, 2006 at 01:01:45PM +, Yar Tikhiy wrote:
> yar 2006-10-16 13:01:45 UTC
>
> FreeBSD src repository
>
> Modified files:
> etc/rc.d cleartmp
> Log:
> Improve cleartmp in a number of aspects:
>
> + Use rc.subr(8) features properly.
> + Do the
glebius 2006-10-17 16:56:29 UTC
FreeBSD src repository
Modified files:
lib/libnetgraph msg.c sock.c
Log:
Include sys/socket.h to know about sa_family_t.
Revision ChangesPath
1.13 +1 -0 src/lib/libnetgraph/msg.c
1.9 +1 -0 src/lib/libnetgraph
stas2006-10-17 16:55:09 UTC
FreeBSD ports repository
Modified files:
multimedia/gmencoder Makefile
Log:
- multimedia/gmencoder now has the correct plist after the GNOME update.
PR: ports/103916
Submitted by: "Pawel Pekala" <[EMAIL PROTECTED]>, me (stas)
glebius 2006-10-17 16:52:10 UTC
FreeBSD src repository
Modified files:
sys/netgraph ng_socket.c
Log:
Some clenaup of ngs_rcvmsg():
- Inline ship_msg() into ngs_rcvmsg().
- Plug memory leak in case if no control socket present.
- Remove malloc() and allocate th
erwin 2006-10-17 15:09:01 UTC
FreeBSD doc repository (ports committer)
Modified files:
en/releases/6.2R schedule.sgml
Log:
Extend the ports freeze by one week to fix some more fallout
from the GNOME import and to match the extra BETA.
Approved by:portmgr
Rev
gallatin2006-10-17 14:39:19 UTC
FreeBSD src repository
Modified files:
sys/dev/mxge if_mxge.c
Log:
Fix a driver bug which could result in frames MHLEN or (MHLEN - 1) bytes
long being DMA'ed 2 (or 1) bytes past the end of the mbuf and corrupting
random kernel memory.
bmah2006-10-17 13:52:37 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
release/scripts package-split.py
Log:
MFC: Remove security/freebsd-update from package split; it's now in the
base system.
Pointed out by: kris
Approved by:re (impl
bmah2006-10-17 13:50:22 UTC
FreeBSD src repository
Modified files:
release/scripts package-split.py
Log:
Remove security/freebsd-update from package split; it's now in the
base system.
Pointed out by: kris
Revision ChangesPath
1.13 +0 -1 src/
mnag2006-10-17 13:27:18 UTC
FreeBSD ports repository
Modified files:
security/openssh-portable Makefile distinfo
Log:
- Update HPN patch. Patch are renamed, the only content differences are two
rows now enclosed in an "else" block.
Submitted by: ale
Approved by:
On 2006-10-16 19:15, Daniel Gerzo <[EMAIL PROTECTED]> wrote:
> danger 2006-10-16 19:15:36 UTC
>
> FreeBSD doc repository
>
> Modified files:
> en_US.ISO8859-1/books/developers-handbook book.sgml
> chapters.ent
> en_US.ISO8859-1/book
glebius 2006-10-17 12:21:48 UTC
FreeBSD src repository
Modified files:
sys/netgraph ng_socket.c
Log:
Some cleanup and small changes:
- Use malloc() and free() instead of MALLOC() and FREE() macros.
- Do not check malloc results if M_WAITOK was used.
- Remove l
glebius 2006-10-17 11:03:55 UTC
FreeBSD src repository
Modified files:
sys/netgraph ng_socket.h
Log:
Make the sg_len and sg_family members of the sockaddr_ng the same type
as the corresponding values in sockaddr are.
Revision ChangesPath
1.7 +3 -5
glebius 2006-10-17 11:01:20 UTC
FreeBSD src repository
Modified files:
sys/netgraph ng_message.h
Log:
Make ng_ID_t fixed size, so that its maximum value is platform independent.
This will be important in future.
Revision ChangesPath
1.29 +2 -2 src/
glebius 2006-10-17 10:59:39 UTC
FreeBSD src repository
Modified files:
sys/netgraph netgraph.h
Log:
- ng_address_ID() has already freed the message, don't do double free.
- Get error from ng_address_ID().
Reported by:Coverity via pjd
Revision ChangesP
On Mon, Oct 16, 2006 at 10:05:17AM -0700, John-Mark Gurney wrote:
> Oleg Bulyzhin wrote this message on Mon, Oct 16, 2006 at 12:14 +0400:
> > On Mon, Oct 09, 2006 at 04:15:56PM +, John-Mark Gurney wrote:
> > > jmg 2006-10-09 16:15:56 UTC
> > >
> > > FreeBSD src repository
> > >
> >
ru 2006-10-17 10:26:12 UTC
FreeBSD src repository
Modified files:
sys/pci nfsmb.c
Log:
Older incarnations of the device used non-standard BARs.
Reported by:Andriy Gapon
Confirmed by: many (including lm-sensors-2.10.1)
MFC after: 3 days
R
danfe 2006-10-17 10:07:04 UTC
FreeBSD ports repository
Modified files:
archivers/lcab Makefile pkg-descr
Log:
- Make fetchable, developer site moved
- Update WWW line in pkg-descr
PR: ports/104471
Submitted by: Thomas Abthorpe
Approved by:por
danfe 2006-10-17 09:29:16 UTC
FreeBSD ports repository
Modified files:
archivers/xmill Makefile distinfo
Log:
- Make fetchable, project moved to SourceForge
- License changed to less restricted one
PR: ports/104392
Submitted by: Benjamin Lutz
Appr
erwin 2006-10-17 09:21:00 UTC
FreeBSD ports repository
Modified files:
security/vuxml vuln.xml
Log:
Mark multimedia/win32-codecs as not-vulnerable after the quicktime codecs
were optional. The quicktime codecs are still vulnerable though, but we
rely on the conditiona
novel 2006-10-17 08:22:49 UTC
FreeBSD ports repository
Modified files:
www/neonpp Makefile
Log:
The distfile keeps rerolling, so place it on MASTER_SITE_LOCAL.
Reported by:pointyhat via kris
Approved by:portmgr (erwin)
Revision ChangesPath
1
glebius 2006-10-17 07:24:18 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/net if_vlan.c
Log:
- Update the baudrate every time the parent changes its link state.
Approved by:re (bmah)
Revision ChangesPath
1.79.2.14 +4
45 matches
Mail list logo