Age | Commit message (Expand) | Author |
2007-02-20 | implement logging to other program's stdin. | Henning Brauer |
2007-02-20 | set maximum packet and window sizes the same for multiplexed clients | Damien Miller |
2007-02-20 | put -n in the right place; from Igor Sobrado | Jason McIntyre |
2007-02-20 | typos; from Daniel Dickman | Jason McIntyre |
2007-02-20 | Remove useless -h option (if you don't know the synopsis, how do you know | Chad Loder |
2007-02-20 | Back out -h doc after discussion with theo | Chad Loder |
2007-02-20 | Document -h option. | Chad Loder |
2007-02-20 | use HOST_UP instead of an hard coded integer | Reyk Floeter |
2007-02-20 | Change hard coded numbers to sizeof(buf). Also change some | Ray Lai |
2007-02-20 | Change hard coded numbers to sizeof(buf). Also change some | Ray Lai |
2007-02-20 | Change hard coded numbers to sizeof(buf). Also change some | Ray Lai |
2007-02-20 | Change hard coded numbers to sizeof(buf). Also change some | Ray Lai |
2007-02-20 | Change hard coded numbers to sizeof(buf). Also change some | Ray Lai |
2007-02-20 | knf found while fixing another bug | Theo de Raadt |
2007-02-19 | Added acpi_map_address function for mapping GAS/IO registers | Jordan Hargrave |
2007-02-19 | sync | Theo de Raadt |
2007-02-19 | sort options and sync usage(); from Igor Sobrado | Jason McIntyre |
2007-02-19 | put -n in the right place; from Igor Sobrado | Jason McIntyre |
2007-02-19 | tweaks from Igor Sobrado and myself; | Jason McIntyre |
2007-02-19 | - simply synopsis and usage() | Jason McIntyre |
2007-02-19 | tidy up synopsis and usage(); reported by Igor Sobrado | Jason McIntyre |
2007-02-19 | pthread bits for sh; help deraadt@, ok kettenis@ | Miod Vallat |
2007-02-19 | Put warning about shared IPL interrupts under MPVERBOSE and don't talk about | Mark Kettenis |
2007-02-19 | wording fix from wiz@netbsd, -r1.11; | Jason McIntyre |
2007-02-19 | - Check for fgets failure. | Ray Lai |
2007-02-19 | from hubertf@netbsd: | Jason McIntyre |
2007-02-19 | do not do a curproc test for interrupt context, because it is plainly wrong. | Theo de Raadt |
2007-02-19 | only make this interface available to the kernel for now, discussed witha | Theo de Raadt |
2007-02-19 | ACPIVERBOSE should be off, like i386 | Theo de Raadt |
2007-02-19 | unbreak by allowing clean in !objdir case to fail (no Makefile there in that | Henning Brauer |
2007-02-19 | tweak; | Jason McIntyre |
2007-02-19 | tweak; | Jason McIntyre |
2007-02-19 | stick atascsi onto ahci, which in turn attaches a scsibus. while this | David Gwynne |
2007-02-19 | ahci will depend on atascsi and scsi | David Gwynne |
2007-02-19 | precomp -> features as per ATA spec | Jonathan Gray |
2007-02-19 | Our version of file(1) doesn't have the MIME magic file, so remove | Tom Cosgrove |
2007-02-19 | i think ata_xfers should look more like this. stash the number of the port | David Gwynne |
2007-02-19 | actually init and destroy the shared ata stuff when an atascsi instance | David Gwynne |
2007-02-19 | code to set up a global pool for allocating ata_xfers out of, and for | David Gwynne |
2007-02-19 | Remove unused variable lapic_timer | Tom Cosgrove |
2007-02-19 | oops, i should have tried to compile the REQUEST_SENSE handling before | David Gwynne |
2007-02-19 | REQUEST_SENSE will say there is no sense data. | David Gwynne |
2007-02-19 | implement the start of the framework for scsi emulation of ata disks | David Gwynne |
2007-02-19 | as is short for atascsi, not ab | David Gwynne |
2007-02-19 | pull in atascsi, a scsi to ata translation layer, so i can work on it in | David Gwynne |
2007-02-19 | Fix const inconsistencies, void pointer artithmetic and a few other | Otto Moerbeek |
2007-02-19 | Teach Match how handle config directives that are used before authentication. | Darren Tucker |
2007-02-19 | add handling of skip steps for urpf-failed addresses. | Pierre-Yves Ritschard |
2007-02-19 | add a test for null encryption | Hans-Joerg Hoexer |
2007-02-19 | we have to use '-k' now to show keys. | Hans-Joerg Hoexer |