sam 2007-03-11 07:42:02 UTC
FreeBSD src repository
Modified files:
sys/net80211 ieee80211_radiotap.h
Log:
Update to reflect correct usage:
o leave IEEE80211_RADIOTAP_HDRLEN for portability to other systems but
correct comment about radiotap headers being padded
murray 2007-03-11 07:38:13 UTC
FreeBSD doc repository
Modified files:
en/projects/ideasideas.xsl
Log:
In the full idea list with descriptions, group the ideas beneath the
category names to provide a logical division in the rather long list
of projects.
Revision Cha
bushman 2007-03-11 07:28:03 UTC
FreeBSD doc repository (src committer)
Modified files:
en/projects/ideasideas.xml
Log:
Removing text kernel dumps idea, because I'd like to handle it.
Approved by:brooks (mentor), rwatson
Revision ChangesPath
1.8 +1 -
sam 2007-03-11 07:22:21 UTC
FreeBSD src repository
Modified files:
sys/net80211 ieee80211_input.c ieee80211_node.c
ieee80211_proto.c ieee80211_proto.h
Log:
change ieee80211_fix_rate to take a rate set instead of using
ni_rates; this lets us
murray 2007-03-11 07:22:21 UTC
FreeBSD doc repository
Modified files:
en/projects/ideasideas.xml
Log:
Add two new ideas suitable for SoC projects: update the USB stack, and
in-kernel linux emulation for device drivers.
Submitted by: luigi
Revision ChangesP
sam 2007-03-11 07:15:38 UTC
FreeBSD src repository
Modified files:
sys/net80211 ieee80211_input.c ieee80211_var.h
Log:
expose IEEE80211_DISCARD, IEEE80211_DISCARD_IE, and IEEE80211_DISCARD_MAC
so they can be used within net80211 but outside ieee80211_input.c
MF
sam 2007-03-11 07:08:04 UTC
FreeBSD src repository
Modified files:
sys/net80211 ieee80211_input.c
Log:
improve debug msg for ie's that are too short
MFC after: 2 weeks
Revision ChangesPath
1.106 +2 -1 src/sys/net80211/ieee80211_input.c
_
sam 2007-03-11 07:06:08 UTC
FreeBSD src repository
Modified files:
sys/net80211 ieee80211_input.c ieee80211_ioctl.c
ieee80211_node.c ieee80211_node.h
ieee80211_output.c
Log:
keep tx/rx seq #'s for non-QoS traffic sep
murray 2007-03-11 06:58:13 UTC
FreeBSD doc repository
Modified files:
en/projects/ideasideas.xml
Log:
Add project about avoiding syscall overhead for some userland requests
such as setproctitle(). Suitable for SoC with right mentor.
Submitted by: kris
Additional
sam 2007-03-11 06:55:59 UTC
FreeBSD src repository
Modified files:
sys/net80211 ieee80211_input.c
Log:
split check for rate set mismatch on assoc req away from check
for pure 11g mode so we can give meaningful diagnostic msgs
MFC after: 2 weeks
Revisi
brooks 2007-03-11 06:53:07 UTC
FreeBSD src repository
Modified files:
etc/rc.d bgfsck
share/man/man5 rc.conf.5
Log:
Allow background_fsck_delay to be set to a negative value which delays
the background fsck indefinitely. This allows the administrator to
sam 2007-03-11 06:52:22 UTC
FreeBSD src repository
Modified files:
sys/net80211 ieee80211_input.c
Log:
disallow re-associate with a slot time mismatch
Obtained from: Atheros
MFC after: 2 weeks
Revision ChangesPath
1.103 +27 -8 src/sys/
sam 2007-03-11 06:44:51 UTC
FreeBSD src repository
Modified files:
sys/net80211 ieee80211_input.c
Log:
move __inline before type to appease gcc 4.x
Obtained from: netbsd
Revision ChangesPath
1.102 +5 -5 src/sys/net80211/ieee80211_input.c
___
bushman 2007-03-11 06:44:37 UTC
FreeBSD src repository
Modified files:
usr.bin/calendar/calendars calendar.freebsd
Log:
Add myself.
Approved by:brooks (mentor)
Revision ChangesPath
1.210 +1 -0 src/usr.bin/calendar/calendars/calendar.freebsd
_
sam 2007-03-11 06:38:26 UTC
FreeBSD src repository
Modified files:
sys/net80211 ieee80211_crypto.c
Log:
white space diff reduction
Revision ChangesPath
1.14 +1 -1 src/sys/net80211/ieee80211_crypto.c
___
sam 2007-03-11 06:36:10 UTC
FreeBSD src repository
Modified files:
sys/net80211 ieee80211_crypto.c ieee80211_crypto.h
ieee80211_output.c
Log:
add IEEE80211_KEY_UNDEFINED and use it instead of local defs
Obtained from: netbsd
Revisi
marcus 2007-03-11 06:35:40 UTC
FreeBSD ports repository
Modified files:
net-im/libgaim Makefile
Log:
Fix the path to python in gaim-url-handler.
Reported by:Rick C. Petty <[EMAIL PROTECTED]>
Revision ChangesPath
1.18 +3 -2 ports/net-im/libgai
sam 2007-03-11 06:35:27 UTC
FreeBSD src repository
Modified files:
sys/net80211 ieee80211_input.c
Log:
discard deauth+disassoc frames that are not destined for us; these
can be received when the interface is in promisc mode
Reviewed by:sephe
Obtained from
bushman 2007-03-11 06:34:53 UTC
FreeBSD doc repository (src committer)
Modified files:
share/pgpkeyspgpkeys-developers.sgml pgpkeys.ent
Added files:
share/pgpkeysbushman.key
Log:
Adding my PGP key.
Approved by:brooks (mentor)
Revision Changes
marcus 2007-03-11 06:30:24 UTC
FreeBSD doc repository
Modified files:
en/gnome index.xsl
Log:
Forced commit to note that the previous commit was part of a PR.
PR: 110154
Revision ChangesPath
1.92 +1 -1 www/en/gnome/index.xsl
___
marcus 2007-03-11 06:29:46 UTC
FreeBSD doc repository
Modified files:
en/gnome index.xsl
Log:
Tweak the wording of the "What is GNOME" section as well as some other
awkward grammar.
Submitted by: adamw
Revision ChangesPath
1.91 +16 -9 ww
marcus 2007-03-11 06:24:44 UTC
FreeBSD doc repository
Modified files:
en/gnome news.xml
Log:
Announce the release of GNOME 2.17.92 for FreeBSD.
Revision ChangesPath
1.137 +29 -2 www/en/gnome/news.xml
___
sam 2007-03-11 06:24:26 UTC
FreeBSD src repository
Modified files:
sys/net80211 ieee80211.c
Log:
change ieee80211_mhz2ieee to use the PSB mapping when the frequency
falls in the proper place, not when we're handed a 1/2 or 1/4-rate channel
MFC after: 2 wee
jkoshy 2007-03-11 06:19:49 UTC
FreeBSD doc repository
Modified files:
share/sgml press.xml
Log:
OpenAddict.com article on deploying a FreeBSD 6.2 server.
Revision ChangesPath
1.31 +18 -1 www/share/sgml/press.xml
alc 2007-03-11 05:54:29 UTC
FreeBSD src repository
Modified files:
sys/amd64/includepcpu.h
sys/arm/include pcpu.h
sys/i386/include pcpu.h
sys/ia64/include pcpu.h
sys/powerpc/include pcpu.h
sys/sparc64/include pcpu.h
sys/sun4v/includ
marcus 2007-03-11 05:36:18 UTC
FreeBSD ports repository
Modified files:
textproc/intltoolMakefile pkg-plist
Log:
Actually commit the pkg-plist reversion which includes the old OrigTree.pm
module.
PR: 110175
Revision ChangesPath
1.57 +1 -1
bushman 2007-03-11 04:34:17 UTC
FreeBSD doc repository (src committer)
Modified files:
en developers.sgml
share/sgml news.xml
Log:
- Adding myself to the developers list
- Updating the news file with my info
Approved by:brooks (mentor)
On Sun, Mar 11, 2007 at 01:55:00AM +, Matt Jacob wrote:
Log:
feedback from RELENG_5 port
Um, yes, but what is the change?
Point made.
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, s
bushman 2007-03-11 04:08:50 UTC
FreeBSD doc repository (src committer)
Modified files:
en_US.ISO8859-1/share/sgml authors.ent
Log:
Added myself to the authors.list.
Approved by:brooks (mentor)
Revision ChangesPath
1.413 +2 -0 doc/en_US.ISO8859-1/shar
nork2007-03-11 03:38:32 UTC
FreeBSD ports repository
Modified files:
net/g2ipmsg Makefile distinfo
Log:
Update to 0.9.2.
Executive Ordered by: George -Push- Kato <[EMAIL PROTECTED]> (author)
Committed at: AsiaBSDCon 2007 in Tokyo Japan
Revisio
On Sun, Mar 11, 2007 at 01:55:00AM +, Matt Jacob wrote:
> Log:
> feedback from RELENG_5 port
Um, yes, but what is the change?
mcl
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mai
linimon 2007-03-11 03:21:18 UTC
FreeBSD ports repository
Modified files:
biology/paml Makefile
print/bibviewMakefile
Log:
Reset [EMAIL PROTECTED] due to maintainer-timeouts.
Hat:portmgr
Revision ChangesPath
1.9 +1 -1 po
linimon 2007-03-11 03:20:27 UTC
FreeBSD ports repository
Modified files:
biology/clustalw Makefile
Log:
Reset [EMAIL PROTECTED] due to maintainer-timeout. While here, fix fetch.
Revision ChangesPath
1.8 +2 -2 ports/biology/clustalw/Makefile
___
linimon 2007-03-11 03:10:43 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
Remove expired port misc/pbs.
Revision ChangesPath
1.17590 +0 -1 CVSROOT/modules
___
cvs-all@freebsd.org maili
rafan 2007-03-11 03:10:33 UTC
FreeBSD ports repository
Modified files:
deskutils/recoll Makefile distinfo pkg-plist
Log:
- Update to 1.8.1
PR: ports/110164
Submitted by: Jean-Francois Dockes
(maintainer)
Revision ChangesPath
1.16 +1 -
linimon 2007-03-11 03:09:34 UTC
FreeBSD ports repository
Modified files:
.MOVED
Log:
Note removal of expired port misc/pbs.
Revision ChangesPath
1.1316+2 -1 ports/MOVED
___
cvs-all@freebsd.org ma
linimon 2007-03-11 03:07:43 UTC
FreeBSD ports repository
Removed files:
misc/pbs Makefile distinfo pkg-deinstall pkg-descr
pkg-plist
misc/pbs/files patch-buildutils_makedepend-sh
Log:
Remove expired port misc/pbs.
Revision Ch
linimon 2007-03-11 03:06:49 UTC
FreeBSD ports repository
Modified files:
misc Makefile
Log:
Remove expired port misc/pbs.
Revision ChangesPath
1.842 +0 -1 ports/misc/Makefile
___
cvs-all@freebsd.org
mjacob 2007-03-11 02:03:01 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_5)
sys/dev/isp isp.c isp_freebsd.c isp_freebsd.h
isp_ioctl.h isp_library.c isp_library.h
isp_pci.c isp_sbus.c isp_target.c
mjacob 2007-03-11 02:02:02 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_5)
sys/cam cam_xpt.c cam_xpt.h
Log:
MFC xpt_print function.
RevisionChangesPath
1.142.2.10 +11 -0 src/sys/cam/cam_xpt.c
1.4.8.2 +1 -0 src/sys/
mjacob 2007-03-11 01:59:44 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/mpt mpt.h mpt_cam.c
Log:
feedback from RELENG_5 port
Revision ChangesPath
1.6.2.6 +3 -0 src/sys/dev/mpt/mpt.h
1.1.2.9 +5 -0 src/sys/dev/mp
mjacob 2007-03-11 01:56:46 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/isp isp_freebsd.c
Log:
feedback from RELENG_5 port
Revision ChangesPath
1.105.2.8 +1 -4 src/sys/dev/isp/isp_freebsd.c
_
mjacob 2007-03-11 01:55:00 UTC
FreeBSD src repository
Modified files:
sys/dev/mpt mpt.h mpt_cam.c
Log:
feedback from RELENG_5 port
Revision ChangesPath
1.39 +3 -0 src/sys/dev/mpt/mpt.h
1.52 +5 -0 src/sys/dev/mpt/mpt_cam.c
__
vanilla 2007-03-11 01:52:32 UTC
FreeBSD ports repository
Modified files:
irc/irssiMakefile pkg-plist
Log:
Fix pkg-plist with bot support.
PR: ports/110142
Submitted by: "John K."
Revision ChangesPath
1.96 +4 -0 ports/irc/irss
mjacob 2007-03-11 01:51:20 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/isp isp.c isp_freebsd.c isp_ioctl.h
isp_library.c isp_library.h isp_pci.c
isp_stds.h isp_target.c isp_target.h
anray 2007-03-11 01:46:03 UTC
FreeBSD ports repository
Modified files:
graphics/freeimage Makefile distinfo pkg-plist
Added files:
graphics/freeimage/files patch-Makefile.gnu
Removed files:
graphics/freeimage/files patch-Makefile
Log:
Update to 3.9.3
Revisi
obrien 2007-03-11 01:39:57 UTC
FreeBSD ports repository
Modified files:
editors/vim Makefile distinfo
Log:
Update to Vim 7.0 patchlevel 214.
Revision ChangesPath
1.295 +3 -3 ports/editors/vim/Makefile
1.170 +96 -3 ports/editors/vim/distinf
mckusick2007-03-11 00:56:18 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/ufs/ffs ffs_vnops.c
Log:
MFC from revision 1.165
Revision ChangesPath
1.157.2.5 +9 -0 src/sys/ufs/ffs/ffs_vnops.c
_
brooks 2007-03-11 00:11:40 UTC
FreeBSD src repository
Modified files:
.access
Log:
The previous commit message should have read:
Please welcome Michael Bushkov to the ranks of src committers. He has
done good work on the nsswitch system under the Goog
2007/3/10, Pawel Jakub Dawidek <[EMAIL PROTECTED]>:
On Sat, Mar 10, 2007 at 12:44:26PM +0100, Attilio Rao wrote:
> 2007/3/9, John Baldwin <[EMAIL PROTECTED]>:
> >I don't have a date set for removing msleep(), esp. given it's wide use.
> >I would like to remove it and all the spl*() functions in 8
On Sat, Mar 10, 2007 at 12:48:50PM -0500, Alexander Kabaev wrote:
> On Sat, 10 Mar 2007 04:18:08 + (UTC)
> Brooks Davis <[EMAIL PROTECTED]> wrote:
>
> > brooks 2007-03-10 04:18:08 UTC
> >
> > FreeBSD src repository
> >
> > Modified files:
> > .access
> > L
On Sat, Mar 10, 2007 at 11:10:21PM +, Greg Lehey wrote:
> grog2007-03-10 23:10:21 UTC
>
> FreeBSD ports repository
>
> Added files:
> comms/lirc/files patch-daemons::Makefile.in
> Log:
> Don't install the config file.
>
> Requested by: kris
> Submitted by:
lbr 2007-03-10 23:35:37 UTC
FreeBSD ports repository
Modified files:
www/p5-Catalyst-Log-Log4perl Makefile distinfo
Log:
Update to 0.51
Revision ChangesPath
1.7 +2 -2 ports/www/p5-Catalyst-Log-Log4perl/Makefile
1.5 +3 -3 ports/www/p5-Cataly
grog2007-03-10 23:10:21 UTC
FreeBSD ports repository
Added files:
comms/lirc/files patch-daemons::Makefile.in
Log:
Don't install the config file.
Requested by: kris
Submitted by: Daniel O'Connor (maintainer)
Revision ChangesPath
1.1 +11 -0
gerald 2007-03-10 22:26:44 UTC
FreeBSD ports repository
Modified files:
astro/xearth/files freebsd.committers.markers
Log:
Adjust my location from the middle of nowhere in the forests south of Vienna.
Revision ChangesPath
1.349 +2 -2 ports/astro/xearth/fil
edwin 2007-03-10 22:10:03 UTC
FreeBSD ports repository
Modified files:
games/liquidwar Makefile
Added files:
games/liquidwar/files patch-configure
Log:
A class between bsd.python.mk and this ports Makefile occured:
bsd.python.mk sets PYTHON=/somepath/someprogram,
linimon 2007-03-10 21:25:28 UTC
FreeBSD doc repository
Modified files:
en developers.sgml
Log:
Belatedly add remko to bugmeisters.
Revision ChangesPath
1.156 +2 -2 www/en/developers.sgml
___
cvs-al
se 2007-03-10 21:23:44 UTC
FreeBSD ports repository
Modified files:
astro/xearth/files freebsd.committers.markers
Log:
Actually, I'm living here not there ...
Revision ChangesPath
1.348 +2 -2 ports/astro/xearth/files/freebsd.committers.markers
pav 2007-03-10 21:01:48 UTC
FreeBSD ports repository
Modified files:
www/libwww Makefile
Added files:
www/libwww/files patch-configure
Log:
- Patch the braindead configure script and make the OpenSSL part really work
Fixes: ports/109728
Re
On Sat, Mar 10, 2007 at 12:44:26PM +0100, Attilio Rao wrote:
> 2007/3/9, John Baldwin <[EMAIL PROTECTED]>:
> >I don't have a date set for removing msleep(), esp. given it's wide use.
> >I would like to remove it and all the spl*() functions in 8.0 if we can
> >swing it.
> >
> >I also have patches t
nobutaka2007-03-10 20:39:37 UTC
FreeBSD ports repository
Modified files:
x11/mlterm Makefile
Log:
Chase shared library version bump in textproc/uim.
Revision ChangesPath
1.41 +1 -1 ports/x11/mlterm/Makefile
_
linimon 2007-03-10 20:32:36 UTC
FreeBSD ports repository
Modified files:
devel/py-zconfig Makefile
www/py-twistedWeb2 Makefile
Log:
Reset [EMAIL PROTECTED]: address bounces.
Hat:portmgr
Revision ChangesPath
1.2 +1 -1 ports/devel/
alc 2007-03-10 20:26:43 UTC
FreeBSD src repository
Modified files:
sys/amd64/amd64 pmap.c
Log:
Completely eliminate "avail_start". It serves no useful purpose.
Revision ChangesPath
1.581 +14 -18src/sys/amd64/amd64/pmap.c
_
linimon 2007-03-10 20:27:04 UTC
FreeBSD ports repository
Modified files:
sysutils/userinfoMakefile
Log:
Reset [EMAIL PROTECTED]: address bounces.
Hat:portmgr
Revision ChangesPath
1.12 +2 -3 ports/sysutils/userinfo/Makefile
__
nobutaka2007-03-10 20:23:20 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
uim-kde --> ports/textproc/uim-kde
Revision ChangesPath
1.17589 +1 -0 CVSROOT/modules
___
cvs-all@freebsd.or
nobutaka2007-03-10 20:22:58 UTC
FreeBSD ports repository
Modified files:
textproc Makefile
Added files:
textproc/uim-kde Makefile pkg-descr pkg-plist
Log:
Add uim-kde, KDE panel applet of uim input method.
PR: ports/109399
Submitted by:
linimon 2007-03-10 20:20:10 UTC
FreeBSD ports repository
Modified files:
biology/gff2ps Makefile
biology/tRNAscan-SE Makefile
Log:
Reset [EMAIL PROTECTED]: address bounces.
Hat:portmgr
Revision ChangesPath
1.9 +1 -1 ports/biolog
nobutaka2007-03-10 20:12:52 UTC
FreeBSD ports repository
Modified files:
japanese/uim-anthy Makefile pkg-plist
japanese/uim-canna Makefile
japanese/uim-prime Makefile
Log:
Update to 1.3.1.
PR: ports/109399
Submitted by: Yamashiro Jun<[EMAIL PR
nobutaka2007-03-10 20:11:13 UTC
FreeBSD ports repository
Modified files:
textproc/uim Makefile distinfo pkg-plist
textproc/uim/files extra-patch-helper_Makefile.in
extra-patch-qt_Makefile.in
extra-patch-uim_Makefile.in
On Saturday 10 March 2007 05:31, Murray Stokely wrote:
> murray 2007-03-10 04:31:47 UTC
>
> FreeBSD doc repository
>
> Modified files:
> en/projects/ideasideas.xml
> Log:
> Annotate some of the project ideas that are suitable for Summer of
> Code projects with a 'class="soc"'
If memory serves me right, Joel Dahl wrote:
> joel2007-03-10 09:57:27 UTC
>
> FreeBSD doc repository
>
> Modified files:
> share/sgml man-refs.ent
> Log:
> Add entity for npe(4).
Pointy hat to: bmah
Sorry about that...had it in my local WC and forgot to commit it
mbr 2007-03-10 18:31:33 UTC
FreeBSD src repository
Modified files:
usr.bin/calendar/calendars calendar.freebsd
Log:
Uppercase FreeBSD, sigh.
Revision ChangesPath
1.209 +1 -1 src/usr.bin/calendar/calendars/calendar.freebsd
_
mbr 2007-03-10 18:30:12 UTC
FreeBSD src repository
Modified files:
usr.bin/calendar/calendars calendar.freebsd
Log:
Add myself
Revision ChangesPath
1.208 +1 -0 src/usr.bin/calendar/calendars/calendar.freebsd
___
On Sat, 10 Mar 2007 04:18:08 + (UTC)
Brooks Davis <[EMAIL PROTECTED]> wrote:
> brooks 2007-03-10 04:18:08 UTC
>
> FreeBSD src repository
>
> Modified files:
> .access
> Log:
> Please welcome Michael Bushman to the ranks of src committers. He
> has done
lbr 2007-03-10 17:59:59 UTC
FreeBSD ports repository
Modified files:
www/p5-Catalyst-Log-Log4perl Makefile distinfo
Log:
Update to 0.50
Revision ChangesPath
1.6 +3 -2 ports/www/p5-Catalyst-Log-Log4perl/Makefile
1.4 +3 -3 ports/www/p5-Cataly
nox 2007-03-10 17:22:40 UTC
FreeBSD ports repository
Modified files:
emulatorsMakefile
Log:
Add qemu-devel
Approved by:miwi (mentor, implicit)
Revision ChangesPath
1.220 +1 -0 ports/emulators/Makefile
_
nox 2007-03-10 17:19:33 UTC
FreeBSD ports repository
Modified files:
.modules
Log:
Add qemu-devel
Approved by:miwi (mentor, implicit)
Revision ChangesPath
1.17588 +1 -0 CVSROOT/modules
___
nox 2007-03-10 17:15:07 UTC
FreeBSD ports repository
Modified files:
emulators/qemu-devel Makefile distinfo
emulators/qemu-devel/files patch-Makefile patch-bd patch-fbsd
patch-vl.c patch-vl.c-nographic
Log:
Update repocopied qemu-devel por
On Sat, Mar 10, 2007 at 05:04:08PM +, Dirk Meyer wrote:
> dinoex 2007-03-10 17:04:08 UTC
>
> FreeBSD ports repository
>
> Modified files:
> www/webalizerMakefile
> www/webalizer/files webalizer-a-urasim_2.patch
> Added files:
> www/webalizer/files patch-unes
nox 2007-03-10 17:05:00 UTC
FreeBSD ports repository
Modified files:
emulators/qemu Makefile
Log:
Add CONFLICTS for qemu-devel
Approved by:miwi (mentor, implicit)
Revision ChangesPath
1.70 +1 -0 ports/emulators/qemu/Makefile
__
dinoex 2007-03-10 17:04:08 UTC
FreeBSD ports repository
Modified files:
www/webalizerMakefile
www/webalizer/files webalizer-a-urasim_2.patch
Added files:
www/webalizer/files patch-unescape
Log:
- fix unescape bug for default
Submitted by: Andrey Chernov
nox 2007-03-10 17:03:06 UTC
FreeBSD ports repository
Modified files:
emulators/qemu-devel Makefile distinfo pkg-descr pkg-message
pkg-plist
emulators/qemu-devel/files cdrom-dma-patch patch-Makefile
patch-PRId64 patch-a
yar 2007-03-10 14:29:32 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
usr.bin/make make.1
Log:
MFC rev. 1.100:
Typo fix: preceed -> precede.
Revision ChangesPath
1.89.2.4 +1 -1 src/usr.bin/make/make.1
_
yar 2007-03-10 14:20:35 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
etc/rc.d pflog
Log:
MFC rev. 1.9:
Fix a typo in a warning message.
Revision ChangesPath
1.5.2.3 +1 -1 src/etc/rc.d/pflog
__
yar 2007-03-10 14:17:27 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
etc/rc.d hostname
Log:
MFC rev. 1.9-1.11:
Better handling for unset or null $hostname, which can appear
in a system just installed, or configured via DHCP.
Rev
yar 2007-03-10 14:07:01 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
etc/rc.d dhclient
Log:
MFC rev. 1.26:
pkill(1) and pgrep(1) have been moved to /bin so that they are
available to rc.d scripts early in the boot sequence.
Revi
yar 2007-03-10 14:04:01 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
etc/rc.d abi
Log:
MFC rev. 1.10:
Improve rc.d conformance:
- don't play a needless trick with prestart, just use start method;
- provide no-op stop method so that
yar 2007-03-10 14:00:51 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
etc/rc.d syscons
Log:
MFC rev. 1.18:
Syscons cannot be stopped, so provide a no-op stop method.
The default stop method from rc.subr isn't suited for this
case an
yar 2007-03-10 13:53:04 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
etc rc.subr
Log:
MFC rev. 1.73: Allow for interpreted scripts using env(1)
in their shebang lines.
PR: bin/100287
Revision ChangesPath
1.34.2.
yar 2007-03-10 13:37:44 UTC
FreeBSD src repository
Modified files:
etc rc.subr
Log:
Prepend ${_chroot} to a pathname in a consistent and robust way:
insert a slash between ${_chroot} and the pathname if and only if
${_chroot} is set to a non-empty string.
dinoex 2007-03-10 13:01:06 UTC
FreeBSD ports repository
Modified files:
graphics/graphvizMakefile
Log:
- setup libdir for pkg-config's templates
PR: 110139
Submitted by: Maxim Samsonov
- a little cleanup of option
Revision ChangesPath
1.76
brueffer2007-03-10 12:45:46 UTC
FreeBSD src repository
Modified files:
usr.bin/calendar/calendars calendar.freebsd
Log:
Uppercase FreeBSD.
Revision ChangesPath
1.207 +1 -1 src/usr.bin/calendar/calendars/calendar.freebsd
___
brueffer2007-03-10 12:44:23 UTC
FreeBSD src repository
Modified files:
share/man/man4 ata.4
Log:
Document Silicon Image SiI 3124 and SiI 3132 support.
Revision ChangesPath
1.72 +2 -2 src/share/man/man4/ata.4
brueffer2007-03-10 12:36:57 UTC
FreeBSD doc repository
Modified files:
en/donations donors.sgml
Log:
Correct login name.
Revision ChangesPath
1.355 +2 -2 www/en/donations/donors.sgml
___
cvs-all@freebsd.org
2007/3/9, John Baldwin <[EMAIL PROTECTED]>:
On Friday 09 March 2007 17:41, John Baldwin wrote:
> jhb 2007-03-09 22:41:01 UTC
>
> FreeBSD src repository
>
> Modified files:
> share/man/man9 Makefile condvar.9 lock.9 mi_switch.9
> mtx_pool.9 mutex.9 rw
piso2007-03-10 11:54:46 UTC
FreeBSD ports repository (src committer)
Modified files:
astro/xearth/files freebsd.committers.markers
Log:
Add my location: Milano, Italy
Revision ChangesPath
1.347 +2 -1 ports/astro/xearth/files/freebsd.committers.markers
_
stefan 2007-03-10 11:52:13 UTC
FreeBSD ports repository
Modified files:
astro/xearth/files freebsd.committers.markers
Log:
Add my location: Unna, Germany.
Revision ChangesPath
1.346 +2 -1 ports/astro/xearth/files/freebsd.committers.markers
maho2007-03-10 11:50:09 UTC
FreeBSD ports repository
Modified files:
editors/openoffice.org-2-RC Makefile distinfo
Log:
Update to OOF680_m11. This is the 2.2.0RC3.
http://www.openoffice.org/servlets/ReadMsg?list=cws-announce&msgNo=4124
http://www.openoffice.org/servlets/R
miwi2007-03-10 11:47:00 UTC
FreeBSD ports repository
Modified files:
net-mgmt/bgpqMakefile distinfo
Log:
- Update to 1.0.9.6
- Pass maintainer shipt to submitter
Submitted by: farrokhi@
Revision ChangesPath
1.13 +2 -2 ports/net-mgmt/bgpq
philip 2007-03-10 11:40:21 UTC
FreeBSD ports repository
Modified files:
astro/xearth/files freebsd.committers.markers
Log:
Update my ICBM coordinates.
Revision ChangesPath
1.345 +2 -2 ports/astro/xearth/files/freebsd.committers.markers
1 - 100 of 106 matches
Mail list logo