Author: glebius
Date: Wed Jul 24 08:02:56 2013
New Revision: 253596
URL: http://svnweb.freebsd.org/changeset/base/253596
Log:
Remove unused argument from vmem_add1().
Reviewed by: jeff
Modified:
head/sys/kern/subr_vmem.c
Modified: head/sys/kern/subr_vmem.c
=
Author: se
Date: Wed Jul 24 08:36:29 2013
New Revision: 253597
URL: http://svnweb.freebsd.org/changeset/base/253597
Log:
Remove duplicated parapgraph.
MFC after:3 days
Modified:
head/sbin/ipfw/ipfw.8
Modified: head/sbin/ipfw/ipfw.8
===
Author: avg
Date: Wed Jul 24 09:05:04 2013
New Revision: 253601
URL: http://svnweb.freebsd.org/changeset/base/253601
Log:
newvers.sh: fix the fallback case of git-svn detection
MFC after:5 days
Sponsored by: HybridCluster
Modified:
head/sys/conf/newvers.sh
Modified: head/sys/conf/
Author: avg
Date: Wed Jul 24 09:06:50 2013
New Revision: 253602
URL: http://svnweb.freebsd.org/changeset/base/253602
Log:
newvers.sh: add another git-svn fallback
This time it is for a git mirror that stores svn revisions as
git notes, e.g. https://github.com/freebsd/freebsd
MFC afte
Author: avg
Date: Wed Jul 24 09:15:59 2013
New Revision: 253603
URL: http://svnweb.freebsd.org/changeset/base/253603
Log:
zfs: move vnode creation from zfs_znode_cache_constructor to zfs_znode_alloc
All other places where a znode is allocated do not need z_vnode at all.
These are:
- zfs
Author: avg
Date: Wed Jul 24 09:45:31 2013
New Revision: 253604
URL: http://svnweb.freebsd.org/changeset/base/253604
Log:
rename scheduler->swapper and SI_SUB_RUN_SCHEDULER->SI_SUB_LAST
Also directly call swapper() at the end of mi_startup instead of
relying on swapper being the last thin
Author: avg
Date: Wed Jul 24 09:50:44 2013
New Revision: 253605
URL: http://svnweb.freebsd.org/changeset/base/253605
Log:
zfsboottest: remove explicit -Werror
Unfortunately sys/boot is compliled without -Werror at the moment.
MFC after:7 days
Modified:
head/tools/tools/zfsbootte
Author: avg
Date: Wed Jul 24 09:59:16 2013
New Revision: 253606
URL: http://svnweb.freebsd.org/changeset/base/253606
Log:
zfs module: perform cleanup during shutdown in addition to module unload
- move init and fini code into separate functions (like it is done upstream)
- invoke fini cod
On Jul 24, 2013, at 06:06, Hiroki Sato wrote:
> Dimitry Andric wrote
> in <36e48152-1a64-432d-a32d-75059a56e...@freebsd.org>:
...
> di> This breaks /etc/rc.d/defaultroute, since it relies on "route -n get
> di> -inet default" printing a line with "interface:" in it.
...
> Should be fixed in r253
On Thu, 2013-07-18 at 22:11:27 +, Pawel Jakub Dawidek wrote:
> Author: pjd
> Date: Thu Jul 18 22:11:27 2013
> New Revision: 253457
> URL: http://svnweb.freebsd.org/changeset/base/253457
>
> Log:
> Close uniq(1) in the capability mode sandbox and limit descriptors using
> capability rights.
On Sat, 2013-07-20 at 16:46:51 +, Hiroki Sato wrote:
> Author: hrs
> Date: Sat Jul 20 16:46:51 2013
> New Revision: 253504
> URL: http://svnweb.freebsd.org/changeset/base/253504
>
> Log:
> - Simplify getaddr() and print_getmsg() by using RTAX_* instead of RTA_*
> as the argument.
> - R
Author: adrian
Date: Wed Jul 24 13:20:45 2013
New Revision: 253611
URL: http://svnweb.freebsd.org/changeset/base/253611
Log:
Add new IDs for The Intel 2230 wireless NIC.
Submitted by: Cedric GROSS
Modified:
head/sys/dev/iwn/if_iwn.c
Modified: head/sys/dev/iwn/if_iwn.c
=
Author: adrian
Date: Wed Jul 24 13:31:31 2013
New Revision: 253612
URL: http://svnweb.freebsd.org/changeset/base/253612
Log:
Support setting up the iwn debug flags during probe/attach by
checking "hint.iwn.X.debug".
Submitted by: Cedric GROSS
Modified:
head/sys/dev/iwn/if_iwn.c
Modif
On Mon, 2013-07-15 at 06:16:57 +, Andrey V. Elsukov wrote:
> Author: ae
> Date: Mon Jul 15 06:16:57 2013
> New Revision: 253351
> URL: http://svnweb.freebsd.org/changeset/base/253351
>
> Log:
> Introduce new structure sfstat for collecting sendfile's statistics
> and remove corresponding f
Author: pfg
Date: Wed Jul 24 15:46:49 2013
New Revision: 253614
URL: http://svnweb.freebsd.org/changeset/base/253614
Log:
patch: style fix
Submitted by: gogolok
Modified:
head/usr.bin/patch/patch.c
Modified: head/usr.bin/patch/patch.c
Author: marcel
Date: Wed Jul 24 16:22:27 2013
New Revision: 253615
URL: http://svnweb.freebsd.org/changeset/base/253615
Log:
In uuid_ether_add(), avoid false positives due to the limited type
used to hold the sum of the bytes of the MAC address. While here,
rename the variable that holds the
On Wed, Jul 24, 2013 at 03:46:50PM +, Pedro F. Giffuni wrote:
> New Revision: 253614
> URL: http://svnweb.freebsd.org/changeset/base/253614
>
> Log:
> patch: style fix
It's still broken: bad use of capital letters (lack thereof), missing full
stop (terminating dot).
> Submitted by:
Author: sjg
Date: Wed Jul 24 17:55:08 2013
New Revision: 253616
URL: http://svnweb.freebsd.org/changeset/base/253616
Log:
Fix bug in universe where if upgrade_checks wants a new make,
it gets built 16 times in parallel in the same location.
While we are at it, until we finish getting rid of
Author: marcel
Date: Wed Jul 24 18:13:43 2013
New Revision: 253617
URL: http://svnweb.freebsd.org/changeset/base/253617
Log:
Further restrict the MAC addresses that we use for UUID generation
to those that are universally administered. While it is possible to
add locally administered MAC add
El 24/07/2013 11:52 a. m., Alexey Dokuchaev escribió:
On Wed, Jul 24, 2013 at 03:46:50PM +, Pedro F. Giffuni wrote:
New Revision: 253614
URL: http://svnweb.freebsd.org/changeset/base/253614
Log:
patch: style fix
It's still broken: bad use of capital letters (lack thereof), missing full
Author: obrien
Date: Wed Jul 24 18:32:15 2013
New Revision: 253618
URL: http://svnweb.freebsd.org/changeset/base/253618
Log:
per style(9):
Kernel include files (i.e. sys/*.h) come first; normally, include
OR , but not both. includes
, and it is okay to depend on that.
Modified
On Wed, Jul 24, 2013 at 02:53:32PM +0200, Ulrich Spörlein wrote:
> On Thu, 2013-07-18 at 22:11:27 +, Pawel Jakub Dawidek wrote:
> > Author: pjd
> > Date: Thu Jul 18 22:11:27 2013
> > New Revision: 253457
> > URL: http://svnweb.freebsd.org/changeset/base/253457
> >
> > Log:
> > Close uniq(1)
Author: pfg
Date: Wed Jul 24 20:21:29 2013
New Revision: 253619
URL: http://svnweb.freebsd.org/changeset/base/253619
Log:
fuse: revert kernel_header update.
It seems to be causing problems due to the lack of the new features.
Found by: bapt
Pointed hat: pfg
Modified:
head/sys
Author: jhb
Date: Wed Jul 24 20:34:25 2013
New Revision: 253620
URL: http://svnweb.freebsd.org/changeset/base/253620
Log:
Use VMFS_OPTIMAL_SPACE instead of VMFS_ALIGNED_SPACE in shm_map().
Modified:
head/sys/kern/uipc_shm.c
Modified: head/sys/kern/uipc_shm.c
=
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
===
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
=
Author: kientzle
Date: Thu Jul 25 03:48:37 2013
New Revision: 253636
URL: http://svnweb.freebsd.org/changeset/base/253636
Log:
Clear entire map structure including locks so that the
locks don't accidentally appear to have been already
initialized.
In particular, this fixes a consistent
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,
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
==
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 libgphoto2, but I filed a PR with a propo
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
31 matches
Mail list logo