aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/ndb/dns.c
AgeCommit message (Collapse)AuthorFilesLines
2020-12-30libthread: add threadmaybackgroundRuss Cox1-0/+6
Programs that want to background themselves now need to define threadmaybackground returning 1. This avoids a confusing (to people and debuggers) extra parent process for all the threaded programs that will never want to background themselves.
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-1/+1
Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
2012-10-21fix clang warnings reported by Tuncer AyazRuss Cox1-4/+0
R=rsc http://codereview.appspot.com/6744054
2008-04-17post9pservice: add extra arg to unmodified callsRuss Cox1-1/+1
2006-04-01c90 fixesrsc1-4/+4
2006-02-24use domain as the portrsc1-4/+4
2006-02-24remove -prsc1-1/+1
2006-02-20dns changesrsc1-11/+28
2006-02-17remove stub myipaddrrsc1-7/+0
2006-02-17changes from erik quanstromrsc1-7/+9
2006-02-14remove unusedrsc1-86/+59
2006-02-02fix fid handlingrsc1-4/+30
2005-12-27add dnsrsc1-0/+882