230237 Commits

Author SHA1 Message Date
christos
21047359cc Add hdaudioverbose 2014-09-19 17:33:47 +00:00
matt
73932fdf97 Add some file to define MI major for various classes of stuff.
These are for new ports to use.
2014-09-19 17:32:34 +00:00
matt
58bfd92e80 Add sys/arch/riscv. 2014-09-19 17:30:13 +00:00
christos
95c08e48f4 Add HDAUDIOVERBOSE 2014-09-19 17:30:03 +00:00
matt
f1926b3d6f Add description of inst_return 2014-09-19 17:29:01 +00:00
matt
8da9129a49 Move MIN/MAX forward to that headers included by <sys/param.h> can use them. 2014-09-19 17:27:55 +00:00
christos
d900a6e949 document verbose 2014-09-19 17:27:12 +00:00
christos
bb66bc12bd new module 2014-09-19 17:25:47 +00:00
matt
da793df06a #include <sys/condvar.h> 2014-09-19 17:25:33 +00:00
christos
1e34884d88 gen 2014-09-19 17:24:55 +00:00
christos
69be93c77b another devlist2h.awk, someone should merge them all so that they can
generate efficient ids and not dup the code 10 times!
2014-09-19 17:24:23 +00:00
matt
6b3c8b5ddd RISC-V configury. 2014-09-19 17:23:57 +00:00
christos
aebe181571 Pull out the device list and auto-generate it. 2014-09-19 17:23:35 +00:00
matt
1d163c8d1a RISC-V configury 2014-09-19 17:23:23 +00:00
matt
2db0c478e6 RISC-V (riscv32 & riscv64) binutils configury stuff. 2014-09-19 17:22:21 +00:00
matt
41b40da6f6 Add RISC-V support. 2014-09-19 17:19:52 +00:00
wiz
be551d1b14 Mark up author with .An. 2014-09-19 16:06:16 +00:00
wiz
f5011e838f New sentence, new line. 2014-09-19 16:05:55 +00:00
wiz
5d2c9e2250 Fix section name. 2014-09-19 16:04:29 +00:00
wiz
2a65137f55 Sort sections. From Henning Petersen in PR 49222. 2014-09-19 16:02:58 +00:00
christos
c7032b5d9a Disable BSDLABEL and MBR DKWEDGE methods again since sysinst does not work
with wedges.
2014-09-19 15:24:24 +00:00
reinoud
ec7934705e Update ODROID config, disabling ohci for now since it won't attach 2014-09-19 14:48:42 +00:00
reinoud
e62f622612 Cleanup ODROID-U config 2014-09-19 14:39:34 +00:00
reinoud
44a4c2d5b2 Naming convention 2014-09-19 14:32:20 +00:00
wiz
0bc91cdbea Add missing closing quote. From Henning Petersen in PR 49223. 2014-09-19 13:34:25 +00:00
matt
ab5c9505ae include for configs which includes all file-systems and any dependent
pseudo-devices
2014-09-19 09:05:23 +00:00
matt
59b5cc8fdb Add EM_RISCV 2014-09-19 09:04:35 +00:00
matt
e8e589879a Teach this to deal with the use of include in majors files. 2014-09-19 09:01:05 +00:00
matt
59f16e16f4 add random/urandom to MAKEDEV std 2014-09-19 09:00:23 +00:00
matt
3b6f53715b Add UCB RISC-V EM value 2014-09-19 08:59:38 +00:00
matt
2d5fc5945d Simplify or1k config.gcc configury bits. use gcc_cv_initfini_array=yes
to enable initfini.  remove hacked initfini support and use the common gcc
implementation.  Rerun native-gcc.
2014-09-19 00:24:28 +00:00
joerg
501b7c86f0 Typo 2014-09-18 23:37:51 +00:00
roy
1e6bb6aee6 Note import of dhcpcd-6.4.5 2014-09-18 20:47:39 +00:00
roy
06b615d894 Sync 2014-09-18 20:46:30 +00:00
roy
0d512cb656 Import dhcpcd-6.4.5 with the following changes:
*  Remove all instances of if_indextoname as we already know the index
  *  Check we have allocated IPv6 resources before checkings RA's
2014-09-18 20:43:55 +00:00
wiz
7bfc8162b1 Per the wiki roadmap, rename the three dtrace modules to have
a "dtrace_" prefix.
amd64 build tested, other set list changes done the same way.
2014-09-18 19:45:24 +00:00
ozaki-r
de6373426e Add net/if_bridge test 2014-09-18 15:25:10 +00:00
ozaki-r
5937935b47 Add net/if_bridge test 2014-09-18 15:13:27 +00:00
wiz
6623c7d147 Add commented out KDTRACE_HOOKS line. 2014-09-18 14:58:21 +00:00
christos
9a513d9643 make more descriptors that we open as close-on-exec 2014-09-18 13:58:20 +00:00
dholland
9e4a361214 Comments, and one very minor tidyup. 2014-09-18 08:06:13 +00:00
christos
7447c028c2 KNF, sign cast. 2014-09-17 23:54:42 +00:00
reinoud
ef40ac265a Fix bug introduced in last patch 2014-09-17 21:18:43 +00:00
reinoud
79652a00ee As pointed out by wiz@ prevent a possible attack or corruption that results in
an endless loop of indirect descriptors being processed.

The number of indirect descriptors followed is now maximized.
While here, also fix a use-after-free bug!
2014-09-17 19:47:05 +00:00
joerg
7dc902cf7b Normal spelling is .asciz, so use that on MIPS too. 2014-09-17 16:49:20 +00:00
riastradh
fa9938ffd1 Ifdef out nonsensical comparison until we update from upstream. 2014-09-17 16:43:31 +00:00
riastradh
bdc3db8137 Avoid container_of-inspired &obj->base == NULL nonsense. 2014-09-17 16:35:39 +00:00
riastradh
a706f00cdd Avoid missing field initializers. 2014-09-17 16:16:33 +00:00
riastradh
b15c22d9aa Kludgily define __user in kernel here too. 2014-09-17 16:10:41 +00:00
riastradh
8c9fdee7d6 Suppress some more missing field initializer warnings from Clang. 2014-09-17 15:59:53 +00:00