Author: lstewart
Date: Tue Nov 29 06:53:36 2011
New Revision: 228117
URL: http://svn.freebsd.org/changeset/base/228117
Log:
Make the fbclock_[get]{bin,nano,micro}[up]time() function prototypes public so
that new APIs with some performance sensitivity can be built on top of them.
These functi
Author: fjoe
Date: Tue Nov 29 06:21:01 2011
New Revision: 228116
URL: http://svn.freebsd.org/changeset/base/228116
Log:
Use INCSLINKS so that "make installincludes" installs links during buildworld.
Modified:
head/lib/libedit/edit/readline/Makefile
Modified: head/lib/libedit/edit/readline/Ma
Author: lstewart
Date: Tue Nov 29 06:12:19 2011
New Revision: 228115
URL: http://svn.freebsd.org/changeset/base/228115
Log:
Fix an oversight in r227747 by calling fbclock_bin{up}time() directly from the
fbclock_{nanouptime|microuptime|bintime|nanotime|microtime}() functions to
avoid
indirec
Author: fjoe
Date: Tue Nov 29 04:50:57 2011
New Revision: 228114
URL: http://svn.freebsd.org/changeset/base/228114
Log:
- Hide _rl_qsort_string_compare() that should be private to libreadline()
implementation.
- Add symlink /usr/include/edit/readline/tilde.h -> readline.h
All this makes
Author: fjoe
Date: Tue Nov 29 03:49:03 2011
New Revision: 228113
URL: http://svn.freebsd.org/changeset/base/228113
Log:
Link with -ledit instead of -lreadline.
Modified:
head/kerberos5/usr.bin/kadmin/Makefile
head/kerberos5/usr.sbin/ktutil/Makefile
Modified: head/kerberos5/usr.bin/kadmin/M
Author: fjoe
Date: Tue Nov 29 03:27:09 2011
New Revision: 228112
URL: http://svn.freebsd.org/changeset/base/228112
Log:
-lreadline is not required anymore.
Modified:
head/rescue/rescue/Makefile
Modified: head/rescue/rescue/Makefile
On 11/29/11 06:20, John Baldwin wrote:
On Wednesday, November 23, 2011 2:37:05 am Lawrence Stewart wrote:
On 11/23/11 17:42, Julien Ridoux wrote:
On 23/11/2011, at 1:00 AM, Lawrence Stewart wrote:
On 11/23/11 00:30, John Baldwin wrote:
Think of standalone modules that are not built as part
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
On 11/28/11 15:58, Gábor Kövesdán wrote:
> On 2011.11.28. 21:22, Xin LI wrote:
>> This is useful but could be confusing since xzgrep's behavior
>> could be different from zgrep.
> What do you refer to exactly? That zgrep is GNU grep and xzgrep is
> B
On 2011.11.28. 21:22, Xin LI wrote:
This is useful but could be confusing since xzgrep's behavior could be
different from zgrep.
What do you refer to exactly? That zgrep is GNU grep and xzgrep is BSD
grep? I acknowledge that this is not documented but xzgrep is a
non-standard addition so person
Author: jkim
Date: Mon Nov 28 23:36:48 2011
New Revision: 228110
URL: http://svn.freebsd.org/changeset/base/228110
Log:
Merge ACPICA 2023.
Added:
head/sys/contrib/dev/acpica/compiler/aslrestype2s.c
- copied, changed from r227909,
vendor-sys/acpica/dist/compiler/aslrestype2s.c
head
Author: jilles
Date: Mon Nov 28 23:10:53 2011
New Revision: 228109
URL: http://svn.freebsd.org/changeset/base/228109
Log:
test: Add more testcases.
The new testcases pass even on old stable/7, but some other implementations
manage to get them wrong.
Also remove a few duplicate testca
Author: mm
Date: Mon Nov 28 21:42:31 2011
New Revision: 228104
URL: http://svn.freebsd.org/changeset/base/228104
Log:
Fix typo in copyright notice.
MFC after:1 month
Modified:
head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_dataset.c
Modified: head/sys/cddl/contrib/opensolar
Author: mm
Date: Mon Nov 28 21:40:00 2011
New Revision: 228103
URL: http://svn.freebsd.org/changeset/base/228103
Log:
Merge new ZFS features from illumos:
1644 add ZFS "clones" property
https://www.illumos.org/issues/1644
1645 add ZFS "written" and "written@..." properties
https://
Author: tuexen
Date: Mon Nov 28 20:48:35 2011
New Revision: 228102
URL: http://svn.freebsd.org/changeset/base/228102
Log:
Remove debug code.
MFC after: 1 month.
Modified:
head/sys/netinet/sctp_pcb.c
Modified: head/sys/netinet/sctp_pcb.c
==
On 2011-11-28, Bjoern A. Zeeb wrote:
> > static void
> > if_clone_free(struct if_clone *ifc)
> > {
> > - for (int bytoff = 0; bytoff < ifc->ifc_bmlen; bytoff++) {
> > - KASSERT(ifc->ifc_units[bytoff] == 0x00,
> > - ("ifc_units[%d] is not empty", bytoff));
> > - }
> >
>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
On 11/28/11 12:16, Gabor Kovesdan wrote:
> Author: gabor Date: Mon Nov 28 20:16:55 2011 New Revision: 228099
> URL: http://svn.freebsd.org/changeset/base/228099
>
> Log: - Create links to the xz and lzma versions even if BSD grep is
> not the defau
Author: gabor
Date: Mon Nov 28 20:16:55 2011
New Revision: 228099
URL: http://svn.freebsd.org/changeset/base/228099
Log:
- Create links to the xz and lzma versions even if BSD grep is not the
default. Nor GNU nor liblzma in base provides such functionality so
it may be useful.
MFC a
On Wednesday, November 23, 2011 2:37:05 am Lawrence Stewart wrote:
> On 11/23/11 17:42, Julien Ridoux wrote:
> >
> > On 23/11/2011, at 1:00 AM, Lawrence Stewart wrote:
> >
> >> On 11/23/11 00:30, John Baldwin wrote:
> >>> Think of standalone modules that are not built as part of a
> >>> kernel (e.g
Author: gabor
Date: Mon Nov 28 20:04:26 2011
New Revision: 228097
URL: http://svn.freebsd.org/changeset/base/228097
Log:
- Call warnx() instead of errx() if a directory is not readable when using
a recursive search. This is the expected behavior instead of aborting.
PR: bin/1
Author: gabor
Date: Mon Nov 28 20:00:31 2011
New Revision: 228093
URL: http://svn.freebsd.org/changeset/base/228093
Log:
- Fix behavior of --null to match GNU grep
PR: bin/162906
Submitted by: Jan Beich
MFC after:3 days
Modified:
head/usr.bin/grep/util.c
Modified: hea
On 27. Nov 2011, at 13:53 , Jaakko Heinonen wrote:
> Author: jh
> Date: Sun Nov 27 13:53:36 2011
> New Revision: 228021
> URL: http://svn.freebsd.org/changeset/base/228021
>
> Log:
> Add LINT-NOINET LINT-NOINET6 and LINT-NOIP to the make clean target.
> This was missed in r221353.
>
Thanks!
On Mon, 28 Nov 2011 13:30:11 -0500 John Baldwin wrote:
JB> On Thursday, November 24, 2011 3:54:06 pm Mikolaj Golub wrote:
>> Author: trociny
>> Date: Thu Nov 24 20:54:06 2011
>> New Revision: 227956
>> URL: http://svn.freebsd.org/changeset/base/227956
>>
>> Log:
>> usr.bin/procstat
>>
Author: gonzo
Date: Mon Nov 28 19:48:04 2011
New Revision: 228091
URL: http://svn.freebsd.org/changeset/base/228091
Log:
- Fix backtrace for MIPS64 platform
Modified:
head/sys/mips/mips/db_trace.c
Modified: head/sys/mips/mips/db_trace.c
===
On 28. Nov 2011, at 14:44 , Gleb Smirnoff wrote:
> Author: glebius
> Date: Mon Nov 28 14:44:59 2011
> New Revision: 228071
> URL: http://svn.freebsd.org/changeset/base/228071
>
> Log:
> - Use generic alloc_unr(9) allocator for if_clone, instead
>of hand-made.
> - When registering new cloner
Author: trociny
Date: Mon Nov 28 19:45:47 2011
New Revision: 228090
URL: http://svn.freebsd.org/changeset/base/228090
Log:
Update SYNOPSIS to include the flags added recently.
Spotted by: jhb
Modified:
head/usr.bin/procstat/procstat.1
Modified: head/usr.bin/procstat/procstat.1
===
Author: jhb
Date: Mon Nov 28 19:35:08 2011
New Revision: 228089
URL: http://svn.freebsd.org/changeset/base/228089
Log:
Change the if_vlan driver to use if_transmit for forwarding packets to the
parent interface. This avoids the overhead of queueing a packet to an IFQ
only to immediately deq
Author: gonzo
Date: Mon Nov 28 19:28:29 2011
New Revision: 228088
URL: http://svn.freebsd.org/changeset/base/228088
Log:
- Copy base MAC address from bootinfo descriptor to sysinfo struct
Reviewed by: Andrew Duane
Modified:
head/sys/mips/cavium/octeon_machdep.c
Modified: head/sys/mips/
Author: yongari
Date: Mon Nov 28 19:03:59 2011
New Revision: 228086
URL: http://svn.freebsd.org/changeset/base/228086
Log:
Announce flow control capability to PHY drivers and enable flow
control for all vr(4) controllers that support it. It's known that
old vr(4) controllers(Rhine II) does
Author: philip
Date: Mon Nov 28 18:51:40 2011
New Revision: 228085
URL: http://svn.freebsd.org/changeset/base/228085
Log:
Limit building sfxge(4) in-kernel to amd64 for the time being. We can put it
back after I fix the breakages on some of our more exotic platforms.
While here, add the
Author: yongari
Date: Mon Nov 28 18:32:35 2011
New Revision: 228084
URL: http://svn.freebsd.org/changeset/base/228084
Log:
Reuse flag variable to represent driver internal states rather than
using member variables in softc.
While I'm here change media after setting IFF_DRV_RUNNING. This
wi
On Thursday, November 24, 2011 3:54:06 pm Mikolaj Golub wrote:
> Author: trociny
> Date: Thu Nov 24 20:54:06 2011
> New Revision: 227956
> URL: http://svn.freebsd.org/changeset/base/227956
>
> Log:
> usr.bin/procstat
>
> Add -l flag to display resource limits.
>
> PR: bin/16125
Author: dim
Date: Mon Nov 28 17:58:57 2011
New Revision: 228083
URL: http://svn.freebsd.org/changeset/base/228083
Log:
Regenerate src.conf.5.
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
Author: dim
Date: Mon Nov 28 17:56:46 2011
New Revision: 228082
URL: http://svn.freebsd.org/changeset/base/228082
Log:
Add WITH_LIBCPLUSPLUS under tools/build/options; the knob itself was
already added in a previous revision.
Added:
head/tools/build/options/WITH_LIBCPLUSPLUS (contents, pr
Author: dim
Date: Mon Nov 28 17:54:34 2011
New Revision: 228081
URL: http://svn.freebsd.org/changeset/base/228081
Log:
Under tools/build/options, add missing svn:keywords properties to
WITH_OFED and WITHOUT_GPIO.
Modified:
Directory Properties:
head/tools/build/options/WITHOUT_GPIO (props
On Mon, Nov 28, 2011 at 02:44:59PM +, Gleb Smirnoff wrote:
> Author: glebius
> Date: Mon Nov 28 14:44:59 2011
> New Revision: 228071
> URL: http://svn.freebsd.org/changeset/base/228071
>
> Log:
> - Use generic alloc_unr(9) allocator for if_clone, instead
> of hand-made.
> - When regist
Author: philip
Date: Mon Nov 28 17:19:05 2011
New Revision: 228078
URL: http://svn.freebsd.org/changeset/base/228078
Log:
sfxge: Add $FreeBSD$ tags to common code files.
Requested by: bz
Modified:
head/sys/dev/sfxge/common/efsys.h
head/sys/dev/sfxge/common/efx.h (contents, props chan
On Saturday, November 26, 2011 10:57:09 am David Chisnall wrote:
> Author: theraven
> Date: Sat Nov 26 15:57:09 2011
> New Revision: 227999
> URL: http://svn.freebsd.org/changeset/base/227999
>
> Log:
> Return not-implemented from pthread_once and pthread_key_create, rather
> than silently fai
Author: philip
Date: Mon Nov 28 16:25:27 2011
New Revision: 228077
URL: http://svn.freebsd.org/changeset/base/228077
Log:
Only install the sfxge(4) manpage on amd64, while the driver is amd64-only.
Pointed out by: bz
Modified:
head/share/man/man4/Makefile
Modified: head/share/man/
Author: ae
Date: Mon Nov 28 16:07:26 2011
New Revision: 228076
URL: http://svn.freebsd.org/changeset/base/228076
Log:
Add an ability to increase number of allocated APM entries when we
have reserved free space in the APM area.
Also instead of one write request per each APM entry, use MAXPHY
Author: fjoe
Date: Mon Nov 28 15:44:04 2011
New Revision: 228074
URL: http://svn.freebsd.org/changeset/base/228074
Log:
-lpthread is required by -lzfs so should be later in LIBS list.
There were no "undefined symbol pthread_xxx" errors during the link before
this fix only because of STATI
Author: glebius
Date: Mon Nov 28 14:44:59 2011
New Revision: 228071
URL: http://svn.freebsd.org/changeset/base/228071
Log:
- Use generic alloc_unr(9) allocator for if_clone, instead
of hand-made.
- When registering new cloner, check whether a cloner with
same name already exist.
- Wh
Author: bapt (ports committer)
Date: Mon Nov 28 14:23:09 2011
New Revision: 228068
URL: http://svn.freebsd.org/changeset/base/228068
Log:
Reimport .texi and .texinfo necessary to build the info documentation.
Reported by: flo
Approved by: cognet
Added:
head/contrib/gperf/doc/gperf.te
Author: fjoe
Date: Mon Nov 28 14:03:36 2011
New Revision: 228066
URL: http://svn.freebsd.org/changeset/base/228066
Log:
Add a comment that shows how to limit the build to the specific list of
arches.
Modified:
head/tools/tinder.sh
Modified: head/tools/tinder.sh
=
Author: fjoe
Date: Mon Nov 28 14:01:17 2011
New Revision: 228065
URL: http://svn.freebsd.org/changeset/base/228065
Log:
.include instead of
The former allows common settings from ../Makefile.inc to be used.
Modified:
head/lib/libpam/modules/pam_unix/Makefile
Modified: head/lib/libpam/
Author: ray
Date: Mon Nov 28 13:42:59 2011
New Revision: 228064
URL: http://svn.freebsd.org/changeset/base/228064
Log:
Simplify arge_flush_ddr to use updated ar71xx_device_flush_ddr_ge(unit).
Approved by: adrian (mentor)
Modified:
head/sys/mips/atheros/if_arge.c
Modified: head/sys/mips/
Author: bapt (ports committer)
Date: Mon Nov 28 13:32:39 2011
New Revision: 228063
URL: http://svn.freebsd.org/changeset/base/228063
Log:
Synchronize with laster version of m4 from OpenBSD and NetBSD
This bring better compatibility with gnum4
Reviewed by: cognet
Approved by: cognet
Author: glebius
Date: Mon Nov 28 13:30:14 2011
New Revision: 228062
URL: http://svn.freebsd.org/changeset/base/228062
Log:
Fix one more fallout from r227791: do not overwrite trimmed sa_len
on the ia_sockmask when doing SIOCSIFNETMASK.
Reported by: Stefan Bethke , gonzo
Pointy hat to:
Author: ae
Date: Mon Nov 28 12:38:24 2011
New Revision: 228061
URL: http://svn.freebsd.org/changeset/base/228061
Log:
The size of APM could be bigger than number of already allocated entries.
And the first usable sector should not start from the inside of APM area.
MFC after:1 month
Author: bapt (ports committer)
Date: Mon Nov 28 12:29:16 2011
New Revision: 228060
URL: http://svn.freebsd.org/changeset/base/228060
Log:
upgrade gperf to the last GPLv2 version (3.0.3)
Reviewed by: cognet
Approved by: cognet
Added:
head/contrib/gperf/configure.ac
head/contrib/gper
On Mon, 28 Nov 2011 08:10:12 + (UTC)
Gleb Smirnoff wrote:
>> Author: glebius
>> Date: Mon Nov 28 08:10:12 2011
>> New Revision: 228050
>> URL: http://svn.freebsd.org/changeset/base/228050
>>
>> Log:
>> Fix build, fininshing r228018.
>>
>> Modified:
>> head/sys/mips/atheros/if_arge.c
>>
On 28 November 2011 16:10, Gleb Smirnoff wrote:
> Author: glebius
> Date: Mon Nov 28 08:10:12 2011
> New Revision: 228050
> URL: http://svn.freebsd.org/changeset/base/228050
>
> Log:
> Fix build, fininshing r228018.
Thanks,
Adrian
___
svn-src-head@fr
Author: rwatson
Date: Mon Nov 28 10:01:36 2011
New Revision: 228057
URL: http://svn.freebsd.org/changeset/base/228057
Log:
Change the Makefile in cddl/lib/drti to use bsd.lib.mk instead of
bsd.prog.mk -- we need to compile PIC, which requires a library build.
With this change, USDT (userspac
Author: hselasky
Date: Mon Nov 28 09:54:41 2011
New Revision: 228056
URL: http://svn.freebsd.org/changeset/base/228056
Log:
This commit marks the beginning of a new internal USB
transfer statemachine. This work is about using a single
state variable instead of multiple state bits as input
Author: mm
Date: Mon Nov 28 09:33:13 2011
New Revision: 228055
URL: http://svn.freebsd.org/changeset/base/228055
Log:
Use singular form for zfs destroy snapshot in zfs(8).
MFC after:6 days
Modified:
head/cddl/contrib/opensolaris/cmd/zfs/zfs.8
Modified: head/cddl/contrib/opensolaris/
Author: mm
Date: Mon Nov 28 09:14:51 2011
New Revision: 228054
URL: http://svn.freebsd.org/changeset/base/228054
Log:
Add missing warning to zfs(8) for using "zfs destroy" with -r and -R flags.
Obtained from:illumos
MFC after:6 days
Modified:
head/cddl/contrib/opensolaris/c
Author: glebius
Date: Mon Nov 28 08:10:12 2011
New Revision: 228050
URL: http://svn.freebsd.org/changeset/base/228050
Log:
Fix build, fininshing r228018.
Modified:
head/sys/mips/atheros/if_arge.c
Modified: head/sys/mips/atheros/if_arge.c
==
56 matches
Mail list logo