Enji Cooper
2b0cb1247a
Fill in MK_ACPI, (MK_ACPI && MK_APM), MK_INET6, MK_PPP, and MK_ROUTED
...
Rework script dependencies to allow everything made optional to more optional
2014-11-30 06:08:22 +00:00
Enji Cooper
c696ccf200
Followup to r275296: add an ObsoleteFiles.inc entry
2014-11-30 03:02:20 +00:00
Enji Cooper
17441aa848
Remove etc/rc.d/mrouted
...
The rc.d script has been incorporated into net/mrouted for some time
2014-11-30 03:00:40 +00:00
Enji Cooper
e7d836f78d
Make nfs server components conditional according to MK_NFS_SERVER
2014-11-30 02:31:37 +00:00
Enji Cooper
04267db69b
Move nfsd requirement in lockd/statd to BEFORE: stanza in nfsd so the nfs
...
server can be made optional
2014-11-30 02:27:37 +00:00
Enji Cooper
4724dcbfa1
Honor MK_AUDIT with respect to etc/security
2014-11-30 01:42:55 +00:00
Enji Cooper
75ff9cf253
- Fill in MK_FILE, MK_PMC, MK_SQLITE3, and MK_ZONEINFO
...
- Fill in etc/pam.d entries per r275291
- Fill in lib/libaudit entries
- Fill in more MK_NTP entries
2014-11-30 00:55:50 +00:00
Enji Cooper
ba9cbbdb5a
Honor MK_AT, MK_FTP, MK_MAIL, and MK_OPENSSH
2014-11-30 00:51:00 +00:00
Enji Cooper
b4f9f0de1d
Install bsm headers if MK_AUDIT != no
2014-11-30 00:49:57 +00:00
Enji Cooper
de93d1a1f5
Honor MK_FILE
2014-11-30 00:49:24 +00:00
Enji Cooper
2ca503d328
Honor MK_AUDIT, MK_FILE, MK_GPIO, and MK_SQLITE3
...
lib/libgpio is a standalone library, but it seems logical to conditionalize
it with MK_GPIO
2014-11-30 00:49:06 +00:00
Enji Cooper
65ea08621f
Add MK_FILE and MK_SQLITE3
...
- MK_FILE will conditionalize building lib/libmagic and usr.bin/file
- MK_SQLITE3 will conditionalize building lib/libsqlite3, and will disable
MK_SVN/MK_SVNLITE by proxy
2014-11-30 00:45:33 +00:00
Enji Cooper
010546ec14
Add MK_NTP block to etc/rc.d/Makefile
2014-11-30 00:26:50 +00:00
Enji Cooper
d485a56107
Honor MK_GSSAPI and MK_PKGBOOTSTRAP a bit better in etc/Makefile
2014-11-30 00:25:47 +00:00
Enji Cooper
e052c69ab2
Better honor the following MK_ flags in etc/Makefile and etc/rc.d/Makefile:
...
- MK_AMD
- MK_ATM
- MK_AUDIT
- MK_BOOT
- MK_GSSAPI
- MK_JAIL
- MK_LPR
- MK_SENDMAIL
- MK_VI
- MK_WIRELESS
- MK_ZFS
2014-11-30 00:23:34 +00:00
Enji Cooper
53ffd84c4d
Rework rc.d requirements so zfs and zvol come before relevant services so they
...
can be decoupled from the build
2014-11-30 00:21:06 +00:00
Enji Cooper
4ea83362cb
Make kdc run before SERVERS so kdc can be decoupled from the build
2014-11-30 00:03:27 +00:00
Enji Cooper
59d4588ff5
Make ntpdate run before rpcbind to allow ntpdate to be decoupled from the build
2014-11-29 23:59:51 +00:00
Enji Cooper
5e2b531868
Make gssd come before nfsd so gssd can be decoupled from etc/rc.d/Makefile
2014-11-29 23:57:08 +00:00
Enji Cooper
dd939ba0dd
Make local_unbound come before NETWORKING instead of having NETWORKING depend
...
on local_unbound
This should be reworked with a dummy DNS provider
2014-11-29 23:49:00 +00:00
Enji Cooper
61d93429e0
atm1 already sets "BEFORE: netif", so remove "REQUIRE: atm1" from netif to
...
allow atm* to be decoupled from rc.d
2014-11-29 22:42:53 +00:00
Enji Cooper
8e4a31822c
Skip usr/share/misc
2014-11-29 09:09:54 +00:00
Enji Cooper
fb96e8ee77
Honor MK_BLUETOOTH when installing bluetooth.device.conf
2014-11-29 07:41:02 +00:00
Enji Cooper
840e70929b
MFHead @ r275232
2014-11-29 05:28:40 +00:00
Enji Cooper
67a25fa845
Adapt logic from src.opts.mk to kern.opts.mk to unbreak kernel builds when
...
MODULES_OVERRIDE is not defined
- Add MACHINE/MACHINE_ARCH logic from src.opts.mk
- Add AUTOFS, BHYVE, HYPERV, and ISCSI
2014-11-29 05:14:26 +00:00
Enji Cooper
e0cbf36b20
Make ee(1) optional via MK_EE
2014-11-29 01:58:52 +00:00
Enji Cooper
1324339bd2
Implement mdoc cross references
2014-11-29 01:55:59 +00:00
Enji Cooper
ad50ede66c
Fill in MK_VI == no
2014-11-29 01:53:55 +00:00
Enji Cooper
1d91a05822
share/termcap requires ex from usr.bin/vi in order to compile, and since usr.bin
...
comes after share in SUBDIR in Makefile.inc1, the build will fail when vi is not
installed on the build host
Run build-tools for usr.bin/vi and install ex, etc to WORLDTMP to enable building
share/termcap on hosts that don't have nvi installed on them
2014-11-29 01:53:27 +00:00
Baptiste Daroussin
4bf5485791
Update libucl to latest version
...
While here correctly link libucl to libm and register the dependency on libm
for static building
2014-11-29 00:45:09 +00:00
Baptiste Daroussin
1eea90048f
Update libucl to latest version
2014-11-29 00:33:10 +00:00
Enji Cooper
ef0036244a
Remove the conditional
2014-11-28 22:08:50 +00:00
Enji Cooper
0a775c8d2e
Install skeleton files based on the values of MK_MAIL and MK_TCSH
...
Customize according to MK_GAMES and MK_VI, in particular comment out lines
that would change behavior
Change dot.cshrc and dot.profile to not check for /usr/games/fortune based
on the new behavior in customizing the files
2014-11-28 22:07:16 +00:00
Baptiste Daroussin
a7f8c4eb4c
Readd Makefile.inc that were used to include upper level Makefile.inc and
...
set (among other things) the destination where the binary should be installed
2014-11-28 22:03:35 +00:00
Enji Cooper
6dd1d788eb
Ignore usr/share/nls
2014-11-28 20:48:53 +00:00
Bjoern A. Zeeb
2c3774c183
After r275196 unbreak NOIP and NOINET kernels by hiding an otherwise
...
unused varibale under the proper #ifdef.
2014-11-28 14:51:49 +00:00
Eygene Ryabinkin
317d2b1e5c
DRM2: fix off-by-one overflow in ioctl processing
...
Call to the driver-specific ioctl used to process ioctl number
that will lead to the out-of-bounds access to the ioctl handler
array.
PR: 193367
Approved by: kib
MFC after: 1 week
2014-11-28 12:14:59 +00:00
Andrew Turner
15eb3a7427
Some device tree configurations place the generic timer under the root
...
of the tree and not under simplebus. Update the driver to handle this.
Submitted by: Julien Grall <julien.grall AT linaro.org>
MFC after: 1 week
2014-11-28 11:49:26 +00:00
Andrew Turner
56f0c37e9f
We don't use the hypervisor interrupt, make it optional in the device tree.
...
Submitted by: Julien Grall <julien.grall AT linaro.org>
MFC after: 1 week
2014-11-28 11:45:53 +00:00
Konstantin Belousov
70778bba03
Assert the state of the process lock and sigact mutex in
...
kern_sigprocmask() and reschedule_signals().
Discussed with: rea
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
2014-11-28 10:20:00 +00:00
Hans Petter Selasky
50ae6690fc
Style changes:
...
- Move two IOCTL related defines to the top of the C-file
- Add more comments describing the recently added IOCTL small size and
small align macros
2014-11-28 09:32:07 +00:00
Cy Schubert
006e24e909
Correctly define constants.
...
MFC after: 1 week
2014-11-28 04:07:06 +00:00
Enji Cooper
2d561fcbcf
Use ${.TARGET} instead of hardcoding the name in the dump build rule
2014-11-27 23:42:32 +00:00
Alexander V. Chernikov
1a3a2b6798
Fix build broken by r275195.
2014-11-27 23:10:03 +00:00
Alexander V. Chernikov
74860d4f7c
Do not return unlocked/unreferenced lle in arpresolve/nd6_storelladdr -
...
return lle flags IFF needed.
Do not pass rte to arpresolve - pass is_gateway flag instead.
2014-11-27 23:06:25 +00:00
Alexander V. Chernikov
c69aeaad14
Do not try to copy header to @dst and than back to ethernet in case of
...
pseudo_AF_HDRCMPLT:
we copy media header from mbuf to 'struct sockaddr' @dst in bpf_movein, so
mbuf already contains valid info.
2014-11-27 21:29:19 +00:00
Baptiste Daroussin
5541c06713
Remove leftovers readline being changed to an internallib
2014-11-27 20:24:58 +00:00
Ed Maste
1577843e02
Put each SUBDIR on a separate line
...
This makes it easier to review or merge changes that modify some subset
of SUBDIRs.
2014-11-27 20:22:46 +00:00
Ed Maste
a85fe12e36
Copy elftoolchain binutils replacements from vendor branch
...
Sponsored by: The FreeBSD Foundation
2014-11-27 20:12:13 +00:00
Roman Divacky
2dd4dcd2ab
Revert part of r275059. Comparing unsigned 8 bit value
...
against -'0' is always false so the conditional block is
optimized away.
2014-11-27 18:43:44 +00:00