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
/
hppa
Age
Commit message (
Expand
)
Author
2013-05-17
Add a dummy IPL_MPSAFE definition.
Mark Kettenis
2013-05-15
Introduce a global interrupt-aware mutex protecting data
Alexandre Ratchov
2013-04-20
more pckbd fallout, sigh
Theo de Raadt
2013-04-20
Enable active PS/2 multiplexing if available.
Tobias Stoeckmann
2013-04-10
Correctly handle data memory protection ID traps: if occuring in user mode,
Miod Vallat
2013-04-01
Do not expose the trap T_* values to userland, since they invade the
Theo de Raadt
2013-03-31
try to avoid pulling in pte.h and other more crazy things. Checked against
Theo de Raadt
2013-03-31
NBPG and PGSHIFT are now available directly from cpp due to param.h
Theo de Raadt
2013-03-30
reorder include search directories. cuts lookups by quite a bit.
Ted Unangst
2013-03-28
Add STRONG_ALIAS macros to be used from assembly code in libc and
Martynas Venckus
2013-03-28
Add __strong_alias macros for all architectures to be able to alias
Martynas Venckus
2013-03-26
sync TDIRS with reality
Jasper Lievisse Adriaanse
2013-03-26
PGSHIFT and PGOFSET are now contained inside the kernel namespace.
Theo de Raadt
2013-03-25
PGOFSET -> PAGE_MASK
Theo de Raadt
2013-03-25
PGSHIFT -> PAGE_SHIFT
Theo de Raadt
2013-03-25
ALIGNBYTES/ALIGN/ALIGNED_POINTER can move to the MI file.
Theo de Raadt
2013-03-24
Use sys/param.h to be able to get at DEV_BSIZE
Theo de Raadt
2013-03-23
refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is added
Theo de Raadt
2013-03-23
Avoid using DEV_BSHIFT, and use DEV_BSIZE instead.
Theo de Raadt
2013-03-12
Fix kernel profiling on MP systems by using per-CPU buffers and teach
Martin Pieuchot
2013-03-09
turn off debug features we do not need
Theo de Raadt
2013-02-12
Back out per-CPU kernel profiling, it shouldn't modify a public header
Martin Pieuchot
2013-02-11
Fix kernel profiling on MP systems by using per-CPU buffer. Previously
Martin Pieuchot
2013-02-09
Do not bother defining cpu_exec_aout_makecmds() on platforms where we no longer
Miod Vallat
2013-01-16
cpu_coredump() also needs to invoke vn_rdwr() without IO_NODELOCKED; only
Miod Vallat
2012-12-31
Remove emulation errno mapping code from platforms that no longer have
Philip Guenther
2012-12-02
Determine whether we're currently on the alternative signal stack
Philip Guenthe
2012-11-05
unifdef -D __HAVE_TIMECOUNTER
Miod Vallat
2012-10-26
Properly clear trap frame in setregs() to avoid leaking registers across exec.
Mark Kettenis
2012-10-08
Revamp the sequences for suspend/hibernate -> resume so that the code
Theo de Raadt
2012-10-07
Align the stack on a 64-byte boundary as required by "The 32-bit PA-RISC
Mark Kettenis
2012-09-27
enable smsc
Jonathan Gray
2012-09-27
remove the zlib rfc text: these pages already point to gzip(1), which
Jason McIntyre
2012-09-11
Remove the 'OLF method' used for the transition from a.out to ELF and
Theo de Raadt
2012-09-02
Make profiling actually work on hppa.
Mark Kettenis
2012-08-31
Kill NOPIE and NOPIE_FLAGS in hppa/stand.
Pascal Stumpf
2012-08-29
Change "struct reg" to include a few more registers. We now use the same
Mark Kettenis
2012-08-29
Handle T_IPROT traps from userland by call vm_fault() instead of doing an
Mark Kettenis
2012-08-28
Add -nopie to LINKFLAGS on ELF architectures. Note that this needs an
Pascal Stumpf
2012-08-28
Implement pci_min_powerstate().
Mark Kettenis
2012-08-23
kill nnpfs dead
Theo de Raadt
2012-08-22
Build the kernel with -fno-pie. Just getting Ms out of my tree; this will be
Pascal Stumpf
2012-08-21
Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always be
Pascal Stumpf
2012-08-15
use Lk for links;
Jason McIntyre
2012-08-10
simplify pckbc_xt_translation()
Alexandr Shadchin
2012-08-07
Don't include <sys/ktrace.h>; makes this file compile again.
Mark Kettenis
2012-08-07
Move the common bits of syscall invocation and return handling into
Philip Guenthe
2012-06-26
do not assume that sys/param.h is pulling in the world; pull in what is
Theo de Raadt
2012-06-26
param.h (like landisk and alpha before) was still trying to include too
Theo de Raadt
2012-06-26
create new machine/_float.h which is namespace clean. create a new
Theo de Raadt
[next]