On Thu, Feb 16, 2006 at 09:30:13 +, Greg Lehey wrote:
> grog2006-02-16 09:30:13 UTC
>
> FreeBSD src repository
>
> Modified files:
> games/fortune/datfiles fortunes
> Log:
> Wisdom about the Open Source ecosystem.
>
> Submitted by: Mеrten Mickos
>
> Revision Ch
nyan2007-05-13 07:19:11 UTC
FreeBSD src repository
Modified files:
sys/pc98/confGENERIC
Log:
Disable PREEMPTION option. It causes some problem on pc98.
Revision ChangesPath
1.293 +1 -1 src/sys/pc98/conf/GENERIC
___
maxim 2007-05-13 09:33:35 UTC
FreeBSD src repository
Modified files:
etc/defaults periodic.conf
share/man/man5 periodic.conf.5
Added files:
etc/periodic/daily 480.status-ntpd
Log:
o Add a script to check ntpd(8) state. Default is off.
PR:
pav 2007-05-13 11:50:32 UTC
FreeBSD src repository (doc,ports committer)
Modified files:(Branch: RELENG_6)
usr.bin/uniq uniq.1
Log:
MFC: v1.20
Document that uniq(1) limits input line length to LINE_MAX characters.
Revision ChangesPath
1.19.2.1
rwatson 2007-05-13 12:04:06 UTC
FreeBSD src repository
Modified files:
lib/libc/net ether_addr.c
Log:
Move to more conformant style(9) before making functional changes.
Revision ChangesPath
1.16 +35 -51src/lib/libc/net/ether_addr.c
___
chinsan 2007-05-13 12:22:54 UTC
FreeBSD src repository (doc committer)
Modified files:(Branch: RELENG_6)
share/man/man7 hier.7
Log:
- Remove the deprecated ``/stand'' hierarchy.
(MFC)
PR: docs/37
Submitted by: Niclas Zeising
Approved b
On Sun, 13 May 2007, Wojciech A. Koszek wrote:
Log:
Bump config(8) version and build requirement for config(8) to 66. This
is caused by my latest changes to config(8). You're supposed to install new
config(8) in order to prevent yourself from seeing a warning about old
version of that
rwatson 2007-05-13 13:57:45 UTC
FreeBSD src repository
Modified files:
lib/libc/net ether_addr.c ethers.3
Log:
Add and document ether_ntoa_r() and ether_aton_r() functions, which accept
passed storage buffers rather than using static storage. Reimplement
ether_ntoa()
On Sun, May 13, 2007 at 01:19:39PM +0100, Robert Watson wrote:
>
> On Sun, 13 May 2007, Wojciech A. Koszek wrote:
>
> > Log:
> > Bump config(8) version and build requirement for config(8) to 66. This
> > is caused by my latest changes to config(8). You're supposed to install
> > new
> > conf
rwatson 2007-05-13 14:03:22 UTC
FreeBSD src repository
Modified files:
tools/regression/lib/libc/net Makefile
Added files:
tools/regression/lib/libc/net test-ether.c test-ether.t
Log:
Add regression tests for ethers(3) functions, including new _r variants.
Four tests cur
deischen2007-05-13 14:12:41 UTC
FreeBSD src repository
Modified files:
.Makefile.inc1
lib/libc Makefile
lib/libc_r Makefile
lib/libpthread Makefile pthread.map
lib/libpthread/thread thr_private.h
lib/librt
chinsan 2007-05-13 14:15:18 UTC
FreeBSD doc repository
Modified files:
share/images/books/handbook/install main-keymap.scr
Log:
- Update the outdated screenshot of handbook.
The old:
http://people.freebsd.org/~chinsan/doc/main-keymap.old.png
The new:
http://people.f
chinsan 2007-05-13 14:16:47 UTC
FreeBSD doc repository
Modified files:
en/platforms amd64.sgml
Log:
- update the URL of Intel EMT64
Approved by:delphij@ (mentor)
Revision ChangesPath
1.19 +2 -2 www/en/platforms/amd64.sgml
___
deischen2007-05-13 14:16:55 UTC
FreeBSD src repository
Modified files:
lib/libc/amd64 Symbol.map
lib/libc/arm Symbol.map
lib/libc/gmonSymbol.map
lib/libc/i386Symbol.map
lib/libc/powerpc Symbol.map
Log:
Remove .mcount from gmon
On Sun, 13 May 2007, Robert Watson wrote:
rwatson 2007-05-13 13:57:45 UTC
FreeBSD src repository
Modified files:
lib/libc/net ether_addr.c ethers.3
Log:
Add and document ether_ntoa_r() and ether_aton_r() functions, which accept
passed storage buffers rather than using stati
deischen2007-05-13 14:28:16 UTC
FreeBSD src repository
Modified files:
sys/sys param.h
Log:
Bump FreeBSD version for enabling of symbol versioning and changing
default threading library to libthr.
Revision ChangesPath
1.296 +1 -1 src/sys/sys/pa
deischen2007-05-13 14:34:03 UTC
FreeBSD doc repository (src,ports committer)
Modified files:
en_US.ISO8859-1/books/porters-handbook book.sgml
Log:
Document FreeBSD version bump and switching to libthr as default threading
library.
Revision ChangesPath
1.832 +5 -
deischen2007-05-13 14:41:48 UTC
FreeBSD src repository
Modified files:
.UPDATING
Log:
Add some notes about symbol versioning and the switch to libthr.
Revision ChangesPath
1.490 +13 -0 src/UPDATING
__
On Sun, 13 May 2007, Daniel Eischen wrote:
On Sun, 13 May 2007, Robert Watson wrote:
rwatson 2007-05-13 13:57:45 UTC
FreeBSD src repository
Modified files:
lib/libc/net ether_addr.c ethers.3
Log:
Add and document ether_ntoa_r() and ether_aton_r() functions, which accept
On Sun, 13 May 2007, Daniel Eischen wrote:
Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it.
Warning, after symbol versioning is enabled, going back is not easy
(use WITHOUT_SYMVER at your own risk).
Change the default thread library to libthr.
There most likely sti
rwatson 2007-05-13 15:01:25 UTC
FreeBSD src repository
Modified files:
lib/libc/net Symbol.map
Log:
Add ether_aton_r and ether_ntoa_r to public symbol map for libc.
Pointed out by: deischen
Revision ChangesPath
1.9 +2 -0 src/lib/libc/net/Symbol
Robert Watson wrote:
rwatson 2007-05-13 13:57:45 UTC
FreeBSD src repository
Modified files:
lib/libc/net ether_addr.c ethers.3
Log:
Add and document ether_ntoa_r() and ether_aton_r() functions, which accept
passed storage buffers rather than using static storage. Re
rwatson 2007-05-13 15:52:46 UTC
FreeBSD src repository
Modified files:
sys/net ethernet.h
Log:
Add prototypes for ether_aton_r() and ether_ntoa_r() missed in previous
commit.
Revision ChangesPath
1.31 +2 -0 src/sys/net/ethernet.h
_
chinsan 2007-05-13 16:30:37 UTC
FreeBSD doc repository
Modified files:
en_US.ISO8859-1/articles/contributors contrib.additional.sgml
Log:
- Add The FreeBSD Traditional-Chinese Documentation Project members:
Cheng-Tao Li(aka. psilotum), Tz-Huan Huang(aka. tzhuang,
Wei-Hao Syu(
chinsan 2007-05-13 17:27:00 UTC
FreeBSD doc repository
Modified files:
share/sgml trademarks.ent
Log:
- Add entries for AMD/Sempron, AMD/Turion.
Approved by:delphij@ (mentor)
Revision ChangesPath
1.39 +4 -0 doc/share/sgml/trademarks.ent
__
mjacob 2007-05-13 17:45:01 UTC
FreeBSD src repository
Modified files:
sys/dev/isp isp_freebsd.c
Log:
Temp workaround for config_intrhook_establish running the hook
right away.
Revision ChangesPath
1.141 +3 -0 src/sys/dev/isp/isp_freebsd.c
des 2007-05-13 18:15:50 UTC
FreeBSD src repository
Modified files:
.Makefile.inc1
Log:
Greatly speed up {check,delete}-old* by replacing make loops with sh loops.
MFC after: 3 weeks
Revision ChangesPath
1.574 +20 -28src/Makefi
mckusick2007-05-13 18:21:54 UTC
FreeBSD src repository
Modified files:
sys/kern Make.tags.inc
sys/i386 Makefile
Log:
Update entries for building tags.
Revision ChangesPath
1.12 +3 -3 src/sys/i386/Makefile
1.18 +9 -5 s
On 2007.05.13 17:27:01 +, Chin-San Huang wrote:
> chinsan 2007-05-13 17:27:00 UTC
>
> FreeBSD doc repository
>
> Modified files:
> share/sgml trademarks.ent
> Log:
> - Add entries for AMD/Sempron, AMD/Turion.
I don't think "Sempron" and "Turion" are trademarks (hov
pav 2007-05-13 18:59:22 UTC
FreeBSD src repository (doc,ports committer)
Modified files:
usr.sbin/bluetooth/rfcomm_pppd rfcomm_pppd.8
Log:
Add `accept dns' to rfcomm-server example
PR: docs/111320
Submitted by: James Flemer <[EMAIL PROTECTED]>
No object
In message: <[EMAIL PROTECTED]>
"Wojciech A. Koszek" <[EMAIL PROTECTED]> writes:
: wkoszek 2007-05-13 02:36:41 UTC
:
: FreeBSD src repository
:
: Modified files:
: sys/conf Makefile.amd64 Makefile.arm Makefile.i386
: Makefile.ia64 Make
ariff 2007-05-13 20:50:31 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/sound/pcmbuffer.h
Log:
MFC: [stage: 1/7]
buf_addr should be bus_addr_t rather than u_int32_t.
Revision ChangesPath
1.10.2.2 +1 -1 src/sys/dev/sound/
ariff 2007-05-13 20:53:40 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/sound/pcmac97.c ac97.h channel.c mixer.c mixer.h
sound.h
sys/dev/sound/usbuaudio_pcm.c
Log:
MFC: [stage: 2/7]
Various fixups, espec
ariff 2007-05-13 21:03:46 UTC
FreeBSD src repository
Added files: (Branch: RELENG_6)
sys/dev/sound/pcienvy24.c envy24.h envy24ht.c envy24ht.h
spicds.c spicds.h
sys/modules/sound/driver/envy24 Makefile
sys/modules/sound/driver/envy24h
ariff 2007-05-13 21:09:24 UTC
FreeBSD src repository
Added files: (Branch: RELENG_6)
sys/dev/sound/pci/hda hda_reg.h hdac.c hdac.h hdac_private.h
hdac_reg.h
sys/modules/sound/driver/hda Makefile
Log:
MFC: [stage: 4/7]
Allright you
ariff 2007-05-13 21:11:40 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/conf files
sys/dev/sounddriver.c
sys/modules/sound/driver Makefile
Log:
MFC: [stage: 5/7]
Connect both snd_hda(4) and snd_envy24*/spicds(4) to b
ariff 2007-05-13 21:12:32 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/conf NOTES
Log:
MFC: [stage: 6/7]
Add notes and options for snd_hda(4) and snd_envy24*/spicds(4).
Revision ChangesPath
1.1325.2.31 +8 -0 src/
ariff 2007-05-13 21:13:11 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/boot/forth loader.conf
Log:
MFC: [stage: 7/7]
Add module loading options for snd_hda(4) and snd_envy24*/spicds(4).
Revision ChangesPath
1.95.2.13 +4 -0
marcus 2007-05-13 21:36:11 UTC
FreeBSD doc repository
Modified files:
en/gnome news.xml
Log:
Announce GNOME 2.19.1 for FreeBSD.
Revision ChangesPath
1.140 +35 -1 www/en/gnome/news.xml
___
cvs-all@freebsd
On Sun, 2007-05-13 at 21:09 +, Ariff Abdullah wrote:
> ariff 2007-05-13 21:09:24 UTC
>
> FreeBSD src repository
>
> Added files: (Branch: RELENG_6)
> sys/dev/sound/pci/hda hda_reg.h hdac.c hdac.h hdac_private.h
> hdac_reg.h
> sys/modules
andre 2007-05-13 22:16:13 UTC
FreeBSD src repository
Modified files:
sys/conf files
sys/netinet tcp_input.c tcp_reass.c tcp_subr.c
tcp_timewait.c tcp_var.h
Log:
Complete the (mechanical) move of the TCP reassembly and timewait
Andre Oppermann wrote:
andre 2007-05-13 22:16:13 UTC
FreeBSD src repository
Modified files:
sys/conf files
sys/netinet tcp_input.c tcp_reass.c tcp_subr.c
tcp_timewait.c tcp_var.h
Log:
Complete the (mechanical) move of the T
andre 2007-05-13 22:32:32 UTC
FreeBSD src repository
Modified files:
usr.bin/netstat inet.c
Log:
'netstat -A -p tcp' doesn't print the Socket but the Tcpcb pointer in the
first column.
Revision ChangesPath
1.76 +1 -1 src/usr.bin/netstat/inet.c
_
thompsa 2007-05-13 22:56:59 UTC
FreeBSD src repository
Modified files:
share/man/man9 Makefile
Log:
Link the defunct MUTEX_PROFILING option to LOCK_PROFILING.
Revision ChangesPath
1.307 +1 -0 src/share/man/man9/Makefile
_
simokawa2007-05-14 00:58:24 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/firewire sbp_targ.c
Log:
MFC: rev. 1.13
Fix a problem for multiple lun/initiators.
Revision ChangesPath
1.8.2.3 +2 -1 src/sys/dev/firewire/sbp_targ.c
chinsan 2007-05-14 02:10:00 UTC
FreeBSD doc repository
Modified files:
share/sgml trademarks.ent
Log:
- Remove entries for Sempron, Turion.
Noticed by: simon@
Approved by:delphij@ (mentor)
Revision ChangesPath
1.40 +0 -2 doc/share/sg
suz 2007-05-14 02:50:04 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netinet6 nd6.c nd6_nbr.c
Log:
MFC nd6.c Rev.1.76-77 and nd6_nbr.c Rev.1.43-44.
Fixed a memory leak in unresolved ND queue processing.
Revision ChangesPath
kevlo 2007-05-14 03:42:11 UTC
FreeBSD src repository
Modified files:
share/man/man4 ural.4
Log:
Update wlan_amrr supported to match the driver.
Revision ChangesPath
1.13 +1 -0 src/share/man/man4/ural.4
___
cperciva2007-05-14 05:00:38 UTC
FreeBSD src repository
Modified files:
lib/libmd/i386 rmd160.S sha.S
Log:
Use unsigned comparisons. Prior to this commit, SHA1_Update and
RIPEMD160_Update were broken when all of the following conditions
applied:
(1) The platform is i3
On May 13, 2007, at 12:07 AM, Vasil Dimov wrote:
On Thu, Feb 16, 2006 at 09:30:13 +, Greg Lehey wrote:
grog2006-02-16 09:30:13 UTC
FreeBSD src repository
Modified files:
games/fortune/datfiles fortunes
Log:
Wisdom about the Open Source ecosystem.
Submitted by: Mеrt
On Sun, 2007-05-13 at 23:38 +0200, Joel Dahl wrote:
> On Sun, 2007-05-13 at 21:09 +, Ariff Abdullah wrote:
> > ariff 2007-05-13 21:09:24 UTC
> >
> > FreeBSD src repository
> >
> > Added files: (Branch: RELENG_6)
> > sys/dev/sound/pci/hda hda_reg.h hdac.c hdac.h hdac_pr
In message <[EMAIL PROTECTED]>, Wes Peters writ
es:
>> What about considering this out-dated and removing it?
There is a lot of historical bagagge in fortunes, and it would be a
lot less funny if we removed everything that wasn't up to date.
--
Poul-Henning Kamp | UNIX since Zilog Zeus 3.
danger 2007-05-14 06:17:12 UTC
FreeBSD doc repository
Modified files:
en_US.ISO8859-1/articles/contributors contrib.additional.sgml
Log:
- update entry of Matus Uhlar
Approved by: trhodes (mentor), keramida (mentor)
Revision ChangesPath
1.700 +2 -2
doc
Hello,
Monday, May 14, 2007, 8:17:13 AM, was written:
> danger 2007-05-14 06:17:12 UTC
> FreeBSD doc repository
> Modified files:
> en_US.ISO8859-1/articles/contributors contrib.additional.sgml
> Log:
> - update entry of Matus Uhlar
>
> Approved by: trhodes (mentor), kera
54 matches
Mail list logo