Konstantin Belousov
96cdb0ab9d
Annotate arm userspace assembler sources stating their tolerance to
...
the non-executable stack.
Reviewed by: andrew
Sponsored by: The FreeBSD Foundation
2015-09-29 16:09:58 +00:00
Xin LI
55b2d63309
Use calloc() instead of malloc + memset.
...
MFC after: 2 weeks
2015-09-29 04:47:31 +00:00
Jilles Tjoelker
3caeab9db2
fnmatch(): Remove exponential behaviour as in sh r229201.
...
The old code was exponential in the number of asterisks in the pattern.
However, once a match has been found upto the next asterisk, the previous
asterisks are no longer relevant.
2015-09-27 12:52:18 +00:00
Bryan Drewery
660d1f65bb
Add missing CLEANFILES.
...
MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
2015-09-24 23:15:24 +00:00
Craig Rodrigues
f1e1637581
Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.
...
Submitted by: Sascha Wildner <swildner@dragonflybsd.org>
Obtained from: DragonFlyBSD (commit 5d7d35b17f98588c39b30036f1a3fe8802935c2c)
2015-09-23 16:16:16 +00:00
Craig Rodrigues
c6a7de08f1
Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.
2015-09-22 15:57:26 +00:00
Craig Rodrigues
587cf6827d
Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.
2015-09-22 15:40:07 +00:00
Craig Rodrigues
3e2981e8b8
Use proper function prototype for readdir().
...
Eliminates -Wstrict-prototypes warning
Submitted by: Joerg Sonnenberger <joerg@dragonflybsd.org>
Obtained from: DragonFlyBSD (commit 2a6aec8dab58c89961cabcfdb92e0d0ae256dea4)
2015-09-22 07:40:55 +00:00
Craig Rodrigues
996f7159b1
Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.
2015-09-22 07:31:40 +00:00
Bryan Drewery
cca3306a7f
Avoid adding duplicates into OBJS. bsd.lib.mk already handles adding
...
entries to OBJS based on SRCS.
MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
2015-09-22 04:55:28 +00:00
Craig Rodrigues
3ba5ea2408
Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.
2015-09-20 21:21:17 +00:00
Craig Rodrigues
626c9d7433
Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.
2015-09-20 21:21:01 +00:00
Craig Rodrigues
d9556fb15d
Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.
2015-09-20 20:55:00 +00:00
Craig Rodrigues
5e939c7dcb
Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.
2015-09-20 20:53:24 +00:00
Craig Rodrigues
107909b888
Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.
2015-09-20 20:52:13 +00:00
Craig Rodrigues
85cef63214
Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.
2015-09-20 20:51:52 +00:00
Craig Rodrigues
060e5496fc
Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.
2015-09-20 20:50:56 +00:00
Craig Rodrigues
c83f3fc4b4
Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.
2015-09-20 20:50:18 +00:00
Craig Rodrigues
25070501c6
Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.
2015-09-20 20:28:49 +00:00
Craig Rodrigues
4178e4b070
Remove names from some prototypes
2015-09-20 20:27:57 +00:00
Craig Rodrigues
7dcedc7a74
Remove names from some prototypes
2015-09-20 20:26:46 +00:00
Craig Rodrigues
f98e0c9dd8
Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.
2015-09-20 20:24:28 +00:00
Craig Rodrigues
55b6b759c8
Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.
2015-09-20 20:23:16 +00:00
Craig Rodrigues
d5bf9eb518
Remove names from some prototypes
2015-09-20 20:21:49 +00:00
Craig Rodrigues
8d7e1f1585
Remove names from some prototypes
2015-09-20 20:16:34 +00:00
Craig Rodrigues
48d59c2270
Remove names from prototypes
2015-09-20 20:15:44 +00:00
Craig Rodrigues
6874645fa9
Add include for declaration of _set_tp(). Eliminates -Wmissing-prototypes warnings.
2015-09-20 04:59:01 +00:00
Craig Rodrigues
25462e6589
Add declarations to eliminate -Wmissing-prototypes warnings
2015-09-20 04:26:55 +00:00
Craig Rodrigues
193d994d2d
Use ANSI C prototypes.
...
Eliminates gcc 4.9 warnings.
2015-09-20 04:23:16 +00:00
Craig Rodrigues
0b64c636db
Add declaration to eliminate -Wmissing-prototypes warning
2015-09-20 04:21:44 +00:00
Craig Rodrigues
9a50fd2d05
Add declarations to netdb_private.h to eliminate -Wmissing-prototypes warnings.
2015-09-20 04:20:31 +00:00
Craig Rodrigues
bf1aa507b0
Add declarations to eliminate -Wmissing-prototypes warnings
2015-09-20 04:17:53 +00:00
Craig Rodrigues
ae274020ba
Define _NS_PRIVATE to make declarations visible.
...
This eliminates -Wmissing-prototypes warnings.
2015-09-20 04:17:03 +00:00
Craig Rodrigues
ffdd70376a
Add missing includes to eliminate -Wmissing-prototypes warnings
2015-09-20 04:15:37 +00:00
Craig Rodrigues
9762525c95
Adding missing declarations to eliminate -Wmissing-prototypes warnings
2015-09-20 04:06:55 +00:00
Craig Rodrigues
f8af09cd0f
Add missing include to eliminate -Wmissing-prototypes warning
2015-09-20 04:06:04 +00:00
Craig Rodrigues
6db7b53b71
Add declaration to eliminate -Wmissing-prototypes warning
2015-09-20 03:59:27 +00:00
Craig Rodrigues
e0b54d0140
Add declarations to eliminate -Wmissing-prototypes warnings
2015-09-20 03:58:27 +00:00
Craig Rodrigues
97f3e1c2a2
Adding missing include to eliminate -Wmissing-prototypes warning
2015-09-20 03:56:57 +00:00
Craig Rodrigues
486828e8a3
Add declarations to eliminate -Wmissing-prototypes warnings
2015-09-20 03:55:03 +00:00
Craig Rodrigues
8d3aa83d8b
Add declarations to eliminate -Wmissing-prototypes warnings.
2015-09-20 03:53:08 +00:00
Craig Rodrigues
d5cc6f7378
Add declaration to eliminate -Wmissing-prototypes warning.
2015-09-20 03:51:15 +00:00
Craig Rodrigues
7ca26e3831
Add missing include to eliminate -Wmissing-prototypes warnings
2015-09-20 03:49:08 +00:00
Craig Rodrigues
cfb65fa249
Add missing includes to eliminate -Wmissing-prototypes warnings
2015-09-20 03:45:57 +00:00
Hiroki Sato
bb957021d7
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 Tjoelker
1c0046d792
libc: Consistently call _ioctl() internally, not ioctl().
2015-09-19 20:27:09 +00:00
Xin LI
ac1a32b454
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
Edward Tomasz Napierala
0d3d0cc358
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
Bryan Drewery
42c4cf86d4
Update META_MODE dependencies.
2015-09-17 05:06:34 +00:00
Craig Rodrigues
e263ec16a9
Use unsigned variables in a few places.
...
Eliminates gcc 4.9 warnings.
2015-09-14 18:59:01 +00:00