Author: ru
Date: Fri Mar 1 07:39:14 2013
New Revision: 247534
URL: http://svnweb.freebsd.org/changeset/base/247534
Log:
Fixed documented prototype of kinfo_getproc(3).
Modified:
head/lib/libutil/kinfo_getproc.3
Modified: head/lib/libutil/kinfo_getproc.3
=
On Thu, 28 Feb 2013, Alexander Motin wrote:
On 28.02.2013 18:25, Alexey Dokuchaev wrote:
On Thu, Feb 28, 2013 at 11:27:02AM +, Davide Italiano wrote:
New Revision: 247460
URL: http://svnweb.freebsd.org/changeset/base/247460
Log:
MFcalloutng (r247427 by mav):
We don't need any precisio
Author: brooks
Date: Fri Mar 1 03:25:43 2013
New Revision: 247527
URL: http://svnweb.freebsd.org/changeset/base/247527
Log:
Provide slightly more helpful feedback when we can't figure out what
compiler the user is using.
PR: misc/173914
Modified:
head/share/mk/bsd.compiler.m
Author: jhb
Date: Fri Mar 1 03:05:08 2013
New Revision: 247526
URL: http://svnweb.freebsd.org/changeset/base/247526
Log:
MFC 245823,245824,246210
- Use decimal values for UDP, TCP, and UNIX domain socket options rather
than hex to avoid implying that these constants should be treated as b
Author: jhb
Date: Fri Mar 1 03:04:57 2013
New Revision: 247525
URL: http://svnweb.freebsd.org/changeset/base/247525
Log:
MFC 245823,245824,246210
- Use decimal values for UDP, TCP, and UNIX domain socket options rather
than hex to avoid implying that these constants should be treated as b
On Thu, Feb 28, 2013 at 07:37:32PM +0200, Alexander Motin wrote:
> SBT_1US is 4294 (0x10c6). The best that compiler may do is replace
> division with multiplication. In fact, Clang even does this on amd64.
> But on i386 it calls __divdi3(), doing 64bit division in software. Shift
> is definitely ch
Author: neel
Date: Fri Mar 1 02:26:28 2013
New Revision: 247523
URL: http://svnweb.freebsd.org/changeset/base/247523
Log:
Specify the length of the mapping requested from 'paddr_guest2host()'.
This seems prudent to do in its own right but it also opens up the possibility
of not having to
Author: des
Date: Fri Mar 1 02:09:06 2013
New Revision: 247522
URL: http://svnweb.freebsd.org/changeset/base/247522
Log:
Regenerate
Modified:
stable/8/share/man/man5/src.conf.5
Modified: stable/8/share/man/man5/src.conf.5
=
Author: des
Date: Fri Mar 1 02:06:04 2013
New Revision: 247521
URL: http://svnweb.freebsd.org/changeset/base/247521
Log:
Pull in OpenSSH 6.1 from head.
Although ECC-based algorithms are now supported, the order of preference
has been changed so that RSA and DSA are still the preferred al
Author: ganbold (doc committer)
Date: Fri Mar 1 01:47:11 2013
New Revision: 247520
URL: http://svnweb.freebsd.org/changeset/base/247520
Log:
Enable uart driver for A10.
Approved by: gonzo@
Modified:
head/sys/arm/allwinner/files.a10
head/sys/arm/conf/CUBIEBOARD
head/sys/boot/fdt/dts/
Author: ganbold (doc committer)
Date: Fri Mar 1 01:42:31 2013
New Revision: 247519
URL: http://svnweb.freebsd.org/changeset/base/247519
Log:
Add support for A10 uart.
A10 uart is derived from Synopsys DesignWare uart and requires
to read Uart Status Register when IIR_BUSY has detected.
Al
Author: des
Date: Fri Mar 1 01:03:27 2013
New Revision: 247518
URL: http://svnweb.freebsd.org/changeset/base/247518
Log:
Regenerate
Modified:
stable/9/share/man/man5/src.conf.5
Modified: stable/9/share/man/man5/src.conf.5
=
Author: jhb
Date: Fri Mar 1 01:02:44 2013
New Revision: 247517
URL: http://svnweb.freebsd.org/changeset/base/247517
Log:
MFC 245610,245633,245635:
Include the thread name along with the command name when displaying the
command name of a thread from a multi-threaded process that doesn't have
Author: jhb
Date: Fri Mar 1 01:02:28 2013
New Revision: 247516
URL: http://svnweb.freebsd.org/changeset/base/247516
Log:
MFC 245610,245633,245635:
Include the thread name along with the command name when displaying the
command name of a thread from a multi-threaded process that doesn't have
Author: des
Date: Fri Mar 1 01:02:26 2013
New Revision: 247515
URL: http://svnweb.freebsd.org/changeset/base/247515
Log:
MFH (r245527): add OPENSSH_NONE_CIPHER build option
Added:
stable/9/tools/build/options/WITH_OPENSSH_NONE_CIPHER
- copied unchanged from r245527,
head/tools/build/op
Author: delphij
Date: Fri Mar 1 00:58:44 2013
New Revision: 247514
URL: http://svnweb.freebsd.org/changeset/base/247514
Log:
MFC: libexpat 2.1.0.
Added:
stable/8/contrib/expat/FREEBSD-Xlist
- copied unchanged from r247511, head/contrib/expat/FREEBSD-Xlist
Deleted:
stable/8/contrib/exp
Author: delphij
Date: Fri Mar 1 00:56:57 2013
New Revision: 247513
URL: http://svnweb.freebsd.org/changeset/base/247513
Log:
MFC r247296: libexpat 2.1.0.
Added:
stable/9/contrib/expat/FREEBSD-Xlist
- copied unchanged from r247511, head/contrib/expat/FREEBSD-Xlist
Deleted:
stable/9/con
Author: des
Date: Fri Mar 1 00:52:57 2013
New Revision: 247512
URL: http://svnweb.freebsd.org/changeset/base/247512
Log:
MFH (r240107,240111,240361): warn against using weak PRNGs
Modified:
stable/9/lib/libc/gen/rand48.3
stable/9/lib/libc/stdlib/random.3
Directory Properties:
stable/9/li
Dag-Erling SmXXrgrav writes:
> Log:
> MFH (r240107,240111,240361): warn against using weak PRNGs
I just realized I never merged this into 9 either...
DES
--
Dag-Erling Smørgrav - d...@des.no
___
svn-src-all@freebsd.org mailing list
http://lists.free
Author: delphij
Date: Fri Mar 1 00:46:41 2013
New Revision: 247511
URL: http://svnweb.freebsd.org/changeset/base/247511
Log:
MFC r247334:
Correct a typo introduced in r153575, which gives inverted logic when
handling blocking semantics when seeding.
PR: kern/143298
Submi
Author: delphij
Date: Fri Mar 1 00:46:41 2013
New Revision: 247511
URL: http://svnweb.freebsd.org/changeset/base/247511
Log:
MFC r247334:
Correct a typo introduced in r153575, which gives inverted logic when
handling blocking semantics when seeding.
PR: kern/143298
Submi
Author: delphij
Date: Fri Mar 1 00:46:41 2013
New Revision: 247511
URL: http://svnweb.freebsd.org/changeset/base/247511
Log:
MFC r247334:
Correct a typo introduced in r153575, which gives inverted logic when
handling blocking semantics when seeding.
PR: kern/143298
Submi
Author: delphij
Date: Fri Mar 1 00:46:41 2013
New Revision: 247511
URL: http://svnweb.freebsd.org/changeset/base/247511
Log:
MFC r247334:
Correct a typo introduced in r153575, which gives inverted logic when
handling blocking semantics when seeding.
PR: kern/143298
Submi
Author: gjb (doc,ports committer)
Date: Thu Feb 28 23:45:41 2013
New Revision: 247509
URL: http://svnweb.freebsd.org/changeset/base/247509
Log:
Minor wordsmithing.
X-MFC-Needs: r245617
Modified:
head/UPDATING
Modified: head/UPDATING
=
Author: adrian
Date: Thu Feb 28 23:39:38 2013
New Revision: 247508
URL: http://svnweb.freebsd.org/changeset/base/247508
Log:
Add missing flags.
Modified:
head/sys/dev/ath/if_athrate.h
Modified: head/sys/dev/ath/if_athrate.h
Author: adrian
Date: Thu Feb 28 23:39:22 2013
New Revision: 247507
URL: http://svnweb.freebsd.org/changeset/base/247507
Log:
Oops - fix an incorrect test.
Modified:
head/sys/dev/ath/if_ath_tx_ht.c
Modified: head/sys/dev/ath/if_ath_tx_ht.c
=
Author: adrian
Date: Thu Feb 28 23:31:23 2013
New Revision: 247506
URL: http://svnweb.freebsd.org/changeset/base/247506
Log:
Don't enable the HT flags for legacy rates.
I stumbled across this whilst trying to debug another weird hang reported
on the freebsd-wireless list.
Whilst here
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
On 02/18/13 01:56, Gennady Proskurin wrote:
> May be a dumb question, but I want to be explicit here.
>
> Can system before this commit crash here or filesystem corruption
> happen during ordinary work? (I mean no power loss and no crashes
> in othe
Author: jfv
Date: Thu Feb 28 22:48:00 2013
New Revision: 247505
URL: http://svnweb.freebsd.org/changeset/base/247505
Log:
Change the ixgbe module name to if_ixgbe to conform
to the usual naming convention.
Modified:
head/sys/modules/ixgbe/Makefile
Modified: head/sys/modules/ixgbe/Makefile
On 2/28/2013 12:02 PM, Ian Lepore wrote:
On Thu, 2013-02-28 at 19:43 +, Oleksandr Tymoshenko wrote:
Author: gonzo
Date: Thu Feb 28 19:43:14 2013
New Revision: 247495
URL: http://svnweb.freebsd.org/changeset/base/247495
Log:
Add hooks for plugging platform-provided transfer backend.
Author: jhb
Date: Thu Feb 28 21:58:07 2013
New Revision: 247503
URL: http://svnweb.freebsd.org/changeset/base/247503
Log:
MFC 245508,245566,245568,245611,245909:
Various fixes to timestamps in NFS:
- Use the VA_UTIMES_NULL flag to detect when NULL was passed to utimes()
instead of compar
Author: jhb
Date: Thu Feb 28 21:57:38 2013
New Revision: 247502
URL: http://svnweb.freebsd.org/changeset/base/247502
Log:
MFC 245508,245566,245568,245611,245909:
Various fixes to timestamps in NFS:
- Use the VA_UTIMES_NULL flag to detect when NULL was passed to utimes()
instead of compar
Author: jfv
Date: Thu Feb 28 21:55:57 2013
New Revision: 247501
URL: http://svnweb.freebsd.org/changeset/base/247501
Log:
MFC of the ixgbe driver including revisions:
217556,219902,228276,229767,229939,230572,231796,232238,
234137,234229,235547,235964,236627,236729,238149,239940,
240155
Author: des
Date: Thu Feb 28 21:32:47 2013
New Revision: 247500
URL: http://svnweb.freebsd.org/changeset/base/247500
Log:
MFH (r240107,240111,240361): warn against using weak PRNGs
Modified:
stable/8/lib/libc/gen/rand48.3
stable/8/lib/libc/stdlib/rand.3
stable/8/lib/libc/stdlib/random.3
D
Author: jhb
Date: Thu Feb 28 21:24:19 2013
New Revision: 247499
URL: http://svnweb.freebsd.org/changeset/base/247499
Log:
MFC 245238:
Add an option to not drop options from the third retransmitted SYN. If the
SYNs (or SYN/ACK replies) are dropped due to network congestion, then the
remote
Author: jhb
Date: Thu Feb 28 21:24:10 2013
New Revision: 247498
URL: http://svnweb.freebsd.org/changeset/base/247498
Log:
MFC 245238:
Add an option to not drop options from the third retransmitted SYN. If the
SYNs (or SYN/ACK replies) are dropped due to network congestion, then the
remote
On Thu, 2013-02-28 at 19:43 +, Oleksandr Tymoshenko wrote:
> Author: gonzo
> Date: Thu Feb 28 19:43:14 2013
> New Revision: 247495
> URL: http://svnweb.freebsd.org/changeset/base/247495
>
> Log:
> Add hooks for plugging platform-provided transfer backend.
>
> In order to use platorm bac
Author: gonzo
Date: Thu Feb 28 19:51:30 2013
New Revision: 247497
URL: http://svnweb.freebsd.org/changeset/base/247497
Log:
Add platform DMA support to SDHCI driver for BCM2835
Submitted by: Daisuke Aoyama
Reviewed by: ian@
Modified:
head/sys/arm/broadcom/bcm2835/bcm2835_sdhci.c
Mod
Author: gonzo
Date: Thu Feb 28 19:48:19 2013
New Revision: 247496
URL: http://svnweb.freebsd.org/changeset/base/247496
Log:
Add driver for BCM2835's DMA engine
This is a version of code submitted by Daisuke Aoyama
with some architectural changes.
Added:
head/sys/arm/broadcom/bcm2835/b
Author: gonzo
Date: Thu Feb 28 19:43:14 2013
New Revision: 247495
URL: http://svnweb.freebsd.org/changeset/base/247495
Log:
Add hooks for plugging platform-provided transfer backend.
In order to use platorm backend hardware driver should
impement three methods:
- platform_start_transfer
Author: jhb
Date: Thu Feb 28 19:01:04 2013
New Revision: 247492
URL: http://svnweb.freebsd.org/changeset/base/247492
Log:
MFC 245476:
- More properly handle interrupted NFS requests on an interruptible mount
by returning an error of EINTR rather than EACCES.
- While here, bring back some
Author: jhb
Date: Thu Feb 28 19:00:57 2013
New Revision: 247491
URL: http://svnweb.freebsd.org/changeset/base/247491
Log:
MFC 245476:
- More properly handle interrupted NFS requests on an interruptible mount
by returning an error of EINTR rather than EACCES.
- While here, bring back some
Author: jhb
Date: Thu Feb 28 18:59:00 2013
New Revision: 247490
URL: http://svnweb.freebsd.org/changeset/base/247490
Log:
MFC 245471:
Do not require a filter-only interrupt handler for puc ports that are not
serial devices (such as printer ports). This allows ppc devices attached
to puc t
Author: jhb
Date: Thu Feb 28 18:58:37 2013
New Revision: 247489
URL: http://svnweb.freebsd.org/changeset/base/247489
Log:
MFC 245471:
Do not require a filter-only interrupt handler for puc ports that are not
serial devices (such as printer ports). This allows ppc devices attached
to puc t
Author: jhb
Date: Thu Feb 28 18:49:40 2013
New Revision: 247488
URL: http://svnweb.freebsd.org/changeset/base/247488
Log:
MFC 241748:
When checking to see if a video output's _ADR matches an entry in the
parent adapter's _DOD list, only check the low 16 bits of both _ADR and
_DOD. The lan
Author: jhb
Date: Thu Feb 28 18:49:31 2013
New Revision: 247487
URL: http://svnweb.freebsd.org/changeset/base/247487
Log:
MFC 241748:
When checking to see if a video output's _ADR matches an entry in the
parent adapter's _DOD list, only check the low 16 bits of both _ADR and
_DOD. The lan
Author: jamie
Date: Thu Feb 28 18:46:56 2013
New Revision: 247486
URL: http://svnweb.freebsd.org/changeset/base/247486
Log:
MFC r247071:
Don't worry if a module is already loaded when looking for a fstype to mount
(possible in a race condition).
Reviewed by: kib
Modified:
sta
Author: des
Date: Thu Feb 28 18:43:50 2013
New Revision: 247485
URL: http://svnweb.freebsd.org/changeset/base/247485
Log:
Pull in OpenSSH 6.1 from head.
Added:
stable/9/crypto/openssh/sandbox-darwin.c
- copied unchanged from r226046, head/crypto/openssh/sandbox-darwin.c
stable/9/crypto
Author: jhb
Date: Thu Feb 28 18:24:14 2013
New Revision: 247484
URL: http://svnweb.freebsd.org/changeset/base/247484
Log:
MFC 241730: Correct the order of the MFU and MRU labels.
Modified:
stable/8/usr.bin/top/machine.c
Directory Properties:
stable/8/usr.bin/top/ (props changed)
Modified
Author: jhb
Date: Thu Feb 28 18:24:07 2013
New Revision: 247483
URL: http://svnweb.freebsd.org/changeset/base/247483
Log:
MFC 241730: Correct the order of the MFU and MRU labels.
Modified:
stable/9/usr.bin/top/machine.c
Directory Properties:
stable/9/usr.bin/top/ (props changed)
Modified
Author: jhb
Date: Thu Feb 28 18:22:50 2013
New Revision: 247482
URL: http://svnweb.freebsd.org/changeset/base/247482
Log:
MFC 241027:
- Re-shuffle the headers to move all kernel-specific
bits under #ifdef _KERNEL but leave definitions for various structures
defined by standards ($PIR
Author: jhb
Date: Thu Feb 28 18:22:41 2013
New Revision: 247481
URL: http://svnweb.freebsd.org/changeset/base/247481
Log:
MFC 241027:
- Re-shuffle the headers to move all kernel-specific
bits under #ifdef _KERNEL but leave definitions for various structures
defined by standards ($PIR
Author: jhb
Date: Thu Feb 28 18:12:56 2013
New Revision: 247480
URL: http://svnweb.freebsd.org/changeset/base/247480
Log:
MFC 241198:
Display the matrix of inter-domain distances in the SLIT table. This is
used to complement the SRAT table on NUMA machines.
Modified:
stable/9/usr.sbin/ac
Author: jhb
Date: Thu Feb 28 18:10:35 2013
New Revision: 247479
URL: http://svnweb.freebsd.org/changeset/base/247479
Log:
MFC 240968:
Merge similar fixes from 223198 from igb to ixgbe:
- Use a dedicated task to handle deferred transmits from the if_transmit
method instead of reusing the
Author: jhb
Date: Thu Feb 28 18:10:20 2013
New Revision: 247478
URL: http://svnweb.freebsd.org/changeset/base/247478
Log:
MFC 240968:
Merge similar fixes from 223198 from igb to ixgbe:
- Use a dedicated task to handle deferred transmits from the if_transmit
method instead of reusing the
On 12 December 2012 12:41, Gleb Smirnoff wrote:
> Author: glebius
> Date: Wed Dec 12 17:41:21 2012
> New Revision: 244157
> URL: http://svnweb.freebsd.org/changeset/base/244157
>
> Log:
> Fix a crash in tcp_input(), that happens when mbuf has a fwd_tag on it,
> but later after processing and
On Feb 28, 2013, at 8:01 AM, John Baldwin wrote:
> On Wednesday, February 27, 2013 6:23:02 pm Daniel O'Connor wrote:
>>
>> On 28/02/2013, at 3:08, John Baldwin wrote:
URL: http://svnweb.freebsd.org/changeset/base/247359
Log:
Clarify that overriding the -h/-D flags through f
On Thu, 28 Feb 2013, Alexey Dokuchaev wrote:
On Thu, Feb 28, 2013 at 11:27:02AM +, Davide Italiano wrote:
New Revision: 247460
URL: http://svnweb.freebsd.org/changeset/base/247460
Log:
MFcalloutng (r247427 by mav):
We don't need any precision here. Let it be fast and dirty shift then
On 28.02.2013 18:25, Alexey Dokuchaev wrote:
> On Thu, Feb 28, 2013 at 11:27:02AM +, Davide Italiano wrote:
>> New Revision: 247460
>> URL: http://svnweb.freebsd.org/changeset/base/247460
>>
>> Log:
>> MFcalloutng (r247427 by mav):
>> We don't need any precision here. Let it be fast and dir
Author: davide
Date: Thu Feb 28 17:10:30 2013
New Revision: 247476
URL: http://svnweb.freebsd.org/changeset/base/247476
Log:
Move the definition of sbintime_t type from to .
With this change we prevent gross namespace pollution.
Reported by: bde
Suggested by: attilio
Modified:
head
On Wednesday, February 27, 2013 6:23:02 pm Daniel O'Connor wrote:
>
> On 28/02/2013, at 3:08, John Baldwin wrote:
> >> URL: http://svnweb.freebsd.org/changeset/base/247359
> >>
> >> Log:
> >> Clarify that overriding the -h/-D flags through flags in device.hints
> >> only works for sio(4) but n
Author: hselasky
Date: Thu Feb 28 16:56:08 2013
New Revision: 247475
URL: http://svnweb.freebsd.org/changeset/base/247475
Log:
MFC r246789:
Add USB API to read power draw on USB devices.
Update usbconfig to print power draw on USB devices.
Modified:
stable/9/lib/libusb/Makefile
stable/9
On Thu, Feb 28, 2013 at 11:25 AM, Alexey Dokuchaev wrote:
> On Thu, Feb 28, 2013 at 11:27:02AM +, Davide Italiano wrote:
> > New Revision: 247460
> > URL: http://svnweb.freebsd.org/changeset/base/247460
> >
> > Log:
> > MFcalloutng (r247427 by mav):
> > We don't need any precision here. Le
Author: hselasky
Date: Thu Feb 28 16:43:41 2013
New Revision: 247474
URL: http://svnweb.freebsd.org/changeset/base/247474
Log:
MFC r246753:
Add new USB ID to FTDI driver.
PR: kern/175893
Modified:
stable/9/sys/dev/usb/serial/uftdi.c
stable/9/sys/dev/usb/usbdevs
Directory Pr
Author: hselasky
Date: Thu Feb 28 16:39:44 2013
New Revision: 247473
URL: http://svnweb.freebsd.org/changeset/base/247473
Log:
MFC r246944:
Fix bad EEPROM parsing code.
Modified:
stable/9/sys/dev/usb/wlan/if_upgt.c
stable/9/sys/dev/usb/wlan/if_upgtvar.h
Directory Properties:
stable/9/sy
Author: gallatin
Date: Thu Feb 28 16:38:28 2013
New Revision: 247472
URL: http://svnweb.freebsd.org/changeset/base/247472
Log:
MFC r247133 and associated fixes (r247151, r247152):
r247133:
Improve mxge's receive performance for IPv6:
- Add support for IPv6 rx csum offload
- F
Author: hselasky
Date: Thu Feb 28 16:36:12 2013
New Revision: 247471
URL: http://svnweb.freebsd.org/changeset/base/247471
Log:
MFC r246944:
Fix bad EEPROM parsing code.
Modified:
stable/8/sys/dev/usb/wlan/if_upgt.c
stable/8/sys/dev/usb/wlan/if_upgtvar.h
Directory Properties:
stable/8/sy
Author: gallatin
Date: Thu Feb 28 16:32:36 2013
New Revision: 247470
URL: http://svnweb.freebsd.org/changeset/base/247470
Log:
MFC r247104:
Fix tcp_lro_rx_ipv4() for drivers that do not set CSUM_IP_CHECKED.
Specifcially, in_cksum_hdr() returns 0 (not 0x) when the IPv4
checksum is
Author: hselasky
Date: Thu Feb 28 16:32:25 2013
New Revision: 247469
URL: http://svnweb.freebsd.org/changeset/base/247469
Log:
MFC r246021 and r228637:
Add new USB IDs.
PR: usb/175639
Modified:
stable/8/sys/dev/usb/net/if_axe.c
stable/8/sys/dev/usb/usbdevs
Directory Propert
Author: hselasky
Date: Thu Feb 28 16:25:34 2013
New Revision: 247468
URL: http://svnweb.freebsd.org/changeset/base/247468
Log:
MFC r235451:
Move reset of USB mouse parameters from the USB mouse attach to
the USB mouse device open. Protect against multi character
device open. Some other nit
On Thu, Feb 28, 2013 at 11:27:02AM +, Davide Italiano wrote:
> New Revision: 247460
> URL: http://svnweb.freebsd.org/changeset/base/247460
>
> Log:
> MFcalloutng (r247427 by mav):
> We don't need any precision here. Let it be fast and dirty shift then
> slow and excessively precise 64-bi
Author: davide
Date: Thu Feb 28 16:22:49 2013
New Revision: 247467
URL: http://svnweb.freebsd.org/changeset/base/247467
Log:
MFcalloutng:
Style fixes.
Modified:
head/sys/kern/kern_timeout.c
Modified: head/sys/kern/kern_timeout.c
=
Author: zeising (doc,ports committer)
Date: Thu Feb 28 15:21:12 2013
New Revision: 247466
URL: http://svnweb.freebsd.org/changeset/base/247466
Log:
MFC r246809
Change examples to be consistent with what style(9) says.
Approved by: joel (mentor)
Modified:
stable/8/lib/libc/net/getad
Author: zeising (doc,ports committer)
Date: Thu Feb 28 15:17:24 2013
New Revision: 247465
URL: http://svnweb.freebsd.org/changeset/base/247465
Log:
MFC r246809:
Change examples to be consistent with what style(9) says.
Approved by: joel (mentor)
Modified:
stable/9/lib/libc/net/geta
Author: mav
Date: Thu Feb 28 13:46:03 2013
New Revision: 247463
URL: http://svnweb.freebsd.org/changeset/base/247463
Log:
MFcalloutng:
Switch eventtimers(9) from using struct bintime to sbintime_t.
Even before this not a single driver really supported full dynamic range of
struct bintime e
Author: des
Date: Thu Feb 28 12:03:17 2013
New Revision: 247461
URL: http://svnweb.freebsd.org/changeset/base/247461
Log:
MFH (r240109): add a configtest command
Modified:
stable/9/etc/rc.d/sshd
Directory Properties:
stable/9/etc/ (props changed)
Modified: stable/9/etc/rc.d/sshd
Author: davide
Date: Thu Feb 28 11:27:01 2013
New Revision: 247460
URL: http://svnweb.freebsd.org/changeset/base/247460
Log:
MFcalloutng (r247427 by mav):
We don't need any precision here. Let it be fast and dirty shift then
slow and excessively precise 64-bit division.
Modified:
head/sys
Author: davide
Date: Thu Feb 28 10:46:54 2013
New Revision: 247454
URL: http://svnweb.freebsd.org/changeset/base/247454
Log:
MFcalloutng:
When CPU becomes idle, cpu_idleclock() calculates time to the next timer
event in order to reprogram hw timer. Return that time in sbintime_t to
the cal
Author: mav
Date: Thu Feb 28 10:21:04 2013
New Revision: 247452
URL: http://svnweb.freebsd.org/changeset/base/247452
Log:
Introduce sbintime_t type -- the simplified version of struct bintime,
using 32.32 fixed point in form of single int64_t. It is much easier to
use in cases where additio
Author: jfv
Date: Thu Feb 28 08:19:55 2013
New Revision: 247451
URL: http://svnweb.freebsd.org/changeset/base/247451
Log:
Remove DEV_NETMAP from stable/8 options, this was suggested
and approved by the owner, although there is code in some
drivers in support of it, the feature itself is not
Author: delphij
Date: Thu Feb 28 08:11:36 2013
New Revision: 247450
URL: http://svnweb.freebsd.org/changeset/base/247450
Log:
When getting the MIB, remove largest suffix instead of smallest suffix of
=. This makes the following syntax work:
dev.hdaa.4.nid25_config=as=1,seq=15
Author: delphij
Date: Thu Feb 28 08:06:43 2013
New Revision: 247449
URL: http://svnweb.freebsd.org/changeset/base/247449
Log:
When getting the MIB, remove largest suffix instead of smallest suffix of
=. This makes the following syntax work:
dev.hdaa.4.nid25_config=as=1,seq=15
82 matches
Mail list logo