Commit Graph

230697 Commits

Author SHA1 Message Date
mrg
c1ff61510d add --enable-libstdcxx-time=rt for the GCC 4.8 build. 2014-10-10 20:23:22 +00:00
christos
79d6a56164 new file. 2014-10-10 20:16:32 +00:00
christos
58b7f19951 welcome to file-5.20 2014-10-10 20:15:01 +00:00
christos
ebfd11214d import file-5.20; bug fixes and better image magic descriptions. 2014-10-10 20:08:15 +00:00
uebayasi
d424d94564 Normalize wscons devices (except leaving one strange definition). 2014-10-10 17:53:08 +00:00
jmcneill
01a697394d correct a typo in sd clk reg offsets for mmc>0 and dont bother with pll6_enable 2014-10-10 17:49:55 +00:00
jmcneill
736b5989bf add AWIN_GPIO_IGNORE_FW, remove no motg0 2014-10-10 17:49:12 +00:00
jmcneill
a68b36c3bc add an option for awin_gpio to ignore firmware pin reservations 2014-10-10 17:48:30 +00:00
uebayasi
0895dc7210 Normalize: acpicpu depends on acpi. 2014-10-10 17:44:17 +00:00
christos
6cf29cdbef PR/49259: J. Lorec: Add support for Realtek 8111G chipset into re(4) 2014-10-10 17:41:05 +00:00
uebayasi
16faa5e7a0 Normalize. 2014-10-10 17:38:44 +00:00
uebayasi
926a83f03a Make usb_dma & usbverbose independent attributes. 2014-10-10 17:31:12 +00:00
uebayasi
e500ebe9ee Normalize audio related definitions. 2014-10-10 17:21:20 +00:00
uebayasi
70d8786eec Sanitize athhal definitions. Depend on ath. 2014-10-10 17:09:18 +00:00
maxv
d1a6ffae94 I'm not sure reading from an unsanitized userland pointer is a good idea.
Some users might be tempted to give 0x01, in which case the kernel will
crash.
2014-10-10 16:29:56 +00:00
uebayasi
bb4851f85c Remove an unsed var. 2014-10-10 16:17:27 +00:00
uebayasi
9a2063bca6 Revert a mistakenly added, superflous attribute match test that caused some
valid options to get lost.
2014-10-10 15:35:08 +00:00
christos
ea07cbc753 PR/49270: Hauke Fath: Samsung NC10 Marvell Yukon ethernet not supported 2014-10-10 14:23:06 +00:00
christos
3595e42fe1 try to make vax work. 2014-10-10 14:06:40 +00:00
uebayasi
3da6b6cc01 Define net attribute. Always select it for now. 2014-10-10 12:46:32 +00:00
christos
aa08994621 use long constant 2014-10-10 12:43:15 +00:00
christos
c271fdcaf7 whitespace 2014-10-10 12:43:07 +00:00
uebayasi
ff1a9b99cc Move athn definitions. 2014-10-10 12:39:53 +00:00
uebayasi
89221fef3c Move audio related definitions. 2014-10-10 12:29:28 +00:00
uebayasi
b31f13fb95 To make sure that I'm not doing wrong, try to define ffs/ufs/vfs dependencies
a little more strictly.
2014-10-10 12:20:13 +00:00
uebayasi
92b86764e1 Bump config(1) version.
config(1) still keeps backward-compatibility; it is more permissive than
before.  The tree, however, needs the updated config(1), mainly to strictly
define attribute ("module") ownership and dependencies.
2014-10-10 12:10:02 +00:00
wiz
c8fb5a2e0f Fix two typos. 2014-10-10 11:58:59 +00:00
uebayasi
b0d108d368 Document -M. 2014-10-10 11:49:15 +00:00
uebayasi
eac891b935 Put TODO ideas (to keep your fun). 2014-10-10 11:38:42 +00:00
martin
9d783a74de Two more files missed in last addition 2014-10-10 11:36:00 +00:00
uebayasi
d23bf64337 Allow dependency on undefined attributes, so that attribute definitions can
be written out-of-order, like:

	# b is not defined yet
	define	a: b
	file	a.c	a

	# b is defined here
	define	b
	fine	b.c
2014-10-10 11:09:50 +00:00
msaitoh
2d22d80ac8 - Support DH89XXCC devices.
- Add extra delay for 82580 and newer devices except DH89XXCC SGMII device.
  Same as FreeBSD.
2014-10-10 11:04:21 +00:00
uebayasi
680ed4abc8 Select attributes for filesystem options too. 2014-10-10 10:46:05 +00:00
uebayasi
b411015f8e Now that attribute dependency works, prefer it to options dependency (personal
preference).  Use it for "kern", depending on "machdep" and "uvm".
2014-10-10 10:25:00 +00:00
uebayasi
861847ab35 If an option is selected, select the matching (lowercased) attribute. Handle
dependencies too.
2014-10-10 10:22:49 +00:00
uebayasi
7a01ec4b08 If an attribute is selected, select its dependencies too. 2014-10-10 10:16:19 +00:00
mrg
958e616745 bump libstdc++ minor due to new complex etc functions enabled. 2014-10-10 10:10:40 +00:00
mrg
d1eae5409b regen gcc mknative files for new complex and more. 2014-10-10 10:05:34 +00:00
uebayasi
7449b0ef66 Use option dependency to always select KERN (and its dependencies). 2014-10-10 09:31:40 +00:00
uebayasi
46d7be3c23 Define "machdep" attribute and mark files (in amd64 and x86). 2014-10-10 09:13:21 +00:00
uebayasi
bb143539dc Use opt_*.h to not polute CPPFLAGS.
Attribute dependency is not yet.  Revert a definition.
2014-10-10 09:01:01 +00:00
martin
6b7f6880d9 copy&pasto 2014-10-10 08:34:30 +00:00
martin
ad6c3c4be1 Add a bunch of new libm/complex man pages 2014-10-10 08:31:49 +00:00
uebayasi
ddd87a14b9 Define "uvm" attribute and mark files. 2014-10-10 08:24:54 +00:00
martin
ac9a1ef7c6 Add missing catanh variant (and readd it to the Makefile list) 2014-10-10 08:19:37 +00:00
uebayasi
6fb100ce1c Define "kern" attribute (a.k.a module). Mark kern_*.c (and some others) as
"kern".  Always select "kern" in sys/conf/std.
2014-10-10 08:18:04 +00:00
uebayasi
c24abed7e6 Implicitly define attribute for device. 2014-10-10 08:14:47 +00:00
uebayasi
c1e169afb0 Fix link echo indent. 2014-10-10 08:13:52 +00:00
martin
8fb03683a3 Add cimag (apparently accidently dropped in previous revision and reorg) 2014-10-10 08:13:07 +00:00
uebayasi
6903e7639b Implicitly define attribute for options. 2014-10-10 07:48:50 +00:00