summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-19Clean up the includes in mg.Brian Callahan
2015-03-19Provide #defines for the mutex types as required by POSIX. Pointed out byMark Kettenis
2015-03-19Nuke now unused variable.Kenneth R Westerback
2015-03-19Add back len = strlen(...) inadvertantly removed in the last commit.Todd C. Miller
2015-03-19Fix several crash causing defects from OpenSSL.Ted Unangst
2015-03-19standard sections, and a little more macro stuff;Jason McIntyre
2015-03-19macro fixes;Jason McIntyre
2015-03-19update the note in STANDARDS about which options are extensions; also add -mJason McIntyre
2015-03-19better wording, from andre smagin; ok stspJason McIntyre
2015-03-19first run through this page. mainly getting SYNOPSIS and usage() orderlyJason McIntyre
2015-03-19Let it compile!Martin Pieuchot
2015-03-19Let it compile.Martin Pieuchot
2015-03-19Abort tasks are run in their own thead, that's why they need a specialMartin Pieuchot
2015-03-19Use the same workaround as ehci(4) and ohci(4) in setaddr() to deal withMartin Pieuchot
2015-03-19Use struct timespec internally. This gives nanosecond precision to pax -rwPhilip Guenther
2015-03-19unlock MII on smsc_miibus_readreg errorJonathan Gray
2015-03-19missing gcu_var.h conversionTheo de Raadt
2015-03-18Remove useless check for leading blanks in the month name. TheTodd C. Miller
2015-03-18nl_langinfo() cannot return NULL; from Andre SmaginTodd C. Miller
2015-03-18Instead of embedding interface names in a sockaddr use their indexesMartin Pieuchot
2015-03-18remove ambiguity from the COMMANDS section, after discussion with zhuk;Jason McIntyre
2015-03-18from zhuk: a little more info on <>Jason McIntyre
2015-03-18improve the description of here documents; prompted by zhukJason McIntyre
2015-03-18Rework the virtual memory layout on SRMMU systems (sun4d/sun4m) to use a muchMiod Vallat
2015-03-18Allow for VM_MIN_KERNEL_ADDRESS to not be a constant.Miod Vallat
2015-03-18Prefer KERNBASE to VM_MIN_KERNEL_ADDRESS when testing for an address withinMiod Vallat
2015-03-18Make init(8) static PIE.Pascal Stumpf
2015-03-18Revert 1.52, per the comment above the incorrectly changed line. Reduces theMiod Vallat
2015-03-18Convert -static -> ${STATIC} to make man.cgi static PIE.Pascal Stumpf
2015-03-18syncTheo de Raadt
2015-03-18Clean up a pair of sentences that aren't true anymore for mg while keepingBrian Callahan
2015-03-18rework the redirection text after some feedback from zhuk;Jason McIntyre
2015-03-18syncRyan Thomas McBride
2015-03-18syncRyan Thomas McBride
2015-03-18Baytrail/e3800 devices found in MinnowboardMax.Ryan Thomas McBride
2015-03-18check for invalid disknamesTed Unangst
2015-03-18not necessary to work around an apparent bug on ancient freebsdTed Unangst
2015-03-18use 4x buffer size for opendir. speeds up large directory reading, andTed Unangst
2015-03-18Stop passing around little used 'struct mbr tt' parameter. JustKenneth R Westerback
2015-03-18Convert to if_input(), tested by jsing@.Martin Pieuchot
2015-03-18Prevent sign extension due to pointer arithmeticsMike Belopuhov
2015-03-18remove the congestion handling from struct ifqueue.David Gwynne
2015-03-18use device_lookup to find gcu0 rather than iterating over alldevs.David Gwynne
2015-03-18describe the context the callback runs at in the CONTEXT section.David Gwynne
2015-03-18Sort getopt() string.Masao Uebayashi
2015-03-18minor tweaks;Jason McIntyre
2015-03-18In the neverending saga of enabling and disabling assembler code for shaMiod Vallat
2015-03-18KRL support doesn't need OpenSSL anymore, remove #ifdefsDamien Miller
2015-03-18"handle" wccp2 packets if net.inet.gre.wccp is set to 2 by truncatingRyan Thomas McBride
2015-03-17Stop passing around little used and superfluous 'offset' parameter.Kenneth R Westerback