NetBSD/sys
rkujawa b97cbd07b3 Fix wrong calculation of destination pointer in writes.
Existing calculation of destination pointer was always causing unnecessary erases of SPI Flash memory and was always writing each consecutive 2048 byte blocks of data into the same address of the SPI Flash memory. This commit fixes issue with writes of multiple blocks using 'dd' tool.

Patch from Semihalf.
Author: Michal Dubiel <md@semihalf.com>
2013-02-15 17:46:53 +00:00
..
altq
arch Actually use the calculated uboundary. 2013-02-15 01:03:43 +00:00
coda
compat exitting -> exiting. 2013-01-27 14:47:37 +00:00
conf This change adds SATA port multiplier support to mvsata(4). 2013-02-10 21:21:29 +00:00
crypto
ddb need <sys/types.h> for various crap that other headers use (pid_t etc). 2013-02-10 14:44:14 +00:00
dev Fix wrong calculation of destination pointer in writes. 2013-02-15 17:46:53 +00:00
dist/pf
external CID/979998: missing va_end() 2013-02-09 01:46:30 +00:00
fs A little more debugging. 2013-01-28 00:17:18 +00:00
gdbscripts
ipkdb
kern PR/47569: Valery Ushakov: SOCK_NONBLOCK does not work because it does not 2013-02-14 21:57:58 +00:00
lib Modify earm rule to match any machine_arch starting with earm. 2013-02-06 07:18:15 +00:00
miscfs Make the spec_node table implementation private to spec_vnops.c. 2013-02-13 14:03:48 +00:00
modules NPF: 2013-02-09 03:35:31 +00:00
net - Fix NPF config reload with dynamic rules present. 2013-02-10 23:47:37 +00:00
net80211 don't print the interface name 2ice. 2013-02-04 15:44:45 +00:00
netatalk
netbt CID/90001: missing va_end() 2013-02-09 01:19:05 +00:00
netinet Remove remnants of AF_IMPLINK. 2013-02-05 17:30:01 +00:00
netinet6 Set the socket family for the network mask. 2013-01-28 17:57:34 +00:00
netipsec rename pcb_sp to policy to avoid: 2012-12-07 15:29:38 +00:00
netisdn
netiso
netkey
netmpls
netnatm
netsmb
nfs Stuff UFS_ in front of a few of ufs's symbols to reduce namespace 2013-01-22 09:39:11 +00:00
opencrypto fix compilation 2013-02-02 21:38:24 +00:00
rump Make it possible to manually specify the top level directory; for cases 2013-02-14 10:54:54 +00:00
secmodel Re-instate backwards compatible security.models.bsd44.{curtain,securelevel}. 2013-01-28 00:51:29 +00:00
stand
sys Make the spec_node table implementation private to spec_vnops.c. 2013-02-13 14:03:48 +00:00
ufs Stuff UFS_ in front of a few of ufs's symbols to reduce namespace 2013-01-22 09:39:11 +00:00
uvm Remove __BEGIN_DECLS/__END_DECLS 2013-02-02 14:06:58 +00:00
Makefile