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
2013-07-05
VAX ELF kernel bits.
Miod Vallat
2013-07-05
VAX ELF userland bits. Consists mostly of register prefix additions.
Miod Vallat
2013-07-05
Take II, this time without flubbing off_t: : move several internal
Philip Guenther
2013-07-04
backout previous; off_t must be signed and there might be other C++ API
Otto Moerbeek
2013-07-04
To ease future changes, move several internal type definitions that are
Philip Guenther
2013-07-03
Do not scribble to a page after uvm_pagefree()'ing it.
Miod Vallat
2013-07-01
Replace magic number in USRPTSIZE with the proper computation based upon
Miod Vallat
2013-06-30
Shortly run at ipl 1 in cpu_idle_cycle(), to let SIMH recognize the system
Miod Vallat
2013-06-29
Minor fixes to let this build with gcc 3.
Miod Vallat
2013-06-29
Turn mfpr() and mtpr() into inline functions.
Miod Vallat
2013-06-29
Pass -D_LOCORE when building .S files.
Miod Vallat
2013-06-23
Stop using -traditional-cpp on gcc3/4 platforms.
Miod Vallat
2013-06-13
ovbcopy begone
Theo de Raadt
2013-06-11
final removal of daddr64_t. daddr_t has been 64 bit for a long enough
Theo de Raadt
2013-06-09
Fix resident_count accounting. Resident count would be incremented when
Miod Vallat
2013-06-03
changes for isc fuse support. not enabled. ok beck deraadt.
Ted Unangst
2013-06-01
cleanup and consolidate the spinlock_lock (what a name!) code.
Ted Unangst
2013-05-29
remove non-existing kernel configurations
Jasper Lievisse Adriaanse
2013-05-21
remove unused cpu_lock code (where it is truly unused). it is not
Ted Unangst
2013-05-17
Add a dummy IPL_MPSAFE definition.
Mark Kettenis
2013-05-15
remove unused variable
Alexandre Ratchov
2013-05-15
Introduce a global interrupt-aware mutex protecting data
Alexandre Ratchov
2013-05-07
remove an unreferenced var that accessed uninitialised memory
Jonathan Gray
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-26
maybe the last PGSHIFT -> PAGE_SHIFT
Theo de Raadt
2013-03-25
ALIGNBYTES/ALIGN/ALIGNED_POINTER can move to the MI file.
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-21
Already have sys/param.h, don't need machine/param.h
Theo de Raadt
2013-03-12
Fix kernel profiling on MP systems by using per-CPU buffers and teach
Martin Pieuchot
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-01-16
cpu_coredump() also needs to invoke vn_rdwr() without IO_NODELOCKED; only
Miod Vallat
2013-01-06
acknowlege -> acknowledge
Martynas Venckus
2013-01-01
<machine/aout_machdep.h> is not used anywhere in the tree, move to the Attic.
Miod Vallat
2012-12-05
Remove excessive sys/cdefs.h inclusion
Theo de Raadt
2012-12-02
Determine whether we're currently on the alternative signal stack
Philip Guenthe
2012-11-25
Avoid using multiline litterals in __asm__ statement, gcc3 complains about
Miod Vallat
2012-11-25
remove the use of cast as lvalue which is verboten with newer gcc
Jonathan Gray
2012-11-05
unifdef -D __HAVE_TIMECOUNTER
Miod Vallat
2012-10-08
Revamp the sequences for suspend/hibernate -> resume so that the code
Theo de Raadt
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-08
Make this compile again.
Miod Vallat
2012-08-07
Move the common bits of syscall invocation and return handling into
Philip Guenthe
2012-06-26
create new machine/_float.h which is namespace clean. create a new
Theo de Raadt
[next]