summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2007-10-03add two new audio ioctls, AUDIO_GETPRINFO and AUDIO_GETRRINFO, and theJacob Meuser
2007-10-03Clarifications about the interaction of bridge and PF.Stuart Henderson
2007-10-03nullproc() is used in more than one file.Tobias Weingartner
2007-10-03Nuke MSDOS portion. Add <unistd.h> for STDERR_FILENO in theTobias Weingartner
2007-10-03Some -Wall cleanup to help fix other bugs.Tobias Weingartner
2007-10-03reset the default branch early on so rcs_head_get() does not screw us upJoris Vink
2007-10-03MALLOC+bzero -> malloc+M_ZERO.Kenneth R Westerback
2007-10-03pull from ragge's repo:Otto Moerbeek
2007-10-03pull form ragge's repo:Otto Moerbeek
2007-10-03pull from ragge's repo: man page diffs from Igor SobradoOtto Moerbeek
2007-10-03On i386, use PCB_SAVECTX flags to distinguish between state saved by a normalMark Kettenis
2007-10-03Add pcb_flags member to 'struct pcb', and set PCB_SAVECTX on contexts savedMark Kettenis
2007-10-02stop messing with lgetc to please hoststated's check/expect.Pierre-Yves Ritschard