On Mon, 21 May 2012, Guy Helmer wrote:
Log:
Apply style(9) to return and switch/case statements.
Reviewed by: delphij (prior version of the patch)
Modified:
head/lib/libc/gen/getnetgrent.c
Modified: head/lib/libc/gen/getnetgrent.c
=
Author: uqs
Date: Tue May 22 06:33:08 2012
New Revision: 235775
URL: http://svn.freebsd.org/changeset/base/235775
Log:
Fix make depend.
Modified:
head/sys/modules/bwi/Makefile
Modified: head/sys/modules/bwi/Makefile
Author: adrian
Date: Tue May 22 06:31:03 2012
New Revision: 235774
URL: http://svn.freebsd.org/changeset/base/235774
Log:
Fix up some corner cases with aggregation handling.
I've come across a weird scenario in net80211 where two TX streams will
happily attempt to setup an aggregation ses
Author: dim
Date: Tue May 22 06:28:53 2012
New Revision: 235773
URL: http://svn.freebsd.org/changeset/base/235773
Log:
Correct use_screen() and use_window() prototypes in curs_threads(3x).
Submitted by: Yanhui Shen
MFC after:3 days
Modified:
head/contrib/ncurses/man/curs_threads.3
Author: iwasaki
Date: Tue May 22 05:18:30 2012
New Revision: 235772
URL: http://svn.freebsd.org/changeset/base/235772
Log:
Ignore the power button press event for resuming rather than starting
shutdown.
MFC after:2 days
Modified:
head/sys/dev/acpica/acpi.c
Modified: head/sys/dev/a
Author: kevlo
Date: Tue May 22 03:01:54 2012
New Revision: 235771
URL: http://svn.freebsd.org/changeset/base/235771
Log:
Remove redundant declaration of yyparse
Reported by: tinderbox
Modified:
head/bin/expr/expr.y
Modified: head/bin/expr/expr.y
On Mon, May 21, 2012 at 6:28 PM, Kevin Lo wrote:
> Author: kevlo
> Date: Tue May 22 01:28:32 2012
> New Revision: 235767
> URL: http://svn.freebsd.org/changeset/base/235767
>
> Log:
> Add missing header needed by free()
>
> Reported by: tinderbox
Thank you for saving my mailbox :)!!!
FWIW, it
Author: kevlo
Date: Tue May 22 01:28:32 2012
New Revision: 235767
URL: http://svn.freebsd.org/changeset/base/235767
Log:
Add missing header needed by free()
Reported by: tinderbox
Modified:
head/lib/libc/net/nsparser.y
Modified: head/lib/libc/net/nsparser.y
Author: jimharris
Date: Mon May 21 22:54:33 2012
New Revision: 235751
URL: http://svn.freebsd.org/changeset/base/235751
Log:
Wait until completion context unwinds before retrying CCBs that have been
queued internally. This works around issue in the isci HAL where it cannot
accept new I/O to
Author: adrian
Date: Mon May 21 22:43:38 2012
New Revision: 235750
URL: http://svn.freebsd.org/changeset/base/235750
Log:
For now, add a quick debugging patch to log when the hw TXQ != the TID/AC.
Modified:
head/sys/dev/ath/if_ath_tx.c
Modified: head/sys/dev/ath/if_ath_tx.c
=
Author: adrian
Date: Mon May 21 22:39:13 2012
New Revision: 235749
URL: http://svn.freebsd.org/changeset/base/235749
Log:
Rename ath_tx_cleanup() -> ath_tx_tid_cleanup() in order to not clash
with a symbol in if_ath.c
Modified:
head/sys/dev/ath/if_ath_tx.c
Modified: head/sys/dev/ath/if_ath
Author: melifaro
Date: Mon May 21 22:21:00 2012
New Revision: 235747
URL: http://svn.freebsd.org/changeset/base/235747
Log:
Make most BPF ioctls() SMP-safe.
Approved by: kib(mentor)
MFC in:4 weeks
Modified:
head/sys/net/bpf.c
Modified: head/sys/net/bpf.c
=
Author: melifaro
Date: Mon May 21 22:19:19 2012
New Revision: 235746
URL: http://svn.freebsd.org/changeset/base/235746
Log:
Call bpf_jitter() before acquiring BPF global lock due to malloc() being used
inside bpf_jitter.
Eliminate bpf_buffer_alloc() and allocate BPF buffers on descriptor c
Author: melifaro
Date: Mon May 21 22:17:29 2012
New Revision: 235745
URL: http://svn.freebsd.org/changeset/base/235745
Log:
Fix old panic when BPF consumer attaches to destroying interface.
'flags' field is added to the end of bpf_if structure. Currently the only
flag is BPFIF_FLAG_DYING whi
Author: melifaro
Date: Mon May 21 22:13:48 2012
New Revision: 235744
URL: http://svn.freebsd.org/changeset/base/235744
Log:
Fix panic on attaching to non-existent interface (introduced by r233937,
pointed by hrs@)
Fix panic on tcpdump being attached to interface being removed (introduced by
Author: ghelmer
Date: Mon May 21 21:10:00 2012
New Revision: 235740
URL: http://svn.freebsd.org/changeset/base/235740
Log:
Add checks for memory allocation failures in appropriate places, and
avoid creating bad entries in the grp list as a result of memory allocation
failures while building
Author: ghelmer
Date: Mon May 21 21:04:29 2012
New Revision: 235739
URL: http://svn.freebsd.org/changeset/base/235739
Log:
Apply style(9) to return and switch/case statements.
Reviewed by: delphij (prior version of the patch)
Modified:
head/lib/libc/gen/getnetgrent.c
Modified: head/lib
On 5/21/12 11:27 AM, John Baldwin wrote:
On Friday, May 18, 2012 11:24:36 am Gleb Kurtsou wrote:
On (18/05/2012 09:41), John Baldwin wrote:
A question about your stat changes: did you expand dev_t to 32 bits
for the AFS folks, or did you leave it as 16 bits?
dev_t is already 32-bit.
Author: adrian
Date: Mon May 21 17:51:26 2012
New Revision: 235728
URL: http://svn.freebsd.org/changeset/base/235728
Log:
Re-add 'ic' and properly wrap it in the SUPERG macro.
Modified:
head/sys/dev/ath/if_ath_rx.c
Modified: head/sys/dev/ath/if_ath_rx.c
==
Author: marcel
Date: Mon May 21 16:03:44 2012
New Revision: 235727
URL: http://svn.freebsd.org/changeset/base/235727
Log:
Don't recurse into libssp when MK_SSP is set to no.
Modified:
head/gnu/lib/Makefile
Modified: head/gnu/lib/Makefile
==
Author: bapt
Date: Mon May 21 15:45:18 2012
New Revision: 235726
URL: http://svn.freebsd.org/changeset/base/235726
Log:
Add missing \n when generating pkg.conf
Reported by: beat
Approved by: des (mentor)
MFC after:1 day
Modified:
head/usr.sbin/pkg/pkg.c
Modified: head/usr.sbin
On Friday, May 18, 2012 11:24:36 am Gleb Kurtsou wrote:
> On (18/05/2012 09:41), John Baldwin wrote:
> > On Friday, May 18, 2012 6:01:31 am Gleb Kurtsou wrote:
> > > Author: gleb
> > > Date: Fri May 18 10:01:31 2012
> > > New Revision: 235601
> > > URL: http://svn.freebsd.org/changeset/base/235601
Author: hselasky
Date: Mon May 21 15:01:35 2012
New Revision: 235725
URL: http://svn.freebsd.org/changeset/base/235725
Log:
Regenerate usb.conf
MFC after:3 days
Modified:
head/etc/devd/usb.conf
Modified: head/etc/devd/usb.conf
Author: bapt
Date: Mon May 21 13:31:26 2012
New Revision: 235723
URL: http://svn.freebsd.org/changeset/base/235723
Log:
Import byacc from invisible island, it brings us lots of compatibilities with
bison, keeping full compatibility with our previous yacc implementation.
Also bring the abi
Author: gleb
Date: Mon May 21 08:10:42 2012
New Revision: 235720
URL: http://svn.freebsd.org/changeset/base/235720
Log:
Disable NLS catalog use in libc if built with WITHOUT_NLS option.
Functions affected: strerror, strsignal, gai_strerror.
Modified:
head/lib/libc/Makefile
Modified: hea
Author: kevlo
Date: Mon May 21 07:52:46 2012
New Revision: 235719
URL: http://svn.freebsd.org/changeset/base/235719
Log:
According to shared memory man pages, advice including
instead of
Modified:
head/tools/regression/sysvmsg/msgtest.c
head/tools/regression/sysvsem/semtest.c
head/too
Author: imp
Date: Mon May 21 07:47:57 2012
New Revision: 235718
URL: http://svn.freebsd.org/changeset/base/235718
Log:
Be a little less magical, not that these values are likely to change...
Modified:
head/sys/arm/at91/at91.c
head/sys/arm/at91/at91reg.h
Modified: head/sys/arm/at91/at91.c
=
27 matches
Mail list logo