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
Age
Commit message (
Expand
)
Author
2011-04-21
Provide a HPPA_FRAME_ARGS macro. This only works correctly for the
Joel Sing
2011-04-21
Move interrupt related defines and prototypes from cpu.h to intr.h.
Joel Sing
2011-04-21
steal the ccb for error handling before it might be needed during the
David Gwynne
2011-04-21
Revert the ``remove the `skip splraise/splx for IPL_NONE mutexes' optimization''
Miod Vallat
2011-04-21
ahci asks atascsi to reserve a ccb to use for error handling, but then
David Gwynne
2011-04-20
fenv for m68k
Martynas Venckus
2011-04-20
Fix possible NULL dereference for emul data. Okay miod@.
Paul Irofti
2011-04-20
Back out r1.10 of mutex.c as this breaks serial on hppa (at least for MP).
Joel Sing
2011-04-20
Interrupt handlers should only return 1 if they did some work. The
Claudio Jeker
2011-04-20
Potential NULL deref in an error case spotted by chl on one copy;
Theo de Raadt
2011-04-20
Support for Intel GM45 SOL (Serial-over-LAN, part of Intel AMT) as a
Mike Larkin
2011-04-20
do not disable interrupts in the isr and then enable them again
David Gwynne
2011-04-19
Iopoolification. Much simpler version than the one revived at k2k11.
Kenneth R Westerback
2011-04-19
clean out some tiny nits
Theo de Raadt
2011-04-19
regen
Jonathan Gray
2011-04-19
add some more Core 2G/6 Series PCH entries
Jonathan Gray
2011-04-19
Simplify umass devid generation. Only use the last 12 characters of
Matthew Dempsky
2011-04-19
as confirmed by my 11mo old son, this makes midi keyboards work with macppc
Todd T. Fries
2011-04-19
Put splice cleanup code into a common function sounsplice().
Alexander Bluhm
2011-04-19
add some more intel cpuid models
Jonathan Gray
2011-04-19
Fix potential null dereference.
Charles Longeau
2011-04-19
Fix potential null dereference.
Charles Longeau
2011-04-19
Remove dead assignments and newly created unused variables.
Charles Longeau
2011-04-19
Fix dead store. Instead of just remove it, use it properly.
Charles Longeau
2011-04-19
Disable the 88110 branch prediction logic unconditionnaly on all 88110
Miod Vallat
2011-04-19
Cease to pretend RAW SCSI mode exists. Eradicate all traces.
Kenneth R Westerback
2011-04-19
Add missing call to pmap_update() in km_alloc().
Matthew Dempsky
2011-04-19
Free the correct pages when we failed to allocate va.
Artur Grabowski
2011-04-19
use "orl" to test the return value from an interrupt handler not "orq"
David Gwynne
2011-04-19
reintroduce using the RB tree for local address lookups. this is
David Gwynne
2011-04-19
Include USB vendor and product ids when manufacturing a unique disk id
Matthew Dempsky
2011-04-18
Revert the sigacts diff: NFS can apparently retain pointers to processes
Philip Guenthe
2011-04-18
Put back the change of pool and malloc into the new km_alloc(9) api.
Artur Grabowski
2011-04-18
remove the old style by-pass-the-buffer-cache vnd code.
Thordur I. Bjornsson
2011-04-18
ido not disable interrupts in the isr and then enable them again
David Gwynne
2011-04-18
since the pciide driver's interrupt handler can return -1 during hotplug
Theo de Raadt
2011-04-18
keep an eye out for wdc registers returning 0xff. if they return 0xff,
Theo de Raadt
2011-04-18
Change all aml_xfoo to aml_foo names now that parser is stable
Jordan Hargrave
2011-04-17
if mpath is disabled in config or ukc, then prevent path drivers from
David Gwynne
2011-04-17
Add wol support to xl(4). Not really tested, but hopefully someone will
Stefan Sperling
2011-04-17
in_ifinit() is not prepared to be called from interrupt context so add
Stefan Sperling
2011-04-17
Don't increase if_oerrors for every multicast frame leaving the interface.
Stefan Sperling
2011-04-17
bigmem works well enough on amd64; we do not need the knob to turn it
Theo de Raadt
2011-04-17
construct a better path to the swapdevice (as seen in pstat/swapctl output)
Theo de Raadt
2011-04-17
almost 3 years ago 'config generic' support was fixed but never used.
Theo de Raadt
2011-04-17
On IP27 systems, fill the array of node hub widget numbers early, so that all
Miod Vallat
2011-04-17
Tweak the behaviour of boot(8) on hppa. Normal boots now will give you a
Mark Kettenis
2011-04-16
Move the FPU state out of 'struct pcb' like we did for hppa since it causes
Mark Kettenis
2011-04-16
Move the FPU state out of 'struct pcb' like we did for hppa since it causes
Mark Kettenis
2011-04-16
Initialize %cr30 for proc0 with the address of proc0fpstate. Shouldn't really
Mark Kettenis
[next]