summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2005-08-09move to 3.8-betaTheo de Raadt
2005-08-08Add ses link. Tested and ok deraadt@Marco Peereboom
2005-08-08Skip (trap) instruction in cpu_fork() instead of proc_trampoline().Mark Kettenis
2005-08-08Fill in device structure, bad dlg@Marco Peereboom
2005-08-08Fill in device structure, bad dlg@Marco Peereboom
2005-08-08Avoid overlap in USB hard and the soft interrupt bits, update commentsUwe Stuehler
2005-08-08Add a few splassert() checks, okay art@Pedro Martelletto
2005-08-08rename a bunch of bio/raid APIs to stop the bleeding in dlg andTheo de Raadt
2005-08-08Add devices to structures.Marco Peereboom
2005-08-07ati ixp audio; ported form ntbsd in <4h of boretime; testing by krw@ and ian@Michael Shalayeff
2005-08-07remove some scsi bus warnings and gunk if on a ramdisk; semi-ok krwTheo de Raadt
2005-08-07a bunch more ADB handler IDs, will be necessary in the futureMartin Reindl
2005-08-07Do not blindly reset the state count to zero after a clear, as we may notChristopher Pascoe
2005-08-07verify ticket in DIOCADDADDR, from Boris Polevoy, ok deraadt@Daniel Hartmeier
2005-08-07Reset kif->pfik_ifp to NULL before calling pfi_kif_unref(), similar changeChristopher Pascoe
2005-08-07Remove advertising clause from UCB licenses; ok deraad@Miod Vallat
2005-08-07malloc svr4_utsname struct as needed instead of on stack; ok millertTheo de Raadt
2005-08-06overhaul the grf driver:Martin Reindl
2005-08-06while checking for an aux port, if we timeout waiting for our testjoshua stein
2005-08-06Remove 16 bit mode_t leftover in syscall processing.Miod Vallat
2005-08-06We do not need a char machine_arch[] constant.Miod Vallat
2005-08-06Model 360 does not have a PAC.Miod Vallat
2005-08-06correct some spellosChristopher Pascoe
2005-08-06If a process has trashed its stack, use sigexit() instead of psignal() toMiod Vallat
2005-08-06In cache_flush(), after testing for curproc != NULL, do not use curprocMiod Vallat
2005-08-06Improved X40 kludge, tested by djm@.Jonathan Gray
2005-08-05correct io base/limit registers handling. from mycroft. only affectsFederico G. Schwindt
2005-08-05Add one more Compaq Smart Array 6i.Marco Pfatschbacher
2005-08-05regen.Marco Pfatschbacher
2005-08-05Add one more Compaq Smart Array 6i.Marco Pfatschbacher
2005-08-05fix cac commentMichael Shalayeff
2005-08-05- missing m_free()Martin Reindl
2005-08-05don't panic for SADB_ADD w/o enc/auth, with and ok hshoexer@Markus Friedl
2005-08-05Correct URL. Noticed by Dries Schellekens <gwyllion at ulyssis.org>.Jonathan Gray
2005-08-05make three functions non-static (namespace is no issue, they might getDaniel Hartmeier
2005-08-05X40 has to be prodded a bit more to work.Jonathan Gray
2005-08-05Add support for SCSI pass-through commands for enclosure and processor devicesMarco Peereboom
2005-08-05Uncomment aps to help gather more testing feedback.Jonathan Gray
2005-08-05Add commented entry for aps (ThinkPad Active Protection System)Jonathan Gray
2005-08-05Start of a driver for the "Active Protection System" accelerometerJonathan Gray
2005-08-05typoTheo de Raadt
2005-08-05report the fan speed as a percentage since it seems all the enclosures weDavid Gwynne
2005-08-05add a sensor type that can report percentageDavid Gwynne
2005-08-05dont do an inquiry in attach just to print the safte revision number. itDavid Gwynne
2005-08-05switch safte from using a scsi cmd at softclock to doing the commandsDavid Gwynne
2005-08-05reorder the allocation of bits in attach to make cleaning up on an errorDavid Gwynne
2005-08-05READ BUFFER is a generic opcode, so dont define our ownDavid Gwynne
2005-08-05a define for the scsi READ BUFFER opcodeDavid Gwynne
2005-08-05shorten dmesg outputTheo de Raadt
2005-08-05scsi_safte.c and scsi_safte.h are now known as safte.c and safte.hDavid Gwynne