summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2015-03-17Remove obsolete copy of tzfile.h. It is an internal tzcode headerTodd C. Miller
2015-03-17The innocuous change to libsa printf.c (1.26) causes printf.o to be 240 bytesMiod Vallat
2015-03-17Eliminate use of TM_YEAR_BASE. OK guenther@ deraadt@ miod@Todd C. Miller
2015-03-17for small mem machines, make sure max does not get smaller thanOtto Moerbeek
2015-03-17It is impossible to build mg without both -DFKEYS and -DXKEYS. So let'sBrian Callahan
2015-03-17Add sort_calloc() and use it.Todd C. Miller
2015-03-17Initial import of FreeBSD sort.Todd C. Miller
2015-03-17Restore previous behaviour that got lost with 1.780.Robert Peichaer
2015-03-17correct command name; from kaspars bankovskisJason McIntyre
2015-03-17Merge two "#ifdef NCARP" chunks.Martin Pieuchot
2015-03-17Prevent a race resulting in an infinite loop printing "ehci_idone" messages.Martin Pieuchot
2015-03-17revert a previous word change - the original seems more accurate;Jason McIntyre
2015-03-17Simplify: Now that rc is global anyway, no need to pass it aroundIngo Schwarze
2015-03-17Initialize nameservers ports along with nameservers addresses.Jeremie Courreges-Anglas
2015-03-17Don't use the wrong escape for < and >. Tweak wording to match the page.Anthony J. Bentley
2015-03-17Escape certain characters for slightly more correct (and prettier) output.Anthony J. Bentley
2015-03-17When the user exits the pager before the pager has drained all inputIngo Schwarze
2015-03-17from zhuk: provide some SxJason McIntyre
2015-03-17from zhuk: shell does not wait for command to complete if job run in backgroundJason McIntyre
2015-03-17Add PAX_IS_{REG,HARDLINK,LINK} macros to simply many file type testsPhilip Guenther
2015-03-16Stop passing around a pointer to the stack variable 'disk' in main().Kenneth R Westerback
2015-03-16make CLEANFILES clean up more of the tests' droppingsDamien Miller
2015-03-16Reduce use of SMALL_KERNEL in acpi, bringing acpiec driver and more gpeTheo de Raadt
2015-03-16Include <sys/param.h> rather than <sys/types.h> when also includingMiod Vallat
2015-03-16Document that -i/-u are mutually exclusive and clean up the relatedKenneth R Westerback
2015-03-16Convert to if_input(), tested by jsg@.Martin Pieuchot
2015-03-16Change the internal name of the newline function to deconflict with aBrian Callahan
2015-03-16Don't include limits.h or sys/limits.h since grep.h already does itTodd C. Miller
2015-03-16Include limits.h, not sys/limits.h and include stdint.h for SIZE_MAX.Todd C. Miller