summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-10-06Simple single-processor only mutex implementation; cloned from hppa.Mark Kettenis
2007-10-06NPBFILTER -> NBPFILTER in comments.Jonathan Gray
2007-10-06From master repo:Anders Magnusson
2007-10-06Remove unused variable.Mark Kettenis
2007-10-06From master repo:Anders Magnusson
2007-10-06_Bool is also a type, don't discrimnate against it; ok ragge@Otto Moerbeek
2007-10-06replace abort() by return (-1)Charles Longeau
2007-10-06Oops, committed this with a typo, which made it do not quite the right thing.Mark Kettenis
2007-10-06finish loop as soon as the ldconfig search directories have been found.Steven Mestdagh
2007-10-06Rename bus_space macros. ISA_GET/PUT -> CSR_READ/WRITEBrad Smith
2007-10-06syncTheo de Raadt
2007-10-06Oops. Forgot to do FREE -> free when I did MALLOC -> malloc.Kenneth R Westerback
2007-10-05gilles missed one of the __attribute__((__packed__)) here inJonathan Gray
2007-10-05add a 2.5 Gbps fiber media type.Brad Smith
2007-10-05strcspn() changeGilles Chehade
2007-10-05typoOtto Moerbeek
2007-10-05stylistic changes in the relay/relay_config structure.Reyk Floeter
2007-10-05basic tests now work, including those that should failOtto Moerbeek
2007-10-05typoOtto Moerbeek
2007-10-05work in obj dirOtto Moerbeek
2007-10-05more regress scaffoldingOtto Moerbeek
2007-10-05MALLOC/FREE -> malloc/free + M_ZERO.Thordur I. Bjornsson
2007-10-05fix by actually using pccOtto Moerbeek
2007-10-05From master repository log:Anders Magnusson
2007-10-05cast to an intReyk Floeter
2007-10-05using an enum in the imsg_hdr is gross, use a fixed u_int16_t insteadReyk Floeter
2007-10-05unbreak non-SSL relays by calling the ssl context init only if the SSLReyk Floeter
2007-10-05check if it's really a newline before removing itCharles Longeau
2007-10-05use strcspn instead of strchr to properly overwrite '\n' in fgets returned bu...Charles Longeau
2007-10-05use strcspn to properly overwrite '\n' in fgets returned bufferCharles Longeau
2007-10-05check fgets return valueCharles Longeau
2007-10-05optimize a "not so bright" piece of code. Reduces compilation time on myOtto Moerbeek
2007-10-05Disable fiber/copper auto-selection on the 88E1111 if it is in RGMII mode, toMark Kettenis
2007-10-05The Acer TravelMate 3010 (ALC883) has a couple of gpio pins that needDeanna Phillips
2007-10-04attribute packed -> __packedGilles Chehade
2007-10-04attribute packed -> __packedGilles Chehade
2007-10-04Add patch to solve false errors from enums.Otto Moerbeek
2007-10-04update to tzdata2007h from elsie.nci.nih.govTodd C. Miller
2007-10-04update to tzcode2007h from elsie.nci.nih.govTodd C. Miller
2007-10-04Handle CARP for IPv6. Reported and tested by todd@Can Erkin Acar
2007-10-04Import the bwi single firmware-file builder / extractor before we forgetMarcus Glocker
2007-10-04when inserting blackhole or reject routes, set the gateway address toHenning Brauer
2007-10-04only init screen when in interactive mode; ok ray@Otto Moerbeek
2007-10-04strncpy -> strlcpyGilles Chehade
2007-10-04fix indentation on options parsingGilles Chehade
2007-10-04fix evil 64-bit bug: if we're using longs for bitsets 1 << shift willOtto Moerbeek
2007-10-04void functions should not return valueOtto Moerbeek
2007-10-04Since we know the firmware load works, merge the single firmware filesMarcus Glocker
2007-10-04g/c ETHER_CRC_LEN.Brad Smith
2007-10-04Remove renaming of fields with #define.Brad Smith