Author: hselasky
Date: Fri Jan 28 08:00:57 2011
New Revision: 218010
URL: http://svn.freebsd.org/changeset/base/218010
Log:
- Remove double semicolon.
- Remove reference to sprintf. Use printf directly. This part of
the code should be optimised further to avoid many small printouts.
Settin
Author: adrian
Date: Fri Jan 28 08:35:55 2011
New Revision: 218011
URL: http://svn.freebsd.org/changeset/base/218011
Log:
Bring in some 802.11n packet duration calculation functions from a mix of
Sam/Rui and linux ath9k .
This will eventually be used by rate control modules and by the TX
Author: adrian
Date: Fri Jan 28 08:45:19 2011
New Revision: 218012
URL: http://svn.freebsd.org/changeset/base/218012
Log:
Make space for the extended 802.11n MCS rate tables.
Modified:
head/sys/dev/ath/ath_hal/ar5212/ar5212.h
Modified: head/sys/dev/ath/ath_hal/ar5212/ar5212.h
===
Author: adrian
Date: Fri Jan 28 08:57:58 2011
New Revision: 218013
URL: http://svn.freebsd.org/changeset/base/218013
Log:
(Mostly) teach ath_rate_sample about MCS rates.
This is just the bare minimum needed to teach ath_rate_sample to try
and handle MCS rates. It doesn't at all attempt to
On Thu, 27 Jan 2011, Doug Barton wrote:
On 01/26/2011 21:24, Bruce Evans wrote:
On Wed, 26 Jan 2011, Doug Barton wrote:
My concern was that the man page says that we don't support the option
at all, but with a FreeBSD client and a solaris server it has a
demonstrable effect. If someone wants
On Fri, Jan 28, 2011 at 08:00:57AM +, Hans Petter Selasky wrote:
> Author: hselasky
> Date: Fri Jan 28 08:00:57 2011
> New Revision: 218010
> URL: http://svn.freebsd.org/changeset/base/218010
>
> Log:
> - Remove double semicolon.
> - Remove reference to sprintf. Use printf directly. This p
Author: ae
Date: Fri Jan 28 11:13:01 2011
New Revision: 218014
URL: http://svn.freebsd.org/changeset/base/218014
Log:
Add new user-friendly aliases for partition types for the MBR and
EBR schemes: fat32, ebr, linux-data, linux-raid, linux-swap and
linux-lvm. Add bios-boot GUID and alias for
Author: ae
Date: Fri Jan 28 11:56:14 2011
New Revision: 218015
URL: http://svn.freebsd.org/changeset/base/218015
Log:
Document the "bios-boot" partition type.
MFC after:2 weeks
Modified:
head/sbin/geom/class/part/gpart.8
Modified: head/sbin/geom/class/part/gpart.8
==
Author: jilles
Date: Fri Jan 28 15:29:35 2011
New Revision: 218019
URL: http://svn.freebsd.org/changeset/base/218019
Log:
Do not trip a KASSERT if /dev/null cannot be opened for a setuid program.
The fdcheckstd() function makes sure fds 0, 1 and 2 are open by opening
/dev/null. If this fa
Author: pluknet
Date: Fri Jan 28 17:30:24 2011
New Revision: 218025
URL: http://svn.freebsd.org/changeset/base/218025
Log:
Remove SuperH architecture from a comment as we do not support it.
Presumably it was leaked from NetBSD together with rtld-elf mips support.
Approved by: kib (mentor
Author: kib
Date: Fri Jan 28 17:37:09 2011
New Revision: 218026
URL: http://svn.freebsd.org/changeset/base/218026
Log:
If more than one thread allocated sf buffers for sendfile(2), and
each of the threads needs more while current pool of the buffers is
exhausted, then neither thread can make
Author: dchagin
Date: Fri Jan 28 18:28:06 2011
New Revision: 218028
URL: http://svn.freebsd.org/changeset/base/218028
Log:
To avoid excessive code duplication move struct rusage translation
to a separate function.
MFC after:1 Month.
Modified:
head/sys/amd64/linux32/linux32_machdep.
Author: dchagin
Date: Fri Jan 28 18:47:07 2011
New Revision: 218030
URL: http://svn.freebsd.org/changeset/base/218030
Log:
Implement a variation of the linux_common_wait() which should
be used by linuxolator itself.
Move linux_wait4() to MD path as it requires native struct
rusage trans
Author: dchagin
Date: Fri Jan 28 19:04:15 2011
New Revision: 218031
URL: http://svn.freebsd.org/changeset/base/218031
Log:
Style(9) fixes.
MFC after:1 Month.
Modified:
head/sys/compat/linux/linux_misc.c
Modified: head/sys/compat/linux/linux_misc.c
===
Author: rrs
Date: Fri Jan 28 20:49:15 2011
New Revision: 218037
URL: http://svn.freebsd.org/changeset/base/218037
Log:
Fix a bug in the way ECN-Echo chunk
sends were being accounted for. The
counting was such that we counted only
when we queued a chunk, not when we sent it.
Now keep an a
Author: yongari
Date: Fri Jan 28 21:03:32 2011
New Revision: 218038
URL: http://svn.freebsd.org/changeset/base/218038
Log:
Fix logic error. Due to the bug, it incorrectly checked TXQ status
which in turn can leave TXQ active.
Submitted by: Brad ( brad <> comstyle dot com )
MFC after:
Author: rrs
Date: Fri Jan 28 21:05:21 2011
New Revision: 218039
URL: http://svn.freebsd.org/changeset/base/218039
Log:
Keep track of the real last RTT on each net.
This will be used for Data Center congestion
control, we won't want to engage it in the
ECN code unless we KNOW that the RTT i
Author: pjd
Date: Fri Jan 28 21:36:01 2011
New Revision: 218040
URL: http://svn.freebsd.org/changeset/base/218040
Log:
Initialize all global variables on pjdlog_init().
MFC after:1 week
Modified:
head/sbin/hastd/pjdlog.c
Modified: head/sbin/hastd/pjdlog.c
===
Author: pjd
Date: Fri Jan 28 21:48:15 2011
New Revision: 218041
URL: http://svn.freebsd.org/changeset/base/218041
Log:
Add function to close all unneeded descriptors after fork(2).
MFC after:1 week
Modified:
head/sbin/hastd/hastd.c
head/sbin/hastd/hastd.h
Modified: head/sbin/hastd
Author: pjd
Date: Fri Jan 28 21:51:40 2011
New Revision: 218042
URL: http://svn.freebsd.org/changeset/base/218042
Log:
Add comments to places where we treat errors as ciritical, but it is possible
to handle them more gracefully.
MFC after:1 week
Modified:
head/sbin/hastd/primary.c
Author: pjd
Date: Fri Jan 28 21:52:37 2011
New Revision: 218043
URL: http://svn.freebsd.org/changeset/base/218043
Log:
Close all unneeded descriptors after fork(2).
MFC after:1 week
Modified:
head/sbin/hastd/primary.c
head/sbin/hastd/secondary.c
Modified: head/sbin/hastd/primary.c
Author: pjd
Date: Fri Jan 28 21:56:47 2011
New Revision: 218044
URL: http://svn.freebsd.org/changeset/base/218044
Log:
Add function to assert that the only descriptors we have open are the ones
we expect to be open. Also assert that they point at expected type.
Because openlog(3) API is u
Author: pjd
Date: Fri Jan 28 21:57:42 2011
New Revision: 218045
URL: http://svn.freebsd.org/changeset/base/218045
Log:
Use newly added descriptors_assert() function to ensure only expected
descriptors are open.
MFC after:1 week
Modified:
head/sbin/hastd/primary.c
head/sbin/hastd/
Author: pjd
Date: Fri Jan 28 22:28:12 2011
New Revision: 218046
URL: http://svn.freebsd.org/changeset/base/218046
Log:
Add 'hast' user and 'hast' group that will be used by hastd (and maybe
hastctl)
to drop privileges.
MFC after:1 week
Modified:
head/etc/group
head/etc/master.pa
Author: pjd
Date: Fri Jan 28 22:29:38 2011
New Revision: 218047
URL: http://svn.freebsd.org/changeset/base/218047
Log:
Change hast user home directory to /var/empty.
MFC after:1 week
Modified:
head/etc/master.passwd
Modified: head/etc/master.passwd
==
Author: pjd
Date: Fri Jan 28 22:33:47 2011
New Revision: 218048
URL: http://svn.freebsd.org/changeset/base/218048
Log:
Implement function that drops privileges by:
- chrooting to /var/empty (user hast home directory),
- setting groups to 'hast' (user hast primary group),
- setting real gro
Author: pjd
Date: Fri Jan 28 22:35:46 2011
New Revision: 218049
URL: http://svn.freebsd.org/changeset/base/218049
Log:
Drop privileges in worker processes.
Accepting connections and handshaking in secondary is still done before
dropping privileges. It should be implemented by only accepti
Author: marcel
Date: Fri Jan 28 23:40:13 2011
New Revision: 218050
URL: http://svn.freebsd.org/changeset/base/218050
Log:
Don't use the MAC address in the device tree if it's all zeroes
(i.e. 00-00-00-00-00-00). Use the currently programmed address
instead.
While here, simplify the func
Author: kan
Date: Fri Jan 28 23:44:57 2011
New Revision: 218051
URL: http://svn.freebsd.org/changeset/base/218051
Log:
Eliminate the use of symlook_needed function in favor of DAGS.
Place elements on DAG lists in breadth-first order. This allows us to
walk pre-built list in all cases wher
On Fri, 28 Jan 2011, Pawel Jakub Dawidek wrote:
Author: pjd
Date: Fri Jan 28 22:28:12 2011
New Revision: 218046
URL: http://svn.freebsd.org/changeset/base/218046
Log:
Add 'hast' user and 'hast' group that will be used by hastd (and maybe hastctl)
to drop privileges.
Does it really have to b
On 29 January 2011 13:10, Bjoern A. Zeeb wrote:
> On Fri, 28 Jan 2011, Pawel Jakub Dawidek wrote:
>
>> Author: pjd
>> Date: Fri Jan 28 22:28:12 2011
>> New Revision: 218046
>> URL: http://svn.freebsd.org/changeset/base/218046
>>
>> Log:
>> Add 'hast' user and 'hast' group that will be used by has
Author: andrew
Date: Sat Jan 29 00:46:11 2011
New Revision: 218054
URL: http://svn.freebsd.org/changeset/base/218054
Log:
Move the load address of the kernel to the start of KVA as the
s3c24x0 copy of initarm expects the kernel to be loaded there.
Approved by: imp (mentor)
Modified:
h
Author: andrew
Date: Sat Jan 29 00:53:58 2011
New Revision: 218055
URL: http://svn.freebsd.org/changeset/base/218055
Log:
Use bus space functions rather than inw/outw
to help a future port of the driver to ARM.
Approved by: imp (mentor)
Modified:
head/sys/dev/cs/if_cs.c
head/sys/dev
Author: gibbs
Date: Sat Jan 29 02:36:45 2011
New Revision: 218056
URL: http://svn.freebsd.org/changeset/base/218056
Log:
Fix bug in the netfront driver that caused excessive packet drops during
receive processing.
Remove unnecessary restrictions on the mbuf chain length built during an
Author: adrian
Date: Sat Jan 29 04:34:30 2011
New Revision: 218057
URL: http://svn.freebsd.org/changeset/base/218057
Log:
Keep this in sync with the ar5212 power rate table size.
This doesn't yet know about the 802.11n radios or rates.
Modified:
head/tools/tools/ath/athpow/athpow.c
Modifie
Author: adrian
Date: Sat Jan 29 05:08:21 2011
New Revision: 218058
URL: http://svn.freebsd.org/changeset/base/218058
Log:
Break out the debug macros from if_ath.c into if_ath_debug.[ch] .
This is prep work for breaking out the TX path into a separate
set of source files.
Added:
head/sy
Author: dchagin
Date: Sat Jan 29 07:22:33 2011
New Revision: 218059
URL: http://svn.freebsd.org/changeset/base/218059
Log:
My style(9) bug.
Pointed out by: kib
MFC after:1 Month.
Modified:
head/sys/amd64/linux32/linux32_machdep.c
Modified: head/sys/amd64/linux32/linux32_m
37 matches
Mail list logo