Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-29 | quiet apm | Theo de Raadt | |
2005-04-29 | spacing | Theo de Raadt | |
2005-04-29 | Support ATI IXP 400 SATA, which is a Silicon Image 3112 in sheep's clothing. | Jonathan Gray | |
Tested by Pedro la Peu <pedro at am-gen.org>. ok grange@ | |||
2005-04-29 | regen | Jonathan Gray | |
2005-04-29 | ATI IXP 400 devices and some additional Radeon XPRESS IDs. | Jonathan Gray | |
2005-04-28 | += | Theo de Raadt | |
2005-04-28 | shrink extra verbose crud | Theo de Raadt | |
2005-04-28 | shut up | Theo de Raadt | |
2005-04-28 | remove junk from 8 years ago | Theo de Raadt | |
2005-04-28 | Don't detach interface from pf's perspective until after IPv6 is done with it. | Christopher Pascoe | |
ok dlg@ henning@ | |||
2005-04-28 | more snprintf error checking. ok krw@ | Moritz Jodeit | |
2005-04-28 | more snprintf checking. ok krw@ | Moritz Jodeit | |
2005-04-28 | - sort options | Jason McIntyre | |
- sync usage() - other minor tweaks | |||
2005-04-28 | going to need zts on RAMDISK... | Theo de Raadt | |
2005-04-28 | install kue firmware on zaurus; ok uwe@ dlg@ | David Krause | |
2005-04-28 | Some really braindead usb devices such as x-in-1 card reader/writers | Kenneth R Westerback | |
try to help equally braindead os's by presenting any inserted media as LUN 0 until another LUN is used in a command. Trick them by issuing a gratuitous/harmless INQUIRY to LUN 1 after issuing the LUN 0 INQUIRY but before any other command. Only umass scsi devices with >1 lun are affected. Fixes dlg's reader/writer for one. Lots of diagnosis and testing by dlg@, ok dlg@, ok marco@. | |||
2005-04-27 | Add SDEV_UMASS flag, analogous to SDEV_ATAPI, and use it to force a | Kenneth R Westerback | |
full LUN scan on UMASS SCSI targets. UMASS provides reliable max lun information so we shouldn't waste time. Fixes many x-in-1 card reader/writers that report identical INQUIRY information for every slot they provide. Lots of diagnosis and testing by dlg@, ok dlg@, 'I can live with this' marco@. | |||
2005-04-27 | Remove unnecessary step in ack sequence. | Marco Peereboom | |
Help LSI, ok mickey@ | |||
2005-04-27 | In osiop_checkintr(), bail out early and do not claim the interrupt for | Miod Vallat | |
``can't happen'' situations (which happen sometimes on mvme88k), rather than inadvertently dereference NULL pointers and panic. | |||
2005-04-27 | Shave more stack operations, courtesy of the not-so-new-now ABI. | Miod Vallat | |
2005-04-27 | sort | Theo de Raadt | |
2005-04-27 | tag these as hppa64 | Theo de Raadt | |
2005-04-27 | solbourne Makefile and dive there | Theo de Raadt | |
2005-04-27 | simple man page for sgivol | Theo de Raadt | |
2005-04-27 | regen | Jakob Schlyter | |
2005-04-27 | add Audiovox RTM-8000 GSM/GPRS CF | Jakob Schlyter | |
2005-04-27 | Allow userland to cause the data cache to be flushed for any arbitrary address | Miod Vallat | |
range in the current process, using trap #451. This is necessary for proper gcc trampolines operation, and, later, ld.so... | |||
2005-04-27 | Always include <uvm/uvm_extern.h> before <machine/cmmu.h>. | Miod Vallat | |
2005-04-27 | Move constants for dma_cachectl() to cmmu.h where they belong. | Miod Vallat | |
2005-04-27 | add missing flags to /proc/cpuinfo and don't print invalid ones; deraadt@ ok | Federico G. Schwindt | |
2005-04-27 | spacing | Theo de Raadt | |
2005-04-27 | spacing | Theo de Raadt | |
2005-04-27 | if SystemPartition contains a cdrom boot specifier, whack the | Theo de Raadt | |
OSLoadPartition variable to point to partition 0 of the same unit. | |||
2005-04-27 | avoid the o{open,read,lseek} interfaces, and use the regular ones, because | Theo de Raadt | |
we want to be able to handle gzip files | |||
2005-04-27 | Replace the last user of pmap_map() with an inline version, and kill pmap_map() | Miod Vallat | |
for good. | |||
2005-04-26 | enable uhci | David Gwynne | |
ok drahn@ deraadt@ compilation tested by phessler | |||
2005-04-26 | remove now obsolete mac68k_set_pte | Martin Reindl | |
ok miod@ | |||
2005-04-26 | new NuBus slot space mapping/probing code utilizing bus_space(9) | Martin Reindl | |
ok miod@ from NetBSD | |||
2005-04-26 | Check for memory allocation failure before zeroing memory, not after; | Miod Vallat | |
from mpech@ | |||
2005-04-26 | enter zboot | Theo de Raadt | |
2005-04-26 | install in zaurus MANSUBDIR | Theo de Raadt | |
2005-04-26 | Remove unused hooks for periodic pcons polling. | Miod Vallat | |
2005-04-26 | Use cons_decl() rather than rolling our own prototypes, and some KNF. | Miod Vallat | |
2005-04-26 | the the | Miod Vallat | |
2005-04-26 | ... oh and let it work for all cases | Theo de Raadt | |
2005-04-26 | let ramdisks compile after zts changes | Theo de Raadt | |
2005-04-25 | [OpenBSD] | Tom Cosgrove | |
Make boot code use real mode with 64K segments instead of 1M segments. Improves stability with some disk controller cards. Also explicitly state operand size on some moves. Bump version on boot, cdboot and pxeboot accordingly. "just get them in" beck@ ok weingart@ | |||
2005-04-25 | Correctly handle boot drives with SCSI id >= 10; ok mickey@ | Miod Vallat | |
2005-04-25 | KNF and zap trailing whitespace. | Niall O'Higgins | |
no binary changes. | |||
2005-04-25 | csum -> csum_flags | Brad Smith | |
ok krw@ canacar@ |