NetBSD/sys
tnn d15f52d220 ssdfb_spi: fix issues with command xfers needed for SSD1306 & SH1106
These controllers require D/C# to be deasserted for the entire duration
of the command, contrary to docs and how newer controllers like SSD1353
behave. Probably this is needed for all controllers that do not have the
WRITE_RAM (0x5c) command. Also support using alternate padding commands
for 3-wire mode when WRITE_RAM is not available.
2021-08-19 11:04:21 +00:00
..
altq fix multiplei repetitive typos in comments, messages and documentation. mainly because copy paste code big amount of files are affected. 2021-08-17 22:00:26 +00:00
arch Indent. 2021-08-19 02:05:34 +00:00
coda s/structres/structures + s/whenver/whenever 2021-07-24 22:30:59 +00:00
compat - memset struct stat to avoid kernel memory disclosure of padded fields 2021-08-15 07:57:46 +00:00
conf smbios: Add character device for accessing SMBIOS tables 2021-07-24 11:39:18 +00:00
crypto use an enum instead of constant variables so that they work in CTASSERT. 2021-04-14 21:29:57 +00:00
ddb fix typos in words "pointer" and s/fram /frame/ 2021-08-13 20:47:54 +00:00
dev ssdfb_spi: fix issues with command xfers needed for SSD1306 & SH1106 2021-08-19 11:04:21 +00:00
dist/pf remove htons, it is pointless (thanks joerg@) 2021-03-10 22:18:17 +00:00
dtb Install a copy of rk3399-pinebook-pro.dtb to the base dtb directory for 2021-06-02 10:31:18 +00:00
external Add module glue 2021-08-17 17:30:01 +00:00
fs s/fist/first/ 2021-08-09 21:38:04 +00:00
gdbscripts
kern fix multiplei repetitive typos in comments, messages and documentation. mainly because copy paste code big amount of files are affected. 2021-08-17 22:00:26 +00:00
lib fix multiplei repetitive typos in comments, messages and documentation. mainly because copy paste code big amount of files are affected. 2021-08-17 22:00:26 +00:00
miscfs Abolish all the silly indirection macros for initializing vnode ops tables. 2021-07-19 01:33:53 +00:00
modules Don't define HAVE_TI_MODE if we don't have it. 2021-08-18 09:34:45 +00:00
net Some signnes, casts, and constant sizes. 2021-08-17 17:31:13 +00:00
net80211 Fix all remaining typos, mainly in comments but also in few definitions and log messages, reported by me in PR kern/54889. 2021-07-24 21:31:31 +00:00
netatalk fix various typos in comments and log messages. 2021-08-02 12:56:22 +00:00
netbt Merge thorpej-cfargs2. 2021-08-07 16:18:40 +00:00
netcan
netinet fix typos in words "pointer" and s/fram /frame/ 2021-08-13 20:47:54 +00:00
netinet6 fix multiplei repetitive typos in comments, messages and documentation. mainly because copy paste code big amount of files are affected. 2021-08-17 22:00:26 +00:00
netipsec fix various typos in compatibility, mainly in comments. 2021-08-09 20:49:08 +00:00
netmpls
nfs s/directry/directory/ 2021-08-12 20:25:26 +00:00
opencrypto fix typo in CRK_ALGORITHM_MIN definition to match CRK_ALGORITHM_MAX one. 2021-08-14 20:43:05 +00:00
rump Merge thorpej-cfargs2. 2021-08-07 16:18:40 +00:00
secmodel
stand s/partion/partition/ s/arrray/array/ in comments. 2021-08-08 21:50:10 +00:00
sys fix multiplei repetitive typos in comments, messages and documentation. mainly because copy paste code big amount of files are affected. 2021-08-17 22:00:26 +00:00
ufs fix multiplei repetitive typos in comments, messages and documentation. mainly because copy paste code big amount of files are affected. 2021-08-17 22:00:26 +00:00
uvm need <sys/param.h> for COHERENCY_UNIT 2021-07-21 06:35:44 +00:00
Makefile