summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-10-10Make context switching much more MI:Artur Grabowski
2007-10-10send_packet() now takes a struct in6_addr as destination instead of aClaudio Jeker
2007-10-10Address scope was probably the most stupid idea comming out of IPv6.Claudio Jeker
2007-10-10Turn on the V6 and E bits in hello messages. This makes other OSPFv3 routersClaudio Jeker
2007-10-10Limit the allowed characters in a request to [a-zA-Z0-9-_.:/= ] everythingClaudio Jeker
2007-10-10Fix some obviously bogus code in vge_newbuf(). Should fix PR 5582.Mark Kettenis
2007-10-10Mention RTL8211B support.Jonathan Gray
2007-10-10Add support for the RTL8211B PHY based on a patch byJonathan Gray
2007-10-10a start at full sgi install cdTheo de Raadt
2007-10-10malloc+bzero -> malloc+M_ZERO. Use 'malloc(sizeof(*p) ...' idiom.Kenneth R Westerback
2007-10-10Change argsize from size_t to short, since it only stores a shortRay Lai
2007-10-10Rework the debug dmesg to perform a more complete codec dump.Deanna Phillips
2007-10-10syncTheo de Raadt
2007-10-10shorteningTheo de Raadt
2007-10-10syncTheo de Raadt
2007-10-10oopsTheo de Raadt
2007-10-10syncTheo de Raadt
2007-10-10apple products; from dunceorTheo de Raadt
2007-10-10regenDavid Gwynne
2007-10-10add the pci product id for the Mellanox ConnectX EN adapters.David Gwynne
2007-10-10regenDavid Gwynne
2007-10-10add the mellanox vendor idDavid Gwynne
2007-10-09malloc+bzero -> malloc+M_ZERO. Use 'malloc(sizeof(*p) ...' idiom.Kenneth R Westerback
2007-10-09malloc+memset(,0,) -> malloc+M_ZERO. 'Fixes' not zeroing of allKenneth R Westerback
2007-10-09use macro argumentTheo de Raadt
2007-10-09Fix range check for carp vhid: vhid 0 isn't validJoel Knight
2007-10-09Ops, forgot debug printf.Marcus Glocker
2007-10-09Setup channels with OFDM flags. Permit user to set fix rates.Marcus Glocker
2007-10-09MALLOC -> mallocGilles Chehade
2007-10-09we have been knocking out i2c when ipmi exists on a machine (becauseTheo de Raadt
2007-10-09add onewire(4) to the hardware list;Jason McIntyre
2007-10-09missing newlines in printfsTheo de Raadt
2007-10-09(missed in previous commit)Jason McIntyre
2007-10-09add iic(4) to the hardware list; ok deraadtJason McIntyre
2007-10-09Added proper support for branch revisions in annotate.Tobias Stoeckmann
2007-10-09New OpenCVS regression tests.Tobias Stoeckmann
2007-10-09Properly parse supplied symbols with -r argument.Tobias Stoeckmann
2007-10-09Do not use working HEAD (file_rcsrev), instead use file_rcs->rf_head toTobias Stoeckmann
2007-10-09various style cleanups:Tobias Stoeckmann
2007-10-09Do not warn user about files that are "no longer in the repository"Tobias Stoeckmann
2007-10-09Return NULL if a revision has been supplied that is higher than HEAD.Tobias Stoeckmann
2007-10-09Properly resolve branches, i.e. supplying branch base revision (e.g. 1.1.1)Tobias Stoeckmann
2007-10-09cvs import must not parse files in local CVS directory.Tobias Stoeckmann
2007-10-09factor out identical codeMarc Espie
2007-10-09cut up JobStart, prepare the job to be run in a separate functionMarc Espie
2007-10-09don't bother returning anything from JobStart, we don't look at it anywaysMarc Espie
2007-10-09minor refactor: introduce function start_queued_job, to make it more apparentMarc Espie
2007-10-09rename jobs to more descriptive runningJobs (and easier to grep)Marc Espie
2007-10-09just-in-time signal handling: do not setup the handlers until we need them.Marc Espie
2007-10-09rename functions for clarity.Marc Espie