bde 2006-02-14 07:44:21 UTC
FreeBSD src repository
Modified files:
usr.bin/systat vmstat.c
Log:
Fix all (?) cases where the field width of a numeric field was far too
large. In most cases it is still 1 too large, so fields tend to run
together, but in the following
marcus 2006-02-14 07:19:03 UTC
FreeBSD ports repository
Modified files:
math/gcalctool Makefile distinfo
Log:
Update to 5.7.29.
Revision ChangesPath
1.56 +1 -1 ports/math/gcalctool/Makefile
1.39 +3 -3 ports/math/gcalctool/distinfo
marcus 2006-02-14 07:14:05 UTC
FreeBSD ports repository
Modified files:
accessibility/gail Makefile distinfo pkg-plist
Log:
Update to 1.8.9.
Revision ChangesPath
1.50 +1 -1 ports/accessibility/gail/Makefile
1.31 +3 -3 ports/accessibility/gail/
Marcus Alves Grando wrote:
> mnag2006-02-13 16:56:11 UTC
>
> FreeBSD ports repository
>
> Modified files:
> irc/ngircd Makefile
> Added files:
> irc/ngircd/files ngircd.in
> Log:
> - Use OPTIONS and add more options
> - Add rc.d script
> - Bump PORTRE
ru 2006-02-14 06:36:39 UTC
FreeBSD src repository
Modified files:
sys/netinet ip_dummynet.c ip_dummynet.h ip_fw.h
Log:
When sending a packet from dummynet, indicate that we're forwarding
it so that ip_id etc. don't get overwritten. This fixes forwarding
of frag
ru 2006-02-14 06:21:47 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netgraph ng_eiface.c
Log:
MFC: 1.36: Fix output byte and error counting.
Approved by:re (scottl)
Revision ChangesPath
1.32.2.4 +4 -7 src/sys/net
ru 2006-02-14 06:20:16 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/boot/common help.common loader.8
sys/boot/efi/libefi bootinfo.c
sys/boot/forth loader.conf loader.conf.5
sys/boot/i386/libi386 bootinfo.c libi386.h
sys/
Joe Marcus Clarke wrote:
> marcus 2006-02-14 03:20:13 UTC
>
> FreeBSD ports repository
>
> Modified files:
> devel/portlint Makefile
> devel/portlint/src portlint.pl
> Log:
> Update to 2.8.5.
>
> * Add a check for .mo (translation) files, and warn if USE_GETTEX
On Mon, Feb 13, 2006 at 05:56:24PM +, Doug Ambrisko wrote:
> ambrisko2006-02-13 17:56:24 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/modules Makefile
> share/man/man4 Makefile
> sys/conf files.amd64 files.i386
> Log:
> Tie the
bde 2006-02-14 05:37:25 UTC
FreeBSD src repository
Modified files:
usr.bin/systat vmstat.c
Log:
Fixed style bugs in rev.1.12. Rev.1.12 arranged to display the interrupt
number in more cases by stealing 2 characters from the count field to
give more space in the des
jylefort2006-02-14 05:33:46 UTC
FreeBSD ports repository
Modified files:
x11-themes/linux-hicolor-icon-theme Makefile
Added files:
x11-themes/linux-hicolor-icon-theme pkg-plist
Log:
Fix packing list.
Reported by:pointyhat via kris
Revision ChangesPath
clsung 2006-02-14 05:08:16 UTC
FreeBSD ports repository
Added files:
textproc/openvanilla-modules pkg-plist
Log:
- add missing pkg-plist
- noticed by krismail
Approved by:maintainer
Revision ChangesPath
1.1 +24 -0 ports/textproc/openvanilla-modul
imp 2006-02-14 04:16:56 UTC
FreeBSD src repository
Modified files:
etc/defaults rc.conf
Log:
Remove vestiges of OLDCARD.
Revision ChangesPath
1.277 +0 -6 src/etc/defaults/rc.conf
___
cvs-all@freebsd.org
kientzle2006-02-14 04:05:03 UTC
FreeBSD src repository
Modified files:
lib/libarchive archive_write_set_format_pax.c
Log:
Minor fixes to the code that generates an internal ustar filename
for Pax extended attribute entries.
Revision ChangesPath
1.33 +22 -
kientzle2006-02-14 04:00:14 UTC
FreeBSD src repository
Modified files:
lib/libarchive archive_read_support_format_cpio.c
Log:
Extract device number information from SVR4 CPIO archives.
Without this, you cannot properly restore device node entries
from such archives.
marcel 2006-02-14 03:40:49 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/ia64/ia64mca.c mp_machdep.c
Log:
MFC fixes for MCA MPSAFEness:
mca.c:1.11
mp_machdep.c:1.60
Approved by: re (scottl, thanks!)
Revision Chang
rwatson 2006-02-14 03:39:04 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
usr.bin/netstat mbuf.c
Log:
Merge mbuf.c:1.48 from HEAD to RELENG_6:
Sort sfbuf allocation counters with other sfbuf information.
Approved by:re (scottl)
Rev
rwatson 2006-02-14 03:38:31 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
lib/libmemstat memstat_uma.c
Log:
Merge memstat_uma.c:1.17 from HEAD to RELENG_6:
Update copyright for 2006.
Approved by:re (scottl)
Revision ChangesPa
rwatson 2006-02-14 03:37:58 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/vm uma_core.c
Log:
Merge uma_core.c:1.136 from HEAD to RELENG_6:
Skip per-cpu caches associated with absent CPUs when generating a
memory statistics recor
rwatson 2006-02-14 03:37:12 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
lib/libmemstat memstat_uma.c
Log:
Merge memstat_uma.c:1.16 from HEAD to RELENG_6:
The uma_zone data structure defines the size of its uz_cpu[] array as 1,
but then si
rwatson 2006-02-14 03:36:21 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
lib/libmemstat memstat_uma.c
Log:
Merge memstat_uma.c:1.15 from HEAD to RELENG_6:
When reporting an error reading from UMA per-cpu cache pointers using KVM,
return a
rwatson 2006-02-14 03:35:26 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
lib/libmemstat memstat_uma.c
Log:
Merge memstat_uma.c:1.14 from HEAD to RELENG_6:
Read all_cpus variable out of kmem, and validate CPUs against the all_cpus
cpu mask
rwatson 2006-02-14 03:33:50 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
usr.bin/netstat mbuf.c
Log:
Merge mbuf.c:1.47 from HEAD to RELENG_6:
Un-#if 0 the printing of allocation failure counts for mbufs, clusters,
and packets in netstat -m.
rwatson 2006-02-14 03:33:06 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
lib/libmemstat memstat_uma.c
Log:
Merge memstat_uma.c:1.13 from HEAD to RELENG_6:
Correct a typo in the extraction of zone information from UMA using kmem:
bytes = al
rwatson 2006-02-14 03:32:15 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
lib/libutil login_ok.c
Log:
Merge login_ok.c:1.12 from HEAD to RELENG_6:
Fix typo in comment.
Approved by:re (scottl)
Revision ChangesPath
1.11.1
rwatson 2006-02-14 03:29:32 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/kern subr_disk.c
Log:
Merge subr_disk.c:1.86 from HEAD to RELENG_6:
When calling bioq_first() to see if a queue is empty in bioq_disksort(),
don't save the
rwatson 2006-02-14 03:28:31 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
usr.bin/kdumpkdump.1 kdump.c
Log:
Merge kdump.1:1.13, kdump.c:1.27, as well as some of the mdoc cleanups
present in kdump.1:1.15:
Add a "-H" argument to kdump, which
marcus 2006-02-14 03:20:13 UTC
FreeBSD ports repository
Modified files:
devel/portlint Makefile
devel/portlint/src portlint.pl
Log:
Update to 2.8.5.
* Add a check for .mo (translation) files, and warn if USE_GETTEXT is not
set. [1]
* Make sure USE_RC_SUBR
nork2006-02-14 03:16:57 UTC
FreeBSD ports repository
Modified files:
mail/sylpheed2-devel Makefile
Log:
Mark IGNORE until the next development starts.
Revision ChangesPath
1.142 +2 -0 ports/mail/sylpheed2-devel/Makefile
___
julian 2006-02-14 03:13:12 UTC
FreeBSD src repository
Modified files:
sbin/ipfwipfw2.c
Log:
oops, mismerge from working sources.. not only add new code,
but remove old code!
Revision ChangesPath
1.84 +0 -2 src/sbin/ipfw/ipfw2.c
___
julian 2006-02-14 03:10:29 UTC
FreeBSD src repository
Modified files:
sbin/ipfwipfw.8 ipfw2.c
Log:
Stop ipfw from aborting when asked to delete a table entry that
doesn't exist or add one that is already present, if the -q flag
is set. Useful for "ipfw -q /dev/st
hrs 2006-02-14 02:39:23 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_5)
share/examples/cvsup standard-supfile
Log:
Use more specific expression which means the 5.x stable branch.
Approved by:re (implicitly)
Revision ChangesPath
1.23.2
hrs 2006-02-14 02:32:25 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
share/examples/cvsup standard-supfile
Log:
standard-supfile on RELENG_6 is for 6.x-STABLE now, not -current.
Spotted by: yar
Approved by:re (implicitly)
Revision
maho2006-02-14 02:30:16 UTC
FreeBSD ports repository
Modified files:
math/atlas Makefile pkg-plist
Added files:
math/atlas/files timing_tolerance-patch
Removed files:
math/atlas/files patch-tune+sysinfo+getSysSum.c
Log:
o cleanups
o faster bu
hrs 2006-02-14 02:00:24 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_5)
release Makefile
Log:
MFC: Fix a bug which puts an incorrect checksum of CHECKSUM.MD5
into the CHECKSUM.MD5 file itself.
Approved by:re (scottl)
Revision
hrs 2006-02-14 01:58:22 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
release Makefile
Log:
MFC: Fix a bug which puts an incorrect checksum of CHECKSUM.MD5
into the CHECKSUM.MD5 file itself.
Approved by:re (scottl)
Revision
leeym 2006-02-14 01:47:04 UTC
FreeBSD ports repository
Modified files:
devel/p5-File-Remove Makefile distinfo
Log:
- Update to 0.31
PR: 91693
Submitted by: leeym
Approved by:maintainer timeout
Revision ChangesPath
1.6 +10 -2 port
hrs 2006-02-14 01:40:17 UTC
FreeBSD doc repository
Modified files:
en/releases/6.1R todo.sgml
Log:
New item:
- swapping performance on 6.0 is much worse than on 4.x.
Update items:
- "unmount pending error": ssouhlal@ is investigating.
- "quota deadlocks": je
hrs 2006-02-14 01:39:52 UTC
FreeBSD doc repository
Modified files:
en developers.sgml
Log:
Add &a.dwmalone;.
Revision ChangesPath
1.125 +2 -1 www/en/developers.sgml
___
cvs-all@freebsd.org mail
leeym 2006-02-14 01:37:32 UTC
FreeBSD ports repository
Modified files:
net/p5-Net-CIDR-Lite Makefile distinfo
Log:
- Update to 0.19
PR: 92695
Submitted by: leeym
Approved by:maintainer timeout
Revision ChangesPath
1.3 +3 -1 port
wsalamon2006-02-14 01:18:31 UTC
FreeBSD src repository
Modified files:
sys/kern sys_process.c
Log:
Audit the arguments to the ptrace(2) system call.
Obtained from: TrustedBSD Project
Approved by: rwatson (mentor)
Revision ChangesPath
1.136 +7 -0
wsalamon2006-02-14 01:17:03 UTC
FreeBSD src repository
Modified files:
sys/kern kern_sig.c
Log:
Audit the arguments to the kill(2) and killpg(2) system calls.
Obtained from: TrustedBSD Project
Approved by: rwatson (mentor)
Revision ChangesPath
1.322
rwatson 2006-02-14 00:07:17 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
lib/libmemstat memstat_uma.c
Log:
Merge memstat_uma.c:1.12 from HEAD to RELENG_6:
Remove unnecessary and undesirable 'static' from function-local keg
list, which coul
rwatson 2006-02-14 00:06:32 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/nfsclientnfs_lock.c
Log:
Merge nfs_lock.c:1.43 from HEAD to RELENG_6:
In nfs_dolock(), GC now under-used ioflg, rendered obsolete when we moved
from using a fif
For those of you living in the Bay Area, I am organizing a FreeBSD
code reading seminar to be run in Berkeley starting next week (dates
below). I would really appreciate having some of the committers
attend and participate as I plan to debate architectural issues as
well as discuss implementation d
rwatson 2006-02-14 00:03:01 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/sys vnode.h
Log:
Merge vnode.h:1.312 from HEAD to RELENG_6:
Rename uid and gid arguments to vaccess() prototype to match vaccess()
implementation in vfs_su
rwatson 2006-02-14 00:02:02 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/kern kern_ktrace.c
sys/sys ktrace.h
Log:
Merge kern_ktrace.c:1.103, ktrace.h:1.31 from HEAD to RELENG_6:
Reuse ktr_unused field in ktr_header
rwatson 2006-02-13 23:54:49 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netatm atm_signal.c
Log:
Merge atm_signal.c:1.14 from HEAD to RELENG_6:
Convert function declarations to ANSI C.
Approved by:re (scottl)
Revision C
rwatson 2006-02-13 23:52:29 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/libkern fnmatch.c
Log:
Merge fnmatch.c:1.20 from HEAD to RELENG_6:
Convert function declarations to ANSI C.
Approved by:re (scottl)
Revision Changes
rwatson 2006-02-13 23:51:20 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/kern uipc_sem.c
Log:
Merge uipc_sem.c:1.22 from HEAD to RELENG_6:
Convert remaining functions to ANSI C function declarations.
Approved by:re (scottl)
rwatson 2006-02-13 23:48:27 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/i386/ibcs2 Makefile
Log:
Merge Makefile:1.4 from HEAD to RELENG_6:
Correct help line: list targets, not names of files generated by targets
when no argument is pr
rwatson 2006-02-13 23:47:48 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
usr.sbin/mergemaster mergemaster.8 mergemaster.sh
Log:
Merge mergemaster.8:1.34, mergemaster.sh:1.53 from HEAD to RELENG_6:
Add a -A argument to mergemaster to allow explicitly
rwatson 2006-02-13 23:46:31 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netinet ip_input.c
Log:
Merge ip_input.c:1.311 from HEAD to RELENG_6:
Modify the IP fragment reassembly code so that it uses a new UMA zone,
ipq_zone, to alloc
rwatson 2006-02-13 23:44:20 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netinet ip_input.c
Log:
MFC ip_input.c:1.310:
Staticize ipqlock, since it is local to ip_input.c.
Approved by:re (scottl)
Revision ChangesPath
gerald 2006-02-13 23:21:38 UTC
FreeBSD ports repository
Modified files:
lang/gcc33 Makefile
Log:
Remove USE_REINPLACE= and adjust the quoting of BROKEN=, both as advised
by new portlint.
Revision ChangesPath
1.209 +1 -2 ports/lang/gcc33/Makefile
dds 2006-02-13 23:21:23 UTC
FreeBSD ports repository (src committer)
Modified files:
sysutils/prune Makefile
Log:
Fix typo.
Submitted by: Kris Kennaway
Revision ChangesPath
1.4 +1 -1 ports/sysutils/prune/Makefile
___
On Mon, Feb 13, 2006 at 10:37:38PM +, Diomidis Spinellis wrote:
> dds 2006-02-13 22:37:38 UTC
>
> FreeBSD ports repository (src committer)
>
> Modified files:
> sysutils/prune Makefile
> Log:
> The port was renamed fileprune more than a year ago.
> Mark it as depr
On Mon, Feb 13, 2006 at 11:48:41PM +0100, Marc Fonvieille wrote:
> On Mon, Feb 13, 2006 at 08:06:52PM +, Ceri Davies wrote:
> > ceri2006-02-13 20:06:52 UTC
> >
> > FreeBSD doc repository
> >
> > Modified files:
> > en_US.ISO8859-1/books/handbook/advanced-networking
> >
[- cvs-all]
On Mon, Feb 13, 2006 at 11:25:09PM +0100, Joel Dahl wrote:
> > A commit bit upgrade has never before been announced in the news box.
> > This bumped off the Foundation Announcement about the December
> > newsletter from the front page of the website. I think by announce he
> > meant a
On Mon, Feb 13, 2006 at 08:06:52PM +, Ceri Davies wrote:
> ceri2006-02-13 20:06:52 UTC
>
> FreeBSD doc repository
>
> Modified files:
> en_US.ISO8859-1/books/handbook/advanced-networking
>chapter.sgml
> Log:
> PLIP
dds 2006-02-13 22:37:38 UTC
FreeBSD ports repository (src committer)
Modified files:
sysutils/prune Makefile
Log:
The port was renamed fileprune more than a year ago.
Mark it as deprecated, preparing the ground for its removal.
PR: ports/91477
Submi
On Mon, 2006-02-13 at 13:54 -0800, Murray Stokely wrote:
> On Tue, Jan 31, 2006 at 11:47:55PM +, Colin Percival wrote:
> > cperciva2006-01-31 23:47:55 UTC
> >
> > FreeBSD doc repository (src,ports committer)
> >
> > Modified files:
> > en/news news.xml
> > Log:
> >
thierry 2006-02-13 22:13:20 UTC
FreeBSD doc repository (ports committer)
Modified files:
en_US.ISO8859-1/articles/contributors contrib.additional.sgml
Log:
Add an entry for Christopher Illies.
PR: ports/92591
Submitted by: himself
Revision ChangesPa
dwmalone2006-02-13 22:09:26 UTC
FreeBSD src repository
Modified files:
usr.bin/column column.c
Log:
The change to make column use roundup(x, TAB) rounded things to the
current tab, however the code it replaced wanted to round to the
next TAB. Consequently things like th
thierry 2006-02-13 22:09:20 UTC
FreeBSD ports repository
Modified files:
math/gri Makefile distinfo pkg-plist
Removed files:
math/gri/files patch-aa patch-ab patch-ac
Log:
- Upgrade to 2.12.10;
- Assign maintainership.
PR: 92591
Su
thierry 2006-02-13 22:00:55 UTC
FreeBSD ports repository
Modified files:
cad/netgen Makefile
Log:
Netgen builds fine with gcc-3.4, that should make it packageable on
amd64.
Since I'm there, pet portlint.
Tested by: Pedro F. Giffuni
Revision Chang
On Mon, Feb 13, 2006 at 01:54:07PM -0800, Murray Stokely wrote:
> A commit bit upgrade has never before been announced in the news box.
> This bumped off the Foundation Announcement about the December
> newsletter from the front page of the website. I think by announce he
> meant a mail to [EMAIL
murray 2006-02-13 21:55:09 UTC
FreeBSD doc repository
Modified files:
en/eventsevents.xml
Log:
Add Kirk's FreeBSD Kernel Code Reading course to the upcoming events
page.
Revision ChangesPath
1.66 +30 -1 www/en/events/events.xml
On Tue, Jan 31, 2006 at 11:47:55PM +, Colin Percival wrote:
> cperciva2006-01-31 23:47:55 UTC
>
> FreeBSD doc repository (src,ports committer)
>
> Modified files:
> en/news news.xml
> Log:
> Edwin says that I'm supposed to announce my commit bit upgrade.
A commi
cel 2006-02-13 21:50:51 UTC
FreeBSD doc repository (src committer)
Modified files:
en/news news.xml
Log:
Add myself as a new src committer.
Approved by:silby (mentor)
Revision ChangesPath
1.369 +7 -1 www/en/news/news.xml
murray 2006-02-13 21:42:55 UTC
FreeBSD doc repository
Modified files:
en/news news.xml
Log:
Add information about Kirk's upcoming FreeBSD Kernel Code Reading
course in Berkeley.
Revision ChangesPath
1.368 +18 -1 www/en/news/news.xml
___
marcel 2006-02-13 21:41:33 UTC
FreeBSD src repository
Modified files:
etc/rc.d archdep
Log:
On ia64, the unaligned_print sysctl is a debugging knob under debug
and not under machdep as the behaviour is controlled by the process.
When PSR.ac is set the process exp
joel2006-02-13 21:34:19 UTC
FreeBSD src repository (doc committer)
Modified files:
share/man/man4 atkbd.4 ipmi.4 ohci.4 syscons.4 vga.4
share/man/man9 acl.9 buf.9 mtx_pool.9 rman.9
vm_page_wakeup.9
Log:
.Pp before .Sh is redundant.
imp 2006-02-13 21:25:01 UTC
FreeBSD src repository
Modified files:
share/man/man5 Makefile
Log:
Fix leakage of uncommitted build changes
Revision ChangesPath
1.66 +1 -1 src/share/man/man5/Makefile
___
cvs
anray 2006-02-13 21:23:23 UTC
FreeBSD ports repository
Modified files:
editors/xemacs21-mule pkg-plist
Log:
Fix plist.
Reported by:yoichi, kris
Revision ChangesPath
1.19 +2 -0 ports/editors/xemacs21-mule/pkg-plist
_
brueffer2006-02-13 21:21:56 UTC
FreeBSD doc repository
Modified files:
en/releases/6.1R todo.sgml
Log:
Correct a word.
Submitted by: Daniel Seuffert
Revision ChangesPath
1.10 +2 -2 www/en/releases/6.1R/todo.sgml
___
matteo 2006-02-13 21:10:03 UTC
FreeBSD src repository
Modified files:
share/man/man5 rc.conf.5
etc/defaults rc.conf
Log:
Add a default ldconfig32_paths entry in default/rc.conf for 32-bit
compatability shared libraries.
It is used by the ldconfig rc.d scrip
jeh 2006-02-13 21:08:51 UTC
FreeBSD ports repository
Modified files:
security/uvscan-dat Makefile distinfo
Log:
Update to DAT 4695
Revision ChangesPath
1.499 +1 -1 ports/security/uvscan-dat/Makefile
1.494 +3 -3 ports/security/uvscan-dat/distin
ceri2006-02-13 21:03:55 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
usr.sbin/sysinstall/help slice.hlp
Log:
MFC revision 1.10:
Another update for reality: "dangerously dedicated" mode is
now achieved by hitting 'F', which is no longer undocume
oliver 2006-02-13 21:02:50 UTC
FreeBSD ports repository
Modified files:
mail/sylpheed2 Makefile distinfo pkg-plist
Added files:
mail/sylpheed2/files patch-libsylph-defs.h
Removed files:
mail/sylpheed2/files patch-ac
Log:
update to 2.2.0
most Makefile change
ceri2006-02-13 21:02:35 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
usr.sbin/sysinstall menus.c
Log:
MFC revision 1.414:
Correct a user-visible typo.
Approved by:re (scottl)
Revision ChangesPath
1.410.2.3 +1 -1 s
ceri2006-02-13 21:01:23 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
usr.sbin/sysinstall/help anonftp.hlp distributions.hlp
fixit.hlp html.hlp options.hlp
partition.hlp securelevel.hlp
ceri2006-02-13 20:49:32 UTC
FreeBSD src repository
Modified files:
usr.sbin/sysinstall devices.c tcpip.c
Log:
s/lp/plip/ for PLIP interfaces.
Approved by:jhb
MFC after: 1 week
Revision ChangesPath
1.164 +1 -1 src/usr.sbin/sysinstall/devic
ceri2006-02-13 20:47:43 UTC
FreeBSD src repository
Modified files:
share/man/man4 lp.4
Log:
The interface for PLIP has been plip0 rather than lp0 for a long time.
Update to match.
Revision ChangesPath
1.14 +1 -1 src/share/man/man4/lp.4
__
kris2006-02-13 20:47:04 UTC
FreeBSD ports repository
Modified files:
Tools/portbuild/scripts buildscript
Log:
* Switch back to using pkg_delete -f; we are not yet ready to deal
with all the errors from broken pkg_delete scripts
* As threatened in previous commit, mov
ceri2006-02-13 20:34:20 UTC
FreeBSD doc repository
Modified files:
en_US.ISO8859-1/books/handbook/advanced-networking
chapter.sgml
Log:
OK, it's in already.
Revision ChangesPath
1.378 +1 -1
doc/en_U
imp 2006-02-13 20:10:35 UTC
FreeBSD src repository
Modified files:
share/man/man5 Makefile rc.conf.5
Log:
Remove pccard variables which are no longer supported after the move
to NEWCARD.
Revision ChangesPath
1.65 +3 -1 src/share/man/man5/Makefile
imp 2006-02-13 20:08:31 UTC
FreeBSD src repository
Modified files:
etc/rc.d Makefile netif
Removed files:
etc/rc.d pccard
Log:
Since OLDCARD is gone from the kernel, catchup here and remove support
from here as well.
Revision Changes
ceri2006-02-13 20:06:52 UTC
FreeBSD doc repository
Modified files:
en_US.ISO8859-1/books/handbook/advanced-networking
chapter.sgml
Log:
PLIP interfaces are not, and never have been, called lp0 on 4.x.
Correct the PLIP
fjoe2006-02-13 19:51:31 UTC
FreeBSD ports repository
Modified files:
emulators/dynamips Makefile
emulators/dynamips/files patch-Makefile
Log:
Correct check for FreeBSD version that has libpcap 0.9+.
Revision ChangesPath
1.5 +2 -5 ports/emulators/
ale 2006-02-13 19:44:19 UTC
FreeBSD ports repository
Modified files:
databases/mysql41-server Makefile pkg-plist.client
Log:
MySQL 4.1 doesn't need newer zlib.
Reported by:mnag
Revision ChangesPath
1.216 +2 -8 ports/databases/mysql41-server/Makef
fjoe2006-02-13 19:42:36 UTC
FreeBSD ports repository
Modified files:
emulators/dynamips Makefile distinfo
emulators/dynamips/files patch-Makefile
Log:
Update to 0.2.3c.
- Fixed a stupid bug in DMA handling, which in certain conditions can
cause an infinite loop.
sobomax 2006-02-13 19:19:48 UTC
FreeBSD ports repository
Modified files:
misc/zaptel Makefile
Log:
pre-install -> pre-su-install.
Revision ChangesPath
1.18 +1 -1 ports/misc/zaptel/Makefile
___
cvs-all@free
fjoe2006-02-13 19:16:41 UTC
FreeBSD ports repository
Modified files:
emulators/dynamips Makefile
emulators/dynamips/files patch-Makefile
Log:
- Fix the build on RELENG_4 (USE_GCC=3.2+) [1]
- Fix the build on arches other than i386 [2]
- Bump PORTREVISION
Noted
olgeni 2006-02-13 18:53:33 UTC
FreeBSD ports repository
Modified files:
java/netbeansMakefile
Log:
Upgrade to current bsd.java.mk syntax.
Revision ChangesPath
1.18 +2 -1 ports/java/netbeans/Makefile
___
cv
olgeni 2006-02-13 18:52:12 UTC
FreeBSD ports repository
Modified files:
java/netbeans4 Makefile
Log:
Upgrade to current bsd.java.mk syntax, fix portlint issues, cleanup
whitespace.
Revision ChangesPath
1.17 +8 -7 ports/java/netbeans4/Makefile
___
olgeni 2006-02-13 18:50:51 UTC
FreeBSD ports repository
Modified files:
java/netbeans3 Makefile
Log:
Upgrade to current bsd.java.mk syntax, remove commented MASTER_SITES.
Revision ChangesPath
1.16 +3 -2 ports/java/netbeans3/Makefile
__
olgeni 2006-02-13 18:50:06 UTC
FreeBSD ports repository
Modified files:
lang/erlang Makefile
Log:
Upgrade to current bsd.java.mk syntax.
Revision ChangesPath
1.82 +2 -2 ports/lang/erlang/Makefile
___
cvs-
sam 2006-02-13 18:40:53 UTC
FreeBSD src repository
Modified files:
sys/dev/ath/ath_rate/sample sample.c
Log:
fix comment and whitespace
Revision ChangesPath
1.13 +2 -3 src/sys/dev/ath/ath_rate/sample/sample.c
_
olgeni 2006-02-13 18:38:38 UTC
FreeBSD ports repository
Modified files:
java/netbeansMakefile distinfo pkg-plist
Log:
Upgrade to version 5.0.
Revision Changes Path
1.17 +9 -9ports/java/netbeans/Makefile
1.7 +3 -2ports/java/netbea
1 - 100 of 186 matches
Mail list logo