On Fri, 28 Aug 2015, Joerg Sonnenberger wrote:
On Fri, Aug 28, 2015 at 10:17:56PM +1000, Bruce Evans wrote:
-static voiddie(int);
+static voiddie(int) __dead2;
Since the function is static, it is very easy for the compiler to see
that it doesn't return.
But the compiler can't tell i
Author: kib
Date: Sun Aug 30 04:46:44 2015
New Revision: 287300
URL: https://svnweb.freebsd.org/changeset/base/287300
Log:
Fix a mistake in r287292. Despite correctly stating intent in the
comment above, POSIX_SPAWN_SETSIGMASK and POSIX_SPAWN_SETSIGDEF
handlers used libthr interposed functi
Author: marcel
Date: Sun Aug 30 01:39:59 2015
New Revision: 287299
URL: https://svnweb.freebsd.org/changeset/base/287299
Log:
Add a gop command to help diagnose VT efifb problems. The gop
command has the following sub-commands:
list- list all possible modes (paged)
get
Author: rodrigc
Date: Sat Aug 29 19:47:20 2015
New Revision: 287297
URL: https://svnweb.freebsd.org/changeset/base/287297
Log:
- Replace N(a)/N(i)/N(T)/LEN(a)/ARRAY_SIZE(a) with nitems()
- Add missing for err() and for sysctlbyname()
- NULL -> 0 for 5th parameter of sysctlbyname()
Sub
Author: jilles
Date: Sat Aug 29 19:41:47 2015
New Revision: 287296
URL: https://svnweb.freebsd.org/changeset/base/287296
Log:
sh: Add set -o nolog.
POSIX requires this to prevent entering function definitions in history but
this implementation does nothing except retain the option's value
Author: gavin
Date: Sat Aug 29 18:37:09 2015
New Revision: 287295
URL: https://svnweb.freebsd.org/changeset/base/287295
Log:
Support the ZTE MF112 HSUPA 3G USB stick.
MFC after:1 week
Modified:
head/sys/dev/usb/serial/u3g.c
head/sys/dev/usb/usbdevs
Modified: head/sys/dev/usb/seria
Author: tuexen
Date: Sat Aug 29 17:26:29 2015
New Revision: 287294
URL: https://svnweb.freebsd.org/changeset/base/287294
Log:
Use 5 times RTO.Max as the default for the shutdown guard timer
as required by RFC 4960. The sysctl variable can be used to
overwrite this.
Discussed with:
Author: mav
Date: Sat Aug 29 15:33:31 2015
New Revision: 287293
URL: https://svnweb.freebsd.org/changeset/base/287293
Log:
Remove 600 bytes of port_priv from struct ctl_io_hdr.
This field used only for camtgt frontend, and once it any way preallocates
all requests, let it preallocate this
Author: kib
Date: Sat Aug 29 14:25:01 2015
New Revision: 287292
URL: https://svnweb.freebsd.org/changeset/base/287292
Log:
Switch libc from using _sig{procmask,action,suspend} symbols, which
are aliases for the syscall stubs and are plt-interposed, to the
libc-private aliases of internally i
Author: mav
Date: Sat Aug 29 11:21:20 2015
New Revision: 287289
URL: https://svnweb.freebsd.org/changeset/base/287289
Log:
Attach pass driver to LUNs is OFFLINE state.
Previously such LUNs were silently ignored. But while they indeed unable
to process most of SCSI commands, some, like RT
Author: tuexen
Date: Sat Aug 29 09:27:29 2015
New Revision: 287284
URL: https://svnweb.freebsd.org/changeset/base/287284
Log:
Use the userland exported states and handle them completely.
Modified:
head/usr.bin/netstat/sctp.c
Modified: head/usr.bin/netstat/sctp.c
=
Author: delphij
Date: Sat Aug 29 09:22:32 2015
New Revision: 287283
URL: https://svnweb.freebsd.org/changeset/base/287283
Log:
Fix a buffer overrun which may lead to data corruption, introduced in
r286951 by reinstating changes in r274628.
In l2arc_compress_buf(), we allocate a buffer to
Author: tuexen
Date: Sat Aug 29 09:14:32 2015
New Revision: 287282
URL: https://svnweb.freebsd.org/changeset/base/287282
Log:
Fix the exporting of SCTP association states to userland. Without this,
associations in SHUTDOWN-PENDING were never reported correctly.
MFC after:3 weeks
Modi
Author: tuexen
Date: Sat Aug 29 09:10:52 2015
New Revision: 287281
URL: https://svnweb.freebsd.org/changeset/base/287281
Log:
Report CLOSED as state for bound sockets for consistency with
netstat and the way TCP is handled.
PR: 201585
MFC after:3 weeks
Modified:
head/us
Author: delphij
Date: Sat Aug 29 08:16:57 2015
New Revision: 287280
URL: https://svnweb.freebsd.org/changeset/base/287280
Log:
In r286705 (Illumos 5960/a2cdcdd), a separate thread is created with curproc
as parent. In the case of a send or receive, the curproc would be the
userland applicat
Author: glebius
Date: Sat Aug 29 07:59:31 2015
New Revision: 287279
URL: https://svnweb.freebsd.org/changeset/base/287279
Log:
Add reminder to run etcupdate or mergemaster to get updated
rc.d scripts for wireless.
Poked by: adrian
Modified:
head/UPDATING
Modified: head/UPDATING
==
> On Aug 28, 2015, at 09:00, Allan Jude wrote:
…
>> Libxo (iirc) doesn't install atexit handlers, which means that you need to
>> use exit (or a reason facsimile) in order for it to flush its file streams.
>>
>> This is unintuitive though. I wish it did the right thing as part of
>> initiali
Author: adrian
Date: Sat Aug 29 07:14:29 2015
New Revision: 287278
URL: https://svnweb.freebsd.org/changeset/base/287278
Log:
Implement RSS hashing/re-hashing for IPv6 ingress packets.
This mirrors the basic IPv4 implementation - IPv6 packets under RSS
now are checked for a correct RSS ha
18 matches
Mail list logo