On 9/18/14, 10:41 PM, Will Andrews wrote:
Author: will
Date: Thu Sep 18 14:41:57 2014
New Revision: 271771
URL: http://svnweb.freebsd.org/changeset/base/271771
Log:
Fix incremental builds involving non-root users with read-only source files.
Makefiles should not assume that source file
Author: ngie
Date: Sat Sep 20 06:34:34 2014
New Revision: 271895
URL: http://svnweb.freebsd.org/changeset/base/271895
Log:
Don't install /etc/rc.d/ftp-proxy unless MK_PF == yes
MFC after: 2 weeks
Sponsored by: EMC / Isilon Storage Division
Modified:
head/etc/rc.d/Makefile
head/tools/
Author: ngie
Date: Sat Sep 20 06:05:24 2014
New Revision: 271893
URL: http://svnweb.freebsd.org/changeset/base/271893
Log:
Don't install /etc/rc.d/rwho unless MK_RCMDS == yes
MFC after: 2 weeks
Sponsored by: EMC / Isilon Storage Division
Modified:
head/etc/rc.d/Makefile
head/tools/bu
Author: ngie
Date: Sat Sep 20 05:49:15 2014
New Revision: 271892
URL: http://svnweb.freebsd.org/changeset/base/271892
Log:
Sort the optional rc.d scripts by their knobs
MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
Modified:
head/etc/rc.d/Makefile
Modified: head/etc/rc
Author: neel
Date: Sat Sep 20 05:13:03 2014
New Revision: 271891
URL: http://svnweb.freebsd.org/changeset/base/271891
Log:
Add some more KTR events to help debugging.
Modified:
head/sys/amd64/vmm/io/vlapic.c
head/sys/amd64/vmm/vmm.c
Modified: head/sys/amd64/vmm/io/vlapic.c
Author: neel
Date: Sat Sep 20 05:12:34 2014
New Revision: 271890
URL: http://svnweb.freebsd.org/changeset/base/271890
Log:
MSR_KGSBASE is no longer saved and restored from the guest MSR save area. This
behavior was changed in r271888 so update the comment block to reflect this.
MSR_KGSBAS
Author: adrian
Date: Sat Sep 20 04:31:12 2014
New Revision: 271889
URL: http://svnweb.freebsd.org/changeset/base/271889
Log:
Populate the device info string with _PXM (proximity domain) information.
This is primarily useful for debugging right now - it'll show up in
devinfo.
Reviewed
Author: neel
Date: Sat Sep 20 02:35:21 2014
New Revision: 271888
URL: http://svnweb.freebsd.org/changeset/base/271888
Log:
Restructure the MSR handling so it is entirely handled by processor-specific
code. There are only a handful of MSRs common between the two so there isn't
too much duplic
Author: adrian
Date: Sat Sep 20 01:22:17 2014
New Revision: 271887
URL: http://svnweb.freebsd.org/changeset/base/271887
Log:
Fix up the EDMA RX setup path to correctly initialise and reset the RX FIFO.
The original code was .. well, slightly more than incorrect.
It showed up as stalled
Author: adrian
Date: Sat Sep 20 01:18:36 2014
New Revision: 271886
URL: http://svnweb.freebsd.org/changeset/base/271886
Log:
Quieten the AR9300 HAL attach a little - the setupXTxDesc method
is only called during attach now.
The EDMA TX path never calls this - only the legacy TX path does.
Author: adrian
Date: Sat Sep 20 01:16:41 2014
New Revision: 271884
URL: http://svnweb.freebsd.org/changeset/base/271884
Log:
Don't double-call the ar9300 stub function method.
Modified:
head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_freebsd.c
Modified: head/sys/contrib/dev/ath/ath_hal/ar9300
Author: adrian
Date: Sat Sep 20 01:17:02 2014
New Revision: 271885
URL: http://svnweb.freebsd.org/changeset/base/271885
Log:
Quieten the AR9300 HAL probe a bit.
Modified:
head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_stub.c
Modified: head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_stub.c
===
Author: gavin
Date: Sat Sep 20 00:19:45 2014
New Revision: 271883
URL: http://svnweb.freebsd.org/changeset/base/271883
Log:
Explain how to load the malo(4) firmware on boot.
PR: 193653
Submitted by: Juan Ramón Molina Menor
MFC after:3 days
Modified:
head/share/man/man4/
Author: smh
Date: Fri Sep 19 23:38:44 2014
New Revision: 271882
URL: http://svnweb.freebsd.org/changeset/base/271882
Log:
Style (9) fixes, spaces to tabs.
Fix style issues noticed when I went to MFC r257820
MFC after:2 days
X-MFC-With: r257820
Sponsored by: Multiplay
Modifie
Author: marcel
Date: Fri Sep 19 23:16:02 2014
New Revision: 271881
URL: http://svnweb.freebsd.org/changeset/base/271881
Log:
Fix partition alignment and image rounding when any of -P (block size),
-T (track size) or -H (number of heads) is given:
o scheme_metadata() always rounded to the b
- Original Message -
From: "Will Andrews"
To: "John Baldwin"
Cc: "Steven Hartland" ; "src-committ...@freebsd.org" ;
;
Sent: Friday, September 19, 2014 6:35 PM
Subject: Re: svn commit: r271788 -
head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs
I found that neither TUNABLE_INT n
Author: pfg
Date: Fri Sep 19 18:24:02 2014
New Revision: 271879
URL: http://svnweb.freebsd.org/changeset/base/271879
Log:
awk: Use random(3) instead of rand(3)
While none of them is considered even near to cryptographic
level, random(3) is a better random generator than rand(3).
Use
Author: pfg
Date: Fri Sep 19 18:13:56 2014
New Revision: 271878
URL: http://svnweb.freebsd.org/changeset/base/271878
Log:
unistd: drop argument names from setpgrp(3) prototype.
They are useless and don't match the style of the header.
While here adjust the comment with tabs.
Suggeste
> On Sep 19, 2014, at 10:18, Craig Rodrigues wrote:
>
> Author: rodrigc
> Date: Fri Sep 19 17:18:27 2014
> New Revision: 271875
> URL: http://svnweb.freebsd.org/changeset/base/271875
>
> Log:
> Reference the test case "packs" to fix warnings
>
> Put the various atf_tc_pack_t variables genera
I found that neither TUNABLE_INT nor CTLFLAG_RWTUN work with this
particular implementation of the tunable, so there is a regression
that needs to be fixed (i.e. vfs.zfs.debug_flags always comes up 0 no
matter what's in loader.conf). I believe it's limited to this
particular tunable, however, beca
On Thursday, September 18, 2014 06:37:28 PM Steven Hartland wrote:
> You don't need a seperate TUNABLE_INT declations any more since the
> excellent SYSCTL refactor.
That is my fault. I wasn't certain if SYSCTL_PROC() would work correctly when
Will asked me on IRC, but it seems it does so long a
Author: gjb
Date: Fri Sep 19 17:23:44 2014
New Revision: 271876
URL: http://svnweb.freebsd.org/changeset/base/271876
Log:
When populating the dvd/packages/ directory, create
a symlink to All/pkg-*.txz in the Latest/ directory.
This allows 'pkg bootstrap' to work out-of-box if
the REPOS_
Author: rodrigc
Date: Fri Sep 19 17:18:27 2014
New Revision: 271875
URL: http://svnweb.freebsd.org/changeset/base/271875
Log:
Reference the test case "packs" to fix warnings
Put the various atf_tc_pack_t variables generated by ATF_TC to use in
the macros_h_test.c file so that we prevent s
On Friday, September 19, 2014 10:32:20 AM Gleb Smirnoff wrote:
> Author: glebius
> Date: Fri Sep 19 10:32:20 2014
> New Revision: 271864
> URL: http://svnweb.freebsd.org/changeset/base/271864
>
> Log:
> Move rl(4) to dev/rl.
Thanks!
--
John Baldwin
On Friday, September 19, 2014 12:20:43 PM Jean-Sebastien Pedron wrote:
> Author: dumbbell
> Date: Fri Sep 19 12:20:43 2014
> New Revision: 271871
> URL: http://svnweb.freebsd.org/changeset/base/271871
>
> Log:
> vt(4): Rewrite history scrolling
>
> It's now possible to scroll up the 500 hard-
Author: hselasky
Date: Fri Sep 19 16:06:54 2014
New Revision: 271874
URL: http://svnweb.freebsd.org/changeset/base/271874
Log:
Add new USB IDs.
PR: 193775
MFC after:1 week
Modified:
head/sys/dev/usb/serial/u3g.c
head/sys/dev/usb/usbdevs
Modified: head/sys/dev/usb/seria
Author: smh
Date: Fri Sep 19 13:55:28 2014
New Revision: 271873
URL: http://svnweb.freebsd.org/changeset/base/271873
Log:
Fix static kernel build with options ZFS
This was broken by r271802.
MFC after:1 week
X-MFC-With: r271802
Sponsored by: Multiplay
Modified:
head/sys/co
Author: dumbbell
Date: Fri Sep 19 12:38:43 2014
New Revision: 271872
URL: http://svnweb.freebsd.org/changeset/base/271872
Log:
vt(4): Remove superfluous word in comment
Submitted by: brueffer@
MFC after:3 days
MFC with: 271871
Modified:
head/sys/dev/vt/vt_core.c
Modified: he
Author: dumbbell
Date: Fri Sep 19 12:20:43 2014
New Revision: 271871
URL: http://svnweb.freebsd.org/changeset/base/271871
Log:
vt(4): Rewrite history scrolling
It's now possible to scroll up the 500 hard-coded lines of history, not
just a fraction of them. For instance, one can reach the
Author: glebius
Date: Fri Sep 19 11:49:41 2014
New Revision: 271870
URL: http://svnweb.freebsd.org/changeset/base/271870
Log:
- Provide igb_get_counter() to return counters that are not collected,
but taken from hardware.
- Mechanically convert to if_inc_counter() the rest of counters.
Mo
Author: mav
Date: Fri Sep 19 11:15:30 2014
New Revision: 271869
URL: http://svnweb.freebsd.org/changeset/base/271869
Log:
Fix inverted expression to report block size in mode page block descriptor.
Modified:
head/sys/cam/ctl/ctl.c
Modified: head/sys/cam/ctl/ctl.c
Author: dumbbell
Date: Fri Sep 19 11:02:44 2014
New Revision: 271868
URL: http://svnweb.freebsd.org/changeset/base/271868
Log:
vt(4): Remove vt_buf->vb_dirtymask
This structure and the associated functions were unused since the
implementation of vd_bitblt_text_t callbacks.
MFC after:
Author: glebius
Date: Fri Sep 19 10:39:58 2014
New Revision: 271867
URL: http://svnweb.freebsd.org/changeset/base/271867
Log:
Mechanically convert to if_inc_counter().
Modified:
head/sys/net/if_arcsubr.c
head/sys/net/if_atmsubr.c
head/sys/net/if_bridge.c
head/sys/net/if_disc.c
head/sy
Author: glebius
Date: Fri Sep 19 10:35:56 2014
New Revision: 271866
URL: http://svnweb.freebsd.org/changeset/base/271866
Log:
Mechanically convert to if_inc_counter().
Modified:
head/sys/dev/usb/wlan/if_rsu.c
head/sys/dev/usb/wlan/if_rum.c
head/sys/dev/usb/wlan/if_run.c
head/sys/dev/usb
Author: glebius
Date: Fri Sep 19 10:33:23 2014
New Revision: 271865
URL: http://svnweb.freebsd.org/changeset/base/271865
Log:
Mechanically convert to if_inc_counter().
Modified:
head/sys/dev/rl/if_rl.c
Modified: head/sys/dev/rl/if_rl.c
Author: glebius
Date: Fri Sep 19 10:32:20 2014
New Revision: 271864
URL: http://svnweb.freebsd.org/changeset/base/271864
Log:
Move rl(4) to dev/rl.
Added:
head/sys/dev/rl/
head/sys/dev/rl/if_rl.c
- copied, changed from r271861, head/sys/pci/if_rl.c
head/sys/dev/rl/if_rlreg.h
- c
Author: glebius
Date: Fri Sep 19 10:19:51 2014
New Revision: 271863
URL: http://svnweb.freebsd.org/changeset/base/271863
Log:
Mechanically convert to if_inc_counter().
Modified:
head/sys/netinet/ip_gre.c
Modified: head/sys/netinet/ip_gre.c
Author: glebius
Date: Fri Sep 19 10:18:14 2014
New Revision: 271862
URL: http://svnweb.freebsd.org/changeset/base/271862
Log:
Mechanically convert to if_inc_counter().
Modified:
head/sys/netipsec/ipsec_input.c
head/sys/netipsec/ipsec_output.c
Modified: head/sys/netipsec/ipsec_input.c
=
Author: glebius
Date: Fri Sep 19 09:20:55 2014
New Revision: 271861
URL: http://svnweb.freebsd.org/changeset/base/271861
Log:
Mechanically convert to if_inc_counter().
Modified:
head/sys/net80211/ieee80211.c
head/sys/net80211/ieee80211_adhoc.c
head/sys/net80211/ieee80211_hostap.c
head/s
Author: glebius
Date: Fri Sep 19 09:20:34 2014
New Revision: 271860
URL: http://svnweb.freebsd.org/changeset/base/271860
Log:
Mechanically convert to if_inc_counter().
Modified:
head/sys/powerpc/ps3/if_glc.c
head/sys/powerpc/pseries/phyp_llan.c
Modified: head/sys/powerpc/ps3/if_glc.c
=
Author: glebius
Date: Fri Sep 19 09:20:16 2014
New Revision: 271859
URL: http://svnweb.freebsd.org/changeset/base/271859
Log:
Mechanically convert to if_inc_counter().
Modified:
head/sys/arm/allwinner/if_emac.c
head/sys/arm/at91/if_ate.c
head/sys/arm/at91/if_macb.c
head/sys/arm/cavium/c
Author: glebius
Date: Fri Sep 19 09:19:49 2014
New Revision: 271858
URL: http://svnweb.freebsd.org/changeset/base/271858
Log:
Mechanically convert to if_inc_counter().
Modified:
head/sys/mips/adm5120/if_admsw.c
head/sys/mips/atheros/if_arge.c
head/sys/mips/cavium/if_octm.c
head/sys/mips
Author: glebius
Date: Fri Sep 19 09:19:29 2014
New Revision: 271857
URL: http://svnweb.freebsd.org/changeset/base/271857
Log:
Mechanically convert to if_inc_counter().
Modified:
head/sys/netpfil/pf/if_pflog.c
head/sys/netpfil/pf/if_pfsync.c
Modified: head/sys/netpfil/pf/if_pflog.c
Author: glebius
Date: Fri Sep 19 09:01:19 2014
New Revision: 271856
URL: http://svnweb.freebsd.org/changeset/base/271856
Log:
Remove ifq_drops from struct ifqueue. Now queue drops are accounted in
struct ifnet if_oqdrops.
Some netgraph modules used ifqueue w/o ifnet. Accounting of queue d
Author: phk
Date: Fri Sep 19 07:44:49 2014
New Revision: 271855
URL: http://svnweb.freebsd.org/changeset/base/271855
Log:
This is a white-space/comment cleanup commit as a precursor for
some upcoming work on the NTP kernel PLL.
Modified:
head/sys/sys/timex.h
Modified: head/sys/sys/timex.h
Author: hrs
Date: Fri Sep 19 07:18:45 2014
New Revision: 271854
URL: http://svnweb.freebsd.org/changeset/base/271854
Log:
Fix cdev. It is a device node name, not a pathname.
Modified:
head/etc/devd/hyperv.conf
Modified: head/etc/devd/hyperv.conf
=
46 matches
Mail list logo