Re: svn commit: r242261 - head/sys/netinet

2012-10-28 Thread Rui Paulo
On Oct 28, 2012, at 14:56, Andre Oppermann wrote: > On 28.10.2012 22:34, Rui Paulo wrote: >> On 28 Oct 2012, at 12:02, Andre Oppermann wrote: >> >>> Author: andre >>> Date: Sun Oct 28 19:02:07 2012 >>> New Revision: 242261 >>> URL: http:/

Re: svn commit: r242266 - head/sys/netinet

2012-10-28 Thread Rui Paulo
that IW can only ever be 1 MSS. Not really. My point was that raising the initial window to overcome deficiencies somewhere else is the wrong approach. Regards, -- Rui Paulo ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/list

svn commit: r242887 - head/usr.bin/top

2012-11-11 Thread Rui Paulo
Author: rpaulo Date: Sun Nov 11 08:16:33 2012 New Revision: 242887 URL: http://svnweb.freebsd.org/changeset/base/242887 Log: Add the PID column to the list of sort keys. Modified: head/usr.bin/top/machine.c Modified: head/usr.bin/top/machine.c

svn commit: r242888 - head/contrib/top

2012-11-11 Thread Rui Paulo
Author: rpaulo Date: Sun Nov 11 08:22:58 2012 New Revision: 242888 URL: http://svnweb.freebsd.org/changeset/base/242888 Log: Add "pid" to the help menu (sort keys section). Modified: head/contrib/top/commands.c Modified: head/contrib/top/commands.c ===

svn commit: r242904 - head/sys/powerpc/include

2012-11-11 Thread Rui Paulo
Author: rpaulo Date: Mon Nov 12 06:15:54 2012 New Revision: 242904 URL: http://svnweb.freebsd.org/changeset/base/242904 Log: Allow this file to be used in LOCORE sections of the kernel. Modified: head/sys/powerpc/include/bat.h Modified: head/sys/powerpc/include/bat.h

svn commit: r243066 - head/sys/conf

2012-11-14 Thread Rui Paulo
Author: rpaulo Date: Thu Nov 15 06:58:18 2012 New Revision: 243066 URL: http://svnweb.freebsd.org/changeset/base/243066 Log: Enable back the clang warning in if_ath.c. Modified: head/sys/conf/files Modified: head/sys/conf/files

svn commit: r243262 - head/usr.bin/top

2012-11-19 Thread Rui Paulo
Author: rpaulo Date: Mon Nov 19 08:03:40 2012 New Revision: 243262 URL: http://svnweb.freebsd.org/changeset/base/243262 Log: Use the correct size when allocating the cmdbuf string. cmdlengthdelta is the size of the header and we were using it to allocate a buffer to store the command line

Re: svn commit: r243262 - head/usr.bin/top

2012-11-19 Thread Rui Paulo
On 19 Nov 2012, at 00:26, Alexey Dokuchaev wrote: > On Mon, Nov 19, 2012 at 08:03:40AM +0000, Rui Paulo wrote: >> New Revision: 243262 >> URL: http://svnweb.freebsd.org/changeset/base/243262 >> >> -cmdbuf = (char *)malloc(cmdlengthdelta + 1); >> +c

svn commit: r243796 - head/sys

2012-12-02 Thread Rui Paulo
Author: rpaulo Date: Sun Dec 2 20:51:24 2012 New Revision: 243796 URL: http://svnweb.freebsd.org/changeset/base/243796 Log: Run cscope with the -v parameter to make it more user-friendly. Modified: head/sys/Makefile Modified: head/sys/Makefile ===

svn commit: r243875 - head/sys/boot/i386/efi

2012-12-04 Thread Rui Paulo
Author: rpaulo Date: Wed Dec 5 04:22:53 2012 New Revision: 243875 URL: http://svnweb.freebsd.org/changeset/base/243875 Log: Remove dead code that clang refuses to compile. Modified: head/sys/boot/i386/efi/exec.c Modified: head/sys/boot/i386/efi/exec.c ===

svn commit: r243977 - head/sys/boot/i386/efi

2012-12-06 Thread Rui Paulo
Author: rpaulo Date: Fri Dec 7 07:02:39 2012 New Revision: 243977 URL: http://svnweb.freebsd.org/changeset/base/243977 Log: Make this work for 64 bit binaries. Modified: head/sys/boot/i386/efi/reloc.c Modified: head/sys/boot/i386/efi/reloc.c =

svn commit: r243978 - head/sys/boot/efi/libefi

2012-12-06 Thread Rui Paulo
Author: rpaulo Date: Fri Dec 7 07:08:39 2012 New Revision: 243978 URL: http://svnweb.freebsd.org/changeset/base/243978 Log: Typo in a comment. Modified: head/sys/boot/efi/libefi/libefi.c Modified: head/sys/boot/efi/libefi/libefi.c

svn commit: r244179 - head/sys/powerpc/wii

2012-12-12 Thread Rui Paulo
Author: rpaulo Date: Thu Dec 13 06:42:44 2012 New Revision: 244179 URL: http://svnweb.freebsd.org/changeset/base/244179 Log: Add the common FreeBSD SVN properties. Modified: Directory Properties: head/sys/powerpc/wii/locore.S (props changed) ___ s

svn commit: r244180 - head/contrib/top

2012-12-12 Thread Rui Paulo
Author: rpaulo Date: Thu Dec 13 06:45:45 2012 New Revision: 244180 URL: http://svnweb.freebsd.org/changeset/base/244180 Log: Bump MAX_COLS to 512 to take advantage of wider terminals. Modified: head/contrib/top/top.h Modified: head/contrib/top/top.h ==

Re: svn commit: r244105 - in head/sys: kern sys

2012-12-14 Thread Rui Paulo
k() on a exclusively locked sx lock. That is not safe > and > is merely going to result in data corruption and other unpleasantness. This > sounds like a very bad idea. Did you talk about this anywhere (I have not > caught up on various lists yet, so apologies if

svn commit: r244332 - head/sys/boot/i386/efi

2012-12-16 Thread Rui Paulo
Author: rpaulo Date: Mon Dec 17 00:34:07 2012 New Revision: 244332 URL: http://svnweb.freebsd.org/changeset/base/244332 Log: amd64 only has rela sections. Modified: head/sys/boot/i386/efi/ldscript.amd64 Modified: head/sys/boot/i386/efi/ldscript.amd64 =

svn commit: r244531 - in head/sys/boot: ficl ficl64

2012-12-20 Thread Rui Paulo
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

svn commit: r244537 - in head: lib/libstand/amd64 sys/boot/userboot/libstand sys/boot/userboot/libstand/amd64

2012-12-21 Thread Rui Paulo
Author: rpaulo Date: Fri Dec 21 15:15:35 2012 New Revision: 244537 URL: http://svnweb.freebsd.org/changeset/base/244537 Log: Move the 64-bit _setjmp to lib/libstand. Added: head/lib/libstand/amd64/ - copied from r244525, head/sys/boot/userboot/libstand/amd64/ Deleted: head/sys/boot/use

svn commit: r237681 - head/share/examples/pf

2012-06-27 Thread Rui Paulo
Author: rpaulo Date: Thu Jun 28 03:30:17 2012 New Revision: 237681 URL: http://svn.freebsd.org/changeset/base/237681 Log: Add the 'inet' keyword after the nat rule to avoid interfering with IPv6. Modified: head/share/examples/pf/faq-example1 head/share/examples/pf/pf.conf Modified: head/

svn commit: r237737 - head/sys/powerpc/aim

2012-06-28 Thread Rui Paulo
Author: rpaulo Date: Fri Jun 29 01:55:20 2012 New Revision: 237737 URL: http://svn.freebsd.org/changeset/base/237737 Log: The `end' symbol doesn't match the end of the kernel image because it's relative to the start address (unless the start address is 0, which is not the case). This is cu

svn commit: r237936 - head/sys/powerpc/powermac

2012-07-01 Thread Rui Paulo
Author: rpaulo Date: Sun Jul 1 19:07:45 2012 New Revision: 237936 URL: http://svn.freebsd.org/changeset/base/237936 Log: Remove bogus __unused attribute from hrowpic_eoi(). Modified: head/sys/powerpc/powermac/hrowpic.c Modified: head/sys/powerpc/powermac/hrowpic.c ==

svn commit: r238466 - head/sys/dev/usb/net

2012-07-14 Thread Rui Paulo
Author: rpaulo Date: Sun Jul 15 05:49:02 2012 New Revision: 238466 URL: http://svn.freebsd.org/changeset/base/238466 Log: The JP1082 device doesn't respond to the MII_BMSR command and it turns out that it has an unusable PHY. It still works, although very slowly, without a PHY, so I implemen

svn commit: r239351 - in head/sys: arm/xscale/ixp425 mips/atheros mips/cavium mips/rt305x

2012-08-16 Thread Rui Paulo
Author: rpaulo Date: Fri Aug 17 04:44:57 2012 New Revision: 239351 URL: http://svn.freebsd.org/changeset/base/239351 Log: The GPIO drivers were initialising their mutexes with type of MTX_NETWORK_LOCK. This is wrong since these mutexes have nothing to do with networking. Modified: head/sy

svn commit: r239666 - head/sys/powerpc/aim

2012-08-24 Thread Rui Paulo
Author: rpaulo Date: Sat Aug 25 00:47:55 2012 New Revision: 239666 URL: http://svn.freebsd.org/changeset/base/239666 Log: Set mdp only under #ifdef WII. Modified: head/sys/powerpc/aim/machdep.c Modified: head/sys/powerpc/aim/machdep.c =

svn commit: r239682 - head/sys/powerpc/aim

2012-08-25 Thread Rui Paulo
Author: rpaulo Date: Sat Aug 25 17:15:33 2012 New Revision: 239682 URL: http://svn.freebsd.org/changeset/base/239682 Log: Unbreak tinderbox. Modified: head/sys/powerpc/aim/machdep.c Modified: head/sys/powerpc/aim/machdep.c =

svn commit: r239971 - head/sys/modules/dtrace/dtraceall

2012-09-01 Thread Rui Paulo
Author: rpaulo Date: Sat Sep 1 07:35:16 2012 New Revision: 239971 URL: http://svn.freebsd.org/changeset/base/239971 Log: The dtnfsclient module dependency should only be added if the old NFS client support was compiled in. Modified: head/sys/modules/dtrace/dtraceall/Makefile head/sys/mod

svn commit: r239972 - in head/cddl: contrib/dtracetoolkit lib/libdtrace

2012-09-01 Thread Rui Paulo
Author: rpaulo Date: Sat Sep 1 08:14:21 2012 New Revision: 239972 URL: http://svn.freebsd.org/changeset/base/239972 Log: Finish porting execsnoop to FreeBSD. This includes replacing the zonename with a jail ID and removing the project ID from the list of options. Modified: head/cddl/contri

svn commit: r240040 - head/lib/libproc

2012-09-02 Thread Rui Paulo
Author: rpaulo Date: Sun Sep 2 18:14:01 2012 New Revision: 240040 URL: http://svn.freebsd.org/changeset/base/240040 Log: Make sure we visit both symbol sections even if one of them doesn't exist. This makes it possible to dtrace some C++ programs like devd. Modified: head/lib/libproc/proc_

svn commit: r240154 - in head/lib/libproc/test: t1-bkpt t3-name2sym

2012-09-05 Thread Rui Paulo
Author: rpaulo Date: Thu Sep 6 01:24:18 2012 New Revision: 240154 URL: http://svn.freebsd.org/changeset/base/240154 Log: Fix test cases to work with the latest version of the API. Modified: head/lib/libproc/test/t1-bkpt/t1-bkpt.c head/lib/libproc/test/t3-name2sym/t3-name2sym.c Modified: h

svn commit: r240156 - head/lib/libproc

2012-09-05 Thread Rui Paulo
Author: rpaulo Date: Thu Sep 6 03:19:48 2012 New Revision: 240156 URL: http://svn.freebsd.org/changeset/base/240156 Log: Add support for demangling C++ symbols. This requires linking libproc with libc++rt/libsupc++. Discussed with: theraven Modified: head/lib/libproc/Makefile

Re: svn commit: r240156 - head/lib/libproc

2012-09-06 Thread Rui Paulo
On 6 Sep 2012, at 02:42, Gennady Proskurin wrote: > On Thu, Sep 06, 2012 at 03:19:49AM +0000, Rui Paulo wrote: >> Author: rpaulo >> Date: Thu Sep 6 03:19:48 2012 >> New Revision: 240156 >> URL: http://svn.freebsd.org/changeset/base/240156 >> >> Log: >

Re: svn commit: r240156 - head/lib/libproc

2012-09-06 Thread Rui Paulo
On 6 Sep 2012, at 05:15, Stefan Farfeleder wrote: > On Thu, Sep 06, 2012 at 03:19:49AM +0000, Rui Paulo wrote: >> @@ -266,7 +268,11 @@ proc_addr2sym(struct proc_handle *p, uin >> if (addr >= rsym && addr <= (rsym + sym.st_size)) { >>

svn commit: r240182 - head/lib/libproc

2012-09-06 Thread Rui Paulo
Author: rpaulo Date: Fri Sep 7 02:38:07 2012 New Revision: 240182 URL: http://svn.freebsd.org/changeset/base/240182 Log: When calling the C++ demangler, make sure to free the returned buffer, which might have been reallocated. Pointed out by: stefanf Modified: head/lib/libproc/p

svn commit: r240224 - head/sys/powerpc/wii

2012-09-07 Thread Rui Paulo
Author: rpaulo Date: Sat Sep 8 01:26:52 2012 New Revision: 240224 URL: http://svn.freebsd.org/changeset/base/240224 Log: Add IRQ support to the resource list handling functions. Modified: head/sys/powerpc/wii/wii_bus.c Modified: head/sys/powerpc/wii/wii_bus.c ===

svn commit: r230926 - head/sys/net80211

2012-02-02 Thread Rui Paulo
Author: rpaulo Date: Fri Feb 3 02:06:14 2012 New Revision: 230926 URL: http://svn.freebsd.org/changeset/base/230926 Log: Whitespace removal. Modified: head/sys/net80211/ieee80211_mesh.c Modified: head/sys/net80211/ieee80211_mesh.c

svn commit: r231042 - in head/sys/boot/ficl: . i386

2012-02-05 Thread Rui Paulo
Author: rpaulo Date: Sun Feb 5 20:00:39 2012 New Revision: 231042 URL: http://svn.freebsd.org/changeset/base/231042 Log: Fix clang warnings. Modified: head/sys/boot/ficl/fileaccess.c head/sys/boot/ficl/i386/sysdep.h Modified: head/sys/boot/ficl/fileaccess.c ===

svn commit: r252592 - head/sys/dev/cpuctl

2013-07-03 Thread Rui Paulo
Author: rpaulo Date: Wed Jul 3 20:19:23 2013 New Revision: 252592 URL: http://svnweb.freebsd.org/changeset/base/252592 Log: Typos in comments. Modified: head/sys/dev/cpuctl/cpuctl.c Modified: head/sys/dev/cpuctl/cpuctl.c ==

svn commit: r252597 - head/sys/dev/cpuctl

2013-07-03 Thread Rui Paulo
Author: rpaulo Date: Wed Jul 3 20:29:15 2013 New Revision: 252597 URL: http://svnweb.freebsd.org/changeset/base/252597 Log: Increase the microcode max size to 16K to accomodate more recent Intel firmware. Modified: head/sys/dev/cpuctl/cpuctl.c Modified: head/sys/dev/cpuctl/cpuctl.c ==

svn commit: r252686 - head/etc

2013-07-04 Thread Rui Paulo
Author: rpaulo Date: Thu Jul 4 07:32:40 2013 New Revision: 252686 URL: http://svnweb.freebsd.org/changeset/base/252686 Log: wpa_supplicant should be able to reassociate when resuming, so remove a comment saying it can't. Modified: head/etc/rc.resume Modified: head/etc/rc.resume ==

svn commit: r252725 - head/sys/dev/usb/wlan

2013-07-04 Thread Rui Paulo
Author: rpaulo Date: Thu Jul 4 20:57:15 2013 New Revision: 252725 URL: http://svnweb.freebsd.org/changeset/base/252725 Log: Set ic_cryptocaps to make sure wpa_supplicant works with WEP. Modified: head/sys/dev/usb/wlan/if_rum.c head/sys/dev/usb/wlan/if_uath.c head/sys/dev/usb/wlan/if_upgt

svn commit: r252729 - in head/contrib/wpa: hostapd src src/ap src/common src/crypto src/drivers src/eap_common src/eap_peer src/eap_server src/eapol_auth src/eapol_supp src/l2_packet src/p2p src/ra...

2013-07-04 Thread Rui Paulo
Author: rpaulo Date: Thu Jul 4 21:31:28 2013 New Revision: 252729 URL: http://svnweb.freebsd.org/changeset/base/252729 Log: Remove unused files / directories. Deleted: head/contrib/wpa/hostapd/Makefile head/contrib/wpa/src/Makefile head/contrib/wpa/src/ap/Makefile head/contrib/wpa/src/

svn commit: r252733 - head/contrib/wpa/wpa_supplicant/dbus

2013-07-04 Thread Rui Paulo
Author: rpaulo Date: Thu Jul 4 23:01:24 2013 New Revision: 252733 URL: http://svnweb.freebsd.org/changeset/base/252733 Log: Restore the dbus directory that was not meant to be deleted in r252729. Added: head/contrib/wpa/wpa_supplicant/dbus/ - copied from r252732, vendor/wpa/dist/wpa_sup

svn commit: r252734 - in head/contrib/wpa: src/crypto src/drivers src/radius src/tls src/utils wpa_supplicant wpa_supplicant/dbus

2013-07-04 Thread Rui Paulo
Author: rpaulo Date: Thu Jul 4 23:05:28 2013 New Revision: 252734 URL: http://svnweb.freebsd.org/changeset/base/252734 Log: Delete .gitignore files. Deleted: head/contrib/wpa/src/crypto/.gitignore head/contrib/wpa/src/drivers/.gitignore head/contrib/wpa/src/radius/.gitignore head/contr

Re: svn commit: r252734 - in head/contrib/wpa: src/crypto src/drivers src/radius src/tls src/utils wpa_supplicant wpa_supplicant/dbus

2013-07-04 Thread Rui Paulo
On 4 Jul 2013, at 17:18, Garrett Cooper wrote: > On Jul 4, 2013, at 4:05 PM, Rui Paulo wrote: > >> Author: rpaulo >> Date: Thu Jul 4 23:05:28 2013 >> New Revision: 252734 >> URL: http://svnweb.freebsd.org/changeset/base/252734 >> >> Log: >>

Re: svn commit: r252734 - in head/contrib/wpa: src/crypto src/drivers src/radius src/tls src/utils wpa_supplicant wpa_supplicant/dbus

2013-07-04 Thread Rui Paulo
On 4 Jul 2013, at 17:44, Garrett Cooper wrote: > On Jul 4, 2013, at 5:24 PM, Rui Paulo wrote: > >> On 4 Jul 2013, at 17:18, Garrett Cooper wrote: >> >>> On Jul 4, 2013, at 4:05 PM, Rui Paulo wrote: >>> >>>> Author: rpaulo >>>> Date:

svn commit: r252863 - head/sys/arm/ti

2013-07-05 Thread Rui Paulo
Author: rpaulo Date: Sat Jul 6 04:18:34 2013 New Revision: 252863 URL: http://svnweb.freebsd.org/changeset/base/252863 Log: Don't clear the SYSCONFIG register on boot. This follows section 18.4.2.2 SD Soft Reset Flow in the TI AM335x Technical Reference Manual and seems to fix the "ti_mm

svn commit: r252996 - head/sys/arm/arm

2013-07-07 Thread Rui Paulo
Author: rpaulo Date: Sun Jul 7 19:19:18 2013 New Revision: 252996 URL: http://svnweb.freebsd.org/changeset/base/252996 Log: Fix all the compiler warnings in elf_trampoline.c. Modified: head/sys/arm/arm/elf_trampoline.c Modified: head/sys/arm/arm/elf_trampoline.c

svn commit: r252997 - head/sys/arm/arm

2013-07-07 Thread Rui Paulo
Author: rpaulo Date: Sun Jul 7 19:22:31 2013 New Revision: 252997 URL: http://svnweb.freebsd.org/changeset/base/252997 Log: armadaxp_idcache_wbinv_all() is in this file. Modified: head/sys/arm/arm/elf_trampoline.c Modified: head/sys/arm/arm/elf_trampoline.c =

svn commit: r252998 - head/sys/dev/mbox

2013-07-07 Thread Rui Paulo
7 19:47:22 2013(r252998) @@ -0,0 +1,46 @@ +#- +# Copyright (c) 2013 Rui Paulo +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# are met: +# 1. Redistributions of source

Re: svn commit: r252998 - head/sys/dev/mbox

2013-07-07 Thread Rui Paulo
On 7 Jul 2013, at 12:47, Rui Paulo wrote: > Author: rpaulo > Date: Sun Jul 7 19:47:22 2013 > New Revision: 252998 > URL: http://svnweb.freebsd.org/changeset/base/252998 > > Log: > Add a mailbox interface. > > Mailboxes are an IPC mechanism found on several ARM arc

svn commit: r253005 - head/sys/arm/arm

2013-07-07 Thread Rui Paulo
Author: rpaulo Date: Sun Jul 7 21:20:52 2013 New Revision: 253005 URL: http://svnweb.freebsd.org/changeset/base/253005 Log: Another warning. Modified: head/sys/arm/arm/elf_trampoline.c Modified: head/sys/arm/arm/elf_trampoline.c ==

svn commit: r253006 - head/sys/arm/broadcom/bcm2835

2013-07-07 Thread Rui Paulo
Author: rpaulo Date: Sun Jul 7 21:23:58 2013 New Revision: 253006 URL: http://svnweb.freebsd.org/changeset/base/253006 Log: Convert bcm2835_mbox to the new mbox interface. Reviewed by: gonzo Modified: head/sys/arm/broadcom/bcm2835/bcm2835_fb.c head/sys/arm/broadcom/bcm2835/bcm2835_mb

svn commit: r253053 - head/sys/arm/ti

2013-07-08 Thread Rui Paulo
Author: rpaulo Date: Tue Jul 9 02:50:05 2013 New Revision: 253053 URL: http://svnweb.freebsd.org/changeset/base/253053 Log: Improve a comment. Modified: head/sys/arm/ti/ti_mmchs.c Modified: head/sys/arm/ti/ti_mmchs.c ==

svn commit: r253054 - head/sys/dev/mmc

2013-07-08 Thread Rui Paulo
Author: rpaulo Date: Tue Jul 9 03:00:06 2013 New Revision: 253054 URL: http://svnweb.freebsd.org/changeset/base/253054 Log: Use meaningful names when creating mmc/sd threads. This can be useful when we want to be able to identify which mmcsd is stuck. Modified: head/sys/dev/mmc/mmcsd.c

Re: svn commit: r253139 - in head: share/doc/legal share/doc/legal/realtek sys/conf sys/contrib/dev/urtwn sys/dev/usb/wlan sys/modules/usb/urtwnfw sys/modules/usb/urtwnfw/urtwnrtl8192cT sys/modules/us

2013-07-10 Thread Rui Paulo
; Approved by: sbruno (mentor) Approved by: core -- Rui Paulo ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

svn commit: r253309 - head/sys/arm/arm

2013-07-12 Thread Rui Paulo
Author: rpaulo Date: Sat Jul 13 00:39:07 2013 New Revision: 253309 URL: http://svnweb.freebsd.org/changeset/base/253309 Log: Indent the "scp=... rlv=..." to make it easier to read the backtrace. Modified: head/sys/arm/arm/db_trace.c Modified: head/sys/arm/arm/db_trace.c =

svn commit: r253316 - head/sys/conf

2013-07-13 Thread Rui Paulo
Author: rpaulo Date: Sat Jul 13 07:17:18 2013 New Revision: 253316 URL: http://svnweb.freebsd.org/changeset/base/253316 Log: Fix the urtwnfw definitions. We can now use urtwnfw in kernel config files. Modified: head/sys/conf/files Modified: head/sys/conf/files ===

svn commit: r253340 - head/sys/dev/usb/wlan

2013-07-14 Thread Rui Paulo
Author: rpaulo Date: Sun Jul 14 18:26:47 2013 New Revision: 253340 URL: http://svnweb.freebsd.org/changeset/base/253340 Log: Revert r252725 as it breaks WPA. We need to fix wpa_supplicant because it checks whether the card has ic_cryptocaps set. Since net80211 can do software encryption t

svn commit: r253342 - head

2013-07-14 Thread Rui Paulo
Author: rpaulo Date: Sun Jul 14 20:22:16 2013 New Revision: 253342 URL: http://svnweb.freebsd.org/changeset/base/253342 Log: Fix a grammatical error. Modified: head/UPDATING Modified: head/UPDATING == --- head/UPDATI

svn commit: r253355 - in head/sys/arm: broadcom/bcm2835 conf

2013-07-15 Thread Rui Paulo
Author: rpaulo Date: Mon Jul 15 07:01:30 2013 New Revision: 253355 URL: http://svnweb.freebsd.org/changeset/base/253355 Log: Move the Raspberry Pi low level options out of the kernel config and into std.rpi + std.bcm2835. Reviewed by: imp Added: head/sys/arm/broadcom/bcm2835/std.bcm28

svn commit: r253378 - head/sys/modules/usb

2013-07-15 Thread Rui Paulo
Author: rpaulo Date: Tue Jul 16 06:43:37 2013 New Revision: 253378 URL: http://svnweb.freebsd.org/changeset/base/253378 Log: Add urtwnfw. Modified: head/sys/modules/usb/Makefile Modified: head/sys/modules/usb/Makefile ==

svn commit: r253634 - head/sys/arm/conf

2013-07-24 Thread Rui Paulo
Author: rpaulo Date: Thu Jul 25 03:31:27 2013 New Revision: 253634 URL: http://svnweb.freebsd.org/changeset/base/253634 Log: Enable modules for the BeagleBone and for the Raspberry Pi. Modified: head/sys/arm/conf/BEAGLEBONE head/sys/arm/conf/RPI-B Modified: head/sys/arm/conf/BEAGLEBONE ===

svn commit: r253635 - head/sys/arm/conf

2013-07-24 Thread Rui Paulo
Author: rpaulo Date: Thu Jul 25 03:44:12 2013 New Revision: 253635 URL: http://svnweb.freebsd.org/changeset/base/253635 Log: Revert ROOTDEVNAME change from previous commit. Modified: head/sys/arm/conf/BEAGLEBONE Modified: head/sys/arm/conf/BEAGLEBONE =

svn commit: r253637 - in head: etc/mtree lib/libusb

2013-07-24 Thread Rui Paulo
Author: rpaulo Date: Thu Jul 25 03:54:08 2013 New Revision: 253637 URL: http://svnweb.freebsd.org/changeset/base/253637 Log: Add pkgconf files for libusb. Reviewed by: hselasky Added: head/lib/libusb/libusb-0.1.pc (contents, props changed) head/lib/libusb/libusb-1.0.pc (contents,

svn commit: r253638 - head/sys/sys

2013-07-24 Thread Rui Paulo
Author: rpaulo Date: Thu Jul 25 03:55:50 2013 New Revision: 253638 URL: http://svnweb.freebsd.org/changeset/base/253638 Log: Bump __FreeBSD_version for the addition of libusb's pkgconf files. Modified: head/sys/sys/param.h Modified: head/sys/sys/param.h ==

Re: svn commit: r253637 - in head: etc/mtree lib/libusb

2013-07-24 Thread Rui Paulo
On 24 Jul 2013, at 20:54, Rui Paulo wrote: > Author: rpaulo > Date: Thu Jul 25 03:54:08 2013 > New Revision: 253637 > URL: http://svnweb.freebsd.org/changeset/base/253637 > > Log: > Add pkgconf files for libusb. > > Reviewed by: hselasky This breaks libgphot

svn commit: r253639 - head/sys/net80211

2013-07-24 Thread Rui Paulo
Author: rpaulo Date: Thu Jul 25 06:23:26 2013 New Revision: 253639 URL: http://svnweb.freebsd.org/changeset/base/253639 Log: Add ieee80211_add_{qos,wpa,rsn}() functions since they are needed by an OpenBSD driver that is being ported to FreeBSD. Reviewed by: adrian Modified: head/sys/n

svn commit: r253760 - in head/sys/modules/usb/rsufw: . rsurtl8712fw

2013-07-28 Thread Rui Paulo
Author: rpaulo Date: Mon Jul 29 06:55:28 2013 New Revision: 253760 URL: http://svnweb.freebsd.org/changeset/base/253760 Log: Firmware module for the upcoming rsu(4) driver. Added: head/sys/modules/usb/rsufw/ head/sys/modules/usb/rsufw/Makefile (contents, props changed) head/sys/modules/

svn commit: r253761 - head/sys/modules/usb/rsufw

2013-07-28 Thread Rui Paulo
Author: rpaulo Date: Mon Jul 29 06:57:45 2013 New Revision: 253761 URL: http://svnweb.freebsd.org/changeset/base/253761 Log: Fix a debugging hack that snuck in. Modified: head/sys/modules/usb/rsufw/Makefile.inc Modified: head/sys/modules/usb/rsufw/Makefile.inc ===

svn commit: r253789 - in head: share/man/man4 sys/conf sys/dev/usb/wlan sys/modules/usb sys/modules/usb/rsu

2013-07-29 Thread Rui Paulo
name 1 , +.Xr ifconfig 8, +.Xr wlan 4 , +.Xr rsufw 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 4.9 and +.Fx 10.0 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Damien Bergamini Aq dam...@openbsd.org +and ported by +.An Rui Paulo Aq rpa...@freebsd.org . +.Sh CAVEATS +T

svn commit: r253790 - in head/sys/modules: . runfw usb usb/runfw

2013-07-29 Thread Rui Paulo
Author: rpaulo Date: Tue Jul 30 02:26:06 2013 New Revision: 253790 URL: http://svnweb.freebsd.org/changeset/base/253790 Log: Move runfw to modules/usb. While there, respect MK_SOURCELESS_UCODE. Discussed with: kevlo Added: head/sys/modules/usb/runfw/ - copied from r253789, h

svn commit: r253807 - head/sys/dev/usb/wlan

2013-07-30 Thread Rui Paulo
Author: rpaulo Date: Tue Jul 30 16:17:30 2013 New Revision: 253807 URL: http://svnweb.freebsd.org/changeset/base/253807 Log: Unbreak sparc64 LINT. Need to fix this correctly at some point in the future. Modified: head/sys/dev/usb/wlan/if_rsu.c Modified: head/sys/dev/usb/wlan/if_rsu.c ===

svn commit: r253827 - head/contrib/tcpdump

2013-07-30 Thread Rui Paulo
Author: rpaulo Date: Wed Jul 31 02:13:18 2013 New Revision: 253827 URL: http://svnweb.freebsd.org/changeset/base/253827 Log: When using tcpdump -I -i wlanN and wlanN is not a monitor mode VAP, tcpdump will print an error message saying rfmon is not supported. Give a concise explanation as to

svn commit: r253830 - in head/sys/arm/ti: . am335x

2013-07-30 Thread Rui Paulo
Author: rpaulo Date: Wed Jul 31 05:52:03 2013 New Revision: 253830 URL: http://svnweb.freebsd.org/changeset/base/253830 Log: Initialisation routines for the mailbox, spinlock and PRU-ICSS clocks. Modified: head/sys/arm/ti/am335x/am335x_prcm.c head/sys/arm/ti/ti_prcm.h Modified: head/sys/ar

svn commit: r253831 - head/sys/dev/usb/wlan

2013-07-30 Thread Rui Paulo
Author: rpaulo Date: Wed Jul 31 06:05:34 2013 New Revision: 253831 URL: http://svnweb.freebsd.org/changeset/base/253831 Log: Cleanup the allocations when the attachment fails. Modified: head/sys/dev/usb/wlan/if_rsu.c Modified: head/sys/dev/usb/wlan/if_rsu.c ==

svn commit: r253832 - head/sys/boot/fdt/dts

2013-07-30 Thread Rui Paulo
Author: rpaulo Date: Wed Jul 31 06:23:10 2013 New Revision: 253832 URL: http://svnweb.freebsd.org/changeset/base/253832 Log: Add definitions for the Mailbox, Spinlock and PRU-ICSS devices. Modified: head/sys/boot/fdt/dts/am335x.dtsi Modified: head/sys/boot/fdt/dts/am335x.dtsi ===

Re: svn commit: r253841 - head/sys/netinet6

2013-08-01 Thread Rui Paulo
ere are not IPv6-capable interfaces. */ > H> + switch (ifp->if_type) { > H> + case IFT_PFLOG: > H> + case IFT_PFSYNC: > H> + case IFT_USB: > H> + return (NULL); > H> + } > > All three should just disappear as interfaces :) What?

Re: svn commit: r253841 - head/sys/netinet6

2013-08-01 Thread Rui Paulo
s, but I'll need to spend some time writing an email... To be continued later. -- Rui Paulo ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Re: svn commit: r253883 - in head: contrib/bmake contrib/bmake/mk contrib/bmake/unit-tests usr.bin/bmake usr.bin/bmake/unit-tests

2013-08-02 Thread Rui Paulo
suppress --- job --- tokens. Cool! Can we set this in /etc/make.conf ? -- Rui Paulo ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Re: svn commit: r253883 - in head: contrib/bmake contrib/bmake/mk contrib/bmake/unit-tests usr.bin/bmake usr.bin/bmake/unit-tests

2013-08-03 Thread Rui Paulo
On 2 Aug 2013, at 23:01, Simon J. Gerraty wrote: > > On Fri, 2 Aug 2013 22:46:36 -0700, Rui Paulo writes: >> Cool! Can we set this in /etc/make.conf ? > > I would expect so. Doesn't seem to make any effect... -- Rui Paulo _

Re: svn commit: r253883 - in head: contrib/bmake contrib/bmake/mk contrib/bmake/unit-tests usr.bin/bmake usr.bin/bmake/unit-tests

2013-08-04 Thread Rui Paulo
On 3 Aug 2013, at 23:27, Simon J. Gerraty wrote: > > On Sat, 3 Aug 2013 22:11:46 -0700, Rui Paulo writes: >> On 2 Aug 2013, at 23:01, Simon J. Gerraty wrote: >> >>> >>> On Fri, 2 Aug 2013 22:46:36 -0700, Rui Paulo writes: >>>> Cool! Can we set

Re: svn commit: r253925 - head/contrib/bmake

2013-08-04 Thread Rui Paulo
to set .MAKE.JOB.PREFIX > > Modified: > head/contrib/bmake/job.c > head/contrib/bmake/main.c Thanks! -- Rui Paulo ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, sen

svn commit: r253936 - head/etc/devd

2013-08-04 Thread Rui Paulo
Author: rpaulo Date: Sun Aug 4 19:36:46 2013 New Revision: 253936 URL: http://svnweb.freebsd.org/changeset/base/253936 Log: Regen for if_rsu. Modified: head/etc/devd/usb.conf Modified: head/etc/devd/usb.conf == ---

svn commit: r254019 - head/contrib/wpa/src/drivers

2013-08-06 Thread Rui Paulo
Author: rpaulo Date: Wed Aug 7 01:01:58 2013 New Revision: 254019 URL: http://svnweb.freebsd.org/changeset/base/254019 Log: Fix a timing issue with the wired driver. After configuring the interface, wait for the link to become active. Many ethernet drivers reset the chip when we set mult

svn commit: r254021 - head/contrib/wpa/src/drivers

2013-08-06 Thread Rui Paulo
Author: rpaulo Date: Wed Aug 7 04:03:30 2013 New Revision: 254021 URL: http://svnweb.freebsd.org/changeset/base/254021 Log: Make sure IFM_AVALID is also set when checking ifm_status. Submitted by: yongari Modified: head/contrib/wpa/src/drivers/driver_wired.c Modified: head/contrib/wpa/

svn commit: r254062 - head/contrib/wpa/src/drivers

2013-08-07 Thread Rui Paulo
Author: rpaulo Date: Wed Aug 7 15:55:12 2013 New Revision: 254062 URL: http://svnweb.freebsd.org/changeset/base/254062 Log: Fix previous commit: both flags must be set. Modified: head/contrib/wpa/src/drivers/driver_wired.c Modified: head/contrib/wpa/src/drivers/driver_wired.c ==

svn commit: r254177 - head/lib/libproc

2013-08-10 Thread Rui Paulo
Author: rpaulo Date: Sat Aug 10 07:39:15 2013 New Revision: 254177 URL: http://svnweb.freebsd.org/changeset/base/254177 Log: Fix the return value when we found a symbol in .dynstr. This nasty bug was preventing a lot of symbol lookups in dtruss -s, for example. Modified: head/lib/libproc/pr

svn commit: r254197 - head/cddl/contrib/opensolaris/lib/libdtrace/common

2013-08-10 Thread Rui Paulo
Author: rpaulo Date: Sat Aug 10 23:17:09 2013 New Revision: 254197 URL: http://svnweb.freebsd.org/changeset/base/254197 Log: Load the dtraceall module if /dev/dtrace/dtrace doesn't exist. MFC after:3 days Modified: head/cddl/contrib/opensolaris/lib/libdtrace/common/dt_open.c Modifie

svn commit: r254198 - head/sys/cddl/contrib/opensolaris/uts/common/dtrace

2013-08-10 Thread Rui Paulo
Author: rpaulo Date: Sun Aug 11 00:57:01 2013 New Revision: 254198 URL: http://svnweb.freebsd.org/changeset/base/254198 Log: fasttrap_fork(): unlock the processes before removing the tracepoints. In the future, we'll need to come up with new proc_*() functions that accept locked processes

svn commit: r254207 - head/sys/dev/pci

2013-08-10 Thread Rui Paulo
Author: rpaulo Date: Sun Aug 11 06:57:57 2013 New Revision: 254207 URL: http://svnweb.freebsd.org/changeset/base/254207 Log: Use device_printf(). Modified: head/sys/dev/pci/fixup_pci.c Modified: head/sys/dev/pci/fixup_pci.c

Re: svn commit: r253460 - head/sys/dev/mps

2013-08-12 Thread Rui Paulo
On 11 Aug 2013, at 18:01, Adrian Chadd wrote: > Damnit, I really should create a generic "here's a 64 bit mask for > debug" set of macros we can use elsewhere. Like re-inventing bitstring.h and bitset.h? -- Rui Paulo ___ svn

svn commit: r254315 - head/sys/net80211

2013-08-13 Thread Rui Paulo
Author: rpaulo Date: Wed Aug 14 04:24:25 2013 New Revision: 254315 URL: http://svnweb.freebsd.org/changeset/base/254315 Log: Replace the homegrown implementation of nitems() with calls to nitems() (param.h). Operating systems that don't have nitems() can easily define it on their own ne

svn commit: r254512 - head/sys/dev/sdhci

2013-08-18 Thread Rui Paulo
Author: rpaulo Date: Mon Aug 19 05:48:42 2013 New Revision: 254512 URL: http://svnweb.freebsd.org/changeset/base/254512 Log: Style changes and typos fixed. Modified: head/sys/dev/sdhci/sdhci.c Modified: head/sys/dev/sdhci/sdhci.c ==

svn commit: r255091 - head/sys/arm/arm

2013-08-31 Thread Rui Paulo
Author: rpaulo Date: Sat Aug 31 07:08:21 2013 New Revision: 255091 URL: http://svnweb.freebsd.org/changeset/base/255091 Log: Fix a typo in a comment. Modified: head/sys/arm/arm/machdep.c Modified: head/sys/arm/arm/machdep.c

svn commit: r255130 - in head/sys: arm/conf arm/freescale/imx boot/fdt/dts

2013-09-01 Thread Rui Paulo
PHYSADDR=0x7000 +optionsSTARTUP_PAGETABLE_ADDR=0x7100 + +files "../freescale/imx/files.imx53" + Added: head/sys/boot/fdt/dts/digi-ccwmx53.dts == --- /dev/null 00:00:

svn commit: r255151 - head/sys/arm/freescale/imx

2013-09-02 Thread Rui Paulo
Author: rpaulo Date: Mon Sep 2 17:07:46 2013 New Revision: 255151 URL: http://svnweb.freebsd.org/changeset/base/255151 Log: Revert accidental commit. Modified: head/sys/arm/freescale/imx/imx51_machdep.c Modified: head/sys/arm/freescale/imx/imx51_machdep.c ===

Re: svn commit: r255130 - in head/sys: arm/conf arm/freescale/imx boot/fdt/dts

2013-09-02 Thread Rui Paulo
On 2 Sep 2013, at 01:26, Aleksandr Rybalko wrote: > Hello Rui! > > On Sun, 1 Sep 2013 20:15:36 + (UTC) > Rui Paulo wrote: > >> Author: rpaulo >> Date: Sun Sep 1 20:15:35 2013 >> New Revision: 255130 >> URL: http://svnweb.freebsd.org/changeset/base

Re: svn commit: r255597 - in head: etc etc/mtree lib lib/libunbound share/mk tools/build/mk tools/build/options usr.sbin usr.sbin/unbound usr.sbin/unbound/anchor usr.sbin/unbound/checkconf usr.sbin/un

2013-09-19 Thread Rui Paulo
y: re (blanket) Is this a suitable replacement for the unbound in ports? What's missing? What about an rc.d script? -- Rui Paulo ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send an

svn commit: r256014 - head/sys/conf

2013-10-02 Thread Rui Paulo
Author: rpaulo Date: Thu Oct 3 01:53:17 2013 New Revision: 256014 URL: http://svnweb.freebsd.org/changeset/base/256014 Log: Append the Git branch to the version string. Approved by: re (gjb) Modified: head/sys/conf/newvers.sh Modified: head/sys/conf/newvers.sh

svn commit: r256365 - in head: . etc etc/atf etc/mtree lib/libcrypt/tests share share/atf share/examples share/examples/atf share/man/man5 share/man/man7 share/mk share/xml share/xsl tools/build/mk...

2013-10-11 Thread Rui Paulo
Author: rpaulo Date: Sat Oct 12 06:06:53 2013 New Revision: 256365 URL: http://svnweb.freebsd.org/changeset/base/256365 Log: Remove most of the ATF tools and the _atf user. This is necessary because ATF is deprecated and it will be replaced by Kyua. Submitted by: j...@netbsd.org Revi

<    2   3   4   5   6   7   8   >