summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-21regenAntoine Jacoutot
2013-08-21Forgot to remove uscan_dev after uscanner(4) was sent to the attic.Antoine Jacoutot
2013-08-21No need to include if_vlan_var.h twice.Martin Pieuchot
2013-08-21Fix build without vlan.Martin Pieuchot
2013-08-21Unswap address and configuration value arguments in a debug printf.Martin Pieuchot
2013-08-21recognise dragonfly; from jan staryJason McIntyre
2013-08-21Missed a spot in my last commit.Paul Irofti
2013-08-21Stop using static variables in ICMP. While this is perfectly ok forMartin Pieuchot
2013-08-21When checking for classful broadcast addresses, iterate over the listMartin Pieuchot
2013-08-21zap trailing whitespace;Jason McIntyre
2013-08-21get rid of the copy argument in m_devget that let you provide anDavid Gwynne
2013-08-20use a single line in usage() and SYNOPSIS and explain in text whichAlexander Hall
2013-08-20Add urtwn(4) to the sgi kernels where it makes sense. I've been using itBrian Callahan
2013-08-20escape not-full-stop-dot at eol;Jason McIntyre
2013-08-20add -F to usage() and help();Jason McIntyre
2013-08-20Define WS_DEFAULT_FG and WS_DEFAULT_BG as default colors (black on white forMark Kettenis
2013-08-20add -F flag to enabled fd-pass mode: establish connection and passDamien Miller
2013-08-20Have some style(9).Paul Irofti
2013-08-20regenAntoine Jacoutot
2013-08-20Remove uscanner(4). It was disabled in GENERIC more than 2.5 years ago.Antoine Jacoutot
2013-08-20Update Damien Bergamini's email address, as requested.Todd C. Miller
2013-08-20ehci(4) without usb(4) is useless... from Alexey E. Suslikov.Martin Pieuchot
2013-08-20Include <sys/_types.h> to make this header a little bit more self-contained.Mark Kettenis
2013-08-20replace a predefined string with a mdoc macro; ok jmc, schwarze, sobradoMike Belopuhov
2013-08-20tedu netnatm and ueagle(4).Martin Pieuchot
2013-08-20enable mpiiDavid Gwynne
2013-08-20enable mpii(4)David Gwynne
2013-08-20some proxyusefdpass tweaks;Jason McIntyre
2013-08-20add some urtwn device ids found in the windows driverJonathan Gray
2013-08-20regenJonathan Gray
2013-08-20add some urtwn device ids found in the windows driverJonathan Gray
2013-08-20Include more details in failure messagesPhilip Guenther
2013-08-20Add a ssh_config ProxyUseFDPass option that supports the use ofDamien Miller
2013-08-19(temporarily) introduce upgrade_to64time_t() to handle the transitionAlexander Hall
2013-08-19Fix bogus errx(2, NULL) usage; malloc() failure should use err(2, NULL).Todd C. Miller
2013-08-19Remove the following users which became obsolete:Antoine Jacoutot
2013-08-19add IO-DATA WN-G150UMJonathan Gray
2013-08-19Add IO-DATA WN-G150UM from William Dunand.Jonathan Gray
2013-08-19regenJonathan Gray
2013-08-19Add IO-DATA WN-G150UM from William Dunand.Jonathan Gray
2013-08-19divdi3 moddi3 qdivrem are needed by 64 bit time_tMatthieu Herrb
2013-08-19Add missing util.hDavid Coppa
2013-08-19in pf_test_rule, when dealing with a match rule, obey the match rule's quickHenning Brauer
2013-08-19Fix double allocation of memory in beagle machdep. This was caused byPatrick Wildt
2013-08-19In case something bad happened when configuring an IPv4 address, makeMartin Pieuchot
2013-08-19Mark all the C functions called in real mode as non instrumented andMartin Pieuchot
2013-08-19put do { } while (0) around the dprintf macro to make it less scaryDavid Gwynne
2013-08-18data_access_emulation() may fault. Be sure to clear pcb_onfault beforeMiod Vallat
2013-08-18Rework the DAE print routines again to output something closer to an actualMiod Vallat
2013-08-18data_access_emulation() may fault. Be sure to clear pcb_onfault beforeMiod Vallat