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
2015-01-27
remove the second void * argument on tasks.
David Gwynne
2015-01-27
Remove an unused and confusing assignment that had been commented out for
Mike Larkin
2015-01-27
Remove an unused variable whose functionality was moved to locore long ago.
Mike Larkin
2015-01-27
Remove an odd comment in the first line of the file
Mike Larkin
2015-01-27
Rewrite receive filter handling and ioctl bits.
Brad Smith
2015-01-27
Require EFT shared objects have a PT_PHDR entry to be considered
Kurt Miller
2015-01-26
Move the "stackgap" from the stack into its own page at a random address.
Mark Kettenis
2015-01-26
Print frame buffer resolution at attach time.
Miod Vallat
2015-01-26
Call rtdeletemsg(9) instead of rerolling its code. As a bonus you'll
Martin Pieuchot
2015-01-26
Do not always try to rtfree(9) route entries inside rtdeletemsg(9).
Martin Pieuchot
2015-01-26
Set PCIe max read request size to 2K to help with TX performance.
Brad Smith
2015-01-26
Update the Samsung SSD controller comment.
Brad Smith
2015-01-26
Import the exynos work into tree. This is from Bitrig. Discussed with and OK ...
Brandon Mercer
2015-01-25
Rework cbus(4) interrupt support a bit. Instead of merging devhandle and
Mark Kettenis
2015-01-25
Correct a bit test for DDR2 CAS Latency and recognise CL7 and CL6.
Jonathan Gray
2015-01-25
refactor loading of dmamaps.
David Gwynne
2015-01-24
Implement bus_dmamem_alloc_range(9) for macppc/socppc.
Mark Kettenis
2015-01-24
correct the syntax description of the boot command; ok jmc@
Christian Weisgerber
2015-01-24
Use bus_dmamem_alloc_range(9) to make sure the ring descriprtors can be
Mark Kettenis
2015-01-24
Add bus_dmamem_alloc_range(9) to allow drivers to allocate DMA'able memory
Mark Kettenis
2015-01-24
Remove a comment that is no longer true with MCLGETI and jumbos on
Brad Smith
2015-01-24
Userland (base & ports) was adapted to always include <netinet/in.h>
Theo de Raadt
2015-01-23
Make km_alloc(9) use the direct map for all "phys contig" mappings requested
Mark Kettenis
2015-01-23
break after return is useless.
David Gwynne
2015-01-23
move from deferring vd requests with a task per message to a ring
David Gwynne
2015-01-23
get the args right for the fallback atomic_{cas,swap}_ptr
David Gwynne
2015-01-22
pool_setipl() on both pmap pools as a workaround for some sort of MP
Theo de Raadt
2015-01-22
Let powerpc's bus_space(9) use the same pmap and uvm interfaces than the
Martin Pieuchot
2015-01-22
Replace some obvious '$OpenBSD' and '$OpenBSD:' typos with '$OpenBSD$'.
Kenneth R Westerback
2015-01-22
Reduce the number of intermediate buffers by pre-allocating DMA buffers
Martin Pieuchot
2015-01-22
Use correct error type and remove unused interface pointer.
Martin Pieuchot
2015-01-22
pool_chk_page iterates over a pages free item lists and checks that
David Gwynne
2015-01-22
bring back r1.80:
David Gwynne
2015-01-21
3 different .h files here include ioccom.h. Do not need to include it directly
Theo de Raadt
2015-01-21
if_media.c needs net/if_var.h. This fixes the build with IFMEDIA_DEBUG.
Theo de Raadt
2015-01-21
remove #if 0 cdefs.h blocks
Theo de Raadt
2015-01-21
To satisfy kernel grovellers and bad (but document) sysctl
Theo de Raadt
2015-01-21
Remove the useless variable ifa in rt_getifa().
Alexander Bluhm
2015-01-21
By popular demand, put NFS, ipv6 and vlan support in sparc installation media.
Miod Vallat
2015-01-21
Even without BATs memory under ``physmaxaddr'' is mapped 1:1 in the
Martin Pieuchot
2015-01-21
I don't foresee knowing that my i386 netbook has an AT/286+ bios and
Ted Unangst
2015-01-21
Do not try to stop and reset endpoints if USB transfers are aborted
Martin Pieuchot
2015-01-21
Ubreak the tree by using "struct ifreq" instead of "struct linux_ifreq".
Martin Pieuchot
2015-01-21
Enable ix(4).
Mark Kettenis
2015-01-21
Remove the code to automagically find a "carpdev".
Martin Pieuchot
2015-01-21
Add a comment above the autopad checking.
Brad Smith
2015-01-21
Use the RL_FLAG_AUTOPAD flag when trying to determine when
Brad Smith
2015-01-21
Delete option COMPAT_43: support for pre-sa_len binaries has been obsolete
Philip Guenther
2015-01-20
Move ps_strings "after" the random stackgap. This makes its location a
Mark Kettenis
2015-01-20
Merge two copies of the (almost) identical bus space code into one file.
Martin Pieuchot
[next]