On 09/18/15 22:33, Davide Italiano wrote:
On Thu, Sep 17, 2015 at 12:20 AM, Hans Petter Selasky wrote:
On 09/17/15 00:05, Gleb Smirnoff wrote:
Weren't you explicitly asked not to touch this system without a proper
review and discussion?
Adding a new function is not touching code.
--HPS
On 09/17/15 11:07, David Chisnall wrote:
I would expect*anyone* making a change like this to have both the design and
code reviewed for sanity checking.
Please add an entry to MAINTAINERS for those parts of the kernel which
require this strict reviews.
--HPS
_
On 09/19/15 10:55, Hans Petter Selasky wrote:
It currently has one critical client, and that is destruction of TCP
connections.
In general I see the added function extremely useful when creating
protocols which use callouts, which destruct their "PCBs" from interrupt
context, that you don't n
Author: melifaro
Date: Sat Sep 19 11:50:02 2015
New Revision: 287985
URL: https://svnweb.freebsd.org/changeset/base/287985
Log:
Cleanup nd6_cache_lladdr(). No functional changes.
* Since new extries are now allocated explicitly, fill in
all the necessary fields for lle _before_ attachin
Author: mav
Date: Sat Sep 19 13:12:09 2015
New Revision: 287986
URL: https://svnweb.freebsd.org/changeset/base/287986
Log:
Fix memory corruption when >128K transferred through HA link.
While there, do some cleaning.
Modified:
head/sys/cam/ctl/ctl.c
Modified: head/sys/cam/ctl/ctl.c
=
Author: bapt
Date: Sat Sep 19 16:00:50 2015
New Revision: 287987
URL: https://svnweb.freebsd.org/changeset/base/287987
Log:
Restore man -t for manpages rendered by mandoc
Reported by: swills
Modified:
head/usr.bin/man/man.sh
Modified: head/usr.bin/man/man.sh
===
Author: allanjude
Date: Sat Sep 19 16:36:45 2015
New Revision: 287988
URL: https://svnweb.freebsd.org/changeset/base/287988
Log:
Improve and expand sesutil(8)
- Return an error if no matching device is found when the locate command is
run
- Enhance the locate command to be able to addres
On 19 Sep 2015, at 4:58, Hans Petter Selasky wrote:
On 09/17/15 11:07, David Chisnall wrote:
I would expect*anyone* making a change like this to have both the
design and code reviewed for sanity checking.
Please add an entry to MAINTAINERS for those parts of the kernel which
require this
On Sat, 2015-09-19 at 12:37 -0400, George Neville-Neil wrote:
>
> On 19 Sep 2015, at 4:58, Hans Petter Selasky wrote:
>
> > On 09/17/15 11:07, David Chisnall wrote:
> >> I would expect*anyone* making a change like this to have both the
> >> design and code reviewed for sanity checking.
> >
> >
Author: bdrewery
Date: Sat Sep 19 17:47:36 2015
New Revision: 287989
URL: https://svnweb.freebsd.org/changeset/base/287989
Log:
Connect sesutil(1) and numactl(1) for META_MODE.
Sponsored by: EMC / Isilon Storage Division
Added:
head/usr.bin/numactl/Makefile.depend (contents, props chan
Ian,
To paraphrase what I said privately to the various dramatis personae in
January:
Changes like this need to be reviewed before they go in. As timing is
central to the entire OS, change review has to be meticulous, on par
with the virtual memory management. We have a VM tsar; we do not ha
On Sat, 19 Sep 2015, Allan Jude wrote:
Author: allanjude
Date: Sat Sep 19 16:36:45 2015
New Revision: 287988
URL: https://svnweb.freebsd.org/changeset/base/287988
Log:
Improve and expand sesutil(8)
- Return an error if no matching device is found when the locate command is run
- Enhance the
Author: sbruno
Date: Sat Sep 19 18:22:59 2015
New Revision: 287990
URL: https://svnweb.freebsd.org/changeset/base/287990
Log:
Revert 287914,287762.
Reports of breakage on igb(4) have been narrowed down to 287762 and 287914
is an dependant change.
Submitted by: erj
Modified:
head/s
Author: mav
Date: Sat Sep 19 18:23:06 2015
New Revision: 287991
URL: https://svnweb.freebsd.org/changeset/base/287991
Log:
Pack struct ctl_ha_msg_hdr by 8 bytes.
Modified:
head/sys/cam/ctl/ctl_io.h
Modified: head/sys/cam/ctl/ctl_io.h
==
Author: allanjude
Date: Sat Sep 19 18:41:24 2015
New Revision: 287992
URL: https://svnweb.freebsd.org/changeset/base/287992
Log:
Rename some functions and variables inside sesutil(8) to make gcc happy
Reported by: bz
Approved by: bapt (implicit)
Sponsored by: ScaleEngine Inc.
Modifie
On 2015-09-19 14:09, Bjoern A. Zeeb wrote:
> On Sat, 19 Sep 2015, Allan Jude wrote:
>
>> Author: allanjude
>> Date: Sat Sep 19 16:36:45 2015
>> New Revision: 287988
>> URL: https://svnweb.freebsd.org/changeset/base/287988
>>
>> Log:
>> Improve and expand sesutil(8)
>>
>> - Return an error if no
Author: mav
Date: Sat Sep 19 19:11:59 2015
New Revision: 287993
URL: https://svnweb.freebsd.org/changeset/base/287993
Log:
Split two command flags with different meaning.
This is only a cosmetical change.
Modified:
head/sys/cam/ctl/ctl.c
head/sys/cam/ctl/ctl_cmd_table.c
head/sys/cam/
Author: mav
Date: Sat Sep 19 19:30:55 2015
New Revision: 287994
URL: https://svnweb.freebsd.org/changeset/base/287994
Log:
Always execute REPORT LUNS and REQUEST SENSE commands locally.
REPORT LUNS command is more related to target rather then specific LUN.
This node may be primary for LU
Author: delphij
Date: Sat Sep 19 20:12:53 2015
New Revision: 287995
URL: https://svnweb.freebsd.org/changeset/base/287995
Log:
'sin' is never used after assignment. Looking at the context, it seems
that it belongs the commented out section of code so make it part of that
section.
Repor
Author: jilles
Date: Sat Sep 19 20:27:09 2015
New Revision: 287996
URL: https://svnweb.freebsd.org/changeset/base/287996
Log:
libc: Consistently call _ioctl() internally, not ioctl().
Modified:
head/lib/libc/net/sockatmark.c
Modified: head/lib/libc/net/sockatmark.c
==
Bryan Drewery wrote
in <201509190353.t8j3rbre067...@repo.freebsd.org>:
bd> Author: bdrewery
bd> Date: Sat Sep 19 03:53:37 2015
bd> New Revision: 287983
bd> URL: https://svnweb.freebsd.org/changeset/base/287983
bd>
bd> Log:
bd> Replace afterinstall: hack with FILES mechanism.
bd>
bd> Sponsor
Author: hrs
Date: Sat Sep 19 23:27:22 2015
New Revision: 287997
URL: https://svnweb.freebsd.org/changeset/base/287997
Log:
- Fix a crash on a rpc entry when an IPv6 address is explicitly specified
in -a flag.
- Fix a bug that sockaddr_in was used where sockaddr_in6 should have
been
Author: hrs
Date: Sat Sep 19 23:48:06 2015
New Revision: 287998
URL: https://svnweb.freebsd.org/changeset/base/287998
Log:
- Remove unused union p_un.
- Use NI_MAXHOST-long buffer for getnameinfo().
Although INET6_ADDRSTRLEN was designed to hold the longest
IPv6 address in IPv4-mapp
Author: hrs
Date: Sun Sep 20 01:09:23 2015
New Revision: 287999
URL: https://svnweb.freebsd.org/changeset/base/287999
Log:
Add PF_LOCAL support in getaddrinfo(3) and getnameinfo(3):
- In a PF_LOCAL address, "hostname" must begins with '/' and "servname"
is always NULL. All of ai_flags
Author: kib
Date: Sun Sep 20 01:27:59 2015
New Revision: 288000
URL: https://svnweb.freebsd.org/changeset/base/288000
Log:
Add support for weak symbols to the kernel linkers. It means that
linkers no longer raise an error when undefined weak symbols are
found, but relocate as if the symbol
Author: kib
Date: Sun Sep 20 01:35:51 2015
New Revision: 288001
URL: https://svnweb.freebsd.org/changeset/base/288001
Log:
Use tabs for indend.
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Modified:
head/sys/powerpc/powerpc/elf32_machdep.c
head/sys/powerpc/powerpc/elf64_
On 19 September 2015 at 10:56, Bruce Simpson wrote:
> Ian,
>
> To paraphrase what I said privately to the various dramatis personae in
> January:
>
> Changes like this need to be reviewed before they go in. As timing is
> central to the entire OS, change review has to be meticulous, on par with
>
Author: rodrigc
Date: Sun Sep 20 03:45:57 2015
New Revision: 288002
URL: https://svnweb.freebsd.org/changeset/base/288002
Log:
Add missing includes to eliminate -Wmissing-prototypes warnings
Modified:
head/lib/libc/sys/close.c
head/lib/libc/sys/fsync.c
head/lib/libc/sys/msync.c
head/lib
Author: rodrigc
Date: Sun Sep 20 03:49:08 2015
New Revision: 288003
URL: https://svnweb.freebsd.org/changeset/base/288003
Log:
Add missing include to eliminate -Wmissing-prototypes warnings
Modified:
head/lib/libc/sys/__error.c
Modified: head/lib/libc/sys/__error.c
==
Author: rodrigc
Date: Sun Sep 20 03:51:15 2015
New Revision: 288004
URL: https://svnweb.freebsd.org/changeset/base/288004
Log:
Add declaration to eliminate -Wmissing-prototypes warning.
Modified:
head/lib/libc/string/strchrnul.c
Modified: head/lib/libc/string/strchrnul.c
Author: rodrigc
Date: Sun Sep 20 03:53:08 2015
New Revision: 288005
URL: https://svnweb.freebsd.org/changeset/base/288005
Log:
Add declarations to eliminate -Wmissing-prototypes warnings.
Modified:
head/lib/libc/stdlib/atexit.c
head/lib/libc/stdlib/heapsort.c
head/lib/libc/stdlib/merge.c
Author: rodrigc
Date: Sun Sep 20 03:55:03 2015
New Revision: 288006
URL: https://svnweb.freebsd.org/changeset/base/288006
Log:
Add declarations to eliminate -Wmissing-prototypes warnings
Modified:
head/lib/libc/stdio/_flock_stub.c
head/lib/libc/stdio/fgetwln.c
head/lib/libc/stdio/findfp.c
Author: rodrigc
Date: Sun Sep 20 03:56:57 2015
New Revision: 288007
URL: https://svnweb.freebsd.org/changeset/base/288007
Log:
Adding missing include to eliminate -Wmissing-prototypes warning
Modified:
head/lib/libc/gen/feature_present.c
Modified: head/lib/libc/gen/feature_present.c
Author: rodrigc
Date: Sun Sep 20 03:58:27 2015
New Revision: 288008
URL: https://svnweb.freebsd.org/changeset/base/288008
Log:
Add declarations to eliminate -Wmissing-prototypes warnings
Modified:
head/lib/libc/gen/dlfcn.c
head/lib/libc/gen/dup3.c
head/lib/libc/gen/elf_utils.c
head/lib/
Author: rodrigc
Date: Sun Sep 20 03:59:27 2015
New Revision: 288009
URL: https://svnweb.freebsd.org/changeset/base/288009
Log:
Add declaration to eliminate -Wmissing-prototypes warning
Modified:
head/lib/libc/gmon/gmon.c
Modified: head/lib/libc/gmon/gmon.c
===
Author: rodrigc
Date: Sun Sep 20 04:06:04 2015
New Revision: 288010
URL: https://svnweb.freebsd.org/changeset/base/288010
Log:
Add missing include to eliminate -Wmissing-prototypes warning
Modified:
head/lib/libc/gdtoa/_ldtoa.c
Modified: head/lib/libc/gdtoa/_ldtoa.c
=
Author: rodrigc
Date: Sun Sep 20 04:06:55 2015
New Revision: 288011
URL: https://svnweb.freebsd.org/changeset/base/288011
Log:
Adding missing declarations to eliminate -Wmissing-prototypes warnings
Modified:
head/lib/libc/posix1e/acl_compat.c
head/lib/libc/posix1e/acl_support.h
Modified: h
Author: rodrigc
Date: Sun Sep 20 04:15:37 2015
New Revision: 288012
URL: https://svnweb.freebsd.org/changeset/base/288012
Log:
Add missing includes to eliminate -Wmissing-prototypes warnings
Modified:
head/lib/libc/net/ntoh.c
head/lib/libc/net/sockatmark.c
Modified: head/lib/libc/net/ntoh.
Author: rodrigc
Date: Sun Sep 20 04:17:03 2015
New Revision: 288013
URL: https://svnweb.freebsd.org/changeset/base/288013
Log:
Define _NS_PRIVATE to make declarations visible.
This eliminates -Wmissing-prototypes warnings.
Modified:
head/lib/libc/net/nscache.c
Modified: head/lib/libc/net/n
Author: rodrigc
Date: Sun Sep 20 04:17:53 2015
New Revision: 288014
URL: https://svnweb.freebsd.org/changeset/base/288014
Log:
Add declarations to eliminate -Wmissing-prototypes warnings
Modified:
head/lib/libc/net/nss_compat.c
Modified: head/lib/libc/net/nss_compat.c
===
Author: rodrigc
Date: Sun Sep 20 04:20:31 2015
New Revision: 288015
URL: https://svnweb.freebsd.org/changeset/base/288015
Log:
Add declarations to netdb_private.h to eliminate -Wmissing-prototypes
warnings.
Modified:
head/lib/libc/net/gethostnamadr.c
head/lib/libc/net/getnetnamadr.c
head
Author: rodrigc
Date: Sun Sep 20 04:21:44 2015
New Revision: 288016
URL: https://svnweb.freebsd.org/changeset/base/288016
Log:
Add declaration to eliminate -Wmissing-prototypes warning
Modified:
head/lib/libc/compat-43/creat.c
Modified: head/lib/libc/compat-43/creat.c
===
Author: rodrigc
Date: Sun Sep 20 04:23:16 2015
New Revision: 288017
URL: https://svnweb.freebsd.org/changeset/base/288017
Log:
Use ANSI C prototypes.
Eliminates gcc 4.9 warnings.
Modified:
head/lib/libc/rpc/svc.c
Modified: head/lib/libc/rpc/svc.c
Author: rodrigc
Date: Sun Sep 20 04:26:55 2015
New Revision: 288018
URL: https://svnweb.freebsd.org/changeset/base/288018
Log:
Add declarations to eliminate -Wmissing-prototypes warnings
Modified:
head/lib/libc/resolv/h_errno.c
Modified: head/lib/libc/resolv/h_errno.c
===
Author: rodrigc
Date: Sun Sep 20 04:59:01 2015
New Revision: 288019
URL: https://svnweb.freebsd.org/changeset/base/288019
Log:
Add include for declaration of _set_tp(). Eliminates -Wmissing-prototypes
warnings.
Modified:
head/lib/libc/aarch64/gen/_set_tp.c
head/lib/libc/amd64/gen/_set_tp.
45 matches
Mail list logo