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
/
hppa64
Age
Commit message (
Expand
)
Author
2013-11-04
remove iop(4) driver. it is entirely unmaintained and supports something
Theo de Raadt
2013-11-04
remove iop(4) driver. it is entirely unmaintained and supports something
Theo de Raadt
2013-10-29
fpa went away
Theo de Raadt
2013-10-19
Use daddr_t * instead of int * for the partoffp parameter to
Kenneth R Westerback
2013-10-17
Remove support for a.out and ecoff. We only do elf now.
Theo de Raadt
2013-10-15
We do not produce "core" files, so they do not need to be deleted. they
Theo de Raadt
2013-10-15
Rewrite the awk script that generates the data for option DDB_STRUCT:
Philip Guenther
2013-10-04
Fix boot device matching in the presence of mpath(4).
Mark Kettenis
2013-09-28
In boot(), do not iterate over alldevs if it's empty (i.e. halting from ddb
Miod Vallat
2013-08-20
Remove uscanner(4). It was disabled in GENERIC more than 2.5 years ago.
Antoine Jacoutot
2013-08-07
We uniformly define size_t to be unsigned long and ssize_t to be long. Make
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-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-31
remove counters for simplelocks
Ted Unangst
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-04-01
Do not expose the trap T_* values to userland, since they invade the
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
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-08
Revamp the sequences for suspend/hibernate -> resume so that the code
Theo de Raadt
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-04
Implement pci_min_powerstate().
Mark Kettenis
2012-08-28
Add -nopie to LINKFLAGS on ELF architectures. Note that this needs an
Pascal Stumpf
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
[next]