Age | Commit message (Expand) | Author |
2007-10-10 | a start at full sgi install cd | Theo de Raadt |
2007-10-10 | malloc+bzero -> malloc+M_ZERO. Use 'malloc(sizeof(*p) ...' idiom. | Kenneth R Westerback |
2007-10-10 | Change argsize from size_t to short, since it only stores a short | Ray Lai |
2007-10-10 | Rework the debug dmesg to perform a more complete codec dump. | Deanna Phillips |
2007-10-10 | sync | Theo de Raadt |
2007-10-10 | shortening | Theo de Raadt |
2007-10-10 | sync | Theo de Raadt |
2007-10-10 | oops | Theo de Raadt |
2007-10-10 | sync | Theo de Raadt |
2007-10-10 | apple products; from dunceor | Theo de Raadt |
2007-10-10 | regen | David Gwynne |
2007-10-10 | add the pci product id for the Mellanox ConnectX EN adapters. | David Gwynne |
2007-10-10 | regen | David Gwynne |
2007-10-10 | add the mellanox vendor id | David Gwynne |
2007-10-09 | malloc+bzero -> malloc+M_ZERO. Use 'malloc(sizeof(*p) ...' idiom. | Kenneth R Westerback |
2007-10-09 | malloc+memset(,0,) -> malloc+M_ZERO. 'Fixes' not zeroing of all | Kenneth R Westerback |
2007-10-09 | use macro argument | Theo de Raadt |
2007-10-09 | Fix range check for carp vhid: vhid 0 isn't valid | Joel Knight |
2007-10-09 | Ops, forgot debug printf. | Marcus Glocker |
2007-10-09 | Setup channels with OFDM flags. Permit user to set fix rates. | Marcus Glocker |
2007-10-09 | MALLOC -> malloc | Gilles Chehade |
2007-10-09 | we have been knocking out i2c when ipmi exists on a machine (because | Theo de Raadt |
2007-10-09 | add onewire(4) to the hardware list; | Jason McIntyre |
2007-10-09 | missing newlines in printfs | Theo de Raadt |
2007-10-09 | (missed in previous commit) | Jason McIntyre |
2007-10-09 | add iic(4) to the hardware list; ok deraadt | Jason McIntyre |
2007-10-09 | Added proper support for branch revisions in annotate. | Tobias Stoeckmann |
2007-10-09 | New OpenCVS regression tests. | Tobias Stoeckmann |
2007-10-09 | Properly parse supplied symbols with -r argument. | Tobias Stoeckmann |
2007-10-09 | Do not use working HEAD (file_rcsrev), instead use file_rcs->rf_head to | Tobias Stoeckmann |
2007-10-09 | various style cleanups: | Tobias Stoeckmann |
2007-10-09 | Do not warn user about files that are "no longer in the repository" | Tobias Stoeckmann |
2007-10-09 | Return NULL if a revision has been supplied that is higher than HEAD. | Tobias Stoeckmann |
2007-10-09 | Properly resolve branches, i.e. supplying branch base revision (e.g. 1.1.1) | Tobias Stoeckmann |
2007-10-09 | cvs import must not parse files in local CVS directory. | Tobias Stoeckmann |
2007-10-09 | factor out identical code | Marc Espie |
2007-10-09 | cut up JobStart, prepare the job to be run in a separate function | Marc Espie |
2007-10-09 | don't bother returning anything from JobStart, we don't look at it anyways | Marc Espie |
2007-10-09 | minor refactor: introduce function start_queued_job, to make it more apparent | Marc Espie |
2007-10-09 | rename jobs to more descriptive runningJobs (and easier to grep) | Marc Espie |
2007-10-09 | just-in-time signal handling: do not setup the handlers until we need them. | Marc Espie |
2007-10-09 | rename functions for clarity. | Marc Espie |
2007-10-09 | Load the firmware files just one time per device lifecycle (attach time) | Marcus Glocker |
2007-10-09 | Unneeded and to noisy debug output | Claudio Jeker |
2007-10-09 | Bye bye in_cksum.c, you're not needed here anymore. | Claudio Jeker |
2007-10-09 | Remaining bit of last night work. Make packet reception use all the goodies | Claudio Jeker |
2007-10-09 | Instead of IP_RECVIF we use IPV6_RECVPKTINFO to get the ifindex and the | Claudio Jeker |
2007-10-09 | The router dead_interval switched from 32bit to a 16bit value in OSPFv3. | Claudio Jeker |
2007-10-09 | Use %zu for printing size_t values. | Ray Lai |
2007-10-09 | Do not notify twice about the same timeout in check_icmp, this previously | Pierre-Yves Ritschard |