Author: adrian
Date: Mon Sep 28 06:26:46 2015
New Revision: 288334
URL: https://svnweb.freebsd.org/changeset/base/288334
Log:
Remove some debugging that wasn't supposed to be there.
Modified:
head/sys/net80211/ieee80211_superg.c
Modified: head/sys/net80211/ieee80211_superg.c
Author: ngie
Date: Mon Sep 28 03:36:15 2015
New Revision: 288330
URL: https://svnweb.freebsd.org/changeset/base/288330
Log:
Add initial testcases for bin/ls
MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
Added:
head/bin/ls/tests/
- copied from r284388, user/ngie/mor
Author: ngie
Date: Mon Sep 28 03:28:22 2015
New Revision: 288328
URL: https://svnweb.freebsd.org/changeset/base/288328
Log:
Delete stray svn:mergeinfo
Modified:
Directory Properties:
head/etc/ (props changed)
___
svn-src-head@freebsd.org mailing l
Author: adrian
Date: Mon Sep 28 01:16:44 2015
New Revision: 288320
URL: https://svnweb.freebsd.org/changeset/base/288320
Log:
include opt_wlan.h . Tsk adrian.
Modified:
head/sys/dev/usb/wlan/if_rsu.c
Modified: head/sys/dev/usb/wlan/if_rsu.c
==
Author: adrian
Date: Mon Sep 28 01:09:48 2015
New Revision: 288319
URL: https://svnweb.freebsd.org/changeset/base/288319
Log:
if_otus fixes; add fast-frames support.
Fast-frames:
* include opt_wlan.h ; tsk to not doing it earlier;
* add a tx pending tracking counter for seeing how de
Author: adrian
Date: Mon Sep 28 00:59:07 2015
New Revision: 288318
URL: https://svnweb.freebsd.org/changeset/base/288318
Log:
Migrate the fast-frames transmit support away from using the txa_private
field and into a separate fast-frames staging pointer in ieee80211_node.
The A-MPDU TX pat
Author: adrian
Date: Mon Sep 28 00:51:24 2015
New Revision: 288317
URL: https://svnweb.freebsd.org/changeset/base/288317
Log:
Comments, mostly to remind myself of what's going on and why.
Modified:
head/sys/net80211/ieee80211_output.c
Modified: head/sys/net80211/ieee80211_output.c
==
Author: adrian
Date: Mon Sep 28 00:17:51 2015
New Revision: 288315
URL: https://svnweb.freebsd.org/changeset/base/288315
Log:
Abstract out the ampdu TX pps initialisation code so it can be reused
in the superg fast-frames code.
This harks back to an earlier commit (r280349) where I found
Author: allanjude
Date: Sun Sep 27 22:05:20 2015
New Revision: 288313
URL: https://svnweb.freebsd.org/changeset/base/288313
Log:
Fix whitespace error in ls(1) detected by igor
Approved by: bcr (mentor)
Sponsored by: EuroBSDCon DevSummit
Modified:
head/bin/ls/ls.1
Modified: head/bin/l
Author: allanjude
Date: Sun Sep 27 22:02:46 2015
New Revision: 288312
URL: https://svnweb.freebsd.org/changeset/base/288312
Log:
Use one fewer made up words in the ls(1) man page
PR: 203337
Submitted by: Mike Dame
Approved by: bcr (mentor)
Sponsored by: EuroBSDCon DevSummi
Author: loos
Date: Sun Sep 27 18:21:22 2015
New Revision: 288311
URL: https://svnweb.freebsd.org/changeset/base/288311
Log:
Set the #address-cells and #size-cells for the I2C controllers in RPi2.
This allows the use of I2C addresses in 'reg' property.
Modified:
head/sys/boot/fdt/dts/arm/
27.09.2015, 15:26, "Bjoern A. Zeeb" :
> On Sun, 27 Sep 2015, Alexander V. Chernikov wrote:
>
>> Author: melifaro
>> Date: Sun Sep 27 05:29:34 2015
>> New Revision: 288301
>> URL: https://svnweb.freebsd.org/changeset/base/288301
>>
>> Log:
>> Eliminate nd6_nud_hint() and its TCP bindings.
>>
Author: mav
Date: Sun Sep 27 13:47:28 2015
New Revision: 288310
URL: https://svnweb.freebsd.org/changeset/base/288310
Log:
Add to CTL initial support for CDROMs and removable devices.
Relnotes: yes
Modified:
head/share/man/man4/ctl.4
head/sys/cam/ctl/README.ctl.txt
head/sys/cam/c
Author: jilles
Date: Sun Sep 27 12:52:18 2015
New Revision: 288309
URL: https://svnweb.freebsd.org/changeset/base/288309
Log:
fnmatch(): Remove exponential behaviour as in sh r229201.
The old code was exponential in the number of asterisks in the pattern.
However, once a match has been fo
On Sun, 27 Sep 2015, Alexander V. Chernikov wrote:
Author: melifaro
Date: Sun Sep 27 05:29:34 2015
New Revision: 288301
URL: https://svnweb.freebsd.org/changeset/base/288301
Log:
Eliminate nd6_nud_hint() and its TCP bindings.
Initially function was introduced in r53541 (KAME initial commit)
Author: bz
Date: Sun Sep 27 12:19:36 2015
New Revision: 288308
URL: https://svnweb.freebsd.org/changeset/base/288308
Log:
Fix what looks like a consistent copy&paste error.
Don't make an integer to a boolean and then compare to a value which
needs an integer comparison.
Spotted by: re
Author: bz
Date: Sun Sep 27 12:17:03 2015
New Revision: 288307
URL: https://svnweb.freebsd.org/changeset/base/288307
Log:
Compare the correct variable to see if memory allocation succeeded.
I don't even want to know where the symbol "version" comes from.
Spotted by: reading kernel compi
Author: mr
Date: Sun Sep 27 09:15:54 2015
New Revision: 288306
URL: https://svnweb.freebsd.org/changeset/base/288306
Log:
Add support to systat to display zfs arc cache status/info
PR: 195460
Submitted by: ota
Added:
head/usr.bin/systat/zarc.c (contents, props changed)
Modi
Author: ngie
Date: Sun Sep 27 07:51:18 2015
New Revision: 288305
URL: https://svnweb.freebsd.org/changeset/base/288305
Log:
Replace N #defines with nitems to simplify ifconfig code slightly
MFC after: 1 week
Modified:
head/sbin/ifconfig/af_inet6.c
head/sbin/ifconfig/carp.c
head/sbin/
Author: ngie
Date: Sun Sep 27 07:40:19 2015
New Revision: 288304
URL: https://svnweb.freebsd.org/changeset/base/288304
Log:
Enable parallel subdirectory building with sys/modules/netgraph
MFC after: 2 weeks
Modified:
head/sys/modules/netgraph/Makefile
Modified: head/sys/modules/netgraph
Author: delphij
Date: Sun Sep 27 07:04:16 2015
New Revision: 288303
URL: https://svnweb.freebsd.org/changeset/base/288303
Log:
MFV r288243: nc from OpenBSD 5.8.
Modified:
head/contrib/netcat/nc.1
head/contrib/netcat/netcat.c
head/contrib/netcat/socks.c
Directory Properties:
head/contrib
21 matches
Mail list logo