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
2010-05-23
Move towards passing $PARAM around in CPPFLAGS, instead of compiling param.c
Theo de Raadt
2010-05-23
no need for -D__i386__ since it is supplied by the compiler.
Theo de Raadt
2010-05-23
no need for -Dx86_64 or -Damd64, since __amd64__ is supplied by the
Theo de Raadt
2010-05-23
alpha does not need to -Dalpha
Theo de Raadt
2010-05-23
remove another piece of ancient #ifdef arc code
Theo de Raadt
2010-05-23
fix another signed/unsigned slipt. no functional change. I hate this
Owain Ainsworth
2010-05-23
can use __${mach}__ and do not need -Dmc68020 anymore
Theo de Raadt
2010-05-23
mac68k can move to defining __mac68k__ instead
Theo de Raadt
2010-05-23
luna88k moves to defining __luna88k__ instead
Theo de Raadt
2010-05-23
toast __arc__; we gave up on that platform around a decade ago
Theo de Raadt
2010-05-23
missing dkio.h includes; ok krw@
Christian Weisgerber
2010-05-23
move hp300 to -D__hp300__; ok miod
Theo de Raadt
2010-05-23
rely on __alpha__ instead of alpha
Theo de Raadt
2010-05-23
rely on __alpha__, __amd64__, and __i386__ instead
Theo de Raadt
2010-05-23
rely on __sparc__ instead
Theo de Raadt
2010-05-23
sync
Theo de Raadt
2010-05-23
use __alpha__ not alpha for the ifdef
Theo de Raadt
2010-05-23
add dkio.h to the last of the disk ioctl users i can find.
David Gwynne
2010-05-23
Place drive in standby mode before shutdown. Avoids the loud click heard on
Mark Kettenis
2010-05-22
Remove instruction TLB purges for direct mappings that will never have the
Mark Kettenis
2010-05-22
this is amd64, not i386, and the protection was all busted
Theo de Raadt
2010-05-22
macppc never has i386 defined; ok drahn
Theo de Raadt
2010-05-22
protection should use the upper case names
Theo de Raadt
2010-05-22
Blank lines at the start of a function are so .Nx.
Mark Kettenis
2010-05-22
missing dkio.h includes
Theo de Raadt
2010-05-22
remove the last #ifdef hp300, and unused hp700 code as well; ok miod
Theo de Raadt
2010-05-21
Fix a locking problem in mincore where it was possible for us to sleep
Owain Ainsworth
2010-05-21
defintion -> definition.
Miod Vallat
2010-05-21
Make compile with NBIO = 0
Marco Peereboom
2010-05-21
Add support for IPIs on hppa.
Joel Sing
2010-05-20
Make fans run slower in Sun systems with tda controllers by bumping the
Edd Barrett
2010-05-20
remove unused variable. fallout from previous.
Thordur I. Bjornsson
2010-05-20
Split some copies of two struct members together into two bcopy rather
Nicholas Marriott
2010-05-20
add mode change command to support ZTE 3G modem (MF633 etc)
Yojiro Uo
2010-05-20
regen
Yojiro Uo
2010-05-20
add ZTE633 (3G modem) etc
Yojiro Uo
2010-05-20
Force max physical memory allocation for bus_dmamem_alloc() to be 4gig
Owain Ainsworth
2010-05-20
Don't dereference cp to shut gcc4 up (the intent anyway).
Marco Peereboom
2010-05-20
New scsi code seems to be stable. Pluck previously identified
Kenneth R Westerback
2010-05-20
Simplify new disk cache code so simpler people can understand it.
Kenneth R Westerback
2010-05-19
Use the actual SSID length rather than a (wrong) sizeof. Makes gcc4
Nicholas Marriott
2010-05-19
BUS_DMA_ZERO instead of alloc, map, bzero.
Owain Ainsworth
2010-05-19
BUS_DMA_ZERO love.
Owain Ainsworth
2010-05-19
Spin up secondary CPUs on hppa multiprocessor kernels. At this stage we
Joel Sing
2010-05-19
Require RTF_MPLS to be set when a mpls route is added or changed. To remove
Claudio Jeker
2010-05-19
clean up a few things that where left to rot after bob's vfs cache work.
Thordur I. Bjornsson
2010-05-19
the virtual scsi disks that mpi(4) presents dont grok modifications to the
David Gwynne
2010-05-19
remove unused flag.
David Gwynne
2010-05-19
add an ioctl that allows userland to get or set a disks read and write
David Gwynne
2010-05-19
fix fallout from the removal of dkio.h from ioctl.h
David Gwynne
[next]