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
/
sparc
/
dev
Age
Commit message (
Expand
)
Author
2011-03-18
Add some delay between a successful keyboard reset sequence and a keyboard
Miod Vallat
2010-12-26
Clean up how we print the sbus(4) clock speed. Purely cosmetic.
Mark Kettenis
2010-11-18
Do not #include <sys/dkstat.h> if you don't need anything from it.
Miod Vallat
2010-11-11
Pass a few more M_ZERO to malloc() or its wrappers, when useful; ok krw@
Miod Vallat
2010-09-28
typo
Miod Vallat
2010-09-23
Introduce a DKF_NOLABELREAD flag, which is used by a device to prevent
Joel Sing
2010-09-22
Add DIOCGPDINFO to drivers that were lacking it. Where there
Kenneth R Westerback
2010-09-22
All users of physio(9) now pass NULL as the buf pointer argument, so
Matthew Dempsky
2010-09-20
Get rid of evcount's support for arranging counters in a tree
Matthew Dempsky
2010-09-08
Store a struct device pointer within struct disk and populate this when
Joel Sing
2010-09-06
- spello, short-hand -> shorthand
Jasper Lievisse Adriaanse
2010-09-05
Remove bogus LHS casts. makes gcc4 happy.
Mark Kettenis
2010-08-28
Garbage collect struct dkdriver.
Matthew Dempsky
2010-08-17
Make sure fast trap handlers correctly invoke soft interrupts by marking
Miod Vallat
2010-08-06
Every time you ignore uiomove() return value, $DEITY kills a little
Miod Vallat
2010-07-15
add two new members to structs audio_encoding and audio_prinfo.
Jacob Meuser
2010-07-10
sun4e (i.e. SPARCengine 1e) support. This platform is a mix between sun4 and
Miod Vallat
2010-07-02
remove support for compat_sunos (and m68k4k). ok deraadt guenther
Ted Unangst
2010-07-02
Move common code for waking up writers on a tty into a function.
Nicholas Marriott
2010-06-28
Remove all adapter-specific 'struct scsi_device's. They are never used. First
Kenneth R Westerback
2010-06-28
Allow tty drivers to request larger buffers at attach time using a
Theo de Raadt
2010-06-27
make sparc compile again after tag team viking/guenther breakage.
Bob Beck
2010-06-26
Don't #include <sys/user.h> into files that don't need the stuff
Philip Guenthe
2010-06-18
dvma_free() the exact size passed to dvma_malloc().
Miod Vallat
2010-06-07
Rework the way onboard devices attach on Sun 4/110 systems (which only have a
Miod Vallat
2010-06-07
Nuke old eeprom.h compatibility defines; ok todd@
Miod Vallat
2010-05-23
add dkio.h to the last of the disk ioctl users i can find.
David Gwynne
2010-05-15
Repair identification of P4 bwtwo on 4/330 and 4/370 models, which got broken
Miod Vallat
2010-05-15
Make fb_pfour_id() take a volatile pointer as argument.
Miod Vallat
2010-05-13
Only enable acceleration code if specific device properties exist; this should
Miod Vallat
2010-04-23
Recycle unused disklabel fields in order to create a disklabel unique
Joel Sing
2010-04-21
more cleanup to cope with the change that tries to make proc.h not act
Theo de Raadt
2010-04-12
Some of the line disciplines want to check for suser. Better to pass them
Ted Unangst
2010-03-03
Bring back cua code for sparc zs; lost in zs.c 1.36 on sparc and later forgotten
Miod Vallat
2009-11-09
Every selwakeup() should have a matching KNOTE() (even if kqueue isn't
Nicholas Marriott
2009-10-31
in the absense of link state handling, drivers should still be silent; ok miod
Theo de Raadt
2009-10-31
Use suser when possible. Suggested by miod@.
Federico G. Schwindt
2009-10-31
Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE()
Theo de Raadt
2009-10-26
Do not do strncmp comparisons on dv_xname because longer device names which
Theo de Raadt
2009-09-12
Add DIOCSDINFO support to the three fd drivers. No change to existing
Kenneth R Westerback
2009-09-05
fix typos
Theo de Raadt
2009-09-05
Change the wsdisplay_emulops return types from void to int; emulops will now
Miod Vallat
2009-09-05
Make DIOCSDINFO code consistant everywhere.
Kenneth R Westerback
2009-08-30
Add support for ISP2200 SBus FC cards.
Mark Kettenis
2009-08-29
Glue for the SBus version of the Sun Vector Gigabit Ethernet card.
Mark Kettenis
2009-08-24
- fix format strings for values that are daddr64_t
Jasper Lievisse Adriaanse
2009-08-13
rewrite the promisc mode / multicast handling code for the sparc hme(4)
Peter Hessler
2009-08-13
Replace the error strings that were being passed around with much simpler
Theo de Raadt
2009-07-24
timeout_add -> timeout_add_msec
Bret Lambert
2009-07-16
- Add missing tick handler calling mii_tick().
Stuart Henderson
[next]