mbalmer
c267f80a92
Lua updated to versionb 5.3.4
2017-04-26 13:59:56 +00:00
mbalmer
3a521b15da
Lua is at version 5.3.4 now
2017-04-26 13:58:01 +00:00
mbalmer
3c57efcb0b
kernel mode lua has no floating point available
2017-04-26 13:53:18 +00:00
mbalmer
b700cba4dc
import conflict resolution
2017-04-26 13:09:12 +00:00
mbalmer
64f3190dec
fix import conflicts
2017-04-26 13:00:46 +00:00
mbalmer
9e2f6347be
resolve import conflicts
2017-04-26 12:49:34 +00:00
mbalmer
9e24523c19
after-import fixes, conflict resolution
2017-04-26 12:36:53 +00:00
mbalmer
abbbf966bd
Lua 5.3.4
2017-04-26 11:38:37 +00:00
nat
3b12355461
Improved blksize calculation.
...
audio_fill_silence instead of audio_pint_silence for the mix ring.
Addresses PR kern/52195.
2017-04-26 11:32:04 +00:00
pgoyette
69091aba3a
Add my new prg-localcount2 branch, to take over from the previous one
...
which I messed up somehow.
2017-04-26 10:07:45 +00:00
ozaki-r
1b40f891de
Replace leading whitespaces with tabs and tweak some indentations
2017-04-26 08:36:32 +00:00
skrll
f2aaac73a9
Move mcrr/mrrc earlier so they match before stc/ldc
2017-04-26 08:20:47 +00:00
msaitoh
b4bafc1cd0
Disable ppb(4)'s interrupt for a while. It causes hangup on some environment.
...
Define PPB_USEINTR if you'd like to use interrupt.
2017-04-26 08:00:03 +00:00
pgoyette
f029f15347
Abandon pgoyette-localcount branch due to unrecoverable CVS "pilot
...
errors". Work will be salvaged and reappear on a new branch, soon.
2017-04-26 07:51:23 +00:00
abhinav
06ea77a20c
Clean up the NAME section.
...
The entries in the NAME section of these man pages have man pages of their
own, so it doesn't make sense to have their names here, instead they
should be just described in the body (similar to what we do in math(3) man page).
This also helps whatis(1) and apropos(1), as otherwise you would see multiple
results with the same name in the output, while there is actually only one page
with that name.
Good example is:
$ apropos -n 2 -M realloc
realloc (3) general memory allocation operations
realloc (3) general purpose memory allocation functions
The first line is there because memory(3) man page had realloc in its
NAME section. This commit will fix this issue.
ok wiz@
2017-04-26 07:40:09 +00:00
ozaki-r
b7c5cd50c7
Remove unnecessary LIST_FOREACH definition
2017-04-26 07:17:38 +00:00
msaitoh
5cf0c5d4c5
Disable and disestablish interrupt in ppbdetach().
2017-04-26 03:54:37 +00:00
knakahara
039bae6fac
When crypto request is deferred processing, opencrypto should not return error.
...
When the crypto device blocks a crypto request, opnecrypto enqueues the request,
that is, the request is just deferred and no error occurs.
The pseudo error causes problems, e.g. ipsec can send wrong ICMP host unreach.
contributed by hsuenaga@IIJ, thanks.
2017-04-26 03:29:36 +00:00
ozaki-r
6aaeb7bc8b
Print protocol number as well as its name
...
ex.) before: "reserved" -> after: "255(reserved)"
The original author is hsuenaga@IIJ
2017-04-26 03:19:49 +00:00
ozaki-r
2ea60f03d0
Correct the length of the SADB_EXT header in debug outputs
...
The length is shifted 3 bits in PF_KEY protocol.
Originally fixed by hsuenaga@IIJ
2017-04-26 03:16:06 +00:00
riastradh
8e5c8dbff1
regen
2017-04-26 03:04:24 +00:00
riastradh
6fa7b15833
Change VOP_REMOVE and VOP_RMDIR to preserve lock/ref on dvp.
...
No change to vp -- the plan is to replace the node by the
componentname in the vop parameters, and let all directory vops do
lookups internally.
Proposed on tech-kern with no objections:
https://mail-index.netbsd.org/tech-kern/2017/04/17/msg021825.html
2017-04-26 03:02:47 +00:00
jmcneill
b96c013d05
Allow for specifying (optional) pass number locator for devices at fdt.
2017-04-26 01:51:52 +00:00
jmcneill
9d6e151e19
Set host1x parent to pll_p_out0
2017-04-26 01:43:00 +00:00
jmcneill
66d996db1d
Ignore dc parent clock from devicetree and use hdmi parent for dc.
2017-04-26 01:42:46 +00:00
pgoyette
ca22f64915
Add a check to ensure that a new sysctl node was attached in the tree
...
at the place we expected it to be attached!
As mentioned several times (on tech-kern@ mailing list) over the past
18 months or so, I've seen a few instances where this will trigger,
although I've been unable to reproduce them. Hopefully some wider
exposure will reveal the under-lying cause of this rare phenomenon.
Commit was proposed on tech-kern list, and no objections raised.
2017-04-25 22:07:10 +00:00
sevan
217835b5e3
Switch BEAGLEBONE config over to using GENERIC.common.
...
Remove duplicates already defined in GENERIC.common.
2017-04-25 18:52:31 +00:00
snj
35b2078af2
fix typo
2017-04-25 17:11:47 +00:00
christos
8234550e6a
new tzcode.
2017-04-25 13:20:41 +00:00
christos
1e4359e82a
merge tzcode2017b.
2017-04-25 13:19:44 +00:00
skrll
e4f4a16e17
Dump more of the trapframe
2017-04-25 09:02:34 +00:00
skrll
c8f06b0342
Report trapframe where possible
2017-04-25 09:02:04 +00:00
skrll
320dbdd269
Expose lwp_trapframe for _KEMUSER, e.g. crash(8)
2017-04-25 09:01:38 +00:00
pgoyette
ab5e69493e
Use __func__ for routine name in printf() calls. NFC intended.
2017-04-25 08:46:38 +00:00
abhinav
0604df8a87
Use Fn instead of Nm to refer the macros in the body of the man page.
...
Thanks to wiz@ for reviewing.
2017-04-25 06:08:24 +00:00
ozaki-r
5cfcce1f60
Check if solock of PCB is held when SP caches in the PCB are accessed
...
To this end, a back pointer from inpcbpolicy to inpcb_hdr is added.
2017-04-25 05:44:11 +00:00
skrll
a06215af07
In umass_detach set sc_dyring so that further attempts at transfers will
...
fail. This fixes part of
PR/51129 (Disconnecting USB SD card without umount causes file operations to hang)
2017-04-25 05:36:03 +00:00
chs
af56b75b7d
in ppbdetach(), try to detach the children before tearing down our own state,
...
to avoid trouble if detaching the children fails.
2017-04-24 23:01:45 +00:00
jakllsch
21b2f5c766
Fix PRB blanking, so as not to stomp on the feet of neighboring slots.
...
Also, don't blank some PRB fields twice.
[:U+1F633:]
2017-04-24 21:14:32 +00:00
abhinav
0d8d6655a6
Add ``cooperate''
2017-04-24 18:18:15 +00:00
chs
4da28eb39f
fix another parallel-build race with MKDEBUG=yes by creating the .so.link
...
with a temporary name and renaming to the final name only after
the file is fully written.
2017-04-24 17:09:37 +00:00
chs
69d4d4f520
restore the ability to run netbsd 1.0 32-bit executables
...
by checking for the relevant lcall instruction in the trap handler
and treating it as a syscall.
2017-04-24 17:03:43 +00:00
jakllsch
1354b99dc3
Fix typo in comment.
2017-04-24 13:19:50 +00:00
jakllsch
c87f6aceb5
Drop unused prototype. Whitespace fixes. Wrap/re-wrap long lines.
2017-04-24 12:58:15 +00:00
jakllsch
5b3ab85f11
Add PR_PS_ACTIVE_SLOT bits.
2017-04-24 12:53:28 +00:00
jakllsch
899a418d4b
Whitespace fixes.
2017-04-24 12:52:05 +00:00
jmcneill
ba5a8fdaef
If the stdout-path property is missing on /chosen, assume serial0:115200n8
2017-04-24 10:56:03 +00:00
jmcneill
db3334b141
Defer acquiring the gpio until first use.
2017-04-24 10:55:26 +00:00
wiz
82f3a071b6
Wording.
2017-04-24 10:04:38 +00:00
jdolecek
40ba24499a
add a NOTE section documenting the broken Seagate Barracuda drives
2017-04-24 09:57:59 +00:00