Author: delphij
Date: Mon Jan 25 07:52:54 2010
New Revision: 202964
URL: http://svn.freebsd.org/changeset/base/202964
Log:
On FreeBSD, time_t is 64-bit for all platforms except i386 and powerpc,
where the type is 32-bit. ZFS can handle 64-bit timestamp internally
but zfs_setattr() would che
Author: joerg
Date: Mon Jan 25 06:37:44 2010
New Revision: 202962
URL: http://svn.freebsd.org/changeset/base/202962
Log:
Add an example, derived from the basic demo phk once sent me.
Modified:
head/share/man/man4/gpib.4
Modified: head/share/man/man4/gpib.4
===
Author: dougb
Date: Mon Jan 25 06:18:31 2010
New Revision: 202961
URL: http://svn.freebsd.org/changeset/base/202961
Log:
Upgrade to BIND 9.6.1-P3.
This version address the following vulnerabilities:
BIND 9 Cache Update from Additional Section
https://www.isc.org/advisories/CVE-2009-4
Author: dougb
Date: Mon Jan 25 04:42:54 2010
New Revision: 202960
URL: http://svn.freebsd.org/changeset/base/202960
Log:
Commit copyright-only changes to generated files as part of the
9.6.1-P3 update
Modified:
head/lib/bind/dns/code.h
head/lib/bind/dns/dns/enumclass.h
head/lib/bind/dns
Author: dougb
Date: Mon Jan 25 04:24:05 2010
New Revision: 202959
URL: http://svn.freebsd.org/changeset/base/202959
Log:
Tag the 9.6.1-P3 release
Added:
vendor/bind9/9.6.1-P3/
- copied from r202958, vendor/bind9/dist/
___
svn-src-all@freebsd.or
Author: dougb
Date: Mon Jan 25 04:22:19 2010
New Revision: 202958
URL: http://svn.freebsd.org/changeset/base/202958
Log:
Vendor import of BIND 9.6.1-P3
Modified:
vendor/bind9/dist/CHANGES
vendor/bind9/dist/FAQ
vendor/bind9/dist/FAQ.xml
vendor/bind9/dist/bin/dnssec/dnssec-signzone.8
ve
Author: gonzo
Date: Mon Jan 25 00:44:05 2010
New Revision: 202954
URL: http://svn.freebsd.org/changeset/base/202954
Log:
- Call post-boot fixup function in order to get proper static
symbols resolving in DDB
- When zeroing .bss/.sbss do not round end address to page boundary,
it's
Author: gavin
Date: Sun Jan 24 22:29:35 2010
New Revision: 202952
URL: http://svn.freebsd.org/changeset/base/202952
Log:
Fix mergeinfo after r202465, which was merged to etc/rc.d rather than etc
Approved by: re (kib), ed (mentor, implicit)
Modified:
Directory Properties:
stable/7/etc/
Author: tuexen
Date: Sun Jan 24 22:17:08 2010
New Revision: 202951
URL: http://svn.freebsd.org/changeset/base/202951
Log:
MFC 202449:
Get rid of support of an old version of the SCTP-AUTH draft.
Get rid of unused MD5 code.
Modified:
stable/8/sys/netinet/sctp_auth.c
stable/8/sys/netin
Author: gavin
Date: Sun Jan 24 22:01:04 2010
New Revision: 202950
URL: http://svn.freebsd.org/changeset/base/202950
Log:
Merge r202000 from head:
Don't panic on attach if we can't allocate ifp
Approved by: ed (mentor, implicit)
Modified:
stable/8/sys/dev/ae/if_ae.c
Directory Prop
Author: gavin
Date: Sun Jan 24 21:17:06 2010
New Revision: 202949
URL: http://svn.freebsd.org/changeset/base/202949
Log:
Fix mergeinfo after r202464, which was merged to etc/rc.d rather than etc
Approved by: ed (mentor, implicit)
Modified:
Directory Properties:
stable/8/etc/ (props ch
On Sun, Jan 24, 2010 at 02:30:58PM +0100, Jilles Tjoelker wrote:
> In the light of this, the size of the binary compared to the GNU one
> seems a bit disappointing to me.
Not that it is particularly hard to figure, but "the size of the binary
(XXX bytes) compared to the GNU one (YYY bytes)" seems
Author: das
Date: Sun Jan 24 20:15:59 2010
New Revision: 202947
URL: http://svn.freebsd.org/changeset/base/202947
Log:
MFC r197752:
Better glibc compatibility for getline/getdelim:
- Tolerate applications that pass a NULL pointer for the buffer and
claim that the capacity of
Author: bz
Date: Sun Jan 24 19:36:43 2010
New Revision: 202946
URL: http://svn.freebsd.org/changeset/base/202946
Log:
MFC r202469:
Garbage collect references to the no longer implemented tcp_fasttimo().
Modified:
stable/6/sys/netinet/tcp_var.h
stable/6/sys/netinet6/in6_proto.c
Directory
Author: jh
Date: Sun Jan 24 19:23:07 2010
New Revision: 202945
URL: http://svn.freebsd.org/changeset/base/202945
Log:
Fixes for ls(1) long format (-l) output:
- Allow -h option to work if the listing contains at least one device
file.
- Align major and minor device numbers correctly t
Author: jh
Date: Sun Jan 24 19:17:35 2010
New Revision: 202944
URL: http://svn.freebsd.org/changeset/base/202944
Log:
Print full path in the error message. It's possible that fts(3)
provides an empty fts_name and reporting the full path is more
appropriate especially with the -R option.
Author: joerg
Date: Sun Jan 24 19:11:08 2010
New Revision: 202943
URL: http://svn.freebsd.org/changeset/base/202943
Log:
Add man pages for the gpib(4), pcii(4), and tnt4882(4) drivers.
MFC after:3 days
Added:
head/share/man/man4/gpib.4 (contents, props changed)
head/share/man/man
Author: bz
Date: Sun Jan 24 18:18:52 2010
New Revision: 202941
URL: http://svn.freebsd.org/changeset/base/202941
Log:
MFC r202469:
Garbage collect references to the no longer implemented tcp_fasttimo().
Approved by: re (kib)
Modified:
stable/7/sys/netinet/tcp_var.h
stable/7/sys/ne
Author: attilio
Date: Sun Jan 24 18:16:38 2010
New Revision: 202940
URL: http://svn.freebsd.org/changeset/base/202940
Log:
Split out an invariant in order to better check that newtd, when
provided, must be on a runqueue.
Tested by:Giovanni Trematerra
MFC: 2
Author: imp
Date: Sun Jan 24 18:05:38 2010
New Revision: 202939
URL: http://svn.freebsd.org/changeset/base/202939
Log:
o Write the soft reset bit in the cavium core to reset. [1]
o panic if the board boot descriptor is too old...
Obtained from:[1] looking at the cavium sdk's execu
Author: fjoe
Date: Sun Jan 24 17:00:21 2010
New Revision: 202938
URL: http://svn.freebsd.org/changeset/base/202938
Log:
Record rev. 198277 MFC.
Modified:
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/amd64/include/xen/ (props changed)
stable/8/sys/cddl/contrib/opens
Author: ru
Date: Sun Jan 24 16:59:04 2010
New Revision: 202937
URL: http://svn.freebsd.org/changeset/base/202937
Log:
MFC: r191620: Added (pre|post)(start|stop) jail hooks.
PR: 143137
Approved by: re (bz)
Modified:
stable/7/etc/rc.d/jail
stable/7/share/man/man5/rc.conf.5
Author: fjoe
Date: Sun Jan 24 16:58:20 2010
New Revision: 202936
URL: http://svn.freebsd.org/changeset/base/202936
Log:
Record rev. 201924 MFC.
Modified:
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/amd64/include/xen/ (props changed)
stable/8/sys/cddl/contrib/opens
On 24/01/2010 14:05, Bjoern A. Zeeb wrote:
Author: bz
Date: Sun Jan 24 14:05:56 2010
New Revision: 202924
URL: http://svn.freebsd.org/changeset/base/202924
Log:
MFC r202468:
Add security.jail.ip4_saddrsel/ip6_nosaddrsel sysctls to control
whether to use source address selection (defa
Author: syrinx
Date: Sun Jan 24 16:17:58 2010
New Revision: 202935
URL: http://svn.freebsd.org/changeset/base/202935
Log:
While flushing the multicast filter of an interface, do not zero the relevant
ifmultiaddr structures' reference to the parent interface, unless the parent
interface is re
Author: trasz
Date: Sun Jan 24 15:12:27 2010
New Revision: 202934
URL: http://svn.freebsd.org/changeset/base/202934
Log:
Move out code that does POSIX.1e ACL inheritance into separate routines.
Reviewed by: rwatson
Modified:
head/sys/ufs/ufs/ufs_vnops.c
Modified: head/sys/ufs/ufs/ufs_v
Author: attilio
Date: Sun Jan 24 15:07:00 2010
New Revision: 202933
URL: http://svn.freebsd.org/changeset/base/202933
Log:
- Fix the kthread_{suspend, resume, suspend_check}() locking.
In the current code, the locking is completely broken and may lead
easilly to deadlocks. Fix it by usin
Author: fjoe
Date: Sun Jan 24 14:58:49 2010
New Revision: 202932
URL: http://svn.freebsd.org/changeset/base/202932
Log:
MFC rev. 201924: Send link state change control messages
to "orphans" hook as well.
Approved by: re (kib)
Modified:
stable/7/sys/netgraph/ng_ether.c
Directory Proper
Author: gavin
Date: Sun Jan 24 14:57:54 2010
New Revision: 202931
URL: http://svn.freebsd.org/changeset/base/202931
Log:
Add support for four more nfsmb controllers, shipping on at least the
ASUS Atom ION boards.
PR: kern/142571
Submitted by: oliver
Approved by: ed (mentor)
Author: ed
Date: Sun Jan 24 14:44:05 2010
New Revision: 202930
URL: http://svn.freebsd.org/changeset/base/202930
Log:
Improve the ttyname(3) manual page.
- Remove unrelated references to tty(5).
- Remove unneeded relation with FILE *.
- Add better cross references.
Modified:
head/lib
Author: ed
Date: Sun Jan 24 14:30:57 2010
New Revision: 202929
URL: http://svn.freebsd.org/changeset/base/202929
Log:
MFC r202500:
Fix a regression that was introduced in r191882.
I changed login_tty() to only work when the application is not a session
leader yet. This works fi
Author: ed
Date: Sun Jan 24 14:29:40 2010
New Revision: 202928
URL: http://svn.freebsd.org/changeset/base/202928
Log:
Remove unneeded setpassent() calls.
lastlogin no longer requires the use of the passwd database.
Modified:
head/usr.sbin/lastlogin/lastlogin.c
Modified: head/usr.sbin/la
Author: antoine
Date: Sun Jan 24 14:13:56 2010
New Revision: 202927
URL: http://svn.freebsd.org/changeset/base/202927
Log:
Add files to remove when MK_DICT=no.
Modified:
head/tools/build/mk/OptionalObsoleteFiles.inc
Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
Author: antoine
Date: Sun Jan 24 14:09:45 2010
New Revision: 202926
URL: http://svn.freebsd.org/changeset/base/202926
Log:
Add files to remove when MK_CVS=no.
Modified:
head/tools/build/mk/OptionalObsoleteFiles.inc
Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
=
Author: antoine
Date: Sun Jan 24 14:06:19 2010
New Revision: 202925
URL: http://svn.freebsd.org/changeset/base/202925
Log:
Add files to remove when MK_CTM=no.
Modified:
head/tools/build/mk/OptionalObsoleteFiles.inc
Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
=
Author: bz
Date: Sun Jan 24 14:05:56 2010
New Revision: 202924
URL: http://svn.freebsd.org/changeset/base/202924
Log:
MFC r202468:
Add security.jail.ip4_saddrsel/ip6_nosaddrsel sysctls to control
whether to use source address selection (default) or the primary
jail address for unboun
Author: antoine
Date: Sun Jan 24 14:04:38 2010
New Revision: 202923
URL: http://svn.freebsd.org/changeset/base/202923
Log:
Add files to remove when MK_CPP=no.
Modified:
head/tools/build/mk/OptionalObsoleteFiles.inc
Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
=
On Sat, Jan 23, 2010 at 12:04:44PM -0800, Doug Barton wrote:
> On 01/23/10 09:31, Antoine Brodin wrote:
> > Author: antoine
> > Date: Sat Jan 23 17:31:13 2010
> > New Revision: 202892
> > URL: http://svn.freebsd.org/changeset/base/202892
> > Log:
> > Unbreak world WITHOUT_OPENSSL:
> > the new
Author: kib
Date: Sun Jan 24 12:37:30 2010
New Revision: 202922
URL: http://svn.freebsd.org/changeset/base/202922
Log:
Bump __FreeBSD_version for scandir(3) and alphasort(3) interface changes.
Modified:
stable/8/sys/sys/param.h
Modified: stable/8/sys/sys/param.h
=
Author: kib
Date: Sun Jan 24 12:35:36 2010
New Revision: 202921
URL: http://svn.freebsd.org/changeset/base/202921
Log:
Merge scandir(3) interface update to stable/8.
MFC r201512:
Modernize scandir(3) and alphasort(3) interfaces according to the IEEE
Std 1003.1-2008.
MFC r201602:
Author: bz
Date: Sun Jan 24 12:22:38 2010
New Revision: 202920
URL: http://svn.freebsd.org/changeset/base/202920
Log:
MFC r202469:
Garbage collect references to the no longer implemented tcp_fasttimo().
Modified:
stable/8/sys/netinet/tcp_var.h
stable/8/sys/netinet6/in6_proto.c
Directory
Author: trasz
Date: Sun Jan 24 12:13:38 2010
New Revision: 202919
URL: http://svn.freebsd.org/changeset/base/202919
Log:
Fix array overflow. This routine is only called from procfs,
which is not mounted by default, and I've been unable to trigger
a panic without this fix applied anyway.
Author: mckay
Date: Sun Jan 24 11:54:32 2010
New Revision: 202918
URL: http://svn.freebsd.org/changeset/base/202918
Log:
Shrink encoded line length from 76 to 72 characters.
Some Exchange systems wrap lines over 75 characters long while converting
messages to quoted-printable, preventing
Author: remko
Date: Sun Jan 24 10:50:20 2010
New Revision: 202917
URL: http://svn.freebsd.org/changeset/base/202917
Log:
Add support for the NM10 chipset.
PR: kern/143118
Submitted by: Koshin sumitani
Approved by: imp (mentor, implicit)
MFC after:3 days
Modified:
he
Author: ume
Date: Sun Jan 24 10:35:26 2010
New Revision: 202916
URL: http://svn.freebsd.org/changeset/base/202916
Log:
Make strsignal(3) thread-safe.
MFC after:2 weeks
Modified:
head/lib/libc/string/strsignal.c
Modified: head/lib/libc/string/strsignal.c
=
Author: bz
Date: Sun Jan 24 10:22:39 2010
New Revision: 202915
URL: http://svn.freebsd.org/changeset/base/202915
Log:
Correct a typo.
Submitted by: kensmith
MFC after:3 days
Modified:
head/sys/netinet6/in6_pcb.c
Modified: head/sys/netinet6/in6_pcb.c
===
Author: bz
Date: Sun Jan 24 10:08:54 2010
New Revision: 202914
URL: http://svn.freebsd.org/changeset/base/202914
Log:
MFC r194777:
Make callers to in6_selectsrc() and in6_pcbladdr() pass in memory
to save the selected source address rather than returning an
unreferenced copy to a
Author: fjoe
Date: Sun Jan 24 08:59:33 2010
New Revision: 202911
URL: http://svn.freebsd.org/changeset/base/202911
Log:
MFC: Send link state change control messages to "orphans" hook as well.
Modified:
stable/8/sys/netgraph/ng_ether.c
Modified: stable/8/sys/netgraph/ng_ether.c
==
48 matches
Mail list logo