summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-01-27the data member of ibuf was not set to the environment in control_accept()Gilles Chehade
2009-01-27Fix some interger overflows when accounting the used mbuf memory percentageClaudio Jeker
2009-01-27Fix another double free in the filter parser.aschrijver
2009-01-27make the hardware/no hardware tag stripping cases consistent and don'tChristian Weisgerber
2009-01-27Again, no need to double check if neighbor exists.Michele Marchetto
2009-01-27No need to check if neighbor exists before adding itMichele Marchetto
2009-01-27syncTodd T. Fries
2009-01-27temporarily drop privileges to the final user before each delivery attempt,Gilles Chehade
2009-01-27Remove unnecessary comment.aschrijver
2009-01-27Add correct error handling to the aldap API.aschrijver
2009-01-27fix the mbuf view to cope with the recent change to the mclgeti allocator.David Gwynne
2009-01-27make drivers tell the mclgeti allocator what their maximum ring size isDavid Gwynne
2009-01-27Get rid of the 24h timer as it useless here.Michele Marchetto
2009-01-27new sentence, new line;Jason McIntyre
2009-01-27While printing is turned off by default, the debug code was stillOwain Ainsworth
2009-01-26Document that ospf6d tries to get the router ID from an IPv4 addressStefan Sperling
2009-01-26RFC5340 says neighbours are identified solely by their router ID in OSPFv3,Stefan Sperling
2009-01-26Same fix as just committed to ospfd:Stefan Sperling
2009-01-26Getting the higest IP only works if the compare is done in host byte order.Claudio Jeker
2009-01-26We acutally use the lowest IP configured as router-id if none is specified.Claudio Jeker
2009-01-26Include the ioctl definitions for the modesetting interface.Owain Ainsworth
2009-01-26First convert IP addresses to host-byte-order before checking which one isClaudio Jeker
2009-01-26move some queue related functions that are needed outside of smtpd to theGilles Chehade
2009-01-26move aldap_close in aldap.c, where it belongs.Pierre-Yves Ritschard
2009-01-26move ni_macaddr field at the top of the ieee80211_node structure.Damien Bergamini
2009-01-26return the correct refid for a sensor; ok henning@Christian Weisgerber
2009-01-26remove ni_ba field from ieee80211_node structure as it is not used yet.Damien Bergamini
2009-01-26we had a set of functions to deal specifically with incoming messages andGilles Chehade
2009-01-26NULL instead of 0 in comparisonClaudio Jeker
2009-01-26I changed the IEEE80211_QOS_ACK_POLICY_* definitions to be more in lineDamien Bergamini
2009-01-26Add some initial HT bits (not enabled yet) based on 802.11n Draft 7.01:Damien Bergamini
2009-01-26Again use P to mark multipath routes in route output. OK henning@Claudio Jeker
2009-01-26Mark multipath routes with P in the show command flags. Bummer that bothClaudio Jeker
2009-01-26Remove unneeded brackets that where left over from when these were macros.Claudio Jeker
2009-01-26Unify error message.Mark Kettenis
2009-01-26use monotime instead of wallclock for the report thing as wellHenning Brauer
2009-01-26Fix whitespace typo in mbuf man page.Alexander Bluhm
2009-01-26Work around the CPNI-957037 Plaintext Recovery Attack by alwaysMarkus Friedl
2009-01-25memcpy needs a prototype which is in systm.hAlexander Yurchenko
2009-01-25Only copy hosts file once during upgrades. Shorten a long variable name.Kenneth R Westerback
2009-01-25regenMiod Vallat
2009-01-25Remove /dev/drum and related code.Miod Vallat
2009-01-25don't set malloc_options to not interfer with /etc/malloc.confAlexandre Ratchov
2009-01-25Add missing evtimer_set on route hold down timer.Michele Marchetto
2009-01-25In hpibid(), when computing timeouts from the cpuspeed variable, account forMiod Vallat
2009-01-25syncMiod Vallat
2009-01-25If hdattach() aborts early because the disk is not in good shape, alwaysMiod Vallat
2009-01-25Behave correctly in interrupt handlers if no tty has been allocated yetMiod Vallat
2009-01-25remove trailing whitespace;Jason McIntyre
2009-01-25+= udfu.4Ian Darwin