On Thu, Aug 10, 2006 at 02:06:18AM +0400, Roman Kurakin wrote:
> Robert Watson:
>
> >
> >On Tue, 8 Aug 2006, Roman Kurakin wrote:
> >
> >>We could add a "foo" driver to the LINT generated by this script with
> >>notification that it was generated and all changes should be placed
> >>to script.
>
njl 2006-08-10 06:32:16 UTC
FreeBSD src repository
Modified files:
share/man/man4 acpi.4
Log:
The acpi module is no different from others. If it is loaded while the kernel
has it compiled in, it will be rejected with "module acpi already present!"
and no strange be
sam 2006-08-10 06:29:46 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sbin/ifconfigifconfig.8 ifieee80211.c
Log:
MFC: remove display of the ERP ie from the list sta output
Revision ChangesPath
1.95.2.16 +23 -0 src/sbin/ifconfig
imp 2006-08-10 06:29:43 UTC
FreeBSD src repository
Modified files:
sys Makefile
sys/boot Makefile
Log:
Don't need to special case arm here anymore
Revision ChangesPath
1.38 +0 -2 src/sys/Makefile
1.30 +0 -2 s
imp 2006-08-10 06:29:15 UTC
FreeBSD src repository
Added files:
sys/boot/arm Makefile
Log:
Add a dummy makefile to keep build happy
Revision ChangesPath
1.1 +5 -0 src/sys/boot/arm/Makefile (new)
___
cv
sam 2006-08-10 06:23:37 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/net80211 ieee80211_ioctl.c
Log:
MFC 1.47: power save mode state changes should not require clocking...
Revision ChangesPath
1.25.2.14 +7 -0 src/sys/net8
sam 2006-08-10 06:21:50 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/net80211 ieee80211_input.c
Log:
MFC 1.93: correct ie length check
Revision ChangesPath
1.62.2.13 +8 -8 src/sys/net80211/ieee80211_input.c
__
sam 2006-08-10 06:20:08 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/ath if_ath.c
Log:
MFC 1.150: check tim is present in the beacon before defer'ing
the mcast buffer bit
Revision ChangesPath
1.94.2.25 +2 -1
sam 2006-08-10 06:18:58 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/ath/ath_rate/sample sample.h
Log:
MFC 1.5: add missing \n's
MFC after: 1 week
Revision ChangesPath
1.3.2.2 +2 -2 src/sys/dev/ath/ath_rate/sample/s
Sam Leffler wrote:
> sam 2006-08-10 06:06:13 UTC
>
> FreeBSD src repository
>
> Modified files:
> sbin/ifconfigifieee80211.c
> Log:
> fixup list station support:
> o add sanity check to avoid possible looping
> o use intended api for IEEE80211_IOC_STA_INFO
> o w
Sam Leffler wrote:
> sam 2006-08-10 06:08:51 UTC
>
> FreeBSD src repository
>
> Modified files:(Branch: RELENG_6)
> sys/dev/iwi if_iwi.c
> Log:
> MFC 1.39: set default beacon miss threshold to 10 beacons
FWIW that's actually 10 consecutive beacons.
sam 2006-08-10 06:09:23 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sbin/ifconfigifconfig.8 ifieee80211.c
Log:
MFC: add beacon miss threshold control
Revision ChangesPath
1.95.2.15 +14 -1 src/sbin/ifconfig/ifconfig.8
1.18.2
sam 2006-08-10 06:08:51 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/iwi if_iwi.c
Log:
MFC 1.39: set default beacon miss threshold to 10 beacons
Revision ChangesPath
1.8.2.8 +1 -0 src/sys/dev/iwi/if_iwi.c
___
sam 2006-08-10 06:08:22 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/net80211 ieee80211_ioctl.c ieee80211_ioctl.h
Log:
MFC: add IEEE80211_IOC_BMISSTHRESHOLD for managing the
beacon miss threshold
Revision ChangesPath
1.2
sam 2006-08-10 06:07:49 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/net80211 ieee80211.h ieee80211_var.h
Log:
MFC: shuffle some definitions to a public location
Revision ChangesPath
1.9.2.2+24 -0 src/sys/net80211/ieee8
sam 2006-08-10 06:06:13 UTC
FreeBSD src repository
Modified files:
sbin/ifconfigifieee80211.c
Log:
fixup list station support:
o add sanity check to avoid possible looping
o use intended api for IEEE80211_IOC_STA_INFO
o when operating in sta mode get the sta inf
sam 2006-08-10 06:04:00 UTC
FreeBSD src repository
Modified files:
sys/net80211 ieee80211_ioctl.c ieee80211_ioctl.h
Log:
More statistics fixups:
o change rssi to be signed in ieee80211_nodestats
o add noise floor in ieee80211_nodestats (use an implicit hole to
sam 2006-08-10 05:54:36 UTC
FreeBSD src repository
Modified files:
sys/net80211 ieee80211_input.c ieee80211_ioctl.h
Log:
minor fixups:
o add some missing stats to the global stat structure
o move accounting work for data frame rx into ieee80211_deliver_data
o ad
sat 2006-08-10 05:46:04 UTC
FreeBSD ports repository
Modified files:
devel/p5-Log-Dispatch-Email-EmailSend Makefile distinfo
Log:
- Update to 0.03
PR: ports/101696
Submitted by: Gea-Suan Lin <[EMAIL PROTECTED]>
Revision ChangesPath
1.2 +
rafan 2006-08-10 05:42:49 UTC
FreeBSD ports repository
Modified files:
games/xyeMakefile
Log:
- Mark BROKEN on 4.x, does not build
PR: ports/101714
Submitted by: Robert Gogolok (maintainer)
Revision ChangesPath
1.2 +7 -1
sam 2006-08-10 05:37:49 UTC
FreeBSD src repository
Modified files:
sys/net80211 ieee80211_output.c
Log:
add per-sta ucast/mcast stats
MFC after: 1 week
Revision ChangesPath
1.42 +4 -0 src/sys/net80211/ieee80211_output.c
maho2006-08-10 05:31:36 UTC
FreeBSD ports repository
Modified files:
archivers/fastjarMakefile
Log:
A build fix via pointyhat.
Submitted by: kris
Revision ChangesPath
1.14 +1 -0 ports/archivers/fastjar/Makefile
Had I kept up on reading my commit mail, I would have known about your
hostile views on K&R support and used them as part of a negative campaign
against you in the core election!
Let's hope that I don't run into anything similarly disgraceful in the
remaining 7000 messages...
Mike "Silby"
lbr 2006-08-10 04:51:58 UTC
FreeBSD ports repository
Modified files:
devel/p5-Algorithm-C3 Makefile distinfo
Log:
Update to 0.04
PR: 101736
Submitted by: Jin-Shan Tseng <[EMAIL PROTECTED]>
Revision ChangesPath
1.6 +1 -1 ports/devel/
alc 2006-08-10 04:48:29 UTC
FreeBSD src repository
Modified files:
sys/vm vm_page.c
Log:
Change vm_page_cowfault() so that it doesn't allocate a pre-busied page.
Revision ChangesPath
1.323 +1 -2 src/sys/vm/vm_page.c
_
dinoex 2006-08-10 04:37:24 UTC
FreeBSD ports repository
Modified files:
mail/sendmailMakefile distinfo
Removed files:
mail/sendmail/files patch-queue.c
Log:
- update to 8.13.8.
Revision ChangesPath
1.121 +1 -2 ports/mail/sendmail/Makefile
1
rafan 2006-08-10 04:04:48 UTC
FreeBSD ports repository
Modified files:
games/utserver Makefile
Added files:
games/utserver/files ucc.in
Log:
- Add rc script
From maintainer:
Without using daemon(8) ucc-bin dies during system startup because of
SIGHUP
rafan 2006-08-10 03:55:20 UTC
FreeBSD ports repository
Modified files:
x11-wm/openbox Makefile
Added files:
x11-wm/openbox/files extra-patch-gradient
Log:
- Added knob for the popular and "glamour" split gradient patch
- Pass maintainership to submitter
PR:
rafan 2006-08-10 03:53:42 UTC
FreeBSD ports repository
Modified files:
x11-fm/emelfm2 Makefile distinfo
x11-fm/emelfm2/files patch-Makefile patch-Makefile.config
Log:
- Update to 0.1.8
PR: ports/101614
Submitted by: Marcus von Appen (maintainer)
rafan 2006-08-10 03:52:55 UTC
FreeBSD ports repository
Modified files:
security/libprelude Makefile distinfo
Removed files:
security/libprelude/files patch-src_idmef-path.c
Log:
- Update to 0.9.10.2
PR: ports/101585
Submitted by: Robin Gruyters (ma
rafan 2006-08-10 03:49:27 UTC
FreeBSD ports repository
Modified files:
x11-wm/pwm Makefile distinfo
Removed files:
x11-wm/pwm/files patch-function.c patch-menudata.c
Log:
- Update to 2006.05.17
- Remove two patches which are merged in upstream
- Pass ma
rafan 2006-08-10 03:43:56 UTC
FreeBSD ports repository
Modified files:
x11-wm/dwm Makefile distinfo
x11-wm/dwm/files patch-config.mk
Log:
- Update to 0.7
PR: ports/101578
Submitted by: Jeroen Schot (maintainer)
Revision Changes
rafan 2006-08-10 03:39:44 UTC
FreeBSD ports repository
Modified files:
lang/sather-specification Makefile
Log:
- Unbreak on 4.x
PR: ports/101726
Submitted by: Stanislav Sedov (maintainer)
Revision ChangesPath
1.2 +3 -8 ports/lang/sat
rafan 2006-08-10 03:36:17 UTC
FreeBSD ports repository
Modified files:
lang/sather-tutorial Makefile
Log:
- Unbreak on 4.x
PR: ports/101727
Submitted by: Stanislav Sedov (maintainer)
Revision ChangesPath
1.2 +3 -8 ports/lang/sather-t
clsung 2006-08-10 03:34:21 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
p5-Contextual-Return --> ports/devel/p5-Contextual-Return
Revision ChangesPath
1.15944 +1 -0 CVSROOT/modules
___
clsung 2006-08-10 03:34:04 UTC
FreeBSD ports repository
Modified files:
develMakefile
Added files:
devel/p5-Contextual-Return Makefile distinfo pkg-descr
pkg-plist
Log:
Add p5-Contextual-Return 0.1.0, create context-senstive
rafan 2006-08-10 03:32:32 UTC
FreeBSD ports repository
Modified files:
textproc/uncrustify Makefile distinfo
Log:
- Update to 0.0.24
PR: ports/101571
Submitted by: Dmitry Marakasov (maintainer)
Revision ChangesPath
1.3 +1 -1 ports/t
clsung 2006-08-10 03:23:28 UTC
FreeBSD ports repository
Modified files:
sysutils/radmind Makefile distinfo
Log:
- Update to 1.7.0
PR: ports/101742
Submitted by: maintainer (Paul Dlug)
Revision ChangesPath
1.9 +1 -1 ports/sysutils/r
perky 2006-08-10 03:07:26 UTC
FreeBSD ports repository
Modified files:
devel/llvm Makefile distinfo pkg-plist
Log:
Update to 1.8
Revision ChangesPath
1.12 +3 -3 ports/devel/llvm/Makefile
1.3 +3 -3 ports/devel/llvm/distinfo
1.4
clsung 2006-08-10 02:08:59 UTC
FreeBSD ports repository
Modified files:
misc/sword Makefile pkg-descr
Log:
- pet portlint by using USE_LDCONFIG
- remove unstable mirror site
- add trailing slash for WWW in pkg-descr
PR: ports/101720
Submitted by:
alepulver2006-08-10 02:06:20 UTC
FreeBSD ports repository
Modified files:
devel/allegroMakefile pkg-plist
Log:
- Add AL and JACK options.
- Replace INSTALLS_SHLIB with USE_LDCONFIG.
- Add CONFLICTS with future port allegro-devel.
Revision ChangesPath
1.24
clsung 2006-08-10 02:05:01 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
p5-POE-Component-Client-Traceroute -->
ports/net/p5-POE-Component-Client-Traceroute
Revision ChangesPath
1.15943 +1 -0 CVSROOT/modules
clsung 2006-08-10 02:04:43 UTC
FreeBSD ports repository
Modified files:
net Makefile
Added files:
net/p5-POE-Component-Client-Traceroute Makefile distinfo
pkg-descr pkg-plist
Log:
Add p5-POE-Component-Client-Tra
clsung 2006-08-10 01:50:14 UTC
FreeBSD ports repository
Modified files:
chinese/qtermMakefile
Log:
- Does not build on 4.x
Approved by:maintainer (Yuan, Jue) (implicit)
Revision ChangesPath
1.27 +7 -1 ports/chinese/qterm/Makefile
__
clsung 2006-08-10 01:45:25 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
clucene --> ports/textproc/clucene
Revision ChangesPath
1.15942 +1 -0 CVSROOT/modules
___
cvs-all@freebsd.or
clsung 2006-08-10 01:45:03 UTC
FreeBSD ports repository
Modified files:
textproc Makefile
Added files:
textproc/clucene Makefile distinfo pkg-descr pkg-plist
Log:
- CLucene is a C++ port of Lucene: the high-performance,
full-featured text search engine
clsung 2006-08-10 01:33:24 UTC
FreeBSD ports repository
Modified files:
mail/postfix-policyd-sf Makefile distinfo
mail/postfix-policyd-sf/files policyd.sh.in
Log:
- Added some changes in startup script (patch from Zach) :
added mysql to the REQUIRE and postfix to the BE
clsung 2006-08-10 01:30:08 UTC
FreeBSD ports repository
Modified files:
mail/abook Makefile distinfo
Log:
- Fix bogus intl.a linking
- Update to 0.5.6
Changelog:
- translation fixes
- fixed gcrd export format (\r\n line endings according to RFC, Marc Tardif)
clsung 2006-08-10 01:27:12 UTC
FreeBSD ports repository
Modified files:
devel/p5-Object-InsideOut Makefile distinfo pkg-plist
Log:
- Update to 1.49
- Include the modifications from ports/101233
PR: ports/101733
Submitted by: maintainer (Geraud CONTINSOUZAS
maxim 2006-08-10 01:13:38 UTC
FreeBSD src repository
Modified files:
sbin/geom/class/eli geli.8
Log:
o Spell.
Submitted by: ru
Revision ChangesPath
1.17 +1 -1 src/sbin/geom/class/eli/geli.8
___
cvs-all@fr
ahze2006-08-10 01:07:29 UTC
FreeBSD ports repository
Added files:
multimedia/mplayer/files patch-libmpcodecs_ve_x264.c
Log:
- Fix build with x264
Revision ChangesPath
1.3 +11 -0
ports/multimedia/mplayer/files/patch-libmpcodecs_ve_x264.c (new)
__
On Tue, 08 Aug 2006 02:12:18 -0700
Colin Percival <[EMAIL PROTECTED]> wrote:
> æé« (LI Xin) wrote:
> > å¨ 2006-08-08äºç 01:54 -0700ï¼Colin Percivalåéï¼
> >> Xin LI wrote:
> >>> Modified files:
> >>> usr.sbin/sadesade.8
> >>> Log:
> >>> Typo (favour -> favor).
> >> I
ahze2006-08-10 00:26:02 UTC
FreeBSD ports repository
Modified files:
multimedia/x264 Makefile
Log:
- Depend on gpac>=0.4.0.r2,1
Revision ChangesPath
1.42 +1 -0 ports/multimedia/x264/Makefile
___
cvs-all@fr
imp 2006-08-09 23:47:38 UTC
FreeBSD src repository
Modified files:
sys/i386/isa clock.c
sys/i386/confXBOX
Log:
Eliminate one set of XBOX #ifdefs. The Xbox code just needs to set a
different TIMER_FREQ value than default. Accomplish this via the
conf
imp 2006-08-09 23:37:30 UTC
FreeBSD src repository
Modified files:
sys/i386/i386machdep.c
Log:
Minor style(9) nit.
Revision ChangesPath
1.633 +2 -2 src/sys/i386/i386/machdep.c
___
cvs-all@freebsd.org mai
Robert Watson:
On Tue, 8 Aug 2006, Roman Kurakin wrote:
We could add a "foo" driver to the LINT generated by this script with
notification that it was generated and all changes should be placed
to script.
I guess I can't help but wonder if a script is necessarily better than
a well-commen
On Tue, 8 Aug 2006, Yar Tikhiy wrote:
On Mon, Aug 07, 2006 at 01:59:30PM +1000, Bruce Evans wrote:
On Sun, 6 Aug 2006, Dag-Erling [iso-8859-1] Sm?rgrav wrote:
MAXPATHLEN should be spelled PATH_MAX.
Actually, MAXPATHLEN is better since it is honestly unportable. It works
...
Just looked wha
lbr 2006-08-09 21:26:03 UTC
FreeBSD ports repository
Modified files:
databases/p5-DBIx-Class Makefile
Log:
- When using PERL_MODBUILD=yes, don't use RUN_DEPENDS=${BUILD_DEPENDS}
PR: 101708
Submitted by: Gea-Suan Lin <[EMAIL PROTECTED]>
Revision Chan
lbr 2006-08-09 21:24:43 UTC
FreeBSD ports repository
Modified files:
databases/p5-DBIx-Class-WebForm Makefile
Log:
- When using PERL_MODBUILD=yes, don't use RUN_DEPENDS=${BUILD_DEPENDS}
PR: 101707
Submitted by: Gea-Suan Lin <[EMAIL PROTECTED]>
Revisi
rik 2006-08-09 21:23:42 UTC
FreeBSD src repository
Modified files:
share/examples/drivers make_pseudo_driver.sh
Log:
- Added ability to provide (optional) path to the kernel sources
- Added check of dirs used by example generator
- Fixed path for ${s}/conf/files.FOO and i
lbr 2006-08-09 21:22:54 UTC
FreeBSD ports repository
Modified files:
databases/p5-Class-DBI-Sweet Makefile
Log:
When using PERL_MODBUILD=yes, don't use RUN_DEPENDS=${BUILD_DEPENDS}
PR: 101705
Submitted by: Gea-Suan Lin <[EMAIL PROTECTED]>
Revision C
hq 2006-08-09 21:18:10 UTC
FreeBSD ports repository
Modified files:
www/resin3 Makefile distinfo pkg-plist
www/resin3/files patch-resin.conf pkg-message.in
resin.sh.in resinctl
Added files:
www/resin3/files pkg-message-advan
imp 2006-08-09 20:58:56 UTC
FreeBSD src repository
Modified files:
sys/arm/at91 at91_st.c
Log:
Hook into the watchdog device, if present. Also, turn off the
watchdog timer stuff when we boot because the boot blocks are turning
it on...
Revision ChangesP
rik 2006-08-09 20:57:24 UTC
FreeBSD src repository
Modified files:
share/examples/drivers make_pseudo_driver.sh
Log:
Added copyright templete
Fixed compilation
Reviewed by:julian@
Revision ChangesPath
1.11 +57 -32src/share/examples/drivers/make
marcel 2006-08-09 20:53:01 UTC
FreeBSD src repository
Modified files:
sys/geom geom_gpt.c
Log:
Strengthen the check for a PMBR:
o PMBR partitions count to the number of partitions on the disk, which
means that if a PMBR entry is invalid we will not treat the MB
miwi2006-08-09 20:38:53 UTC
FreeBSD ports repository
Modified files:
lang/gforth Makefile
Log:
force commit.
- Fix Makefile entry
Approved by:krion (mentor)
Revision ChangesPath
1.27 +1 -1 ports/lang/gforth/Makefile
___
miwi2006-08-09 20:26:03 UTC
FreeBSD ports repository
Modified files:
lang/gforth Makefile
Log:
BROKEN: does not build
Submitted by: pointyhat via kris
Approved by:krion (mentor)
Revision ChangesPath
1.26 +2 -0 ports/lang/gforth/Make
marcel 2006-08-09 20:19:15 UTC
FreeBSD src repository
Modified files:
lib/libdisk write_ia64_disk.c
Log:
Fix a bug in the size of the PMBR partition. Since the partition starts
at LBA 1, the size is not the mediasize in sectors, but one less.
Revision Changes
sobomax 2006-08-09 20:18:47 UTC
FreeBSD ports repository
Modified files:
net/l2tpdpkg-descr
Log:
WWW is no longer functional.
Reported by:erwin
Revision ChangesPath
1.2 +0 -2 ports/net/l2tpd/pkg-descr
___
alepulver2006-08-09 20:14:32 UTC
FreeBSD ports repository
Modified files:
devel/pdcurses Makefile pkg-plist
Log:
- Use 2 as the shared library major version.
- Install shared library as libXCurses.so.2, then symlink to libXCurses.so
(not the other way around).
Re
pdeuskar2006-08-09 20:10:35 UTC
FreeBSD src repository
Modified files:
sys/dev/em if_em.c
Log:
10/100 PHY shouldn't support gigabit media types.
Submitted by: brad ([EMAIL PROTECTED])
Obtained from: OpenBSD
MFC after: 1 week
Revision ChangesPa
maxim 2006-08-09 19:41:34 UTC
FreeBSD src repository
Modified files:
sbin/geom/class/eli geli.8
Log:
o Strip eol whitespaces.
Revision ChangesPath
1.16 +2 -2 src/sbin/geom/class/eli/geli.8
___
cvs-all@freebsd.or
anray 2006-08-09 19:35:41 UTC
FreeBSD ports repository
Modified files:
deskutils/remember.el Makefile distinfo pkg-plist
Log:
- Update to 1.9
- Being XEmacs compilable, thanks to Denis Shaposhnikov <[EMAIL PROTECTED]>
- Update the MASTER_SITES
PR: ports/101
maxim 2006-08-09 19:12:10 UTC
FreeBSD src repository
Modified files:
usr.bin/hexdump parse.c
Log:
o Simple strcpy/strcat replacement.
PR: bin/101575
Founded by: Dan Lukes
Obtained from: OpenBSD, rev. 1.11 by deraadt
MFC after: 2 weeks
marcel 2006-08-09 19:01:27 UTC
FreeBSD src repository
Modified files:
lib/libc/stdlib malloc.c
Log:
Define NO_TLS on PowerPC.
See also: PR ia64/91846
Revision ChangesPath
1.133 +1 -0 src/lib/libc/stdlib/malloc.c
scrappy 2006-08-09 18:36:16 UTC
FreeBSD ports repository
Modified files:
sysutils/bsdstatsMakefile
sysutils/bsdstats/files 300.statistics
Log:
somehow, defining $OS fell out in one of the commits ...
Revision ChangesPath
1.12 +1 -0 ports/sysutils/bs
maxim 2006-08-09 18:35:31 UTC
FreeBSD src repository
Modified files:
sbin/geom/class/eli geli.8
Log:
o New sentence, new line.
o Touch Dd for -r.
Revision ChangesPath
1.15 +3 -2 src/sbin/geom/class/eli/geli.8
imp 2006-08-09 18:25:07 UTC
FreeBSD src repository
Modified files:
sys/pc98/include md_var.h
sys/pc98/pc98pc98_machdep.c
Log:
Add pc98 specific code to adjust the firmware geometry when it differs
from the actual geometry. This enables support of disks lar
imp 2006-08-09 18:23:47 UTC
FreeBSD src repository
Modified files:
sys/dev/ata ata-disk.c
Log:
Most platforms map the actual drive geometry to the firmware's notion
of geometry. However, some platforms have a more complicated mapping
of the firmware values to th
pjd 2006-08-09 18:11:14 UTC
FreeBSD src repository
Modified files:
sbin/geom/class/eli geli.8 geom_eli.c
sys/geom/eli g_eli.c g_eli.h g_eli_ctl.c
Log:
Allow geli to operate on read-only providers.
Initial patch from: vd
MFC after: 2 weeks
maxim 2006-08-09 18:05:44 UTC
FreeBSD src repository
Modified files:
lib/libc/gen msgctl.3
Log:
o It speaks about struct msqid_ds not struct shmid_ds.
PR: docs/101314
Submitted by: Vasil Dimov
MFC after: 1 week
Revision ChangesPath
alc 2006-08-09 17:43:27 UTC
FreeBSD src repository
Modified files:
sys/fs/nwfs nwfs_io.c
sys/fs/smbfs smbfs_io.c
sys/kern uipc_syscalls.c vfs_bio.c
sys/nfsclientnfs_bio.c
sys/vm swap_pager.c vm_object.c vm_page
sem 2006-08-09 17:17:23 UTC
FreeBSD ports repository
Modified files:
sysutils/portupgrade Makefile
sysutils/portupgrade/files patch-bin-portupgrade
Log:
- Make fetch(1) quiet when STDOUT is not a tty (as it was before).
PR: ports/101341
Requested by:
scrappy 2006-08-09 16:54:30 UTC
FreeBSD ports repository
Modified files:
sysutils/bsdstatsMakefile
sysutils/bsdstats/files 300.statistics
Log:
Include class information for devices, so that its easier to
categorize them in reports ...
Revision ChangesPath
1
rwatson 2006-08-09 16:30:26 UTC
FreeBSD src repository
Modified files:
sys/net bpf.c
Log:
Since bpf_allocbufs() uses malloc() with M_WAITOK, don't check return
values for NULL or return an error state. Assert that all three bpf
buffer pointers are NULL before st
scrappy 2006-08-09 16:21:30 UTC
FreeBSD ports repository
Modified files:
sysutils/bsdstatsMakefile
sysutils/bsdstats/files 300.statistics
Log:
Add some verbosity to the script, letting ppl know that a report has
been sent, and/or that it is disabled and how to enable i
sat 2006-08-09 15:56:46 UTC
FreeBSD ports repository
Modified files:
multimedia/libmpeg3 Makefile
Log:
- Quote INSTALL value
Requested by: Karol Barski <[EMAIL PROTECTED]>
Revision ChangesPath
1.9 +1 -1 ports/multimedia/libmpeg3/Makefile
___
ahze2006-08-09 15:32:45 UTC
FreeBSD ports repository
Modified files:
multimedia/avidemux2 Makefile
multimedia/ffmpeg-devel Makefile
multimedia/handbrake Makefile
multimedia/mpeg4ip Makefile
Log:
- Chase libver bump in x264
Revision ChangesPath
1.3
ahze2006-08-09 15:26:08 UTC
FreeBSD ports repository
Modified files:
multimedia/gstreamer-plugins80 Makefile
Log:
- Back out of part of the last commit, don't need to move to LOCALBASE
yet
Revision ChangesPath
1.100 +4 -5 ports/multimedia/gstreamer-pl
tmclaugh2006-08-09 15:23:12 UTC
FreeBSD ports repository
Modified files:
java/eclipse-cdt Makefile
Log:
Unbreak, port fetches just fine.
Revision ChangesPath
1.15 +0 -2 ports/java/eclipse-cdt/Makefile
___
cvs-a
ahze2006-08-09 15:20:43 UTC
FreeBSD ports repository
Modified files:
multimedia/gstreamer-plugins80 Makefile Makefile.common
multimedia/gstreamer-plugins-x26480 Makefile
Log:
- Chase libver bump in x264
Revision ChangesPath
1.6 +1 -1 ports/multimed
ahze2006-08-09 15:18:33 UTC
FreeBSD ports repository
Modified files:
multimedia/vlc Makefile
multimedia/vlc-devel Makefile
Log:
- chase libver bump in x264
Revision ChangesPath
1.152 +2 -2 ports/multimedia/vlc-devel/Makefile
1.129 +2 -2
ahze2006-08-09 15:17:03 UTC
FreeBSD ports repository
Modified files:
multimedia/mplayer Makefile
Log:
- Chase x264 libver bump
Revision ChangesPath
1.141 +2 -2 ports/multimedia/mplayer/Makefile
___
cvs-all@fre
ahze2006-08-09 15:13:13 UTC
FreeBSD ports repository
Modified files:
multimedia/x264 Makefile
Log:
- Fix plist
Revision ChangesPath
1.41 +1 -1 ports/multimedia/x264/Makefile
___
cvs-all@freebsd.org mailing
ahze2006-08-09 15:12:23 UTC
FreeBSD ports repository
Modified files:
multimedia/x264 Makefile distinfo
multimedia/x264/files patch-Makefile
Removed files:
multimedia/x264/files patch-muxers.c
Log:
- Update to 0.0.20060808
Revision ChangesPath
1.40
ahze2006-08-09 15:10:27 UTC
FreeBSD ports repository
Modified files:
multimedia/gpac-libgpac Makefile distinfo pkg-plist
multimedia/gpac-libgpac/files patch-src_Makefile
Log:
- Update to 0.4.2-rc2
Revision ChangesPath
1.12 +2 -2 ports/multimedia/gpa
yar 2006-08-09 15:04:30 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/net if_vlan.c
Log:
Destroy the cloned interfaces before, not after, detaching
from the cloner structure in the module unload handler.
The cloner structure was lik
markus 2006-08-09 14:51:48 UTC
FreeBSD doc repository (src,ports committer)
Modified files:
share/pgpkeysmarkus.key
Log:
Update key after revoking a uid
Revision ChangesPath
1.2 +61 -60doc/share/pgpkeys/markus.key
___
clsung 2006-08-09 14:20:07 UTC
FreeBSD ports repository
Modified files:
net-mgmt/darkstatMakefile distinfo
Added files:
net-mgmt/darkstat/files extra-patch-cap.h
Log:
- update to 3.0.540
- fix build on 4.X
PR: ports/101545
Submitted by: maintain
clsung 2006-08-09 14:16:28 UTC
FreeBSD ports repository
Modified files:
devel/p5-Params-Validate Makefile distinfo
Log:
- Update to 0.86
PR: ports/101698
Submitted by: gslin_AT_gslin dot org
Approved by:maintainer (Denis Shaposhnikov)
Revision Ch
1 - 100 of 144 matches
Mail list logo