1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-04 23:35:36 -08:00
openbsd-src/sys
kettenis 725f26169b Add support for the RK817 PMIC.
ok patrick@, mlarkin@
2022-10-10 17:45:35 +00:00
..
arch add references to 10h 12h revision guides 2022-10-10 03:01:11 +00:00
conf re-enable POOL_DEBUG 2022-09-30 02:56:23 +00:00
crypto static const, not const static 2022-08-29 06:08:03 +00:00
ddb db_ctf_decompress: use size_t not off_t for length parameter 2022-08-14 14:57:38 +00:00
dev Add support for the RK817 PMIC. 2022-10-10 17:45:35 +00:00
isofs Stop setting d_bbsize and d_sbsize. Nobody has paid 2022-09-01 13:45:26 +00:00
kern The stack can also be marked immutable, because we expect no sane program 2022-10-08 17:03:09 +00:00
lib Add ufs2 to the list of filesystem, for the sake of boot blocks which do not 2022-09-02 10:14:02 +00:00
miscfs static const, not const static 2022-08-29 06:08:03 +00:00
msdosfs msdosfs: don't pass NULL proc pointer to detrunc() 2022-08-23 20:37:16 +00:00
net Recalculate checksum of normalised packet 2022-10-10 16:43:12 +00:00
net80211 Fix a few bugs in the net80211 VHT rate adaptation code. 2022-03-23 09:21:47 +00:00
netinet System calls should not fail due to temporary memory shortage in 2022-10-03 16:43:52 +00:00
netinet6 System calls should not fail due to temporary memory shortage in 2022-10-03 16:43:52 +00:00
netmpls Delete unnecessary #includes of <sys/domain.h> and/or <sys/protosw.h> 2022-02-22 01:15:01 +00:00
nfs Introduce the pru_*() wrappers for corresponding (*pr_usrreq)() calls. 2022-08-13 21:01:46 +00:00
ntfs spelling 2022-01-11 03:13:58 +00:00
scsi Stop setting d_bbsize and d_sbsize. Nobody has paid 2022-09-01 13:45:26 +00:00
stand Revert 1.44; that slow getsecs() workaround had been added for the sake of 2022-06-27 20:22:26 +00:00
sys Since the PF_MUTABLE flag is an OpenBSD-specific flag, rename it to 2022-10-08 16:42:41 +00:00
tmpfs Remove unused VOP_POLL(). 2022-06-26 05:20:42 +00:00
ufs Put more struct vnode fields under splbio(). 2022-08-12 14:30:52 +00:00
uvm Add mimmutable(2) system call which locks the permissions (PROT_*) of 2022-10-07 14:59:39 +00:00
.gitignore Ignore tags files 2021-11-11 14:03:21 +00:00
Makefile