NetBSD/sys
jdc bfacdd22be Only write to the framebuffer memory 32 bits at a time. If we try to write
larger amounts, we will generate SER_WRITE|SER_SZERR with P4 framebuffers.
(Writing 64 bits at a time is the default with memset().)
Also, set the default attributes to zero to avoid vertical stripes from
uninitialised defattr.
XXX; screen is still not cleared of old text.
2013-12-02 15:54:06 +00:00
..
altq
arch Fix off by one in copyrows() backward case. 2013-12-02 13:45:40 +00:00
coda Change the queue.3 *_END(&head) macros to NULL. Since we don't have CIRCLEQ 2013-11-27 17:24:43 +00:00
compat revert fpu/pcu changes until we figure out what's wrong; they cause random 2013-12-01 01:05:16 +00:00
conf revert previous 2013-10-18 08:06:06 +00:00
crypto
ddb Remove cpu_queue (and thus eleminate another use of CIRCLEQ) by replacing 2013-11-24 21:58:38 +00:00
dev Only write to the framebuffer memory 32 bits at a time. If we try to write 2013-12-02 15:54:06 +00:00
dist/pf fix compiler warnings 2013-10-20 21:05:47 +00:00
external remote_event_destroy is unused, mark it so. 2013-12-01 02:57:43 +00:00
fs Change the queue.3 *_END(&head) macros to NULL. Since we don't have CIRCLEQ 2013-11-27 17:24:43 +00:00
gdbscripts Since mountlist is now a TAILQ, convert some missed usages 2013-11-23 16:15:24 +00:00
ipkdb
kern Put back the vnode changes I backed out yesterday; they were not the problem. 2013-12-01 17:29:40 +00:00
lib changed lua_Number to int64_t 2013-12-02 04:39:10 +00:00
miscfs Change the queue.3 *_END(&head) macros to NULL. Since we don't have CIRCLEQ 2013-11-27 17:24:43 +00:00
modules Let's use a format string, shall we? 2013-12-02 12:29:44 +00:00
net Move initialisation of bpf_args_t into the npf_ruleset_inspect(). 2013-11-23 19:32:20 +00:00
net80211 GC unused functions. Don't bother building ieee80211_acl.c, nothing in 2013-09-13 20:19:53 +00:00
netatalk Remove unused variable 2013-09-12 19:47:58 +00:00
netbt Remove SS_ISCONFIRMING, it is unused and TP4 will not come back. 2013-08-29 17:49:20 +00:00
netinet Update TCP CB with new values on rfc1323 and mssdflt sysctl updates 2013-12-02 09:39:54 +00:00
netinet6 convert from CIRCLEQ to TAILQ. 2013-11-23 14:20:21 +00:00
netipsec - apply some __diagused 2013-11-03 18:37:10 +00:00
netisdn Fix signature of capi_ll_control. 2013-05-29 09:26:02 +00:00
netkey
netmpls reserve space for ICMP header accordingly to RFC4884 2013-08-07 06:55:00 +00:00
netnatm
netsmb
nfs CID 271162: NULL deref check 2013-11-27 22:10:47 +00:00
opencrypto Remove unused variable 2013-09-12 13:12:35 +00:00
rump add a copy of uvm_swap_shutdown() here so that it is not undefined when we 2013-11-23 22:24:31 +00:00
secmodel
stand
sys Put back the vnode changes I backed out yesterday; they were not the problem. 2013-12-01 17:29:40 +00:00
ufs Change the queue.3 *_END(&head) macros to NULL. Since we don't have CIRCLEQ 2013-11-27 17:24:43 +00:00
uvm fix circleq comments 2013-11-23 14:50:40 +00:00
Makefile