rodrigc
6e42fc823f
Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.
2015-09-20 21:21:17 +00:00
rodrigc
4dfb6c3572
Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.
2015-09-20 21:21:01 +00:00
rodrigc
70a6c8c892
Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.
2015-09-20 20:55:00 +00:00
rodrigc
0cbe54eb2d
Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.
2015-09-20 20:53:24 +00:00
rodrigc
215fea0400
Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.
2015-09-20 20:52:13 +00:00
rodrigc
ce886a6233
Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.
2015-09-20 20:51:52 +00:00
rodrigc
a9a0375d7e
Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.
2015-09-20 20:50:56 +00:00
rodrigc
aa990038b1
Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.
2015-09-20 20:50:18 +00:00
rodrigc
e5a64a53e6
Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.
2015-09-20 20:28:49 +00:00
rodrigc
a60b0abd9a
Remove names from some prototypes
2015-09-20 20:27:57 +00:00
rodrigc
141020ed04
Remove names from some prototypes
2015-09-20 20:26:46 +00:00
rodrigc
5919af45fe
Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.
2015-09-20 20:24:28 +00:00
rodrigc
74c1506b33
Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.
2015-09-20 20:23:16 +00:00
rodrigc
424fc070ef
Remove names from some prototypes
2015-09-20 20:21:49 +00:00
rodrigc
e23bf826df
Remove names from some prototypes
2015-09-20 20:16:34 +00:00
rodrigc
1737b90d79
Remove names from prototypes
2015-09-20 20:15:44 +00:00
rodrigc
fbd3bd1bfb
Add include for declaration of _set_tp(). Eliminates -Wmissing-prototypes warnings.
2015-09-20 04:59:01 +00:00
rodrigc
0cd26f001a
Add declarations to eliminate -Wmissing-prototypes warnings
2015-09-20 04:26:55 +00:00
rodrigc
8c6e2102df
Use ANSI C prototypes.
...
Eliminates gcc 4.9 warnings.
2015-09-20 04:23:16 +00:00
rodrigc
101e50ce2f
Add declaration to eliminate -Wmissing-prototypes warning
2015-09-20 04:21:44 +00:00
rodrigc
f7aca4b673
Add declarations to netdb_private.h to eliminate -Wmissing-prototypes warnings.
2015-09-20 04:20:31 +00:00
rodrigc
5289640ead
Add declarations to eliminate -Wmissing-prototypes warnings
2015-09-20 04:17:53 +00:00
rodrigc
fd3fe449bf
Define _NS_PRIVATE to make declarations visible.
...
This eliminates -Wmissing-prototypes warnings.
2015-09-20 04:17:03 +00:00
rodrigc
587e2d1829
Add missing includes to eliminate -Wmissing-prototypes warnings
2015-09-20 04:15:37 +00:00
rodrigc
a584fc06f1
Adding missing declarations to eliminate -Wmissing-prototypes warnings
2015-09-20 04:06:55 +00:00
rodrigc
07e3f06934
Add missing include to eliminate -Wmissing-prototypes warning
2015-09-20 04:06:04 +00:00
rodrigc
177f72974d
Add declaration to eliminate -Wmissing-prototypes warning
2015-09-20 03:59:27 +00:00
rodrigc
49c1e7af60
Add declarations to eliminate -Wmissing-prototypes warnings
2015-09-20 03:58:27 +00:00
rodrigc
4c66a735a8
Adding missing include to eliminate -Wmissing-prototypes warning
2015-09-20 03:56:57 +00:00
rodrigc
0fd58af262
Add declarations to eliminate -Wmissing-prototypes warnings
2015-09-20 03:55:03 +00:00
rodrigc
08c0b3cae7
Add declarations to eliminate -Wmissing-prototypes warnings.
2015-09-20 03:53:08 +00:00
rodrigc
0046fafdb2
Add declaration to eliminate -Wmissing-prototypes warning.
2015-09-20 03:51:15 +00:00
rodrigc
418ac8aebe
Add missing include to eliminate -Wmissing-prototypes warnings
2015-09-20 03:49:08 +00:00
rodrigc
04f98ba6e2
Add missing includes to eliminate -Wmissing-prototypes warnings
2015-09-20 03:45:57 +00:00
hrs
a3fcca6713
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 are ignored.
- PF_UNSPEC matches PF_LOCAL. EAI_SERVICE is not returned to make
AF-independent programming easier; "servname" is always ignored
in PF_LOCAL. In practice, PF_INET* and PF_LOCAL are
mutually-exclusive because a hostname which begins with '/' is invalid
in PF_INET*. No domain name resolution is performed for a PF_LOCAL address.
Differential Revision: https://reviews.freebsd.org/D3634
2015-09-20 01:09:23 +00:00
jilles
b76aba5008
libc: Consistently call _ioctl() internally, not ioctl().
2015-09-19 20:27:09 +00:00
bdrewery
deb97713e0
Replace beforeinstall: handling with FILES.
...
This actually fixes some cases to respect LIBRARIES_ONLY.
Sponsored by: EMC / Isilon Storage Division
2015-09-18 23:49:32 +00:00
delphij
76fb979246
There is no HP 300 support in FreeBSD anymore, so remove the obsolete
...
BUGS section.
While I'm there also bump Dd date.
MFC after: 2 weeks
2015-09-18 20:28:37 +00:00
trasz
bd8e12dd02
Kernel part of reroot support - a way to change rootfs without reboot.
...
Note that the mountlist manipulations are somewhat fragile, and not very
pretty. The reason for this is to avoid changing vfs_mountroot(), which
is (obviously) rather mission-critical, but not very well documented,
and thus hard to test properly. It might be possible to rework it to use
its own simple root mount mechanism instead of vfs_mountroot().
Reviewed by: kib@
MFC after: 1 month
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D2698
2015-09-18 17:32:22 +00:00
des
c5050a3b9f
Upgrade to Unbound 1.5.4.
2015-09-17 16:10:11 +00:00
bdrewery
bdebc05d94
Update META_MODE dependencies.
2015-09-17 05:06:34 +00:00
rodrigc
da6ab8d992
Use unsigned variables in a few places.
...
Eliminates gcc 4.9 warnings.
2015-09-14 18:59:01 +00:00
rodrigc
03b17210ed
Use ANSI C prototypes.
...
Eliminates gcc 4.9 warnings.
2015-09-14 18:44:13 +00:00
jilles
5f1339c5cc
db/recno: Open with close-on-exec like btree and hash do.
2015-09-13 17:17:52 +00:00
jilles
036f5d34b6
setuid(2): Suggest O_CLOEXEC instead of fcntl(F_SETFD).
2015-09-13 14:00:49 +00:00
markj
34116761ff
Remove the v_cache_min and v_cache_max sysctls. They are unused and have
...
no effect.
Reviewed by: alc
Sponsored by: EMC / Isilon Storage Division
2015-09-11 03:00:24 +00:00
tuexen
9701f78cf8
Zero out a local variable also when PURIFY is not defined.
...
This silence a warning brought up by valgrind whenever if_nametoindex
is used. This was already discussed in PR 166483, but the code
committed in r234329 guards the initilization with #ifdef PURIFY.
Therefore, valgrind still complains. Since this code is not performance
critical, always zero out the local variable to silence valgrind.
PR: 166483
Discussed with: eadler@
MFC after: 4 weeks
2015-09-10 10:23:23 +00:00
hrs
0e29b6e367
- Fix SIGSEGV when sa == NULL. NULL check in getnameinfo_inet()
...
did not work as expected.
- Simplify afdl table lookup.
MFC after: 3 days
2015-09-09 09:19:07 +00:00
andrew
a04f5ff10f
Enable mincore_test on arm64, we now have a working pmap_mincore.
...
PR: 202307
Obtained from: ABT Systems Ltd
Sponsored by: The FreeBSD Foundation
2015-09-08 18:44:12 +00:00
trasz
ca187714e1
Make it possible to use acl_create_entry_np(3) to use first entry to an
...
empty ACL, and to append an entry to an ACL.
Submitted by: sef@
MFC after: 1 month
Sponsored by: The FreeBSD Foundation
2015-09-08 14:52:14 +00:00