Author: ae
Date: Thu Dec 20 11:10:23 2012
New Revision: 244483
URL: http://svnweb.freebsd.org/changeset/base/244483
Log:
MFC r244360:
Use M_PROTO7 flag for M_IP6_NEXTHOP, because M_PROTO2 was used for
M_AUTHIPHDR.
MFC r244365:
Since we use different flags to detect tcp forwardin
Author: bapt
Date: Thu Dec 20 11:39:20 2012
New Revision: 244484
URL: http://svnweb.freebsd.org/changeset/base/244484
Log:
make installation of the 220.backup-pkgdb periodic script depend on PKGTOOLS
knob
Modified:
head/etc/periodic/daily/Makefile
Modified: head/etc/periodic/daily/Makefile
Author: hselasky
Date: Thu Dec 20 16:21:02 2012
New Revision: 244489
URL: http://svnweb.freebsd.org/changeset/base/244489
Log:
Make sure we block recursion on TTY's inwakeup callback
Suggested by: davide
MFC after:1 week
Modified:
head/sys/dev/usb/serial/usb_serial.c
head/sys/dev
Author: hselasky
Date: Thu Dec 20 17:14:10 2012
New Revision: 244491
URL: http://svnweb.freebsd.org/changeset/base/244491
Log:
Add support for throttling UMASS.
Mostly useful for debugging purposes.
MFC after:1 week
Modified:
head/sys/dev/usb/storage/umass.c
Modified: head/sys/dev
Author: eadler
Date: Thu Dec 20 17:38:14 2012
New Revision: 244493
URL: http://svnweb.freebsd.org/changeset/base/244493
Log:
Make bsdgrep behave as gnugrep and as documented: -m should only stop
reading the specific file, not any file.
Tested by:frogs (irc)
Reviewed by: gabor
App
Author: eadler
Date: Thu Dec 20 18:13:04 2012
New Revision: 244497
URL: http://svnweb.freebsd.org/changeset/base/244497
Log:
MFC r244037:
Add check for failure of mkstemp and setenv.
Approved by: cperciva (implicit)
Modified:
stable/8/usr.bin/fetch/fetch.c
Directory Properties:
Author: eadler
Date: Thu Dec 20 18:13:04 2012
New Revision: 244498
URL: http://svnweb.freebsd.org/changeset/base/244498
Log:
MFC r244037:
Add check for failure of mkstemp and setenv.
Approved by: cperciva (implicit)
Modified:
stable/7/usr.bin/fetch/fetch.c
Directory Properties:
Author: eadler
Date: Thu Dec 20 18:13:04 2012
New Revision: 244499
URL: http://svnweb.freebsd.org/changeset/base/244499
Log:
MFC r244037:
Add check for failure of mkstemp and setenv.
Approved by: cperciva (implicit)
Modified:
stable/9/usr.bin/fetch/fetch.c
Directory Properties:
Author: hselasky
Date: Thu Dec 20 18:13:37 2012
New Revision: 244500
URL: http://svnweb.freebsd.org/changeset/base/244500
Log:
Allocate separate USB buffers for DMA'ed data, so that
DMA data does not reside next to non DMA data. This
might cause more memory to be allocated, but solves
prob
Author: hselasky
Date: Thu Dec 20 18:38:02 2012
New Revision: 244503
URL: http://svnweb.freebsd.org/changeset/base/244503
Log:
Make sure all USB drivers allocate buffer memory
through the USB API and/or busdma.
The following assumptions have been made:
umass - buffers passed from CAM/SC
Author: mav
Date: Thu Dec 20 19:51:32 2012
New Revision: 244508
URL: http://svnweb.freebsd.org/changeset/base/244508
Log:
Make SES driver to not fall out on some errors in Additional Status page.
This allows CAM devices still get their physical paths even if status of
later elements it corru
Author: des
Date: Thu Dec 20 20:18:27 2012
New Revision: 244510
URL: http://svnweb.freebsd.org/changeset/base/244510
Log:
Rewrite fdgrowtable() so common mortals can actually understand what
it does and how, and add comments describing the data structures and
explaining how they are managed.
Author: bapt
Date: Thu Dec 20 22:07:47 2012
New Revision: 244512
URL: http://svnweb.freebsd.org/changeset/base/244512
Log:
Add etc/periodic/daily/220.backup-pkgdb to OptionalObsoleteFiles.inc
Modified:
head/tools/build/mk/OptionalObsoleteFiles.inc
Modified: head/tools/build/mk/OptionalObsole
Author: luigi
Date: Thu Dec 20 22:26:03 2012
New Revision: 244514
URL: http://svnweb.freebsd.org/changeset/base/244514
Log:
rename the 'tag' and 'map' fields used the rx ring to their
previous names, 'ptag' and 'pmap' -- p stands for packet.
This change reduces the difference between the
Author: gabor
Date: Thu Dec 20 22:30:40 2012
New Revision: 244515
URL: http://svnweb.freebsd.org/changeset/base/244515
Log:
- Change the memory heuristics to an actually working one
Submitted by: Oleg Moskalenko
Prodded by: kib
Modified:
head/usr.bin/sort/sort.c
Modified: head/usr.
Author: markj
Date: Thu Dec 20 23:18:36 2012
New Revision: 244522
URL: http://svnweb.freebsd.org/changeset/base/244522
Log:
Don't reload syslogd after rotating sendmail.st, as this file isn't
managed by syslogd.
PR: conf/169973
Approved by: rstone (co-mentor)
MFC after:
Author: markj
Date: Thu Dec 20 23:21:20 2012
New Revision: 244523
URL: http://svnweb.freebsd.org/changeset/base/244523
Log:
- Make sure that errno isn't modified before calling logerror() in error
conditions.
- Don't check for AF_INET6 when compiled without INET6 support.
PR:
Author: delphij
Date: Fri Dec 21 00:41:52 2012
New Revision: 244524
URL: http://svnweb.freebsd.org/changeset/base/244524
Log:
MFC r241916:
Remove __P.
Submitted by: kevlo
Modified:
stable/9/sys/netinet/sctp_uio.h
stable/9/sys/netinet/sctp_var.h
stable/9/sys/netinet6/icmp6.c
st
Author: neel
Date: Fri Dec 21 01:19:48 2012
New Revision: 244525
URL: http://svnweb.freebsd.org/changeset/base/244525
Log:
Teach acpidump to dump the DMA Remapping Reporting table (aka DMAR).
The DMAR table is documented in chapter 8 of the Intel VT-d specification.
Reviewed by: jhb
Author: neel
Date: Fri Dec 21 01:31:56 2012
New Revision: 244526
URL: http://svnweb.freebsd.org/changeset/base/244526
Log:
The MPtable specification allows for an 8-bit "BUS ID" and "I/O APIC ID".
Since the 'busses[]' and 'apics[]' arrays are indexed by these 8-bit IDs
make sure that they
On Thu, Dec 20, 2012 at 5:31 PM, Neel Natu wrote:
> Author: neel
> Date: Fri Dec 21 01:31:56 2012
> New Revision: 244526
> URL: http://svnweb.freebsd.org/changeset/base/244526
>
> Log:
> The MPtable specification allows for an 8-bit "BUS ID" and "I/O APIC ID".
>
> Since the 'busses[]' and 'api
Author: emaste
Date: Fri Dec 21 02:18:11 2012
New Revision: 244527
URL: http://svnweb.freebsd.org/changeset/base/244527
Log:
Sort default option lists
Modified:
head/share/mk/bsd.own.mk
Modified: head/share/mk/bsd.own.mk
===
Author: adrian
Date: Fri Dec 21 04:28:05 2012
New Revision: 244529
URL: http://svnweb.freebsd.org/changeset/base/244529
Log:
Note why fast frames is disabled for 802.11n NICs now.
It actually works, but net80211 handles A-MPDU and Fast frames
incorrectly; it tries enabling both in some in
Author: neel
Date: Fri Dec 21 04:44:40 2012
New Revision: 244530
URL: http://svnweb.freebsd.org/changeset/base/244530
Log:
Divine the array size by using 'nitems(array)' instead of using magic numbers.
Suggested by: Garrett Cooper
Modified:
head/usr.sbin/mptable/mptable.c
Modified: head
Hi Garrett,
On Thu, Dec 20, 2012 at 6:07 PM, Garrett Cooper wrote:
> On Thu, Dec 20, 2012 at 5:31 PM, Neel Natu wrote:
>> Author: neel
>> Date: Fri Dec 21 01:31:56 2012
>> New Revision: 244526
>> URL: http://svnweb.freebsd.org/changeset/base/244526
>>
>> Log:
>> The MPtable specification allow
Author: rpaulo
Date: Fri Dec 21 05:22:14 2012
New Revision: 244531
URL: http://svnweb.freebsd.org/changeset/base/244531
Log:
Build a 64 bit version of the FICL library. This is need for a 64 bit
EFI bootloader (amd64 only for now).
This is not yet connected to the build.
Added:
head/sy
26 matches
Mail list logo