summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-21Make sure we reset all relevant state when resetting or stopping an interface.Mark Kettenis
2015-03-21Only reconfigure LDC queues ipon reset instead of unconfiguring them first.Mark Kettenis
2015-03-21Close extended discovery socket on exit.Renato Westphal
2015-03-21when there is no -m, no -M, no MANPATH and no /etc/man.conf,Ingo Schwarze
2015-03-21Bourne to Korn shellRobert Peichaer
2015-03-21free the server certificate in tls_connect_fds(); fixes a memory leak withStuart Henderson
2015-03-21Update to tzdata2015b from ftp.iana.orgTodd C. Miller
2015-03-21Print speeds consistently.Martin Pieuchot
2015-03-21Fix indentation that incorrectly implies a different control flow.Doug Hogan
2015-03-20Use the hw.usermem sysctl to determine the amount user (non-kernel)Todd C. Miller
2015-03-20The ACPI standard says that a PCI function number of FFFF can be used to referMark Kettenis
2015-03-20POSIX says the renice -n flag is an increment, not an absoluteTodd C. Miller
2015-03-20Convert to if_input(), thanks to krw@ for testing.Martin Pieuchot
2015-03-20Convert to if_input(), thanks to krw@ for testing.Martin Pieuchot
2015-03-20more tests regarding empty header linesIngo Schwarze
2015-03-20Fix a comment.Todd C. Miller
2015-03-20The .PD macro can occur in next-line scope. Fixes zshmisc(1).Ingo Schwarze
2015-03-20Simplify by almost halving the number of macro flags:Ingo Schwarze
2015-03-20add support for jumbos on re(4).David Gwynne
2015-03-20Convert to if_input(), tested by Fabian Raetz, thanks!Martin Pieuchot
2015-03-20some re(4) chips can do jumbos, but none of them can checksum jumboDavid Gwynne
2015-03-20reintroduce r1.173:David Gwynne
2015-03-20Unbreak WEP/WPA on AR5211 ath(4) devices by setting hardware WEP keytableStefan Sperling
2015-03-20Re-apply -r1.115 that got accidentally reverted and brought to myMike Belopuhov
2015-03-20Fix an outdated comment, spotted by mpi@Mike Larkin
2015-03-20Fix a memory leak in an error path.Doug Hogan
2015-03-20Fix cut & pasto in warning message; from Andre SmaginTodd C. Miller
2015-03-20Remove custom getdelim(3) and fix a small memory leak. From Andre Smagin.Todd C. Miller
2015-03-19When zapping the GPT at the end of the disk, don't use disk.sizeKenneth R Westerback
2015-03-19Fix IFS description. May be polished further when all consequences ofVadim Zhukov
2015-03-19Make it clear that it's the line who shouldn't be empty, and not theVadim Zhukov
2015-03-19zap #if 0'd code that's been dead since '96Alexander Hall
2015-03-19More unifdef cleanup:Brian Callahan
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