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
/
sgi
Age
Commit message (
Expand
)
Author
2017-06-11
make vers.o not depend on gap.o using a trick, because it is piece of
Theo de Raadt
2017-06-11
Use umask 077 instead of cp -p when installing the kernel as root.
Alexander Bluhm
2017-06-11
Define register_splx_handler() in one place.
Visa Hankala
2017-06-08
Move loongson/octeon/sgi unmap_startup() under arch/mips64.
Visa Hankala
2017-06-08
Split early startup code out of locore.S into locore0.S. Adjust link
Visa Hankala
2017-06-05
The arm* architectures edit the ld.script, creating a copy in the compile
Theo de Raadt
2017-06-03
Create gap.S and gap.o with umask 077. Create lorder and bsd* with umask 007.
Theo de Raadt
2017-05-11
The device_to_pa routine really isn't needed. We always have physical
Visa Hankala
2017-05-08
add a BUS_DMA_64BIT flag to bus_dma on all our archs.
David Gwynne
2017-04-30
Rename Debugger() into db_enter().
Martin Pieuchot
2017-04-30
Unifdef KGDB.
Martin Pieuchot
2017-04-02
printf format strings should be literals. Reminded by clang.
Visa Hankala
2017-03-18
Build mips64 kernels with -ffreestanding.
Visa Hankala
2017-03-15
Fix building profiling kernels by passing the -p flag to config(8)
Theo Buehler
2017-03-08
Fix logic in the driver preventing it to receive broadcast frames
Martin Pieuchot
2017-02-28
Switch geteblks()'s size argument from int to size_t. It's called with
Martin Natano
2017-02-11
Always leave one free slot in the Tx ring to avoid ambiguity with ring
Visa Hankala
2017-02-11
Simplify ifq_deq_{begin,rollback,commit} sequence to ifq_dequeue.
Visa Hankala
2017-02-11
Let MP-safe interrupt handlers run without the kernel lock on sgi.
Visa Hankala
2017-02-10
Unbreak 'config -p'.
Martin Pieuchot
2017-01-22
move counting if_opackets next to counting if_obytes in if_enqueue.
David Gwynne
2017-01-22
Introduce the KEEPKERNELS variable: if this is set either in mk.conf or
Theo Buehler
2017-01-15
Harmonize the way frame buffer drivers display resolution and color
Frederic Cambus
2017-01-06
Ansify cpu_sysctl() on mips64 platforms.
Frederic Cambus
2016-11-29
m_free() and m_freem() test for NULL. Simplify callers which had their own
Jonathan Gray
2016-11-29
Build kernel with DEBUG=-g by default.
Martin Pieuchot
2016-11-15
Clean up the kernel Makefile's:
Martin Natano
2016-11-06
Do not create machine@ symlinks in obj as root during includes:, but
Theo Buehler
2016-11-05
Two tweaks for compile/Makefile.inc:
Martin Natano
2016-10-27
We don't generate an eddep script for kernel builds nowadays. The last
Martin Natano
2016-10-27
Revert previous `ncpus' change because the percpu code now works
Visa Hankala
2016-10-26
Increment `ncpus' to its final value already during autoconfiguration so
Visa Hankala
2016-10-24
make cleandir should skip the version file; ok otto millert
Theo de Raadt
2016-10-15
cleandir: target for kernel compile directories
Theo de Raadt
2016-10-14
Kernel builds now happen in compile/CONFIG/obj@ -> /usr/obj/... [or ./obj/,
Theo de Raadt
2016-10-09
Apply consistency to forever loops with continue and NOTREACHED
Tom Cosgrove
2016-10-05
Make the sgi boot blocks read the real OpenBSD disklabel instead of
Visa Hankala
2016-09-24
Add -Wno-pointer-sign to all our gcc4 architectures.
Mark Kettenis
2016-09-19
Remove unused getdev() audio driver functions.
Alexandre Ratchov
2016-09-14
Remove drain(), query_encoding(), mappage() and get_default_params()
Alexandre Ratchov
2016-09-13
crank bootloader version after .SUNW_ctf change
Jasper Lievisse Adriaanse
2016-09-04
Remove support for tape block devices. Nobody mount(8)s tapes any longer.
Christian Weisgerber
2016-09-02
Add switch(4) cdev entry
Kazuya Goda
2016-08-31
regen
Jeremie Courreges-Anglas
2016-08-16
Remove RM7000/RM9000-specific performance counter code. It originates
Visa Hankala
2016-07-30
Prep for relro: make sure it's off for any non-PIE stand/ program
Philip Guenther
2016-06-28
enable ure(4) where we already have url(4)
Jonathan Matthew
2016-06-05
Use the new input functions of wsmouse in mouse and touchscreen drivers.
Ulf Brosziewski
2016-06-02
I forgot to enable utvfu(4) for the sgi arch.
Marcus Glocker
2016-05-31
fix arch/mach confusion in make tags. from frantisek holop
Ted Unangst
[next]