Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-19 | - Check for fgets failure. | Ray Lai | |
- Pass sizeof(buf) to fgets. - Only print what was read. - Simplify error checking while printing bigrams. Inspired by diff from Charles Longeau <chl at tuxfamily dot org> long ago. OK millert@ and moritz@. | |||
2007-02-19 | from hubertf@netbsd: | Jason McIntyre | |
Try to tell what this really does. Including a BUGS section on why it doesn't. *roff code by wiz@, with some input from Slava Semushin <slava.semushin@gmail.com> ok millert | |||
2007-02-19 | do not do a curproc test for interrupt context, because it is plainly wrong. | Theo de Raadt | |
this lets these work on macppc, for instance diagnosed by kettenis, but damien is not around, so ok jsg and others | |||
2007-02-19 | only make this interface available to the kernel for now, discussed witha | Theo de Raadt | |
rt and such; tested and ok miod drahn | |||
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 | |
case), ok espie, also noticed by simon | |||
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 | |
compiles, it definitely doesnt work. | |||
2007-02-19 | ahci will depend on atascsi and scsi | David Gwynne | |
2007-02-19 | precomp -> features as per ATA spec | Jonathan Gray | |
ok dlg@ | |||
2007-02-19 | Our version of file(1) doesn't have the MIME magic file, so remove | Tom Cosgrove | |
references to -i/--mime and no longer accept them on the command line. Update the HISTORY section to be less confusing. Based on a diff to tech@ by Mikolaj Kucharski, mikolaj (dot) kucharski (at) gmail (dot) com. Prompted by jmc@; input from and ok jmc@ and otto@ | |||
2007-02-19 | i think ata_xfers should look more like this. stash the number of the port | David Gwynne | |
in the ata_port struct so a hba can find its own info for that port. | |||
2007-02-19 | actually init and destroy the shared ata stuff when an atascsi instance | David Gwynne | |
is created or destroyed. | |||
2007-02-19 | code to set up a global pool for allocating ata_xfers out of, and for | David Gwynne | |
accessing that pool. | |||
2007-02-19 | Remove unused variable lapic_timer | Tom Cosgrove | |
ok art@ | |||
2007-02-19 | oops, i should have tried to compile the REQUEST_SENSE handling before | David Gwynne | |
committing it. | |||
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 | |
tree. ive lost two large changes today thanks to my own stupidity which could have been avoided if they were in the tree. discussed with deraadt@ ok jsg@ grange@ an older version was ok marco@ | |||
2007-02-19 | Fix const inconsistencies, void pointer artithmetic and a few other | Otto Moerbeek | |
things. now gcc -Wall and lint are more happy. ok joris@ xsa@ | |||
2007-02-19 | Teach Match how handle config directives that are used before authentication. | Darren Tucker | |
This allows configurations such as permitting password authentication from the local net only while requiring pubkey from offsite. ok djm@, man page bits ok jmc@ | |||
2007-02-19 | add handling of skip steps for urpf-failed addresses. | Pierre-Yves Ritschard | |
ok dharthmei@, henning@ | |||
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 | |
2007-02-19 | Document NULL encryption. | Hans-Joerg Hoexer | |
2007-02-19 | isakmpd bits for ESP+NULL encryption. This is useful, when AH can | Hans-Joerg Hoexer | |
not be used (when being behind NAT). With Martin Hedenfalk <martin.hedenfalk at gmail.com>, thanks! | |||
2007-02-19 | Bits for ESP+NULL encryption. This is useful, when AH can not be | Hans-Joerg Hoexer | |
used (when being behind NAT). With Martin Hedenfalk <martin.hedenfalk at gmail.com>, thanks! ok markus@ | |||
2007-02-19 | minimum blocksize for ESP is 32 bit, so adjust blocksize of NULL | Hans-Joerg Hoexer | |
encryption accordingly. Makes NULL encryption useable with ESP. Noticed by Martin Hedenfalk <martin.hedenfalk at gmail.com>. ok markus@ | |||
2007-02-19 | do not display empty authkey/enckey line when -k option is not | Hans-Joerg Hoexer | |
specified. ok markus@ | |||
2007-02-19 | previous commit to parse.y was undone. adopt these two regression tests. | Hans-Joerg Hoexer | |
2007-02-19 | undo previous commit and keep the original behaviour of the parser. | Hans-Joerg Hoexer | |
asked for by deraadt@ | |||
2007-02-19 | sync | Theo de Raadt | |
2007-02-19 | tidy up synopsis and usage(); | Jason McIntyre | |
2007-02-18 | tidy up synopsis and usage(); | Jason McIntyre | |
2007-02-18 | Use sizeof(buf) instead of hard coded numbers. | Ray Lai | |
From Charles Longeau <chl at tuxfamily dot org> long ago. OK moritz@. | |||
2007-02-18 | tidy up synopsis and usage(); from Igor Sobrado | Jason McIntyre | |
2007-02-18 | tidy up synopsis and usage(); from Igor Sobrado | Jason McIntyre | |
2007-02-18 | tidy up synopsis and usage(); from Igor Sobrado | Jason McIntyre | |
2007-02-18 | tidy up synopsis and usage(); from Igor Sobrado | Jason McIntyre | |
2007-02-18 | tidy up synopsis and usage(); from Igor Sobrado | Jason McIntyre | |
2007-02-18 | tidy up synopsis and usage(); partly from Igor Sobrado | Jason McIntyre | |
2007-02-18 | simplify synopsis and usage(); based on a diff from Igor Sobrado | Jason McIntyre | |
2007-02-18 | tidy up synopsis and options list; from Igor Sobrado | Jason McIntyre | |
2007-02-18 | tidy up synopsis and usage; from Igor Sobrado | Jason McIntyre | |
2007-02-18 | unused extern decl | Henning Brauer | |
From: Mark Lumsden <mark@cyodesigns.com> | |||
2007-02-18 | tidy up synopsis and usage; from Igor Sobrado | Jason McIntyre | |
2007-02-18 | tidy up synopsis and usage; from Igor Sobrado | Jason McIntyre | |
2007-02-18 | unneeded .Op; from Igor Sobrado | Jason McIntyre | |