Commit Graph

194710 Commits

Author SHA1 Message Date
pooka 891314e269 "fix" completely crackheaded code w/ uninitialized use,
missed as usual by the wonderful -g -O0
2010-11-15 23:59:06 +00:00
pooka d6787585af remember to commit this file too 2010-11-15 23:51:06 +00:00
macallan 8775ed09b7 explicitly set and clear the backlight on bit, just in case someone messes
with it while we're not looking
2010-11-15 23:19:33 +00:00
pooka 78439d6c9f document shmif, or at least what's implemented so far 2010-11-15 23:10:51 +00:00
skrll 08aa2b4b48 Add a man page for nside(4). 2010-11-15 23:07:37 +00:00
pooka 32b08b37e0 un-\240 2010-11-15 22:49:33 +00:00
pooka 9f725ef6cb * make interface a cloner
* use SIOCSLINKSTR for supplying bus filename in case of cloned if

TODO: downing interface, unclone, and some tweaks for robustness
2010-11-15 22:48:06 +00:00
pooka 4a79b4abf7 add -h which prints only the bus header info 2010-11-15 22:45:23 +00:00
pooka 6f2301fb3c Implement ifconfig linkstr as proposed on tech-net. 2010-11-15 22:42:36 +00:00
pooka 984ea70871 Add another set of problematic offsets from the quoted thread. 2010-11-15 22:01:44 +00:00
pooka 9c2df30c76 diudau, remember that setlists have feelings too and make files match reality 2010-11-15 21:56:46 +00:00
pooka ab1e35f3d8 Exploit the fact that wizd is currently running and add a manpage
for the rump virtif.
2010-11-15 21:52:47 +00:00
wiz e1a7a6e54f Improve wording. 2010-11-15 21:39:53 +00:00
wiz 4fe3d9c90c Wording improvements. 2010-11-15 21:39:12 +00:00
pooka a77ca5ecfc double the timeout for slow hosts (from 1 to 2 seconds) 2010-11-15 21:29:39 +00:00
wiz 9d2172fc04 Remove trailing whitespace. 2010-11-15 21:29:21 +00:00
christos a85c37d8d9 don't increment i twice in the loop. From Michael Byrnes 2010-11-15 21:24:31 +00:00
wiz bb034f11ef New sentence, new line; add serial comma. 2010-11-15 21:19:59 +00:00
pooka 7bdde1ba6d Add test case for PR kern/44093 (fixed already, but tested to fail
without fix applied).
2010-11-15 20:39:00 +00:00
pooka 00ab7eeb45 Add a new signal model RUMP_SIGMODEL_RECORD which records all
signals which are posted to a process.
2010-11-15 20:37:21 +00:00
pooka f129909f87 Apply patch from PR kern/44093 by yamt:
Interrupt server wait only on certain signals (same set at nfs -i)
instead of all signals.  According to the PR this helps with
"git clone" run on a puffs file system.
2010-11-15 20:31:41 +00:00
pooka ab9955e060 apply const 2010-11-15 20:24:09 +00:00
pooka 1ff4490a1c Make interface support ifconfig {down,destroy} and generally make
it a little less eager to panic.
2010-11-15 20:23:11 +00:00
bsh 38a47a9a4a add an option for system clock frequency (used by timer driver) 2010-11-15 18:21:19 +00:00
bsh 3747b72bd6 EPIT support as system clock for i.MX31 2010-11-15 18:19:19 +00:00
bsh d8a4fe3f5c GPIO register definitions are now in imxgpioreg.h to share them with
imx51
2010-11-15 18:18:39 +00:00
pooka e9e1ac535f Make int *error and optional parameter (i.e. it can be NULL).
Sometimes the caller just doesn't care which errno close() might
throw.
2010-11-15 15:23:32 +00:00
uebayasi f80a576c3f uebayasi-xip: rebase. 2010-11-15 14:40:36 +00:00
njoly 4bca75a158 +ofctl.debug 2010-11-15 12:26:36 +00:00
njoly 26b4f4dcb4 Remove unneeded xfree/xorg dga(1) entries from xserver md lists. 2010-11-15 12:23:06 +00:00
cegger 37c06c3a7b add interrupt EAPIC register definitions 2010-11-15 11:58:09 +00:00
bsh 2f9211700e don't include <arm/cpu.h> which requires SOFTINT_COUNT before <sys/intr.h>
is fully included.
This change makes Beagleboard kernel compile again after uebayashi's change
to sys/param.h.
2010-11-15 09:34:28 +00:00
bsh 90ac127562 fix compile error about missing evcnt definition.
picvar.h is now included very early because of uebayashi's change to sys/param.h.
2010-11-15 09:25:58 +00:00
agc 6b3f11714a There were still some throwbacks with the prefix '_ops' - rectify that to
be the standard "pgp_" - no functional change.
2010-11-15 08:56:30 +00:00
agc e2c60ad188 Don't prefix function names with "pgp_" if the functions are static. 2010-11-15 08:50:32 +00:00
uebayasi 4f977752ce uebayasi-xip: update. 2010-11-15 08:35:52 +00:00
agc 451e742596 Use a regular expression to match the various ASCII-armoured headers we
may encounter - fixes PR 44074 from Peter Pentchev in a different way.
2010-11-15 08:27:40 +00:00
agc 05e6b0bbe6 Changes to help with netpgp key generation and interoperability:
+ use plain SHA1 for session key s2k negotiation
+ don't warn on some conditions when inflating (reading a compressed file)
  since the conditions don't hold for partial block lengths
+ prompt for a passphrase when generating a new key - used in the upcoming
  secret-sharing functionality for netpgp
2010-11-15 08:03:39 +00:00
uebayasi 8bbc6ea8fa struct lwp * deref needs sys/lwp.h. 2010-11-15 06:32:38 +00:00
uebayasi ef857263a0 sys/lwp.h for lwp0, sh3/proc.h for sh_proc0_init. 2010-11-15 06:30:04 +00:00
uebayasi bb929f4da3 struct cpu_info * deref needs sys/cpu.h. 2010-11-15 06:26:58 +00:00
uebayasi 525cd4cf6c curlwp needs sys/lwp.h. 2010-11-15 06:25:42 +00:00
uebayasi e3c8dccbb4 struct proc * deref needs sys/proc.h. 2010-11-15 06:24:53 +00:00
uebayasi 88fecc841c struct cpu_info * deref needs sys/cpu.h. 2010-11-15 06:22:13 +00:00
uebayasi 28d601e89c struct lwp * deref (for kauth). 2010-11-15 06:14:02 +00:00
uebayasi b2c6fd2c4d struct proc * deref. 2010-11-15 06:13:16 +00:00
uebayasi b60ff11a9a struct lwp * and struct proc * derefs. 2010-11-15 06:12:28 +00:00
uebayasi ed146b11a1 curlwp needs sys/lwp.h. 2010-11-15 06:08:32 +00:00
uebayasi 8bbd8c35e8 lwp0 needs sys/lwp.h. 2010-11-15 06:07:41 +00:00
uebayasi b72bb4dfdd struct proc * and struct lwp * derefs. 2010-11-15 06:06:51 +00:00