Author: rstone
Date: Thu Mar 13 15:57:25 2014
New Revision: 263109
URL: http://svnweb.freebsd.org/changeset/base/263109
Log:
Add MSI support to puc(9)
Add support for MSI interrupts in the puc(9) driver. By default the driver
will prefer MSI interrupts to legacy interrupts. A tunable,
Author: jmg
Date: Thu Mar 13 16:19:36 2014
New Revision: 263110
URL: http://svnweb.freebsd.org/changeset/base/263110
Log:
remove link to the missing AMD Geode LX SB man page... we can add it
back once someone cares enough to write one..
Modified:
head/share/man/man4/crypto.4
Modified: head
Author: eadler
Date: Thu Mar 13 16:51:01 2014
New Revision: 263111
URL: http://svnweb.freebsd.org/changeset/base/263111
Log:
Fix pointer type in call to malloc
Submitted by: Meyer, Conrad conrad.me...@isilon.com
Modified:
head/sys/dev/hwpmc/hwpmc_core.c
Modified: head/sys/dev/hwpmc/hwpm
Author: eadler
Date: Thu Mar 13 16:51:40 2014
New Revision: 263112
URL: http://svnweb.freebsd.org/changeset/base/263112
Log:
Fix pointer type in call to malloc
Submitted by: Meyer, Conrad conrad.me...@isilon.com
Modified:
head/sys/dev/hwpmc/hwpmc_uncore.c
Modified: head/sys/dev/hwpmc/hw
Author: jhb
Date: Thu Mar 13 18:11:42 2014
New Revision: 263113
URL: http://svnweb.freebsd.org/changeset/base/263113
Log:
Correct type for malloc().
Submitted by: "Conrad Meyer"
Modified:
head/sys/x86/x86/mca.c
Modified: head/sys/x86/x86/mca.c
==
Author: dteske
Date: Thu Mar 13 18:16:42 2014
New Revision: 263114
URL: http://svnweb.freebsd.org/changeset/base/263114
Log:
Fix pw(8) deletion of group "username" on userdel even if group "username"
is not associated with user "username". E.g., user "foo" has primary group
"wheel" and is un
Author: emaste
Date: Thu Mar 13 18:17:18 2014
New Revision: 263115
URL: http://svnweb.freebsd.org/changeset/base/263115
Log:
Add amd64 EFI headers
Sponsored by: The FreeBSD Foundation
Added:
head/sys/boot/efi/include/amd64/
head/sys/boot/efi/include/amd64/efibind.h (contents, props c
Author: asomers
Date: Thu Mar 13 18:42:12 2014
New Revision: 263116
URL: http://svnweb.freebsd.org/changeset/base/263116
Log:
Replace 4.4BSD Lite's unix domain socket backpressure hack with a cleaner
mechanism, based on the new SB_STOP sockbuf flag. The old hack dynamically
changed the send
Author: mav
Date: Thu Mar 13 19:26:26 2014
New Revision: 263118
URL: http://svnweb.freebsd.org/changeset/base/263118
Log:
Report ZVOL block size as GEOM stripesize.
MFC after:2 weeks
Modified:
head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zvol.c
Modified: head/sys/cddl/contrib
Author: emaste
Date: Thu Mar 13 19:26:23 2014
New Revision: 263117
URL: http://svnweb.freebsd.org/changeset/base/263117
Log:
Connect 64-bit boot ficl to the build
It is not yet used, but this will ensure it doesn't get broken.
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/
On Thu, 13 Mar 2014, John Baldwin wrote:
Log:
Correct type for malloc().
Submitted by: "Conrad Meyer"
Not so nice a cleanup as a previous one by the same author.
Modified: head/sys/x86/x86/mca.c
==
--- head/sys/
On Mar 13, 2014, at 10:19 AM, John-Mark Gurney wrote:
> Author: jmg
> Date: Thu Mar 13 16:19:36 2014
> New Revision: 263110
> URL: http://svnweb.freebsd.org/changeset/base/263110
>
> Log:
> remove link to the missing AMD Geode LX SB man page... we can add it
> back once someone cares enough t
Author: dim
Date: Thu Mar 13 23:09:48 2014
New Revision: 263120
URL: http://svnweb.freebsd.org/changeset/base/263120
Log:
Pull in r201021 from upstream libc++ trunk:
Fix for PR18735 - self-assignment for map/multimap gives incorrect
results in C++03
(Please note: that is an LLVM
Author: brueffer
Date: Thu Mar 13 23:31:05 2014
New Revision: 263121
URL: http://svnweb.freebsd.org/changeset/base/263121
Log:
Re-format the license to conform to our BSD license template as much
as possible. This does not change the wording in any way.
Remove the 3rd clause ("advertisin
Author: delphij
Date: Fri Mar 14 00:47:46 2014
New Revision: 263123
URL: http://svnweb.freebsd.org/changeset/base/263123
Log:
Hide a few messages under bootverbose.
Reviewed by: Abhishek Gupta
MFC after:2 weeks
Modified:
head/sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c
Modified
Author: ian
Date: Fri Mar 14 00:49:02 2014
New Revision: 263124
URL: http://svnweb.freebsd.org/changeset/base/263124
Log:
Fix an uninitialized variable error I perpetrated when splitting some
code into a separate function. Pass the missing value from main() to
the probe_disks() function.
M
Author: bdrewery
Date: Fri Mar 14 01:17:11 2014
New Revision: 263129
URL: http://svnweb.freebsd.org/changeset/base/263129
Log:
Combine similar code from vprintf(9) and log(9).
MFC after:2 weeks
Modified:
head/sys/kern/subr_prf.c
Modified: head/sys/kern/subr_prf.c
===
Author: bdrewery
Date: Fri Mar 14 01:43:55 2014
New Revision: 263130
URL: http://svnweb.freebsd.org/changeset/base/263130
Log:
Fix -o size less than PAGE_SIZE resulting in SIZE_MAX being used.
Discussed with: kib
MFC after:2 weeks
Modified:
head/sys/fs/tmpfs/tmpfs_vfsops.c
M
John Nielsen wrote this message on Thu, Mar 13, 2014 at 16:28 -0600:
> On Mar 13, 2014, at 10:19 AM, John-Mark Gurney wrote:
>
> > Author: jmg
> > Date: Thu Mar 13 16:19:36 2014
> > New Revision: 263110
> > URL: http://svnweb.freebsd.org/changeset/base/263110
> >
> > Log:
> > remove link to the
Author: bdrewery
Date: Fri Mar 14 02:10:30 2014
New Revision: 263131
URL: http://svnweb.freebsd.org/changeset/base/263131
Log:
Cleanup redundant logic and add some comments to help explain how
it works in lieu of potentially less clear code.
Sponsored by: EMC / Isilon Storage Division
D
On 10 Mar 2014, at 01:52, Hans Petter Selasky wrote:
> Author: hselasky
> Date: Mon Mar 10 08:52:30 2014
> New Revision: 262972
> URL: http://svnweb.freebsd.org/changeset/base/262972
>
> Log:
> Ignore USB keyboard driver calls from critical sections.
>
> Reported by: Oliver Pinter
> MFC aft
Author: dteske
Date: Fri Mar 14 02:37:39 2014
New Revision: 263133
URL: http://svnweb.freebsd.org/changeset/base/263133
Log:
Remove indexfile from debug statement as it is already logged by
f_index_menusel_command() used just-prior to this debug statement.
Also, log the arguments being passe
Author: dteske
Date: Fri Mar 14 02:38:56 2014
New Revision: 263134
URL: http://svnweb.freebsd.org/changeset/base/263134
Log:
Add debug statement just before attempting to exec a module.
Modified:
head/usr.sbin/bsdconfig/bsdconfig
Modified: head/usr.sbin/bsdconfig/bsdconfig
==
Author: dteske
Date: Fri Mar 14 02:39:42 2014
New Revision: 263135
URL: http://svnweb.freebsd.org/changeset/base/263135
Log:
Comments.
Modified:
head/usr.sbin/bsdconfig/share/device.subr
Modified: head/usr.sbin/bsdconfig/share/device.subr
=
Author: dteske
Date: Fri Mar 14 02:40:52 2014
New Revision: 263136
URL: http://svnweb.freebsd.org/changeset/base/263136
Log:
Update copyright.
Modified:
head/usr.sbin/bsdconfig/bsdconfig
head/usr.sbin/bsdconfig/share/device.subr
Modified: head/usr.sbin/bsdconfig/bsdconfig
=
Author: dteske
Date: Fri Mar 14 02:50:32 2014
New Revision: 263137
URL: http://svnweb.freebsd.org/changeset/base/263137
Log:
Fix future namespace issues for functions taking $var_to_set -- functions
taking a variable to set need to make sure they protect their locals; if
$var_to_set position
Author: eadler
Date: Fri Mar 14 02:53:36 2014
New Revision: 263138
URL: http://svnweb.freebsd.org/changeset/base/263138
Log:
Set nokeyword property on some files which don't already have it. This will
allow my next commit.
Modified:
Directory Properties:
head/share/doc/papers/diskperf/appen
Author: dteske
Date: Fri Mar 14 02:56:49 2014
New Revision: 263139
URL: http://svnweb.freebsd.org/changeset/base/263139
Log:
Remove useless NULL string '' in compound strings. Look very closely.
Modified:
head/usr.sbin/bsdconfig/share/keymap.subr
head/usr.sbin/bsdconfig/timezone/share/menus
Author: glebius
Date: Fri Mar 14 02:58:48 2014
New Revision: 263140
URL: http://svnweb.freebsd.org/changeset/base/263140
Log:
Remove IPX support.
IPX was a network transport protocol in Novell's NetWare network operating
system from late 80s and then 90s. The NetWare itself switched to TC
Author: dteske
Date: Fri Mar 14 03:00:02 2014
New Revision: 263141
URL: http://svnweb.freebsd.org/changeset/base/263141
Log:
Point hat! Fix a broken f_isinteger().
Modified:
head/usr.sbin/bsdconfig/share/strings.subr
Modified: head/usr.sbin/bsdconfig/share/strings.subr
==
On Fri, Mar 14, 2014 at 03:07:52AM +, Eitan Adler wrote:
E> Author: eadler
E> Date: Fri Mar 14 03:07:51 2014
E> New Revision: 263142
E> URL: http://svnweb.freebsd.org/changeset/base/263142
E>
E> Log:
E> multiple: Remove 3rd clause from BSD license where approved by the
E> regents and renum
On 13 March 2014 23:09, Gleb Smirnoff wrote:
> On Fri, Mar 14, 2014 at 03:07:52AM +, Eitan Adler wrote:
> E> Author: eadler
> E> Date: Fri Mar 14 03:07:51 2014
> E> New Revision: 263142
> E> URL: http://svnweb.freebsd.org/changeset/base/263142
> E>
> E> Log:
> E> multiple: Remove 3rd clause
Author: eadler
Date: Fri Mar 14 03:12:41 2014
New Revision: 263143
URL: http://svnweb.freebsd.org/changeset/base/263143
Log:
Remove directory which should not have been re-added.
Deleted:
head/usr.sbin/IPXrouted/
___
svn-src-head@freebsd.org mailing
Author: dteske
Date: Fri Mar 14 03:15:02 2014
New Revision: 263144
URL: http://svnweb.freebsd.org/changeset/base/263144
Log:
Fix a code-typo that prevented auto-sizing of the dialog.
Modified:
head/usr.sbin/bsdconfig/usermgmt/share/group_input.subr
Modified: head/usr.sbin/bsdconfig/usermgmt/
Author: dteske
Date: Fri Mar 14 03:25:33 2014
New Revision: 263145
URL: http://svnweb.freebsd.org/changeset/base/263145
Log:
Fix comments and whitespace.
Modified:
head/usr.sbin/bsdconfig/usermgmt/share/group.subr
Modified: head/usr.sbin/bsdconfig/usermgmt/share/group.subr
==
Author: dteske
Date: Fri Mar 14 03:28:21 2014
New Revision: 263146
URL: http://svnweb.freebsd.org/changeset/base/263146
Log:
Reduce the sleep cycle when using dialog(1) to 1-second.
Modified:
head/usr.sbin/bsdconfig/usermgmt/share/group.subr
Modified: head/usr.sbin/bsdconfig/usermgmt/share/g
Author: dteske
Date: Fri Mar 14 03:33:03 2014
New Revision: 263147
URL: http://svnweb.freebsd.org/changeset/base/263147
Log:
Fix a bug preventing errors from pw(8) from filtering up to a dialog.
Programs running as rvalue to pipe cannot access current namespace.
Modified:
head/usr.sbin/bsdc
Author: dteske
Date: Fri Mar 14 03:34:43 2014
New Revision: 263148
URL: http://svnweb.freebsd.org/changeset/base/263148
Log:
For non-interactive scripts, forgot to check we were given an argument
before proceeding.
Modified:
head/usr.sbin/bsdconfig/usermgmt/share/group.subr
Modified: head/
Author: dteske
Date: Fri Mar 14 03:37:08 2014
New Revision: 263149
URL: http://svnweb.freebsd.org/changeset/base/263149
Log:
Add protection against input containing single-quotes (e.g., i18n-users).
Modified:
head/usr.sbin/bsdconfig/usermgmt/share/group.subr
head/usr.sbin/bsdconfig/usermgmt
Author: dteske
Date: Fri Mar 14 03:42:05 2014
New Revision: 263150
URL: http://svnweb.freebsd.org/changeset/base/263150
Log:
Rewrite usermgmt -- hooking it into the scripting system with dispatch
commands addUser, deleteUser, and editUser. Getting rid of the awkward-
to-use `userinput' bolt-
Author: glebius
Date: Fri Mar 14 06:29:43 2014
New Revision: 263152
URL: http://svnweb.freebsd.org/changeset/base/263152
Log:
Remove AppleTalk support.
AppleTalk was a network transport protocol for Apple Macintosh devices
in 80s and then 90s. Starting with Mac OS X in 2000 the AppleTalk
Author: kevlo
Date: Fri Mar 14 06:37:08 2014
New Revision: 263153
URL: http://svnweb.freebsd.org/changeset/base/263153
Log:
Similar to r246614, fix panic on removing urtwn(4). It happens because
nodes are freed after the adapter is gone.
Modified:
head/sys/dev/usb/wlan/if_urtwn.c
head/sy
Author: kevlo
Date: Fri Mar 14 06:38:22 2014
New Revision: 263154
URL: http://svnweb.freebsd.org/changeset/base/263154
Log:
Reset the bit of the R92C_MCUFWDL associated with checksum report
before loading firmware page. It may fix this problem:
"urtwn0: timeout waiting for checksum report"
43 matches
Mail list logo