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
Age
Commit message (
Expand
)
Author
2015-09-20
Reset the `pending I$ flushes' flag in tfp_InvalidateICache() if invalidating
Miod Vallat
2015-09-19
trivial "if(x) free(x)" replacement by "free(x)"
Sebastien Marie
2015-09-19
No need for wsmux on these installation media, which lack USB support.
Miod Vallat
2015-09-19
intr_barrier(9) for arm
Jonathan Gray
2015-09-18
Go back to the previous approach when managing individual HPC DMA descriptors:
Miod Vallat
2015-09-18
Use the local unixdev.h file rather than the outdated libsa one.
Miod Vallat
2015-09-18
Remove support for building the boot blocks with DEBUGFLAGS=-D_TEST, which is
Miod Vallat
2015-09-18
Drop the workarounds allowing SMALL_KERNEL (i.e. installation media) to be
Miod Vallat
2015-09-18
Fix an uninitialized variable found by Maxime Villard's Brainy.
Visa Hankala
2015-09-16
Fix uninitialized variable found by Maxime Villard's Brainy Code Scanner.
Daniel Dickman
2015-09-15
Fix overlapping memcpy found by Maxime Villard's Brainy Code Scanner.
Mark Kettenis
2015-09-14
unify free(NULL,size) behaviour by allowing passing NULL
Sebastien Marie
2015-09-14
Fix more ifmedia64 fallout in the kernel. It's hiding everywhere...
Stefan Sperling
2015-09-13
intr_barrier(9) for loongson, octeon and sgi.
Mark Kettenis
2015-09-13
intr_barrier(9) for alpha.
Mark Kettenis
2015-09-13
intr_barrier(9) for hppa.
Mark Kettenis
2015-09-13
remove delta
Theo de Raadt
2015-09-13
intr_barrier(9) for macppc and socppc.
Mark Kettenis
2015-09-13
Locators are long now.
Miod Vallat
2015-09-13
Needs <sys/systm.h> before <sys/syscall_mi.h> now.
Miod Vallat
2015-09-13
intr_barrier(9) for i386.
Mark Kettenis
2015-09-13
Introduce intr_barrier(4), an interface that guarantees that an interrupt
Mark Kettenis
2015-09-13
Introduce intr_barrier(4), an interface that guarantees that an interrupt
Mark Kettenis
2015-09-13
Adjust printf for the fact that device locators are now long.
Mark Kettenis
2015-09-13
<sys/systm.h> must be before <sys/syscall_mi.h> now.
Miod Vallat
2015-09-12
Restore SMBIOS detection in ISA. OK yasuoka@
Masao Uebayashi
2015-09-12
Add missing free() in efid_io(). Found by jsg.
YASUOKA Masahiko
2015-09-12
Explicitely include <arm/armreg.h> here instead of expecting previously
Miod Vallat
2015-09-12
Add a few -fno-builtin-foo to silence the build.
Miod Vallat
2015-09-12
Rework fb_setsize() logic to get rid of gotos.
Miod Vallat
2015-09-12
Also print the error registers in the ddb callback.
Miod Vallat
2015-09-11
Make the powerpc pmap (more) mpsafe by protecting both the pmap itself and the
Mark Kettenis
2015-09-11
Build actual boot code with -D_STANDALONE so that we do not include userland
Miod Vallat
2015-09-11
Save/restore MSR_APICBASE during suspend/resume
Stefan Fritsch
2015-09-11
Make room for media types of the future. Extend the ifmedia word to 64 bits.
Stefan Sperling
2015-09-10
Fix error value in ktrace syscall records. ok deraadt@ dlg@ guenther@
Miod Vallat
2015-09-10
Now that the GPT code tries really hard not to get in the way and
Kenneth R Westerback
2015-09-10
reduce .Nd to one line and kill .Tn while here
Ingo Schwarze
2015-09-10
Fix a zx_putchar() stupid bug I introduced nine years ago by actually
Miod Vallat
2015-09-10
Initialize `pc' earlier so that the siginfo pc value is correct in case of
Miod Vallat
2015-09-10
Call readgptlabel() from readdoslabel() instead of MD readdisklabel().
Kenneth R Westerback
2015-09-09
The mplock implementations on MP-enabled mips64 platforms, octeon and
Visa Hankala
2015-09-08
Give the pool page allocator backends more sensible names. We now have:
Mark Kettenis
2015-09-08
sizes for free(); ok semarie
Theo de Raadt
2015-09-08
sizes for free(); ok semarie
Theo de Raadt
2015-09-08
sizes for free(); ok semarie
Theo de Raadt
2015-09-08
sizes for free(); ok semarie
Theo de Raadt
2015-09-08
sizes for free(), when known; ok semarie
Theo de Raadt
2015-09-08
sizes for free(); ok semarie
Theo de Raadt
2015-09-08
convert several malloc(9) to mallocarray(9).
Sebastien Marie
[next]