Author: hiren
Date: Sun Apr 14 02:42:40 2013
New Revision: 249461
URL: http://svnweb.freebsd.org/changeset/base/249461
Log:
Fixing a clang warning indicating uninitialized variable usage.
PR: kern/177164
Approved by: sbruno (mentor)
Modified:
head/sys/dev/ips/ips.c
Modified: head/s
Author: hiren
Date: Sun Apr 14 02:26:12 2013
New Revision: 249460
URL: http://svnweb.freebsd.org/changeset/base/249460
Log:
Improve/correct a comment. We now support a lot more cpu types.
PR: kern/177496
Approved by: sbruno (mentor)
Modified:
head/sys/dev/hwpmc/hwpmc_core.c
Modifie
Author: des
Date: Sun Apr 14 00:59:56 2013
New Revision: 249457
URL: http://svnweb.freebsd.org/changeset/base/249457
Log:
Clean up.
Modified:
head/lib/libldns/Makefile
Modified: head/lib/libldns/Makefile
==
--- head/
Author: eadler
Date: Sun Apr 14 00:49:08 2013
New Revision: 249456
URL: http://svnweb.freebsd.org/changeset/base/249456
Log:
MFC r249359:
fuser(1) requires a filename.
Approved by: cperciva (mentor, implicit)
Modified:
stable/9/usr.bin/fstat/fuser.1
Directory Properties:
stabl
Author: sbruno
Date: Sun Apr 14 00:20:32 2013
New Revision: 249455
URL: http://svnweb.freebsd.org/changeset/base/249455
Log:
MFC r248824 & r248826
Fix compile with CISS_DEBUG defined
Fix DDB hook to actually work again
Modified:
stable/9/sys/dev/ciss/ciss.c
Directory Properties:
s
Author: des
Date: Sat Apr 13 22:45:41 2013
New Revision: 249454
URL: http://svnweb.freebsd.org/changeset/base/249454
Log:
Include ldns's b{32,64}_{ntop,pton}().
Modified:
head/lib/libldns/Makefile
Modified: head/lib/libldns/Makefile
===
Author: des
Date: Sat Apr 13 22:44:48 2013
New Revision: 249453
URL: http://svnweb.freebsd.org/changeset/base/249453
Log:
Clean up the ntop / pton code. Part of a patch which has been submitted
upstream but not yet adopted.
Modified:
head/contrib/ldns/compat/b32_ntop.c
head/contrib/ldns/
Author: eadler
Date: Sat Apr 13 22:30:02 2013
New Revision: 249452
URL: http://svnweb.freebsd.org/changeset/base/249452
Log:
MFC r219937, r220094, r221383, r222307, r222817, r222994, r223545, r223638,
r225846, r225853, r225854, r226121, r226320, r226351, r228991, r229164,
r230876, r231274, r23
Author: eadler
Date: Sat Apr 13 22:29:13 2013
New Revision: 249451
URL: http://svnweb.freebsd.org/changeset/base/249451
Log:
MFC r225846, r225853, r225854, r226121, r226320, r226351, r226942, r228991,
r229164, r230876, r231274, r231516, r232105, r232353, r234221, r234320,
r234446, r234600, r23
Author: neel
Date: Sat Apr 13 21:41:51 2013
New Revision: 249450
URL: http://svnweb.freebsd.org/changeset/base/249450
Log:
Create sysctl node 'hw.vmm.vmx' and populate it with oids that expose the VMX
hardware capabilities.
Obtained from:NetApp
Modified:
head/sys/amd64/vmm/inte
Author: dim
Date: Sat Apr 13 21:21:13 2013
New Revision: 249449
URL: http://svnweb.freebsd.org/changeset/base/249449
Log:
Fix undefined behaviour in several gpio_pin_setflags() routines (under
sys/arm and sys/mips), squelching the clang 3.3 warnings about this.
Noticed by: tinderbox and
Author: trasz
Date: Sat Apr 13 21:17:43 2013
New Revision: 249448
URL: http://svnweb.freebsd.org/changeset/base/249448
Log:
MFC r243856 by joel@:
Remove superfluous paragraph macro.
Modified:
stable/9/usr.bin/rctl/rctl.8
Directory Properties:
stable/9/usr.bin/rctl/ (props changed)
M
Author: trasz
Date: Sat Apr 13 21:16:15 2013
New Revision: 249447
URL: http://svnweb.freebsd.org/changeset/base/249447
Log:
MFC r249375 by joel@:
Minor spelling and grammar fixes.
Modified:
stable/9/usr.bin/rctl/rctl.8
Directory Properties:
stable/9/usr.bin/rctl/ (props changed)
Mod
Author: trasz
Date: Sat Apr 13 21:14:51 2013
New Revision: 249446
URL: http://svnweb.freebsd.org/changeset/base/249446
Log:
MFC r243849 by bdrewery@:
- Move EXAMPLES descriptions to before the actual command
- Add mdoc macros for EXAMPLES
Modified:
stable/9/usr.bin/rctl/rctl.8
Director
Author: trasz
Date: Sat Apr 13 21:11:18 2013
New Revision: 249445
URL: http://svnweb.freebsd.org/changeset/base/249445
Log:
MFC r242140:
Add pcpu to the the rctl(8) manual page.
Modified:
stable/9/usr.bin/rctl/rctl.8
Directory Properties:
stable/9/usr.bin/rctl/ (props changed)
Modif
Author: trasz
Date: Sat Apr 13 21:04:06 2013
New Revision: 249444
URL: http://svnweb.freebsd.org/changeset/base/249444
Log:
MFC r242139:
Add CPU percentage limit enforcement to RCTL. The resouce name is "pcpu".
It was implemented by Rudolf Tomori during Google Summer of Code 2012.
M
Author: jmg
Date: Sat Apr 13 19:02:58 2013
New Revision: 249440
URL: http://svnweb.freebsd.org/changeset/base/249440
Log:
move the error report to a lower log level... Now you can see when it
returns an error without getting every single io that went through it..
MFC after:1 week
Mo
On Sat, Apr 13, 2013 at 10:07 AM, Warner Losh wrote:
> I'm curious why this is in files.amd64 / files.i386, and not just in
> files. Is there really things that are x86 specific in there still
>
>
There are a few areas that need to be addressed to get the NVM Express
drivers running on other arch
I'm curious why this is in files.amd64 / files.i386, and not just in files. Is
there really things that are x86 specific in there still
Warner
On Apr 12, 2013, at 5:16 PM, Jim Harris wrote:
>
>
>
> On Fri, Apr 12, 2013 at 4:10 PM, Jung-uk Kim wrote:
> Author: jkim
> Date: Fri Apr 12 23:10:5
Author: kib
Date: Sat Apr 13 15:20:33 2013
New Revision: 249439
URL: http://svnweb.freebsd.org/changeset/base/249439
Log:
Fix the name of the pcb member in the comments.
Submitted by: Oliver Pinter
MFC after:3 days
Modified:
head/sys/amd64/amd64/support.S
head/sys/i386/i386/supp
Author: mav
Date: Sat Apr 13 14:03:44 2013
New Revision: 249438
URL: http://svnweb.freebsd.org/changeset/base/249438
Log:
MFprojects/camlock r248894:
Use full freeze while PMP does hard reset. This is only cosmetical change.
Modified:
head/sys/cam/ata/ata_pmp.c
Modified: head/sys/cam/ata/a
Author: jchandra
Date: Sat Apr 13 07:23:37 2013
New Revision: 249436
URL: http://svnweb.freebsd.org/changeset/base/249436
Log:
Fix changes made in r249408.
In some cases, kern_envp is set by the architecture code and env_pos does
not contain the length of the static kernel environment. In
22 matches
Mail list logo