ps 2006-03-06 08:42:07 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/kern kern_malloc.c
Log:
MFC: rev 1.153
Fix bug in malloc_uninit():
Releasing items from the mt_zone can not be done by a simple
uma_zfree() call since mt_zone is
On Mon, Mar 06, 2006 at 02:28:41AM +, Andrew Thompson wrote:
> thompsa 2006-03-06 02:28:41 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/net bridgestp.c if_bridgevar.h
> Log:
> If we miss the LINK_UP event from the network interface then the bridge por
matteo 2006-03-06 10:07:52 UTC
FreeBSD src repository
Modified files:
usr.sbin/rpcbind Makefile
Log:
Don't build IPv6 support if NO_INET6 was defined
PR: kern/73865
Submitted by: Jeremy Chadwick <[EMAIL PROTECTED]>
MFC after: 3 days
Revision
trhodes 2006-03-06 10:12:14 UTC
FreeBSD src repository
Modified files:
bin/chflags chflags.1
Log:
Slightly better markup.
Discussed with: ru
Revision ChangesPath
1.27 +8 -8 src/bin/chflags/chflags.1
_
tobez 2006-03-06 10:14:39 UTC
FreeBSD ports repository
Modified files:
lang/eperl Makefile pkg-plist
Log:
Fix PerlIO-related coredump. While at it, use EXAMPLESDIR throughout.
Bump PORTREVISION.
PR: 93981
Submitted by: Matthias Meyser <[EMAIL P
tobez 2006-03-06 10:15:34 UTC
FreeBSD ports repository
Added files:
lang/eperl/files patch-eperl_perl5.h
Log:
Add forgotten patch for the previous commit:
Fix PerlIO-related coredump. While at it, use EXAMPLESDIR throughout.
Bump PORTREVISION.
PR: 9
pjd 2006-03-06 10:36:33 UTC
FreeBSD src repository
Modified files:
usr.sbin/syslogd syslogd.8 syslogd.c
Log:
By default (for security reasons) syslogd(8) doesn't create log files
when they don't exist, but sometimes its quite useful (eg. we use
non-standard log files
garga 2006-03-06 10:38:45 UTC
FreeBSD ports repository
Modified files:
converters/ytnef Makefile
Log:
Add missing RUN_DEPENDS
Submitted by: maintainer by email
Reported by:Derek <[EMAIL PROTECTED]>
Approved by:portmgr (erwin)
Revision ChangesPat
ps 2006-03-06 10:56:43 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/kern vfs_syscalls.c
sys/compat/freebsd32 freebsd32_misc.c
Log:
MFC:
Don't truncate f_mntfromname & f_mntonname to 16 characters when
translating statfs into o
yar 2006-03-06 11:17:50 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
.Makefile
Log:
MFC rev. 1.326:
Do not discard the current value of __MAKE_CONF when testing
whether MAKEOBJDIRPREFIX is set at a wrong place.
Appro
garga 2006-03-06 11:22:00 UTC
FreeBSD ports repository
Modified files:
converters/ytnef Makefile
Log:
Bump PORTREVISION dur to last commit
Noted by: kris
Approved by:portmgr (kris)
Revision ChangesPath
1.3 +1 -0 ports/converters/ytnef
yar 2006-03-06 11:22:53 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_5)
.Makefile
Log:
MFC rev. 1.326:
Do not discard the current value of __MAKE_CONF when testing
whether MAKEOBJDIRPREFIX is set at a wrong place.
Appro
marius 2006-03-06 12:15:26 UTC
FreeBSD ports repository (src committer)
Modified files:
security/vuxml vuln.xml
Log:
Add the ssh2-nox11 slave port to the list of ports affected by
VID 594ad3c5-a39b-11da-926c-0800209adf0e.
Prodded by: Dmitry Pryanishnikov <[EMAIL
yar 2006-03-06 12:26:43 UTC
FreeBSD src repository
Modified files:
lib/libpam/modules/pam_login_access login.access.5
Log:
Sync with src/usr.bin/login/login.access.5.
src/usr.bin/login/login.access.5 should be removed from use
because the whole login.access feature has
yar 2006-03-06 12:31:25 UTC
FreeBSD src repository
Modified files:
usr.bin/loginMakefile
lib/libpam/modules/pam_login_access Makefile
Log:
Since the whole login.access feature has moved to PAM,
login.access.5 will be installed from the respective PAM
module's
yar 2006-03-06 12:38:42 UTC
FreeBSD src repository
Modified files:
usr.bin/loginpathnames.h
Log:
login(1) no longer handles /etc/login.access by itself,
it's PAM's job.
MFC after: 3 days
Revision ChangesPath
1.6 +0 -1 src/usr.bin/log
yar 2006-03-06 12:54:03 UTC
FreeBSD src repository
Removed files:
usr.bin/loginlogin.access.5 login_access.c
Log:
login.access.5 and login_access.c are no longer used
in usr.bin/login because the login.access feature has
moved to PAM completely.
Their counter
yar 2006-03-06 12:56:35 UTC
FreeBSD src repository
Modified files:
usr.bin/loginREADME
Log:
Remove the last reference to LOGIN_ACCESS from login(1).
MFC after: 3 days
Revision ChangesPath
1.5 +4 -3 src/usr.bin/login/README
markus 2006-03-06 13:05:51 UTC
FreeBSD src repository (ports committer)
Modified files:
share/man/man4 sysmouse.4
Log:
s/MOUSE_BUTTONEVENT/MOUSE_BUTTON_EVENT/g
s/MOUSE_MOTIONEVENT/MOUSE_MOTION_EVENT/g
Approved by:brueffer
MFC after: 3 days
Revision
yar 2006-03-06 13:07:17 UTC
FreeBSD src repository
Modified files:
usr.bin/loginlogin.1
Log:
Managing login.access is no longer a responsibility of login(1).
Therefore give a xref, not details.
MFC after: 3 days
Revision ChangesPath
1.30 +
yar 2006-03-06 13:15:12 UTC
FreeBSD src repository
Modified files:
lib/libpam/modules/pam_login_access login.access.5
pam_login_access.8
Log:
Add appropriate xrefs.
MFC after: 3 days
Revision ChangesPath
1.15
nork2006-03-06 13:26:00 UTC
FreeBSD ports repository
Modified files:
graphics/gimpshopMakefile pkg-plist
Log:
Conversion to a single libtool environment.
Approved by:portmgr (erwin)
Revision ChangesPath
1.191 +1 -1 ports/graphics/gimpshop/Mak
On Sat, Mar 04, 2006 at 09:10:31PM +, Dirk Meyer wrote:
> dinoex 2006-03-04 21:10:31 UTC
>
> FreeBSD ports repository
>
> Modified files:
> graphics/cenon Makefile pkg-plist
> Log:
> - Fix build after infrastructure update
> - Fix package on clean ports tree
Thanks!
jcamou 2006-03-06 14:19:05 UTC
FreeBSD doc repository
Modified files:
en/commercialconsult.xml
Log:
Add an entry for TecVD.
Requested by: Fco. Jose Garrido Matamoros <[EMAIL PROTECTED]>
Approved by:trhodes (mentor)
Revision ChangesPath
1.59
ume 2006-03-06 14:31:31 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
include resolv.h
Log:
MFC 1.28: Decrease the value of RES_DFLRETRY from 4 to 2.
Approved by:re (scottl)
Revision ChangesPath
1.26.2.1 +1 -1 src
ume 2006-03-06 14:50:09 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_5)
include resolv.h
lib/libc/net res_init.c
Log:
MFC: Decrease the value of RES_DFLRETRY from 4 to 2.
include/resolv.h: 1.26, 1.28
ume 2006-03-06 14:53:51 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
lib/libc/net inet_net.3 inet_net_ntop.c
inet_net_pton.c
Log:
MFC: Sync inet_net_pton() and inet_net_ntop() with latest BIND9's
includes an IPv6 sup
ume 2006-03-06 14:55:48 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_5)
lib/libc/net inet_net.3 inet_net_ntop.c
inet_net_pton.c
Log:
MFC: Sync inet_net_pton() and inet_net_ntop() with latest BIND9's
includes an IPv6 sup
On Sat, Mar 04, 2006 at 07:31:58AM +, Takahashi Yoshihiro wrote:
> nyan2006-03-04 07:31:58 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/pc98/confNOTES
> Log:
> MFi386: revision 1.1220.
>
> Revision ChangesPath
> 1.73 +2 -3 src/sys
yar 2006-03-06 15:29:28 UTC
FreeBSD src repository
Modified files:
sys/amd64/conf NOTES
Log:
MFi386 revision 1.1220: options TDFX_LINUX --> device tdfx_linux
Revision ChangesPath
1.52 +2 -3 src/sys/amd64/conf/NOTES
_
On Sat, Mar 04, 2006 at 04:31:49PM +, Robert Watson wrote:
>
> BTW, the Linux layout solution is to allow the line to wrap, which I think
> is pretty ugly. One place we could crib additional space is that we put
> two-space gaps between columns, and could reduce that universally to one
> s
On Mon, Mar 06, 2006 at 06:41:06PM +0300 I heard the voice of
Yar Tikhiy, and lo! it spake thus:
>
> BTW, any ideas where to find some spare space for quota(1)?
Don't forget repquota(8) too. A lot of scripts I've slapped together
get really upset when things run together...
--
Matthew Fuller
jcamou 2006-03-06 16:01:14 UTC
FreeBSD doc repository
Modified files:
en/projects newbies.sgml projects.sgml
Log:
Add NanoBSD to the list of projects.
PR: www/94061
Submitted by: Daniel Gerzo <[EMAIL PROTECTED]>
Approved by:trhodes (mentor)
mlaier 2006-03-06 16:02:06 UTC
FreeBSD src repository
Modified files:
sys/dev/ata ata-disk.c
Log:
Fix the build. %ju prints uintmax_t not unsigned long long (which is
actually "longer" than uintmax_t for the understanding of printf).
Revision ChangesPath
mlaier 2006-03-06 16:05:53 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/modules Makefile
Log:
Link the firmware module the build. Forgotten in original MFC.
Reminded by:Joerg Pulz
Approved by:re (scottl)
RevisionChang
mlaier 2006-03-06 16:10:19 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
etc/rc.d pflog
sys/contrib/pf/net if_pflog.c if_pflog.h pf_ioctl.c
sys/modules Makefile
sys/modules/pf Makefile
Added files: (Branc
On Fri, Jan 13, 2006 at 06:07:52PM +, Garrett Wollman wrote:
> wollman 2006-01-13 18:07:52 UTC
>
> FreeBSD src repository
>
> Modified files:
> etc/defaults periodic.conf
> Added files:
> etc/periodic/daily 406.status-gmirror
> Log:
> Add a daily script to sh
jcamou 2006-03-06 16:25:13 UTC
FreeBSD doc repository
Modified files:
en/projects newbies.sgml
Log:
Forced commit to set a commit message for my
previous accidental commit on newbies.sgml.
Log:
o Do some general rewording.
o Remove smilies.
jcamou 2006-03-06 16:39:11 UTC
FreeBSD doc repository
Modified files:
en/docproj todo.sgml
Log:
Set me as responsible for the electronic mail
chapter update.
Approved by:trhodes (mentor)
Revision ChangesPath
1.4 +3 -3 www/en/docproj/to
hm 2006-03-06 16:45:04 UTC
FreeBSD src repository
Modified files:
.access
Log:
Add Thomas Wintergerst ([EMAIL PROTECTED]) as a new
src committer. Thomas has done a large piece of work getting CAPI
support for active ISDN hardware for FreeBSD ready whi
sam 2006-03-06 17:23:26 UTC
FreeBSD src repository
Modified files:
sys/net80211 ieee80211_input.c ieee80211_node.c
ieee80211_node.h ieee80211_proto.c
ieee80211_var.h
Log:
when scanning channels marked passive defer p
sam 2006-03-06 17:26:16 UTC
FreeBSD src repository
Modified files:
sys/net80211 ieee80211_input.c
Log:
deliver an l2uf frame on sta join to prime the bridge
Obtained from: madwifi
MFC after: 1 week
Revision ChangesPath
1.89 +51 -0 src
At 10:36 AM + 3/6/06, Pawel Jakub Dawidek wrote:
pjd 2006-03-06 10:36:33 UTC
FreeBSD src repository
Modified files:
usr.sbin/syslogd syslogd.8 syslogd.c
Log:
By default (for security reasons) syslogd(8) doesn't create
log files when they don't exist, but sometimes
keramida2006-03-06 17:37:43 UTC
FreeBSD src repository (doc committer)
Modified files:
share/man/man4 netgraph.4
Log:
Revert parts of 1.51 and add a missing \& after "i.e." that is not the
end of a sentence. Ruslan notes that:
* The part about hexadecimal representa
blackend2006-03-06 18:05:03 UTC
FreeBSD doc repository
Modified files:
.access
Log:
Remove mp@ who has been inactive in doc+www area for more than three
years and who has not responded to doceng@ mail.
Revision ChangesPath
1.553 +0 -1 CV
hrs 2006-03-06 18:16:28 UTC
FreeBSD doc repository
Modified files:
en/releases/6.1R schedule.sgml
en/releases/5.5R schedule.sgml
Log:
Update dates of 6.1-BETA3, 5.5-BETA3, and doc slush announcement.
Revision ChangesPath
1.4 +4 -4 www/en/re
On Saturday 04 March 2006 01:07, Poul-Henning Kamp wrote:
> phk 2006-03-04 06:07:26 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/kern kern_tc.c
> Log:
> Add missing cast.
This is one part of the fixes I needed on Alpha. The missing cast handles
the c
On Monday 06 March 2006 05:36, Pawel Jakub Dawidek wrote:
> pjd 2006-03-06 10:36:33 UTC
>
> FreeBSD src repository
>
> Modified files:
> usr.sbin/syslogd syslogd.8 syslogd.c
> Log:
> By default (for security reasons) syslogd(8) doesn't create log files
> when they don't
hrs 2006-03-06 18:56:47 UTC
FreeBSD doc repository
Modified files:
en developers.sgml
Log:
Add a.andre, a.kmacy, and a.mohans.
Revision ChangesPath
1.127 +4 -1 www/en/developers.sgml
___
cvs-al
hrs 2006-03-06 18:59:07 UTC
FreeBSD doc repository
Modified files:
en/releases/6.1R todo.sgml
Log:
Add new items:
exec_map depletion,
NFS data corruption between two 7.0 machines,
panic in fxp driver,
deadlock in vn_start_write() co
hrs 2006-03-06 19:08:32 UTC
FreeBSD ports repository
Modified files:
japanese/dvipsk Makefile distinfo
Log:
Update distinfo and bump PORTREVISION because the distfile
is updated again. Change the master site to prevent further
unreasonable distfile replacing.
A
jcamou 2006-03-06 19:26:16 UTC
FreeBSD doc repository
Modified files:
en_US.ISO8859-1/books/handbook/security chapter.sgml
Log:
Document the use of the rc.d script for sshd
instead of simply `sshd'.
PR: docs/94112
Submitted by: Pierre-Paul Lavoie <[EMAIL P
jcamou 2006-03-06 19:33:34 UTC
FreeBSD doc repository
Modified files:
en_US.ISO8859-1/articles/contributing article.sgml
Log:
Add link to the `Ideas' page
maintained by [EMAIL PROTECTED]
PR: docs/92745
Submitted by: Daniel Gerzo <[EMAIL PROTECTED]>
Appro
ru 2006-03-06 19:36:23 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
.Makefile
Log:
MFC: don't attempt to compile DEFAULTS and don't compile LINT twice.
Requested by: jkoshy
Approved by:re (scottl)
Revision Chang
On Mon, Mar 06, 2006 at 06:59:07PM +, Hiroki Sato wrote:
H>
H> Modified files:
H> en/releases/6.1R todo.sgml
H> Log:
H> Add new items:
H> exec_map depletion,
H> NFS data corruption between two 7.0 machines,
H> panic in fxp driver,
H> deadl
kris2006-03-06 20:24:06 UTC
FreeBSD ports repository
Modified files:
x11-wm/enlightenment Makefile
Log:
BROKEN: Still has incomplete pkg-plist
Approved by:portmgr (implicit)
Revision ChangesPath
1.91 +2 -0 ports/x11-wm/enlightenment/Makefile
___
kris2006-03-06 20:26:52 UTC
FreeBSD ports repository
Modified files:
emulators/skyeye Makefile
Log:
BROKEN on !i386: Does not compile
Approved by:portmgr (implicit)
Revision ChangesPath
1.4 +7 -1 ports/emulators/skyeye/Makefile
kris2006-03-06 20:27:29 UTC
FreeBSD ports repository
Modified files:
games/sfbol Makefile
Log:
BROKEN: Tries to use java before it's present
Approved by:portmgr (implicit)
Revision ChangesPath
1.2 +2 -0 ports/games/sfbol/Makefile
_
kris2006-03-06 20:28:02 UTC
FreeBSD ports repository
Modified files:
editors/speedbar-emacs20 Makefile
Log:
BROKEN: Incorrect pkg-plist
Repeatedly ignored requests to fix his commits: edwin
Approved by:portmgr (implicit)
Revision ChangesPath
1.3 +
kris2006-03-06 20:29:24 UTC
FreeBSD ports repository
Modified files:
cad/xcircuit Makefile
Log:
BROKEN: Incorrect pkg-plist
Approved by:portmgr (implicit)
Revision ChangesPath
1.58 +2 -0 ports/cad/xcircuit/Makefile
__
kris2006-03-06 20:30:19 UTC
FreeBSD ports repository
Modified files:
x11-servers/xorg-server-snap Makefile
Log:
BROKEN on sparc64: Does not compile
Approved by:portmgr (implicit)
Revision ChangesPath
1.35 +1 -0 ports/x11-servers/xorg-server-snap
kris2006-03-06 20:30:52 UTC
FreeBSD ports repository
Modified files:
math/coq Makefile
Log:
BROKEN: Does not build
Approved by:portmgr (implicit)
Revision ChangesPath
1.11 +2 -0 ports/math/coq/Makefile
___
kris2006-03-06 20:32:10 UTC
FreeBSD ports repository
Modified files:
games/ggz-kde-client Makefile
Log:
BROKEN: Incomplete pkg-plist
Approved by:portmgr (implicit)
Revision ChangesPath
1.2 +2 -0 ports/games/ggz-kde-client/Makefile
_
kris2006-03-06 20:33:56 UTC
FreeBSD ports repository
Modified files:
devel/hp48xgcc Makefile
Log:
BROKEN on !i386: Configure fails
Approved by:portmgr (implicit)
Revision ChangesPath
1.4 +7 -1 ports/devel/hp48xgcc/Makefile
___
kris2006-03-06 20:34:58 UTC
FreeBSD ports repository
Modified files:
java/jc Makefile
Log:
Add NO_PACKAGE since this apparently takes an enormous amount of RAM to
build, and has never built successfully on the package cluster since the
update last year.
kris2006-03-06 20:35:29 UTC
FreeBSD ports repository
Modified files:
shells/ksh93 Makefile
Log:
BROKEN: Size mismatch
Approved by:portmgr (implicit)
Revision ChangesPath
1.45 +2 -0 ports/shells/ksh93/Makefile
kris2006-03-06 20:36:14 UTC
FreeBSD ports repository
Modified files:
net-im/libjingle Makefile
Log:
BROKEN on !i386: Does not compile
Approved by:portmgr (implicit)
Revision ChangesPath
1.2 +4 -0 ports/net-im/libjingle/Makefile
kris2006-03-06 20:37:07 UTC
FreeBSD ports repository
Modified files:
devel/looks Makefile
Log:
BROKEN: Unfetchable
Approved by:portmgr (implicit)
Revision ChangesPath
1.5 +2 -0 ports/devel/looks/Makefile
___
kris2006-03-06 20:37:22 UTC
FreeBSD ports repository
Modified files:
editors/ooo-buildMakefile
Log:
BROKEN: Unfetchable
Approved by:portmgr (implicit)
Revision ChangesPath
1.5 +2 -0 ports/editors/ooo-build/Makefile
_
kris2006-03-06 20:38:44 UTC
FreeBSD ports repository
Modified files:
comms/vpb-driver Makefile
Log:
BROKEN: Incomplete pkg-plist
Approved by:portmgr (implicit)
Revision ChangesPath
1.5 +2 -0 ports/comms/vpb-driver/Makefile
_
On Mon, Mar 06, 2006 at 07:26:16PM +, Jesus R. Camou wrote:
> jcamou 2006-03-06 19:26:16 UTC
>
> FreeBSD doc repository
>
> Modified files:
> en_US.ISO8859-1/books/handbook/security chapter.sgml
> Log:
> Document the use of the rc.d script for sshd
> instead of simply `ssh
kris2006-03-06 20:39:53 UTC
FreeBSD ports repository
Modified files:
x11-wm/bbconfMakefile
Log:
BROKEN on amd64: Does not compile
Approved by:portmgr (implicit)
Revision ChangesPath
1.17 +7 -1 ports/x11-wm/bbconf/Makefile
___
kris2006-03-06 20:43:02 UTC
FreeBSD ports repository
Modified files:
net/openam Makefile
Log:
BROKEN: Incomplete dependency list
Approved by:portmgr (implicit)
Revision ChangesPath
1.30 +2 -0 ports/net/openam/Makefile
_
kris2006-03-06 20:43:50 UTC
FreeBSD ports repository
Modified files:
net/ohphone Makefile
Log:
BROKEN: Incomplete dependency list
Approved by:portmgr (implicit)
Revision ChangesPath
1.26 +2 -0 ports/net/ohphone/Makefile
hrs 2006-03-06 20:44:07 UTC
FreeBSD doc repository
Modified files:
en/releases/6.1R todo.sgml
Log:
Add new item: dup(2) regression on 6.x.
Requested by: glebius
Revision ChangesPath
1.15 +11 -1 www/en/releases/6.1R/todo.sgml
___
kris2006-03-06 20:44:09 UTC
FreeBSD ports repository
Modified files:
net/opengk Makefile
Log:
BROKEN: Incomplete dependency list
Approved by:portmgr (implicit)
Revision ChangesPath
1.13 +2 -0 ports/net/opengk/Makefile
_
kris2006-03-06 20:44:46 UTC
FreeBSD ports repository
Modified files:
net/openmcu Makefile
Log:
BROKEN: Incomplete dependency list
Approved by:portmgr (implicit)
Revision ChangesPath
1.23 +2 -0 ports/net/openmcu/Makefile
On Mon, Mar 06, 2006 at 07:33:34PM +, Jesus R. Camou wrote:
> jcamou 2006-03-06 19:33:34 UTC
>
> FreeBSD doc repository
>
> Modified files:
> en_US.ISO8859-1/articles/contributing article.sgml
> Log:
> Add link to the `Ideas' page
> maintained by [EMAIL PROTECTED]
> App
kris2006-03-06 20:47:23 UTC
FreeBSD ports repository
Modified files:
net/gnomemeeting Makefile
Log:
BROKEN: Incomplete dependency list
Approved by:portmgr (implicit)
Revision ChangesPath
1.55 +2 -0 ports/net/gnomemeeting/Makefile
___
Gleb Smirnoff <[EMAIL PROTECTED]> wrote
in <[EMAIL PROTECTED]>:
gl> Is it possible place kern/87208 into TODO list for 6.1-RELEASE?
gl> The problem appeared to be a bad regression in 6.0-RELEASE,
gl> that hurted many users. The PR contains several test cases,
gl> description and patch for the pr
On Mon, 6 Mar 2006 20:29:24 + (UTC)
Kris Kennaway <[EMAIL PROTECTED]> wrote:
> kris2006-03-06 20:29:24 UTC
>
> FreeBSD ports repository
>
> Modified files:
> cad/xcircuit Makefile
> Log:
> BROKEN: Incorrect pkg-plist
>
> Approved by:portmgr (implicit)
I
On Mon, 6 Mar 2006 20:28:02 + (UTC)
Kris Kennaway <[EMAIL PROTECTED]> wrote:
> kris2006-03-06 20:28:02 UTC
>
> FreeBSD ports repository
>
> Modified files:
> editors/speedbar-emacs20 Makefile
> Log:
> BROKEN: Incorrect pkg-plist
>
> Repeatedly ignored requests to fi
On Mon, Mar 06, 2006 at 11:15:49PM +0200, Ion-Mihai Tetcu wrote:
> On Mon, 6 Mar 2006 20:29:24 + (UTC)
> Kris Kennaway <[EMAIL PROTECTED]> wrote:
>
> > kris2006-03-06 20:29:24 UTC
> >
> > FreeBSD ports repository
> >
> > Modified files:
> > cad/xcircuit Makefile
> >
blackend2006-03-06 21:31:21 UTC
FreeBSD doc repository
Modified files:
en_US.ISO8859-1/books/handbook/ppp-and-slip chapter.sgml
Log:
s/to startup/to start up/
Revision ChangesPath
1.172 +1 -1
doc/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml
_
sam 2006-03-06 21:51:27 UTC
FreeBSD src repository
Modified files:
tools/tools/ncpusMakefile acpi.c biosmptable.c ncpus.c
Log:
fixups
Submitted by: ru
MFC after: 3 days
Revision ChangesPath
1.3 +2 -1 src/tools/tools/ncpus/Makefile
1.
jcamou 2006-03-06 21:52:11 UTC
FreeBSD doc repository
Modified files:
en_US.ISO8859-1/articles/contributing article.sgml
Log:
Fix typo.
Noticed by: ceri
Approved by:trhodes (mentor)
Revision ChangesPath
1.508 +1 -1 doc/en_US.ISO8859-1/articles
obrien 2006-03-06 21:52:59 UTC
FreeBSD src repository
Modified files:
usr.bin/xinstall install.1 xinstall.c
Log:
Add an override (DONTSTRIP) so that one can easily install debugable
binaries when one cannot easily edit a package's Makefiles and/or
configure scripts.
On Mon, 6 Mar 2006 16:18:30 -0500
Kris Kennaway <[EMAIL PROTECTED]> wrote:
> On Mon, Mar 06, 2006 at 11:15:49PM +0200, Ion-Mihai Tetcu wrote:
> > On Mon, 6 Mar 2006 20:29:24 + (UTC)
> > Kris Kennaway <[EMAIL PROTECTED]> wrote:
> >
> > > kris2006-03-06 20:29:24 UTC
> > >
> > > FreeB
kris2006-03-06 21:58:25 UTC
FreeBSD ports repository
Modified files:
shells/bash Makefile
Log:
When bash is built with the bison 1.75 port present it breaks the ability
of bash to parse certain legal shell scripts (used by e.g. GNU configure).
Fix this by explici
On Tue, Mar 07, 2006 at 05:46:54AM +0900, Hiroki Sato wrote:
H> gl> Is it possible place kern/87208 into TODO list for 6.1-RELEASE?
H> gl> The problem appeared to be a bad regression in 6.0-RELEASE,
H> gl> that hurted many users. The PR contains several test cases,
H> gl> description and patch for
Ion-Mihai Tetcu píše v po 06. 03. 2006 v 23:55 +0200:
> I won't let myself feel a little bit demotivated by the fact that my PRs
> un-breaking ports sit in GNATS un-commited; I'll look again at it
> tomorrow. I find it a somehow awkward I have to work the PR, then go
> bug a portmgr for approval a
On Mon, Mar 06, 2006 at 11:04:33PM +0100, Pav Lucistnik wrote:
> Ion-Mihai Tetcu p??e v po 06. 03. 2006 v 23:55 +0200:
>
> > I won't let myself feel a little bit demotivated by the fact that my PRs
> > un-breaking ports sit in GNATS un-commited; I'll look again at it
> > tomorrow. I find it a some
On Mon, 6 Mar 2006 17:06:58 -0500
Kris Kennaway <[EMAIL PROTECTED]> wrote:
> On Mon, Mar 06, 2006 at 11:04:33PM +0100, Pav Lucistnik wrote:
> > Ion-Mihai Tetcu p??e v po 06. 03. 2006 v 23:55 +0200:
> >
> > > I won't let myself feel a little bit demotivated by the fact that my PRs
> > > un-breakin
pav 2006-03-06 22:19:53 UTC
FreeBSD ports repository
Modified files:
java/java-tutorial Makefile distinfo pkg-descr
Log:
- Update to 2006.03.06 and unbreak
- Drop maintainership
PR: ports/94122
Submitted by: Ion-Mihai "IOnut" Tetcu <[EMAIL PROTECTED]>
rwatson 2006-03-06 22:23:10 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
etc group
Log:
Merge group:1.33,1.34 from HEAD to RELENG_6:
Assign gid 77 to audit instead of gid 73. The ports group list did not
include '73', which was
wkoszek 2006-03-06 22:31:25 UTC
FreeBSD src repository
Modified files:
tools/tools/umastat umastat.c
Log:
Allocate proper amount of memory. Otherwise, we pass the end of a buffer,
thus having unpleasant warning. Was found by jemalloc redzone code.
Reviewed by:rwatson
pav 2006-03-06 22:32:11 UTC
FreeBSD ports repository
Modified files:
net-p2p/verlihub-plugins Makefile
Log:
- Remove references to recently removed pkg-message
PR: ports/94080
Submitted by: Ion-Mihai "IOnut" Tetcu <[EMAIL PROTECTED]>
Approved by:por
On Monday, 6 March 2006 at 12:33:57 -0500, Garance A Drosihn wrote:
> At 10:36 AM + 3/6/06, Pawel Jakub Dawidek wrote:
>> pjd 2006-03-06 10:36:33 UTC
>>
>> FreeBSD src repository
>>
>> Modified files:
>>usr.sbin/syslogd syslogd.8 syslogd.c
>> Log:
>> By default (for securit
On Fri, Mar 03, 2006 at 10:36:52PM +, Paul Saab wrote:
> ps 2006-03-03 22:36:52 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/kern kern_malloc.c
> Log:
> Fix bug in malloc_uninit():
> Releasing items from the mt_zone can not be done by a simple
>
pav 2006-03-06 22:46:17 UTC
FreeBSD ports repository
Modified files:
sysutils/fortunelock Makefile distinfo pkg-descr
Log:
- Unbreak
PR: ports/93280
Submitted by: Ion-Mihai "IOnut" Tetcu <[EMAIL PROTECTED]>
Approved by:maintainer timeout (dannyboy;
1 - 100 of 127 matches
Mail list logo