Age | Commit message (Expand) | Author |
2006-04-26 | check for IFF_RUNNING being set before calling nfe_init(). | Brad Smith |
2006-04-26 | Undo last commit. | Marco Peereboom |
2006-04-26 | don't return -1, just 1. | Marco Peereboom |
2006-04-26 | typo | Marco Peereboom |
2006-04-26 | Add subvendor and subsysid to the mix to differentiate between controllers. | Marco Peereboom |
2006-04-26 | sync | Marco Peereboom |
2006-04-26 | Rename PERC 5/i to PERC SAS so that we can differentiate between models. | Marco Peereboom |
2006-04-25 | kill unused old debug code. | Esben Norby |
2006-04-25 | Prettier error messages | Chad Loder |
2006-04-25 | Avoid shadowing of external symbols by local variables; whoever | Otto Moerbeek |
2006-04-25 | enable udcf, why not | Theo de Raadt |
2006-04-25 | kill setjmp() and alarm() methods, which are almost always inverted signal | Theo de Raadt |
2006-04-25 | Oops, correct import this time. | Miod Vallat |
2006-04-25 | Remove virtual tunnel support from the mrouting code. The virtual tunnel | Claudio Jeker |
2006-04-25 | various small lint cleanups; ok otto | Theo de Raadt |
2006-04-25 | reference to spl(9) | Michael Shalayeff |
2006-04-25 | quote strings consistently. | Xavier Santolaria |
2006-04-25 | fatal() -> err()/errx() as we try to not depend on heavy cvs_log(). | Xavier Santolaria |
2006-04-25 | the error path for teh sync cache command should return, not try to blunder | David Gwynne |
2006-04-25 | same hack for .ln as .o | Marc Espie |
2006-04-25 | check rcs_head_set() return value. | Xavier Santolaria |
2006-04-25 | Oops, correct import this time. | Miod Vallat |
2006-04-25 | Match PCI ids for Intel ICH7 SATA in AHCI mode. | Jonathan Gray |
2006-04-25 | Mark fatal and fatalx as __dead from deraadt@ | Claudio Jeker |
2006-04-25 | Mark fatal and fatalx as __dead from a similar diff for bgpd from deraadt@ | Claudio Jeker |
2006-04-25 | Use size_t for buffer lenght passed to send_ls_ack() plus an ARGSUSED. | Claudio Jeker |
2006-04-25 | limit pool backend preallocation to 2048 pages max (which only affects >2g ph... | Michael Shalayeff |
2006-04-25 | Kill unused function and add a ARGSUSED. | Claudio Jeker |
2006-04-25 | Path the length of the packet as size_t to in_cksum(). Enforce that the | Claudio Jeker |
2006-04-25 | The return value of lsa_num_links is an u_int16_t tnd not int. Found by lint. | Claudio Jeker |
2006-04-25 | More lint cleanup. Kill unneeded stuff and sprinkle some ARGSUSED. | Claudio Jeker |
2006-04-25 | Prevent ssh from trying to open private keys with bad permissions more than | Darren Tucker |
2006-04-25 | ARGSUSED for event handler. | Claudio Jeker |
2006-04-25 | Mark event handlers with ARGSUSED to please lint. | Claudio Jeker |
2006-04-25 | style; | Xavier Santolaria |
2006-04-25 | Missed an include chunk. | Miod Vallat |
2006-04-25 | fix endian issue. netbsd pr31051 via ian mcwilliam | Ted Unangst |
2006-04-25 | two strtol calls that were begging to be converted to strtonum | Ted Unangst |
2006-04-25 | that extern was needed for now, miod | Theo de Raadt |
2006-04-25 | atoi/strtonum from han boetes | Ted Unangst |
2006-04-25 | strtonum does not require limits.h | Ted Unangst |
2006-04-25 | mode_t is your friend | Theo de Raadt |
2006-04-25 | mark usage() __dead | Theo de Raadt |
2006-04-25 | for SENSOR_TIMEDELTA, store time in nanoseconds. discussion with kettenis | Theo de Raadt |
2006-04-25 | The -r flag without an argument signifies HEAD for rcsmerge as well. | Ray Lai |
2006-04-25 | The -r flag without an argument signifies HEAD for rcsclean. | Ray Lai |
2006-04-25 | if the timeval has data, print it at the end of the line | Theo de Raadt |
2006-04-25 | add a struct timeval to struct sensor. any sensor which wishes the user | Theo de Raadt |
2006-04-25 | Back out previous tests, the keywords all expanded and destroyed | Ray Lai |
2006-04-25 | Regression tests for keywords for ci. | Ray Lai |