Author: cperciva
Date: Mon Nov 22 09:04:29 2010
New Revision: 215663
URL: http://svn.freebsd.org/changeset/base/215663
Log:
In xen_get_timecount, return the full ns-precision time rather than
rounding to 1/HZ precision.
I have no idea why the rounding was introduced in the first place, bu
Author: netchild
Date: Mon Nov 22 09:06:59 2010
New Revision: 215664
URL: http://svn.freebsd.org/changeset/base/215664
Log:
By using the 32-bit Linux version of Sun's Java Development Kit 1.6
on FreeBSD (amd64), invocations of "javac" (or "java") eventually
end with the output of "Killed" an
Author: cperciva
Date: Mon Nov 22 09:13:25 2010
New Revision: 215665
URL: http://svn.freebsd.org/changeset/base/215665
Log:
In tc_windup, handle the case where the previous call to tc_windup was
more than 1s earlier. Prior to this commit, the computation of
th_scale * delta (which produces
Author: netchild
Date: Mon Nov 22 09:25:32 2010
New Revision: 215666
URL: http://svn.freebsd.org/changeset/base/215666
Log:
Remove trailing dot from the unimplemented futex messages to make
them consistent with the syscall and ipc messages.
Submitted by: arundel
MFC after:3 days
Mo
On Mon, Nov 22, 2010 at 09:07:00AM +, Alexander Leidinger wrote:
> Author: netchild
> Date: Mon Nov 22 09:06:59 2010
> New Revision: 215664
> URL: http://svn.freebsd.org/changeset/base/215664
>
> Log:
> By using the 32-bit Linux version of Sun's Java Development Kit 1.6
> on FreeBSD (amd64
Author: netchild
Date: Mon Nov 22 09:37:52 2010
New Revision: 215669
URL: http://svn.freebsd.org/changeset/base/215669
Log:
1) Add a hint to check for duplicates with optional files. The committed
text is a little bit modified to what was submitted.
The code example to automate a part
Author: ae
Date: Mon Nov 22 10:08:33 2010
New Revision: 215671
URL: http://svn.freebsd.org/changeset/base/215671
Log:
Always dump partition labels with `gpart backup`, but `gpart restore`
does restore them only when -l option is specified [1]. Make number of
entries field in backup format op
Quoting Kostik Belousov (from Mon, 22 Nov 2010
11:31:34 +0200):
On Mon, Nov 22, 2010 at 09:07:00AM +, Alexander Leidinger wrote:
Author: netchild
Date: Mon Nov 22 09:06:59 2010
New Revision: 215664
URL: http://svn.freebsd.org/changeset/base/215664
Log:
By using the 32-bit Linux versio
On Mon, Nov 22, 2010 at 11:13:06AM +0100, Alexander Leidinger wrote:
> Quoting Kostik Belousov (from Mon, 22 Nov 2010
> 11:31:34 +0200):
>
> >On Mon, Nov 22, 2010 at 09:07:00AM +, Alexander Leidinger wrote:
> >>Author: netchild
> >>Date: Mon Nov 22 09:06:59 2010
> >>New Revision: 215664
> >
On (22/11/2010 11:31), Kostik Belousov wrote:
> On Mon, Nov 22, 2010 at 09:07:00AM +, Alexander Leidinger wrote:
> > Author: netchild
> > Date: Mon Nov 22 09:06:59 2010
> > New Revision: 215664
> > URL: http://svn.freebsd.org/changeset/base/215664
> >
> > Log:
> > By using the 32-bit Linux v
Author: ae
Date: Mon Nov 22 11:24:11 2010
New Revision: 215672
URL: http://svn.freebsd.org/changeset/base/215672
Log:
Add SIGINT handler to `gpart restore` action.
MFC after:1 week
Modified:
head/sbin/geom/class/part/geom_part.c
Modified: head/sbin/geom/class/part/geom_part.c
==
Author: zec
Date: Mon Nov 22 12:32:19 2010
New Revision: 215673
URL: http://svn.freebsd.org/changeset/base/215673
Log:
Allow for MTU sizes of up to ETHER_MAX_LEN_JUMBO (i.e. 9018) bytes to be
configured on ng_eiface ifnets. The default MTU remains unchanged at
1500 bytes.
Mark ng_eifac
Author: brucec
Date: Mon Nov 22 12:33:48 2010
New Revision: 215674
URL: http://svn.freebsd.org/changeset/base/215674
Log:
Don't generate input() since it's not used.
Modified:
head/sbin/devd/token.l
Modified: head/sbin/devd/token.l
Author: netchild
Date: Mon Nov 22 12:42:32 2010
New Revision: 215675
URL: http://svn.freebsd.org/changeset/base/215675
Log:
Do not take the process lock. The assignment to u_short inside the
properly aligned structure is atomic on all supported architectures, and
the thread that should see s
On Mon, Nov 22, 2010 at 12:42:32PM +, Alexander Leidinger wrote:
> Author: netchild
> Date: Mon Nov 22 12:42:32 2010
> New Revision: 215675
> URL: http://svn.freebsd.org/changeset/base/215675
>
> Log:
> Do not take the process lock. The assignment to u_short inside the
> properly aligned s
Author: brucec
Date: Mon Nov 22 14:16:22 2010
New Revision: 215676
URL: http://svn.freebsd.org/changeset/base/215676
Log:
Don't generate input() since it's not used.
Modified:
head/sbin/hastd/Makefile
head/usr.bin/colldef/Makefile
head/usr.sbin/apmd/apmdlex.l
head/usr.sbin/bluetooth/bth
Author: zec
Date: Mon Nov 22 14:16:23 2010
New Revision: 215677
URL: http://svn.freebsd.org/changeset/base/215677
Log:
Remove an apparently redundant CURVNET_SET() / CURVNET_RESTORE() pair.
MFC after:3 days
Modified:
head/sys/netinet/if_ether.c
Modified: head/sys/netinet/if_ether.c
Author: jhb
Date: Mon Nov 22 14:36:04 2010
New Revision: 215678
URL: http://svn.freebsd.org/changeset/base/215678
Log:
Similar to mfiutil, drop local definition of powerof2() and use version
from instead.
Modified:
head/usr.sbin/mptutil/mpt_config.c
Modified: head/usr.sbin/mptutil/mpt_con
Author: attilio
Date: Mon Nov 22 14:42:13 2010
New Revision: 215679
URL: http://svn.freebsd.org/changeset/base/215679
Log:
Add the ability for GDB to printout the thread name along with other
thread specific informations.
In order to do that, and in order to avoid KBI breakage with existi
Author: des
Date: Mon Nov 22 14:45:16 2010
New Revision: 215680
URL: http://svn.freebsd.org/changeset/base/215680
Log:
Add for ctime(), which we accidentally picked up through
.
Submitted by: Garrett Cooper
MFC after:3 days
Modified:
head/lib/libpam/modules/pam_unix/pam_unix.c
On Friday, November 19, 2010 5:32:00 pm Attilio Rao wrote:
> 2010/11/19 John Baldwin :
> > On Friday, November 19, 2010 4:27:27 pm Attilio Rao wrote:
> >> 2010/11/19 John Baldwin :
> >> > On Friday, November 19, 2010 2:43:57 pm Attilio Rao wrote:
> >> >> Author: attilio
> >> >> Date: Fri Nov 19 19:
On Friday, November 19, 2010 5:41:00 pm Attilio Rao wrote:
> 2010/11/19 John Baldwin :
> > On Friday, November 19, 2010 5:03:25 pm Jung-uk Kim wrote:
> >> On Friday 19 November 2010 04:46 pm, John Baldwin wrote:
> >> > On Friday, November 19, 2010 4:31:44 pm Attilio Rao wrote:
> >> > > 2010/11/19 J
Author: jhb
Date: Mon Nov 22 15:15:11 2010
New Revision: 215681
URL: http://svn.freebsd.org/changeset/base/215681
Log:
Remove some bogus, self-referential mergeinfo.
Modified:
Directory Properties:
head/sys/ (props changed)
head/sys/amd64/include/xen/ (props changed)
head/sys/cddl/con
Author: jhb
Date: Mon Nov 22 15:26:47 2010
New Revision: 215682
URL: http://svn.freebsd.org/changeset/base/215682
Log:
Purge mergeinfo on sys/dev/xen/xenpci. The only unique mergeinfo compared
to head was not useful (it came in with the merge from /user/dfr/xenhvm/7
and that mergeinfo is st
Author: attilio
Date: Mon Nov 22 15:28:54 2010
New Revision: 215683
URL: http://svn.freebsd.org/changeset/base/215683
Log:
Style fix.
Sponsored by: Sandvine Incorporated
Requested by: jhb
Reviewed by: jhb
MFC after:1 week
X-MFC:215544
Modified:
head/sys/kern/
On Monday, November 22, 2010 7:51:06 am Kostik Belousov wrote:
> On Mon, Nov 22, 2010 at 12:42:32PM +, Alexander Leidinger wrote:
> > Author: netchild
> > Date: Mon Nov 22 12:42:32 2010
> > New Revision: 215675
> > URL: http://svn.freebsd.org/changeset/base/215675
> >
> > Log:
> > Do not tak
Author: gallatin
Date: Mon Nov 22 16:43:05 2010
New Revision: 215686
URL: http://svn.freebsd.org/changeset/base/215686
Log:
Fix a TSO checksum bug on mxge(4):
The Myri10GE NIC will assume all TSO frames contain partial checksum,
and will emit TSO segments with bad TCP checksums if a TSO f
Author: jh
Date: Mon Nov 22 16:47:53 2010
New Revision: 215687
URL: http://svn.freebsd.org/changeset/base/215687
Log:
Use g_eventlock to protect against losing wakeups in the g_event process
and replace tsleep(9) with msleep(9) which doesn't use a timeout. The
previously used timeout caused
On Mon, Nov 22, 2010 at 02:42:13PM +, Attilio Rao wrote:
> Author: attilio
> Date: Mon Nov 22 14:42:13 2010
> New Revision: 215679
> URL: http://svn.freebsd.org/changeset/base/215679
>
> Log:
> Add the ability for GDB to printout the thread name along with other
> thread specific informat
Author: simon
Date: Mon Nov 22 18:23:44 2010
New Revision: 215697
URL: http://svn.freebsd.org/changeset/base/215697
Log:
Merge OpenSSL 0.9.8p into head.
Security: CVE-2010-3864
Security: http://www.openssl.org/news/secadv_20101116.txt
Modified:
head/crypto/openssl/CHANGES
hea
Author: simon
Date: Mon Nov 22 18:29:00 2010
New Revision: 215698
URL: http://svn.freebsd.org/changeset/base/215698
Log:
Regenerate manual pages for OpenSSL 0.9.8p.
Modified:
head/secure/lib/libcrypto/Makefile.inc
head/secure/lib/libcrypto/man/ASN1_OBJECT_new.3
head/secure/lib/libcrypto/m
Author: bschmidt
Date: Mon Nov 22 19:01:47 2010
New Revision: 215699
URL: http://svn.freebsd.org/changeset/base/215699
Log:
The meshid element is memcpy()'ed into se_meshid if included in either
beacon or probe-response frames. Fix the condition by checking for the
the array's content instea
Den 22/11/2010 kl. 13.42 skrev Alexander Leidinger:
> Author: netchild
> Date: Mon Nov 22 12:42:32 2010
> New Revision: 215675
> URL: http://svn.freebsd.org/changeset/base/215675
>
> Log:
> Do not take the process lock. The assignment to u_short inside the
> properly aligned structure is atomi
Author: dim
Date: Mon Nov 22 19:32:54 2010
New Revision: 215701
URL: http://svn.freebsd.org/changeset/base/215701
Log:
After some off-list discussion, revert a number of changes to the
DPCPU_DEFINE and VNET_DEFINE macros, as these cause problems for various
people working on the affected fil
Author: brucec
Date: Mon Nov 22 19:40:27 2010
New Revision: 215702
URL: http://svn.freebsd.org/changeset/base/215702
Log:
Fix use of AND operator: should be bitwise instead of logical.
Modified:
head/sbin/routed/parms.c
Modified: head/sbin/routed/parms.c
=
Author: jkim
Date: Mon Nov 22 19:52:44 2010
New Revision: 215703
URL: http://svn.freebsd.org/changeset/base/215703
Log:
- Disable caches and flush caches/TLBs when we update PAT as we do for MTRR.
Flushing TLBs is required to ensure cache coherency according to the AMD64
architecture manual.
Author: brucec
Date: Mon Nov 22 20:10:48 2010
New Revision: 215704
URL: http://svn.freebsd.org/changeset/base/215704
Log:
Fix some more warnings found by clang.
Modified:
head/bin/sh/arith_lex.l
head/sbin/bsdlabel/bsdlabel.c
head/sbin/geom/class/eli/geom_eli.c
head/sbin/geom/class/part/
Author: brucec
Date: Mon Nov 22 20:18:46 2010
New Revision: 215705
URL: http://svn.freebsd.org/changeset/base/215705
Log:
hdr.elf.e_ident[EI_OSABI] is not a bitmask so '==' should been used.
Reported by: Artem Belevich
Modified:
head/usr.bin/ldd/ldd.c
Modified: head/usr.bin/ldd/ldd.c
=
Author: dim
Date: Mon Nov 22 20:23:18 2010
New Revision: 215706
URL: http://svn.freebsd.org/changeset/base/215706
Log:
Fix linux kernel module breakage introduced in r215675, by including
.
Noticed by: many
Pointy hat to:netchild
Modified:
head/sys/compat/linux/linux_emul.c
Author: bschmidt
Date: Mon Nov 22 20:39:29 2010
New Revision: 215707
URL: http://svn.freebsd.org/changeset/base/215707
Log:
Prefer pmap_extract() over pmap_kextract() as done in MmIsAddressValid().
According to the comment for MmIsAddressValid() there are issues on PAE
kernels using pmap_kex
Author: bschmidt
Date: Mon Nov 22 20:46:38 2010
New Revision: 215708
URL: http://svn.freebsd.org/changeset/base/215708
Log:
Resurrect amd64 support.
- Many drivers on amd64 are picking system uptime, interrupt time and ticks
via global data structure instead of calling functions for perfor
Author: marius
Date: Mon Nov 22 20:57:44 2010
New Revision: 215711
URL: http://svn.freebsd.org/changeset/base/215711
Log:
Add missing newlines.
MFC after:3 days
Modified:
head/sys/dev/mii/mii.c
Modified: head/sys/dev/mii/mii.c
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
On 11/22/10 12:46, Bernhard Schmidt wrote:
> Author: bschmidt
> Date: Mon Nov 22 20:46:38 2010
> New Revision: 215708
> URL: http://svn.freebsd.org/changeset/base/215708
>
> Log:
> Resurrect amd64 support.
> - Many drivers on amd64 are picking s
Author: marius
Date: Mon Nov 22 21:13:42 2010
New Revision: 215713
URL: http://svn.freebsd.org/changeset/base/215713
Log:
Given that unlike f.e. rgephy(4) this driver doesn't explicitly start an
autonegotiation along with manual media selection and ukphy_status() also
only reports flow contr
Author: marius
Date: Mon Nov 22 21:20:11 2010
New Revision: 215714
URL: http://svn.freebsd.org/changeset/base/215714
Log:
Given that unlike f.e. rgephy(4) these drivers doen't explicitly start an
autonegotiation along with manual media selection and also only report flow
control status when
Author: marius
Date: Mon Nov 22 21:24:29 2010
New Revision: 215716
URL: http://svn.freebsd.org/changeset/base/215716
Log:
Add support for flow control.
Obtained from:NetBSD (partially)
Modified:
head/sys/dev/mii/bmtphy.c
head/sys/dev/mii/inphy.c
head/sys/dev/mii/nsphyter.c
M
On Monday 22 November 2010 22:07:52 Xin LI wrote:
> On 11/22/10 12:46, Bernhard Schmidt wrote:
> > Author: bschmidt
> > Date: Mon Nov 22 20:46:38 2010
> > New Revision: 215708
> > URL: http://svn.freebsd.org/changeset/base/215708
> >
> > Log:
> > Resurrect amd64 support.
> > - Many drivers on a
Author: uqs
Date: Mon Nov 22 21:39:35 2010
New Revision: 215717
URL: http://svn.freebsd.org/changeset/base/215717
Log:
Remove kernbb(8) from the source tree.
It's been broken for several years and with all the binutils/toolchain
changes in flight, it might make more sense to put efforts i
Author: jkim
Date: Mon Nov 22 21:58:00 2010
New Revision: 215719
URL: http://svn.freebsd.org/changeset/base/215719
Log:
Resume critical PCI devices (and their children) first, then everything else
later. This give us better chance to catch device driver problems.
Modified:
head/sys/dev/pci
Author: marius
Date: Mon Nov 22 22:03:11 2010
New Revision: 215720
URL: http://svn.freebsd.org/changeset/base/215720
Log:
- Also probe BCM5214 and BCM5222.
- Add some DSP init code for BCM5221. The values derived from Apple's GMAC
driver and the same init code also exists in Linux's sungem
On Mon Nov 22 10, Ulrich Spoerlein wrote:
> Author: uqs
> Date: Mon Nov 22 21:39:35 2010
> New Revision: 215717
> URL: http://svn.freebsd.org/changeset/base/215717
>
> Log:
> Remove kernbb(8) from the source tree.
>
> It's been broken for several years and with all the binutils/toolchain
>
Author: marius
Date: Mon Nov 22 22:06:30 2010
New Revision: 215721
URL: http://svn.freebsd.org/changeset/base/215721
Log:
- Fix and enable support for flow control.
- Fix compilation with CAS_DEBUG defined.
Modified:
head/sys/dev/cas/if_cas.c
Modified: head/sys/dev/cas/if_cas.c
===
Author: marius
Date: Mon Nov 22 22:13:26 2010
New Revision: 215722
URL: http://svn.freebsd.org/changeset/base/215722
Log:
- Fix and enable support for flow control.
- Partially revert r172334; as it turns out the DELAYs in gem_reset_{r,t}x()
are actually necessary although bus space barrie
On Wed, 17 Nov 2010 18:55:13 + (UTC)
"George V. Neville-Neil" wrote:
> Author: gnn
> Date: Wed Nov 17 18:55:12 2010
> New Revision: 215434
> URL: http://svn.freebsd.org/changeset/base/215434
>
> Log:
> Add new, per connection, statistics for TCP, including:
> Retransmitted Packets
> Ze
Author: gnn
Date: Mon Nov 22 22:55:43 2010
New Revision: 215724
URL: http://svn.freebsd.org/changeset/base/215724
Log:
Restore the (state) and \n printout when not using -T.
Pointed out by: brucec@
MFC after:3 weeks
Modified:
head/usr.bin/netstat/inet.c
Modified: head/usr.bi
Author: mav
Date: Mon Nov 22 23:04:25 2010
New Revision: 215725
URL: http://svn.freebsd.org/changeset/base/215725
Log:
Fix small typo.
Submitted by: Artem Belevich
Modified:
head/sys/dev/ahci/ahci.c
Modified: head/sys/dev/ahci/ahci.c
=
Author: zec
Date: Mon Nov 22 23:35:29 2010
New Revision: 215726
URL: http://svn.freebsd.org/changeset/base/215726
Log:
Allow for vlan(4) ifnets to have overlapping unit numbers if they are
created in separated vnets. As a side-effect of having a separated
if_cloner instance for each vnet, a
Author: jilles
Date: Mon Nov 22 23:49:06 2010
New Revision: 215727
URL: http://svn.freebsd.org/changeset/base/215727
Log:
sh: Fix confusing behaviour if chdir succeeded but getcwd failed in cd -P.
If getcwd fails, do not treat this as an error, but print a warning and
unset PWD. This is s
Author: cperciva
Date: Tue Nov 23 04:50:01 2010
New Revision: 215732
URL: http://svn.freebsd.org/changeset/base/215732
Log:
Add parentheses for clarity. The parentheses around the two terms of the &&
are unnecessary but I'm leaving them in for the sake of avoiding confusion
(I confuse easil
Author: maxim
Date: Tue Nov 23 06:31:09 2010
New Revision: 215733
URL: http://svn.freebsd.org/changeset/base/215733
Log:
o NetBSD 5.1 added.
Modified:
head/share/misc/bsd-family-tree
Modified: head/share/misc/bsd-family-tree
===
60 matches
Mail list logo