sbruno
e19a351f25
Add support for Buffalo WZR-HP-AG300H atheros MIPS router.
...
Special thanks to Nicholas Esborn for the loaner router to get this
target bootstrapped.
Review: D777
Reviewed by: adrian
Sponsored by: Nicholas Esborn <nick@desert.net>
2014-11-25 17:33:22 +00:00
bapt
a191ba5195
Convert usr.sbin to LIBADD
...
Reduce overlinking
2014-11-25 16:57:27 +00:00
br
a755ca9f31
o Add Virtio MMIO bus driver to config
...
o Move Virtio-related to common config file
2014-11-25 16:53:22 +00:00
bapt
8d6e0e65e9
Defined the needed library to convert usr.sbin to LIBADD
2014-11-25 16:51:06 +00:00
br
bd01596633
Add new devices to the config.
2014-11-25 16:24:31 +00:00
br
58f9305267
o Add PIO and vtblk mmio device info to the tree
...
o Add FPGA memory window to static dev mappings
o Fix whitespace
2014-11-25 16:06:19 +00:00
br
924f366c4f
Add BERI-specific virtio block backend device driver.
...
This part intended to operate on ARM side in heterogeneous
(ARM/BERI) system on crystal.
2014-11-25 15:58:59 +00:00
avg
8b39d2556b
whitespace and cosmetic changes in callout_reset family of macros
...
- add parentheses around macro parameters for consistent style
- remove redundant parentheses around an expression
- use tab before a line continuation symbol
Differential Revision: https://reviews.freebsd.org/D1161 (partial)
Reviewed by: markj
MFC after: 1 week
2014-11-25 15:24:05 +00:00
avg
19dfaaa408
callout(9): add sbt flavors of callout_schedule
...
Differential Revision: https://reviews.freebsd.org/D1161 (partial)
Reviewed by: jhb, markj
MFC after: 1 week
2014-11-25 15:21:21 +00:00
pluknet
bab7e5af6b
Fix ifa_data description.
...
PR: 176583
Discussed with: glebius
MFC after: 1 week
Sponsored by: Nginx, Inc.
2014-11-25 15:09:34 +00:00
bapt
9f8278cc70
Readd protect(2) removed by mistake
...
Reported by: emaste
2014-11-25 14:40:38 +00:00
bapt
8d6c7a49a6
Convert to usr.bin/ to LIBADD
...
Reduce overlinking
2014-11-25 14:29:10 +00:00
bapt
f28badddf7
Defines all the libraries needed for usr.bin
2014-11-25 14:28:15 +00:00
jhb
b4b910ded7
MFamd64: Check for invalid flags in the machine context in sigreturn()
...
and setcontext().
2014-11-25 12:52:00 +00:00
jhb
93ca893a24
Only pass 6 arguments to the 'run' function on amd64. amd64's
...
makecontext on FreeBSD only supports a maximum of 6 arguments. This
fixes the setcontext_link test on amd64.
PR: 194828
2014-11-25 12:44:18 +00:00
mav
15164a2193
Decouple datamove/done logic from CTL status set.
2014-11-25 12:22:29 +00:00
bapt
6fdc031751
Convert sbin/ to LIBADD
...
Reduce overlinking
2014-11-25 11:23:12 +00:00
bapt
b3accf4c8d
Define libipf internal library
2014-11-25 11:22:28 +00:00
bapt
53c2ff7734
Convert bin/ to LIBADD, reduce overlinking allow to build all components as
...
static
2014-11-25 11:15:40 +00:00
bapt
ae45ae3f5d
Fix recursive problem with libedit dependency, if you depends on ncursesw and
...
not on itself
2014-11-25 11:14:42 +00:00
bapt
079f78008e
Add a definition for libxo
2014-11-25 11:13:21 +00:00
bapt
bbabd5ebf3
Fix typo
2014-11-25 11:08:58 +00:00
bapt
6adce30d28
Convert libraries to use LIBADD
...
While here reduce a bit overlinking
2014-11-25 11:07:26 +00:00
bapt
1578ed600d
Define compiler_rt and ssp_nonshared libraries
2014-11-25 11:07:03 +00:00
bapt
3200f33f24
Convert kerberos to LIBADD and reduce overlinking of the kerberos binaries and
...
libraries
2014-11-25 09:57:42 +00:00
bapt
b4ca360a6a
libvers and libsl are internal libraries
2014-11-25 09:54:05 +00:00
des
44c4e24d2a
The fallback flag in nsdispatch prevents the fallback implementation of
...
getgroupmembership() from invoking the correct backend in the compat case.
Replace it with a nesting depth counter so it only blocks one level (the
first is the group -> group_compat translation, the second is the actual
backend). This is one of two bugs that break getgrouplist() in the compat
case, the second being that the backend's own getgroupmembership() method
is ignored. Unfortunately, that is not easily fixable without a redesign
of our nss implementation (which is also needed to implement the +@group
syntax in /etc/passwd).
PR: 190055
MFC after: 1 week
2014-11-25 09:47:15 +00:00
bapt
83f6d12d65
Fix make depends with libnetbsd
2014-11-25 07:47:44 +00:00
bapt
e4945ec8a7
Add definitions of kerberos libraries
2014-11-25 07:13:31 +00:00
markj
2908ba9589
Adjust some checks missed in r274637, now that pi_rname can be NULL.
...
Additionally fix a misparenthesization in the same check, noticed while
fixing the first bug. This bug only appears to cause problems if the same
USDT probe appears twice within a static function.
X-MFC-With: r274637
2014-11-25 07:01:38 +00:00
markj
f9f6c7d3fe
The module load address always needs to be included when setting the dm_*_va
...
fields of dt_module_t. Previously, this was only done on architectures where
kernel modules have type ET_REL; this change fixes that. As a result, symbol
name resolution in the stack() action now works properly for kernel modules
on i386.
Reported by: Shrikanth Kamath <shrikanth07@gmail.com>
Tested by: Shrikanth Kamath
Discussed with: avg
MFC after: 2 weeks
2014-11-25 06:43:17 +00:00
jhibbits
45aaf263aa
Add Apple Intrepid USB controller ID.
...
MFC after: 2 weeks
2014-11-25 06:15:00 +00:00
mav
029391b089
Use ctl_set_success() instead of direct inlining.
...
MFC after: 1 week
2014-11-25 06:11:05 +00:00
ngie
7df2a129b4
Remove cokane@ from MAINTAINERS for 3dfx(4)/tdfx(4) because their email
...
addresses on file bounce (see r252463 for more details)
Reviewed by: accounts (dhw)
2014-11-25 05:25:12 +00:00
emaste
fda27c9937
Revert r274772: it is not valid on MIPS
...
Reported by: sbruno
2014-11-25 03:50:31 +00:00
kevlo
d375864ce9
Add missing headers needed by write().
2014-11-25 02:58:38 +00:00
bapt
478dde8f94
Fix the fix
2014-11-25 01:12:57 +00:00
bapt
c4b2ced73a
libevent is an internallib
2014-11-25 00:51:49 +00:00
bapt
725b0cc6ad
libatf-c++ exposes libatf-c abi hence we need to explicit link to atf-c if
...
atf-c++ is requested
2014-11-25 00:28:27 +00:00
bapt
90830dd774
Do not overwrite any LIBNETBSD or LIBNETBSDDIR if they are already defined
2014-11-25 00:12:25 +00:00
delphij
2417b1174f
Fix build.
2014-11-25 00:07:56 +00:00
bapt
85691d217f
Define special case for atf which libraries names are different from their
...
declaration
2014-11-25 00:01:53 +00:00
bapt
a37123107a
s/cft/ctf
2014-11-24 23:58:04 +00:00
bapt
62507911bd
Forgot to convert demandoc along with mandoc
2014-11-24 23:29:56 +00:00
bapt
a1d4ad2ea5
Fix typo
2014-11-24 22:35:32 +00:00
bapt
8ed8af5371
Fix dependencies in case of building statically
2014-11-24 22:32:18 +00:00
bapt
7dd9bdfec2
Avoid code duplication by directly adding _INSTALLLIBS and _PRIVATELIBS into
...
_LIBRARIES
Reported by: emaste
2014-11-24 22:29:16 +00:00
bapt
c3b71dffc5
Each time something links to sqlite3 it should link to pthread
2014-11-24 22:17:35 +00:00
bapt
622c9ffcdd
Convert makefs to LIBADD
...
Add definition of libnetbsd in src.libnames.mk
2014-11-24 22:15:30 +00:00
bapt
b6c4c21b20
Convert mandoc to LIBADD
...
While here remove the ugly LDMANDOC
2014-11-24 22:12:27 +00:00