ru 2005-12-09 07:13:06 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netgraph ng_hole.c
Log:
MFC: Fix memory leak.
Revision ChangesPath
1.14.2.1 +1 -0 src/sys/netgraph/ng_hole.c
ru 2005-12-09 07:13:06 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_5)
sys/netgraph ng_hole.c
Log:
MFC: Fix memory leak.
Revision ChangesPath
1.13.2.2 +1 -0 src/sys/netgraph/ng_hole.c
ru 2005-12-09 07:13:05 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_4)
sys/netgraph ng_hole.c
Log:
MFC: Fix memory leak.
Revision ChangesPath
1.4.2.3 +1 -0 src/sys/netgraph/ng_hole.c
ru 2005-12-09 07:09:44 UTC
FreeBSD src repository
Modified files:
sys/netgraph ng_hole.c
Log:
Fix memory leak.
PR: kern/90113
Submitted by: Antoine Brodin
Revision ChangesPath
1.15 +1 -0 src/sys/netgraph/ng_hole.c
__
ru 2005-12-09 06:46:41 UTC
FreeBSD src repository
Modified files:
usr.sbin/config Makefile config.5
share/man/man5 Makefile
Removed files:
share/man/man5 config.5
Log:
config.5 was repocopied from share/man/man5/ to usr.sbin/config/.
Repocop
lawrance2005-12-09 06:38:43 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
libgeotiff --> ports/graphics/libgeotiff
Revision ChangesPath
1.13807 +1 -0 CVSROOT/modules
___
cvs-all@free
lawrance2005-12-09 06:38:28 UTC
FreeBSD ports repository
Modified files:
graphics Makefile
Added files:
graphics/libgeotiff Makefile distinfo pkg-descr pkg-plist
graphics/libgeotiff/files patch-Makefile.in
Log:
Add libgeotiff, a library for reading and wr
davidxu 2005-12-09 05:43:27 UTC
FreeBSD src repository
Modified files:
sys/kern kern_exec.c kern_exit.c kern_time.c
Log:
Register itimers_event_hook as a kernel event handler, so I don't
have to duplicate code to call it in exec() and exit1().
Revision Changes
On Thu, 8 Dec 2005, Bruce Evans wrote:
Whoever makes the changes would write the regression tests :-). Mine
are't sufficently general to commit. In batch mode which takes about
10 hours on a 2GHz Athlon to check all cases for floats, they are
currently reporting the following errors on amd64:
kientzle2005-12-09 05:19:00 UTC
FreeBSD src repository
Modified files:
usr.bin/tar bsdtar.1
Log:
Remove the -B option from the directory-copying examples. The -B
option is undocumented because it does nothing. It does nothing
because bsdtar never needs it. It is a
ahze2005-12-09 04:52:14 UTC
FreeBSD ports repository
Modified files:
www/firefox Makefile
Added files:
www/firefox/filespatch-bugzilla319004
Log:
- Add a patch to fix history DoS vulnerability
Obtained from: https://bugzilla.mozilla.org/show_bug.cgi?
suz 2005-12-09 04:42:19 UTC
FreeBSD src repository
Modified files:
sys/netinet6 ip6_mroute.c
Log:
fixed a kernel crash at the initialization time of PIM-SM register interface
MFC after: 2 days
Revision ChangesPath
1.35 +30 -13src/sys/netinet6
linimon 2005-12-09 04:12:48 UTC
FreeBSD doc repository
Modified files:
en/ports categories
Log:
tk42 is obsolete.
Revision ChangesPath
1.30 +1 -2 www/en/ports/categories
___
cvs-all@freebsd.org mailing
marcus 2005-12-09 04:03:57 UTC
FreeBSD ports repository
Modified files:
net/ethereal Makefile
Added files:
net/ethereal/files patch-epan_dissectors_packet-ieee80211.c
patch-epan_dissectors_packet-radiotap.c
Log:
* Fix a bug in caclulati
perky 2005-12-09 03:45:08 UTC
FreeBSD ports repository
Modified files:
devel/py-freebsd Makefile distinfo
Log:
Update to 0.9.3 which fixed a problem on building 7-current due to
lack of MNT_NODEV.
PR: 90125
Submitted by: rodrigc
Revision Changes
marcus 2005-12-09 03:38:36 UTC
FreeBSD ports repository
Modified files:
deskutils/deskbar-applet Makefile distinfo pkg-plist
deskutils/deskbar-applet/files patch-deskbar_deskbar-applet.py
Log:
Update to 0.8.6.
Revision ChangesPath
1.5 +5 -4 ports/desk
ahze2005-12-09 03:15:07 UTC
FreeBSD ports repository
Modified files:
www/mozilla bsd.gecko.mk
Log:
- Only support mozilla and thunderbird on 4.x to fix many builds or
mark them BROKEN
Revision ChangesPath
1.4 +5 -3 ports/www/mozilla/bsd.gec
obrien 2005-12-09 03:12:25 UTC
FreeBSD src repository
Modified files:
sbin/ldconfigldconfig.8
Log:
Tweak -32 description and add -32 FILES.
Revision ChangesPath
1.36 +7 -2 src/sbin/ldconfig/ldconfig.8
___
mezz2005-12-09 03:00:31 UTC
FreeBSD ports repository
Modified files:
www/mozilla bsd.gecko.mk
Log:
Improvement on example in bsd.gecko.mk.
Reviewed by:ahze
Revision ChangesPath
1.3 +10 -2 ports/www/mozilla/bsd.gecko.mk
_
ume 2005-12-09 02:50:40 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netinet6 nd6_nbr.c
Log:
MFC 1.40: the response NS to a DAD NS was not sent correctly due to the
invalid destination address.
Revision ChangesPath
1.29.2.6 +
lioux 2005-12-09 02:43:09 UTC
FreeBSD ports repository
Modified files:
multimedia/dvdripMakefile
Log:
o Add dependency on multimedia/subtitleripper which will allow
subtitle handling
o Bump PORTREVISION
Revision ChangesPath
1.24 +2 -0 ports/multi
davidxu 2005-12-09 02:38:29 UTC
FreeBSD src repository
Modified files:
sys/kern uipc_mqueue.c
Log:
Comment out mqfs_create_link. Inline some small functions.
Revision ChangesPath
1.10 +4 -4 src/sys/kern/uipc_mqueue.c
_
In Message-ID: <[EMAIL PROTECTED]>
Ion-Mihai Tetcu <[EMAIL PROTECTED]> wrote:
> On Sun, 4 Dec 2005 04:15:15 + (UTC)
> Maho Nakata <[EMAIL PROTECTED]> wrote:
>
> > maho2005-12-04 04:15:15 UTC
> >
> > FreeBSD ports repository
> >
> > Modified files:
> > editors M
davidxu 2005-12-09 02:27:55 UTC
FreeBSD src repository
Modified files:
sys/kern kern_thread.c
Log:
Now SIGCHLD is always queued.
Revision ChangesPath
1.224 +4 -14 src/sys/kern/kern_thread.c
___
cvs-all@fr
lioux 2005-12-09 02:27:12 UTC
FreeBSD ports repository
Modified files:
textproc/py-xmltvMakefile distinfo
Log:
Update to 0.5.39
Revision ChangesPath
1.2 +3 -1 ports/textproc/py-xmltv/Makefile
1.3 +3 -3 ports/textproc/py-xmltv/distinfo
___
davidxu 2005-12-09 02:26:44 UTC
FreeBSD src repository
Modified files:
sys/kern kern_sig.c
Log:
Cleanup sigqueue sysctl.
Revision ChangesPath
1.317 +2 -6 src/sys/kern/kern_sig.c
___
cvs-all@freebsd.org m
mezz2005-12-09 02:19:59 UTC
FreeBSD ports repository
Modified files:
www/ruby-gtkmozembed Makefile
Log:
- Use an awsome new USE_GECKO.
- Firefox is no longer part of option, because it doesn't build with new
Firefox 1.5. So... Current, it only has Mozilla. If it works w
kuriyama2005-12-09 02:12:18 UTC
FreeBSD doc repository
Modified files:
share/sgml mirrors.xml
Log:
Correct URL for ftp3.ca.FreeBSD.org.
Revision ChangesPath
1.44 +1 -1 doc/share/sgml/mirrors.xml
___
cvs-a
ahze2005-12-09 01:39:43 UTC
FreeBSD ports repository
Modified files:
chinese/firefox-zh_CN Makefile
chinese/firefox-zh_TW Makefile
japanese/firefox-ja_JP Makefile
www/preferential-firefox Makefile
Log:
- Mark BROKEN with new firefox 1.5.
Revision Changes
On 09/12/2005, at 11:10 AM, Sam Lawrance wrote:
lawrance2005-12-09 00:10:27 UTC
FreeBSD ports repository
Modified files:
security/amavisd-new Makefile pkg-plist
security/amavisd-new/files pkg-install.in
Log:
- Create /var/amavis/var directory at install time [1]
- Instal
lawrance2005-12-09 00:10:27 UTC
FreeBSD ports repository
Modified files:
security/amavisd-new Makefile pkg-plist
security/amavisd-new/files pkg-install.in
Log:
- Create /var/amavis/var directory at install time [1]
- Install the amavisd-release script [2]
- Drop maintain
gerald 2005-12-09 00:00:50 UTC
FreeBSD ports repository
Modified files:
emulators/wine Makefile distinfo pkg-plist
Log:
Update to Wine 0.9.3.
Revision ChangesPath
1.197 +1 -1 ports/emulators/wine/Makefile
1.106 +3 -3 ports/emulators/wine/dis
ahze2005-12-08 23:58:02 UTC
FreeBSD ports repository
Modified files:
www/nvu Makefile
Log:
- Fix build in tinderbox
Revision ChangesPath
1.20 +1 -0 ports/www/nvu/Makefile
___
cvs-all@freebsd.org ma
thierry 2005-12-08 23:30:28 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
kicad --> ports/cad/kicad
Revision ChangesPath
1.13806 +1 -0 CVSROOT/modules
___
cvs-all@freebsd.org mailing
thierry 2005-12-08 23:30:13 UTC
FreeBSD ports repository
Modified files:
cad Makefile
Added files:
cad/kicadMakefile distinfo pkg-descr pkg-message
pkg-plist
cad/kicad/files patch-include__fctsys.h
lawrance2005-12-08 23:30:03 UTC
FreeBSD ports repository
Modified files:
graphics/geosMakefile
Log:
Mark broken on 4.x: C++ code does not compile.
Reported by:kris
Approved by:Konstantin Saurbier <[EMAIL PROTECTED]> (maintainer)
Revision ChangesPa
On Thu, Dec 08, 2005 at 05:42:50PM +, Hiroki Sato wrote..
> hrs 2005-12-08 17:42:50 UTC
>
> FreeBSD doc repository
>
> Modified files:
> en/news news.xml
> Log:
> Add a news item of FreeBSD Foundation's press release
> that reports the HP BladeSystem donati
pjd 2005-12-08 23:06:59 UTC
FreeBSD src repository
Modified files:
sys/geom/zerog_zero.c
Log:
- Allow to specify the byte which will be used for filling read buffer.
- Improve sysctl description a bit.
Submitted by: Ivan Voras <[EMAIL PROTECTED]>
Revisio
pjd 2005-12-08 23:00:31 UTC
FreeBSD src repository
Modified files:
sys/geom/nop g_nop.c g_nop.h
sbin/geom/class/nop geom_nop.c gnop.8
Log:
Teach NOP GEOM class how to gather the following statistics:
- number of read I/O requests,
- number of write I/O reque
ahze2005-12-08 22:55:49 UTC
FreeBSD ports repository
Modified files:
mail/thunderbird-devel Makefile
Log:
- Fix build in tinderbox
Reported by:kris via pointyhat
Revision ChangesPath
1.59 +1 -0 ports/mail/thunderbird-devel/Makefile
_
imp 2005-12-08 22:29:42 UTC
FreeBSD src repository
Modified files:
sys/dev/puc pucdata.c
Log:
Careful measurement of the ST Labs card shows that the pulse width of
transmitted bits was between 8.6180us and 8.6200us when we used a RCLK
of 16.500MHz. This is a lit
ambrisko2005-12-08 22:15:09 UTC
FreeBSD src repository
Modified files:
sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h
freebsd32_syscalls.c freebsd32_sysent.c
Log:
Regen for futimes.
Revision ChangesPath
1.46 +5 -0 src/sy
ambrisko2005-12-08 22:14:25 UTC
FreeBSD src repository
Modified files:
sys/compat/freebsd32 freebsd32_misc.c syscalls.master
Log:
Add 32bit version of futimes so untar doesn't result in bad dates
(Jan 1, 1970) when run on amd64.
Reviewed by:ps
Revision Changes
ahze2005-12-08 21:53:19 UTC
FreeBSD ports repository
Modified files:
devel/gtkmozedit Makefile
Log:
- Remove firefox support (temporally) due to build problems.
Reported by:kris via pointyhat
Revision ChangesPath
1.7 +1 -1 ports/devel/gtkmo
stefanf 2005-12-08 21:18:59 UTC
FreeBSD src repository
Modified files:
bin/sh sh.1
Log:
- Document trap's -l option and the behaviour of a missing action or a single
dash.
- Discourage the omission of the action.
PR: 70985 [1]
Submitted by:
stefanf 2005-12-08 21:00:39 UTC
FreeBSD src repository
Modified files:
bin/sh output.c
Log:
Print empty quotes ('') when an empty string is passed to outqstr().
This makes a difference for the trap builtin, where after "trap '' 0" we
printed "trap -- quit". Thi
blackend2005-12-08 20:29:41 UTC
FreeBSD doc repository
Modified files:
en_US.ISO8859-1/books/handbook/geom chapter.sgml
Log:
Add a missing ;
Revision ChangesPath
1.14 +1 -1 doc/en_US.ISO8859-1/books/handbook/geom/chapter.sgml
stefanf 2005-12-08 20:08:36 UTC
FreeBSD src repository
Modified files:
bin/sh trap.c
Log:
Correctly quote the output when showing the installed trap actions.
PR: 74043
Submitted by: Jilles Tjoelker
Revision ChangesPath
1.31 +5 -
rodrigc 2005-12-08 18:55:15 UTC
FreeBSD src repository
Modified files:
sys/i386/pci pci_cfgreg.c
Log:
Add support for 7320 and 915 PCIe chipsets.
Submitted by: Gavin Atkinson
PR: kern/79139
Reviewed by:scottl
Revision ChangesPath
1.
lesi2005-12-08 18:35:43 UTC
FreeBSD doc repository (ports committer)
Modified files:
en_US.ISO8859-1/articles/contributors contrib.additional.sgml
Log:
Fix typo in contributor's name.
Revision ChangesPath
1.494 +1 -1
doc/en_US.ISO8859-1/articles/contribu
jhb 2005-12-08 18:33:48 UTC
FreeBSD src repository
Modified files:
sys/i386/isa atpic.c
Log:
Whitespace: reduce diffs with amd64.
Revision ChangesPath
1.24 +1 -2 src/sys/i386/isa/atpic.c
___
cvs-all@fre
jhb 2005-12-08 18:33:30 UTC
FreeBSD src repository
Modified files:
sys/amd64/amd64 apic_vector.S db_trace.c intr_machdep.c
local_apic.c mp_machdep.c
sys/amd64/includeapicvar.h asmacros.h frame.h
intr_machdep.h smp.h
ariff 2005-12-08 18:02:00 UTC
FreeBSD ports repository (src committer)
Modified files:
astro/xearth/files freebsd.committers.markers
Log:
Add my marker.
Requested by: dds
Revision ChangesPath
1.272 +2 -1 ports/astro/xearth/files/freebsd.committers.
stefanf 2005-12-08 17:59:54 UTC
FreeBSD src repository
Modified files:
bin/sh sh.1
Log:
Clarify that the echo builtin takes an arbitrary number of strings.
Mention that spaces are printed between the strings.
Revision ChangesPath
1.116 +3 -4 s
On Thu, 2005-12-08 at 17:42 +, Hiroki Sato wrote:
> hrs 2005-12-08 17:42:50 UTC
>
> FreeBSD doc repository
>
> Modified files:
> en/news news.xml
> Log:
> Add a news item of FreeBSD Foundation's press release
> that reports the HP BladeSystem donation.
Nic
garga 2005-12-08 17:48:53 UTC
FreeBSD ports repository
Modified files:
editors/xemacs-packages Makefile distinfo
Log:
- Update to 13.2
PR: ports/90108
Submitted by: maintainer
Revision ChangesPath
1.52 +32 -32ports/editors/xemacs-packag
hrs 2005-12-08 17:42:50 UTC
FreeBSD doc repository
Modified files:
en/news news.xml
Log:
Add a news item of FreeBSD Foundation's press release
that reports the HP BladeSystem donation.
Based on work by: Jeremy C. Reed (reed at reedmedia dot net)
lth 2005-12-08 17:39:10 UTC
FreeBSD ports repository
Modified files:
lang/p5-List-MoreUtils Makefile distinfo
Log:
- Update to 0.17
- Add SHA256 checksum
Revision ChangesPath
1.7 +1 -1 ports/lang/p5-List-MoreUtils/Makefile
1.7 +3 -2 ports
sergei 2005-12-08 17:37:10 UTC
FreeBSD ports repository
Modified files:
shells/zsh Makefile distinfo pkg-plist
Log:
- Update to 4.2.6, the latest stable release
PR: ports/89992 [1]
Submitted by: KIMURA Yasuhiro [1],
osa (in priva
lioux 2005-12-08 17:28:03 UTC
FreeBSD ports repository
Modified files:
.UPDATING
Log:
Add information regarding update of net/py-bittorrent to version
4.2.1
Revision ChangesPath
1.252 +21 -1 ports/UPDATING
__
lioux 2005-12-08 17:27:33 UTC
FreeBSD ports repository
Modified files:
net/py-bittorrentMakefile distinfo pkg-plist
net/py-bittorrent/files extra-nogui-patch-setup.py
extra-noportdocs-setup.py
patch-BitTorrent::__ini
sergei 2005-12-08 17:27:01 UTC
FreeBSD ports repository
Modified files:
devel/bglibs Makefile distinfo pkg-plist
Log:
- Update to 1.031 (unbreaks fetching)
Revision ChangesPath
1.22 +1 -1 ports/devel/bglibs/Makefile
1.12 +6 -6 ports/deve
lioux 2005-12-08 17:25:47 UTC
FreeBSD ports repository
Modified files:
net/py-bittorrent-devel Makefile distinfo pkg-plist
net/py-bittorrent-devel/files patch-BitTorrent::defaultargs.py
Removed files:
net/py-bittorrent-devel/files patch-BitTorrentinit__.py
Log:
gerald 2005-12-08 17:22:09 UTC
FreeBSD ports repository
Modified files:
lang/gcc34 Makefile distinfo
Log:
Update to the 20051206 snapshot of GCC 3.4.6.
Revision ChangesPath
1.226 +2 -2 ports/lang/gcc34/Makefile
1.130 +15 -15ports/lang/gcc
nobutaka2005-12-08 17:01:46 UTC
FreeBSD ports repository
Modified files:
editors/emacsMakefile pkg-plist
editors/emacs/files patch-Makefile.in
Log:
- Add .info suffix to filename of info files.
- Use INFO macro.
Requested by: edwin
Revision Changes
jkoshy 2005-12-08 16:54:48 UTC
FreeBSD ports repository
Modified files:
math/ocaml-ocamlgraph Makefile distinfo pkg-plist
Log:
Upgrade to v0.95.
Revision ChangesPath
1.3 +1 -1 ports/math/ocaml-ocamlgraph/Makefile
1.3 +3 -2 ports/math/ocaml-oca
jylefort2005-12-08 16:24:32 UTC
FreeBSD ports repository
Modified files:
sysutils/bpm Makefile
Log:
Fix runtime failure by linking against libpthread (GnomeVFS needs
pthread, and bpm may use GnomeVFS via GtkFileChooser).
Revision ChangesPath
1.11 +4 -1
glebius 2005-12-08 16:11:45 UTC
FreeBSD src repository
Modified files:
sys/dev/bge if_bge.c if_bgereg.h
Log:
A big rewrite of receive Jumbo frame handling. Remove the local Jumbo
cluster allocator, that wasn't MPSAFE. Instead, utilize our new generic
UMA jumbo cluste
pav 2005-12-08 16:00:17 UTC
FreeBSD ports repository
Modified files:
x11-toolkits/p5-qt distinfo
Log:
- Fix fetching. It seems duplicate listing of single file in distinfo breaks
-S argument creation for fetch
Reported by:krismail
Revision ChangesPath
On Thu, Dec 08, 2005 at 02:02:20PM +, Volker Stolz wrote:
> vs 2005-12-08 14:02:20 UTC
>
> FreeBSD ports repository
>
> Modified files:
> devel/uppaal Makefile
> Log:
> Fix IGNORE[a]nce if distfile has not yet been downloaded
Not quite, unless you want this to b
pav 2005-12-08 15:56:22 UTC
FreeBSD ports repository
Modified files:
editors/custom-emacs Makefile pkg-descr
Log:
- Revert 1.12; do a proper fix
- Portlint
Clue provided by: kris
Revision ChangesPath
1.13 +1 -2 ports/editors/custom-emacs/Mak
vs 2005-12-08 15:33:20 UTC
FreeBSD ports repository
Modified files:
ftp/ftp4all Makefile
Log:
Deprecate: mastersite disappeared, no longer maintained by author
PR: ports/89691
Submitted by: Jean Milanez Melo
Approved by:maintainer timeout
vs 2005-12-08 15:30:39 UTC
FreeBSD ports repository
Modified files:
ftp/ftpsearchMakefile
Log:
Deprecate: mastersite disappeared, no longer maintained by author
PR: ports/89763
Submitted by: Jean Milanez Melo
Approved by:maintainer timeout
mnag2005-12-08 14:39:01 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
Remove logwatch. Added by mistake in my last commit.
Notified by:erwin
Revision ChangesPath
1.13805 +0 -1 CVSROOT/modules
___
tobez 2005-12-08 14:14:19 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
p5-Math-Matrix --> ports/math/p5-Math-Matrix
Revision ChangesPath
1.13804 +1 -0 CVSROOT/modules
___
cvs-all@
tobez 2005-12-08 14:14:07 UTC
FreeBSD ports repository
Modified files:
math Makefile
Added files:
math/p5-Math-Matrix Makefile distinfo pkg-descr pkg-plist
Log:
Add math/p5-Math-Matrix 0.4, a Perl module that performs a number of
common matrix operatio
glebius 2005-12-08 14:09:51 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
.UPDATING
Log:
MFC 1.427:
- Mention also the COMPAT_FREEBSD5 option along with COMPAT_FREEBSD4.
- Notice that 20050227 entry is also applicable to packages
glebius 2005-12-08 14:06:12 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/em if_em.c
Log:
MFC 1.91:
On the 82571 and newer chipset the ICR register is meaningful only
if the E1000_ICR_INT_ASSERTED bit is set.
Submitted by:
vs 2005-12-08 14:02:20 UTC
FreeBSD ports repository
Modified files:
devel/uppaal Makefile
Log:
Fix IGNORE[a]nce if distfile has not yet been downloaded
Revision ChangesPath
1.2 +2 -11 ports/devel/uppaal/Makefile
_
ehaupt 2005-12-08 13:53:45 UTC
FreeBSD ports repository
Modified files:
devel/cproto Makefile distinfo
Removed files:
devel/cproto/files patch-system.h
Log:
- Update to 4.7d
- Unbreak
- Remove files/patch-system.h
- Use mkstemp() instead of mktemp()
- Pa
novel 2005-12-08 13:42:17 UTC
FreeBSD ports repository
Added files:
sysutils/conky/files patch-src-freebsd.c
Log:
Fix build on arches other than i386.
Reported by:pointyhat via kris
Revision ChangesPath
1.3 +14 -0 ports/sysutils/conky/files/patch-
glebius 2005-12-08 13:33:57 UTC
FreeBSD src repository
Modified files:
sys/compat/linux linux_util.h
Log:
Suppress logging about unimplemented syscalls to one time per process. This
prevents hard flood of the system console.
Reviewed by:bde
Revision Changes
kuriyama2005-12-08 13:33:18 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
p5-IO-KQueue --> ports/devel/p5-IO-KQueue
Revision ChangesPath
1.13803 +1 -0 CVSROOT/modules
___
cvs-all@fre
kuriyama2005-12-08 13:32:56 UTC
FreeBSD ports repository
Modified files:
develMakefile
Added files:
devel/p5-IO-KQueue Makefile distinfo pkg-descr pkg-plist
Log:
Add p5-IO-KQueue 0.29, perl interface to the BSD kqueue system call.
Revision Changes
rwatson 2005-12-08 13:33:12 UTC
FreeBSD src repository
Modified files:
tools/tools/umastat umastat.c
Log:
After printing per-cpu cache contents, summarize total cached items and
entries across the caches.
Fix an off-by-one error in counting caches.
Revision Changes
oleg2005-12-08 13:31:52 UTC
FreeBSD src repository
Modified files:
sys/dev/bge if_bge.c
sys/dev/mii brgphy.c
Log:
1) fix tiny bug in bge_start_locked()
2) rework link state detection code & use it in POLLING mode
3) fix 2 bugs in link state detectio
On Thu, 8 Dec 2005, David Xu wrote:
> Daniel Eischen wrote:
> > I was going to do it in libc so it doesn't have to be done by each
> > thread library.
> >
> > But there are still aio_* syscalls that haven't been changed to have
> > compat syscalls. You did aio_read, aio_write, and lio_listion, bu
Andre Oppermann wrote:
>
> andre 2005-12-08 13:13:06 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/kern kern_mbuf.c uipc_mbuf.c
> sys/sys mbuf.h param.h
> Log:
> Add an API for jumbo mbuf cluster allocation and also provide
> 4k cluster
rwatson 2005-12-08 13:16:22 UTC
FreeBSD src repository
Modified files:
tools/tools/umastat umastat.c
Log:
Teach umastat about the variable-length array of per-CPU caches at the end
of struct uma_zone. It is declared as an array of size [1], but then
sized at run-time by UMA
andre 2005-12-08 13:13:06 UTC
FreeBSD src repository
Modified files:
sys/kern kern_mbuf.c uipc_mbuf.c
sys/sys mbuf.h param.h
Log:
Add an API for jumbo mbuf cluster allocation and also provide
4k clusters in addition to 9k and 16k ones.
stru
erwin 2005-12-08 12:52:26 UTC
FreeBSD ports repository
Modified files:
www/p5-HTML-TagCloud-Extended Makefile distinfo
Log:
Update to 0.10
Revision ChangesPath
1.2 +1 -1 ports/www/p5-HTML-TagCloud-Extended/Makefile
1.3 +3 -3 ports/www/p5-HTML
nyan2005-12-08 12:43:21 UTC
FreeBSD src repository
Modified files:
usr.sbin/sysinstall ftp.c
Log:
MACHINE is changed to "pc98" on FreeBSD/pc98.
Revision ChangesPath
1.46 +0 -6 src/usr.sbin/sysinstall/ftp.c
___
nyan2005-12-08 12:35:12 UTC
FreeBSD src repository
Modified files:
sys/pc98/include param.h
Log:
Switch MACHINE to "pc98" on FreeBSD/pc98.
Add copyright.
Approved by:FreeBSD/pc98 development team.
Revision ChangesPath
1.2 +27 -2 src/sys/pc
garga 2005-12-08 12:24:07 UTC
FreeBSD ports repository
Modified files:
editors/vim Makefile
Log:
- Register ruby and python dependency when WITH_(RUBY|PYTHON) is set
PR: ports/63018
Submitted by: KOMATSU Shinichiro <[EMAIL PROTECTED]>
Approved by
vs 2005-12-08 12:13:58 UTC
FreeBSD ports repository
Modified files:
comms/nec2c Makefile
Log:
Unbreak: Builds fine with newer GCC on 4.x
Revision ChangesPath
1.2 +1 -1 ports/comms/nec2c/Makefile
___
danfe 2005-12-08 12:12:27 UTC
FreeBSD ports repository
Modified files:
games/nexuiz Makefile distinfo
Log:
- Quote NO_PACKAGE message per portlint(1)
- Add SHA256 hash while here
Revision ChangesPath
1.5 +1 -1 ports/games/nexuiz/Makefile
1.4
vs 2005-12-08 12:08:49 UTC
FreeBSD ports repository
Modified files:
graphics/corona Makefile
Log:
Unbreak: USE_GCC=3.4+ on 4.x
Revision ChangesPath
1.4 +1 -1 ports/graphics/corona/Makefile
___
cvs-all@fr
danfe 2005-12-08 12:06:06 UTC
FreeBSD ports repository
Modified files:
games/quake3-ra3 Makefile
games/quake3-wfa Makefile
Log:
Stop building packages for these huge ports (both over 100MB).
Approved by:maintainer timeout
Revision ChangesPath
1
danfe 2005-12-08 11:56:35 UTC
FreeBSD ports repository
Modified files:
chinese/wangttf Makefile
Log:
Do not package this huge port, save the mirror traffic.
Revision ChangesPath
1.17 +2 -0 ports/chinese/wangttf/Makefile
___
erwin 2005-12-08 11:22:00 UTC
FreeBSD ports repository
Modified files:
www/p5-Bundle-Catalyst Makefile
Log:
Bundle::Catalyst has been replaced by Task::Catalyst. Mark for
deprecation in two months.
Submitted by: Lars Balker Rasmussen <[EMAIL PROTECTED]> (maintainer)
1 - 100 of 116 matches
Mail list logo