summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2010-08-27no need for a sc_suspended variableTheo de Raadt
2010-08-27screen blanking code for SM502, and some smfb code cleanup.Miod Vallat
2010-08-27These do not need powerhook functions.Theo de Raadt
2010-08-27gem never had any powerhook supportTheo de Raadt
2010-08-27Delete comments about these drivers needing powerhook support; they don't.Theo de Raadt
2010-08-27get some format strings and variables right in debug outputDavid Gwynne
2010-08-27More killing of PWR_STANDBY. cvs skipped these filesTheo de Raadt
2010-08-27kill PWR_STANDBY (apm can use PWR_SUSPEND instead). While here, renumberTheo de Raadt
2010-08-26Screen burner support for SM712 flavour (Lemote Yeeloong)Miod Vallat
2010-08-26make the comment explaining the kernel submaps a bit better.Thordur I. Bjornsson
2010-08-26Link local multicast requires a scope (either from the src or dst address)Claudio Jeker
2010-08-26regenJonathan Gray
2010-08-26Add HP iLO3 devices and another PLX bridge.Jonathan Gray
2010-08-25Make CardBus ral(4) suspend and resume properly on machines that keep theMark Kettenis
2010-08-25Let rtable_add() return usefull errnos so that the ioctl handler and theClaudio Jeker
2010-08-25Move the iface specific ioctl call for SIOCSIFRDOMAIN further down so thatClaudio Jeker
2010-08-25When setting a rdomain also force -inet6 aka IFXF_NOINET6 on the interfaceClaudio Jeker
2010-08-25Remove the SPARC_BOOT_ELF define and associated machinery since it doesJoel Sing
2010-08-25try giving all devices on ami access to all the ccbs. iopools will shareDavid Gwynne
2010-08-25add scsi_iopool_destroy and scsi_link_shutdown. when a link orDavid Gwynne
2010-08-24spacesClaudio Jeker
2010-08-24Add a splnet() around a block that needs it for sure. Maybe more inClaudio Jeker
2010-08-24Only do the link state checking and RTF_UP dance if the routing table isClaudio Jeker
2010-08-24lockmgr -> rwlock conversionBret Lambert
2010-08-24legibility fixes:Bret Lambert
2010-08-24last is a pointer so initialize to NULL and not 0. Also move initializationClaudio Jeker
2010-08-23Implement bus_space_barrier() on sgi; on xbridge, this will also flushMiod Vallat
2010-08-23Rework the logic of xbridge pci_conf_{read,write} to avoid doing the disableMiod Vallat
2010-08-23* if there's an error setting indirect more for a volume knob widget,Jacob Meuser
2010-08-23fix two problems identified by matthew@:David Gwynne
2010-08-23add support for the LSISAS2004 ships.David Gwynne
2010-08-23regenDavid Gwynne
2010-08-23LSI SAS 2004David Gwynne
2010-08-22the upper case table code was a lot more complicated than it needed to be.Ted Unangst
2010-08-22Fix a 16 year old bug in the sorting routine for non-contiguous netmasks.Marco Pfatschbacher
2010-08-21Match the Huawei E1820, from David Zeillinger.Jonathan Gray
2010-08-21regenJonathan Gray
2010-08-21Huawei E1820, from David Zeillinger.Jonathan Gray
2010-08-21- add a quirk for the apple clear orb usb speakersJasper Lievisse Adriaanse
2010-08-21Rename file to reflect that it handles 64 bit ELF only.Joel Sing
2010-08-21We only need to load 64 bit kernels on sparc64. Clean up the ELF boot codeJoel Sing
2010-08-21an unchecked-for failure of workq_add_task could lead to an mbuf leakBret Lambert
2010-08-20Change the UFS DIP macros to be aware of the FFS2 kernel option by notMatthew Dempsky
2010-08-20Change hzto(9) and tvtohz(9) arguments to const pointers.Matthew Dempsky
2010-08-20add format strings implied by surplus argumentsJonathan Gray
2010-08-20regenDamien Bergamini
2010-08-20The Hercules HWNUP-150 is a urtwn (Realtek RTL8192SU).Damien Bergamini
2010-08-20white space fixDavid Gwynne
2010-08-20fix an annoying indentation glitchTheo de Raadt
2010-08-19Add "memory" clobber to lidt inline asm, to prevent the GCC optimizer fromMark Kettenis