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
/
i386
Age
Commit message (
Expand
)
Author
2014-10-17
reinstate i386/bus_space diff now that serial consoles are fixed in
Stuart Henderson
2014-10-17
Initialize comconsiot. Fixes problems with the (now backed out) i386
Mark Kettenis
2014-10-17
backout i386/bus_space diff for now, req'd by deraadt@ - problems at boot
Stuart Henderson
2014-10-17
Also remove trailing spaces from the CPU brand string.
Mark Kettenis
2014-10-17
revert previous. It isn't just i386 which cares about the setperf
Theo de Raadt
2014-10-17
In the new world order, setperf does not exist on ramdisks.
Theo de Raadt
2014-10-17
bring the twisting of bus_space from amd64 over to i386. this is:
David Gwynne
2014-10-10
Significant unification of RAMDISK* config files, making them diffable.
Theo de Raadt
2014-10-09
mechanical translation of dev_lkm_dummy() to dev_notdef()
Ted Unangst
2014-10-09
remove LKM devices
Ted Unangst
2014-10-08
Add virtio_membar_* macros
Stefan Fritsch
2014-10-04
Switch the kernel configs over to using -Wframe-larger-than= instead of
Brad Smith
2014-10-01
Fix some incorrect format specifiers in a debug printf.
Mike Larkin
2014-10-01
Move some hibernate #defines to pte.h and eliminate some duplicate defines
Mike Larkin
2014-09-27
retire Accoom Networks Artery T1/E1 drive; ok claudio
Theo de Raadt
2014-09-24
remove some stuff to make this fit
Theo de Raadt
2014-09-23
Fix constraint.
Brad Smith
2014-09-22
Add missing format specifier.
Brad Smith
2014-09-21
Don't check LAPIC_DLSTAT_BUSY again after an IPI
Stefan Fritsch
2014-09-20
On i386, agp_map_subregion might sleep, which is not allowed in some of
Mark Kettenis
2014-09-19
Use config_suspend_all(9).
Mark Kettenis
2014-09-14
remove uneeded proc.h includes
Jonathan Gray
2014-09-12
Remove the code that attempts to synchronize P-state transitions between CPUs.
Mark Kettenis
2014-09-11
mplement membar(9) API for i386.
Mark Kettenis
2014-09-08
...and the other file I missed cvs rm'ing in the procfs purge.
Philip Guenther
2014-09-08
Delete procfs; it's always had races and is now unused: no one noticed for
Philip Guenther
2014-09-03
Sync amd64 and i386 GENERIC.MP with other arches by
Bret Lambert
2014-08-30
Make sure we check for GPT in writedisklabel() if kernel is compiled with GPT
Miod Vallat
2014-08-21
Kill the remaining <netinet/in_systm.h> inclusion!
Martin Pieuchot
2014-08-20
unlink crypto(4) pseudo device from the architecture dependant character
Mike Belopuhov
2014-08-15
lofn(4) and nofn(4) are going away
Mike Belopuhov
2014-07-22
<netinet/in_systm.h> is no longer needed.
Martin Pieuchot
2014-07-21
boot(9): Reduce annoying style diffs
Masao Uebayashi
2014-07-20
look up correct dev_t. This matters for the case where a device is
Theo de Raadt
2014-07-20
Support hibernating to softraid crypto volumes.
Mike Larkin
2014-07-20
This pulls in <ddb/db_output.h>, so don't redeclare ddb functions
Philip Guenther
2014-07-17
interrupt handlers established via the ioapic didnt get their
David Gwynne
2014-07-16
Save and restore NVS ranges when hibernating, as per The Spec.
Mike Larkin
2014-07-16
Add mpbios(4). This fixes hw.ncpufound in bsd.rd on the Soekris net6501
Christian Weisgerber
2014-07-16
Reenable hibernate RLE support and flush+zero all memory after unpack.
Mike Larkin
2014-07-15
mode 644 for installing these files
Theo de Raadt
2014-07-15
delete commented out sl
Theo de Raadt
2014-07-14
More comment cleanup in boot().
Masao Uebayashi
2014-07-13
boot(9): Cosmetic changes to improve diff'ability.
Masao Uebayashi
2014-07-13
Comment out option GPT until the matching userland bits are in place.
Miod Vallat
2014-07-13
Cosmetic changes to reduce diffs.
Masao Uebayashi
2014-07-13
The correct place to call _bus_dmamap_sync() is after we copy data *to* the
Mark Kettenis
2014-07-13
Initial support to read GPT partition tables in the kernel, if option GPT.
Miod Vallat
2014-07-13
Stop using old n_long and n_short types.
Martin Pieuchot
2014-07-13
use nitems() instead of handrolling something identical
Jasper Lievisse Adriaanse
[next]