Author: charnier
Date: Thu Feb 14 08:16:03 2013
New Revision: 246783
URL: http://svnweb.freebsd.org/changeset/base/246783
Log:
rework old-style functions prototypes
reduce WARNS=6 output
Modified:
head/usr.bin/gprof/aout.c
head/usr.bin/gprof/arcs.c
head/usr.bin/gprof/dfn.c
head/usr.bi
Author: hrs
Date: Thu Feb 14 08:32:07 2013
New Revision: 246784
URL: http://svnweb.freebsd.org/changeset/base/246784
Log:
- Fix libmd dependency. It is needed in the bootstrap library list because
usr.bin/xinstall depends on it.
- Remove libutil from usr.bin/xinstall/Makefile. No symbol
Author: hselasky
Date: Thu Feb 14 10:32:47 2013
New Revision: 246785
URL: http://svnweb.freebsd.org/changeset/base/246785
Log:
MFC r246397:
Make sure that all mouse buttons are released when clients
using /dev/consolectl close. This fixes a problem where if
a USB mouse is detached while a
Author: hselasky
Date: Thu Feb 14 10:48:08 2013
New Revision: 246786
URL: http://svnweb.freebsd.org/changeset/base/246786
Log:
MFC r246421 and r246454:
Add support for buttons on USB audio devices,
like Volume Up, Volume Down and Mute.
Reviewed by: mav @
Modified:
stable/9/sys/dev/s
Author: hselasky
Date: Thu Feb 14 11:25:07 2013
New Revision: 246787
URL: http://svnweb.freebsd.org/changeset/base/246787
Log:
MFC r246397:
Make sure that all mouse buttons are released when clients
using /dev/consolectl close. This fixes a problem where if
a USB mouse is detached while
Author: hselasky
Date: Thu Feb 14 11:29:57 2013
New Revision: 246788
URL: http://svnweb.freebsd.org/changeset/base/246788
Log:
MFC r246421 and r246454:
Add support for buttons on USB audio devices,
like Volume Up, Volume Down and Mute.
Reviewed by: mav @
Modified:
stable/8/sys/dev/s
Author: hselasky
Date: Thu Feb 14 12:22:40 2013
New Revision: 246789
URL: http://svnweb.freebsd.org/changeset/base/246789
Log:
Add USB API to read power draw on USB devices.
Update usbconfig to print power draw on USB devices.
MFC after:2 weeks
Submitted by: Matt Burke @ icritical.c
Author: bapt
Date: Thu Feb 14 12:42:09 2013
New Revision: 246790
URL: http://svnweb.freebsd.org/changeset/base/246790
Log:
In case of failure of the pkg boostrap advice the user to either change the
PACKAGESITE they use or install from ports directly indicating where the port
is localted in
Author: bapt
Date: Thu Feb 14 13:03:15 2013
New Revision: 246791
URL: http://svnweb.freebsd.org/changeset/base/246791
Log:
Allow fdescfs to be mounted from inside a jail
MFC after:1 week
Modified:
head/sys/fs/fdescfs/fdesc_vfsops.c
Modified: head/sys/fs/fdescfs/fdesc_vfsops.c
==
Author: charnier
Date: Thu Feb 14 14:44:08 2013
New Revision: 246792
URL: http://svnweb.freebsd.org/changeset/base/246792
Log:
remove old-style function definition
reduce WARNS=6 output
Modified:
head/usr.sbin/kgmon/kgmon.c
Modified: head/usr.sbin/kgmon/kgmon.c
Author: bapt
Date: Thu Feb 14 15:17:53 2013
New Revision: 246793
URL: http://svnweb.freebsd.org/changeset/base/246793
Log:
Revert r246791 as it needs a security review first
Reported by: gavin, rwatson
Modified:
head/sys/fs/fdescfs/fdesc_vfsops.c
Modified: head/sys/fs/fdescfs/fdesc_vfs
On 14 February 2013 07:22, Hans Petter Selasky wrote:
> Author: hselasky
> Date: Thu Feb 14 12:22:40 2013
> New Revision: 246789
> URL: http://svnweb.freebsd.org/changeset/base/246789
>
> Log:
> Add USB API to read power draw on USB devices.
> Update usbconfig to print power draw on USB device
On Thursday 14 February 2013 16:23:02 Eitan Adler wrote:
> On 14 February 2013 07:22, Hans Petter Selasky wrote:
> > Author: hselasky
> > Date: Thu Feb 14 12:22:40 2013
> > New Revision: 246789
> > URL: http://svnweb.freebsd.org/changeset/base/246789
> >
> > Log:
> > Add USB API to read power d
Author: jpaetzel
Date: Thu Feb 14 17:34:17 2013
New Revision: 246799
URL: http://svnweb.freebsd.org/changeset/base/246799
Log:
Resolve issue that caused WITNESS to report LORs.
PR: kern/171838
Submitted by: Venkat Duvvuru
MFC after:2 weeks
Modified:
head/sys/dev/oce/oce_if.c
Author: neel
Date: Thu Feb 14 18:41:12 2013
New Revision: 246800
URL: http://svnweb.freebsd.org/changeset/base/246800
Log:
Add option "--unassign-pptdev=" to allow 'bhyvectl' to detach
passthru devices from the guest.
Obtained from:NetApp
Modified:
head/usr.sbin/bhyvectl/bhyvec
Author: kib
Date: Thu Feb 14 19:21:20 2013
New Revision: 246801
URL: http://svnweb.freebsd.org/changeset/base/246801
Log:
Assert that user address is never qremoved.
No objections from: alc
MFC after:1 week
Modified:
head/sys/amd64/amd64/pmap.c
Modified: head/sys/amd64/amd64/pma
Author: kib
Date: Thu Feb 14 19:22:15 2013
New Revision: 246802
URL: http://svnweb.freebsd.org/changeset/base/246802
Log:
Print slightly more useful information on the 'bad pte' panic.
No objections from: alc
MFC after:1 week
Modified:
head/sys/amd64/amd64/pmap.c
Modified: head/
Author: zeising (doc,ports committer)
Date: Thu Feb 14 19:26:58 2013
New Revision: 246803
URL: http://svnweb.freebsd.org/changeset/base/246803
Log:
FreeBSD uses #if __BSD_VISIBLE to hide non-standard functions, fix this.
Noticed by: kib
Approved by: kib
Modified:
head/include/string
Author: jamie
Date: Thu Feb 14 19:27:52 2013
New Revision: 246804
URL: http://svnweb.freebsd.org/changeset/base/246804
Log:
Handle (ignore) when a process disappears before it can be tracked.
Modified:
head/usr.sbin/jail/command.c
Modified: head/usr.sbin/jail/command.c
==
Author: jhb
Date: Thu Feb 14 19:38:04 2013
New Revision: 246805
URL: http://svnweb.freebsd.org/changeset/base/246805
Log:
Make VM_NDOMAIN a kernel option so that it can be enabled from a kernel
config file.
Requested by: phk (ages ago)
MFC after:1 month
Modified:
head/sys/conf/op
Author: joel (doc committer)
Date: Thu Feb 14 19:46:41 2013
New Revision: 246806
URL: http://svnweb.freebsd.org/changeset/base/246806
Log:
Fix date.
Modified:
head/usr.bin/csup/csup.1
Modified: head/usr.bin/csup/csup.1
=
Author: monthadar
Date: Thu Feb 14 20:00:38 2013
New Revision: 246807
URL: http://svnweb.freebsd.org/changeset/base/246807
Log:
Mesh: QoS Control field bit flags fix.
* The following bit flags where incroccetly defined:
o Mesh Control Present
o Mesh Power Save Level
o RSPI
Author: delphij
Date: Thu Feb 14 21:02:18 2013
New Revision: 246808
URL: http://svnweb.freebsd.org/changeset/base/246808
Log:
Eliminate real_LZ4_uncompress. It's unused and does not perform sufficient
check against input stream (i.e. it could read beyond specified input
buffer).
Modified:
Author: zeising (doc,ports committer)
Date: Thu Feb 14 21:29:55 2013
New Revision: 246809
URL: http://svnweb.freebsd.org/changeset/base/246809
Log:
Change examples to be consistent with what style(9) says.
Approved by: joel (mentor)
MFC After:2 weeks
Modified:
head/lib/libc/net/ge
Author: mckusick
Date: Fri Feb 15 01:00:48 2013
New Revision: 246812
URL: http://svnweb.freebsd.org/changeset/base/246812
Log:
Update fsck_ffs buffer cache manager to use TAILQ macros.
No functional changes.
Modified:
head/sbin/fsck_ffs/fsck.h
head/sbin/fsck_ffs/fsutil.c
Modified: head/s
Author: trasz
Date: Fri Feb 15 06:52:56 2013
New Revision: 246819
URL: http://svnweb.freebsd.org/changeset/base/246819
Log:
MFC r246557:
In the setfacl(1) manual page, make it clear that for NFSv4 ACLs,
one should really use -a and -x instead of -m.
MFC r246558:
Improve descript
Author: glebius
Date: Fri Feb 15 07:58:51 2013
New Revision: 246821
URL: http://svnweb.freebsd.org/changeset/base/246821
Log:
Fix compilation warning.
Sponsored by: Nginx, Inc
Modified:
head/sys/netgraph/ng_parse.c
Modified: head/sys/netgraph/ng_parse.c
=
27 matches
Mail list logo