index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
kern
/
init_main.c
Age
Commit message (
Expand
)
Author
2018-07-20
Remove a few leftovers from the days of emulation, which could result in
Theo de Raadt
2018-07-10
Move from sendsig() to its callers the initsiginfo() calls and
Philip Guenther
2018-04-28
Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is always
Visa Hankala
2018-04-12
Implement MAP_STACK option for mmap(). Synchronous faults (pagefault and
Theo de Raadt
2018-03-20
Do not panic from ddb(4) when a lock requirement isn't fulfilled.
Martin Pieuchot
2018-02-28
Revert the change that postpones CPUs until after mounthook activities.
Patrick Wildt
2018-01-11
Postpone secondary CPUs until after mounthook activities. This is
Patrick Wildt
2018-01-01
copyright++;
Jonathan Gray
2017-08-14
Load CTF debug symbols before mountroot
Uwe Stuehler
2017-08-11
Merge DDBCTF into DDB.
Martin Pieuchot
2017-04-28
Add futex(2) syscall based on a sane subset of its Linux equivalent.
Martin Pieuchot
2017-04-20
Add a port of witness(4) lock validation tool from FreeBSD.
Visa Hankala
2017-03-06
domaininit() doesn't need splnet().
Martin Pieuchot
2017-02-12
Split up fork1():
Philip Guenther
2017-01-21
p_comm is the process's command and isn't per thread, so move it from
Philip Guenther
2017-01-01
copyright++;
Jonathan Gray
2016-11-14
Automatically create a default lo(4) interface per rdomain.
Martin Pieuchot
2016-11-07
Split PID from TID, giving processes a PID unrelated to the TID of their
Philip Guenther
2016-10-24
move the mbstat structure to percpu counters
David Gwynne
2016-10-21
add generalised access to per cpu data structures and counters.
David Gwynne
2016-09-22
Introduce a new 'softclock' thread that will be used to execute timeout
Martin Pieuchot
2016-09-18
add missing call to db_ctf_init().
Jasper Lievisse Adriaanse
2016-09-04
Introduce Dynamic Profiling, a ddb(4) based & gprof compatible kernel
Martin Pieuchot
2016-09-03
Write the system time back to the RTC every 30 minutes.
Christian Weisgerber
2016-09-03
Do not reinitialize __guard_local if it is 0. This cannot be done
Theo de Raadt
2016-09-02
move links from http to https://www.openbsd.org/
Theo Buehler
2016-05-17
Backout the previous fix for the sendsyslog(2) with LOG_CONS solution.
Alexander Bluhm
2016-05-10
If sendsyslog(2) is called with LOG_CONS before syslogd(8) has been
Alexander Bluhm
2016-05-10
SROP mitigation. sendsig() stores a (per-process ^ &sigcontext) cookie
Theo de Raadt
2016-05-03
Stop using a soft-interrupt context to process incoming network packets.
Martin Pieuchot
2016-03-19
Remove the unused flags argument from VOP_UNLOCK().
natano
2016-01-03
copyright++;
Jonathan Gray
2015-12-11
Replace mountroothook_establish(9) by config_mountroot(9) a narrower API
Martin Pieuchot
2015-11-08
keep all the setperf timeout(9) handling in one place; ok tedu@
Christian Weisgerber
2015-10-07
Initialize the routing table before domains.
Martin Pieuchot
2015-08-30
Use a global table for domains instead of building a list at run time.
Martin Pieuchot
2015-07-09
Disable pool_gc on m88k if MULTIPROCESSOR; we don't have enough volunteers
Miod Vallat
2015-07-02
introduce srp, which according to the manpage i wrote is short for
David Gwynne
2015-06-24
reenable the pool gc task.
David Gwynne
2015-05-18
Reenable the page zeroing thread on MP m88k kernels.
Miod Vallat
2015-05-05
emul_native is only used for kernel threads which can't dump core, so
Philip Guenther
2015-05-01
reenable page zeroing thread on SMP mips kernels.
Miod Vallat
2015-04-12
disable the pool gc. there are reports of strange lockups on various mp
David Gwynne
2015-04-07
introduce a garbage collector for (very) idle pool pages.
David Gwynne
2015-02-10
Factor out the common bits of process_new() and main()'s code for
Philip Guenther
2015-02-09
Stop using USRSTACK as the edge of the stack, but rather use the vmspace
Miod Vallat
2015-01-19
unneccessary cmask variable; ok guenther
Theo de Raadt
2015-01-13
Many architectures call initmsgbuf() really really early, before uvm is
Mark Kettenis
2014-12-31
copyright_year=$(date +%Y)
Joel Sing
2014-12-28
The greatest happiness is to scatter inferiour APIs, to drive them
Kenneth R Westerback
[next]