Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-18 | do not build spppcontrol | Theo de Raadt | |
2006-05-18 | remove spppcontrol | Reyk Floeter | |
sppp(4) configuration is now done with ifconfig(8) ok canacar@ deraadt@ and others | |||
2006-05-18 | the physical interface must be marked UP | Reyk Floeter | |
ok naddy@ | |||
2006-05-18 | document diskless alpha boots, after some pointers from mickey; | Jason McIntyre | |
2006-05-18 | document that a smaller swap file may be used too, sometimes; | Jason McIntyre | |
2006-05-18 | back out last, after some discussion; | Jason McIntyre | |
2006-05-18 | use miod's suggestion for making swap files; | Jason McIntyre | |
2006-05-18 | some wording/grammar fixes; | Jason McIntyre | |
2006-05-18 | Add a duplicate check for our own advertisements. This is necessary | Marco Pfatschbacher | |
for dumb non simplex interfaces, that receive packets they've just sent. Fixes bug 5121. OK deraadt@, mcbride@ | |||
2006-05-18 | use miod's method for swapping; i had wanted to documented both ways, | Jason McIntyre | |
but it's just going to make the page overly complicated. this method has the advantage of making backups easier; | |||
2006-05-18 | Don't ask for a password for ftp transfers if the username 'ftp' is used. | Kenneth R Westerback | |
Suggested by deraadt@, 'looks good to me' deraadt@ | |||
2006-05-18 | add some entries to FILES and SEE ALSO; | Jason McIntyre | |
2006-05-18 | document which server processes need to be running; | Jason McIntyre | |
2006-05-18 | tidy up point 10; | Jason McIntyre | |
2006-05-18 | make swap example work on diskless boots; | Jason McIntyre | |
2006-05-18 | otto's example of how to convert an IP address to hex; | Jason McIntyre | |
2006-05-18 | Use standard swap16() and swap32() functions instead of abusing <db.h> to get | Miod Vallat | |
similar M_xx_SWAP(). | |||
2006-05-18 | Move otherwise unused <machine/vid.h> to stand/ | Miod Vallat | |
2006-05-18 | Avoid segv when a syntax error occurs while reading from command line. | Otto Moerbeek | |
found by jmc@ | |||
2006-05-18 | enable azalia(4) so we can get some more feedback. | Brad Smith | |
2006-05-18 | disable the Analog Devices AD1981HD codec widget init routine for now. | Brad Smith | |
2006-05-18 | de-static | Brad Smith | |
2006-05-18 | Test the state of a disk *after* spinning it up and not before. This | Kenneth R Westerback | |
prevents the issuing of sizing inquiries to non-existant or non-responsive devices like empty slots on a USB card reader. Also try to avoid *extremely* unlikely loop of scsi_start() commands, by not using sd_interpret_sense() until after the disk is spinning. ok dlg@ | |||
2006-05-17 | cf_unit should have a value between 0 and cd_ndevs. So set cf_unit to 0 when | Kenneth R Westerback | |
cd_ndevs is set to 0. "No kidding!" deraadt@ "Seems to make sense to me." beck@ "Seems right." miod@ | |||
2006-05-17 | Add completion routines. | Marco Peereboom | |
Fix some bugs inside the interrupt handler. | |||
2006-05-17 | Add mfi_get_info to obtain all kinds of fun information from the fw. | Marco Peereboom | |
Print out whole info structure when debug is enabled. Add a nice print with useful info during attach. | |||
2006-05-17 | section fixes; | Jason McIntyre | |
2006-05-17 | make the phase 2 and 3 lists more consistent with each other; | Jason McIntyre | |
2006-05-17 | remove a pile of pesky .Tn macros; | Jason McIntyre | |
2006-05-17 | final -enum replacement with text adjusted accordingly; | Jason McIntyre | |
2006-05-17 | small cleanup; | Jason McIntyre | |
2006-05-17 | use -enum lists instead of manually numbering them; | Jason McIntyre | |
2006-05-17 | Fix static array overrun. | Brad Smith | |
Coverity ID: 916 From FreeBSD | |||
2006-05-17 | yyerror() little cleanup | Xavier Santolaria | |
2006-05-17 | regen | Brad Smith | |
2006-05-17 | sync handling of fatal firmware errors w/ wpi(4) | Damien Bergamini | |
2006-05-17 | remove 10GbE from the Xframe entries. | Brad Smith | |
2006-05-17 | tweak the dmesg printing a bit. | Brad Smith | |
ok marco@ | |||
2006-05-17 | mega-commit of unrelated changes: | Damien Bergamini | |
- factor out contiguous DMA allocations (the same code was duplicated in several places and was sometimes incorrect) - s/EIO/ETIMEDOUT where it makes sense - s/memset/bzero/g - don't always bzero the ring descriptors - scan channels 1-14 instead of 1-13 - remove the auhmode stuff since mgt frames are sent by net80211 - remove the SCANALL flag since the f/w notifies us when it switches to another channel - don't re-enable interrupts on f/w panics - KASSERT that commands fit in a descriptor | |||
2006-05-17 | fix printf's | Xavier Santolaria | |
2006-05-17 | Refactor scsi path so that we can have a single sgl function for io and non-io | Marco Peereboom | |
traffic. Redo parameters on functions that were passing too many parameters around. | |||
2006-05-17 | Update as a typo has been fixed there. Noticed by david@ | Hans-Joerg Hoexer | |
2006-05-17 | missing rtlabel support in pf_addr_wrap_neq() | Henning Brauer | |
PR5122 Jann Fischer <jfi@openbsd.de>, thanks! | |||
2006-05-17 | remove useless case that is handled by default anyway | Alexander von Gernler | |
zap trailing blanks ok otto@ | |||
2006-05-17 | Don't cast malloc() | Pedro Martelletto | |
2006-05-17 | fix leak | Markus Friedl | |
2006-05-17 | fix leak; coverity via Kylene Jo Hall | Markus Friedl | |
2006-05-17 | various fixes; | Jason McIntyre | |
2006-05-17 | various fixes; | Jason McIntyre | |
2006-05-17 | sort SEE ALSO; | Jason McIntyre | |