Author: hrs
Date: Sat Nov 22 08:09:26 2014
New Revision: 274841
URL: https://svnweb.freebsd.org/changeset/base/274841
Log:
Remove examples of gif_interfaces and gifconfig. These have already been
marked as deprecated in rc.conf(5) manual page but these examples
were still here.
Spotted
Author: hselasky
Date: Sat Nov 22 08:47:04 2014
New Revision: 274842
URL: https://svnweb.freebsd.org/changeset/base/274842
Log:
Use correct length mask for split transactions. The hardware would
sometimes put non-zero values in the upper length bits, which are
available for high-speed-only U
Author: mav
Date: Sat Nov 22 09:05:54 2014
New Revision: 274843
URL: https://svnweb.freebsd.org/changeset/base/274843
Log:
Move icl_pdu_get_data() and xpt_done() out of initiator's session lock.
During heavy reads data copying in icl_pdu_get_data() may consume large
percent of CPU time.
Author: mav
Date: Sat Nov 22 09:45:32 2014
New Revision: 274845
URL: https://svnweb.freebsd.org/changeset/base/274845
Log:
Fix use-after-free introduced in r274843.
I've missed that iscsi_outstanding_remove() frees the second pointer,
so it should no longer be used. And in fact we don't
Author: dim
Date: Sat Nov 22 12:10:09 2014
New Revision: 274846
URL: https://svnweb.freebsd.org/changeset/base/274846
Log:
Fix the following -Werror warning from clang 3.5.0, while building
usr.bin/cpio on amd64 (or any arch with 64-bit time_t):
contrib/libarchive/cpio/cpio.c:1143:6: erro
Author: dim
Date: Sat Nov 22 12:13:05 2014
New Revision: 274847
URL: https://svnweb.freebsd.org/changeset/base/274847
Log:
Fix the following -Werror warnings from clang 3.5.0, while building
usr.bin/locate:
usr.bin/locate/locate/util.c:249:29: error: taking the absolute value of
unsigned
Author: bapt
Date: Sat Nov 22 12:48:09 2014
New Revision: 274849
URL: https://svnweb.freebsd.org/changeset/base/274849
Log:
Enforce -lpthread and -lc to always be the 2 last components of the link list
Differential Revision:https://reviews.freebsd.org/D1118
Suggested by: k
Author: ian
Date: Sat Nov 22 14:53:50 2014
New Revision: 274851
URL: https://svnweb.freebsd.org/changeset/base/274851
Log:
Add libm to eliminate "undefined reference to sqrt" on arm 'softfp' builds.
Modified:
head/usr.bin/dpv/Makefile
Modified: head/usr.bin/dpv/Makefile
=
Author: smh
Date: Sat Nov 22 14:59:50 2014
New Revision: 274852
URL: https://svnweb.freebsd.org/changeset/base/274852
Log:
Fix build with asr driver
This was broken by r274819 as asr is not in GENERIC because its not 64bit
safe.
MFC after:1 month
X-MFC-With: r274819
Sponsor
Author: mav
Date: Sat Nov 22 15:09:18 2014
New Revision: 274853
URL: https://svnweb.freebsd.org/changeset/base/274853
Log:
For both iSCSI initiator and target increase socket buffer sizes before
establishing connection.
This is a workaround for Chelsio TOE driver, that does not update soc
Author: jilles
Date: Sat Nov 22 16:03:18 2014
New Revision: 274854
URL: https://svnweb.freebsd.org/changeset/base/274854
Log:
sh: Use DQSYNTAX only while expanding, not SQSYNTAX.
Quoting during expansion only cares about CCTL, which is the same for
DQSYNTAX and SQSYNTAX.
Modified:
head
Author: dim
Date: Sat Nov 22 16:30:31 2014
New Revision: 274856
URL: https://svnweb.freebsd.org/changeset/base/274856
Log:
Avoid undefined behaviour in gas's rotate_left() macro for n == 0.
Otherwise, clang can effectively remove the first iteration of the for
loops where this macro is invok
Author: trasz
Date: Sat Nov 22 16:43:36 2014
New Revision: 274857
URL: https://svnweb.freebsd.org/changeset/base/274857
Log:
Cross-reference automount(8) from mount(8).
MFC after:1 month
Sponsored by: The FreeBSD Foundation
Modified:
head/sbin/mount/mount.8
Modified: head/sbin/mou
Author: trasz
Date: Sat Nov 22 16:46:00 2014
New Revision: 274858
URL: https://svnweb.freebsd.org/changeset/base/274858
Log:
Cross-reference autounmountd(8) from umount(8).
MFC after:1 month
Sponsored by: The FreeBSD Foundation
Modified:
head/sbin/umount/umount.8
Modified: head/sb
Author: trasz
Date: Sat Nov 22 16:48:29 2014
New Revision: 274859
URL: https://svnweb.freebsd.org/changeset/base/274859
Log:
Implement "automount -c".
MFC after:1 month
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/fs/autofs/autofs.c
head/sys/fs/autofs/autofs.h
head/s
Author: hselasky
Date: Sat Nov 22 17:26:43 2014
New Revision: 274863
URL: https://svnweb.freebsd.org/changeset/base/274863
Log:
Fix the host mode ISOCHRONOUS transfer interval programming in the
SAF1761 OTG driver. Currently the driver logic is very simple and
double buffering the USB transa
Author: alc
Date: Sat Nov 22 17:46:30 2014
New Revision: 274867
URL: https://svnweb.freebsd.org/changeset/base/274867
Log:
By the time that vm_reserv_init() runs, vm_phys_segs[] is initialized. Use
it instead of phys_avail[].
Discussed with: Svatopluk Kraus
Modified:
head/sys/vm
On Sat, Nov 22, 2014 at 03:09:19PM +, Alexander Motin wrote:
> Author: mav
> Date: Sat Nov 22 15:09:18 2014
> New Revision: 274853
> URL: https://svnweb.freebsd.org/changeset/base/274853
>
> Log:
> For both iSCSI initiator and target increase socket buffer sizes before
> establishing conne
Author: kib
Date: Sat Nov 22 18:15:02 2014
New Revision: 274878
URL: https://svnweb.freebsd.org/changeset/base/274878
Log:
The size value should be asserted when it is known.
Reported and tested by: pho
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/kern/imgact_elf.c
Mo
Author: imp
Date: Sat Nov 22 18:40:14 2014
New Revision: 274879
URL: https://svnweb.freebsd.org/changeset/base/274879
Log:
Retire old, transition code for managing the FreeBSD 5 -> 6 migration.
Modified:
head/sys/dev/pccard/pccardvar.h
head/sys/dev/wi/if_wi_pccard.c
Modified: head/sys/dev/
Author: bapt
Date: Sat Nov 22 18:57:23 2014
New Revision: 274880
URL: https://svnweb.freebsd.org/changeset/base/274880
Log:
Update mandoc to 1.13.1
Added:
head/contrib/mdocml/INSTALL
- copied unchanged from r274878, vendor/mdocml/dist/INSTALL
head/contrib/mdocml/LICENSE
- copied u
Author: bapt
Date: Sat Nov 22 19:17:05 2014
New Revision: 274883
URL: https://svnweb.freebsd.org/changeset/base/274883
Log:
Add missing dependencies on pthread (sqlite being built with threadsafety on)
Modified:
head/usr.bin/svn/svnadmin/Makefile
head/usr.bin/svn/svndumpfilter/Makefile
he
Author: bapt
Date: Sat Nov 22 19:18:08 2014
New Revision: 274884
URL: https://svnweb.freebsd.org/changeset/base/274884
Log:
Update sqlite3 to 3.8.7.2
Modified:
head/contrib/sqlite3/configure
head/contrib/sqlite3/configure.ac
head/contrib/sqlite3/shell.c
head/contrib/sqlite3/sqlite3.c
On Sat, Nov 22, 2014 at 1:57 PM, Baptiste Daroussin
wrote:
> Author: bapt
> Date: Sat Nov 22 18:57:23 2014
> New Revision: 274880
> URL: https://svnweb.freebsd.org/changeset/base/274880
>
> Log:
> Update mandoc to 1.13.1
>
Thank you!
-Ben
___
svn-sr
Author: bapt
Date: Sat Nov 22 19:44:49 2014
New Revision: 274885
URL: https://svnweb.freebsd.org/changeset/base/274885
Log:
Promote SQLite3 as a privatelib as it will also be used by mandoc
While here ensure sqlite3 is using pread(2) and enable the suppot for FTS4
Added:
head/lib/libsqli
Author: bapt
Date: Sat Nov 22 19:48:14 2014
New Revision: 274886
URL: https://svnweb.freebsd.org/changeset/base/274886
Log:
Forgot to update libmandoc
Modified:
head/lib/libmandoc/Makefile
Modified: head/lib/libmandoc/Makefile
=
Author: bapt
Date: Sat Nov 22 20:18:38 2014
New Revision: 274888
URL: https://svnweb.freebsd.org/changeset/base/274888
Log:
Add missing bits svn merge did not catch
Added:
head/contrib/mdocml/demandoc.1 (contents, props changed)
head/contrib/mdocml/man-cgi.css (contents, props changed)
> On Nov 22, 2014, at 6:53 AM, Ian Lepore wrote:
>
> Author: ian
> Date: Sat Nov 22 14:53:50 2014
> New Revision: 274851
> URL: https://svnweb.freebsd.org/changeset/base/274851
>
> Log:
> Add libm to eliminate "undefined reference to sqrt" on arm 'softfp' builds.
>
> Modified:
> head/usr.bi
Author: imp
Date: Sat Nov 22 20:31:20 2014
New Revision: 274889
URL: https://svnweb.freebsd.org/changeset/base/274889
Log:
There never was a PC Card joystick attachment that worked. Kill the
current stub one until such time as one shows up.
Deleted:
head/sys/dev/joy/joy_pccard.c
Modified:
Author: bapt
Date: Sat Nov 22 20:42:32 2014
New Revision: 274890
URL: https://svnweb.freebsd.org/changeset/base/274890
Log:
Rework makefile in something closer to upstream Makefile to ease maintainance
Modified:
head/lib/libmandoc/Makefile
Modified: head/lib/libmandoc/Makefile
==
Author: bapt
Date: Sat Nov 22 20:48:21 2014
New Revision: 274891
URL: https://svnweb.freebsd.org/changeset/base/274891
Log:
Rework mandoc Makefile to ease maintainance
Add compat_reallocarray into libmandoc given other mandoc components will use
it.
Modified:
head/lib/libmandoc/Makefile
Author: bapt
Date: Sat Nov 22 20:55:36 2014
New Revision: 274893
URL: https://svnweb.freebsd.org/changeset/base/274893
Log:
Add the preconv utility from mandoc project
it recodes multibyte UNIX manual files into mandoc(1)
Added:
head/usr.bin/preconv/
head/usr.bin/preconv/Makefile (co
Author: bapt
Date: Sat Nov 22 21:03:05 2014
New Revision: 274894
URL: https://svnweb.freebsd.org/changeset/base/274894
Log:
Define LIBSQLITE3 and LIBMANDOC
Modified:
head/share/mk/src.libnames.mk
Modified: head/share/mk/src.libnames.mk
Author: bapt
Date: Sat Nov 22 21:11:17 2014
New Revision: 274895
URL: https://svnweb.freebsd.org/changeset/base/274895
Log:
Add the demandoc utility from the mandoc project
This is a modern version of the deroff utility, useful for example to do
spellchecking on manpages
Added:
head/us
Author: bapt
Date: Sat Nov 22 22:11:35 2014
New Revision: 274896
URL: https://svnweb.freebsd.org/changeset/base/274896
Log:
Lower warning to allow building with gcc
Modified:
head/usr.bin/demandoc/Makefile
Modified: head/usr.bin/demandoc/Makefile
=
Author: bapt
Date: Sat Nov 22 22:13:00 2014
New Revision: 274897
URL: https://svnweb.freebsd.org/changeset/base/274897
Log:
Lower warnings to fix build with gcc
Modified:
head/usr.bin/preconv/Makefile
Modified: head/usr.bin/preconv/Makefile
===
Author: dim
Date: Sat Nov 22 23:04:33 2014
New Revision: 274898
URL: https://svnweb.freebsd.org/changeset/base/274898
Log:
Fix the following -Werror warnings from clang 3.5.0, while building
usr.sbin/rtadvd:
usr.sbin/rtadvd/rtadvd.c:1291:7: error: taking the absolute value of unsigned
ty
Author: jilles
Date: Sat Nov 22 23:28:41 2014
New Revision: 274899
URL: https://svnweb.freebsd.org/changeset/base/274899
Log:
sh: Prepend "$0: " to error messages if there is no command name.
Modified:
head/bin/sh/error.c
head/bin/sh/parser.c
Modified: head/bin/sh/error.c
=
Author: dim
Date: Sat Nov 22 23:50:18 2014
New Revision: 274900
URL: https://svnweb.freebsd.org/changeset/base/274900
Log:
Fix the following -Werror warnings from clang 3.5.0, while building
bsnmpd's snmp_hostres module:
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_snmp.c:204:20: error: a
Author: bapt
Date: Sun Nov 23 00:08:04 2014
New Revision: 274901
URL: https://svnweb.freebsd.org/changeset/base/274901
Log:
Change man(1) to use mandoc to render manpages
man(1) now first test the manpage to run with mandoc to make sure it can be
rendered.
In case groff cannot be found
Author: bapt
Date: Sun Nov 23 00:08:43 2014
New Revision: 274903
URL: https://svnweb.freebsd.org/changeset/base/274903
Log:
Fix typo
Modified:
head/usr.bin/man/man.sh
Modified: head/usr.bin/man/man.sh
==
--- head/usr
Author: mjg
Date: Sun Nov 23 00:12:27 2014
New Revision: 274904
URL: https://svnweb.freebsd.org/changeset/base/274904
Log:
filedesc: plug a test for impossible condition in fgetvp_rights
Modified:
head/sys/kern/kern_descrip.c
Modified: head/sys/kern/kern_descrip.c
===
Author: bapt
Date: Sun Nov 23 00:30:32 2014
New Revision: 274905
URL: https://svnweb.freebsd.org/changeset/base/274905
Log:
Fix comments
Modified:
head/usr.bin/man/man.sh
Modified: head/usr.bin/man/man.sh
==
--- head
Author: glebius
Date: Sun Nov 23 01:01:14 2014
New Revision: 274906
URL: https://svnweb.freebsd.org/changeset/base/274906
Log:
Include required files directly instead of pollution via ufs/ufsmount.h.
Sponsored by: Nginx, Inc.
Modified:
head/sys/ufs/ffs/ffs_suspend.c
head/sys/ufs/ufs/uf
Author: glebius
Date: Sun Nov 23 01:02:19 2014
New Revision: 274907
URL: https://svnweb.freebsd.org/changeset/base/274907
Log:
buf.h is not needed here, and pollutes when ufsmount.h is included
from userland code.
Sponsored by: Nginx, Inc.
Modified:
head/sys/ufs/ufs/ufsmount.h
Modifie
On 22.11.2014 20:03, Navdeep Parhar wrote:
On Sat, Nov 22, 2014 at 03:09:19PM +, Alexander Motin wrote:
Author: mav
Date: Sat Nov 22 15:09:18 2014
New Revision: 274853
URL: https://svnweb.freebsd.org/changeset/base/274853
Log:
For both iSCSI initiator and target increase socket buffer si
On 20/11/2014 21:10, Craig Rodrigues wrote:
Converting these (and other) utilities to use libxo will make it a lot
easier to write analysis tools like eagleeye.
It'll also make it easier for anyone doing systems-level study. Right
now I have a bunch of shell scripts which hoover up command o
47 matches
Mail list logo