Age | Commit message (Expand) | Author |
2008-06-22 | As discussed on ICB, do not invoke make with several targets to make | Antoine Jacoutot |
2008-06-22 | Enable the use of __attribute__ ((__nonnull__)) unconditionally under OpenBSD, | Miod Vallat |
2008-06-22 | correct function names on some debug and panics. | Federico G. Schwindt |
2008-06-22 | Replace MUSTEK_RETRIES, SCANJET_RETRIES and ST_RETRIES with SCSI_RETRIES, | Kenneth R Westerback |
2008-06-22 | remove MALLOC and FREE macros, as they are no more used in the tree. | Charles Longeau |
2008-06-22 | One last forgotten FREE(). | Miod Vallat |
2008-06-22 | Revert 1.203; it's not safe to blindly walk the tailq instead of the rbtree | Ryan Thomas McBride |
2008-06-21 | print vendor and product in hexa on debug. | Federico G. Schwindt |
2008-06-21 | print the correct function name. | Federico G. Schwindt |
2008-06-21 | Oops. Forgot to actually change the retries in scsi_size() to SCSI_RETRIES. | Kenneth R Westerback |
2008-06-21 | regen | Brad Smith |
2008-06-21 | add Marvell Yukon PCI id for the 88E8040T chipset. | Brad Smith |
2008-06-21 | fgsch@ points out my last commit changed the retry limit for CD capacity | Kenneth R Westerback |
2008-06-21 | Eliminate cd_size() and use scsi_size() + tweaked cd_get_params() | Kenneth R Westerback |
2008-06-21 | add a hash table mechanism based upon hcreate(3) but one that allows | Joris Vink |
2008-06-21 | rework collisionreport to allow some limited repair capabilities: | Marc Espie |
2008-06-21 | introduce unlink operation with nice properties | Marc Espie |
2008-06-21 | use autovivification | Marc Espie |
2008-06-21 | Fix "-T expire"; clear pfra_fback on addresses before sending them back to | Ryan Thomas McBride |
2008-06-21 | cleaning up, no functional changes | Martynas Venckus |
2008-06-21 | use optopt to get invalid flag, instead of return value of getopt, | Martynas Venckus |
2008-06-21 | unreac -> unreach; from Markus Lude | Jason McIntyre |
2008-06-21 | fix probable cut and paste error when for the virtual QH link. | Federico G. Schwindt |
2008-06-21 | Only do state key linking on the outbound path. | Ryan Thomas McBride |
2008-06-20 | Don't parse CVS/Root during import. | Tobias Stoeckmann |
2008-06-20 | Another uchcom product found in the Linux driver. | Jonathan Gray |
2008-06-20 | regen | Jonathan Gray |
2008-06-20 | Another uchcom product found in the Linux driver. | Jonathan Gray |
2008-06-20 | admin is only allowed on files which have an entry in CVS/Entries. | Tobias Stoeckmann |
2008-06-20 | Remove obsolete (and erroneous) #if statement that caused all compilers | Anders Magnusson |
2008-06-20 | prepare to handle future extensions | Marc Espie |
2008-06-20 | Change gcc named variadics to c99 ones. Ok otto@ | Anders Magnusson |
2008-06-20 | Properly send -D arguments to server when run as a client. Issue spotted | Tobias Stoeckmann |
2008-06-20 | If -N has been specified along -D for diff, treat invalid dates as non-existe... | Tobias Stoeckmann |
2008-06-20 | Fix erroneous variadics. Ok millert@ | Anders Magnusson |
2008-06-20 | add missing .Re; from Alan R. S. Bueno | Jason McIntyre |
2008-06-20 | Re-enable amdmsr(4) now that it properly checks for AMD Geode LX CPU and | Marc Balmer |
2008-06-20 | Adjust the _SEM_CHECK_VALIDITY macro to detect NULL sem_t instead of | Kurt Miller |
2008-06-19 | knf; Mark Lumsden | Theo de Raadt |
2008-06-19 | Moved the unset of TZ environment variable out of atot into main, removing | Tobias Stoeckmann |
2008-06-19 | If checkout/update -p is requested with a specific tag for a file which | Tobias Stoeckmann |
2008-06-19 | Add entries to history file only if it already exists. | Tobias Stoeckmann |
2008-06-19 | do not print spurious whitespace when reading from stdin; | Otto Moerbeek |
2008-06-19 | printf(1) does not take any options but still needs to ignore the "--" | Todd C. Miller |
2008-06-19 | comment out the com4 because -- even when disabled -- it shuffles all the | Theo de Raadt |
2008-06-19 | sync | Todd T. Fries |
2008-06-19 | sort, prompted by jmc@ | Todd T. Fries |
2008-06-19 | Sync with reality and fix some typos/wording. | Marc Balmer |
2008-06-19 | Add OpenBSD CVS marker, proper type for probe function. | Marc Balmer |
2008-06-19 | the 82598AT variant of ix(4) is 10GbaseT, change media type from AUTO. | Reyk Floeter |