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
/
arch
/
vax
Age
Commit message (
Expand
)
Author
2014-08-21
Kill the remaining <netinet/in_systm.h> inclusion!
Martin Pieuchot
2014-08-14
Unused variable, and more fixes in the attach failure path.
Miod Vallat
2014-08-06
Correct some dma cleanup error paths.
Jonathan Gray
2014-07-21
boot(9): Reduce annoying style diffs
Masao Uebayashi
2014-07-19
miod pointed out i forgot which way round casts go.
David Gwynne
2014-07-18
pass atomic_{cas,swap}_uint a volatile void * instead of a volatile
David Gwynne
2014-07-13
boot(9): Cosmetic changes to improve diff'ability.
Masao Uebayashi
2014-07-13
Cosmetic changes to reduce diffs.
Masao Uebayashi
2014-07-13
fix even more trailing tabs
Jasper Lievisse Adriaanse
2014-07-13
use nitems() instead of handrolling something identical
Jasper Lievisse Adriaanse
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-07-12
Tackle the endian.h mess. Make it so that:
Philip Guenther
2014-07-12
Pull in more atomic functions to avoid <sys/atomic.h> trying to use gcc4
Miod Vallat
2014-07-11
CPU_BUSY_CYCLE(): A new MI statement for busy loop power reduction
Masao Uebayashi
2014-07-11
Convert bus_dmamem_map(9) to km_alloc(9) in order to make it fail and
Martin Pieuchot
2014-07-10
Set cold to 1 before executing the DVACT_POWERDOWN handlers when halting or
Martin Pieuchot
2014-07-10
boot(9): Remove comments about RB_*, "cold", and savectx()
Masao Uebayashi
2014-07-10
boot(): Remove comments about RB_TIMEBAD to reduce diffs
Masao Uebayashi
2014-07-10
boot(): Unify declarations
Masao Uebayashi
2014-07-08
decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h
Theo de Raadt
2014-06-13
Fix broken logic in sgec_rxintr() poorly duplicating some of ether_input()
Miod Vallat
2014-05-31
Revert previous diff setting cold to 1 on shutdown because it breaks machine
Martin Pieuchot
2014-05-30
Set cold to 1 before executing the DVACT_POWERDOWN handlers when halting or
Martin Pieuchot
2014-05-25
Turn on blinky things by default, very useful here
Theo de Raadt
2014-05-24
Why didn't I use ps_vmspace when I scribbled all over pmap_rmproc()?
Philip Guenther
2014-05-17
One more mistake introduced in 1.65
Miod Vallat
2014-05-17
...and it needs a guard against NULL as well.
Miod Vallat
2014-05-17
Fix previous commit by making sure we are not dereferencing uninitialized
Miod Vallat
2014-05-17
Lower VUPS value for delay() to behave closer to the intent.
Miod Vallat
2014-05-17
Print the rpb device type and unit values if the root device can't be found
Miod Vallat
2014-05-15
Move from struct proc to process the reference-count-holding pointers
Philip Guenther
2014-05-11
Move the increment of uvmexp.softs back to the caller of mi_ast():
Philip Guenther
2014-05-10
Factor out the common ast bits into mi_ast()
Philip Guenther
2014-05-08
No longer build vax kernels with -Wno-format.
Miod Vallat
2014-05-08
Format string fixes.
Miod Vallat
2014-04-18
Have each thread keeps its own (counted!) reference to the process's ucreds
Philip Guenther
2014-03-30
Eliminates struct pcred by moving the real and saved ugids into
Philip Guenther
2014-03-29
It's been a quarter century: we can assume volatile is present with that name.
Philip Guenther
2014-03-26
Move p_emul and p_sigcode from proc to process.
Philip Guenther
2014-03-22
Move p_sigacts from struct proc to struct process.
Philip Guenther
2014-03-19
It's safe to assumed 'signed' exists
Philip Guenther
2014-03-18
More a.out detritus
Philip Guenther
2014-03-16
DDB supports ELF symbols are all archs, and it's always the same as the
Philip Guenther
2014-03-13
get rid of the assumption that the head of the alldevs list is the
David Gwynne
2014-03-11
lint is gone, and the 'lint' conditional was never in the implementation
Philip Guenther
2014-02-19
/etc/random.seed support (only loaded from disk devices).
Miod Vallat
2014-02-13
Checking if the per-interface address list is empty when configuring
Martin Pieuchot
2014-02-09
Fix copying of the previous pte entries in grow_p1(). Found the hard way by
Miod Vallat
2014-01-30
Move declaration of struct vm_page_md from <machine/vmparam.h> to
Miod Vallat
2014-01-26
Attempt to make user changes of keyboard layout a bit more `sticky' on wsmux
Miod Vallat
[next]