Gah, they have me using spaces at my new job, so I keep switching back and
forth at inopportune times.
Good catch... kinda scary that you noticed so quickly, though...
Mike "Silby" Silbersack
On Fri, 29 Sep 2006, Maxim Konovalov wrote:
maxim 2006-09-29 06:46:31 UTC
FreeBSD src repo
maxim 2006-09-29 06:46:31 UTC
FreeBSD src repository
Modified files:
sys/netinet tcp_subr.c
Log:
o Convert w/spaces to tabs in the previous commit.
Revision ChangesPath
1.264 +3 -3 src/sys/netinet/tcp_subr.c
silby 2006-09-29 06:24:26 UTC
FreeBSD src repository
Modified files:
sys/netinet tcp_subr.c
Log:
Rather than autoscaling the number of TIME_WAIT sockets to maxsockets / 5,
scale it to min(ephemeral port range / 2, maxsockets / 5) so that people
with large gobs of m
delphij 2006-09-29 06:17:51 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
.ObsoleteFiles.inc
Log:
MFC 1.52: Remove 120.clean-kvmdb.
Approved by:re (kensmith)
Revision ChangesPath
1.25.2.6 +2 -0 src/ObsoleteFile
marck 2006-09-29 06:13:20 UTC
FreeBSD src repository (doc committer)
Modified files:(Branch: RELENG_6)
usr.bin/chpass chpass.c
Log:
MFC rev 1.28:
Fix bug introduced in rev 1.23:
pw_equal does not check crypted password field, so one cannot change
delphij 2006-09-29 06:12:18 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sbin/newfs mkfs.c
Log:
MFC 1.90-1.91: Don't treat failure to find the operator GID as a fatal
error; this made it impossible to use newfs (and mdmfs) when /etc/group
is
ru 2006-09-29 06:06:39 UTC
FreeBSD src repository
Modified files:
bin/cp cp.c
Log:
Move the -l option processing to where it belongs.
Overall still not kosher but better matches style(9).
Revision ChangesPath
1.55 +4 -4 src/bin/cp/cp.c
_
kris2006-09-29 05:40:00 UTC
FreeBSD ports repository
Modified files:
misc/instant-workstation Makefile
Log:
Correct emacs dependency
Pointy hat to: kris
Submitted by: cperciva
Revision ChangesPath
1.32 +1 -1 ports/misc/instant-workstation/Makef
alc 2006-09-29 04:51:16 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/vm vm_page.c
Log:
MFC revisions 1.313 and 1.328:
When the VM needs to allocated physical memory pages (for non interrupt use)
and it has not plenty of free pa
luoqi 2006-09-29 04:41:37 UTC
FreeBSD src repository
Modified files:
usr.bin/su su.c
Log:
Do not chdir(2) until after setuid(2), otherwise "su - username" would fail
when root doesn't have the permission to enter target user's home directory.
If set, PAM environme
alc 2006-09-29 04:37:23 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/vm vm_object.c
Log:
MFC revision 1.358:
Lock the vm_object while checking its type to see if it is a vnode-backed
object that requires Giant in vm_object_deall
suz 2006-09-29 04:24:50 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/net if_loop.c
Log:
MFC Rev 1.111
(fixed a bug that local IPv6 traffic (to an address configured on an
interface other than lo0) does not show up properly on an
suz 2006-09-29 04:22:38 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netinet6 in6.c
Log:
MFC Rev. 1.64
(fixed a bug that IPv6 packets arriving to stf are not accepted)
Approved by: re (kensmith)
Revision ChangesPath
1.5
kris2006-09-29 04:16:19 UTC
FreeBSD ports repository
Modified files:
misc/instant-workstation Makefile
Log:
Switch to emacs21 which is buildable on amd64
Revision ChangesPath
1.31 +1 -1 ports/misc/instant-workstation/Makefile
clsung 2006-09-29 04:06:11 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
gmap --> ports/biology/gmap
Revision ChangesPath
1.16303 +1 -0 CVSROOT/modules
___
cvs-all@freebsd.org maili
clsung 2006-09-29 04:05:55 UTC
FreeBSD ports repository
Modified files:
biology Makefile
Added files:
biology/gmap Makefile distinfo pkg-descr pkg-plist
biology/gmap/files extra-patch-src-genome.c
extra-patch-src-indexdb.c
julian 2006-09-29 04:00:28 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
bin/cp cp.1 cp.c extern.h utils.c
Log:
MFC: cp.1 1.34,1.35
MFC: utils.c 1.47,1.48,1.49
MFC: extern.h 1.21
MFC: cp.c 1.54
Add an option to allow copying of a hier
clsung 2006-09-29 03:45:40 UTC
FreeBSD ports repository
Modified files:
mail/mailrep Makefile
Log:
- change MASTER_SITE
PR: ports/103796
Submitted by: maintainer (Marcelo Araujo)
Revision ChangesPath
1.3 +1 -1 ports/mail/mailre
brooks 2006-09-29 03:07:41 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sbin/dhclientbpf.c
Log:
MFC rev 1.7
It is possible for bpf to return a length such that:
length != BPF_WORDALIGN(length)
This meeans that it is pos
ijliao 2006-09-29 02:32:36 UTC
FreeBSD ports repository
Modified files:
devel/stlportMakefile
Log:
add more master sites
Revision ChangesPath
1.40 +2 -1 ports/devel/stlport/Makefile
___
cvs-all@freebsd.org
scrappy 2006-09-29 02:24:55 UTC
FreeBSD ports repository
Modified files:
sysutils/bsdstatsMakefile
sysutils/bsdstats/files 300.statistics
Log:
Various changes to address some major issues ...
See -questions for more details ...
Revision ChangesPath
1.31
kris2006-09-29 02:00:57 UTC
FreeBSD ports repository
Modified files:
textproc/xt Makefile
Log:
Remove ONLY_FOR_ARCHS, let the java ports decide which arches they
run on
Revision ChangesPath
1.22 +0 -1 ports/textproc/xt/Makefile
___
obrien 2006-09-29 01:56:01 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
gnu/usr.bin/cc/cc_tools Makefile
Log:
MFC: add some preliminary ARM support
Approved by:re(KEN)
Revision ChangesPath
1.81.2.2 +10 -0 src/gnu/usr.bin/cc/cc_to
obrien 2006-09-29 01:54:09 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
gnu/usr.bin/cc/cc_tools auto-host.h
Log:
MFC: rev 1.19: change platform name.
Approved by:re(KEN)
Revision ChangesPath
1.18.8.1 +1 -1 src/gnu/usr.bin/cc/cc_
obrien 2006-09-29 01:50:03 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
gnu/usr.bin/cc Makefile.tgt
gnu/usr.bin/cc/cc_int Makefile
Log:
MFC: default to big endian ARM if "TARGET_BIG_ENDIAN" is defined.
Approved by:re(KEN)
Revision
obrien 2006-09-29 01:44:25 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
gnu/usr.bin/cc/cpp Makefile
Log:
MFC: rev 1.25: remove redundant defines alerady set.
Approved by:re(KEN)
Revision ChangesPath
1.24.8.2 +0 -3 src/gnu/usr.
kris2006-09-29 01:36:31 UTC
FreeBSD ports repository
Modified files:
security/md4coll Makefile
Log:
Builds on amd64
Revision ChangesPath
1.2 +0 -2 ports/security/md4coll/Makefile
___
cvs-all@freebsd.org ma
kris2006-09-29 01:34:12 UTC
FreeBSD ports repository
Modified files:
multimedia/nxtvepg Makefile
Log:
Flip over to NOT_FOR_ARCHS=sparc64
Revision ChangesPath
1.12 +1 -1 ports/multimedia/nxtvepg/Makefile
___
c
kris2006-09-29 01:30:58 UTC
FreeBSD ports repository
Modified files:
multimedia/dtv Makefile
Log:
Flip over to NOT_FOR_ARCHS=sparc64 which does not have bktr support
Revision ChangesPath
1.8 +1 -1 ports/multimedia/dtv/Makefile
obrien 2006-09-29 01:30:37 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
gnu/usr.bin/cc/cc_tools Makefile
Log:
Whitespace sync with HEAD.
Approved by:re(ken)
Revision ChangesPath
1.81.2.1 +2 -3 src/gnu/usr.bin/cc/cc_tools/Makefil
kris2006-09-29 01:13:52 UTC
FreeBSD ports repository
Modified files:
audio/wavplayMakefile
Log:
Builds on amd64, assuming elsewhere
Revision ChangesPath
1.13 +0 -2 ports/audio/wavplay/Makefile
___
cvs-a
kris2006-09-29 01:11:21 UTC
FreeBSD ports repository
Modified files:
multimedia/camserv Makefile
Log:
Builds on amd64, assuming elsewhere too
Revision ChangesPath
1.25 +0 -2 ports/multimedia/camserv/Makefile
kris2006-09-29 01:05:59 UTC
FreeBSD ports repository
Modified files:
multimedia/bsdbktr_tvtune Makefile
Log:
Also builds on amd64
Revision ChangesPath
1.6 +1 -1 ports/multimedia/bsdbktr_tvtune/Makefile
___
cvs
clsung 2006-09-29 01:01:13 UTC
FreeBSD ports repository
Modified files:
mail/p5-IMAP-Client Makefile distinfo
Log:
- Update to 0.13
Revision ChangesPath
1.4 +1 -3 ports/mail/p5-IMAP-Client/Makefile
1.3 +3 -3 ports/mail/p5-IMAP-Client/distinfo
kris2006-09-29 00:56:18 UTC
FreeBSD ports repository
Modified files:
multimedia/libdivxdecore Makefile
Log:
Now builds on amd64, assuming it's fixed elsewhere too
Revision ChangesPath
1.16 +0 -1 ports/multimedia/libdivxdecore/Makefile
___
clsung 2006-09-29 00:47:33 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
p5-Thread-Apartment --> ports/devel/p5-Thread-Apartment
Revision ChangesPath
1.16302 +1 -0 CVSROOT/modules
_
clsung 2006-09-29 00:47:10 UTC
FreeBSD ports repository
Modified files:
develMakefile
Added files:
devel/p5-Thread-Apartment Makefile distinfo pkg-descr
pkg-plist
Log:
Add p5-Thread-Apartment 0.51, apartment threading wrapper
On Sun, Sep 24, 2006 at 08:52:52PM -0400, Kris Kennaway wrote:
> On Mon, Sep 25, 2006 at 12:47:40AM +, Mario Sergio Fujikawa Ferreira
> wrote:
> > lioux 2006-09-25 00:47:40 UTC
> >
> > FreeBSD ports repository
> >
> > Modified files:
> > multimedia/ffmpeg-devel Makefile
> >
clsung 2006-09-29 00:38:59 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
p5-Net-ACL --> ports/net-mgmt/p5-Net-ACL
Revision ChangesPath
1.16301 +1 -0 CVSROOT/modules
___
cvs-all@free
clsung 2006-09-29 00:38:41 UTC
FreeBSD ports repository
Modified files:
net-mgmt Makefile
Added files:
net-mgmt/p5-Net-ACL Makefile distinfo pkg-descr pkg-plist
Log:
Add p5-Net-ACL 0.07, class representing a generic access-list/route-map.
PR:
kensmith2006-09-29 00:20:56 UTC
FreeBSD src repository
Modified files:
sys/vm vm_page.c
Log:
Fix two minor style(9) nits in v1.313 which were noticed during an
MFC review. alc@ will be MFCing V1.313 plus style fix to RELENG_6.
Revision ChangesPath
1.3
lioux 2006-09-28 23:11:52 UTC
FreeBSD ports repository
Modified files:
net-p2p/mldonkey Makefile distinfo pkg-descr pkg-plist
net-p2p/mldonkey/files patch-Makefile
Added files:
net-p2p/mldonkey/files mlnet.in
patch-src__utils__lib__stubs_c
lioux 2006-09-28 22:58:30 UTC
FreeBSD ports repository
Modified files:
net-p2p/mldonkey-devel Makefile pkg-plist
Log:
o Fix graphics/gd dependency
o Bump PORTREVISION
PR: 103410
Submitted by: Marcin Wisnicki <[EMAIL PROTECTED]>
Revision ChangesP
clsung 2006-09-28 22:49:01 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
p5-Term-VT102 --> ports/devel/p5-Term-VT102
Revision ChangesPath
1.16300 +1 -0 CVSROOT/modules
___
cvs-all@f
clsung 2006-09-28 22:48:42 UTC
FreeBSD ports repository
Modified files:
develMakefile
Added files:
devel/p5-Term-VT102 Makefile distinfo pkg-descr pkg-plist
Log:
Add p5-Term-VT102 0.82, a class to emulate a DEC VT102 terminal.
PR: ports/1
joerg 2006-09-28 22:13:24 UTC
FreeBSD ports repository
Modified files:
devel/avr-libc Makefile
Added files:
devel/avr-libc/files patch-binutils2.17
Log:
Add a workaround for binutils-2.17's pickyness about copying an empty
section in [avr-]objcopy, until a new ve
bms 2006-09-28 22:05:32 UTC
FreeBSD ports repository (src committer)
Modified files:
.modules
Log:
mtrace --> ports/net-mgmt/mtrace
Revision ChangesPath
1.16299 +1 -0 CVSROOT/modules
___
cvs-
bms 2006-09-28 22:04:54 UTC
FreeBSD ports repository (src committer)
Modified files:
net-mgmt Makefile
Added files:
net-mgmt/mtrace Makefile distinfo pkg-descr
net-mgmt/mtrace/files patch-Makefile patch-mtrace.c
Log:
Add new port of mtrace, multic
mezz2006-09-28 21:56:27 UTC
FreeBSD ports repository
Modified files:
net-p2p/linuxdcppMakefile distinfo
Log:
Update it to the lastest version of CVS, at 2006-09-27 in changelog. See in
the changelog for details:
http://tinyurl.com/b3myl
Revision Chang
mezz2006-09-28 21:56:01 UTC
FreeBSD ports repository
Modified files:
finance/homebank Makefile distinfo pkg-plist
Added files:
finance/homebank/files patch-po_fr.po patch-src__rep_stats.c
Removed files:
finance/homebank/files patch-fix_warnings
Log:
Update t
joerg 2006-09-28 21:49:57 UTC
FreeBSD ports repository
Modified files:
devel/avr-binutils Makefile pkg-descr
Log:
Update the description to match the reality:
. we are based on binutils-2.17 now
. most of the AVRs are now supported by the stock distribution of
binu
joerg 2006-09-28 21:44:52 UTC
FreeBSD ports repository
Modified files:
devel/avr-gcc-devel Makefile
devel/avr-gcc-devel/files patch-dwarf patch-zz-atmega256x
Log:
Fix the COMMENT to tell this is GCC 4.x rather than 3.x. Pointed out
by Simon Barner.
Revert the defa
bms 2006-09-28 21:29:29 UTC
FreeBSD ports repository (src committer)
Modified files:
.modules
Log:
mrouted --> ports/net/mrouted
Revision ChangesPath
1.16298 +1 -0 CVSROOT/modules
___
cvs-all
bms 2006-09-28 21:29:10 UTC
FreeBSD ports repository (src committer)
Modified files:
net Makefile
Added files:
net/mrouted Makefile distinfo pkg-descr
net/mrouted/filesmrouted.in patch-Makefile patch-main.c
Log:
Add new port of mroute
matteo 2006-09-28 21:22:21 UTC
FreeBSD src repository
Modified files:
usr.bin/tftp tftp.c
Log:
Set txrx_error to 1 when we reach abort. This makes the program correctly set
the exit code.
The PR has further details on this.
PR: bin/103206
Submitted
bsam2006-09-28 21:19:50 UTC
FreeBSD ports repository
Modified files:
dns/mdnsdMakefile pkg-plist
Added files:
dns/mdnsd/files patch-1035.c patch-Makefile patch-mdnsd.c
patch-mhttp.c patch-mquery.c
patch-sd
julian 2006-09-28 21:09:10 UTC
FreeBSD src repository
Added files: (Branch: RELENG_6)
tools/tools/tinybsd CHANGES README tinybsd
tools/tools/tinybsd/conf/bridge TINYBSD tinybsd.basefiles
tools/tools/tinybsd/conf/bridge/etc fstab rc.conf sysctl.conf
tools/too
danger 2006-09-28 20:51:00 UTC
FreeBSD src repository (doc committer)
Modified files:(Branch: RELENG_6)
sbin/mount mount.8
Log:
Re-word the description of the "async" flag.
Suggested by: Milos Vyletel ([EMAIL PROTECTED])
Approved by: re (bmah), keramida
danger 2006-09-28 20:37:38 UTC
FreeBSD src repository (doc committer)
Modified files:(Branch: RELENG_6)
usr.bin/su su.1
Log:
remove reference to nonexistent pam(8) manual page.
Approved by: re (bmah), keramida (mentor)
Revision ChangesPath
1.36
dinoex 2006-09-28 20:07:18 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
emacs.app --> ports/editors/emacs.app
Revision ChangesPath
1.16297 +1 -0 CVSROOT/modules
___
cvs-all@freebsd
dinoex 2006-09-28 20:06:41 UTC
FreeBSD ports repository
Modified files:
editors Makefile
Added files:
editors/emacs.appMakefile distinfo pkg-descr pkg-plist
Log:
This is GNU Emacs ported to OS X and GNUstep, based on the earlier
Rhapsody, OPENSTEP, and
jhb 2006-09-28 19:42:10 UTC
FreeBSD src repository
Modified files:
sys/boot/i386/btx/btx btx.S
Log:
Tweak the code to handle intercepting BIOS calls to int 0x15 to shave
another 16 bytes off of BTX (and thus boot2):
- Compare against the value of %eax that is saved on the
jhb 2006-09-28 19:38:02 UTC
FreeBSD src repository
Modified files:
sys/boot/i386/btx/btx btx.S
Log:
Optimize the int 15/87 handler for space to shave another 16 bytes off of
BTX (and thus boot2):
- Don't bother saving %eax, %ebx, or %ecx as it is not necessary.
- Use a
simon 2006-09-28 19:24:33 UTC
FreeBSD doc repository
Modified files:
en/donations wantlist.sgml
Log:
Remove my request for PC133 memory - lawrance is going to send me some.
Revision ChangesPath
1.417 +1 -9 www/en/donations/wantlist.sgml
dinoex 2006-09-28 19:18:36 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
paje --> ports/science/paje
Revision ChangesPath
1.16296 +1 -0 CVSROOT/modules
___
cvs-all@freebsd.org maili
dinoex 2006-09-28 19:17:57 UTC
FreeBSD ports repository
Modified files:
science Makefile
Added files:
science/paje Makefile distinfo pkg-descr pkg-plist
science/paje/files patch-DrawView+Drawing.m
Log:
Paje is a graphical tool that displays tra
dinoex 2006-09-28 19:15:54 UTC
FreeBSD ports repository
Modified files:
Mk bsd.gnustep.mk
Log:
- new option USE_GNUSTEP_MAKE=yes
for custom build and install targets
Revision ChangesPath
1.30 +6 -3 ports/Mk/bsd.gnustep.mk
___
wilko 2006-09-28 19:13:26 UTC
FreeBSD doc repository
Modified files:
en/donations donors.sgml
Log:
markm has received the Geode based appliance that Paul Ghering shipped him.
Revision ChangesPath
1.330 +2 -2 www/en/donations/donors.sgml
jhb 2006-09-28 19:07:13 UTC
FreeBSD src repository
Modified files:
sys/boot/i386/libi386 biossmap.c
sys/boot/i386/loader help.i386
Log:
Add an 'smap' command that dumps out the BIOS SMAP.
MFC after: 1 week
Revision ChangesPath
1.5 +15 -0 s
jhb 2006-09-28 19:06:20 UTC
FreeBSD src repository
Modified files:
sys/boot/common merge_help.awk
Log:
Ignore a sub-topic match if it is inside the command description.
Otherwise, merge-help can get confused by a command description that
includes a word that starts w
acm 2006-09-28 18:58:13 UTC
FreeBSD ports repository
Modified files:
games/el-dataMakefile distinfo
Log:
- Update the distinfo file. One file was rerolled because it needs a server
section update on el.ini file
- Bump PORTREVISION
Reported by:kris
Obt
On Thursday 28 September 2006 12:21, Ruslan Ermilov wrote:
> > Are there any others outside of SES? How many? If it's a small list, then
> > let's fix them. The SES ones are broken as an API anyway as mentioned
> > above,
> > and if other ioctl's are copying out a variable amount of data w/o
kensmith2006-09-28 18:35:26 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
usr.sbin/pkg_install/add main.c
Log:
Partial MFC of v1.69 - adding info for 5.5-REL.
Approved by:re (hrs)
Revision ChangesPath
1.61.2.8 +1 -0 src/usr.sbin/p
rwatson 2006-09-28 18:27:01 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/sys copyright.h
sys/kern init_main.c
Log:
Merge init_main.c:1.266, 1.267, copyright.h:1.22, 1.23 from HEAD to
RELENG_6:
Add "FreeBSD" tradem
scrappy 2006-09-28 18:21:51 UTC
FreeBSD ports repository
Modified files:
sysutils/bsdstatsMakefile
sysutils/bsdstats/files 300.statistics
Log:
Add a network connectivity check using dns
Revision ChangesPath
1.30 +1 -1 ports/sysutils/bsdstats/Makefil
On Thu, Sep 28, 2006 at 05:50:48PM +0100, Ceri Davies wrote:
> On Thu, Sep 28, 2006 at 12:46:45PM -0400, Kris Kennaway wrote:
> > On Thu, Sep 28, 2006 at 01:00:51PM +, Bruce M Simpson wrote:
> > > bms 2006-09-28 13:00:51 UTC
> > >
> > > FreeBSD src repository
> > >
> > > Modified
andre 2006-09-28 18:02:46 UTC
FreeBSD src repository
Modified files:
sys/netinet tcp_output.c
Log:
When tcp_output() receives an error upon sending a packet it reverts parts
of its internal state to ignore the failed send and try again a bit later.
If the error is
scrappy 2006-09-28 18:00:04 UTC
FreeBSD ports repository
Modified files:
sysutils/bsdstatsMakefile
sysutils/bsdstats/files 300.statistics
Log:
fix the code a bit to allow for setting the checkin_server to something
different ... instructions soon to follow on web site
ariff 2006-09-28 17:29:00 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pcmac97.c ac97_patch.c ac97_patch.h
channel.c mixer.c mixer.h sound.h
sys/dev/sound/usbuaudio_pcm.c
Log:
Various fixups, especially for the upcomming High D
Robert Watson wrote:
It's pretty clear that if we're going to take the hypervisor + dynamic
reconfiguration thing seriously, we need a structured notion of adding
and removing CPUs from the active CPU pool, including things like event
handlers so that subsystems can shut down operations on the
pav 2006-09-28 17:20:59 UTC
FreeBSD ports repository
Modified files:
www/moinmoin Makefile distinfo pkg-plist
Added files:
www/moinmoin/files patch-MoinMoin-request.py
Log:
- Update to 1.5.5a
- Readd the underlay into the static plist
PR: p
pav 2006-09-28 17:12:19 UTC
FreeBSD ports repository
Modified files:
math/cvclMakefile
Added files:
math/cvcl/files patch-configure
Log:
- Fix build on amd64
- Respect CXXFLAGS
PR: ports/103768
Submitted by: Li-Wen Hsu <[EMAIL PR
pav 2006-09-28 17:01:46 UTC
FreeBSD ports repository
Modified files:
x11-fm/gnome-commander2 Makefile distinfo pkg-plist
Removed files:
x11-fm/gnome-commander2/files patch-configure
patch-src::gnome-cmd-dir-indicator.c
Log:
- Update t
pav 2006-09-28 16:51:05 UTC
FreeBSD ports repository
Modified files:
www/zope3Makefile distinfo pkg-plist
www/zope3/files patch-Zope-zopeskel-etc-zdaemon.conf.in
patch-Zope-zopeskel-etc-zope.conf.in
Log:
- Update to 3.3.0
P
On Thu, Sep 28, 2006 at 12:46:45PM -0400, Kris Kennaway wrote:
> On Thu, Sep 28, 2006 at 01:00:51PM +, Bruce M Simpson wrote:
> > bms 2006-09-28 13:00:51 UTC
> >
> > FreeBSD src repository
> >
> > Modified files:
> > .UPDATING
> > Log:
> > Note the rem
On Thu, Sep 28, 2006 at 01:00:51PM +, Bruce M Simpson wrote:
> bms 2006-09-28 13:00:51 UTC
>
> FreeBSD src repository
>
> Modified files:
> .UPDATING
> Log:
> Note the removal of tcpslice
Also add to ObsoleteFiles.inc?
Kris
pgpqGmgeI5bjF.pgp
Descri
pav 2006-09-28 16:39:42 UTC
FreeBSD ports repository
Modified files:
sysutils/fusefs-kmod Makefile
sysutils/fusefs-kmod/files patch-fuse_module_fuse.c
Added files:
sysutils/fusefs-kmod/files patch-fuse_module_fuse_subr.c
Log:
- Fix a bug in the initialization of a
pav 2006-09-28 16:31:06 UTC
FreeBSD ports repository
Modified files:
comms/kermit/files patch-ck__crp.c
Log:
- Fix build with gcc41
PR: ports/103748
Submitted by: trasz <[EMAIL PROTECTED]>
Revision ChangesPath
1.2 +12 -1 ports/comm
jhb 2006-09-28 16:30:36 UTC
FreeBSD src repository
Modified files:
sys/boot/i386/btx/btx btx.S
Log:
A couple of simple tweaks that trim BTX by 6 bytes. Since BTX is
16-byte aligned within boot2 however, this actually trims boot2 by 16
bytes.
Revision ChangesPat
vanilla 2006-09-28 16:25:09 UTC
FreeBSD ports repository
Modified files:
irc/irssiMakefile
Log:
set themes option default value.
Submitted by: Liuyh <[EMAIL PROTECTED]>
Revision ChangesPath
1.94 +1 -1 ports/irc/irssi/Makefile
_
On Thu, Sep 28, 2006 at 10:56:27AM -0400, John Baldwin wrote:
> On Wednesday 27 September 2006 18:12, Ruslan Ermilov wrote:
> > There are some _IO() ioctls that pass a pointer to variable sized data,
> > and their ioctl handlers to uiocopy'ing rather than ioctl(). See
> > sys/cam/scsi/scsi_ses.c,
pav 2006-09-28 16:16:12 UTC
FreeBSD doc repository
Modified files:
en/platforms/amd64 motherboards.sgml
Log:
Add entry for Asus K8N4-E
PR: www/103695
Submitted by: Marcin <[EMAIL PROTECTED]>
Revision ChangesPath
1.97 +9 -1 www/en/p
roberto 2006-09-28 16:02:34 UTC
FreeBSD src repository
Modified files:(Branch: DMILLS)
contrib/ntp/include ntp_stdlib.h ntpd.h
Log:
Fix compilation with gcc 4.1. This is imported on the vendor branch as it
was applied in the mainstream source and a later complete impo
ume 2006-09-28 16:01:53 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_5)
usr.sbin/ppp server.c
Log:
MFC 1.44: Listen to a control socket on an IPv4 as well through
an IPv4-mapped IPv6 address.
Revision ChangesPath
1.42.8.2 +7 -0
ume 2006-09-28 15:57:10 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
usr.sbin/ppp server.c
Log:
MFC 1.44: Listen to a control socket on an IPv4 as well through
an IPv4-mapped IPv6 address.
Approved by:re (kensmith)
Revision Cha
bmah2006-09-28 15:49:13 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_4)
release/doc/en_US.ISO8859-1/relnotes/common new.sgml
Log:
MFC: SA-06:21.gzip, SA-06:23.openssl.
RevisionChangesPath
1.22.2.438 +11 -0
src/release/doc/en_US.ISO88
bmah2006-09-28 15:45:25 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_5)
release/doc/en_US.ISO8859-1/relnotes/common new.sgml
Log:
MFC: SA-06:21.gzip, SA-06:23.openssl.
RevisionChangesPath
1.761.2.69 +11 -0
src/release/doc/en_US.ISO88
bmah2006-09-28 15:42:03 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
release/doc/en_US.ISO8859-1/relnotes/common new.sgml
Log:
MFC: SA-06:21.gzip, SA-06:23.openssl.
Approved by:re (implicitly)
RevisionChangesPath
1.883.2.43 +1
bmah2006-09-28 15:36:59 UTC
FreeBSD src repository
Modified files:
release/doc/en_US.ISO8859-1/relnotes/common new.sgml
Log:
New release notes: SA-06:21.gzip, SA-06:23.openssl.
Revision ChangesPath
1.977 +11 -0 src/release/doc/en_US.ISO8859-1/relnotes/com
dinoex 2006-09-28 15:24:41 UTC
FreeBSD ports repository
Modified files:
security/openssl Makefile distinfo
Log:
- Security update to 0.9.7l
- Security update to 0.9.8d
Security: http://www.openssl.org/news/secadv_20060928.txt
Security: CVE-2006-2937
Security: CVE-200
1 - 100 of 156 matches
Mail list logo