pgoyette
eb9db23cbe
If a second call to the SET_FD ioctl occurs, release the reference we
...
hold on the earlier outout file.
2015-11-21 07:45:30 +00:00
mlelstv
f59d56db18
Add drivers to access the clock manager and pulse width modulator.
2015-11-21 07:41:29 +00:00
pgoyette
eab5fcbc7e
The correct default return value from a module's xxx_modcmd() routine
...
is ENOTTY, not EOPNOTSUPP! The former will allow the module to be
auto-unloaded, while the latter will prevent it.
Note that manual unloading of the filemon module is unaffected, as
that is controlled by actual usage of the module.
2015-11-21 03:34:28 +00:00
jmcneill
e79a56c90e
Add watchdog timer support.
2015-11-21 00:54:57 +00:00
pgoyette
4023d6c003
Fix typo in sample program
2015-11-21 00:50:15 +00:00
pgoyette
9cf490690d
Fix sample code fragment
2015-11-21 00:35:59 +00:00
christos
bc0d7f41c8
fix type
2015-11-20 23:43:52 +00:00
christos
23a15ec846
reflect reality.
2015-11-20 20:41:58 +00:00
christos
3a9f77c250
add some const
2015-11-20 20:37:08 +00:00
christos
d432193098
keep value as an int.
2015-11-20 20:27:20 +00:00
christos
a5c147c83f
update to size_t
2015-11-20 20:24:49 +00:00
christos
bfad2cbbc6
kill subyte.
2015-11-20 19:09:23 +00:00
christos
8b8cf48b88
get rid of the suword {m,j}umbo and check return of copyout.
2015-11-20 18:34:17 +00:00
bouyer
5221e2003b
Turn off more bits when turning off the display. Saves about 50ma on the
...
5V supply.
2015-11-20 18:32:13 +00:00
christos
46295be3ca
cross reference bridge; mention VLAN tagging.
2015-11-20 17:02:58 +00:00
christos
9272ae0e87
mention VLAN change.
2015-11-20 17:00:48 +00:00
jakllsch
5157d96810
Fix up tegrausbphy attach args and stuff from previous.
...
From jmcneill.
2015-11-20 16:44:23 +00:00
christos
b27365e960
use copyout instead of suword.
2015-11-20 14:56:56 +00:00
maxv
5b63704f89
A few changes:
...
- remove cpu_id and cpu_brand_id (unused)
- copy a comment from i386 about fillkpt
- define PDE_SIZE (i386)
2015-11-20 11:58:00 +00:00
dholland
306f0df124
Add two more items: tls-maxphys and nvme support.
2015-11-20 08:13:41 +00:00
ozaki-r
a84874a1a0
Remove an ifnet object from the global list before destructing it
2015-11-20 08:10:36 +00:00
dholland
4207ed816b
Update the storage roadmap. Please review/comment...
2015-11-20 07:20:21 +00:00
ozaki-r
911c3d16a0
Set timeout of ping to reduce execution time
2015-11-20 05:05:40 +00:00
pgoyette
26e2800d71
Update for recent filemon(4) changes, and add additional information on
...
invoking filemon.
2015-11-20 03:13:35 +00:00
pgoyette
53ffed1b78
Ensure that the PID specified in the FILEMON_SET_PID ioctl() call
...
belongs to the caller or one of its descendants.
2015-11-20 02:58:19 +00:00
pgoyette
e0b2ceba2b
Remove extra ')' (bad cut&paste)
2015-11-20 01:33:59 +00:00
pgoyette
77a2d6cbf8
Don't allow setting the PID-to-trace if the target has a non-native
...
emulation.
2015-11-20 01:21:05 +00:00
pgoyette
e019cfbdd6
Install wrapper functions only in native emulation.
...
(This also removes the dependency on curproc, which may not be available
at the time that built-in kernel modules are initialized.)
2015-11-20 01:16:04 +00:00
pgoyette
96cae660f4
Don't initialize twice.
2015-11-20 01:12:38 +00:00
pgoyette
12e612a129
Minor cleanup in example code - use FD_CLOEXEC instead of magic number
2015-11-20 00:40:18 +00:00
jmcneill
ce4ce06889
aprint_verbose_dev -> aprint_debug_dev
2015-11-19 22:26:48 +00:00
jmcneill
2dce92d18e
Remove HOST1X and AHB_A2 from pmap_devmap
2015-11-19 22:09:16 +00:00
reinoud
d6424c5393
Revert
2015-11-19 20:57:49 +00:00
reinoud
b4f510032f
Fix ANSI-C prototype error
2015-11-19 20:34:47 +00:00
christos
963a11e790
regen
2015-11-19 19:16:28 +00:00
christos
5432203721
Add another le board.
2015-11-19 19:16:10 +00:00
bouyer
9f64bc24a4
Turn off video output on WSDISPLAYIO_SVIDEO.
...
For LCD/LVDS, just stop the tcon0.
For HDMI, turn off tcon and hdmi (so that the monitor goes to sleeo)
if the audio output is inactive.
For this, add a lock-protected refcount in awin_hdmi, incremented when
audio and/or video is active.
Tested with an audio-enabled HDMI display.
2015-11-19 18:48:22 +00:00
christos
6ca9f36467
long line police
2015-11-19 17:04:01 +00:00
christos
2b793cea0d
Enable the VLAN mtu capability and check for the adjusted packet size
...
(Jean-Jacques.Puig at espci.fr).
Factor out the packet-size checking function for clarity.
2015-11-19 17:01:40 +00:00
christos
88b3ee5eb5
Add handling of VLAN packets in if_bridge where the parent interface supports
...
them (Jean-Jacques.Puig@espci.fr ). Factor out the vlan_mtu enabling and
disabling code.
2015-11-19 16:23:54 +00:00
ozaki-r
216db65823
Set timeout of ping6 to reduce execution time
2015-11-19 10:45:09 +00:00
pgoyette
2904172c27
Remove duplicated 'i' from list of numeric formats
2015-11-19 10:03:26 +00:00
wiz
09534ff4a3
Bump date for previous.
2015-11-19 07:03:13 +00:00
marty
bf9db215fe
add 5422 gic handling to attach code
2015-11-19 05:44:41 +00:00
ozaki-r
53e3e4714d
Restore softnet_lock and KERNEL_LOCK for rtrequest and rtfree
...
We still need them for rt operations.
2015-11-19 03:03:04 +00:00
ozaki-r
0edb16352e
Call icmp6_error2 after releasing ln
...
This is a restructuring for coming changes.
From FreeBSD
2015-11-19 03:02:10 +00:00
christos
35bfced80d
Put these back. They are used.
2015-11-19 00:40:43 +00:00
phx
c835c55cd9
Patch by hannken@ to fix a bug which has been introduced with 1.71.
...
The kernel crashed with uvm fault when mounting an ados file system.
2015-11-18 22:06:25 +00:00
skrll
ed7c71fc9a
Remove unused files.
2015-11-18 20:25:02 +00:00
christos
8e68c59073
Add new db test.
2015-11-18 18:36:53 +00:00