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