On Thu, 12 May 2011 14:26:40 +0300
Kostik Belousov mentioned:
> >
> > The newly introduced fuser(1) utility also uses this library and
> > able to operate via sysctl and kvm backends.
> >
> > The library is by no means complete (e.g. KVM backend is missing
> > vnode name resolutio
On Sat, May 14, 2011 at 02:15:23AM -0700, Stanislav Sedov wrote:
> On Thu, 12 May 2011 14:26:40 +0300
> Kostik Belousov mentioned:
>
> > >
> > > The newly introduced fuser(1) utility also uses this library and
> > > able to operate via sysctl and kvm backends.
> > >
> > > The library
Hi,
On Mon, 2 May 2011 21:05:52 + (UTC) John Baldwin wrote:
JB> Author: jhb
JB> Date: Mon May 2 21:05:52 2011
JB> New Revision: 221346
JB> URL: http://svn.freebsd.org/changeset/base/221346
JB> Log:
JB> Handle a rare edge case with nearly full TCP receive buffers. If a TCP
JB> bu
On Sat, 14 May 2011 13:37:19 +0300 Mikolaj Golub wrote to John Baldwin:
JB>> +KASSERT(SEQ_GEQ(tp->rcv_adv, tp->rcv_nxt),
JB>> +("tcp_input negative window: tp %p rcv_nxt %u rcv_adv %u",
tp,
JB>> +tp->rcv_adv, tp->rcv_nxt));
BTW, the message is printed wrongly
Author: brucec
Date: Sat May 14 11:26:00 2011
New Revision: 221879
URL: http://svn.freebsd.org/changeset/base/221879
Log:
gcc and clang semantics imply certain -mno-* flags when other certain -mno-*
flags are also specified. This change makes use of this behaviour and removes
unneeded -mno-*
Author: hselasky
Date: Sat May 14 12:16:09 2011
New Revision: 221883
URL: http://svn.freebsd.org/changeset/base/221883
Log:
Add new USB ID's.
Submitted by: Jim Bryant
MFC after:3 days
Modified:
head/sys/dev/usb/usbdevs
Modified: head/sys/dev/usb/usbdevs
===
Author: jilles
Date: Sat May 14 12:22:58 2011
New Revision: 221884
URL: http://svn.freebsd.org/changeset/base/221884
Log:
network.subr: Use printf(1) builtin for hexprint function.
Now that printf(1) is a shell builtin, there is no need to emulate it
anymore. The external printf(1) is /us
Author: jilles
Date: Sat May 14 14:19:30 2011
New Revision: 221887
URL: http://svn.freebsd.org/changeset/base/221887
Log:
sh: Add tests for lines that look like heredoc delimiters but are not.
Added:
head/tools/regression/bin/sh/parser/heredoc10.0 (contents, props changed)
head/tools/regr
Author: adrian
Date: Sat May 14 14:25:15 2011
New Revision: 221888
URL: http://svn.freebsd.org/changeset/base/221888
Log:
Import initial EEPROM code for Kite (AR9287).
I've tested this locally and it does indeed read and attach to an AR9287
EEPROM. But a lot more code needs to be ported o
Author: marcel
Date: Sat May 14 14:36:08 2011
New Revision: 221889
URL: http://svn.freebsd.org/changeset/base/221889
Log:
Turn ia64_srlz() and ia64_srlz_i() into defines so that the code is
still correct when inlining is disabled.
Modified:
head/sys/ia64/include/ia64_cpu.h
Modified: head/s
On 5/14/11 6:37 AM, Mikolaj Golub wrote:
Hi,
On Mon, 2 May 2011 21:05:52 + (UTC) John Baldwin wrote:
JB> Author: jhb
JB> Date: Mon May 2 21:05:52 2011
JB> New Revision: 221346
JB> URL: http://svn.freebsd.org/changeset/base/221346
JB> Log:
JB>Handle a rare edge case wi
Author: marcel
Date: Sat May 14 14:40:24 2011
New Revision: 221890
URL: http://svn.freebsd.org/changeset/base/221890
Log:
Be pedantic: mark the pcpu pointer (= register r13) itself as volatile.
Modified:
head/sys/ia64/include/pcpu.h
Modified: head/sys/ia64/include/pcpu.h
Author: jhb
Date: Sat May 14 14:41:40 2011
New Revision: 221891
URL: http://svn.freebsd.org/changeset/base/221891
Log:
Oops, fix order of sequence numbers in KASSERT()'s to catch negative
receive windows to match the labels in the panic message.
Submitted by: trociny
Modified:
head/sys
Author: marcel
Date: Sat May 14 14:47:19 2011
New Revision: 221893
URL: http://svn.freebsd.org/changeset/base/221893
Log:
Sharpening the saw:
o Clobber the register that holds the restart token immediately after
crossing the restart point. This prevents false positives (i.e. a
ne
Author: marcel
Date: Sat May 14 14:55:15 2011
New Revision: 221894
URL: http://svn.freebsd.org/changeset/base/221894
Log:
Prefer switching the memory stack from user to kernel *before* switching
the register stack. While the ordering doesn't matter, it creates an
invariant not previously the
Author: adrian
Date: Sat May 14 15:12:02 2011
New Revision: 221896
URL: http://svn.freebsd.org/changeset/base/221896
Log:
Fix the eeprom set API method to return HAL_STATUS.
The code assumed it could return HAL_OK, HAL_EINVAL and other
HAL_STATUS types; so it shouldn't be declared as retu
Author: adrian
Date: Sat May 14 15:24:15 2011
New Revision: 221897
URL: http://svn.freebsd.org/changeset/base/221897
Log:
Fix the Merlin 5ghz fast-clock EEPROM fetch to return the correct value.
The eeprom Get method should return HAL_OK if fastclock is enabled in the
EEPROM. It was retur
Author: pjd
Date: Sat May 14 16:55:24 2011
New Revision: 221898
URL: http://svn.freebsd.org/changeset/base/221898
Log:
When using capsicum to sanbox, still use other methods first, just in case
one of them have some problems.
Modified:
head/sbin/hastd/subr.c
Modified: head/sbin/hastd/subr.
Author: pjd
Date: Sat May 14 17:02:03 2011
New Revision: 221899
URL: http://svn.freebsd.org/changeset/base/221899
Log:
Currently we are unable to use capsicum for the primary worker process,
because we need to do ioctl(2)s, which are not permitted in the capability
mode. What we do now is to
On Sat, 14 May 2011 10:37:51 -0400 John Baldwin wrote:
JB> Can you capture a tcpdump (probably easiest to do from the other host)?
I replaced the asserts with log statements to make the host not panic and the
captured dump survive.
Below are two examples. You can find the raw dump for the firs
Author: cperciva
Date: Sat May 14 17:44:12 2011
New Revision: 221900
URL: http://svn.freebsd.org/changeset/base/221900
Log:
Encourage Ben Laurie to finish getting his commit bit by appointing him
as the OpenSSL maintainer.
With hat: security-officer
Reviewed by: simon (former maint
Author: tuexen
Date: Sat May 14 18:22:14 2011
New Revision: 221904
URL: http://svn.freebsd.org/changeset/base/221904
Log:
Fix the source address selection for boundall sockets
when sending INITs to a global IPv4 address having
only private IPv4 address.
Allow the usage of a private address
Author: uqs
Date: Sat May 14 19:03:30 2011
New Revision: 221907
URL: http://svn.freebsd.org/changeset/base/221907
Log:
morse(6): fix typos and space-before-tabs
Modified:
head/games/morse/morse.c
Modified: head/games/morse/morse.c
=
Author: uqs
Date: Sat May 14 19:03:45 2011
New Revision: 221908
URL: http://svn.freebsd.org/changeset/base/221908
Log:
fortune(6): fix typos and misspellings.
While here, drop words in the spelling files that are no longer used
anywhere.
Speling errors found via: codespell from L
Author: uqs
Date: Sat May 14 19:03:54 2011
New Revision: 221909
URL: http://svn.freebsd.org/changeset/base/221909
Log:
Convert a file to UTF-8. This only changes a character in the
copyright section and will not require UTF-8 for fortune(6).
Modified:
head/games/fortune/datfiles/gerrold.lim
On Sat, May 14, 2011 at 05:44:12PM +, Colin Percival wrote:
> Encourage Ben Laurie to finish getting his commit bit by appointing him
> as the OpenSSL maintainer.
Cool! (both parts)
mcl
___
svn-src-head@freebsd.org mailing list
http://lists.fre
Author: np
Date: Sat May 14 19:27:15 2011
New Revision: 221911
URL: http://svn.freebsd.org/changeset/base/221911
Log:
sysctl that displays the absolute queue id of an rxq.
Modified:
head/sys/dev/cxgbe/t4_sge.c
Modified: head/sys/dev/cxgbe/t4_sge.c
Author: marius
Date: Sat May 14 20:31:04 2011
New Revision: 221913
URL: http://svn.freebsd.org/changeset/base/221913
Log:
- There's no need for nibbletab to be static, it's const however.
- Fix whitespace.
Modified:
head/sys/dev/mii/mii.c
Modified: head/sys/dev/mii/mii.c
==
On Fri, May 13, 2011 at 03:41:10PM -0500, Alan Cox wrote:
> On 5/13/2011 2:35 PM, Matthew D Fleming wrote:
> >Author: mdf
> >Date: Fri May 13 19:35:01 2011
> >New Revision: 221855
> >URL: http://svn.freebsd.org/changeset/base/221855
> >
> >Log:
> > Move the ZERO_REGION_SIZE to a machine-dependent
Author: stas
Date: Sat May 14 22:15:38 2011
New Revision: 221931
URL: http://svn.freebsd.org/changeset/base/221931
Log:
- Add symbol versioning to libprocstat.
Suggested by: kib
Added:
head/lib/libprocstat/Symbol.map (contents, props changed)
head/lib/libprocstat/Versions.def (cont
Author: stas
Date: Sun May 15 00:46:25 2011
New Revision: 221936
URL: http://svn.freebsd.org/changeset/base/221936
Log:
- Whitespace fix.
Modified:
head/lib/libprocstat/libprocstat.c
Modified: head/lib/libprocstat/libprocstat.c
Author: mav
Date: Sun May 15 01:01:53 2011
New Revision: 221938
URL: http://svn.freebsd.org/changeset/base/221938
Log:
Fix few typos.
Submitted by: uqs
MFC after:1 week
Modified:
head/share/man/man4/hpet.4
Modified: head/share/man/man4/hpet.4
==
On Sat, 14 May 2011, Colin Percival wrote:
Author: cperciva
Date: Sat May 14 17:44:12 2011
New Revision: 221900
URL: http://svn.freebsd.org/changeset/base/221900
Log:
Encourage Ben Laurie to finish getting his commit bit by appointing him
as the OpenSSL maintainer.
I'd like to thanks Simon
On Sat, 14 May 2011, Marius Strobl wrote:
Log:
- There's no need for nibbletab to be static, it's const however.
- Fix whitespace.
There is every reason for it to be static.
Modified: head/sys/dev/mii/mii.c
==
---
34 matches
Mail list logo