tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
sys
/
at
trash-bin2
23 folders
2 files
arch
ulguf: Start on a driver for the LG UltraFine monitor USB controls
4 years ago
conf
enable kstat(4) and kstat(1).
4 years ago
crypto
Retire CRYPTO_F_MPSAFE it is no longer of any use. The crypto framework no longer uses a callback and so there is no need to define the callback as MPSAFE. OK bluhm@
4 years ago
ddb
ddb: constify command tables
4 years ago
dev
nvme: add command passthrough support, add sbin/nvmectl
5 years ago
isofs
spelling ok jmc@
4 years ago
kern
acpithinkpad: If CPU temp is low, turn fan off
3 years ago
lib
Backport an upstream fix for CRC calculation. This fixes Java applications on some older hardware, see https://github.com/madler/zlib/issues/613
3 years ago
miscfs
Add missing FILTEROP_MPSAFE flag to fifoexcept_filtops.
4 years ago
msdosfs
spelling ok jmc@
4 years ago
net
Remove #ifdef DDB specific includes, added in 1.968 but related code bits removed in 1.970.
3 years ago
net80211
Fix a few bugs in the net80211 VHT rate adaptation code.
4 years ago
netinet
have in_pcbselsrc copy the selected address to memory provided by the caller.
3 years ago
netinet6
Protect sbappendaddr() in divert_packet() with kernel lock. With divert-packet rules pf calls directly from IP layer to protocol layer. As the former has only shared net lock, additional protection against parallel access is needed. Kernel lock is a temporary workaround until the socket layer is MP safe. discussed with kettenis@ mvs@
3 years ago
netmpls
Delete unnecessary #includes of <sys/domain.h> and/or <sys/protosw.h>
4 years ago
nfs
Use the refcnt API with struct ucred.
4 years ago
ntfs
spelling ok jmc@
4 years ago
scsi
constify SCSI adapter entry points
4 years ago
stand
Improve unhibernate performance (30% on some machines, another upcoming diff shows gains up to 50%) by skipping attach of irrelevant devices, which are tagged CD_SKIPHIBERNATE in the per-driver cfdriver. In particular, usb devices are not attached, so they don't need to detach during the suspend-unpack-resume. New bootblocks are required (which tell the kernel it's job is unhibernate before configure runs) tested by various
4 years ago
sys
Revert "acpithinkpad: add adjustable fan control"
3 years ago
tmpfs
Clarify usage of __EV_POLL and __EV_SELECT
4 years ago
ufs
Introduce a signal context that is used to pass signal related information from cursig() to postsig() or the caller itself. This will simplify locking. Also alter sigactsfree() a bit and move it into process_zap() so ps_sigacts is always a valid pointer. OK semarie@
4 years ago
uvm
uvm_km_valloc(9), uvm_km_valloc_try(9), uvm_km_valloc_wait(9) and uvm_km_valloc_align(9) are no longer used. Remove these functions.
3 years ago
.gitignore
Ignore tags files
4 years ago
Makefile
Retire OpenBSD/sgi.
5 years ago