| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
MFC after: 3 days
|
|
|
|
|
|
|
|
|
|
|
| |
Revamp the CAM enclosure services driver.
This updated driver uses an in-kernel daemon to track state changes and
publishes physical path location information\for disk elements into the
CAM device database.
Sponsored by: Spectra Logic Corporation
Sponsored by: iXsystems, Inc.
Submitted by: gibbs, will, mav
|
|
|
|
|
|
|
| |
PR: 168016
Submitted by: Nobuyuki Koganemaru
Approved by: gjb
MFC after: 3 days
|
|
|
|
| |
No objections: current@
|
| |
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
|
|
|
|
| |
- old yacc(1) use to magicially append stdlib.h, while new one don't
- new yacc(1) do declare yyparse by itself, fix redundant declaration of
'yyparse'
Approved by: des (mentor)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
bison, keeping full compatibility with our previous yacc implementation.
Also bring the ability to create reentrant parser
This fix bin/140309 [1]
PR: bin/140309 [1]
Submitted by: Philippe Pepiot <ksh@philpep.org> [1]
Approved by: des (mentor)
MFC after: 1 month
|
| |
|
|
|
|
|
|
|
| |
Since ino_t size is about to change to 64-bits, casts to long would
truncate 64-bit numbers on 32-bit archs.
Sponsored by: Google Summer of Code 2011
|
|
|
|
|
|
| |
Pointyhat: gjb (myself)
Spotted by: hrs
MFC after: 2 days (minor change)
|
|
|
|
| |
Submitted by: Oleg Moskalenko <oleg.moskalenko@citrix.com>
|
|
|
|
|
| |
Submitted by: Andrey Zonov <andrey zonov org>
MFC after: 1 week
|
|
|
|
| |
current values from device, but only receive changes.
|
|
|
|
|
|
| |
required to optimize these so it may result in larger binary size.
Pointed out by: kib
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
"bsdsort" and GNU sort will be the default "sort". When WITH_BSD_SORT
is set, BSD sort will be the default "sort" and GNU sort will be installed
as "gnusort".
|
|
|
|
|
|
|
|
|
| |
with the major functionality and optimizations by Oleg Moskalenko.
It is compatible with the latest version of POSIX and the current GNU sort
version that we have in base. Beside this, it implements all the
functionality introduced in later versions of GNU sort. For now, it will
be installed as "bsdsort", keeping GNU sort as the default sort
implementation.
|
|
|
|
|
| |
Submitted by: swills (via hacker lounge)
MFC after: 3 days
|
|
|
|
|
|
| |
PR: 167696
Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org)
MFC after: 3 days
|
|
|
|
|
| |
not being defined. Otherwise we don't make a new make when the old
make is incompatible.
|
|
|
|
|
|
|
|
|
|
|
|
| |
64 bits platforms. Let rtld(1) decide if it needs to honor it
or not.
While here, fix a small bug in error reporting when asprintf(3)
returns an error.
Submitted by: kib
Reviewed by: kib (mentor)
MFC after: 1 week
|
|
|
|
|
|
|
| |
branch. This brings us very close to the 3.1 release, which is planned
for May 14th.
MFC after: 2 weeks
|
|
|
|
|
| |
Obtained from: OpenBSD
Approved by: des (mentor)
|
|
|
|
|
|
|
|
| |
toolchain binaries as dynamically linked. Option is disabled by
default.
Reviewed by: ru (previous version)
MFC after: 2 weeks
|
|
|
|
|
| |
Submitted by: jilles
Approved by: kib (mentor)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This tool changes the default buffering behaviour of standard
stdio streams.
It only works on dynamic binaries. To make it work for static
ones it would require cluttering stdio because there no single
entry point.
PR: 166660
Reviewed by: current@, jhb
Approved by: kib (mentor)
MFC after: 1 week
|
|
|
|
| |
Approved by: kib (mentor)
|
|
|
|
|
| |
Submitted by: Rainer Hurling <rhurlin@gwdg.de>
MFC after: 1 week
|
|
|
|
| |
a space. This change have no visible effect for rendering.
|
|
|
|
|
|
|
| |
records. kdump supports both the old and new messages.
Submitted by: Andrey Zonov andrey zonov org
MFC after: 1 week
|
|\ |
|
| |
| |
| |
| | |
Approved by: emaste (mentor)
|
| |
| |
| |
| |
| |
| | |
PR: bin/161739
Submitted by: Jeremy Chadwick <freebsd jdc parodius com>
MFC after: 1 week
|
| |
| |
| |
| |
| |
| |
| | |
upcoming 3.1 release (expected in a few weeks). Preliminary release
notes can be found at: <http://llvm.org/docs/ReleaseNotes.html>
MFC after: 2 weeks
|
| |
| |
| |
| | |
Approved by: creees (mentor)
|
| | |
|
| |
| |
| |
| |
| | |
Submitted by: Marc Espie (espie@OpenBSD.org)
Approved by: des@ (mentor)
|
| |
| |
| |
| | |
MFC after: 1 month
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
This fixes some test failures seen with perl 5.12 and 5.14.
PR: bin/166895
Submitted by: swills
MFC after: 3 days
|
| |
| |
| |
| |
| |
| | |
so they are safer when used with expressions.
MFC after: 1 week
|
| |
| |
| |
| |
| |
| | |
there too, similar to r234058.
MFC after: 1 week
|
| |
| |
| |
| |
| |
| |
| | |
'gcc -E'. This fixes building when WITH_CLANG_IS_CC is in effect.
Report by: Niclas Zeising <zeising@daemonic.se>
MFC after: 1 week
|
| |
| |
| |
| |
| |
| |
| | |
quotation. Also make sure we have the same amount of columns in each row as
the number of columns we specify in the head arguments.
Reviewed by: brueffer
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
a pair of records similar to syscall entry and return that a user can
use to determine how long page faults take. The new ktrace records are
enabled via the 'p' trace type, and are enabled in the default set of
trace points.
Reviewed by: kib
MFC after: 2 weeks
|
| |
| |
| |
| | |
'netstat -sp pfsync' got broken. Fix this.
|