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-09-05
ugold(4) is a driver for PCsensor's USB gold TEMPer temperature
sasano
2013-08-20
Remove uscanner(4). It was disabled in GENERIC more than 2.5 years ago.
Antoine Jacoutot
2013-08-16
divdi3 is needed with big time_t
Otto Moerbeek
2013-08-07
We uniformly define size_t to be unsigned long and ssize_t to be long. Make
Mark Kettenis
2013-08-05
Add rsu(4).
Mark Kettenis
2013-07-13
unify register_t to long on all platforms
Theo de Raadt
2013-07-12
replace fls functions with calls to the libkern versions
Jonathan Gray
2013-07-07
fix int vs long assumption; ok kettenis
Theo de Raadt
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-06-23
Stop using -traditional-cpp on gcc3/4 platforms.
Miod Vallat
2013-06-11
final removal of daddr64_t. daddr_t has been 64 bit for a long enough
Theo de Raadt
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-23
Revert Active PS/2 support for now, until we find a solution suitable
Tobias Stoeckmann
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
[next]